:root{
  --bg:#f7f8fb;
  --bg-deep:#eef2f8;
  --panel:#ffffff;
  --panel-glass:rgba(255,255,255,.76);
  --panel-strong:rgba(255,255,255,.92);
  --ink:#0b1220;
  --heading:#050816;
  --muted:#647084;
  --muted-2:#98a2b3;
  --line:rgba(15,23,42,.095);
  --line-strong:rgba(15,23,42,.15);
  --soft:#f3f6fb;
  --soft-2:#eef4ff;
  --navy:#0f172a;
  --blue:#2563eb;
  --cyan:#06b6d4;
  --violet:#7c3aed;
  --green:#059669;
  --green-bg:#ecfdf5;
  --red:#b42318;
  --red-bg:#fff1f0;
  --orange:#b45309;
  --orange-bg:#fff7ed;
  --shadow:0 32px 90px rgba(15,23,42,.11);
  --shadow-soft:0 18px 46px rgba(15,23,42,.075);
  --shadow-hover:0 34px 88px rgba(15,23,42,.14);
  --radius:30px;
  --radius-md:22px;
  --radius-sm:16px;
  --container:1180px;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--bg);color:var(--ink);scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif}
body{margin:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 12% -12%,rgba(37,99,235,.15),transparent 31%),radial-gradient(circle at 92% 4%,rgba(124,58,237,.12),transparent 34%),radial-gradient(circle at 50% 104%,rgba(6,182,212,.12),transparent 35%),linear-gradient(180deg,#fbfcff 0%,#f7f8fb 46%,#f1f4f9 100%)}
body::before{content:"";position:fixed;inset:0;z-index:-4;pointer-events:none;background-image:linear-gradient(rgba(15,23,42,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.032) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 72%)}
body::after{content:"";position:fixed;inset:auto -10% -28% -10%;height:50vh;z-index:-3;pointer-events:none;background:radial-gradient(ellipse at center,rgba(255,255,255,.95),rgba(255,255,255,0) 72%)}
a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{appearance:none}img,svg{display:block;max-width:100%}::selection{background:rgba(37,99,235,.16);color:#0f172a}
.ui-icon{width:18px;height:18px;flex:0 0 18px}.nav .ui-icon{width:16px;height:16px}.search-card button .ui-icon{width:17px;height:17px}.page-shell{width:min(var(--container),calc(100% - 40px));margin:0 auto;position:relative}main{min-height:calc(100vh - 260px)}
.site-bg{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none}.site-bg span{position:absolute;border-radius:999px;filter:blur(18px);opacity:.42;animation:floatGlow 14s ease-in-out infinite alternate}.site-bg span:nth-child(1){width:300px;height:300px;left:3%;top:14%;background:rgba(37,99,235,.14)}.site-bg span:nth-child(2){width:230px;height:230px;right:7%;top:27%;background:rgba(6,182,212,.13);animation-delay:-4s}.site-bg span:nth-child(3){width:330px;height:330px;left:34%;bottom:-13%;background:rgba(124,58,237,.10);animation-delay:-7s}.site-bg span:nth-child(4){width:170px;height:170px;right:28%;bottom:16%;background:rgba(15,23,42,.055);animation-delay:-10s}@keyframes floatGlow{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(20px,-24px,0) scale(1.08)}}
.topbar{position:sticky;top:12px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 0 0;padding:11px 12px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:0 16px 46px rgba(15,23,42,.07);backdrop-filter:blur(22px) saturate(1.45);-webkit-backdrop-filter:blur(22px) saturate(1.45);transition:box-shadow .22s ease,background .22s ease,border-color .22s ease}.topbar.is-scrolled{background:rgba(255,255,255,.88);border-color:rgba(15,23,42,.07);box-shadow:0 20px 60px rgba(15,23,42,.105)}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;outline:none;border-radius:999px}.brand-mark{position:relative;width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#0b1220,#18233b 56%,#2563eb);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 15px 34px rgba(15,23,42,.24);transform:translateZ(0)}.brand-mark::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 42%);pointer-events:none}.brand-logo{position:relative;z-index:1;width:38px;height:38px;filter:drop-shadow(0 6px 10px rgba(0,0,0,.18))}.brand-text{display:flex;flex-direction:column;gap:2px;line-height:1.05;min-width:0}.brand strong{font-size:18px;letter-spacing:-.02em;color:#07111f;font-weight:880;white-space:nowrap}.brand small{font-size:12px;color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-weight:760;white-space:nowrap}
.nav{display:flex;align-items:center;gap:5px;padding:5px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:rgba(248,250,252,.82)}.nav a{position:relative;display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border-radius:999px;color:#344054;font-size:14px;font-weight:760;transition:background .22s ease,color .22s ease,transform .22s ease}.nav a:hover,.nav a.active{background:#0f172a;color:#fff;transform:translateY(-1px)}.nav-toggle{display:none;width:46px;height:46px;border:0;border-radius:16px;background:#0f172a;color:#fff;cursor:pointer;place-items:center;box-shadow:0 12px 28px rgba(15,23,42,.16)}.nav-toggle span{display:block;width:18px;height:2px;background:currentColor;border-radius:99px;transition:transform .22s ease,opacity .22s ease}.nav-toggle span+span{margin-top:-12px;transform:translateY(12px)}.nav-open .nav-toggle span:first-child{transform:translateY(6px) rotate(45deg)}.nav-open .nav-toggle span+span{transform:translateY(6px) rotate(-45deg)}
.hero{position:relative;padding:90px 0 62px;text-align:center}.hero::before{content:"";position:absolute;left:50%;top:32px;width:min(820px,88vw);height:310px;transform:translateX(-50%);z-index:-1;background:radial-gradient(ellipse at center,rgba(255,255,255,.96),rgba(255,255,255,0) 70%)}.hero-art{position:absolute;left:50%;top:30px;width:min(760px,92vw);height:320px;transform:translateX(-50%);z-index:-1;opacity:.56;pointer-events:none}.hero-art svg{width:100%;height:100%;overflow:visible}.hero-orbit{animation:orbitSpin 28s linear infinite;transform-origin:center}.hero-pulse{animation:pulseSoft 3s ease-in-out infinite alternate}@keyframes orbitSpin{to{transform:rotate(360deg)}}@keyframes pulseSoft{from{opacity:.35;transform:scale(.96)}to{opacity:.9;transform:scale(1.04)}}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(15,23,42,.09);border-radius:999px;color:#475467;background:rgba(255,255,255,.78);box-shadow:0 12px 30px rgba(15,23,42,.055);font-size:12px;letter-spacing:.18em;font-weight:820;backdrop-filter:blur(14px)}.eyebrow::before{content:"";width:7px;height:7px;border-radius:99px;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 0 0 5px rgba(37,99,235,.10)}.hero h1{max-width:940px;margin:24px auto 18px;font-size:clamp(42px,7.4vw,86px);line-height:.98;letter-spacing:-.074em;color:var(--heading);font-weight:920}.hero h1,.sub-hero h1,.form-panel h1,.detail-card h1,.player-card h1,.age-gate-card h1{text-wrap:balance}.lead,.lead-small{color:#475467;line-height:1.95;font-size:17px;max-width:790px;margin:0 auto 30px}.lead-small{font-size:16px;text-align:left;margin-bottom:18px}.hero-strong{color:#101828;font-weight:760}
.search-card{position:relative;width:min(790px,100%);margin:0 auto;display:flex;align-items:center;gap:10px;padding:8px;border:1px solid rgba(15,23,42,.10);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 26px 90px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.8);backdrop-filter:blur(18px) saturate(1.2)}.search-visual{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:999px;background:#f3f6fb;color:#667085;border:1px solid rgba(15,23,42,.07)}.search-card input{flex:1;min-width:0;border:0!important;outline:0!important;background:transparent!important;padding:16px 4px;font-size:16px;color:#0f172a;box-shadow:none!important}.search-card input::placeholder{color:#98a2b3}.search-card button,.clean-form button,.age-actions button,.item-actions a,.item-actions button,.play-cta a,.table-actions button,.mini-form button,.primary-action{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:999px;padding:12px 22px;cursor:pointer;font-weight:820;line-height:1;box-shadow:0 14px 32px rgba(15,23,42,.16);transition:transform .22s ease,box-shadow .22s ease,background .22s ease,opacity .22s ease,color .22s ease}.search-card button:hover,.clean-form button:hover,.age-actions button:hover,.item-actions a:hover,.item-actions button:hover,.play-cta a:hover,.table-actions button:hover,.mini-form button:hover,.primary-action:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(15,23,42,.20)}.search-card button:active,.clean-form button:active,.age-actions button:active,.item-actions a:active,.item-actions button:active{transform:translateY(0)}
.hero-note{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:24px}.hero-note span,.adult-tag,.chip-list span,.meta-pill{display:inline-flex;align-items:center;gap:6px;min-height:31px;font-size:12px;color:#475467;background:rgba(255,255,255,.76);border:1px solid rgba(15,23,42,.09);border-radius:999px;padding:7px 11px;font-weight:820;box-shadow:0 8px 22px rgba(15,23,42,.045)}.hero-note span::before{content:"";width:6px;height:6px;border-radius:99px;background:#10b981}.adult-tag{color:#9a3412;background:#fff7ed;border-color:#fed7aa;box-shadow:none}.adult-tag::before{content:"";width:6px;height:6px;border-radius:99px;background:#fb923c}.trust-strip{width:min(920px,100%);margin:26px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.trust-item{display:flex;align-items:center;gap:10px;text-align:left;padding:13px 15px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:rgba(255,255,255,.62);box-shadow:0 12px 30px rgba(15,23,42,.045);backdrop-filter:blur(14px)}.trust-item .ui-icon{color:#2563eb}.trust-item strong{font-size:13px;color:#0f172a}.trust-item span{display:block;margin-top:2px;color:#667085;font-size:12px;line-height:1.4}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:14px 0 58px}.info-card,.result-item,.detail-card,.files-card,.form-panel,.player-card,.age-gate-card{position:relative;border:1px solid rgba(15,23,42,.085);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,255,255,.72));box-shadow:var(--shadow-soft);padding:28px;overflow:hidden;backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12)}.info-card::after,.result-item::after,.detail-card::after,.files-card::after,.form-panel::after,.player-card::after,.age-gate-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.70),transparent 34%);opacity:.68}.info-card>* ,.result-item>* ,.detail-card>* ,.files-card>* ,.form-panel>* ,.player-card>* ,.age-gate-card>*{position:relative;z-index:1}.info-card{min-height:220px;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.info-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:rgba(37,99,235,.18)}.info-card h2,.files-card h2,.form-panel h2,.admin-panel h2{margin:14px 0 9px;font-size:19px;letter-spacing:-.025em;color:#0f172a}.info-card p,.muted{color:var(--muted);line-height:1.85;margin:0}.feature-icon,.icon-dot{width:44px;height:44px;border-radius:17px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0f172a 0%,#2563eb 56%,#06b6d4 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 14px 32px rgba(37,99,235,.18)}.icon-dot::after{content:"";display:block;width:14px;height:14px;border:2px solid rgba(255,255,255,.88);border-radius:50%}.feature-icon .ui-icon{width:21px;height:21px}
.sub-hero{text-align:center;padding:54px 0 28px}.sub-hero h1,.form-panel h1,.detail-card h1,.player-card h1,.age-gate-card h1{font-size:clamp(30px,4.8vw,52px);letter-spacing:-.052em;line-height:1.06;margin:0 0 20px;color:#07111f;font-weight:920}.results-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:24px 0 16px;color:#475467;flex-wrap:wrap}.results-kicker{font-size:13px;color:#667085}.results-head strong{font-size:28px;color:#0f172a;letter-spacing:-.045em}.results-head span{margin-left:8px;color:#667085}.sorts{display:flex;gap:6px;padding:5px;background:rgba(255,255,255,.78);border:1px solid rgba(15,23,42,.08);border-radius:999px;box-shadow:0 12px 30px rgba(15,23,42,.055)}.sorts a{padding:9px 13px;border-radius:999px;font-size:13px;color:#475467;font-weight:820;transition:.2s ease}.sorts a:hover,.sorts a.active{background:#0f172a;color:#fff}.result-list{display:grid;gap:14px;margin-bottom:22px}.result-item{padding:24px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.result-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:rgba(37,99,235,.18)}.result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.result-title{display:block;font-size:20px;line-height:1.42;font-weight:860;letter-spacing:-.03em;color:#0b1220;word-break:break-word;overflow-wrap:anywhere}.result-title:hover{color:#1d4ed8}.meta-line{display:flex;align-items:center;gap:8px 10px;flex-wrap:wrap;margin:13px 0 15px;color:#667085;font-size:13px;line-height:1.7}.meta-pill{box-shadow:none;background:rgba(248,250,252,.72)}.meta-pill .ui-icon{width:14px;height:14px;color:#667085}.item-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.item-actions a,.item-actions button,.table-actions button,.mini-form button{min-height:38px;padding:10px 15px;font-size:13px;box-shadow:0 10px 24px rgba(15,23,42,.12)}.item-actions a:not(:first-child),.item-actions button{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.11);box-shadow:none}.item-actions a:not(:first-child):hover,.item-actions button:hover{background:#0f172a;color:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:26px 0 64px;flex-wrap:wrap}.pagination a{min-width:42px;height:42px;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(15,23,42,.09);background:rgba(255,255,255,.78);color:#475467;font-weight:850;box-shadow:0 10px 24px rgba(15,23,42,.05);transition:.2s ease}.pagination a:hover,.pagination a.active{background:#0f172a;color:#fff;transform:translateY(-1px)}
.empty-state{margin:24px 0 54px;padding:28px;border:1px solid rgba(15,23,42,.085);border-radius:var(--radius-md);background:rgba(255,255,255,.82);color:#667085;text-align:center;box-shadow:var(--shadow-soft)}.empty-state.warning,.notice.warning{color:var(--orange);background:var(--orange-bg);border-color:#fed7aa}.empty-icon{width:54px;height:54px;margin:0 auto 12px;display:grid;place-items:center;border-radius:20px;background:#f3f6fb;color:#667085;border:1px solid rgba(15,23,42,.07)}
.detail-card,.files-card,.player-card,.age-gate-card,.form-panel{margin:46px auto 20px;max-width:980px}.form-panel.narrow{max-width:760px}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:#475467;font-weight:850;font-size:14px}.back-link::before{content:"←";width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:#f1f5f9;color:#0f172a}.summary-grid,.stat-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.summary-grid div,.stat-row div,.contact-box{padding:18px;border:1px solid rgba(15,23,42,.085);border-radius:20px;background:rgba(248,250,252,.76)}.summary-grid span,.stat-row span,.contact-box span{display:flex;align-items:center;gap:7px;color:#667085;font-size:12px;font-weight:850;letter-spacing:.04em;margin-bottom:8px}.summary-grid strong,.stat-row strong,.contact-box a{display:block;color:#0f172a;font-size:18px;line-height:1.35;word-break:break-word}.magnet-box{margin-top:20px}.label-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;color:#475467;font-weight:850}.label-row button{border:0;border-radius:999px;background:#0f172a;color:#fff;padding:9px 14px;cursor:pointer;font-weight:850;display:inline-flex;align-items:center;gap:7px}textarea,input,select{width:100%;border:1px solid rgba(15,23,42,.11);border-radius:16px;background:rgba(255,255,255,.9);color:#0f172a;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}textarea{resize:vertical;min-height:108px;padding:14px;line-height:1.7;word-break:break-all}input,select{min-height:48px;padding:0 14px}textarea:focus,input:focus,select:focus{border-color:rgba(37,99,235,.45);box-shadow:0 0 0 4px rgba(37,99,235,.10);background:#fff}.play-cta{margin-top:18px}.play-cta a{width:auto;min-height:44px}.files-card{margin-top:16px;margin-bottom:58px}.file-list{display:grid;gap:8px;margin-top:12px}.file-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:13px 14px;border:1px solid rgba(15,23,42,.075);border-radius:16px;background:rgba(248,250,252,.72)}.file-row span{min-width:0;word-break:break-all;color:#344054;line-height:1.55}.file-row strong{white-space:nowrap;color:#0f172a}.player-card video{width:100%;max-height:70vh;border-radius:22px;background:#020617;box-shadow:0 26px 80px rgba(2,6,23,.22)}.age-gate-card{text-align:center;max-width:720px}.age-badge{width:62px;height:62px;margin:0 auto 14px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#f97316,#b42318);color:#fff;font-weight:900;box-shadow:0 18px 42px rgba(180,35,24,.18)}.age-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}.age-actions .ghost{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.12);box-shadow:none}
.clean-form{display:grid;gap:16px;margin-top:18px}.clean-form label{display:grid;gap:8px;color:#344054;font-size:14px;font-weight:850}.clean-form small{color:#98a2b3;font-weight:700}.compact-form{max-width:560px}.inline-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:rgba(248,250,252,.72);cursor:pointer}.inline-check input{width:18px;min-height:18px;height:18px;margin:2px 0 0;accent-color:#0f172a}.inline-check span{line-height:1.55;color:#475467}.notice{padding:14px 16px;border-radius:16px;border:1px solid rgba(15,23,42,.08);margin:14px 0;color:#475467;background:#f8fafc;font-weight:750}.notice.success{color:var(--green);background:var(--green-bg);border-color:#a7f3d0}.notice.error{color:var(--red);background:var(--red-bg);border-color:#fecaca}.contact-box{margin-top:12px}.contact-box a{font-size:16px;color:#1d4ed8}.code-box{margin-top:12px;padding:16px;border-radius:18px;border:1px solid rgba(15,23,42,.09);background:#0b1220;color:#dbeafe;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.7;overflow:auto}
.admin-panel{max-width:1160px}.admin-top{display:flex;justify-content:flex-end;margin:-4px 0 14px}.admin-top a{display:inline-flex;min-height:38px;align-items:center;border:1px solid rgba(15,23,42,.10);border-radius:999px;padding:8px 14px;background:#fff;color:#344054;font-weight:850}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:22px 0}.table-wrap{width:100%;overflow:auto;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:rgba(255,255,255,.74);box-shadow:0 16px 38px rgba(15,23,42,.055);-webkit-overflow-scrolling:touch}.admin-table{width:100%;border-collapse:separate;border-spacing:0;min-width:820px;font-size:14px}.admin-table th,.admin-table td{padding:13px 14px;border-bottom:1px solid rgba(15,23,42,.07);vertical-align:top;text-align:left;color:#344054}.admin-table th{position:sticky;top:0;background:#f8fafc;color:#0f172a;font-size:12px;text-transform:uppercase;letter-spacing:.06em;z-index:1}.admin-table tr:last-child td{border-bottom:0}.admin-table small{color:#667085;word-break:break-all}.danger-text{color:#b42318!important}.table-actions{display:flex;gap:7px;flex-wrap:wrap}.table-actions form{display:inline-flex}.table-actions button{min-height:34px;padding:8px 12px}.mini-form{display:flex;gap:8px;margin:10px 0 12px}.mini-form input{min-width:0}.chip-list{display:flex;gap:8px;flex-wrap:wrap}.log-list{display:grid;gap:8px;margin-top:12px}.log-row{display:grid;grid-template-columns:160px 180px minmax(0,1fr);gap:12px;align-items:start;padding:12px 14px;border:1px solid rgba(15,23,42,.07);border-radius:16px;background:rgba(248,250,252,.72);color:#475467;font-size:13px}.log-row strong{color:#0f172a}.log-row em{font-style:normal;word-break:break-word}
.footer{margin:58px 0 28px;padding:26px;border:1px solid rgba(15,23,42,.085);border-radius:28px;background:rgba(255,255,255,.66);box-shadow:0 18px 46px rgba(15,23,42,.055);backdrop-filter:blur(18px);color:#667085;text-align:center}.footer-brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;text-align:left}.footer-logo{width:38px;height:38px;border-radius:15px;overflow:hidden;display:grid;place-items:center}.footer-logo .brand-logo{width:38px;height:38px}.footer-brand strong{display:block;color:#0f172a;font-size:15px}.footer-brand small{display:block;color:#667085;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.footer-links a{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:rgba(255,255,255,.7);font-size:13px;font-weight:850;color:#344054;transition:.2s ease}.footer-links a:hover{background:#0f172a;color:#fff;transform:translateY(-1px)}.footer p{margin:8px 0;line-height:1.7;font-size:13px}.footer a{color:#1d4ed8}
.copy-toast{position:fixed;left:50%;bottom:28px;z-index:200;transform:translate3d(-50%,18px,0) scale(.96);opacity:0;pointer-events:none;min-width:118px;padding:12px 18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(15,23,42,.88);color:#fff;text-align:center;font-weight:850;box-shadow:0 22px 50px rgba(15,23,42,.24);backdrop-filter:blur(18px);transition:opacity .22s ease,transform .22s ease}.copy-toast.show{opacity:1;transform:translate3d(-50%,0,0) scale(1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal-in{animation:revealUp .62s cubic-bezier(.2,.8,.2,1) both}@keyframes revealUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}:focus-visible{outline:3px solid rgba(37,99,235,.36);outline-offset:3px}
@media (max-width:980px){.page-shell{width:min(100% - 28px,var(--container))}.hero{padding:74px 0 46px}.grid-3{grid-template-columns:1fr;gap:14px}.info-card{min-height:auto}.trust-strip{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.summary-grid,.stat-row{grid-template-columns:1fr 1fr}.log-row{grid-template-columns:1fr;gap:6px}}
@media (max-width:760px){body::before{background-size:34px 34px}.page-shell{width:calc(100% - 22px)}.topbar{top:8px;border-radius:24px;padding:9px;align-items:center}.brand{gap:10px;min-width:0;max-width:calc(100% - 58px)}.brand-mark{width:44px;height:44px;flex-basis:44px;border-radius:16px}.brand-logo{width:33px;height:33px}.brand strong{font-size:17px}.brand small{font-size:11px;letter-spacing:.10em}.nav-toggle{display:grid;flex:0 0 46px}.nav{position:absolute;left:0;right:0;top:calc(100% + 8px);display:grid;grid-template-columns:1fr;gap:6px;padding:8px;border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 22px 60px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top center;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-open .nav{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.nav a{padding:13px 15px;text-align:center;justify-content:center}.hero{padding:62px 0 42px}.hero h1{font-size:clamp(38px,12vw,62px);letter-spacing:-.062em}.lead{font-size:16px;line-height:1.85}.eyebrow{font-size:11px;letter-spacing:.12em}.hero-art{height:260px}.search-card{border-radius:24px;align-items:stretch;flex-wrap:wrap;padding:9px}.search-visual{width:40px;height:40px;flex-basis:40px;margin-top:4px}.search-card input{flex:1 1 calc(100% - 54px);padding:11px 2px}.search-card button{width:100%;border-radius:18px}.hero-note{gap:8px}.hero-note span{font-size:11px;min-height:30px}.trust-item{padding:12px 13px}.sub-hero{padding:36px 0 20px}.results-head{align-items:flex-start}.sorts{width:100%;overflow:auto;justify-content:flex-start}.sorts a{white-space:nowrap}.info-card,.result-item,.detail-card,.files-card,.form-panel,.player-card,.age-gate-card{border-radius:22px;padding:20px}.detail-card,.files-card,.player-card,.age-gate-card,.form-panel{margin-top:30px}.result-top{display:block}.result-title{font-size:18px}.meta-line{gap:6px 8px}.summary-grid,.stat-row{grid-template-columns:1fr}.file-row{grid-template-columns:1fr;gap:6px}.file-row strong{white-space:normal}.clean-form button{width:100%}.mini-form{display:grid}.table-wrap{border-radius:18px}.admin-table{min-width:760px}.footer{margin-top:38px;padding:20px;border-radius:22px}}
@media (max-width:430px){.page-shell{width:calc(100% - 16px)}.topbar{border-radius:21px}.brand-text{max-width:158px}.brand small{max-width:158px;overflow:hidden;text-overflow:ellipsis}.hero{padding-top:48px}.hero h1{font-size:40px}.lead{font-size:15px}.eyebrow{max-width:100%;white-space:normal;justify-content:center;line-height:1.5}.hero-note span{padding:7px 9px}.results-head strong{font-size:24px}.item-actions a,.item-actions button{width:100%}.label-row{align-items:flex-start;flex-direction:column}.label-row button{width:100%;justify-content:center}.age-actions button{width:100%}.pagination a{min-width:38px;height:38px}.footer-links a{width:100%;justify-content:center}.footer-brand{display:flex;justify-content:center;text-align:left}.copy-toast{bottom:18px;width:calc(100% - 40px)}.meta-pill{font-size:11px;padding:6px 9px}.search-card input{font-size:15px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.hero-orbit,.hero-pulse{animation:none!important}}
.panel-steps{margin:18px 0 6px;width:100%;}

/* 2026-04-26 admin password + footer refinement */
.footer{padding-top:24px;text-align:center}
.footer .footer-links{margin-top:0;margin-bottom:14px}
.footer p{max-width:900px;margin-left:auto;margin-right:auto}
.admin-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.admin-kicker{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:7px 11px;border-radius:999px;background:rgba(15,23,42,.045);border:1px solid rgba(15,23,42,.075);color:#344054;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.admin-kicker .ui-icon{width:16px;height:16px;color:#2563eb}.admin-title-row h1{margin-top:12px}.admin-logout{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(15,23,42,.10);color:#344054;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px rgba(15,23,42,.055);transition:.2s ease}.admin-logout:hover{background:#0f172a;color:#fff;transform:translateY(-1px)}
.admin-card{position:relative;overflow:hidden;padding:20px;border:1px solid rgba(15,23,42,.085);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.68));box-shadow:0 18px 46px rgba(15,23,42,.055);backdrop-filter:blur(18px)}
.admin-card::before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(37,99,235,.28),transparent)}
.admin-section-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.admin-section-head h2{margin:0}.admin-section-head p{margin:4px 0 0}.section-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:16px;color:#1d4ed8;background:linear-gradient(180deg,#eff6ff,#fff);border:1px solid rgba(37,99,235,.14);box-shadow:0 12px 26px rgba(37,99,235,.08)}.section-icon .ui-icon{width:20px;height:20px}.admin-ops-grid{align-items:stretch}.security-card,.task-card{min-height:100%}.password-form{max-width:none}.password-hint{margin:0;color:#667085;font-size:12px;line-height:1.7}.password-hint code{padding:2px 6px;border-radius:8px;background:rgba(15,23,42,.06);color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.source-card{margin:20px 0}.source-form-grid{grid-template-columns:1fr 220px;align-items:end}.source-form-grid .source-url-field{grid-column:1/-1}.source-form-grid .source-check{grid-column:1/2;margin:0}.source-form-grid button{grid-column:2/3;align-self:stretch}.login-form-card{padding:20px;border:1px solid rgba(15,23,42,.085);border-radius:24px;background:rgba(255,255,255,.74);box-shadow:0 18px 46px rgba(15,23,42,.055)}
@media (max-width:980px){.admin-title-row{display:grid}.admin-logout{justify-self:start}.source-form-grid{grid-template-columns:1fr}.source-form-grid .source-check,.source-form-grid button{grid-column:1/-1}.source-form-grid button{width:100%}}
@media (max-width:760px){.admin-card{border-radius:20px;padding:18px}.admin-section-head{gap:10px}.section-icon{width:38px;height:38px;flex-basis:38px;border-radius:14px}.admin-title-row h1{font-size:30px}.footer{padding-top:20px}}
@media (max-width:430px){.admin-kicker{width:100%;justify-content:center}.admin-logout{width:100%}.admin-section-head{display:grid}.source-form-grid{gap:14px}.password-hint{font-size:11px}.footer .footer-links a{width:100%;justify-content:center}}

/* 2026-04-26 playable media + smart magnet import */
.inline-player-card{position:relative;max-width:980px;margin:16px auto 20px;padding:24px;border:1px solid rgba(15,23,42,.085);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.74));box-shadow:var(--shadow-soft);overflow:hidden;backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12)}
.inline-player-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 34%);opacity:.7}.inline-player-card>*{position:relative;z-index:1}.player-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.player-head h2{margin:12px 0 4px;font-size:28px;letter-spacing:-.045em;color:#07111f}.player-open{white-space:nowrap}.media-player{display:block;width:100%;border-radius:24px;background:#020617;box-shadow:0 28px 84px rgba(2,6,23,.20);outline:none}.inline-player-card audio.media-player,.player-card audio.media-player{min-height:54px;padding:10px;background:linear-gradient(180deg,#0b1220,#111827)}.inline-player-card video.media-player,.player-card video.media-player{max-height:70vh;aspect-ratio:16/9;object-fit:contain}.player-card .media-player{margin-top:10px}.playable-list{display:grid;gap:8px;margin-top:16px;max-height:360px;overflow:auto;padding:4px 2px 4px 0;scrollbar-width:thin}.playable-list a{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:rgba(255,255,255,.72);color:#344054;transition:background .2s ease,border-color .2s ease,transform .2s ease,color .2s ease}.playable-list a:hover,.playable-list a.active{background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-1px)}.playable-list span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:820}.playable-list em{font-style:normal;color:inherit;opacity:.72;font-size:12px;font-weight:800;white-space:nowrap}.player-page-list{max-height:420px}.player-note{margin:14px 0 0;color:#667085;font-size:13px;line-height:1.8}.player-magnet{margin-top:22px}.file-row.is-playable{border-color:rgba(37,99,235,.16);background:linear-gradient(180deg,rgba(239,246,255,.72),rgba(255,255,255,.78))}.file-row strong{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.file-play-link{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:5px 9px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:900;vertical-align:middle}.file-play-link .ui-icon{width:13px;height:13px}.smart-import-card{margin:20px 0}.smart-import-form textarea{min-height:130px}.smart-import-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-tip{margin:0;color:#667085;font-size:12px;line-height:1.8}.clean-form small{display:block;margin-top:4px;color:#98a2b3;font-weight:700;line-height:1.5}
@media (max-width:760px){.inline-player-card{border-radius:22px;padding:20px;margin-top:12px}.player-head{display:grid}.player-open{width:100%}.player-head h2{font-size:24px}.playable-list a{grid-template-columns:18px minmax(0,1fr);gap:8px}.playable-list em{grid-column:2/3}.smart-import-grid{grid-template-columns:1fr}.file-row strong{justify-content:flex-start;flex-wrap:wrap}.file-play-link{width:auto}.inline-player-card video.media-player,.player-card video.media-player{max-height:58vh}}
@media (max-width:430px){.playable-list{max-height:320px}.playable-list span{white-space:normal;line-height:1.45}.media-player{border-radius:18px}.inline-player-card audio.media-player,.player-card audio.media-player{padding:6px}.player-note{font-size:12px}}

/* Magnet metadata auto-fetch polish */
.magnet-fetch-note{display:grid;gap:8px;margin:2px 0 0;padding:14px 15px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:linear-gradient(180deg,rgba(248,250,252,.88),rgba(255,255,255,.72));color:#475467;line-height:1.75;font-size:13px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.magnet-fetch-note strong{color:#0f172a;font-size:13px;letter-spacing:-.01em}.magnet-fetch-note code{padding:2px 6px;border-radius:8px;background:rgba(15,23,42,.06);color:#0f172a;font-size:12px;font-weight:850}.smart-import-card .notice,.admin-card .notice{margin-top:10px}.smart-import-form textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.65}.smart-import-form textarea::placeholder{color:#98a2b3}.smart-import-grid label small{max-width:560px}.notice.success{line-height:1.7}
@media (max-width:760px){.magnet-fetch-note{font-size:12px;border-radius:16px;padding:13px}.smart-import-form textarea{font-size:12px}}


/* 2026-04-26 multi playback source switcher */
.source-switcher{margin-top:16px;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:rgba(248,250,252,.78)}
.source-switcher-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.source-switcher-head span{color:#0f172a;font-size:13px;font-weight:900;letter-spacing:.04em}
.source-switcher-head em{font-style:normal;color:#667085;font-size:12px;line-height:1.6;text-align:right}
.source-tabs{display:flex;gap:8px;flex-wrap:wrap}
.source-tab{border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;color:#344054;min-height:38px;padding:7px 12px;display:inline-flex;align-items:center;gap:7px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,opacity .2s ease}
.source-tab strong{font-size:13px;font-weight:900}
.source-tab small{font-size:11px;font-weight:800;color:inherit;opacity:.72}
.source-tab:hover{transform:translateY(-1px);border-color:rgba(15,23,42,.18)}
.source-tab.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 12px 24px rgba(15,23,42,.12)}
.source-tab.is-failed:not(.active){opacity:.48;text-decoration:line-through}
.source-status{margin-top:10px;color:#667085;font-size:12px;font-weight:800;line-height:1.6}
.source-status.is-error{color:#b42318}
.playback-unavailable-card{display:flex;gap:14px;margin-top:18px;padding:16px;border:1px solid rgba(251,146,60,.24);border-radius:20px;background:linear-gradient(180deg,rgba(255,247,237,.82),rgba(255,255,255,.74));color:#344054}
.unavailable-icon{width:42px;height:42px;flex:0 0 42px;border-radius:15px;display:grid;place-items:center;background:#fff7ed;color:#c2410c;border:1px solid rgba(251,146,60,.26)}
.playback-unavailable-card strong{display:block;color:#0f172a;font-size:15px;margin-bottom:5px}
.playback-unavailable-card p{margin:0;color:#667085;font-size:13px;line-height:1.75}
.file-row.is-media-name{border-color:rgba(251,146,60,.18);background:linear-gradient(180deg,rgba(255,247,237,.48),rgba(255,255,255,.76))}
.client-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:#fff7ed;color:#c2410c;border:1px solid rgba(251,146,60,.26);font-size:12px;font-style:normal;font-weight:900}
.media-name-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:rgba(255,255,255,.72);color:#344054}
.media-name-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:820}
.media-name-row em{font-style:normal;color:inherit;opacity:.72;font-size:12px;font-weight:800;white-space:nowrap}
@media (max-width:760px){.source-switcher-head{display:grid}.source-switcher-head em{text-align:left}.source-tab{flex:1 1 calc(50% - 6px);justify-content:center}.playback-unavailable-card{align-items:flex-start}.media-name-row{grid-template-columns:18px minmax(0,1fr)}.media-name-row em{grid-column:2/3}}
@media (max-width:430px){.source-tab{flex-basis:100%}.playback-unavailable-card{display:grid}.unavailable-icon{width:40px;height:40px}}

/* Detail title adult badge refinement - 2026-04-26
   Make the 18+ badge align with the title and match the minimalist premium UI. */
.detail-card h1{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px 16px;
  margin-bottom:24px;
}
.detail-card h1 .adult-tag{
  position:relative;
  isolation:isolate;
  flex:0 0 auto;
  transform:translateY(1px);
  min-height:38px;
  padding:8px 15px 8px 13px;
  border-radius:999px;
  border:1px solid rgba(251,146,60,.34);
  color:#9a3412;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.95),transparent 34%),
    linear-gradient(180deg,rgba(255,247,237,.98),rgba(255,255,255,.82));
  box-shadow:
    0 14px 32px rgba(251,146,60,.13),
    inset 0 1px 0 rgba(255,255,255,.86),
    inset 0 -1px 0 rgba(251,146,60,.08);
  font-size:13px;
  line-height:1;
  font-weight:950;
  letter-spacing:.01em;
  white-space:nowrap;
  vertical-align:middle;
}
.detail-card h1 .adult-tag::before{
  width:7px;
  height:7px;
  flex:0 0 7px;
  background:linear-gradient(135deg,#fb923c,#f97316);
  box-shadow:0 0 0 5px rgba(251,146,60,.12);
}
.detail-card h1 .adult-tag::after{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.82),transparent 46%);
  opacity:.78;
  pointer-events:none;
}
.detail-card h1 .adult-tag:hover{
  transform:translateY(-1px);
  border-color:rgba(249,115,22,.42);
  box-shadow:
    0 18px 40px rgba(251,146,60,.16),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(251,146,60,.1);
}
.detail-card .summary-grid{
  margin-top:22px;
}
@media (max-width:760px){
  .detail-card h1{
    align-items:flex-start;
    gap:10px 12px;
    margin-bottom:22px;
  }
  .detail-card h1 .adult-tag{
    min-height:34px;
    padding:7px 13px 7px 12px;
    font-size:12px;
    transform:none;
  }
}
@media (max-width:430px){
  .detail-card h1{
    display:block;
    font-size:clamp(28px,10vw,38px);
    line-height:1.08;
  }
  .detail-card h1 .adult-tag{
    display:inline-flex;
    margin-top:12px;
  }
}


/* 2026-04-26 admin console refinement: keyword deletion + complaint deletion */
.admin-console{max-width:1180px;padding:34px}
.admin-console .notice{box-shadow:0 12px 30px rgba(15,23,42,.045)}
.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0}
.admin-stat-card{position:relative;overflow:hidden;padding:18px 18px 17px;border:1px solid rgba(15,23,42,.085);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.72));box-shadow:0 14px 34px rgba(15,23,42,.055)}
.admin-stat-card::after{content:"";position:absolute;right:-22px;top:-22px;width:70px;height:70px;border-radius:999px;background:radial-gradient(circle,rgba(37,99,235,.13),transparent 68%)}
.admin-stat-card span{display:block;color:#667085;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.admin-stat-card strong{display:block;margin:8px 0 5px;color:#07111f;font-size:28px;line-height:1;font-weight:930;letter-spacing:-.05em}
.admin-stat-card em{display:block;color:#98a2b3;font-size:12px;font-style:normal;line-height:1.5}
.admin-tabs{position:sticky;top:84px;z-index:8;display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 26px;padding:7px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(16px);box-shadow:0 16px 40px rgba(15,23,42,.07)}
.admin-tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 15px;border-radius:999px;color:#475467;font-size:13px;font-weight:900;transition:.2s ease}
.admin-tabs a:hover{background:#0f172a;color:#fff;transform:translateY(-1px)}
.admin-section-block{margin:30px 0 0;scroll-margin-top:120px}
.admin-block-title{display:flex;align-items:flex-start;gap:13px;margin:0 0 15px}
.admin-block-title>span{width:38px;height:38px;flex:0 0 38px;border-radius:15px;display:grid;place-items:center;color:#1d4ed8;background:linear-gradient(180deg,#eff6ff,#fff);border:1px solid rgba(37,99,235,.13);font-size:12px;font-weight:950;box-shadow:0 12px 26px rgba(37,99,235,.08)}
.admin-block-title h2{margin:0;color:#07111f;font-size:25px;letter-spacing:-.04em}
.admin-block-title p{margin:4px 0 0}
.admin-content-grid{grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);align-items:start}
.delete-item-card{border-color:rgba(251,113,133,.16);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,247,247,.58))}
.danger-icon{color:#b42318!important;background:linear-gradient(180deg,#fff1f2,#fff)!important;border-color:rgba(244,63,94,.18)!important;box-shadow:0 12px 26px rgba(244,63,94,.08)!important}
.adult-icon{font-size:13px;font-weight:950;color:#c2410c!important;background:linear-gradient(180deg,#fff7ed,#fff)!important;border-color:rgba(251,146,60,.22)!important;box-shadow:0 12px 26px rgba(251,146,60,.10)!important}
.delete-lookup-form{grid-template-columns:1fr auto;align-items:end}
.delete-lookup-form button{align-self:end;min-width:126px}
.compact-notice{margin:12px 0 0;padding:12px 14px}
.delete-preview{margin-top:14px;padding:16px;border:1px solid rgba(244,63,94,.16);border-radius:20px;background:rgba(255,255,255,.76);box-shadow:0 12px 30px rgba(244,63,94,.055)}
.delete-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
.delete-preview-head strong{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:900}
.delete-preview-head span{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border-radius:999px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c;font-size:12px;font-weight:950}
.delete-preview h3{margin:0 0 13px;color:#0f172a;font-size:18px;line-height:1.45;letter-spacing:-.02em;word-break:break-word}
.delete-preview dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 12px}
.delete-preview dl div{padding:10px 11px;border:1px solid rgba(15,23,42,.07);border-radius:14px;background:rgba(248,250,252,.76)}
.delete-preview dt{margin:0 0 4px;color:#98a2b3;font-size:11px;font-weight:900}
.delete-preview dd{margin:0;color:#0f172a;font-size:13px;font-weight:850;word-break:break-word}
.preview-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:1px solid rgba(15,23,42,.10);border-radius:999px;background:#fff;color:#344054;font-size:13px;font-weight:900}
.preview-link:hover{background:#0f172a;color:#fff}
.delete-confirm-form{display:grid;gap:10px;margin-top:14px}
.danger-button,.text-danger-button{background:linear-gradient(135deg,#b42318,#dc2626)!important;color:#fff!important;border:0!important}
.danger-button:hover,.text-danger-button:hover{box-shadow:0 18px 44px rgba(180,35,24,.20)!important}
.admin-mini-list{display:grid;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08)}
.admin-mini-list>strong{display:block;color:#0f172a;font-size:13px;letter-spacing:.03em}
.admin-mini-list a{display:grid;grid-template-columns:58px minmax(0,1fr);gap:8px;align-items:center;padding:10px 12px;border:1px solid rgba(15,23,42,.07);border-radius:15px;background:rgba(255,255,255,.62);color:#475467;font-size:13px;font-weight:800}
.admin-mini-list a:hover{border-color:rgba(37,99,235,.18);background:#fff;color:#0f172a}
.admin-mini-list span{color:#1d4ed8;font-weight:950}
.manual-import-card{margin-top:18px}
.manual-form-grid{grid-template-columns:1fr 1fr}
.manual-form-grid .wide-field,.manual-form-grid .wide-button{grid-column:1/-1}
.manual-form-grid .wide-button{justify-self:start;min-width:180px}
.keyword-admin-grid{align-items:start}
.keyword-card{min-height:100%}
.refined-mini-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;margin:12px 0 14px}
.refined-mini-form input{min-height:44px}
.refined-mini-form button{min-height:44px;min-width:88px}
.keyword-list{display:grid;gap:8px;max-height:440px;overflow:auto;padding:3px 4px 3px 0;scrollbar-width:thin}
.keyword-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid rgba(15,23,42,.075);border-radius:16px;background:rgba(255,255,255,.72);box-shadow:0 8px 20px rgba(15,23,42,.035)}
.keyword-row strong{display:block;color:#0f172a;font-size:14px;line-height:1.45;word-break:break-word}
.keyword-row small{display:block;margin-top:2px;color:#98a2b3;font-size:11px;font-weight:850}
.keyword-row.disabled{opacity:.62;background:rgba(248,250,252,.72)}
.keyword-row form{margin:0}
.text-danger-button{min-height:34px!important;padding:8px 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important}
.source-card{margin:0 0 16px}
.admin-table-wrap{margin-top:16px}
.admin-log-section .log-list{margin-top:0}
@media (max-width:1100px){
  .admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-content-grid{grid-template-columns:1fr}
}
@media (max-width:980px){
  .admin-tabs{top:10px;border-radius:22px;position:relative}
  .admin-tabs a{flex:1 1 calc(50% - 8px)}
  .delete-lookup-form{grid-template-columns:1fr}
  .delete-lookup-form button{width:100%}
}
@media (max-width:760px){
  .admin-console{padding:20px}
  .admin-stat-grid{grid-template-columns:1fr}
  .admin-tabs{display:grid;grid-template-columns:1fr 1fr;border-radius:22px}
  .admin-block-title{display:grid;gap:10px}
  .admin-block-title h2{font-size:22px}
  .manual-form-grid{grid-template-columns:1fr}
  .manual-form-grid .wide-button{width:100%}
  .delete-preview dl{grid-template-columns:1fr}
  .refined-mini-form{grid-template-columns:1fr}
  .refined-mini-form button{width:100%}
  .keyword-row{grid-template-columns:1fr}
  .keyword-row form{justify-self:start}
  .text-danger-button{min-width:90px}
}
@media (max-width:430px){
  .admin-console{padding:18px}
  .admin-tabs{grid-template-columns:1fr}
  .admin-mini-list a{grid-template-columns:1fr}
}

/* 2026-04-26 DMCA inbox + standalone disclaimer page */
.legal-panel,.dmca-panel{max-width:980px}
.legal-hero-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:16px;border-radius:21px;color:#1d4ed8;background:linear-gradient(180deg,#eff6ff,#fff);border:1px solid rgba(37,99,235,.14);box-shadow:0 16px 34px rgba(37,99,235,.10)}
.legal-hero-icon .ui-icon{width:25px;height:25px}.legal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}.legal-card{min-height:150px;padding:18px;border:1px solid rgba(15,23,42,.085);border-radius:22px;background:rgba(248,250,252,.72);box-shadow:0 12px 30px rgba(15,23,42,.04)}.legal-card .ui-icon{width:22px;height:22px;color:#2563eb;margin-bottom:12px}.legal-card strong{display:block;color:#0f172a;font-size:16px;letter-spacing:-.02em}.legal-card span{display:block;margin-top:8px;color:#667085;font-size:13px;line-height:1.8}.legal-text-block{margin-top:16px;padding:20px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:rgba(255,255,255,.62)}.legal-text-block h2{margin:0 0 10px!important}.legal-text-block p{margin:0;color:#475467;line-height:1.95}.legal-text-block p+p{margin-top:12px}.legal-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:22px}.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 20px;border-radius:999px;border:1px solid rgba(15,23,42,.10);background:#fff;color:#344054;font-weight:900;box-shadow:0 12px 28px rgba(15,23,42,.055);transition:.2s ease}.secondary-action:hover{background:#0f172a;color:#fff;transform:translateY(-1px)}
.dmca-submit-form input,.dmca-submit-form textarea{scroll-margin-top:120px}.dmca-inbox{display:grid;gap:12px}.dmca-ticket{position:relative;overflow:hidden;padding:18px;border:1px solid rgba(15,23,42,.085);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(248,250,252,.68));box-shadow:0 16px 42px rgba(15,23,42,.055)}.dmca-ticket::before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#2563eb,#06b6d4)}.dmca-ticket.is-done::before{background:linear-gradient(90deg,#059669,#34d399)}.dmca-ticket.is-ignored::before{background:linear-gradient(90deg,#94a3b8,#cbd5e1)}.dmca-ticket-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.dmca-ticket-no{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:950}.dmca-ticket.is-done .dmca-ticket-no{background:#047857}.dmca-ticket.is-ignored .dmca-ticket-no{background:#64748b}.dmca-ticket h3{margin:10px 0 0;color:#0f172a;font-size:19px;line-height:1.45;letter-spacing:-.025em;word-break:break-word}.dmca-ticket time{flex:0 0 auto;color:#98a2b3;font-size:12px;font-weight:850;white-space:nowrap}.dmca-ticket-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.dmca-ticket-meta span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:7px 10px;border:1px solid rgba(15,23,42,.075);border-radius:999px;background:rgba(255,255,255,.72);color:#475467;font-size:12px;font-weight:850}.dmca-ticket-meta .ui-icon{width:14px;height:14px;color:#667085}.dmca-ticket-meta a{color:#1d4ed8}.dmca-ticket-body{display:grid;gap:10px}.dmca-ticket-body div{padding:14px;border:1px solid rgba(15,23,42,.07);border-radius:18px;background:rgba(255,255,255,.62)}.dmca-ticket-body strong{display:block;margin-bottom:6px;color:#0f172a;font-size:13px;letter-spacing:.02em}.dmca-ticket-body p{margin:0;color:#475467;font-size:13px;line-height:1.85;word-break:break-word;overflow-wrap:anywhere}.dmca-ticket-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.dmca-ticket-actions form{display:inline-flex;margin:0}.dmca-ticket-actions button{border:0;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:999px;background:#0f172a;color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 22px rgba(15,23,42,.11);cursor:pointer;transition:.2s ease}.dmca-ticket-actions button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.16)}
.admin-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-tabs a{flex:1 1 auto}.footer-links a[href="/disclaimer.php"]{color:#0f172a}
@media (max-width:1100px){.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-grid{grid-template-columns:1fr}}
@media (max-width:760px){.legal-grid{gap:10px}.legal-card{min-height:auto}.legal-actions a{width:100%}.dmca-ticket{border-radius:20px;padding:16px}.dmca-ticket-head{display:grid}.dmca-ticket time{white-space:normal}.dmca-ticket-actions a,.dmca-ticket-actions form,.dmca-ticket-actions button{width:100%}.dmca-ticket-actions button,.dmca-ticket-actions .preview-link{justify-content:center}.admin-tabs a{flex:1 1 calc(50% - 8px)}}
@media (max-width:430px){.admin-stat-grid{grid-template-columns:1fr}.dmca-ticket-meta span{width:100%;justify-content:flex-start}.admin-tabs a{flex-basis:100%}}

/* 2026-04-26 footer link hover contrast fix
   统一修复页尾胶囊链接：默认深灰，hover/focus 时深色背景配白字，避免黑底黑字看不清。 */
.footer .footer-links a,
.footer .footer-links a[href="/disclaimer.php"],
.footer .footer-links a[href="/dmca.php"],
.footer .footer-links a[href="/contact.php"]{
  color:#344054;
  background:rgba(255,255,255,.72);
  border-color:rgba(15,23,42,.08);
}
.footer .footer-links a:hover,
.footer .footer-links a:focus-visible,
.footer .footer-links a:active,
.footer .footer-links a[href="/disclaimer.php"]:hover,
.footer .footer-links a[href="/disclaimer.php"]:focus-visible,
.footer .footer-links a[href="/disclaimer.php"]:active,
.footer .footer-links a[href="/dmca.php"]:hover,
.footer .footer-links a[href="/dmca.php"]:focus-visible,
.footer .footer-links a[href="/dmca.php"]:active,
.footer .footer-links a[href="/contact.php"]:hover,
.footer .footer-links a[href="/contact.php"]:focus-visible,
.footer .footer-links a[href="/contact.php"]:active{
  color:#fff!important;
  background:#0f172a;
  border-color:#0f172a;
  box-shadow:0 14px 30px rgba(15,23,42,.13);
}
.footer .footer-links a:focus-visible{
  outline:3px solid rgba(37,99,235,.20);
  outline-offset:3px;
}


/* Admin sync source collapse / lazy list */
.source-collapse-card{
  margin:16px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-color:rgba(15,23,42,.075);
  background:
    radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.70));
}
.source-collapse-main{display:flex;align-items:flex-start;gap:14px;min-width:0}
.source-collapse-icon{color:#0f172a;background:linear-gradient(180deg,#f8fafc,#fff)}
.source-collapse-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.source-collapse-title-row h2,.source-list-head h2{margin:0;color:#0f172a;letter-spacing:-.025em}
.source-state-pill{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#475467;
  font-size:12px;
  font-weight:900;
}
.source-collapse-card.is-open .source-state-pill{background:#ecfdf5;color:#047857}
.source-summary-grid{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.source-summary-grid span{
  display:grid;
  gap:2px;
  min-width:92px;
  padding:10px 12px;
  border:1px solid rgba(15,23,42,.07);
  border-radius:15px;
  background:rgba(255,255,255,.68);
}
.source-summary-grid strong{color:#0f172a;font-size:18px;line-height:1;font-weight:950}
.source-summary-grid em{font-style:normal;color:#98a2b3;font-size:11px;font-weight:850}
.source-collapse-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}
.source-toggle-link,.source-reset-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#0f172a,#1e293b);
  color:#fff;
  font-weight:900;
  font-size:13px;
  box-shadow:0 14px 32px rgba(15,23,42,.14);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}
.source-toggle-link:hover,.source-reset-link:hover{transform:translateY(-1px);box-shadow:0 18px 42px rgba(15,23,42,.18)}
.source-toggle-link.ghost,.source-reset-link{
  background:#fff;
  color:#344054;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:none;
}
.source-list-card{margin-top:16px}
.source-list-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.source-filter-form{
  display:grid;
  grid-template-columns:minmax(220px,1fr) 160px 150px auto auto;
  gap:10px;
  align-items:end;
  margin:14px 0;
  padding:12px;
  border:1px solid rgba(15,23,42,.075);
  border-radius:18px;
  background:rgba(248,250,252,.72);
}
.source-filter-form label{display:grid;gap:7px;color:#344054;font-size:12px;font-weight:900}
.source-filter-form input,.source-filter-form select{
  min-height:42px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:14px;
  background:#fff;
  padding:10px 12px;
  outline:0;
  color:#0f172a;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.source-filter-form input:focus,.source-filter-form select:focus{border-color:rgba(37,99,235,.34);box-shadow:0 0 0 4px rgba(37,99,235,.09)}
.source-filter-form button{
  min-height:42px;
  border:0;
  border-radius:999px;
  padding:10px 16px;
  background:#0f172a;
  color:#fff;
  font-weight:900;
  cursor:pointer;
}
.source-list-note{
  margin:8px 0 12px;
  padding:11px 13px;
  border:1px solid rgba(180,83,9,.14);
  border-radius:16px;
  background:#fff7ed;
  color:#92400e;
  font-size:13px;
  font-weight:800;
}
.source-table-wrap{max-height:620px;overflow:auto}
.source-admin-table{min-width:980px}
.source-admin-table td:nth-child(2){min-width:320px;max-width:520px}
.source-admin-table td:nth-child(2) strong{display:block;line-height:1.45;color:#0f172a}
.source-admin-table td:nth-child(2) small{
  display:block;
  max-width:100%;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.source-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08);
  background:#f8fafc;
  color:#667085;
  font-size:12px;
  font-weight:900;
}
.source-badge.enabled{background:#ecfdf5;color:#047857;border-color:#a7f3d0}
.source-badge.disabled{background:#f8fafc;color:#98a2b3}
.source-badge.adult{background:#fff7ed;color:#b45309;border-color:#fed7aa}

@media (max-width:980px){
  .source-collapse-card,.source-list-head{display:grid}
  .source-collapse-actions{justify-content:flex-start}
  .source-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .source-filter-form{grid-template-columns:1fr 1fr}
  .source-filter-form label:first-of-type{grid-column:1/-1}
  .source-filter-form button,.source-filter-form .source-reset-link{width:100%}
}
@media (max-width:560px){
  .source-collapse-main{display:grid}
  .source-summary-grid,.source-filter-form{grid-template-columns:1fr}
  .source-toggle-link,.source-reset-link{width:100%}
  .source-table-wrap{max-height:520px}
}


/* 2026-04-26 clean magnet display + action buttons */
.magnet-label-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.magnet-label-row > span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width:120px;
}
.magnet-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}
.magnet-actions button,
.magnet-actions a{
  height:44px;
  border-radius:999px;
  padding:0 18px;
  font-size:15px;
  font-weight:900;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.magnet-actions button:first-child{
  background:#0f172a;
  color:#fff;
  border:1px solid #0f172a;
  box-shadow:0 14px 34px rgba(15,23,42,.16);
}
.magnet-actions .ghost-copy{
  background:#0f172a;
  color:#fff;
  border:1px solid #0f172a;
  box-shadow:0 14px 34px rgba(15,23,42,.14);
}
.magnet-actions .torrent-download{
  background:#fff;
  color:#0f172a;
  border:1px solid rgba(15,23,42,.14);
  box-shadow:0 10px 28px rgba(15,23,42,.06);
}
.magnet-actions button:hover,
.magnet-actions a:hover{
  transform:translateY(-1px);
}
.magnet-box textarea[data-magnet-text]{
  width:100%;
  min-height:112px;
  max-height:140px;
  resize:vertical;
  border-radius:20px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  color:#0f172a;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:15px;
  line-height:1.75;
  padding:18px 20px;
  box-shadow:inset 0 1px 0 rgba(15,23,42,.025);
}
.magnet-helper{
  margin-top:12px;
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#475569;
  font-size:14px;
  line-height:1.65;
}
.magnet-helper strong{
  color:#0f172a;
  white-space:nowrap;
}
@media (max-width:720px){
  .magnet-label-row{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .magnet-actions{
    width:100%;
    justify-content:flex-start;
  }
  .magnet-actions button,
  .magnet-actions a{
    height:42px;
    padding:0 14px;
    font-size:14px;
  }
  .magnet-box textarea[data-magnet-text]{
    min-height:118px;
    font-size:13px;
    border-radius:18px;
    padding:15px 16px;
  }
  .magnet-helper{
    display:block;
    font-size:13px;
  }
  .magnet-helper strong{
    display:block;
    margin-bottom:2px;
  }
}


/* =========================================================
   CilianSuo final go-live polish - 2026-04-26
   只做视觉、响应式、细节收口；不改变页面结构和业务逻辑。
   ========================================================= */
:root{
  --focus-ring:0 0 0 4px rgba(37,99,235,.12);
  --card-border:rgba(15,23,42,.085);
  --glass-bg:rgba(255,255,255,.82);
  --glass-bg-strong:rgba(255,255,255,.94);
  --button-shadow:0 14px 34px rgba(15,23,42,.16);
  --button-shadow-hover:0 18px 44px rgba(15,23,42,.22);
}
html{font-size:16px;overscroll-behavior-y:none}
body{color-scheme:light;line-height:1.6}
a,button,[role="button"]{-webkit-tap-highlight-color:transparent}
button:disabled,.primary-action:disabled{opacity:.56;cursor:not-allowed;transform:none!important;box-shadow:none!important}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{appearance:none}
svg{overflow:visible}.ui-icon{stroke-width:2.1}
.eyebrow:empty{display:none!important}

/* Layout rhythm */
.page-shell{isolation:isolate}.hero{padding-top:84px}.hero h1{margin-top:0}.sub-hero h1{margin-top:0}.lead{max-width:760px}
.info-card,.result-item,.detail-card,.files-card,.form-panel,.player-card,.age-gate-card,.admin-card,.inline-player-card,.dmca-ticket,.legal-card,.source-collapse-card{border-color:var(--card-border);box-shadow:0 18px 52px rgba(15,23,42,.065)}
.info-card:hover,.result-item:hover{box-shadow:0 26px 70px rgba(15,23,42,.11)}
.info-card::after,.result-item::after,.detail-card::after,.files-card::after,.form-panel::after,.player-card::after,.age-gate-card::after{opacity:.55}

/* Header refinement */
.topbar{box-shadow:0 18px 52px rgba(15,23,42,.075)}
.brand:focus-visible,.nav a:focus-visible,.footer-links a:focus-visible,.pagination a:focus-visible,.item-actions a:focus-visible,.item-actions button:focus-visible,.magnet-actions button:focus-visible,.magnet-actions a:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:3px}
.nav a{letter-spacing:-.005em}.nav a.active{box-shadow:0 10px 24px rgba(15,23,42,.12)}
.nav-toggle{transition:transform .2s ease,box-shadow .2s ease}.nav-toggle:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(15,23,42,.20)}

/* Search and result polish */
.search-card{border-color:rgba(15,23,42,.075)}
.search-card:focus-within{border-color:rgba(37,99,235,.28);box-shadow:0 28px 92px rgba(15,23,42,.13),0 0 0 5px rgba(37,99,235,.08),inset 0 1px 0 rgba(255,255,255,.85)}
.search-card button{min-width:118px}.result-title,.detail-card h1,.player-card h1{overflow-wrap:anywhere}.meta-line{align-items:center}.sorts{scrollbar-width:none}.sorts::-webkit-scrollbar{display:none}
.empty-state{background:rgba(255,255,255,.78)}

/* Detail page: cleaner magnet area */
.magnet-box{margin-top:22px;padding-top:2px}
.magnet-label-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}
.magnet-label-row>span{display:inline-flex;align-items:center;gap:8px;min-width:118px;color:#344054;font-weight:920}
.magnet-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.magnet-actions button,.magnet-actions a{height:44px;min-height:44px;border-radius:999px;padding:0 18px;font-size:15px;font-weight:920;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;white-space:nowrap;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.magnet-actions button:first-child,.magnet-actions .ghost-copy{background:#0f172a;color:#fff;border:1px solid #0f172a;box-shadow:var(--button-shadow)}
.magnet-actions .ghost-copy{background:#172033}
.magnet-actions .torrent-download{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.14);box-shadow:0 10px 28px rgba(15,23,42,.06)}
.magnet-actions button:hover,.magnet-actions a:hover{transform:translateY(-1px);box-shadow:var(--button-shadow-hover)}
.magnet-actions .torrent-download:hover{background:#0f172a;color:#fff;border-color:#0f172a}
.magnet-box textarea[data-magnet-text]{width:100%;min-height:98px;max-height:132px;resize:vertical;border-radius:20px;border:1px solid rgba(15,23,42,.10);background:#fff;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;line-height:1.75;padding:17px 18px;box-shadow:inset 0 1px 0 rgba(15,23,42,.025);overflow-wrap:anywhere;word-break:break-all}
.magnet-box textarea[data-magnet-text]:focus{border-color:rgba(37,99,235,.32);box-shadow:var(--focus-ring),inset 0 1px 0 rgba(15,23,42,.025)}
.magnet-helper{margin-top:12px;display:flex;align-items:flex-start;gap:8px;color:#475569;font-size:13px;line-height:1.7}
.magnet-helper strong{color:#0f172a;white-space:nowrap;font-weight:950}

/* Tables and long content */
.table-wrap,.source-table-wrap,.keyword-list,.playable-list{scrollbar-width:thin;scrollbar-color:rgba(15,23,42,.22) transparent}
.table-wrap::-webkit-scrollbar,.source-table-wrap::-webkit-scrollbar,.keyword-list::-webkit-scrollbar,.playable-list::-webkit-scrollbar{width:10px;height:10px}
.table-wrap::-webkit-scrollbar-thumb,.source-table-wrap::-webkit-scrollbar-thumb,.keyword-list::-webkit-scrollbar-thumb,.playable-list::-webkit-scrollbar-thumb{background:rgba(15,23,42,.18);border-radius:999px;border:3px solid rgba(255,255,255,.72)}
.admin-table td,.source-admin-table td{vertical-align:middle}
.admin-table small,.source-admin-table small,.file-row span,.log-row em,.dmca-ticket p{overflow-wrap:anywhere}
.source-admin-table td:nth-child(2){min-width:300px}
.source-table-wrap{border-radius:20px;background:rgba(255,255,255,.72)}

/* Admin source collapse refinement */
.source-collapse-card{border-radius:24px;background:radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,255,255,.72))}
.source-collapse-actions{gap:9px}.source-toggle-link,.source-reset-link{border:1px solid transparent}
.source-toggle-link.ghost,.source-reset-link{background:#fff;color:#344054;border-color:rgba(15,23,42,.10)}
.source-toggle-link.ghost:hover,.source-reset-link:hover{background:#0f172a;color:#fff;border-color:#0f172a}
.source-summary-grid span{box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.source-filter-form{box-shadow:inset 0 1px 0 rgba(255,255,255,.74)}
.source-filter-form button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.14)}
.source-badge{line-height:1}.source-list-note{line-height:1.65}

/* Forms */
.clean-form label,.source-filter-form label{letter-spacing:-.005em}
textarea,input,select{box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}
select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:36px}
.inline-check:hover,.keyword-row:hover,.file-row:hover{border-color:rgba(37,99,235,.16);background:#fff}

/* Footer */
.footer{background:rgba(255,255,255,.72);border-color:rgba(15,23,42,.075)}
.footer-links a{box-shadow:0 8px 20px rgba(15,23,42,.035)}
.footer p{max-width:860px}.copy-toast{letter-spacing:-.01em}

/* Media and playback */
.media-player{border:1px solid rgba(255,255,255,.08)}
.playable-list a,.media-name-row{box-shadow:0 8px 20px rgba(15,23,42,.035)}
.source-tab.active{box-shadow:0 14px 30px rgba(15,23,42,.14)}
.playback-unavailable-card{box-shadow:0 12px 30px rgba(251,146,60,.06)}

/* Safety badges */
.adult-tag,.detail-card h1 .adult-tag{font-variant-numeric:tabular-nums}
.notice{line-height:1.7}.notice a{text-decoration:underline;text-underline-offset:3px}

/* Mobile refinements */
@media (max-width:980px){
  .hero{padding-top:66px}.admin-tabs{position:relative;top:auto}.source-filter-form{gap:10px}.source-admin-table{min-width:920px}
}
@media (max-width:760px){
  .page-shell{width:calc(100% - 20px)}.topbar{box-shadow:0 16px 44px rgba(15,23,42,.10)}.hero{padding:52px 0 38px}.hero h1{font-size:clamp(36px,11vw,58px)}.lead{font-size:15px}.search-card{box-shadow:0 20px 64px rgba(15,23,42,.10)}.grid-3{margin-bottom:42px}.result-item,.detail-card,.files-card,.form-panel,.player-card,.age-gate-card,.inline-player-card{padding:20px;border-radius:22px}.magnet-label-row{align-items:flex-start;flex-direction:column;gap:12px}.magnet-actions{width:100%;justify-content:flex-start}.magnet-actions button,.magnet-actions a{height:42px;min-height:42px;padding:0 14px;font-size:14px}.magnet-box textarea[data-magnet-text]{min-height:104px;font-size:13px;border-radius:18px;padding:15px 16px}.magnet-helper{display:block;font-size:13px}.magnet-helper strong{display:block;margin-bottom:2px}.source-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-list-head{gap:10px}.source-table-wrap{max-height:560px}.admin-console{padding:20px}.footer{margin-top:36px}
}
@media (max-width:430px){
  .page-shell{width:calc(100% - 16px)}.hero h1{font-size:38px;line-height:1.02}.search-card input{font-size:15px}.result-title{font-size:17px}.summary-grid div,.stat-row div,.contact-box{padding:15px;border-radius:17px}.magnet-actions{display:grid;grid-template-columns:1fr;gap:8px}.magnet-actions button,.magnet-actions a{width:100%}.source-summary-grid{grid-template-columns:1fr}.source-filter-form{padding:10px;border-radius:16px}.source-list-note{font-size:12px}.admin-stat-card strong{font-size:25px}.footer{padding:18px}.copy-toast{bottom:16px;width:calc(100% - 32px)}
}
@media (hover:none){
  .info-card:hover,.result-item:hover,.search-card button:hover,.clean-form button:hover,.item-actions a:hover,.item-actions button:hover,.magnet-actions button:hover,.magnet-actions a:hover{transform:none}
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .topbar,.info-card,.result-item,.detail-card,.files-card,.form-panel,.player-card,.age-gate-card,.footer,.admin-card,.inline-player-card{background:rgba(255,255,255,.96)}
}
@media print{
  .topbar,.nav,.footer,.site-bg,.hero-art,.copy-toast,.item-actions,.magnet-actions,.admin-tabs{display:none!important}
  body{background:#fff!important}.page-shell{width:100%;max-width:none}.detail-card,.files-card,.result-item{box-shadow:none!important;border:1px solid #d0d5dd!important;break-inside:avoid}
}


/* Auto magnet crawler: admin refinement */
.auto-crawl-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:start}
.auto-crawl-card{background:radial-gradient(circle at 0 0,rgba(20,184,166,.10),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.90),rgba(248,250,252,.72))}
.auto-crawl-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.auto-crawl-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.auto-crawl-note{margin-top:6px}
.auto-status-card{min-height:100%}
.auto-summary-grid{margin-top:18px}
.auto-last-run{margin-top:16px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.auto-last-run strong{display:block;color:#0f172a;font-size:13px;font-weight:950;letter-spacing:.02em}
.auto-last-run p{margin:8px 0 4px;color:#475467;font-size:13px;font-weight:850}
.auto-last-run small{display:block;color:#667085;line-height:1.65;overflow-wrap:anywhere}
.auto-command-card{margin-top:16px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.70))}
.task-command{margin:16px 0 0;padding:18px;border-radius:20px;background:#0b1220;color:#dbeafe;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.72;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.task-command code{font-family:inherit;color:inherit}
.auto-command-hint{margin-top:12px}
@media (max-width:980px){.auto-crawl-grid{grid-template-columns:1fr}.auto-crawl-fields{grid-template-columns:1fr 1fr 1fr}}
@media (max-width:760px){.auto-crawl-fields{grid-template-columns:1fr}.task-command{font-size:12px;border-radius:18px}.auto-command-card{margin-top:12px}}

/* 2026-04-27 detail magnet action buttons premium refinement
   Polishes: 复制磁链 / 复制 Hash / 下载 Torrent */
.magnet-label-row{
  align-items:center;
  gap:18px;
}
.magnet-actions{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
}
.magnet-actions button,
.magnet-actions a{
  position:relative;
  isolation:isolate;
  min-width:132px;
  height:50px;
  min-height:50px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.10);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:15px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.018em;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  user-select:none;
  -webkit-tap-highlight-color:transparent;
  overflow:hidden;
  transform:translateZ(0);
  transition:transform .20s cubic-bezier(.2,.8,.2,1),box-shadow .20s cubic-bezier(.2,.8,.2,1),border-color .20s ease,background .20s ease,color .20s ease,opacity .20s ease;
}
.magnet-actions button::after,
.magnet-actions a::after{
  content:"";
  position:absolute;
  inset:1px;
  z-index:-1;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 42%);
  opacity:.72;
}
.magnet-actions button:first-child,
.magnet-actions .ghost-copy{
  color:#fff;
  border-color:rgba(255,255,255,.12);
  background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#111827 0%,#0f172a 48%,#18233b 100%);
  box-shadow:0 16px 36px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.18);
}
.magnet-actions .ghost-copy{
  background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#172033 0%,#111827 52%,#0f172a 100%);
}
.magnet-actions .torrent-download{
  color:#101828;
  border-color:rgba(15,23,42,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.92));
  box-shadow:0 15px 34px rgba(15,23,42,.09),inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(15,23,42,.04);
}
.magnet-actions .torrent-download::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:999px;
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  box-shadow:0 0 0 5px rgba(37,99,235,.10);
}
.magnet-actions button .ui-icon,
.magnet-actions a .ui-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  opacity:.96;
}
.magnet-actions button:hover,
.magnet-actions a:hover{
  transform:translateY(-2px);
}
.magnet-actions button:first-child:hover,
.magnet-actions .ghost-copy:hover{
  border-color:rgba(255,255,255,.20);
  box-shadow:0 22px 48px rgba(15,23,42,.24),inset 0 1px 0 rgba(255,255,255,.20),inset 0 -1px 0 rgba(0,0,0,.18);
}
.magnet-actions .torrent-download:hover{
  color:#fff;
  border-color:#0f172a;
  background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#111827 0%,#0f172a 58%,#1e293b 100%);
  box-shadow:0 22px 48px rgba(15,23,42,.20),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(0,0,0,.18);
}
.magnet-actions .torrent-download:hover::before{
  background:linear-gradient(135deg,#60a5fa,#22d3ee);
  box-shadow:0 0 0 5px rgba(96,165,250,.14);
}
.magnet-actions button:active,
.magnet-actions a:active{
  transform:translateY(0) scale(.985);
}
.magnet-actions button:focus-visible,
.magnet-actions a:focus-visible{
  outline:0;
  box-shadow:0 0 0 4px rgba(37,99,235,.13),0 18px 44px rgba(15,23,42,.18),inset 0 1px 0 rgba(255,255,255,.16);
}
@media (max-width:760px){
  .magnet-label-row{
    align-items:flex-start;
    flex-direction:column;
    gap:13px;
  }
  .magnet-actions{
    width:100%;
    justify-content:flex-start;
    gap:10px;
  }
  .magnet-actions button,
  .magnet-actions a{
    flex:1 1 calc(50% - 5px);
    min-width:0;
    height:46px;
    min-height:46px;
    padding:0 16px;
    font-size:14px;
  }
  .magnet-actions .torrent-download{
    flex-basis:100%;
  }
}
@media (max-width:430px){
  .magnet-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }
  .magnet-actions button,
  .magnet-actions a,
  .magnet-actions .torrent-download{
    width:100%;
    min-width:0;
    height:46px;
    min-height:46px;
  }
}
@media (hover:none){
  .magnet-actions button:hover,
  .magnet-actions a:hover{
    transform:none;
  }
}


/* 2026-04-27 scroll rescue hotfix
   修复桌面端鼠标滚轮不能滚动：禁止全站 CSS 把根节点锁死，只保留横向防溢出。 */
html,
body{
  height:auto!important;
  min-height:100%!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
}
body{
  position:relative!important;
  touch-action:auto!important;
  overscroll-behavior-y:auto!important;
}
main,
.page-shell{
  overflow:visible!important;
}
.site-bg,
.site-bg *,
body::before,
body::after{
  pointer-events:none!important;
}
@media (min-width:761px){
  .nav{
    overflow:visible!important;
  }
}/* 2026-04-27 mobile copy/tap final fix */
.magnet-box,
.magnet-label-row,
.magnet-actions{
  position:relative!important;
  z-index:5!important;
}

.magnet-actions button,
.magnet-actions a,
button[data-copy]{
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}

.magnet-actions .ui-icon,
button[data-copy] .ui-icon{
  pointer-events:none!important;
}

@media (max-width:760px){
  .magnet-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }

  .magnet-actions button,
  .magnet-actions a{
    width:100%!important;
    min-width:0!important;
    min-height:46px!important;
    height:46px!important;
    padding:0 12px!important;
    font-size:14px!important;
  }

  .magnet-actions .torrent-download{
    grid-column:1 / -1!important;
  }
}

@media (max-width:430px){
  .magnet-actions{
    grid-template-columns:1fr!important;
  }

  .magnet-actions .torrent-download{
    grid-column:auto!important;
  }
}

/* =========================================================
   CilianSuo Admin Pro Workspace UI - 2026-04-27
   只优化 /admin.php 后台排版与 CSS，不改变业务逻辑、表单字段、数据库读写。
   ========================================================= */
.admin-console{
  max-width:1280px!important;
  margin:42px auto 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.admin-console::after{display:none!important}
.admin-console .notice{
  margin:18px 0!important;
  border-radius:20px!important;
  padding:14px 16px!important;
  box-shadow:0 16px 38px rgba(15,23,42,.06)!important;
}
.admin-title-row{
  position:relative;
  overflow:hidden;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:22px!important;
  margin:0 0 18px!important;
  padding:30px!important;
  border:1px solid rgba(15,23,42,.075)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 8% 0,rgba(37,99,235,.14),transparent 34%),
    radial-gradient(circle at 92% 12%,rgba(6,182,212,.10),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.70))!important;
  box-shadow:0 28px 80px rgba(15,23,42,.09)!important;
  backdrop-filter:blur(22px) saturate(1.2);
  -webkit-backdrop-filter:blur(22px) saturate(1.2);
}
.admin-title-row::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(37,99,235,.26),transparent);
  pointer-events:none;
}
.admin-title-row h1{
  margin:13px 0 10px!important;
  color:#050816!important;
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.02!important;
  letter-spacing:-.065em!important;
  font-weight:950!important;
}
.admin-title-row .muted{
  max-width:720px;
  color:#526071!important;
  font-size:15px!important;
  line-height:1.85!important;
}
.admin-kicker{
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(15,23,42,.08)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.045)!important;
}
.admin-logout{
  min-height:44px!important;
  padding:11px 18px!important;
  border-color:rgba(15,23,42,.09)!important;
  background:rgba(255,255,255,.84)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.07)!important;
}
.admin-logout:hover{
  background:#0f172a!important;
  color:#fff!important;
}
.login-form-card{
  max-width:520px!important;
  margin:24px auto 0!important;
  padding:24px!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.88)!important;
}
.admin-stat-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
  margin:18px 0 16px!important;
}
.admin-stat-card{
  min-height:126px!important;
  padding:18px 17px!important;
  border-radius:24px!important;
  border-color:rgba(15,23,42,.075)!important;
  background:
    radial-gradient(circle at 100% 0,rgba(37,99,235,.10),transparent 44%),
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.78))!important;
  box-shadow:0 18px 48px rgba(15,23,42,.06)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.admin-stat-card:hover{
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.16)!important;
  box-shadow:0 26px 66px rgba(15,23,42,.10)!important;
}
.admin-stat-card span{
  color:#667085!important;
  font-size:11px!important;
  letter-spacing:.075em!important;
}
.admin-stat-card strong{
  margin:10px 0 6px!important;
  font-size:clamp(24px,2.5vw,34px)!important;
  letter-spacing:-.06em!important;
}
.admin-stat-card em{
  color:#98a2b3!important;
  font-size:12px!important;
}
.admin-tabs{
  position:sticky!important;
  top:84px!important;
  z-index:28!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:7px!important;
  overflow-x:auto!important;
  margin:18px 0 26px!important;
  padding:8px!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.86)!important;
  box-shadow:0 18px 54px rgba(15,23,42,.08)!important;
  backdrop-filter:blur(20px) saturate(1.2)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.2)!important;
  scrollbar-width:none;
}
.admin-tabs::-webkit-scrollbar{display:none}
.admin-tabs a{
  flex:1 0 auto!important;
  min-height:40px!important;
  padding:10px 16px!important;
  border-radius:18px!important;
  color:#475467!important;
  background:transparent!important;
  font-size:13px!important;
  font-weight:930!important;
  white-space:nowrap!important;
  letter-spacing:-.01em!important;
}
.admin-tabs a:hover,
.admin-tabs a:focus-visible{
  background:#0f172a!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
.admin-section-block{
  position:relative;
  margin:28px 0 0!important;
  padding:24px!important;
  border:1px solid rgba(15,23,42,.075)!important;
  border-radius:34px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.58))!important;
  box-shadow:0 22px 70px rgba(15,23,42,.065)!important;
  scroll-margin-top:134px!important;
}
.admin-section-block::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(37,99,235,.20),transparent);
  pointer-events:none;
}
.admin-block-title{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  margin:0 0 18px!important;
}
.admin-block-title>span{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border-radius:17px!important;
  color:#1d4ed8!important;
  background:linear-gradient(180deg,#eff6ff,#fff)!important;
  box-shadow:0 14px 30px rgba(37,99,235,.10)!important;
}
.admin-block-title h2{
  margin:0!important;
  color:#07111f!important;
  font-size:26px!important;
  line-height:1.15!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}
.admin-block-title p{
  max-width:900px;
  margin:6px 0 0!important;
  color:#667085!important;
  line-height:1.78!important;
}
.admin-grid{
  gap:16px!important;
  margin:0!important;
}
.admin-content-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr)!important;
}
.admin-card,
.source-collapse-card{
  border-radius:26px!important;
  border-color:rgba(15,23,42,.075)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,252,.76))!important;
  box-shadow:0 16px 46px rgba(15,23,42,.055)!important;
}
.admin-card{
  padding:22px!important;
}
.admin-card:hover,
.source-collapse-card:hover{
  border-color:rgba(37,99,235,.13)!important;
}
.admin-section-head{
  align-items:flex-start!important;
  gap:13px!important;
  margin-bottom:16px!important;
}
.admin-section-head h2{
  margin:0!important;
  font-size:20px!important;
  line-height:1.25!important;
  letter-spacing:-.035em!important;
  color:#07111f!important;
  font-weight:940!important;
}
.admin-section-head p{
  margin-top:5px!important;
  line-height:1.72!important;
}
.section-icon{
  width:44px!important;
  height:44px!important;
  flex-basis:44px!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,#f8fbff,#fff)!important;
  box-shadow:0 12px 26px rgba(37,99,235,.075)!important;
}
.clean-form{
  gap:14px!important;
}
.clean-form label,
.source-filter-form label{
  color:#344054!important;
  font-size:13px!important;
  font-weight:910!important;
}
.clean-form label small{
  display:block!important;
  margin-top:3px!important;
  color:#98a2b3!important;
  font-size:12px!important;
  line-height:1.55!important;
  font-weight:760!important;
}
.clean-form input,
.clean-form textarea,
.clean-form select,
.source-filter-form input,
.source-filter-form select{
  border-radius:17px!important;
  border-color:rgba(15,23,42,.10)!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 8px 22px rgba(15,23,42,.025)!important;
}
.clean-form input:focus,
.clean-form textarea:focus,
.clean-form select:focus,
.source-filter-form input:focus,
.source-filter-form select:focus{
  border-color:rgba(37,99,235,.36)!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.10),inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.clean-form button,
.source-filter-form button,
.source-toggle-link,
.source-reset-link,
.preview-link,
.dmca-ticket-actions button{
  font-weight:930!important;
}
.smart-import-card{
  background:
    radial-gradient(circle at 0 0,rgba(37,99,235,.09),transparent 33%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.78))!important;
}
.smart-import-form + .smart-import-form{
  margin-top:18px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}
.smart-import-grid,
.auto-crawl-fields,
.manual-form-grid,
.source-form-grid{
  gap:13px!important;
}
.magnet-fetch-note{
  border-radius:18px!important;
  border-color:rgba(37,99,235,.10)!important;
  background:linear-gradient(180deg,rgba(239,246,255,.78),rgba(255,255,255,.72))!important;
}
.delete-item-card,
.danger-admin-card{
  background:
    radial-gradient(circle at 0 0,rgba(244,63,94,.08),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,247,247,.62))!important;
}
.delete-lookup-form{
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end!important;
  gap:12px!important;
}
.delete-preview{
  border-radius:22px!important;
  background:rgba(255,255,255,.80)!important;
}
.admin-mini-list{
  border-top-color:rgba(15,23,42,.075)!important;
}
.admin-mini-list a{
  border-radius:17px!important;
  background:rgba(255,255,255,.74)!important;
}
.manual-import-card{
  margin-top:16px!important;
}
.manual-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.manual-form-grid .wide-field,
.manual-form-grid .wide-button{
  grid-column:1/-1!important;
}
.keyword-admin-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.keyword-list{
  max-height:390px!important;
  padding-right:4px!important;
}
.keyword-row{
  border-radius:18px!important;
  background:rgba(255,255,255,.78)!important;
}
.auto-crawl-grid{
  grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)!important;
}
.auto-command-card,
.source-card,
.source-collapse-card,
.source-list-card{
  margin-top:16px!important;
}
.source-summary-grid,
.auto-summary-grid{
  gap:10px!important;
}
.source-summary-grid span{
  border-radius:17px!important;
  background:rgba(255,255,255,.78)!important;
}
.source-filter-form{
  border-radius:20px!important;
  background:rgba(248,250,252,.78)!important;
}
.source-table-wrap,
.admin-table-wrap,
.table-wrap{
  border-radius:22px!important;
  background:rgba(255,255,255,.76)!important;
}
.admin-table th,
.source-admin-table th{
  background:#f8fafc!important;
  color:#0f172a!important;
}
.admin-table td,
.source-admin-table td{
  color:#344054!important;
}
.security-card,
.task-card{
  min-height:100%!important;
}
.task-command,
.code-box{
  border-radius:22px!important;
}
.log-list{
  gap:10px!important;
}
.log-row{
  grid-template-columns:170px 190px minmax(0,1fr)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.74)!important;
}
.dmca-inbox{
  gap:14px!important;
}
.dmca-ticket{
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,252,.76))!important;
}
.dmca-ticket-body{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.dmca-ticket-body div:last-child:nth-child(odd){
  grid-column:1/-1;
}
.dmca-ticket-actions{
  padding-top:12px!important;
  border-top:1px solid rgba(15,23,42,.07)!important;
}
.inline-check{
  border-radius:17px!important;
  padding:11px 12px!important;
  background:rgba(255,255,255,.64)!important;
}
.inline-check input{
  box-shadow:none!important;
}
@media (max-width:1180px){
  .admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .admin-content-grid,.auto-crawl-grid{grid-template-columns:1fr!important}
}
@media (max-width:980px){
  .admin-console{margin-top:30px!important}
  .admin-title-row{display:grid!important;padding:24px!important;border-radius:30px!important}
  .admin-logout{justify-self:start!important}
  .admin-tabs{position:relative!important;top:auto!important;border-radius:24px!important}
  .keyword-admin-grid,.manual-form-grid{grid-template-columns:1fr!important}
  .delete-lookup-form{grid-template-columns:1fr!important}
  .delete-lookup-form button{width:100%!important}
  .log-row{grid-template-columns:1fr!important;gap:6px!important}
  .dmca-ticket-body{grid-template-columns:1fr!important}
}
@media (max-width:760px){
  .admin-console{margin-top:26px!important}
  .admin-title-row{padding:22px!important;border-radius:26px!important}
  .admin-title-row h1{font-size:34px!important}
  .admin-title-row .muted{font-size:14px!important}
  .admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .admin-stat-card{min-height:112px!important;padding:15px!important;border-radius:20px!important}
  .admin-section-block{padding:18px!important;border-radius:26px!important;scroll-margin-top:80px!important}
  .admin-section-block::before{left:18px;right:18px}
  .admin-block-title{display:grid!important;gap:10px!important}
  .admin-block-title>span{width:40px!important;height:40px!important;flex-basis:40px!important}
  .admin-block-title h2{font-size:23px!important}
  .admin-card,.source-collapse-card{padding:18px!important;border-radius:22px!important}
  .admin-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;padding:7px!important}
  .admin-tabs a{width:100%!important;min-height:39px!important;padding:10px 12px!important}
  .source-collapse-main,.source-list-head,.source-collapse-card{display:grid!important}
  .source-collapse-actions{justify-content:stretch!important}
  .source-toggle-link,.source-reset-link{width:100%!important}
  .task-command{font-size:12px!important}
}
@media (max-width:430px){
  .admin-title-row{padding:19px!important;border-radius:24px!important}
  .admin-stat-grid{grid-template-columns:1fr!important}
  .admin-tabs{grid-template-columns:1fr!important}
  .admin-section-block{padding:15px!important;border-radius:22px!important}
  .admin-card,.source-collapse-card{padding:16px!important;border-radius:20px!important}
  .admin-section-head{display:grid!important}
  .admin-kicker,.admin-logout{width:100%!important;justify-content:center!important}
  .dmca-ticket-actions a,.dmca-ticket-actions form,.dmca-ticket-actions button{width:100%!important}
}

/* 2026-04-27 SEO discovery upgrade v2: homepage latest resource links */
.latest-index-section{
  position:relative;
  isolation:isolate;
  margin:26px 0 76px;
  padding:26px;
  border:1px solid rgba(15,23,42,.075);
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 0%,rgba(37,99,235,.10),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(6,182,212,.09),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.76));
  box-shadow:0 24px 70px rgba(15,23,42,.072);
  overflow:hidden;
}
.latest-index-section::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(37,99,235,.28),rgba(6,182,212,.20),transparent);
  z-index:-1;
}
.latest-index-section::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-140px;
  width:320px;
  height:320px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(37,99,235,.10),rgba(37,99,235,0) 68%);
  z-index:-1;
  pointer-events:none;
}
.latest-index-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.latest-index-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:6px 11px;
  border:1px solid rgba(37,99,235,.13);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  color:#1d4ed8;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 10px 26px rgba(37,99,235,.055);
}
.latest-index-eyebrow .ui-icon{width:14px;height:14px}
.latest-index-head h2{
  margin:10px 0 0;
  color:#07111f;
  font-size:31px;
  line-height:1.08;
  letter-spacing:-.05em;
}
.latest-index-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.latest-index-item{
  min-width:0;
  padding:14px 14px 13px;
  border:1px solid rgba(15,23,42,.068);
  border-radius:20px;
  background:rgba(255,255,255,.76);
  box-shadow:0 10px 28px rgba(15,23,42,.038);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.latest-index-item:hover{
  transform:translateY(-2px);
  border-color:rgba(37,99,235,.20);
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 44px rgba(15,23,42,.078);
}
.latest-index-title-link{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:43px;
  overflow:hidden;
  color:#0b1220;
  font-size:14.5px;
  line-height:1.46;
  font-weight:880;
  letter-spacing:-.018em;
  overflow-wrap:anywhere;
}
.latest-index-title-link:hover{color:#1d4ed8}
.latest-index-meta{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-top:10px;
}
.latest-index-meta span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:24px;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(248,250,252,.90);
  border:1px solid rgba(15,23,42,.06);
  color:#667085;
  font-size:11px;
  line-height:1;
  font-weight:850;
  white-space:nowrap;
}
.latest-index-meta span .ui-icon{width:12px;height:12px;color:#667085;flex:0 0 auto}
@media (max-width:1180px){
  .latest-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .latest-index-section{margin:12px 0 52px;padding:20px;border-radius:24px}
  .latest-index-head{display:block;margin-bottom:14px}
  .latest-index-head h2{font-size:25px;letter-spacing:-.04em}
  .latest-index-grid{grid-template-columns:1fr;gap:9px}
  .latest-index-item{padding:14px;border-radius:18px}
  .latest-index-title-link{min-height:auto;font-size:14.5px;-webkit-line-clamp:2}
  .latest-index-meta{margin-top:9px;gap:5px}
}
@media (max-width:430px){
  .latest-index-section{padding:16px;border-radius:22px}
  .latest-index-eyebrow{width:100%;justify-content:center}
  .latest-index-head h2{text-align:center;font-size:23px}
  .latest-index-meta span{font-size:10.5px;padding:4px 6px}
}


/* 2026-04-27 final homepage latest resource module */
.latest-index-section{margin:12px 0 68px;padding:34px 30px;border:1px solid rgba(15,23,42,.065);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.58));box-shadow:0 24px 72px rgba(15,23,42,.065);backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12);overflow:hidden}
.latest-index-section::before{content:"";position:absolute;inset:-1px;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 18% 0%,rgba(37,99,235,.10),transparent 32%),radial-gradient(circle at 88% 12%,rgba(6,182,212,.10),transparent 30%);opacity:.84}
.latest-index-section::after{display:none}
.latest-index-head{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;margin:0 0 22px;text-align:center}
.latest-index-eyebrow{display:none!important}
.latest-index-head h2{margin:0;color:#07111f;font-size:clamp(30px,4.2vw,46px);line-height:1.05;letter-spacing:-.065em;font-weight:930;text-wrap:balance}
.latest-index-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.latest-index-item{display:block;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important;transition:none!important}
.latest-index-item:hover{transform:none!important;box-shadow:none!important;border-color:transparent!important}
.latest-index-card{position:relative;display:flex;flex-direction:column;gap:12px;min-height:158px;height:100%;padding:18px 18px 17px;border:1px solid rgba(15,23,42,.075);border-radius:23px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,252,.80));box-shadow:0 13px 34px rgba(15,23,42,.045);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
.latest-index-card::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 40%);opacity:.74}
.latest-index-card:hover{transform:translateY(-3px);border-color:rgba(37,99,235,.16);box-shadow:0 22px 52px rgba(15,23,42,.09);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,249,255,.88))}
.latest-index-card>*{position:relative;z-index:1}
.latest-index-title-link{display:-webkit-box!important;min-height:auto!important;color:#101828;font-size:15.5px;line-height:1.55;font-weight:860;letter-spacing:-.022em;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none!important;word-break:break-word}
.latest-index-card:hover .latest-index-title-link{color:#0f172a}
.latest-index-meta{display:flex!important;align-items:center;flex-wrap:wrap;gap:7px;margin:0!important}
.latest-index-meta span{display:inline-flex;align-items:center;gap:5px;min-height:27px;padding:6px 9px;border:1px solid rgba(15,23,42,.07);border-radius:999px;background:rgba(255,255,255,.76);color:#667085;font-size:11px;font-weight:840;line-height:1.1;white-space:nowrap}
.latest-index-meta span .ui-icon{width:12px;height:12px;color:#667085;flex:0 0 auto}
.latest-index-arrow{position:absolute;right:14px;bottom:13px;z-index:2;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:rgba(15,23,42,.055);color:#0f172a;font-size:15px;font-weight:900;transition:transform .22s ease,background .22s ease,color .22s ease}
.latest-index-card:hover .latest-index-arrow{transform:translateX(2px);background:#0f172a;color:#fff}
@media (max-width:1180px){.latest-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.latest-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.latest-index-section{padding:28px 22px;border-radius:28px}}
@media (max-width:760px){.latest-index-section{margin:6px 0 46px;padding:22px 16px;border-radius:24px}.latest-index-head{margin-bottom:16px}.latest-index-head h2{font-size:clamp(25px,8.3vw,35px);letter-spacing:-.052em}.latest-index-grid{grid-template-columns:1fr;gap:10px}.latest-index-card{min-height:auto;padding:17px 52px 17px 17px;border-radius:20px;gap:10px}.latest-index-title-link{font-size:15px;line-height:1.5}.latest-index-meta{gap:6px}.latest-index-meta span{font-size:10.5px;min-height:26px;padding:5px 8px}.latest-index-arrow{right:13px;top:50%;bottom:auto;transform:translateY(-50%)}.latest-index-card:hover .latest-index-arrow{transform:translate(2px,-50%)}}
@media (max-width:430px){.latest-index-section{padding:18px 13px;border-radius:22px}.latest-index-card{padding:16px 48px 16px 15px}.latest-index-meta span{max-width:100%}}


/* 2026-04-27 final premium homepage polish */
.home-hero{padding:96px 0 66px;text-align:center}
.home-hero::before{top:18px;width:min(960px,92vw);height:360px;background:radial-gradient(ellipse at center,rgba(255,255,255,.98),rgba(255,255,255,.48) 45%,rgba(255,255,255,0) 74%)}
.home-hero .hero-art{top:8px;width:min(880px,96vw);height:360px;opacity:.48;filter:saturate(1.08)}
.hero-eyebrow{margin:0 auto 20px;color:#1d4ed8;background:rgba(255,255,255,.78);border-color:rgba(37,99,235,.13);box-shadow:0 14px 34px rgba(37,99,235,.075);letter-spacing:.14em}
.home-hero h1{max-width:1040px;margin:0 auto 20px;font-size:clamp(44px,6.2vw,82px);line-height:.99;letter-spacing:-.068em;font-weight:930;color:#06101f;text-wrap:balance}
.home-hero .lead{max-width:880px;margin:0 auto 32px;color:#4b5565;font-size:18px;line-height:1.92;letter-spacing:-.006em;text-wrap:balance}
.home-hero .hero-strong{font-weight:900;color:#08111f;background:linear-gradient(135deg,#08111f 0%,#1d4ed8 54%,#0891b2 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.home-hero .search-card{width:min(850px,100%);padding:9px;border-color:rgba(15,23,42,.085);background:rgba(255,255,255,.92);box-shadow:0 28px 90px rgba(15,23,42,.105),inset 0 1px 0 rgba(255,255,255,.9)}
.home-hero .search-visual{background:linear-gradient(180deg,#f8fafc,#eef4ff);color:#2563eb;border-color:rgba(37,99,235,.12)}
.home-hero .search-card input{font-size:16.5px;padding:17px 5px}
.home-hero .search-card button{min-width:122px;min-height:48px;background:linear-gradient(135deg,#08111f,#172136 58%,#1d4ed8);box-shadow:0 16px 36px rgba(15,23,42,.18)}
.home-hero .hero-note{margin-top:22px;gap:9px}
.home-hero .hero-note span{background:rgba(255,255,255,.70);border-color:rgba(15,23,42,.075);color:#475467;box-shadow:0 10px 24px rgba(15,23,42,.045)}
.home-hero .hero-note span::before{background:linear-gradient(135deg,#2563eb,#06b6d4)}
.home-hero .trust-strip{width:min(980px,100%);margin-top:26px;gap:12px}
.home-hero .trust-item{padding:16px 17px;border-radius:22px;background:rgba(255,255,255,.70);border-color:rgba(15,23,42,.075);box-shadow:0 15px 38px rgba(15,23,42,.052);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}
.home-hero .trust-item:hover{transform:translateY(-2px);background:rgba(255,255,255,.90);border-color:rgba(37,99,235,.14);box-shadow:0 22px 52px rgba(15,23,42,.085)}
.home-hero .trust-item .ui-icon{width:20px;height:20px;color:#1d4ed8;flex:0 0 20px}
.home-hero .trust-item strong{font-size:14px;font-weight:900;letter-spacing:-.012em}
.home-hero .trust-item span{font-size:12.5px;color:#667085}
.grid-3{gap:20px;margin:10px 0 64px}
.grid-3 .info-card{min-height:218px;padding:30px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.66));border-color:rgba(15,23,42,.075);box-shadow:0 18px 48px rgba(15,23,42,.055)}
.grid-3 .info-card h2{margin-top:16px;font-size:20px;font-weight:900;letter-spacing:-.035em}
.grid-3 .info-card p{font-size:14.5px;line-height:1.9;color:#5f6b7c}
.grid-3 .feature-icon{width:48px;height:48px;border-radius:18px;background:linear-gradient(135deg,#0f172a,#1d4ed8 58%,#06b6d4);box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 16px 34px rgba(37,99,235,.16)}
.latest-index-section{position:relative;margin:10px 0 74px;padding:40px 34px 36px;border-radius:38px;border:1px solid rgba(15,23,42,.065);background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.62));box-shadow:0 28px 88px rgba(15,23,42,.07);backdrop-filter:blur(20px) saturate(1.16);-webkit-backdrop-filter:blur(20px) saturate(1.16)}
.latest-index-section::before{content:"";position:absolute;inset:-1px;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 15% 0%,rgba(37,99,235,.12),transparent 34%),radial-gradient(circle at 92% 0%,rgba(6,182,212,.10),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.78),transparent 42%);opacity:.85}
.latest-index-section::after{content:"";position:absolute;left:34px;right:34px;top:96px;height:1px;background:linear-gradient(90deg,transparent,rgba(15,23,42,.08),transparent);display:block}
.latest-index-head{position:relative;z-index:1;justify-content:center;text-align:center;margin:0 0 34px}
.latest-index-head h2{margin:0;color:#06101f;font-size:clamp(30px,4vw,46px);line-height:1.06;letter-spacing:-.062em;font-weight:930;text-wrap:balance}
.latest-index-grid{position:relative;z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.latest-index-card{min-height:164px;padding:19px 18px 18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.82));border-color:rgba(15,23,42,.07);box-shadow:0 14px 36px rgba(15,23,42,.048)}
.latest-index-card:hover{transform:translateY(-4px);border-color:rgba(37,99,235,.17);box-shadow:0 24px 58px rgba(15,23,42,.095);background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(246,249,255,.90))}
.latest-index-title-link{font-size:15.3px;line-height:1.56;font-weight:880;color:#0b1220;letter-spacing:-.025em}
.latest-index-meta{margin-top:auto!important;gap:7px!important;padding-right:34px}
.latest-index-meta span{background:rgba(255,255,255,.78);border-color:rgba(15,23,42,.065);color:#637083;font-weight:850}
.latest-index-arrow{right:14px;bottom:14px;width:31px;height:31px;background:rgba(15,23,42,.055)}
@media (max-width:1180px){.latest-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-hero h1{font-size:clamp(42px,7vw,76px)}}
@media (max-width:980px){.home-hero{padding:78px 0 52px}.home-hero .trust-strip{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr}.latest-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.home-hero{padding:58px 0 42px}.hero-eyebrow{margin-bottom:16px;font-size:11px;letter-spacing:.10em}.home-hero h1{font-size:clamp(36px,11vw,58px);line-height:1.03;letter-spacing:-.056em;margin-bottom:16px}.home-hero .lead{font-size:15.5px;line-height:1.86;margin-bottom:24px;text-wrap:pretty}.home-hero .search-card{border-radius:24px;padding:9px}.home-hero .search-card input{font-size:15.5px;padding:12px 2px}.home-hero .search-card button{width:100%;min-height:46px;border-radius:18px}.home-hero .hero-note{margin-top:18px}.home-hero .hero-note span{font-size:11px;padding:7px 9px}.home-hero .trust-strip{margin-top:20px;gap:9px}.home-hero .trust-item{padding:13px 14px;border-radius:18px}.grid-3{gap:12px;margin-bottom:44px}.grid-3 .info-card{padding:21px;border-radius:22px;min-height:auto}.grid-3 .info-card h2{font-size:18px}.grid-3 .feature-icon{width:44px;height:44px}.latest-index-section{margin:4px 0 46px;padding:24px 16px 18px;border-radius:25px}.latest-index-section::after{left:16px;right:16px;top:76px}.latest-index-head{margin-bottom:26px}.latest-index-head h2{font-size:clamp(25px,8.5vw,35px);letter-spacing:-.052em}.latest-index-grid{grid-template-columns:1fr;gap:10px}.latest-index-card{min-height:auto;padding:17px 52px 17px 17px;border-radius:20px}.latest-index-title-link{font-size:15px;line-height:1.52}.latest-index-meta{padding-right:0;gap:6px!important}.latest-index-meta span{font-size:10.5px;min-height:26px;padding:5px 8px}.latest-index-arrow{right:13px;top:50%;bottom:auto;transform:translateY(-50%)}.latest-index-card:hover .latest-index-arrow{transform:translate(2px,-50%)}}
@media (max-width:430px){.home-hero h1{font-size:36px}.home-hero .lead{font-size:15px}.latest-index-section{padding:20px 13px 15px}.latest-index-card{padding:16px 48px 16px 15px}.latest-index-meta span{max-width:100%}}

/* 首页顶部标签去掉前置圆点 */
.hero-eyebrow::before {
    display: none !important;
    content: none !important;
}

.hero-eyebrow {
    gap: 0 !important;
}

/* 首页 Hero 与顶部导航间距正式收口 */
.home-hero {
    padding-top: 56px !important;
    padding-bottom: 62px !important;
}

/* 首页顶部标签位置与视觉收口 */
.hero-eyebrow {
    margin: 0 auto 18px !important;
}

/* 去掉“公开 BT 索引查询平台”前面的圆点 */
.hero-eyebrow::before {
    display: none !important;
    content: none !important;
}

/* 去掉圆点后，标签文字不要再保留多余间距 */
.hero-eyebrow {
    gap: 0 !important;
}

/* 背景装饰线稍微上移并减淡，避免显得顶部空 */
.home-hero .hero-art {
    top: -10px !important;
    opacity: .34 !important;
}

/* 白色光晕跟随上移，保持高级感 */
.home-hero::before {
    top: -4px !important;
}

/* 平板尺寸 */
@media (max-width: 980px) {
    .home-hero {
        padding-top: 48px !important;
        padding-bottom: 50px !important;
    }

    .home-hero .hero-art {
        top: -8px !important;
        opacity: .30 !important;
    }
}

/* 手机尺寸 */
@media (max-width: 760px) {
    .home-hero {
        padding-top: 34px !important;
        padding-bottom: 40px !important;
    }

    .hero-eyebrow {
        margin-bottom: 15px !important;
        font-size: 11px !important;
        letter-spacing: .08em !important;
    }

    .home-hero .hero-art {
        top: -18px !important;
        height: 250px !important;
        opacity: .24 !important;
    }

    .home-hero::before {
        top: -16px !important;
        height: 260px !important;
    }
}

/* 小屏手机 */
@media (max-width: 430px) {
    .home-hero {
        padding-top: 28px !important;
        padding-bottom: 34px !important;
    }

    .hero-eyebrow {
        max-width: 100% !important;
        padding: 8px 12px !important;
        line-height: 1.45 !important;
    }

    .home-hero .hero-art {
        top: -22px !important;
        opacity: .20 !important;
    }
}

/* 移动端首页 Hero 再向上收紧一版 */
@media (max-width: 760px) {
    .home-hero {
        padding-top: 22px !important;
        padding-bottom: 38px !important;
    }

    .hero-eyebrow {
        margin: 0 auto 12px !important;
        font-size: 11px !important;
        letter-spacing: .08em !important;
    }

    .home-hero .hero-art {
        top: -30px !important;
        height: 236px !important;
        opacity: .22 !important;
    }

    .home-hero::before {
        top: -24px !important;
        height: 240px !important;
    }
}

@media (max-width: 430px) {
    .home-hero {
        padding-top: 16px !important;
        padding-bottom: 30px !important;
    }

    .hero-eyebrow {
        margin-bottom: 10px !important;
        padding: 8px 12px !important;
        line-height: 1.4 !important;
    }

    .home-hero .hero-art {
        top: -36px !important;
        height: 210px !important;
        opacity: .18 !important;
    }

    .home-hero::before {
        top: -30px !important;
        height: 210px !important;
    }
}

/* =========================================================
   首页移动端 Hero 最终收口版
   只影响手机和平板窄屏，不影响电脑端
   ========================================================= */

/* 常规手机 / 小平板 */
@media (max-width: 760px) {
    .home-hero {
        padding-top: 20px !important;
        padding-bottom: 38px !important;
    }

    .hero-eyebrow {
        margin: 0 auto 12px !important;
        padding: 8px 13px !important;
        font-size: 11px !important;
        line-height: 1.42 !important;
        letter-spacing: .08em !important;
    }

    .home-hero .hero-art {
        top: -32px !important;
        height: 232px !important;
        opacity: .22 !important;
    }

    .home-hero::before {
        top: -26px !important;
        height: 238px !important;
    }

    .home-hero h1,
    .home-hero .hero-title {
        margin-top: 0 !important;
    }

    .home-hero .hero-subtitle,
    .home-hero .hero-desc {
        margin-top: 14px !important;
    }
}

/* 小屏手机 */
@media (max-width: 430px) {
    .home-hero {
        padding-top: 14px !important;
        padding-bottom: 32px !important;
    }

    .hero-eyebrow {
        margin-bottom: 10px !important;
        padding: 7px 12px !important;
        max-width: calc(100% - 24px) !important;
        line-height: 1.38 !important;
    }

    .home-hero .hero-art {
        top: -40px !important;
        height: 210px !important;
        opacity: .18 !important;
    }

    .home-hero::before {
        top: -34px !important;
        height: 214px !important;
    }

    .home-hero .hero-subtitle,
    .home-hero .hero-desc {
        margin-top: 12px !important;
    }
}

/* 极窄屏手机 */
@media (max-width: 375px) {
    .home-hero {
        padding-top: 10px !important;
        padding-bottom: 28px !important;
    }

    .hero-eyebrow {
        margin-bottom: 9px !important;
        padding: 7px 11px !important;
        font-size: 10.5px !important;
    }

    .home-hero .hero-art {
        top: -44px !important;
        height: 198px !important;
        opacity: .16 !important;
    }

    .home-hero::before {
        top: -38px !important;
        height: 204px !important;
    }
}
