:root{--bg-gradient:linear-gradient(to bottom right, #0f172a 0%, #1e293b 50%, #0a0f1c 100%);--fg:#f9fafb;--muted:#94a3b8;--accent:#38bdf8;--highlight:#fbbf24;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--glass-bg:#ffffff0a;--glass-border:#ffffff1a;--glass-blur:blur(12px);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--shadow-card:0 4px 16px #0000004d;--shadow-elevated:0 8px 32px #0006;--transition-fast:.15s ease;--transition-normal:.25s ease;--color-accent-primary:#6366f1;--color-accent-secondary:#8b5cf6;--color-accent-gradient:linear-gradient(135deg, #6366f1, #8b5cf6);--safe-area-bottom:env(safe-area-inset-bottom,0px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--fg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;width:100%;min-height:100dvh;padding-top:56px;font-family:Georgia,Times New Roman,ui-serif,system-ui;line-height:1.6;display:flex;overflow-x:hidden}main{flex:1}#poster-root-anchor{z-index:90;pointer-events:none;position:sticky;top:55px}h1,h2,h3,h4{color:var(--fg);line-height:1.3}h1{margin-bottom:.75rem;font-size:1.5rem}h2{margin:.5rem 0;font-size:1.2rem}p{color:var(--muted);margin-bottom:.75rem}.container{width:100%;max-width:1100px;margin:0 auto;padding:1rem}.btn,.searchButton,.scanButton{color:#111;cursor:pointer;text-align:center;background:#facc15;border:none;border-radius:12px;width:100%;padding:.9rem 1.6rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .25s,transform .15s;display:inline-block}.btn:hover,.searchButton:hover,.scanButton:hover{background:#fbbf24;transform:translateY(-2px)}.searchButton:disabled{opacity:.7;cursor:not-allowed}.input{width:100%;color:var(--fg);background:#ffffff14;border:1px solid #fff3;border-radius:10px;padding:.9rem 1rem;font-size:16px}.input:focus{border-color:var(--accent);background:#ffffff1a;outline:none;box-shadow:0 0 0 3px #38bdf840}.input::placeholder{color:#ffffff80}.panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;margin-top:.75rem;padding:1rem;transition:transform .2s,border-color .3s}.panel:hover{border-color:var(--accent);transform:translateY(-3px)}.grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.card{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;padding:.75rem;transition:all .3s}.card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 6px 20px #38bdf833}.search-bar,.searchButtonsRow{flex-direction:column;gap:.75rem;width:100%;display:flex}.modalBackdrop{z-index:100;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modalContent{color:var(--fg);text-align:center;background:#0f172af2;border:1px solid #ffffff26;border-radius:16px;width:100%;max-width:480px;padding:1.25rem}a{color:gold;text-decoration:none;transition:color .2s,opacity .2s}a:hover{color:#ffed4e;opacity:.9}a:visited{color:gold}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:600px){h1{margin-bottom:1rem;font-size:1.75rem}h2{margin:.6rem 0;font-size:1.4rem}.container{padding:1.5rem}.panel{margin-top:1rem;padding:1.25rem}.grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem}.card{padding:1rem}.search-bar,.searchButtonsRow{flex-direction:row;justify-content:center;align-items:center}.searchButton,.scanButton{width:auto;min-width:160px}}@media (min-width:1024px){h1{font-size:2rem}h2{font-size:1.6rem}.container,.panel{padding:2rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (hover:none){.panel:hover,.card:hover{transform:none}}
.Header-module__hBw1pG__nav{z-index:10000;-webkit-backdrop-filter:blur(12px);background:#0f172af2;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:56px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hBw1pG__logo{color:gold;align-items:center;gap:.5rem;font-family:Georgia,serif;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:flex}.Header-module__hBw1pG__bar,.Header-module__hBw1pG__barActive{background:#ffffffe6;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.Header-module__hBw1pG__barActive:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__hBw1pG__barActive:nth-child(2){opacity:0}.Header-module__hBw1pG__barActive:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__hBw1pG__linksDesktop{align-items:center;gap:.5rem;display:none}.Header-module__hBw1pG__linksDesktop a{color:#ffffffd9;border-radius:8px;padding:.5rem .75rem;font-size:.9rem;text-decoration:none;transition:color .2s,background .2s}.Header-module__hBw1pG__linksDesktop a:hover{color:#fff;background:#ffffff1a}.Header-module__hBw1pG__userSection{align-items:center;display:flex}.Header-module__hBw1pG__avatar{object-fit:cover;border:2px solid #ffd70080;border-radius:50%;width:36px;height:36px}.Header-module__hBw1pG__signupBtn{color:#1a1a2e;background:linear-gradient(135deg,gold,#f59e0b);border-radius:999px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.Header-module__hBw1pG__signupBtn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffd7004d}.Header-module__hBw1pG__signOutBtn{color:#fffc;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:999px;padding:.5rem 1rem;font-size:.85rem;transition:border-color .2s,color .2s}.Header-module__hBw1pG__signOutBtn:hover{color:#fff;border-color:#fff6}.Header-module__hBw1pG__mobileMenu{z-index:2147483647;background:#0f172a;flex-direction:column;gap:.25rem;padding:1.5rem 1rem;display:flex;position:fixed;inset:56px 0 0;overflow-y:auto}.Header-module__hBw1pG__mobileMenu a{color:#ffffffe6;border-radius:12px;padding:1rem;font-size:1.1rem;text-decoration:none;transition:background .2s,color .2s;display:block}.Header-module__hBw1pG__mobileMenu a:hover{color:gold;background:#ffffff1a}.Header-module__hBw1pG__mobileMenu .Header-module__hBw1pG__signupBtn{text-align:center;margin-top:1rem;display:inline-block}.Header-module__hBw1pG__mobileMenu .Header-module__hBw1pG__signOutBtn{width:100%;margin-top:.5rem}.Header-module__hBw1pG__mobileMenu .Header-module__hBw1pG__userSection{justify-content:center;padding:1rem}@media (min-width:768px){.Header-module__hBw1pG__nav{padding:0 2rem}.Header-module__hBw1pG__linksDesktop{display:flex}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileMenu{display:none}}@media (min-width:1024px){.Header-module__hBw1pG__nav{padding:0 3rem}.Header-module__hBw1pG__logo{font-size:1.2rem}.Header-module__hBw1pG__linksDesktop{gap:.75rem}.Header-module__hBw1pG__linksDesktop a{padding:.5rem 1rem;font-size:.95rem}}
.NotificationBell-module__doceWq__container{position:relative}.NotificationBell-module__doceWq__bellButton{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:relative}.NotificationBell-module__doceWq__bellButton:hover{color:#fff;background:#ffffff1a}.NotificationBell-module__doceWq__badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #ef444466}.NotificationBell-module__doceWq__dropdown{z-index:1000;background:#1e293b;border:1px solid #ffffff1a;border-radius:14px;width:340px;max-height:480px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 40px #0006}.NotificationBell-module__doceWq__header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.NotificationBell-module__doceWq__header h3{color:#fff;margin:0;font-size:1rem;font-weight:600}.NotificationBell-module__doceWq__markAllRead{color:#a78bfa;cursor:pointer;background:#8b5cf626;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.NotificationBell-module__doceWq__markAllRead:hover{background:#8b5cf640}.NotificationBell-module__doceWq__list{max-height:360px;overflow-y:auto}.NotificationBell-module__doceWq__loading,.NotificationBell-module__doceWq__empty{color:#ffffff80;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem;display:flex}.NotificationBell-module__doceWq__empty p{margin:.75rem 0 0;font-size:.9rem}.NotificationBell-module__doceWq__item{border-bottom:1px solid #ffffff0d;transition:background .2s;position:relative}.NotificationBell-module__doceWq__item:hover{background:#ffffff0a}.NotificationBell-module__doceWq__item.NotificationBell-module__doceWq__unread{background:#8b5cf614}.NotificationBell-module__doceWq__item.NotificationBell-module__doceWq__unread:hover{background:#8b5cf61f}.NotificationBell-module__doceWq__itemLink{color:inherit;align-items:flex-start;gap:.85rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.NotificationBell-module__doceWq__itemIcon{color:#a78bfa;background:#8b5cf633;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.NotificationBell-module__doceWq__itemContent{flex:1;min-width:0}.NotificationBell-module__doceWq__itemMessage{color:#ffffffe6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationBell-module__doceWq__item.NotificationBell-module__doceWq__unread .NotificationBell-module__doceWq__itemMessage{color:#fff;font-weight:500}.NotificationBell-module__doceWq__itemTime{color:#fff6;margin-top:.25rem;font-size:.75rem;display:block}.NotificationBell-module__doceWq__markReadBtn{color:#ffffff80;cursor:pointer;opacity:0;background:#ffffff1a;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.NotificationBell-module__doceWq__item:hover .NotificationBell-module__doceWq__markReadBtn{opacity:1}.NotificationBell-module__doceWq__markReadBtn:hover{color:#fff;background:#fff3}.NotificationBell-module__doceWq__viewAll{text-align:center;color:#a78bfa;border-top:1px solid #ffffff14;padding:.85rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.NotificationBell-module__doceWq__viewAll:hover{background:#8b5cf61a}@media (max-width:400px){.NotificationBell-module__doceWq__dropdown{border-radius:14px 14px 0 0;width:100%;max-height:70vh;position:fixed;inset:auto 0 0}}
