:root{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#e7e9ee;background:#0f1116;line-height:1.45;
  --bg:#0f1116;--sidebar:#13161c;--top:#11141a;--panel:#171a21;--panel-2:#1c2028;
  --border:#292e38;--border-soft:#222731;--muted:#8d94a3;--text:#e7e9ee;
  --brand-blue:#0b2b50;--accent:#174f84;--accent-2:#2b76b8;--accent-soft:rgba(23,79,132,.20);--accent-glow:rgba(43,118,184,.24);
  --success:#43b581;--danger:#dc5c65;--warning:#d9a441;
}
*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--bg);color:var(--text)}a{color:#69a9df}button,input,select,textarea{font:inherit}
.app-shell.authenticated{min-height:100vh}.content-shell{min-width:0}.authenticated .content-shell{margin-left:244px;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:var(--sidebar);border-right:1px solid var(--border-soft);display:flex;flex-direction:column;z-index:20}.brand{height:72px;padding:0 20px;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--border-soft)}.brand-mark{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,#174f84,var(--brand-blue));font-size:11px;font-weight:850;letter-spacing:.03em;color:#fff;box-shadow:0 7px 24px rgba(11,43,80,.48)}.brand strong{display:block;font-size:15px}.brand span{display:block;color:var(--muted);font-size:10px;margin-top:1px;text-transform:uppercase;letter-spacing:.08em}.sidebar-section-label{padding:22px 20px 8px;color:#626a79;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.side-nav{display:flex;flex-direction:column;padding:0 10px;gap:3px}.side-nav a{display:flex;align-items:center;gap:11px;min-height:39px;padding:0 11px;border-radius:7px;text-decoration:none;color:#9da4b2;font-size:13px;font-weight:600;transition:background .14s,color .14s}.side-nav a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.side-nav a:hover{background:#1a1e26;color:#d9dde5}.side-nav a.active{background:var(--accent-soft);color:#9bc8ea;box-shadow:inset 2px 0 var(--accent),0 0 18px rgba(11,43,80,.18)}.sidebar-user{margin-top:auto;border-top:1px solid var(--border-soft);padding:14px 14px;display:flex;align-items:center;gap:10px}.avatar-fallback{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#282d38;color:#d8dce5;font-size:13px;font-weight:800}.sidebar-user-copy{min-width:0;flex:1}.sidebar-user-copy strong,.sidebar-user-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-copy strong{font-size:12px}.sidebar-user-copy span{font-size:10px;color:var(--muted);margin-top:2px}.logout-icon{text-decoration:none;color:#7e8695;font-size:17px;padding:5px}.logout-icon:hover{color:#fff}.topbar{height:52px;border-bottom:1px solid var(--border-soft);background:rgba(17,20,26,.92);backdrop-filter:blur(10px);display:flex;align-items:center;padding:0 28px;position:sticky;top:0;z-index:10}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:11px;color:#737b8a}.breadcrumbs strong{color:#b8bec9;font-weight:650}.crumb-sep{color:#444a56}
main{max-width:1480px;margin:0 auto;padding:27px 30px 50px}.guest main{max-width:none;padding:0}header:not(.topbar){margin-bottom:20px}.page-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}h1,h2,h3{letter-spacing:-.02em}h1{font-size:24px;line-height:1.2;margin:0;font-weight:700}h2{font-size:15px;margin:0 0 12px;font-weight:700}h3{font-size:13px;margin:.2rem 0}.login-card,.card,section{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:18px;margin-bottom:14px;box-shadow:0 1px 1px rgba(0,0,0,.13)}.login-card{max-width:440px;margin:14vh auto;text-align:center;padding:32px}.login-card h1{margin-bottom:20px}.button,button{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;border:1px solid transparent;border-radius:6px;padding:8px 13px;text-decoration:none;cursor:pointer;font-weight:700;font-size:12px;min-height:34px;transition:filter .13s,transform .13s,background .13s}.button:hover,button:hover{filter:brightness(1.08);box-shadow:0 0 18px rgba(43,118,184,.18)}.button:active,button:active{transform:translateY(1px)}button.danger,.danger{background:#a8464e;color:#fff}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-bottom:14px}.stats article{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:16px 17px;position:relative;overflow:hidden}.stats article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent);opacity:.85}.stats strong{display:block;font-size:25px;line-height:1.05;font-weight:720}.stats span{display:block;color:var(--muted);font-size:11px;margin-top:7px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:12px}.card label{display:block;margin-bottom:11px;color:#c9ced8;font-size:11px;font-weight:650}.card input,.card select,textarea{width:100%;margin-top:5px;padding:8px 10px;border:1px solid #343a47;border-radius:5px;background:#101319;color:#e8ebf1;outline:none;transition:border .13s,box-shadow .13s}.card input:focus,.card select:focus,textarea:focus{border-color:var(--accent-2);box-shadow:0 0 0 2px rgba(43,118,184,.16)}.card .check{display:flex;gap:.5rem;align-items:center}.card .check input{width:auto;margin:0}.card button{margin-right:6px;margin-top:5px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:7px;background:#14171d}section>.table-wrap{border:0;border-radius:0;margin:0 -18px -18px}table{width:100%;border-collapse:collapse;font-size:11.5px}th,td{text-align:left;padding:10px 13px;border-bottom:1px solid #252a33;white-space:nowrap}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#1a1e25}th{color:#757d8d;background:#13161b;font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.flash{padding:10px 12px;border:1px solid #245f94;background:#10263c;border-radius:6px;margin-bottom:14px;color:#b9d8ef;font-size:12px}.status{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#2b303b;color:#aeb5c2;font-size:10px;font-weight:700}.status.open{background:rgba(67,181,129,.16);color:#68d7a6}.status.closed{background:rgba(220,92,101,.14);color:#e6838a}.filters{display:flex;gap:8px;margin-bottom:12px}code{color:#9fc9e8;background:#11141a;padding:2px 4px;border-radius:3px;font-size:.9em}textarea{resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.banner-preview{margin:12px 0}.banner-preview img{display:block;max-width:100%;max-height:280px;border-radius:6px;border:1px solid var(--border);margin-bottom:5px}.discord-preview{white-space:pre-wrap;word-wrap:break-word;background:#101319;border:1px solid var(--border);border-radius:6px;padding:13px;color:#e5e8ef;font-family:Inter,system-ui,sans-serif;line-height:1.45}.inline-form{display:inline-block;margin:3px 5px 3px 0}.recruitment-form label{font-weight:650}.recruitment-form textarea,.recruitment-form input,.recruitment-form select{font-weight:400}.order-list{list-style:none;margin:0 0 12px;padding:0;max-width:840px}.order-item{display:flex;align-items:center;gap:11px;background:var(--panel);border:1px solid var(--border);border-radius:7px;padding:10px 12px;margin-bottom:6px;cursor:grab;user-select:none}.order-item:hover{border-color:#3d4350;background:#191d24}.order-item:active{cursor:grabbing}.order-item.dragging{opacity:.45;border-style:dashed}.drag-handle{font-size:17px;color:#6f7786;line-height:1}.order-item strong{flex:1;font-size:12px}.order-item .status{margin-left:auto}.team-selector-list{display:grid;gap:6px;max-width:1040px}.team-selector-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--panel);border:1px solid var(--border);border-radius:7px;padding:11px 13px;text-decoration:none;color:var(--text);transition:border-color .13s,background .13s}.team-selector-item:hover{background:#1a1e25;border-color:#3d4350}.team-selector-main{display:flex;align-items:center;gap:9px;min-width:0}.team-selector-main strong{font-size:12px}.team-selector-arrow{font-size:18px;color:#5c9dd1;line-height:1}.team-edit-wrap{max-width:820px}.team-edit-wrap .card{margin:0}.team-edit-wrap form.card{padding:18px}.discord-preview{white-space:normal;min-height:58px}.discord-preview>div{min-height:1.45em}.discord-preview .discord-blank-line{height:.7em;min-height:.7em}.discord-preview .discord-heading{margin:.2rem 0 .35rem;font-weight:700;line-height:1.25}.discord-preview h3.discord-heading{font-size:1.25rem}.discord-preview h4.discord-heading{font-size:1.08rem}.discord-preview h5.discord-heading{font-size:.95rem}.discord-preview blockquote{margin:.25rem 0;padding-left:.75rem;border-left:3px solid #4e5058;color:#d8dce5}.discord-preview ul,.discord-preview ol{margin:.2rem 0 .35rem;padding-left:1.6rem}.discord-preview .discord-inline-code{background:#20232a;border-radius:3px;padding:.12rem .3rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.9em}.discord-preview .discord-code-block{background:#101319;border:1px solid #2b3039;border-radius:4px;padding:.7rem;margin:.4rem 0;overflow:auto;white-space:pre-wrap}.discord-preview .discord-mention{background:rgba(23,79,132,.32);color:#b9daf1;border-radius:3px;padding:0 .15rem}.discord-preview a{color:#69a9df}.discord-preview strong{font-weight:700}
@media(max-width:860px){.authenticated .content-shell{margin-left:0}.sidebar{position:static;width:auto;height:auto;border-right:0;border-bottom:1px solid var(--border);display:block}.brand{height:58px}.sidebar-section-label{display:none}.side-nav{flex-direction:row;overflow:auto;padding:7px 10px}.side-nav a{flex:0 0 auto}.sidebar-user{display:none}.topbar{display:none}main{padding:20px 14px}.two-col{grid-template-columns:1fr}.page-header-row{align-items:flex-start;flex-direction:column}}

/* Form-control polish — WoWAudit-inspired */
:root{
  --field-bg:#11151c;
  --field-bg-hover:#151a22;
  --field-border:#303746;
  --field-border-hover:#424b5c;
  --field-focus:#2b76b8;
  --field-text:#eef1f6;
  --field-placeholder:#656d7c;
}

.card label,
.recruitment-form label,
.team-edit-wrap label,
section label{
  color:#bfc5d0;
  font-size:10.5px;
  font-weight:750;
  letter-spacing:.025em;
}

.card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.card select,
.card textarea,
.recruitment-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.recruitment-form select,
.recruitment-form textarea,
.team-edit-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.team-edit-wrap select,
.team-edit-wrap textarea,
section input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
section select,
section textarea{
  width:100%;
  min-height:40px;
  margin-top:6px;
  padding:9px 12px;
  border:1px solid var(--field-border);
  border-radius:7px;
  background:linear-gradient(180deg,#12161d 0%,var(--field-bg) 100%);
  color:var(--field-text);
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.018),0 1px 2px rgba(0,0,0,.18);
  transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease;
}

.card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
.card select:hover,
.card textarea:hover,
.recruitment-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
.recruitment-form select:hover,
.recruitment-form textarea:hover,
.team-edit-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
.team-edit-wrap select:hover,
.team-edit-wrap textarea:hover,
section input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
section select:hover,
section textarea:hover{
  border-color:var(--field-border-hover);
  background:var(--field-bg-hover);
}

.card input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.card select:focus,
.card textarea:focus,
.recruitment-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.recruitment-form select:focus,
.recruitment-form textarea:focus,
.team-edit-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.team-edit-wrap select:focus,
.team-edit-wrap textarea:focus,
section input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
section select:focus,
section textarea:focus{
  border-color:var(--field-focus);
  background:#141820;
  box-shadow:0 0 0 3px var(--accent-glow),inset 0 1px 0 rgba(255,255,255,.025),0 4px 14px rgba(0,0,0,.18);
}

input::placeholder,textarea::placeholder{color:var(--field-placeholder);opacity:1}
textarea{min-height:120px;line-height:1.55;padding:11px 13px}

select{
  appearance:none;
  -webkit-appearance:none;
  padding-right:38px!important;
  background-image:
    linear-gradient(45deg,transparent 50%,#7d8492 50%),
    linear-gradient(135deg,#7d8492 50%,transparent 50%),
    linear-gradient(to right,#2c323d,#2c323d)!important;
  background-position:
    calc(100% - 17px) 50%,
    calc(100% - 12px) 50%,
    calc(100% - 34px) 50%!important;
  background-size:5px 5px,5px 5px,1px 20px!important;
  background-repeat:no-repeat!important;
}
select option{background:#151922;color:#eef1f6}

input[type="file"]{
  width:100%;
  margin-top:6px;
  padding:6px;
  border:1px dashed #3b4352;
  border-radius:7px;
  background:#11151c;
  color:#8f97a6;
  cursor:pointer;
}
input[type="file"]:hover{border-color:#5a6476;background:#141922}
input[type="file"]::file-selector-button{
  border:1px solid #3c4352;
  border-radius:5px;
  background:#202631;
  color:#dfe3eb;
  padding:7px 10px;
  margin-right:10px;
  font:inherit;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}
input[type="file"]::file-selector-button:hover{background:#292f3b;border-color:#50596b}

input:disabled,select:disabled,textarea:disabled,
input[readonly],textarea[readonly]{
  opacity:.62;
  cursor:not-allowed;
  background:#0f1217!important;
  border-color:#282e38!important;
  color:#8d94a1!important;
  box-shadow:none!important;
}

.card .check{
  min-height:38px;
  padding:7px 9px;
  border:1px solid #2d3440;
  border-radius:7px;
  background:#12161d;
}
.card .check:hover{border-color:#3d4655;background:#151a22}
.card .check input[type="checkbox"]{
  appearance:none;
  width:16px;
  height:16px;
  margin:0;
  border:1px solid #465064;
  border-radius:4px;
  background:#0f1319;
  display:grid;
  place-content:center;
}
.card .check input[type="checkbox"]:checked{background:var(--accent);border-color:var(--accent)}
.card .check input[type="checkbox"]:checked:after{content:"✓";font-size:11px;line-height:1;color:#fff;font-weight:900}
.card .check input[type="checkbox"]:focus-visible{box-shadow:0 0 0 3px var(--accent-glow)}

.form-row{display:grid;gap:12px}.form-row.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){.form-row.two,.form-row.three{grid-template-columns:1fr}}

/* Advertisement Order — polished default-channel selector */
#advertisement-order-form > label{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  margin-bottom:14px;
  color:#bfc5d0;
  font-size:11px;
  font-weight:750;
  letter-spacing:.02em;
}

#advertisement-order-form select[name="default_channel_id"]{
  appearance:none;
  -webkit-appearance:none;
  width:min(100%,520px);
  min-height:44px;
  margin:0;
  padding:10px 46px 10px 14px!important;
  border:1px solid #373e4b;
  border-radius:11px;
  background-color:#12161d!important;
  background-image:
    linear-gradient(45deg,transparent 50%,#9299a8 50%),
    linear-gradient(135deg,#9299a8 50%,transparent 50%),
    linear-gradient(to bottom,rgba(255,255,255,.025),rgba(255,255,255,0))!important;
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 15px) 50%,
    0 0!important;
  background-size:5px 5px,5px 5px,100% 100%!important;
  background-repeat:no-repeat!important;
  color:#eef1f6;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 2px 8px rgba(0,0,0,.16);
  transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease,transform .14s ease;
}

#advertisement-order-form select[name="default_channel_id"]:hover{
  border-color:#50596a;
  background-color:#161b23!important;
}

#advertisement-order-form select[name="default_channel_id"]:focus{
  border-color:var(--accent-2);
  background-color:#151a22!important;
  box-shadow:0 0 0 3px var(--accent-glow),inset 0 1px 0 rgba(255,255,255,.03),0 4px 14px rgba(0,0,0,.2);
}
.form-help{margin:.35rem 0 1rem;color:var(--muted);font-size:11px;line-height:1.45}.generated-ad-preview img{max-height:none;width:100%;background:#0f1520}
.recruitment-page-header{padding:2px 0 4px;align-items:flex-end}.recruitment-page-header>div:first-child{min-width:0}.page-subtitle{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.page-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.page-header-actions .button{border-radius:9px;padding:9px 15px;min-height:36px;background:linear-gradient(180deg,#245f97,#174f84);border-color:#2b6ca6;box-shadow:0 5px 16px rgba(11,43,80,.28)}.page-header-actions .button:hover{filter:none;background:linear-gradient(180deg,#2b76b8,#1b5f9c);border-color:#4a8ec8;box-shadow:0 7px 22px rgba(43,118,184,.24);transform:translateY(-1px)}
@media(max-width:860px){.recruitment-page-header{align-items:stretch}.page-header-actions{width:100%}.page-header-actions .button{width:100%}}
.landing-message-preview-wrap{margin:4px 0 16px}.landing-preview-label{margin:0 0 7px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.landing-message-preview{position:relative;overflow:hidden;max-width:720px;background:#101319;border:1px solid var(--border);border-left:4px solid var(--landing-preview-color,#2b76b8);border-radius:7px;padding:14px 15px 15px;box-shadow:0 5px 18px rgba(0,0,0,.14)}.landing-message-preview-title{font-size:14px;font-weight:750;color:#f4f6f9;margin:0 0 8px;line-height:1.3}.landing-message-preview-description{border:0;background:transparent;padding:0;min-height:0;border-radius:0;box-shadow:none}.landing-message-preview-image{display:block;width:100%;max-height:300px;object-fit:cover;margin-top:13px;border-radius:5px;border:1px solid var(--border)}.landing-message-preview-image[hidden]{display:none}
.server-directory-name{display:flex;align-items:center;gap:10px;min-width:220px}.server-directory-name>div{display:flex;align-items:center;gap:6px}.server-directory-icon{width:34px;height:34px;flex:0 0 34px;border-radius:9px;object-fit:cover;border:1px solid var(--border)}.server-directory-icon-fallback{display:flex;align-items:center;justify-content:center;background:#101319;color:#9fc9e8;font-weight:800}.server-directory-permissions{display:flex;gap:5px;flex-wrap:wrap;min-width:330px}

.audit-entity{display:flex;flex-direction:column;gap:2px;min-width:230px}.audit-entity strong{font-size:11.5px;color:var(--text);font-weight:700}.audit-entity span{font-size:9.5px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}

/* Audit view selector */
.audit-view-selector{display:flex;align-items:end;gap:10px;margin:0 0 16px;padding:12px 14px;border:1px solid var(--border);border-radius:9px;background:#11151c;max-width:520px}.audit-view-selector label{display:flex;flex-direction:column;gap:6px;flex:1;margin:0;color:#bfc5d0;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.audit-view-selector select{appearance:none;-webkit-appearance:none;width:100%;min-height:40px;margin:0;padding:9px 42px 9px 12px!important;border:1px solid #373e4b;border-radius:9px;background-color:#151922!important;background-image:linear-gradient(45deg,transparent 50%,#9299a8 50%),linear-gradient(135deg,#9299a8 50%,transparent 50%)!important;background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important;color:#eef1f6;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.audit-view-selector select:hover{border-color:#50596a;background-color:#181d26!important}.audit-view-selector select:focus{border-color:var(--accent-2);box-shadow:0 0 0 3px var(--accent-glow)}.audit-view-selector noscript button{min-height:40px}@media(max-width:620px){.audit-view-selector{max-width:none;width:100%}}

/* TWMBot browser branding (top-right icon removed; brand is in sidebar) */
.topbar-brand-icon{margin-left:auto;width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #2b3340;background:#0b0f16;text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.22);transition:border-color .14s,transform .14s,box-shadow .14s}.topbar-brand-icon:hover{border-color:var(--accent-2);transform:translateY(-1px);box-shadow:0 6px 20px rgba(43,118,184,.2)}.topbar-brand-icon img{display:block;width:100%;height:100%;object-fit:cover}.topbar-brand-icon:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}


/* Sidebar identity + corrected TWMBot brand placement */
.brand{color:inherit;text-decoration:none}.brand:hover{background:rgba(255,255,255,.015)}
.brand-mark-image{width:38px;height:38px;border-radius:10px;object-fit:cover;display:block;flex:0 0 auto;box-shadow:0 7px 24px rgba(11,43,80,.48)}
.sidebar-user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block;flex:0 0 auto;background:#282d38;border:1px solid #343a47}
.sidebar-user-copy span{max-width:128px}
.topbar-brand-icon{display:none!important}

/* Droptimizer */
.drop-filter{display:grid;grid-template-columns:minmax(180px,1fr) minmax(150px,.7fr) minmax(260px,1.5fr) auto;gap:14px;align-items:end}.drop-filter label{margin:0}.drop-top-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0 22px}.drop-result-card{background:linear-gradient(180deg,rgba(23,79,132,.18),rgba(8,17,29,.92));border:1px solid var(--border,#24364a);border-radius:14px;padding:18px;display:grid;grid-template-columns:auto 1fr;gap:10px 12px}.drop-result-card h3{margin:0 0 4px}.drop-result-card p{margin:0;color:var(--muted,#8fa4ba)}.drop-rank{font-size:28px}.drop-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px}.drop-metrics span{background:rgba(255,255,255,.035);border-radius:9px;padding:10px;display:flex;flex-direction:column;font-size:11px;color:var(--muted,#8fa4ba);text-transform:uppercase;letter-spacing:.04em}.drop-metrics b{font-size:18px;color:var(--text,#eef5fc);text-transform:none;letter-spacing:0;margin-bottom:3px}.muted{color:var(--muted,#8fa4ba);font-size:12px;margin-top:4px}@media(max-width:1000px){.drop-filter{grid-template-columns:1fr 1fr}.drop-top-grid{grid-template-columns:1fr}.drop-metrics{grid-template-columns:repeat(3,1fr)}}
