:root{
  --ut-paper:#f5efe3;--ut-paper-light:#fbf8f1;--ut-paper-deep:#e8ddca;
  --ut-ink:#152326;--ut-ink-soft:#344346;--ut-muted:#687173;
  --ut-forest:#063f39;--ut-forest-deep:#022d29;--ut-forest-soft:#dbe9e4;
  --ut-orange:#d85b18;--ut-orange-dark:#a83e0e;--ut-orange-soft:#f1d2bd;
  --ut-line:#c9bda9;--ut-shadow:0 18px 50px rgba(21,35,38,.10);
}
.account-main,.contact-main,.admin-main{
  position:relative;
}
.account-main::before,.contact-main::before,.admin-main::before{
  content:"";
  position:absolute;
  top:-1px;right:0;
  width:min(38vw,520px);height:260px;
  background:url('/assets/brand/stripe-field-orange.svg') center/cover no-repeat;
  opacity:.06;
  pointer-events:none;
}
.account-main>*,.contact-main>*,.admin-main>*{position:relative;z-index:1}
.account-hero,.contact-intro{
  border-top:8px solid var(--ut-orange);
  background:var(--ut-paper-light);
  border-left:1px solid var(--ut-line);
  border-right:1px solid var(--ut-line);
  border-bottom:1px solid var(--ut-line);
  box-shadow:var(--ut-shadow);
  padding:clamp(1.5rem,4vw,3.5rem);
  margin-top:clamp(1.5rem,4vw,3rem);
}
.account-hero h1,.contact-intro h1,.admin-main h1{
  font-size:clamp(3rem,7vw,6rem);
  line-height:.95;
  max-width:900px;
}
.account-panel{
  border-radius:0;
  border:1px solid var(--ut-line);
  border-top:8px solid var(--ut-orange);
  background:linear-gradient(155deg,var(--ut-forest-deep),var(--ut-forest));
  color:var(--ut-paper-light);
  box-shadow:0 14px 35px rgba(2,45,41,.2);
}
.account-panel button,.account-panel .primary-action{border-radius:4px}
.account-grid{gap:0;border:1px solid var(--ut-line);background:var(--ut-paper-light);box-shadow:var(--ut-shadow)}
.account-grid article{border:0;border-right:1px solid var(--ut-line);border-radius:0;background:transparent;padding:1.5rem}
.account-grid article:last-child{border-right:0}
.account-grid h2{font-size:1.7rem}
.account-detail{border-top:4px solid var(--ut-ink);position:relative}
.account-detail::before{content:"";position:absolute;top:-4px;left:0;width:95px;height:4px;background:var(--ut-orange)}
.browser-counts div{background:var(--ut-paper-light);border-color:var(--ut-line);border-radius:0}
.import-dialog{border-radius:0!important;border-top:8px solid var(--ut-orange)!important;background:var(--ut-paper-light)!important}
.import-choice-list{gap:0!important;border:1px solid var(--ut-line)}
.import-choice{border:0!important;border-right:1px solid var(--ut-line)!important;border-radius:0!important;background:transparent!important}
.import-choice:last-child{border-right:0!important}

.contact-grid{gap:0;margin-top:2rem;box-shadow:var(--ut-shadow)}
.contact-form{border-radius:0!important;border:1px solid var(--ut-line)!important;border-top:8px solid var(--ut-orange)!important;background:var(--ut-paper-light)!important;padding:clamp(1.2rem,3vw,2.2rem)!important}
.contact-aside{border-radius:0!important;background:linear-gradient(155deg,var(--ut-forest-deep),var(--ut-forest))!important;color:var(--ut-paper-light)!important;border-top:8px solid var(--ut-orange)!important;padding:clamp(1.2rem,3vw,2.2rem)!important}
.contact-aside h2,.contact-aside h3{color:white}.contact-aside p{color:#d8e2de!important}.contact-aside section{border-color:rgba(255,255,255,.22)!important}
.contact-form input,.contact-form select,.contact-form textarea{border-radius:2px!important;border-color:var(--ut-line)!important;background:#fffdf8!important}
.contact-actions button{border-radius:4px!important;background:var(--ut-forest)!important;border-color:var(--ut-forest)!important}.contact-actions button:hover{background:var(--ut-forest-deep)!important;border-color:var(--ut-orange)!important}

.admin-main{max-width:1280px!important;padding-top:clamp(2rem,5vw,4.5rem)!important}
.admin-main h1{border-bottom:4px solid var(--ut-ink);padding-bottom:1rem;position:relative}
.admin-main h1::after{content:"";position:absolute;bottom:-4px;left:0;width:100px;height:4px;background:var(--ut-orange)}
.admin-toolbar{background:var(--ut-paper-light)!important;border:1px solid var(--ut-line)!important;border-top:7px solid var(--ut-orange)!important;border-radius:0!important;box-shadow:var(--ut-shadow)}
.request-list{background:transparent}
.request-card,.request-item{border-radius:0!important;border-color:var(--ut-line)!important;background:var(--ut-paper-light)!important;box-shadow:0 8px 20px rgba(21,35,38,.06)}
.admin-pagination button,.admin-toolbar button{border-radius:4px!important}

@media(max-width:800px){
  .account-grid{grid-template-columns:1fr}.account-grid article{border-right:0;border-bottom:1px solid var(--ut-line)}.account-grid article:last-child{border-bottom:0}
  .contact-grid{grid-template-columns:1fr!important;box-shadow:none}.contact-form,.contact-aside{box-shadow:var(--ut-shadow)}
  .import-choice-list{grid-template-columns:1fr!important}.import-choice{border-right:0!important;border-bottom:1px solid var(--ut-line)!important}.import-choice:last-child{border-bottom:0!important}
}
