/* Dramivo — account & profile page chrome (Ember & Stone) */
.dramivo-auth-page{padding:28px 0 60px}
.dramivo-auth-hero{
  padding:40px 0 32px;
  background:linear-gradient(135deg,var(--teal-deep,#1C1917),var(--stone,#44403C));
  border-bottom:3px solid var(--ember,#EA580C);
  margin-bottom:24px;color:#fff;
}
.dramivo-auth-hero h1{
  margin:0 0 8px;font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.9rem,3.2vw,2.5rem);color:#fff;
}
.dramivo-auth-hero p{margin:0;color:rgba(255,255,255,.85);max-width:56ch;line-height:1.65}
.dramivo-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
.dramivo-auth-card{
  padding:26px;border-radius:var(--radius,20px);
  background:rgba(255,252,248,.96);border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.dramivo-auth-card h2{margin:0 0 8px;font-size:1.15rem;font-family:"Cormorant Garamond",serif;color:var(--teal-deep)}
.dramivo-auth-card .small{margin:0 0 16px;color:var(--muted);line-height:1.6}
.dramivo-auth-tabs{display:flex;gap:0;margin-bottom:18px;border-bottom:2px solid var(--line)}
.dramivo-auth-tabs button{
  border:0;background:transparent;padding:10px 16px;font:inherit;font-weight:700;
  color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;
}
.dramivo-auth-tabs button.is-active{color:var(--teal-deep);border-bottom-color:var(--ember)}
.dramivo-auth-pane{display:none}
.dramivo-auth-pane.is-active{display:block}
.dramivo-business{
  padding:20px;border-radius:14px;background:rgba(254,215,170,.25);
  border:1px solid var(--line);font-size:.9rem;line-height:1.7;color:var(--ink);
}
.dramivo-profile-dash{display:grid;grid-template-columns:220px 1fr;gap:20px}
.dramivo-profile-nav{
  padding:20px;border-radius:var(--radius);background:rgba(255,252,248,.96);
  border:1px solid var(--line);
}
.dramivo-profile-nav h2{margin:0 0 12px;font-size:1.05rem;font-family:"Cormorant Garamond",serif;color:var(--teal-deep)}
.dramivo-profile-nav a,.dramivo-profile-nav button{
  display:block;width:100%;text-align:left;border:0;background:transparent;
  padding:9px 11px;border-radius:8px;font:inherit;font-weight:600;
  color:var(--ink);cursor:pointer;margin-bottom:3px;
}
.dramivo-profile-nav a:hover,.dramivo-profile-nav button:hover{background:rgba(254,215,170,.35)}
.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:18px 0 22px}
.profile-item{padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}
.profile-item .k{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:6px}
.profile-item .v{display:block;font-weight:700;color:var(--ink);word-break:break-word}
.order-list{display:grid;gap:12px;margin-top:12px}
.order-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#fff}
.verified-note{font-size:14px;color:var(--muted);margin-top:10px;line-height:1.5}
.verified-note.auth-error{color:#c2410c}
.verified-note.auth-success{color:var(--ember)}
.btn-sm{padding:8px 14px;font-size:13px}
@media(max-width:860px){
  .dramivo-auth-grid,.dramivo-profile-dash{grid-template-columns:1fr}
}
