:root{--bg:#050505;--panel:#0c0c0d;--panel2:#121214;--line:#2c2c30;--muted:#9b9ba3;--text:#f4f4f6;--gold:#f0b90b;--gold2:#ffd45b;--gold3:#7b5700;--danger:#ff4d57}*{box-sizing:border-box}html,body{margin:0;background:radial-gradient(circle at top,#151515 0,#050505 42%,#020202 100%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;min-height:100%;scroll-behavior:smooth}button,input{font:inherit}.app-shell{display:grid;grid-template-columns:196px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:16px 12px 14px;background:linear-gradient(180deg,#080808 0,#050506 100%);border-right:1px solid #26262a;display:flex;flex-direction:column;z-index:20;overflow:hidden}.brand{padding:2px 8px 14px}.brand-mark{font-weight:1000;font-style:italic;letter-spacing:2px;font-size:30px;line-height:.9;background:linear-gradient(180deg,#ffe285,#e8a708 60%,#9a6200);-webkit-background-clip:text;color:transparent;text-shadow:0 0 28px #f0b90b22}.brand-sub{font-size:10px;letter-spacing:4px;color:white;margin-top:7px}.nav{display:flex;flex-direction:column;gap:2px;overflow:hidden}.nav-item{width:100%;border:1px solid transparent;background:transparent;color:#dfdfe3;border-radius:9px;padding:7px 10px;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left;transition:.2s;min-height:36px}.nav-item span{width:20px;text-align:center;font-size:16px;color:#d4d4d8}.nav-item b{font-size:12.5px;line-height:1.15}.nav-item:hover{background:#ffffff08;border-color:#ffffff0f}.nav-item.active{background:linear-gradient(90deg,#7a570e80,#1a1507);border-color:#c89210;color:white;box-shadow:inset 0 0 22px #d8a10015}.nav-item.active span{color:var(--gold2)}.main{min-width:0;padding:0 18px 24px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.search-wrap{width:min(460px,45vw);height:44px;border:1px solid #3a3a40;background:#121214;border-radius:22px;display:flex;align-items:center;gap:12px;padding:0 16px;box-shadow:inset 0 1px 0 #ffffff09}.search-wrap span{font-size:24px;color:var(--gold)}.search-wrap input{flex:1;border:0;outline:0;background:transparent;color:white;font-size:14px}.search-wrap input::placeholder{color:#797981}.top-actions{display:flex;align-items:center;gap:10px;position:relative}.requests-top{height:42px;padding:0 15px;border:1px solid #343439;border-radius:12px;background:#0b0b0c;color:#f2f2f4;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:750}.requests-top:hover{border-color:#9b750b;background:#12100a}.requests-top span{color:var(--gold2);font-size:18px}.profile-wrap{position:relative}.profile{border:1px solid transparent;background:transparent;color:#fff;display:flex;gap:10px;align-items:center;padding:5px 9px 5px 5px;border-radius:12px;cursor:pointer;min-width:160px;text-align:left}.profile:hover,.profile[aria-expanded="true"]{background:#ffffff08;border-color:#343439}.avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ddb124,#3d2a00);border:1px solid #f4c93e;font-weight:800;background-size:cover;background-position:center}.avatar-lg{width:48px;height:48px;flex:0 0 auto}.profile-copy{min-width:0;flex:1}.profile strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile small,.profile-menu-head small{display:block;color:#caa93d;margin-top:3px;font-size:10px;letter-spacing:.2px}.profile-chevron{color:#9e9ea4;font-size:14px}.profile-menu{position:absolute;right:0;top:calc(100% + 10px);width:285px;padding:10px;border:1px solid #34343a;border-radius:15px;background:#0b0b0deF;box-shadow:0 18px 50px #000b;backdrop-filter:blur(16px);opacity:0;transform:translateY(-8px) scale(.98);pointer-events:none;transition:.18s;z-index:60}.profile-menu.open{opacity:1;transform:none;pointer-events:auto}.profile-menu-head{display:flex;gap:12px;align-items:center;padding:6px 7px 12px;margin-bottom:5px;border-bottom:1px solid #25252a}.profile-menu-head strong{display:block;font-size:14px}.profile-menu>button{width:100%;border:0;background:transparent;color:#ececf0;border-radius:10px;padding:10px;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.profile-menu>button:hover{background:#ffffff09}.profile-menu>button>span{width:24px;text-align:center;color:var(--gold2);font-size:18px}.profile-menu>button b{display:block;font-size:12px}.profile-menu>button small{display:block;color:#888890;font-size:10px;margin-top:2px}.profile-menu .logout-action{color:#ff7379}.profile-menu .logout-action>span{color:#ff7379}.menu-separator{height:1px;background:#25252a;margin:5px 3px}.hero{height:300px;border:1px solid #28282d;border-radius:14px;overflow:hidden;position:relative;background:#090909}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.04)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#050505 0%,#050505e8 23%,#05050572 53%,#05050510 80%),linear-gradient(0deg,#05050590,#0000 45%)}.hero-content{position:absolute;left:34px;top:34px;width:min(490px,48%);z-index:2}.eyebrow{font-size:11px;font-weight:900;color:var(--gold2);letter-spacing:.8px}.hero h1{font-size:46px;margin:10px 0 8px;line-height:.95;text-transform:uppercase;letter-spacing:-1.4px}.hero p{color:#d0d0d4;max-width:460px;line-height:1.45;font-size:14px}.hero-actions{display:flex;gap:12px;margin-top:18px}.primary-btn,.secondary-btn{border-radius:11px;padding:11px 18px;border:1px solid #dca80b;cursor:pointer;font-weight:800}.primary-btn{background:linear-gradient(180deg,#ffd84f,#dba009);color:#171000;box-shadow:0 6px 20px #f0b90b25}.secondary-btn{background:#111116dd;color:#e7e7ea;border-color:#3b3b42}.hero-dots{position:absolute;right:22px;bottom:18px;display:flex;gap:7px;z-index:3}.hero-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#8a8a8e;padding:0;cursor:pointer}.hero-dots button.active{background:var(--gold);box-shadow:0 0 10px #f0b90b}.content-layout{display:block;margin-top:10px}.catalog-area{min-width:0}.row-section{margin:5px 0 13px}.section-title{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 4px;border-left:4px solid var(--gold)}.section-title h2{font-size:21px;margin:0;padding-left:10px}.section-title button{border:0;background:none;color:var(--gold2);font-weight:800;font-size:12px;cursor:pointer}.continue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:8px}.continue-card{height:88px;position:relative;border:1px solid #303036;border-radius:10px;overflow:hidden;background:#101012}.continue-card img{width:100%;height:100%;object-fit:cover;opacity:.58}.continue-card .shade{position:absolute;inset:0;background:linear-gradient(90deg,#07070910,#09090ad9 65%)}.continue-card .meta{position:absolute;inset:12px 12px 10px 43%;display:flex;flex-direction:column;justify-content:center}.continue-card h4{font-size:13px;margin:0 0 7px}.continue-card small{font-size:10px;color:#c9c9ce}.progress{height:4px;background:#ddd;border-radius:999px;overflow:hidden;margin:7px 0 5px}.progress i{display:block;height:100%;background:var(--gold)}.poster-row{display:grid;grid-template-columns:repeat(10,minmax(88px,1fr));gap:10px;padding-top:8px}.poster-card{position:relative;min-width:0;cursor:pointer}.poster{aspect-ratio:2/3;border-radius:9px;overflow:hidden;border:1px solid #2b2b30;background:#111;box-shadow:0 8px 20px #0006;transition:.2s}.poster img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s}.poster-card:hover .poster{border-color:#8e701c;transform:translateY(-2px)}.poster-card:hover img{transform:scale(1.03)}.poster-card h4{font-size:11px;text-align:center;margin:6px 3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f2f2f3}.profile-modal{position:fixed;inset:0;background:#000a;display:grid;place-items:center;z-index:80;opacity:0;pointer-events:none;transition:.18s}.profile-modal.open{opacity:1;pointer-events:auto}.profile-modal-card{width:min(460px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 40px));overflow:auto;background:#0d0d0f;border:1px solid #34343a;border-radius:18px;padding:22px;box-shadow:0 25px 80px #000;position:relative}.profile-modal-card h2{margin:0 0 18px;font-size:22px}.modal-close{position:absolute;right:12px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:#ffffff08;color:#ddd;font-size:24px;cursor:pointer}.modal-section{display:grid;gap:10px}.profile-option{border:1px solid #303036;background:#121214;color:#fff;border-radius:12px;padding:12px;display:flex;align-items:center;gap:12px;cursor:pointer}.profile-option:hover{border-color:#8b6b0f}.settings-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #26262b;padding:13px 2px}.settings-row:last-child{border-bottom:0}.settings-row small{color:#8d8d95}.photo-preview{width:92px;height:92px;border-radius:50%;margin:2px auto 16px;border:2px solid #d7a40d;background:linear-gradient(145deg,#ddb124,#3d2a00);display:grid;place-items:center;font-size:28px;font-weight:900;background-size:cover;background-position:center}.photo-action{width:100%;border:1px solid #b78708;background:#181305;color:#ffd45b;border-radius:11px;padding:11px;cursor:pointer}.toast{position:fixed;right:22px;bottom:22px;padding:12px 16px;border:1px solid #c69008;background:#111;color:#fff;border-radius:10px;opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s;z-index:90}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:1250px){.poster-row{grid-template-columns:repeat(8,minmax(90px,1fr))}.hero h1{font-size:40px}}@media(max-height:700px) and (min-width:721px){.sidebar{padding-top:10px}.brand{padding-bottom:9px}.brand-mark{font-size:25px}.brand-sub{font-size:8px}.nav-item{min-height:31px;padding:5px 9px}.nav-item b{font-size:11.5px}.nav-item span{font-size:14px}.nav{gap:1px}}@media(max-width:1020px){.app-shell{grid-template-columns:76px minmax(0,1fr)}.sidebar{padding:14px 8px}.brand-mark{font-size:20px}.brand-sub{font-size:7px;letter-spacing:2px}.nav-item{justify-content:center;padding:8px}.nav-item b{display:none}.nav-item span{font-size:20px}.continue-grid{grid-template-columns:1fr 1fr}.poster-row{grid-template-columns:repeat(6,minmax(92px,1fr))}}@media(max-width:720px){.app-shell{display:block}.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;height:68px;z-index:99;display:block;padding:7px;background:#070707;border-top:1px solid #26262a;border-right:0}.brand,.nav .nav-item:nth-child(n+6){display:none}.nav{display:grid;grid-template-columns:repeat(5,1fr);overflow:visible}.nav-item{height:52px;gap:0}.nav-item b{display:none}.main{padding:0 10px 82px}.topbar{height:64px}.search-wrap{width:100%}.requests-top{display:none}.profile{min-width:auto}.profile-copy,.profile-chevron{display:none}.hero{height:260px}.hero-content{left:20px;top:28px;width:75%}.hero h1{font-size:34px}.hero p{font-size:12px}.continue-grid{grid-template-columns:1fr}.poster-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.poster-card{min-width:116px;scroll-snap-align:start}.poster-row::-webkit-scrollbar{height:4px}.poster-row::-webkit-scrollbar-thumb{background:#3a3a3d}.section-title h2{font-size:18px}.profile-menu{right:-3px;width:min(285px,calc(100vw - 20px))}}