:root{
  --drop-ink:#07111f;
  --drop-night:#0b1020;
  --drop-blue:#3b82f6;
  --drop-cyan:#22d3ee;
  --drop-violet:#8b5cf6;
  --drop-card:rgba(255,255,255,.78);
}
.workspace-hero.drop-hero,
.workspace-hero.advdrop-hero,
.drop-hero{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(59,130,246,.16);
  background:
    radial-gradient(circle at 12% 18%, rgba(34,211,238,.23), transparent 30%),
    radial-gradient(circle at 84% 0%, rgba(139,92,246,.24), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(248,250,252,.84));
  box-shadow:0 24px 70px rgba(15,23,42,.10);
}
.drop-hero:after{
  content:"";
  position:absolute;
  inset:auto -10% -60% 35%;
  height:300px;
  background:linear-gradient(90deg, rgba(59,130,246,.16), rgba(34,211,238,.12));
  transform:rotate(-7deg);
  border-radius:999px;
  filter:blur(2px);
  pointer-events:none;
}
.drop-kicker,
.workspace-eyebrow.drop-kicker{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.38rem .68rem;
  border-radius:999px;
  background:rgba(59,130,246,.10);
  color:#1d4ed8;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.drop-title{
  letter-spacing:-.045em;
  line-height:.96;
}
.drop-title .drop-accent{
  background:linear-gradient(90deg, var(--drop-blue), var(--drop-cyan), var(--drop-violet));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.drop-panel{
  border:1px solid rgba(15,23,42,.08);
  border-radius:28px;
  background:var(--drop-card);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 52px rgba(15,23,42,.08);
}
.drop-metric{
  border:1px solid rgba(59,130,246,.13);
  border-radius:22px;
  background:rgba(255,255,255,.68);
  padding:18px;
}
.drop-metric strong{
  font-size:1.55rem;
  line-height:1;
  color:#0f172a;
}
.drop-metric span{
  display:block;
  color:#64748b;
  font-size:.8rem;
  margin-top:.25rem;
}
.transfer-card,
.drop-transfer-row{
  border-radius:24px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.transfer-card:hover,
.drop-transfer-row:hover{
  transform:translateY(-2px);
  border-color:rgba(59,130,246,.28)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}
.upload-dropzone,
.dropzone,
#dropZone{
  border-style:dashed!important;
  border-width:2px!important;
  border-color:rgba(59,130,246,.35)!important;
  background:
    radial-gradient(circle at top left, rgba(34,211,238,.12), transparent 34%),
    rgba(248,250,252,.74)!important;
}
.drop-expiry-pill{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  border-radius:999px;
  padding:.34rem .6rem;
  background:rgba(15,23,42,.06);
  color:#334155;
  font-size:.78rem;
  font-weight:700;
}
.drop-expiry-pill.is-expired{
  color:#991b1b;
  background:rgba(239,68,68,.11);
}
.admin-transfer-table td,
.admin-transfer-table th{
  vertical-align:middle;
}
.drop-public-shell{
  min-height:100vh;
  background:
    radial-gradient(circle at 15% 8%, rgba(34,211,238,.18), transparent 31%),
    radial-gradient(circle at 86% 22%, rgba(139,92,246,.24), transparent 28%),
    linear-gradient(160deg,#07111f,#111827 55%,#0f172a);
  color:white;
}

/* ADVLAB Drop UI hotfix 2026-06-30
   - Top brand: solo campanella notifiche.
   - Icone admin quote sempre visibili via SVG server-side.
   - Modale quote fuori tabella, layout stabile e submit funzionante. */
.sidebar-brand-tools.sidebar-brand-tools--notifications-only{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:0;
}
.sidebar-brand-tools.sidebar-brand-tools--notifications-only .btn-icon{
  flex:0 0 auto;
}
.side-ic .ac-svg-icon,
.btn .ac-svg-icon,
.drop-kicker .ac-svg-icon,
.drop-expiry-pill .ac-svg-icon{
  width:18px;
  height:18px;
  display:inline-block;
  vertical-align:-.18em;
  flex:0 0 auto;
}
.side-ic .ac-svg-icon{
  width:19px;
  height:19px;
}
.btn .ac-svg-icon{
  margin-right:.35rem;
}
.drop-expiry-pill .ac-svg-icon{
  margin-right:.28rem;
}
.admin-table-wrap{
  overflow-x:auto;
  overflow-y:visible;
}
.drop-quota-modal{
  z-index:1065!important;
}
.drop-quota-modal + .modal-backdrop,
.modal-backdrop{
  z-index:1060!important;
}
.drop-quota-modal .modal-dialog{
  max-width:620px;
  width:calc(100% - 2rem);
}
.drop-quota-modal .modal-content{
  border:1px solid rgba(168,85,247,.22);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 30px 90px rgba(15,23,42,.25);
  background:rgba(255,255,255,.98);
}
.drop-quota-modal .modal-header,
.drop-quota-modal .modal-body,
.drop-quota-modal .modal-footer{
  padding:22px 26px;
}
.drop-quota-modal .modal-header{
  border-bottom:1px solid rgba(15,23,42,.08);
}
.drop-quota-modal .modal-footer{
  border-top:1px solid rgba(15,23,42,.08);
  gap:.6rem;
}
.drop-quota-modal .cloud-modal-kicker{
  color:#b00092;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-bottom:.35rem;
}
.drop-quota-modal .modal-title{
  font-family:'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size:1.2rem;
  line-height:1.25;
  color:#111827;
  letter-spacing:-.02em;
}
.drop-quota-modal .form-label{
  color:#334155;
  font-size:.86rem;
  margin-bottom:.4rem;
}
.drop-quota-modal .form-select,
.drop-quota-modal .form-control,
.drop-quota-modal .input-group-text{
  min-height:46px;
  border-radius:14px;
}
.drop-quota-modal .input-group .form-control{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}
.drop-quota-modal .input-group .input-group-text{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
}
.drop-quota-modal .alert{
  border-radius:18px;
  line-height:1.45;
}
.drop-custom-quota.is-hidden{
  display:none!important;
}
@media (max-width: 767.98px){
  .drop-quota-modal .modal-dialog{
    max-width:calc(100% - 1rem);
    margin:.5rem auto;
  }
  .drop-quota-modal .modal-header,
  .drop-quota-modal .modal-body,
  .drop-quota-modal .modal-footer{
    padding:18px;
  }
}

/* ADVLAB Drop hotfix standalone v3 — Quote senza modale Bootstrap */
.drop-edit-panel{
  border:1px solid rgba(149,0,131,.18);
  border-radius:28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(149,0,131,.10), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(59,130,246,.12), transparent 30%),
    rgba(255,250,242,.92);
  box-shadow:0 24px 70px rgba(15,23,42,.10);
  overflow:hidden;
}
.drop-edit-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:24px 26px 18px;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.drop-edit-head h2{
  margin:0;
  font-size:1.34rem;
  line-height:1.15;
  letter-spacing:-.03em;
  font-weight:900;
  color:#111827;
}
.drop-edit-head p{
  margin:.35rem 0 0;
  color:#64748b;
  font-size:.9rem;
}
.drop-edit-form{
  padding:24px 26px 26px;
}
.drop-edit-form .form-select,
.drop-edit-form .form-control,
.drop-edit-form .input-group-text{
  min-height:48px;
  border-radius:16px;
  background:rgba(255,255,255,.78)!important;
}
.drop-edit-form .input-group .form-control{
  border-top-right-radius:0!important;
  border-bottom-right-radius:0!important;
}
.drop-edit-form .input-group .input-group-text{
  border-top-left-radius:0!important;
  border-bottom-left-radius:0!important;
}
.drop-edit-form .form-label{
  color:#334155!important;
}
.drop-edit-form .form-text{
  color:#64748b;
  font-size:.78rem;
}
.drop-custom-quota.is-hidden,
.drop-edit-form .drop-custom-quota.is-hidden{
  display:none!important;
}
.admin-transfer-table tr.is-editing td{
  background:rgba(149,0,131,.055)!important;
}
.admin-transfer-table tr.is-editing td:first-child{
  box-shadow:inset 4px 0 0 #b00092;
}
.cloud-modal-kicker{
  color:#b00092;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-bottom:.35rem;
}
@media (max-width: 767.98px){
  .drop-edit-head{
    flex-direction:column;
    padding:20px;
  }
  .drop-edit-form{
    padding:20px;
  }
}

/* ========================================================================
   ADVLAB Drop hotfix v4 — allineamento UX/UI con workspaceadvlabstudio.it
   ======================================================================== */
.btn-with-icon,
.drop-ws-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:.55rem;
}
.btn-with-icon .ac-svg-icon,
.topbar .btn .ac-svg-icon{
  width:1rem;
  height:1rem;
  flex:0 0 auto;
  display:block;
}

.drop-workspace-home{
  min-height:100vh;
  margin:0;
  font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:
    radial-gradient(circle at 8% 8%, rgba(149,0,131,.10), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(208,178,100,.16), transparent 26%),
    linear-gradient(135deg,#f8f5ef 0%,#f3ede1 52%,#efe6d4 100%);
  color:#191716;
  -webkit-font-smoothing:antialiased;
}
.drop-ws-shell{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 24px;
}
.drop-ws-card{
  width:min(1180px,100%);
  border:1px solid rgba(93,0,82,.10);
  border-radius:34px;
  background:rgba(255,252,246,.84);
  box-shadow:0 30px 90px rgba(36,28,14,.13);
  backdrop-filter:blur(18px);
  overflow:hidden;
  position:relative;
}
.drop-ws-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:7px;
  background:linear-gradient(90deg,#950083,#d0b264,#2f6edb);
}
.drop-ws-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:30px 34px 12px;
}
.drop-ws-logo img{
  max-width:190px;
  height:42px;
  object-fit:contain;
  display:block;
}
.drop-ws-pill,
.drop-ws-kicker,
.drop-ws-section-title,
.drop-ws-tool-badge{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:800;
  font-size:.68rem;
}
.drop-ws-pill{
  border:1px solid rgba(93,0,82,.14);
  border-radius:999px;
  padding:.55rem .85rem;
  color:#5d0052;
  background:rgba(255,255,255,.64);
}
.drop-ws-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:32px;
  padding:40px 34px 34px;
  align-items:end;
}
.drop-ws-kicker{
  color:#950083;
  margin:0 0 .8rem;
}
.drop-ws-hero h1{
  margin:0;
  max-width:760px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:700;
  font-size:clamp(54px,7vw,92px);
  line-height:.88;
  letter-spacing:-.045em;
  color:#151312;
}
.drop-ws-hero h1 span{
  color:#5d0052;
}
.drop-ws-subtitle{
  margin:20px 0 0;
  max-width:700px;
  color:#6f655c;
  font-size:1.05rem;
  line-height:1.75;
}
.drop-ws-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.drop-ws-btn{
  min-height:48px;
  border-radius:999px;
  padding:0 22px;
  text-decoration:none;
  font-weight:900;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.drop-ws-btn:hover{
  transform:translateY(-1px);
}
.drop-ws-btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#5d0052,#b00092);
  box-shadow:0 16px 34px rgba(93,0,82,.22);
}
.drop-ws-btn-primary:hover{color:#fff;box-shadow:0 18px 42px rgba(93,0,82,.30)}
.drop-ws-btn-secondary{
  color:#171717;
  background:rgba(255,255,255,.70);
  border:1px solid rgba(93,0,82,.12);
}
.drop-ws-btn-secondary:hover{color:#171717;background:#fff}
.drop-ws-status{
  display:grid;
  gap:12px;
}
.drop-ws-status div{
  border:1px solid rgba(93,0,82,.10);
  background:rgba(255,255,255,.58);
  border-radius:22px;
  padding:18px;
}
.drop-ws-status span{
  display:block;
  font-size:.88rem;
  color:#786f65;
  margin-bottom:5px;
}
.drop-ws-status strong{
  display:block;
  font-size:1rem;
  color:#171717;
}
.drop-ws-tools{
  padding:0 34px 34px;
}
.drop-ws-section-title{
  color:#8b1577;
  margin-bottom:14px;
}
.drop-ws-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.drop-ws-tool{
  border:1px solid rgba(93,0,82,.11);
  border-radius:26px;
  background:rgba(255,255,255,.62);
  padding:24px;
  min-height:230px;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.drop-ws-tool:hover{
  transform:translateY(-2px);
  border-color:rgba(93,0,82,.23);
  box-shadow:0 18px 50px rgba(36,28,14,.10);
}
.drop-ws-tool.is-primary{
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(255,248,236,.70));
}
.drop-ws-tool-badge{
  color:#b00092;
}
.drop-ws-tool h2{
  margin:18px 0 10px;
  font-size:1.25rem;
  font-weight:900;
  letter-spacing:-.03em;
}
.drop-ws-tool p{
  margin:0;
  color:#746b62;
  line-height:1.65;
}
.drop-ws-tool a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  border-radius:999px;
  padding:10px 16px;
  background:#151312;
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
.drop-ws-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-top:1px solid rgba(93,0,82,.09);
  padding:22px 34px 26px;
  color:#766d64;
  font-size:.92rem;
}
.drop-ws-footer nav{
  display:flex;
  align-items:center;
  gap:14px;
}
.drop-ws-footer a{
  color:#5d0052;
  font-weight:800;
  text-decoration:none;
}
.drop-ws-footer a:hover{text-decoration:underline;text-underline-offset:3px}
@media (max-width: 991.98px){
  .drop-ws-shell{align-items:flex-start;padding:22px 14px;}
  .drop-ws-card{border-radius:26px;}
  .drop-ws-header{padding:26px 22px 8px;align-items:flex-start;}
  .drop-ws-hero{grid-template-columns:1fr;padding:30px 22px 24px;}
  .drop-ws-tools{padding:0 22px 26px;}
  .drop-ws-grid{grid-template-columns:1fr;}
  .drop-ws-footer{padding:20px 22px;flex-direction:column;align-items:flex-start;}
}
@media (max-width: 575.98px){
  .drop-ws-header{flex-direction:column;}
  .drop-ws-logo img{height:36px;max-width:170px;}
  .drop-ws-hero h1{font-size:48px;}
  .drop-ws-actions{flex-direction:column;align-items:stretch;}
  .drop-ws-btn{width:100%;}
}

/* ========================================================================
   ADVLAB Drop · Brand Sync V5
   Asset ufficiali workspaceadvlabstudio.it + UI omogenea piattaforme ADVLAB
   ======================================================================== */
:root{
  --advlab-bg:#f4efe6;
  --advlab-bg-soft:#fffdf7;
  --advlab-ink:#1a1a1a;
  --advlab-muted:rgba(26,26,26,.62);
  --advlab-magenta:#5d0052;
  --advlab-magenta-hi:#8a057b;
  --advlab-gold:#A88D46;
  --advlab-gold-soft:rgba(168,141,70,.13);
  --advlab-border:rgba(26,26,26,.10);
  --advlab-glass:rgba(255,253,247,.86);
  --advlab-glass-strong:rgba(255,253,247,.96);
  --advlab-shadow:0 22px 64px rgba(15,23,42,.10),0 8px 18px rgba(15,23,42,.06);
  --advlab-serif:'Cormorant Garamond', Georgia, serif;
  --advlab-sans:'DM Sans', Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
html[data-theme="light"] body,
body.theme-light{
  background:
    radial-gradient(940px 520px at 12% -12%, rgba(93,0,82,.13), transparent 60%),
    radial-gradient(780px 460px at 92% 0%, rgba(168,141,70,.16), transparent 58%),
    linear-gradient(180deg,#f4efe6 0%,#ede6d9 100%) !important;
  color:var(--advlab-ink);
  font-family:var(--advlab-sans);
}
.sidebar,
.topbar,
.card,
.drop-panel,
.workspace-hero,
.drop-edit-panel{
  background:var(--advlab-glass)!important;
  border:1px solid var(--advlab-border)!important;
  box-shadow:var(--advlab-shadow)!important;
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
}
.sidebar{border-radius:30px!important;}
.topbar{border-radius:26px!important;}
.page-title,
.workspace-title,
.drop-title,
.drop-edit-head h2{
  font-family:var(--advlab-serif)!important;
  font-weight:700!important;
  letter-spacing:-.045em!important;
  color:#111!important;
}
.sidebar-brand-logo,
.mobile-brand-logo{
  width:auto!important;
  max-width:168px!important;
  height:auto!important;
  max-height:40px!important;
  object-fit:contain!important;
  display:block;
}
.sidebar-brand-main{
  min-width:0;
  display:flex!important;
  align-items:center!important;
  overflow:hidden;
}
.sidebar-brand{
  padding:16px 14px 18px!important;
  border-bottom:1px solid rgba(26,26,26,.08)!important;
}
.sidebar-brand-tools .btn-icon,
.mobile-header .btn-icon,
.btn-icon{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(26,26,26,.10)!important;
  color:#1a1a1a!important;
}
.side-link.active,
.side-link.is-active,
.side-link:hover{
  background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,238,247,.94))!important;
  border-color:rgba(93,0,82,.22)!important;
  color:#111!important;
}
.side-link.active:before,
.side-link.is-active:before{
  background:linear-gradient(180deg,var(--advlab-magenta),var(--advlab-magenta-hi))!important;
}
.nav-section-label{
  color:rgba(93,0,82,.68)!important;
  letter-spacing:.20em!important;
}
.btn.btn-primary,
.btn-primary,
.drop-ws-btn-primary{
  background:linear-gradient(135deg,var(--advlab-magenta),#a0008b)!important;
  border-color:rgba(93,0,82,.20)!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(93,0,82,.25)!important;
}
.btn.btn-ghost,
.btn-ghost,
.drop-ws-btn-secondary{
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(26,26,26,.10)!important;
  color:#1a1a1a!important;
}
.btn-with-icon,
.btn.btn-with-icon,
.workspace-eyebrow,
.drop-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:.45rem!important;
}
.btn-with-icon .ac-svg-icon,
.workspace-eyebrow .ac-svg-icon,
.drop-kicker .ac-svg-icon{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  display:inline-block!important;
  vertical-align:middle!important;
}
.workspace-hero.drop-hero,
.workspace-hero.advdrop-hero,
.drop-hero{
  background:
    radial-gradient(720px 360px at 8% 0%, rgba(93,0,82,.12), transparent 64%),
    radial-gradient(620px 320px at 92% 2%, rgba(168,141,70,.16), transparent 60%),
    linear-gradient(135deg,rgba(255,253,247,.98),rgba(255,255,255,.72))!important;
  border-color:rgba(168,141,70,.18)!important;
}
.drop-title .drop-accent,
.workspace-title .drop-accent{
  background:linear-gradient(90deg,var(--advlab-magenta),#2c2c2c,var(--advlab-gold));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.drop-kicker,
.workspace-eyebrow,
.drop-ws-kicker,
.drop-ws-pill,
.drop-ws-tool-badge{
  color:var(--advlab-magenta)!important;
  background:rgba(93,0,82,.075)!important;
  border:1px solid rgba(93,0,82,.14)!important;
}
.drop-metric,
.stat-card,
.hero-metric,
.drop-ws-status div,
.drop-ws-tool{
  background:rgba(255,255,255,.64)!important;
  border-color:rgba(26,26,26,.09)!important;
}
.form-control,
.form-select,
.form-input,
.input-group-text{
  background:rgba(255,255,255,.82)!important;
  border-color:rgba(26,26,26,.12)!important;
  color:#1a1a1a!important;
}
.form-control:focus,
.form-select:focus,
.form-input:focus{
  border-color:rgba(93,0,82,.34)!important;
  box-shadow:0 0 0 .22rem rgba(93,0,82,.10)!important;
}
.table,
.admin-transfer-table{
  --bs-table-bg:transparent;
  --bs-table-color:#1a1a1a;
  --bs-table-border-color:rgba(26,26,26,.08);
}
.admin-transfer-table thead th{
  color:rgba(26,26,26,.55)!important;
}

/* Public landing aggiornata su asset ufficiali ADVLAB */
body.drop-workspace-home.drop-home-advlab{
  min-height:100vh;
  margin:0;
  font-family:var(--advlab-sans);
  color:var(--advlab-ink);
  background:
    radial-gradient(940px 540px at 12% -12%, rgba(93,0,82,.16), transparent 60%),
    radial-gradient(800px 520px at 96% 6%, rgba(168,141,70,.18), transparent 58%),
    linear-gradient(180deg,#f4efe6 0%,#e9dfcf 100%)!important;
}
body.drop-home-advlab:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(93,0,82,.045) 1px, transparent 1px),
    linear-gradient(90deg,rgba(93,0,82,.035) 1px, transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 78%);
}
.drop-ws-shell{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(22px,4vw,58px);
}
.drop-ws-card{
  position:relative;
  overflow:hidden;
  width:min(1240px,100%);
  border-radius:38px;
  padding:clamp(26px,4vw,50px);
  background:
    radial-gradient(820px 360px at 8% 0%, rgba(93,0,82,.09), transparent 64%),
    radial-gradient(720px 320px at 100% 0%, rgba(168,141,70,.14), transparent 62%),
    linear-gradient(135deg,rgba(255,253,247,.94),rgba(255,255,255,.78));
  border:1px solid rgba(26,26,26,.10);
  box-shadow:0 32px 90px rgba(15,23,42,.14),0 10px 30px rgba(15,23,42,.07);
  backdrop-filter:blur(28px) saturate(150%);
  -webkit-backdrop-filter:blur(28px) saturate(150%);
}
.drop-ws-card:after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-180px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(93,0,82,.11),transparent 68%);
  pointer-events:none;
}
.drop-ws-header,
.drop-ws-hero,
.drop-ws-tools,
.drop-ws-footer{position:relative;z-index:1;}
.drop-ws-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:clamp(36px,5vw,70px);
}
.drop-ws-logo img{
  width:min(245px,52vw);
  height:auto;
  display:block;
}
.drop-ws-header-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.drop-ws-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:900;
}
.drop-ws-pill-soft{background:rgba(168,141,70,.10)!important;color:#7a5f20!important;border-color:rgba(168,141,70,.22)!important;}
.drop-ws-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 310px;
  gap:32px;
  align-items:end;
}
.drop-ws-kicker{
  display:inline-flex;
  align-items:center;
  margin:0 0 12px;
  padding:.42rem .72rem;
  border-radius:999px;
  font-size:.70rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:950;
}
.drop-ws-hero h1{
  margin:0;
  max-width:900px;
  font-family:var(--advlab-serif);
  font-size:clamp(48px,7.5vw,98px);
  line-height:.89;
  letter-spacing:-.062em;
  font-weight:700;
  color:#111;
}
.drop-ws-hero h1 span{
  background:linear-gradient(90deg,var(--advlab-magenta),#2c2c2c,var(--advlab-gold));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.drop-ws-subtitle{
  max-width:760px;
  margin:22px 0 0;
  color:var(--advlab-muted);
  font-size:1.04rem;
  line-height:1.75;
}
.drop-ws-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:28px;
}
.drop-ws-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:-.01em;
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.drop-ws-btn:hover{transform:translateY(-1px);filter:saturate(1.05);}
.drop-ws-status{
  display:grid;
  gap:12px;
}
.drop-ws-status div{
  border-radius:24px;
  padding:18px;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}
.drop-ws-status span{
  display:block;
  color:rgba(26,26,26,.52);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.drop-ws-status strong{
  display:block;
  margin-top:8px;
  font-size:1.05rem;
  color:#111;
}
.drop-ws-tools{margin-top:clamp(42px,6vw,72px);}
.drop-ws-section-title{
  color:rgba(93,0,82,.72);
  text-transform:uppercase;
  letter-spacing:.20em;
  font-size:.72rem;
  font-weight:950;
  margin-bottom:14px;
}
.drop-ws-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.drop-ws-tool{
  border-radius:28px;
  padding:22px;
  min-height:210px;
  display:flex;
  flex-direction:column;
  box-shadow:0 16px 42px rgba(15,23,42,.06);
}
.drop-ws-tool.is-primary{
  background:linear-gradient(135deg,rgba(93,0,82,.92),rgba(28,28,28,.94))!important;
  color:#fff;
  border-color:rgba(93,0,82,.30)!important;
}
.drop-ws-tool h2{
  margin:18px 0 8px;
  font-family:var(--advlab-serif);
  font-size:2rem;
  line-height:1;
  letter-spacing:-.035em;
}
.drop-ws-tool p{
  margin:0;
  color:rgba(26,26,26,.62);
  line-height:1.65;
}
.drop-ws-tool.is-primary p{color:rgba(255,255,255,.72);}
.drop-ws-tool a{
  margin-top:auto;
  color:inherit;
  font-weight:900;
  text-decoration:none;
}
.drop-ws-footer{
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid rgba(26,26,26,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:rgba(26,26,26,.56);
  font-size:.88rem;
}
.drop-ws-footer nav{display:flex;gap:14px;flex-wrap:wrap;}
.drop-ws-footer a{color:var(--advlab-magenta);font-weight:800;text-decoration:none;}
@media(max-width:980px){
  .drop-ws-hero{grid-template-columns:1fr;}
  .drop-ws-status{grid-template-columns:repeat(3,minmax(0,1fr));}
  .drop-ws-grid{grid-template-columns:1fr;}
}
@media(max-width:720px){
  .drop-ws-card{border-radius:28px;padding:24px;}
  .drop-ws-header{align-items:flex-start;flex-direction:column;}
  .drop-ws-status{grid-template-columns:1fr;}
  .drop-ws-hero h1{font-size:clamp(42px,15vw,72px);}
}
