:root{--bg: #09090B;--bg-1: #0F0F13;--bg-2: #17171D;--bg-3: #1E1E26;--bg-4: #26262F;--bg-5: #3A3A46;--border: rgba(255, 255, 255, .06);--border-2: rgba(255, 255, 255, .1);--border-3: rgba(255, 255, 255, .18);--text: #F2F2F4;--text-2: #9898A8;--text-3: #636372;--text-4: #46464F;--acc: #C9A96E;--acc-2: #DFC08A;--acc-dim: rgba(201, 169, 110, .12);--acc-glow: rgba(201, 169, 110, .24);--green: #22C55E;--red: #EF4444;--amber: #F59E0B;--blue: #60A5FA;--purple: #A855F7;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, -apple-system, sans-serif;--nav-h: 64px;--bottom-nav: 68px;--max-w: 430px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 28px;--t-fast: .12s ease;--t-base: .22s ease;--t-slow: .4s ease;--t-cinema: 1.2s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overscroll-behavior:none}#root{max-width:var(--max-w);margin:0 auto;min-height:100vh;min-height:100dvh;position:relative}*:focus-visible{outline:2px solid var(--acc);outline-offset:3px;border-radius:var(--radius-sm)}button,input,textarea,select{font-family:var(--font-body);font-size:inherit}button{cursor:pointer}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;letter-spacing:-.025em;line-height:1.1}::-webkit-scrollbar{width:0;height:0}*{scrollbar-width:none}::selection{background:var(--acc-dim);color:var(--acc-2)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.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}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes floatPts{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-60px)}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .25s ease}.fade-up{animation:fadeUp .35s ease both}.skeleton{background:linear-gradient(90deg,var(--bg-2) 25%,var(--bg-3) 50%,var(--bg-2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-md)}.app{max-width:var(--max-w);margin:0 auto;min-height:100vh;min-height:100dvh;background:var(--bg);position:relative}.page{padding:0 18px calc(var(--bottom-nav) + 24px)}.page-header{padding:56px 18px 16px;display:flex;justify-content:space-between;align-items:center}.logo{font-family:var(--font-display);font-size:22px;letter-spacing:-.01em;font-style:normal}.logo-zine{color:var(--text);font-weight:400}.logo-club{color:var(--acc);font-weight:700}.btn{width:100%;padding:16px;border:none;border-radius:var(--radius-lg);font-size:15px;font-weight:600;transition:all var(--t-base);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;letter-spacing:-.01em}.btn-primary{background:var(--acc);color:var(--bg);font-family:var(--font-body);font-weight:600}.btn-primary:active{background:var(--acc-2)}.btn-secondary{background:#ffffff14;color:var(--text);border:.5px solid rgba(255,255,255,.18)}.btn-secondary:active{background:#ffffff21}.btn-ghost{background:none;border:none;color:var(--text-3);font-size:13px;padding:8px;width:100%;cursor:pointer}.btn-pill{padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;width:auto;min-height:44px}.back-btn{width:38px;height:38px;border-radius:50%;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);color:var(--text);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.sec-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:12px;margin-top:24px}.sec-title{font-family:var(--font-display);font-size:20px;letter-spacing:-.02em;color:var(--text);margin-bottom:14px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--max-w);background:#09090beb;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border-top:1px solid var(--border);padding:8px 0 max(28px,env(safe-area-inset-bottom));z-index:100;display:flex;justify-content:space-around}.nav-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;color:var(--text-4);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px;border-radius:var(--radius-md);transition:color var(--t-base);min-width:44px;min-height:44px;cursor:pointer;flex:1}.nav-btn.active{color:var(--acc)}.nav-btn-discover{color:#c9a96e8c}.nav-btn-discover.active{color:var(--acc)}.nav-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.toast{position:fixed;bottom:calc(var(--bottom-nav) + 16px);left:50%;transform:translate(-50%);background:var(--bg-3);color:var(--text);border:1px solid var(--border-2);border-radius:999px;padding:9px 18px;font-size:13px;font-weight:500;z-index:999;white-space:nowrap;animation:toastIn .22s ease;box-shadow:0 8px 24px #00000080;pointer-events:none}.pts-float{position:fixed;font-family:var(--font-display);font-size:24px;color:var(--green);font-weight:700;pointer-events:none;z-index:999;animation:floatPts 1.2s ease forwards;top:45%;left:50%;transform:translate(-50%)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:200;display:flex;align-items:flex-end;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.modal{background:var(--bg-1);border-top:1px solid var(--border-2);border-radius:24px 24px 0 0;padding:22px 22px max(48px,env(safe-area-inset-bottom));width:100%;max-width:var(--max-w);margin:0 auto;animation:slideUp .3s ease}.modal-handle{width:32px;height:3px;border-radius:999px;background:var(--bg-5);margin:0 auto 18px}.modal-title{font-size:20px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.modal-sub{font-size:13px;color:var(--text-2);margin-bottom:20px;line-height:1.6}.field{margin-bottom:16px}.field label{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:7px}.field input,.field textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-md);padding:15px 16px;color:var(--text);font-size:15px;outline:none;transition:all var(--t-base)}.field input:focus,.field textarea:focus{border-color:var(--acc);background:#c9a96e0a}.field input::placeholder,.field textarea::placeholder{color:var(--text-4)}.form-err{font-size:13px;color:var(--red);margin-bottom:12px;padding:10px 14px;background:#ef444414;border:1px solid rgba(239,68,68,.18);border-radius:var(--radius-md)}.film-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border);cursor:pointer}.film-item:last-child{border-bottom:none}.film-item-poster{width:52px;height:78px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bg-3)}.film-item-poster-empty{width:52px;height:78px;border-radius:8px;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.film-item-info{flex:1;min-width:0;padding-top:2px}.film-item-title{font-size:14px;font-weight:600;margin-bottom:3px;line-height:1.3;letter-spacing:-.01em}.film-item-meta{font-size:11px;color:var(--text-3);margin-bottom:5px;display:flex;align-items:center;gap:5px;flex-wrap:wrap}.film-item-score{color:var(--amber);font-weight:600}.film-item-desc{font-size:11px;color:var(--text-2);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:6px}.film-item-actions{display:flex;gap:5px;flex-wrap:wrap}.film-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.film-thumb{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:border-color var(--t-base)}.film-thumb:active{border-color:var(--border-2)}.film-thumb img{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block}.film-thumb-empty{width:100%;aspect-ratio:2 / 3;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:28px}.film-thumb-info{padding:8px 10px 10px}.film-thumb-title{font-size:12px;font-weight:600;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.film-thumb-meta{font-size:10px;color:var(--text-3);display:flex;align-items:center;gap:4px}.film-thumb-score{color:var(--amber);font-weight:600}.type-pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em}.action-pill{padding:5px 11px;border-radius:999px;font-size:11px;font-weight:600;border:none;cursor:pointer;min-height:30px}.pill-acc{background:var(--acc-dim);color:var(--acc-2)}.pill-green{background:#22c55e1a;color:var(--green)}.pill-muted{background:var(--bg-3);color:var(--text-2)}.spinner-page{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--bg)}.spinner{width:28px;height:28px;border:2px solid var(--bg-4);border-top-color:var(--acc);border-radius:50%;animation:spin .7s linear infinite}.loading-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.loading-text{font-size:13px;color:var(--text-3)}.app-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;transition:opacity .5s ease}.app-loader.fade-out{opacity:0;pointer-events:none}.empty{padding:48px 0;text-align:center;color:var(--text-3)}.empty-icon{font-size:32px;margin-bottom:12px}.empty-text{font-size:13px;margin-bottom:16px}.stars-row{display:flex;gap:5px;margin-bottom:12px}.star-btn{background:none;border:none;font-size:26px;color:#ffffff1f;cursor:pointer;padding:2px;transition:color var(--t-fast);min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.star-btn.on{color:var(--amber)}.code-box{background:var(--bg-3);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:18px;text-align:center;margin-bottom:16px}.code-label{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:8px}.code-value{font-family:var(--font-display);font-size:40px;letter-spacing:.12em;color:var(--acc-2)}.toggle-track{width:36px;height:20px;border-radius:10px;background:var(--bg-5);position:relative;cursor:pointer;display:inline-block;transition:background var(--t-base);flex-shrink:0}.toggle-track.on{background:var(--acc)}.toggle-thumb{width:16px;height:16px;border-radius:50%;background:var(--text);position:absolute;top:2px;left:2px;transition:left var(--t-base)}.toggle-track.on .toggle-thumb{left:18px}.tab-row{display:flex;gap:3px;background:var(--bg-2);border-radius:var(--radius-md);padding:3px;margin-bottom:18px}.tab-btn{flex:1;padding:8px;border:none;border-radius:9px;font-size:12px;font-weight:600;color:var(--text-3);background:transparent;cursor:pointer;transition:all var(--t-base);min-height:36px}.tab-btn.active{background:var(--bg-4);color:var(--text)}.stream-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.stream-chip{display:flex;align-items:center;gap:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-md);padding:8px 12px;cursor:pointer;transition:all var(--t-fast);text-decoration:none;min-height:44px}.stream-chip:active{background:#ffffff14}.stream-chip-logo{width:28px;height:28px;border-radius:6px;object-fit:cover}.stream-chip-name{font-size:13px;font-weight:600;color:var(--text)}.stream-empty{font-size:13px;color:var(--text-4);font-style:italic}.stream-none{margin:0;font-size:13px;color:var(--text-4);font-style:italic}.sim-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;margin-bottom:20px}.sim-card{flex-shrink:0;width:90px;cursor:pointer}.sim-card img,.sim-card-empty{width:90px;height:135px;border-radius:10px;object-fit:cover;display:block;background:var(--bg-2)}.sim-card-title{font-size:10px;color:var(--text-2);margin-top:6px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.review-card{padding:14px 0;border-bottom:1px solid var(--border)}.review-card:last-child{border-bottom:none}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.review-user{display:flex;align-items:center;gap:8px}.review-avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--text-2);flex-shrink:0}.review-name{font-size:12px;font-weight:600}.review-handle{font-size:10px;color:var(--text-3)}.review-stars{font-size:11px;color:var(--amber)}.review-text{font-size:13px;color:var(--text-2);line-height:1.6;margin-bottom:8px;font-weight:300}.review-like-btn{background:var(--bg-2);border:1px solid var(--border);border-radius:999px;font-size:11px;font-weight:500;color:var(--text-3);padding:4px 10px;cursor:pointer;min-height:30px}.review-like-btn.liked{background:var(--acc-dim);border-color:var(--acc);color:var(--acc-2)}.progress-bar{height:3px;background:var(--bg-4);border-radius:999px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--acc),var(--acc-2));border-radius:999px;transition:width .4s ease}.genre-pill{background:#ffffff0f;border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:4px 11px;font-size:11px;color:var(--text-2)}.cast-scroll{display:flex;align-items:flex-start;gap:12px;overflow-x:auto;margin:0 -20px;padding:0 20px 6px}.cast-card{flex-shrink:0;width:64px;display:flex;flex-direction:column;align-items:center;text-align:center;background:none;border:none;padding:0;cursor:pointer;touch-action:manipulation}.cast-photo{width:56px;height:56px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0;background:var(--bg-2);margin-bottom:7px}.cast-photo-empty{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--bg-3),var(--bg-2));display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--text-2);flex-shrink:0;margin-bottom:7px}.cast-name{font-size:10px;font-weight:600;color:var(--text-2);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%}.cast-char{font-size:9px;color:var(--text-4);line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:2px;width:100%}.streak-pill{display:inline-flex;align-items:center;gap:5px;background:#c9a96e1f;color:var(--acc);border:1px solid rgba(201,169,110,.25);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;margin-top:6px}.gdpr-row{display:flex;align-items:flex-start;gap:10px;margin:12px 0 4px;padding:12px;background:var(--bg-2);border-radius:var(--radius-md)}.gdpr-row input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:1px;accent-color:var(--acc)}.gdpr-row label{font-size:12px;color:var(--text-3);line-height:1.5;cursor:pointer}.gdpr-row a{color:var(--acc-2)}.film-ph{background:linear-gradient(135deg,var(--bg-1) 0%,var(--bg-2) 100%);display:flex;align-items:center;justify-content:center;border-radius:inherit;width:100%;height:100%}.film-ph-ico{width:36%;height:36%;max-width:48px;max-height:48px;color:var(--text-4, rgba(255,255,255,.12))}.home-wrap{background:var(--bg);min-height:100vh;min-height:100dvh;padding-bottom:calc(var(--bottom-nav) + 24px)}.px{padding-left:20px;padding-right:20px}.home-hd{padding:max(52px,calc(env(safe-area-inset-top) + 16px)) 20px 20px;display:flex;align-items:flex-start;justify-content:space-between}.home-greeting{font-size:15px;color:var(--text-2);margin-bottom:2px}.home-greeting-name{color:var(--text);font-weight:600}.home-sub{font-family:var(--font-display);font-size:28px;font-weight:400;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.home-streak{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700;color:var(--acc);margin-top:4px}.home-streak-body{display:flex;flex-direction:column;line-height:1}.home-streak-count{font-size:12px;font-weight:700}.home-streak-label{font-size:9px;font-weight:600;opacity:.65;text-transform:uppercase;letter-spacing:.06em}.home-streak svg{width:14px;height:14px;stroke:var(--acc);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-section{margin-bottom:28px}.home-sec-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-4);margin-bottom:10px}.home-sec-title{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:14px}.home-cta-card{width:100%;background:linear-gradient(135deg,#c9a96e29,#c9a96e0d);border:1.5px solid rgba(201,169,110,.3);border-radius:var(--radius-xl);padding:22px 20px;text-align:left;cursor:pointer;transition:all var(--t-base)}.home-cta-card:active{background:linear-gradient(135deg,#c9a96e38,#c9a96e1a);transform:scale(.99)}.home-cta-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.home-cta-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--acc)}.home-cta-badge{font-size:16px;color:var(--acc)}.home-cta-title{font-family:var(--font-display);font-size:26px;font-weight:400;letter-spacing:-.02em;color:var(--text);line-height:1.15;margin-bottom:8px}.home-cta-sub{font-size:13px;color:var(--text-3);line-height:1.5;margin-bottom:18px}.home-cta-tests{margin-top:12px;font-size:11px;color:var(--text-3);letter-spacing:.02em}.home-cta-tests--urgent{color:var(--amber)}.home-cta-btn{display:inline-block;background:var(--acc);color:var(--bg);font-size:13px;font-weight:700;letter-spacing:.04em;padding:10px 18px;border-radius:var(--radius-md)}.home-last-reco{display:flex;align-items:center;gap:14px;width:100%;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;cursor:pointer;transition:background var(--t-fast);text-align:left}.home-last-reco:active{background:var(--bg-2)}.home-last-reco-poster{width:44px;height:66px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--bg-3)}.home-last-reco-poster-empty{width:44px;height:66px;border-radius:var(--radius-sm);background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.home-last-reco-body{flex:1;min-width:0}.home-last-reco-title{font-size:15px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.home-last-reco-meta{font-size:12px;color:var(--text-3)}.home-last-reco-cta{font-size:11px;color:var(--acc);font-weight:600;flex-shrink:0}.marathon-btn{width:100%;background:linear-gradient(135deg,#78350f59,#5c2d0c33);border:1.5px solid rgba(180,83,9,.3);border-radius:var(--radius-xl);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all var(--t-base)}.marathon-btn:active{background:linear-gradient(135deg,#78350f73,#5c2d0c4d)}.marathon-btn-inner{display:flex;align-items:center;gap:14px}.marathon-btn-icon{font-size:24px}.marathon-btn-title{font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--text);margin-bottom:2px}.marathon-btn-sub{font-size:12px;color:var(--text-3)}.marathon-btn-arrow{font-size:18px;color:var(--amber)}.potw-card{border-radius:var(--radius-xl);overflow:hidden;position:relative;cursor:pointer;background:var(--bg-2)}.potw-bg{width:100%;height:240px;object-fit:cover;display:block}.potw-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,transparent 55%);padding:14px 16px;display:flex;flex-direction:column;justify-content:flex-end}.potw-tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--acc);margin-bottom:4px}.potw-title{font-family:var(--font-display);font-size:20px;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:4px}.potw-meta{font-size:12px;color:#ffffff80}.potw-skeleton{height:240px;border-radius:var(--radius-xl)}.home-recent-scroll{display:flex;gap:10px;overflow-x:auto;padding:0 20px 4px;scrollbar-width:none}.home-recent-scroll::-webkit-scrollbar{display:none}.home-recent-card{flex-shrink:0;width:100px;background:none;border:none;padding:0;text-align:left;cursor:pointer;touch-action:manipulation}.home-recent-poster{width:100px;height:148px;object-fit:cover;border-radius:var(--radius);display:block}.home-recent-poster-empty{width:100px;height:148px;border-radius:var(--radius);background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:28px}.home-recent-title{font-size:11px;color:var(--text-3);margin-top:6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.now-playing-scroll{display:flex;gap:10px;overflow-x:auto;padding:0 20px 4px}.now-playing-card{flex-shrink:0;width:100px;cursor:pointer;background:none;border:none;padding:0;text-align:left;touch-action:manipulation}.now-playing-poster{width:100px;height:150px;border-radius:var(--radius-md);object-fit:cover;display:block;margin-bottom:6px;background:var(--bg-2)}.now-playing-poster-empty{width:100px;height:150px;border-radius:var(--radius-md);background:var(--bg-2);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:6px}.now-playing-title{font-size:11px;font-weight:600;color:var(--text-2);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:2px}.now-playing-score{font-size:10px;color:var(--amber);font-weight:600}.home-push-banner{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#c9a96e1f,#c9a96e0a);border:1px solid rgba(201,169,110,.25);border-radius:var(--radius-lg);padding:14px 14px 14px 16px}.home-push-icon{font-size:22px;flex-shrink:0}.home-push-body{flex:1;min-width:0}.home-push-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px}.home-push-sub{font-size:12px;color:var(--text-3);line-height:1.4}.home-push-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.home-push-btn{background:var(--acc);color:var(--bg);font-size:12px;font-weight:700;padding:7px 13px;border-radius:var(--radius-md);border:none;cursor:pointer;white-space:nowrap}.home-push-dismiss{background:none;border:none;color:var(--text-4);font-size:14px;cursor:pointer;padding:4px;line-height:1}.home-watchlist-pick{display:flex;align-items:center;gap:14px;width:100%;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px;cursor:pointer;transition:background var(--t-fast);text-align:left}.home-watchlist-pick:active{background:var(--bg-2)}.home-watchlist-poster{width:52px;height:78px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--bg-3)}.home-watchlist-poster-empty{width:52px;height:78px;border-radius:var(--radius-sm);background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.home-watchlist-body{flex:1;min-width:0}.home-watchlist-title{font-size:15px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.home-watchlist-meta{font-size:12px;color:var(--text-3);margin-bottom:8px}.home-watchlist-cta{font-size:12px;color:var(--acc);font-weight:600}.home-section--invite{padding-bottom:8px}.invite-row{width:100%;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:12px;transition:all var(--t-fast);color:var(--text)}.invite-row:active{background:var(--bg-2)}.invite-title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px;line-height:1.4}.invite-sub{font-size:12px;color:var(--text-3)}.invite-arrow{font-size:18px;color:var(--acc);flex-shrink:0}.quiz-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg)}.quiz-entry-page{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.quiz-entry-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 20%;filter:blur(2px) scale(1.04);opacity:.55}.quiz-entry-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#09090b8c,#09090b99 35%,#09090be0 65%,#09090bfa)}.quiz-exit-btn{position:absolute;top:max(16px,env(safe-area-inset-top));right:20px;background:#00000059;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#ffffffb3;font-size:15px;cursor:pointer;width:34px;height:34px;display:flex;align-items:center;justify-content:center;line-height:1;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.quiz-entry-body{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:max(80px,env(safe-area-inset-top)) 24px 24px;gap:28px}.quiz-entry-hero{display:flex;flex-direction:column;gap:10px}.quiz-entry-badge{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--acc);opacity:.9}.quiz-entry-title{font-family:var(--font-display);font-size:52px;font-weight:400;line-height:1;letter-spacing:-.03em;color:var(--text);margin:0}.quiz-entry-title em{font-style:italic;color:var(--acc)}.quiz-entry-sub{font-size:15px;color:#ffffff80;line-height:1.55;margin:0}.quiz-entry-stats{display:flex;align-items:center;gap:0;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);overflow:hidden}.quiz-entry-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:14px 8px;gap:3px}.quiz-entry-stat-n{font-size:22px;font-weight:800;color:var(--acc);letter-spacing:-.02em;line-height:1}.quiz-entry-stat-l{font-size:11px;color:#ffffff59;letter-spacing:.03em}.quiz-entry-stat-sep{width:1px;height:36px;background:#ffffff14;flex-shrink:0}.quiz-entry-topics{display:flex;flex-wrap:wrap;gap:8px}.quiz-entry-topic{display:flex;align-items:center;gap:6px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:7px 13px}.quiz-entry-topic-emoji{font-size:15px;line-height:1}.quiz-entry-topic-label{font-size:13px;font-weight:500;color:#ffffffa6}.quiz-entry-bottom{position:relative;z-index:1;padding:0 24px max(36px,env(safe-area-inset-bottom))}.quiz-entry-cta{width:100%;font-size:17px;padding:18px}.quiz-hd{padding:max(52px,env(safe-area-inset-top)) 20px 16px;display:flex;align-items:center;gap:10px}.quiz-back-btn{background:none;border:none;cursor:pointer;color:var(--text-3);display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;padding:0}.quiz-back-btn svg{width:20px;height:20px}.quiz-prog-wrap{flex:1;display:flex;align-items:center;gap:8px}.quiz-prog{flex:1;height:3px;background:var(--bg-3);border-radius:999px;overflow:hidden}.quiz-prog-fill{height:100%;background:linear-gradient(90deg,var(--acc),var(--acc-2));border-radius:999px;transition:width .4s ease}.quiz-step-lbl{font-size:11px;color:var(--text-4);font-weight:600;white-space:nowrap;letter-spacing:.03em;flex-shrink:0}.quiz-skip-btn{background:none;border:none;color:var(--text-3);font-size:13px;font-weight:500;padding:6px 0 6px 4px;cursor:pointer;white-space:nowrap;flex-shrink:0}.quiz-body{padding:8px 20px 40px;flex:1;display:flex;flex-direction:column;overflow-y:auto}.quiz-question{font-family:var(--font-display);font-size:26px;font-weight:400;letter-spacing:-.02em;line-height:1.2;color:var(--text);margin-bottom:6px}.quiz-hint{font-size:12px;color:var(--text-3);margin-bottom:20px;letter-spacing:.01em}.quiz-list{display:flex;flex-direction:column;gap:8px;margin-top:16px;margin-bottom:20px}.quiz-list-opt{display:flex;align-items:center;gap:14px;background:var(--bg-1);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:15px 16px;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.quiz-list-opt:active{transform:scale(.99)}.quiz-list-opt.sel{background:#c9a96e12;border-color:var(--acc)}.quiz-list-indicator{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--bg-5);display:flex;align-items:center;justify-content:center;font-size:11px;color:transparent;flex-shrink:0;transition:all .15s ease;background:var(--bg-3)}.quiz-list-opt.sel .quiz-list-indicator{background:var(--acc);border-color:var(--acc);color:var(--bg);font-weight:800}.quiz-list-emoji{font-size:20px;line-height:1;flex-shrink:0;width:24px;text-align:center}.quiz-list-label{font-size:15px;font-weight:500;color:var(--text-2);line-height:1.3;flex:1}.quiz-list-opt.sel .quiz-list-label{color:var(--text)}.quiz-list-check{font-size:14px;color:var(--acc);font-weight:700;flex-shrink:0}.quiz-list--grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quiz-list--grid .quiz-list-opt{padding:11px 12px;gap:10px}.quiz-list--grid .quiz-list-label{font-size:13px}.quiz-platform-logo{width:28px;height:22px;border-radius:5px;object-fit:contain;flex-shrink:0;background:var(--bg-3)}.quiz-next-btn{margin-top:auto;width:100%}.ob-page{min-height:100vh;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;padding:max(64px,env(safe-area-inset-top)) 28px max(40px,env(safe-area-inset-bottom))}.ob-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding-bottom:40px}.ob-title{font-family:var(--font-display);font-size:48px;font-weight:400;letter-spacing:-.03em;line-height:1.05;color:var(--text);margin-bottom:20px;animation:fadeUp .5s ease .1s both}.ob-title em{color:var(--acc-2)}.ob-sub{font-size:16px;color:var(--text-2);line-height:1.65;margin-bottom:36px;animation:fadeUp .5s ease .2s both}.ob-bullets{display:flex;flex-direction:column;gap:14px;animation:fadeUp .5s ease .3s both}.ob-bullet{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-2)}.ob-bullet span{color:var(--acc);font-size:11px;flex-shrink:0}.ob-footer{display:flex;flex-direction:column;gap:12px;animation:fadeUp .5s ease .4s both}.ob-btn{width:100%}.ob-skip{background:none;border:none;color:var(--text-4);font-size:13px;font-weight:500;cursor:pointer;padding:8px;text-align:center;width:100%}.pw-page{min-height:100vh;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(48px,env(safe-area-inset-top)) 24px max(40px,env(safe-area-inset-bottom))}.pw-content{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0}.pw-title{font-family:var(--font-display);font-size:36px;font-weight:400;letter-spacing:-.02em;color:var(--text);line-height:1.2;margin-bottom:12px}.pw-title em{font-style:italic;color:var(--acc-2)}.pw-sub{font-size:14px;color:var(--text-3);line-height:1.6;margin-bottom:32px}.pw-plan{width:100%;background:linear-gradient(135deg,#c9a96e1f,#c9a96e0a);border:1.5px solid rgba(201,169,110,.35);border-radius:var(--radius-xl);padding:24px 22px;margin-bottom:28px;text-align:left}.pw-plan-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pw-plan-label{font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--acc)}.pw-plan-badge{font-size:9px;font-weight:800;letter-spacing:.1em;background:var(--acc);color:var(--bg);padding:3px 8px;border-radius:999px}.pw-plan-trial{font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--acc);text-transform:uppercase;margin-bottom:6px}.pw-plan-price{margin-bottom:16px}.pw-plan-amount{font-family:var(--font-display);font-size:42px;font-weight:400;color:var(--text);letter-spacing:-.03em}.pw-plan-period{font-size:16px;color:var(--text-3);margin-left:4px}.pw-plan-features{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:8px}.pw-plan-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-2)}.pw-plan-features li span{color:var(--acc);font-size:12px}.pw-pro-btn{width:100%}.pw-guarantee{margin-top:10px;font-size:11px;color:var(--text-4);text-align:center;line-height:1.5}.pw-code-section{width:100%;margin-bottom:20px}.pw-code-label{font-size:12px;color:var(--text-3);margin-bottom:10px}.pw-code-row{display:flex;gap:8px}.pw-code-row.shake{animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.pw-code-input{flex:1;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:12px 14px;font-size:14px;font-weight:700;letter-spacing:.1em;color:var(--text);font-family:var(--font-mono, monospace);transition:border-color var(--t-fast)}.pw-code-input:focus{outline:none;border-color:var(--acc)}.pw-code-input.err{border-color:var(--red)}.pw-code-input::placeholder{font-weight:400;letter-spacing:.06em;color:var(--text-4)}.pw-code-btn{background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:12px 18px;font-size:13px;font-weight:700;color:var(--text-2);cursor:pointer;transition:all var(--t-fast);white-space:nowrap}.pw-code-btn:active{background:var(--bg-3)}.pw-code-error{font-size:12px;color:var(--red);margin-top:6px;text-align:left}.pw-dismiss{background:none;border:none;color:var(--text-4);font-size:13px;cursor:pointer;padding:8px;text-decoration:underline;text-decoration-color:#ffffff26;text-underline-offset:3px}.dgate{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;z-index:100;overflow:hidden}.dgate-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(28px) scale(1.12);opacity:.25}.dgate-overlay{position:absolute;top:0;right:0;bottom:0;left:0;touch-action:none;background:linear-gradient(to bottom,#09090bf5,#09090be0 30%,#09090bf7)}.dgate-sheet{position:relative;z-index:1;padding:20px 20px max(40px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:16px;animation:dgate-up .45s cubic-bezier(.22,1,.36,1) both;max-height:92dvh;overflow-y:auto}@keyframes dgate-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.dgate-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.dgate-journey{display:flex;align-items:center;gap:6px;background:#c9a96e1a;border:1px solid rgba(201,169,110,.2);border-radius:20px;padding:5px 12px 5px 10px}.dgate-journey-done{font-size:11px;font-weight:700;color:var(--acc);letter-spacing:.02em}.dgate-journey-arrow{width:14px;height:14px;color:#ffffff40;flex-shrink:0}.dgate-journey-active{font-size:11px;font-weight:600;color:#ffffffb3;letter-spacing:.01em}.dgate-dismiss{background:none;border:none;color:#ffffff4d;font-size:13px;font-weight:500;cursor:pointer;padding:4px 0;white-space:nowrap;flex-shrink:0;transition:color .2s}.dgate-dismiss:hover{color:#fff9}.dgate-card{display:flex;gap:16px;align-items:flex-start}.dgate-poster{width:80px;height:120px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #000000b3;flex-shrink:0}.dgate-card-body{flex:1;min-width:0;padding-top:2px}.dgate-card-tag{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--acc);margin-bottom:6px;opacity:.8}.dgate-title{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.15;color:var(--text);margin:0 0 4px}.dgate-meta{font-size:12px;color:#ffffff59;margin-bottom:8px;letter-spacing:.02em}.dgate-synopsis{font-size:13px;line-height:1.5;color:#ffffff73;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dgate-mockup{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);padding:14px 16px}.dgate-mockup-hd{font-size:11px;font-weight:600;color:#ffffff4d;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}.dgate-mockup-platforms{display:flex;gap:8px;margin-bottom:12px}.dgate-mockup-chip{height:28px;width:72px;border-radius:7px;background:#ffffff14;filter:blur(3px)}.dgate-mockup-chip--sm{width:48px}.dgate-mockup-rows{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.dgate-mockup-line{display:block;height:8px;border-radius:4px;background:#ffffff12;filter:blur(2px)}.dgate-mockup-line--long{width:100%}.dgate-mockup-line--med{width:65%}.dgate-mockup-lock{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--acc);font-weight:500;opacity:.75;padding-top:2px;border-top:1px solid rgba(255,255,255,.07)}.dgate-perks{display:flex;flex-direction:column;gap:8px}.dgate-perk{display:flex;align-items:center;gap:10px;font-size:14px;color:#ffffffa6;font-weight:500}.dgate-perk-ico{font-size:16px;width:22px;text-align:center;flex-shrink:0}.dgate-actions{display:flex;flex-direction:column;gap:8px}.dgate-btn{font-size:16px;padding:18px}.dgate-login{background:none;border:none;color:#ffffff59;font-size:14px;font-weight:500;cursor:pointer;padding:8px;text-align:center;transition:color .2s}.dgate-login:hover{color:#ffffffa6}.land{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;position:relative;overflow:hidden}.land-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 20%;background-color:#1a1209;transition:opacity .8s ease}.land-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#09090b4d,#09090b33,#09090bb3 60%,#09090bf7)}.land-hero{flex:1;display:flex;flex-direction:column;justify-content:flex-end;padding:max(80px,env(safe-area-inset-top)) 28px 40px;position:relative;z-index:1}.land-film-credit{font-size:11px;color:#ffffff59;letter-spacing:.05em;margin-bottom:16px}.land-film-credit span{color:#ffffff8c}.land-logo{font-family:var(--font-display);font-size:76px;letter-spacing:-.04em;line-height:.95;margin-bottom:16px;font-style:normal}.land-logo-zine{color:var(--text);font-weight:400}.land-logo-club{color:var(--acc);font-weight:700}.land-tagline-static{font-family:var(--font-display);font-size:28px;font-weight:400;font-style:italic;color:#fff;letter-spacing:-.03em;line-height:1.2;margin:0 0 10px}.land-tagline-rotate{font-size:15px;font-weight:500;color:var(--acc);margin:0 0 16px;transition:opacity .3s ease,transform .3s ease}.land-tagline--in{opacity:1;transform:translateY(0)}.land-tagline--out{opacity:0;transform:translateY(6px)}.land-sub{font-size:14px;color:#fff6;line-height:1.65;margin:0 0 4px;max-width:300px}.land-proof{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:4px}.land-proof span{font-size:11px;font-weight:600;color:#c9a96ecc;background:#c9a96e1a;border:1px solid rgba(201,169,110,.2);border-radius:20px;padding:4px 10px;letter-spacing:.03em}.land-bottom{padding:24px 28px max(52px,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}.land-btn-demo{font-size:17px;padding:18px 24px;letter-spacing:-.01em}.land-alt-actions{display:flex;gap:8px}.land-alt-actions .btn{flex:1}.btn-ghost{background:transparent;color:#ffffff80;border:1px solid rgba(255,255,255,.12);border-radius:12px;font-size:15px;font-weight:600;padding:14px;cursor:pointer;transition:color .2s,border-color .2s}.btn-ghost:hover{color:#fff;border-color:#ffffff4d}.land-legal{font-size:11px;color:var(--text-4);text-align:center;line-height:1.6;margin-top:4px}.land-legal a{color:var(--text-3);text-decoration:underline;text-underline-offset:2px}.land-seo-content{position:relative;z-index:1;padding:0 28px 16px}.land-pills{display:flex;flex-wrap:wrap;gap:6px}.land-pills span{font-size:11px;font-weight:600;color:#ffffff59;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:4px 10px}.land-how{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding:0 28px 20px}.land-how-step{display:flex;align-items:center;gap:6px;font-size:11px;color:#fff6}.land-how-n{width:18px;height:18px;border-radius:50%;background:#c9a96e40;color:var(--acc);font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.land-how-sep{color:#fff3;font-size:14px}.auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 24px max(40px,env(safe-area-inset-bottom));position:relative;overflow:hidden}.auth-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center top;transition:opacity .8s ease}.auth-bg-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#09090b80,#09090bd1 40%,#09090bf7)}.auth-top{width:100%;max-width:420px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:28px;z-index:2}.auth-back{position:absolute;left:0;background:none;border:none;color:#ffffff8c;font-size:20px;cursor:pointer;padding:8px;min-width:44px;min-height:44px;display:flex;align-items:center}.auth-logo{font-family:var(--font-display);font-size:15px;letter-spacing:.02em;font-style:normal}.field-pass-wrap{position:relative}.field-pass-wrap input{width:100%;padding-right:64px}.field-pass-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-3);font-size:12px;font-weight:600;cursor:pointer;padding:4px;letter-spacing:.02em}.auth-form-wrap{width:100%;max-width:420px;position:relative;z-index:2}.auth-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-xl);padding:28px 24px 24px}.auth-divider{width:28px;height:2px;background:var(--acc);border-radius:4px;margin-bottom:22px;opacity:.7}.auth-ttl{font-family:var(--font-display);font-size:28px;font-weight:400;letter-spacing:-.03em;margin-bottom:6px;color:var(--text)}.auth-sub{font-size:14px;color:#fff6;margin-bottom:24px}.auth-switch{font-size:13px;color:var(--text-3);text-align:center;margin-top:16px}.auth-switch button{background:none;border:none;color:var(--acc-2);font-size:13px;font-weight:600;cursor:pointer;padding:4px}.auth-film-credit{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));left:0;right:0;text-align:center;font-size:11px;color:#ffffff2e;z-index:2;letter-spacing:.05em;font-family:var(--font-display);font-style:italic}.demo-hint{margin-top:14px;padding:10px 14px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);font-size:12px;color:var(--text-3);line-height:1.6}.demo-hint strong{color:var(--text-2)}.auth-confirm{position:relative;z-index:2;text-align:center;max-width:320px;display:flex;flex-direction:column;align-items:center;gap:12px}.auth-confirm-icon{font-size:48px}.auth-forgot-link{display:block;background:none;border:none;color:var(--text-4);font-size:12px;text-align:center;cursor:pointer;padding:8px 0 0;width:100%;transition:color var(--t-fast)}.auth-forgot-link:hover{color:var(--text-3)}.res-page{min-height:100vh;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column}.res-hd{padding:max(52px,calc(env(safe-area-inset-top) + 16px)) 20px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.res-back-btn{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;color:var(--text)}.res-back-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.res-title{font-family:var(--font-display);font-size:22px;font-weight:400;letter-spacing:-.03em;line-height:1;margin-bottom:3px}.res-sub{font-size:12px;color:var(--text-3)}.res-tiktok-btn{margin-left:auto;display:flex;flex-direction:column;align-items:center;gap:3px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:8px 12px;cursor:pointer;color:var(--text-2);flex-shrink:0}.res-tiktok-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.res-tiktok-btn span{font-size:10px;font-weight:700;letter-spacing:.04em}.res-body{flex:1;padding:16px 16px calc(var(--bottom-nav) + 24px)}.res-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;align-items:start}.res-card{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform var(--t-fast);position:relative;padding:0;text-align:left;display:flex;flex-direction:column}.res-card:active{transform:scale(.97)}.res-poster{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block}.res-poster-empty{width:100%;aspect-ratio:2 / 3;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:36px}.res-card-body{padding:10px 10px 6px;flex:1;display:flex;flex-direction:column}.res-type-pill{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:2px 7px;margin-bottom:5px}.res-card-title{font-size:13px;font-weight:700;line-height:1.3;color:var(--text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px}.res-card-meta{font-size:11px;color:var(--text-4)}.res-card-actions{display:flex;gap:4px;padding:6px 10px 10px}.res-icon-btn{flex:1;height:32px;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--t-fast)}.res-icon-btn svg{width:14px;height:14px;stroke:var(--text-3);fill:none;stroke-width:1.8;stroke-linecap:round}.res-icon-btn.done,.res-icon-btn.saved{background:var(--acc-dim);border-color:#c9a96e66}.res-icon-btn.done svg,.res-icon-btn.saved svg{stroke:var(--acc)}.res-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:10px}.res-empty-icon{font-size:48px}.res-empty-title{font-size:18px;font-weight:700;letter-spacing:-.02em}.res-empty-sub{font-size:14px;color:var(--text-3);max-width:240px;line-height:1.5}.reco-dismiss-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#09090b;z-index:10}.reco-winner-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.reco-page{position:relative;z-index:1;height:100vh;height:100dvh;background:#09090b;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;will-change:transform;transform-origin:top center}.reco-page--swipe{overflow:hidden}.reco-loading-back{position:absolute;top:max(18px,env(safe-area-inset-top));left:16px;background:none;border:none;color:var(--text-3);font-size:22px;cursor:pointer;padding:8px;z-index:2}.reco-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:40px}.reco-loading-text{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--text);text-align:center;line-height:1.4;animation:recoFadePhrase .5s ease}@keyframes recoFadePhrase{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.reco-loading-dots{display:flex;gap:8px}.reco-loading-dot{width:6px;height:6px;border-radius:50%;background:var(--acc);animation:recoDot 1.2s ease-in-out infinite}.reco-loading-dot:nth-child(2){animation-delay:.2s}.reco-loading-dot:nth-child(3){animation-delay:.4s}@keyframes recoDot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.reco-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 32px;text-align:center;gap:16px}.reco-error-title{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--text);line-height:1.3}.reco-error-sub{font-size:15px;color:var(--text-2);line-height:1.6}.reco-carousel{position:relative;width:100%;height:54vh;min-height:320px;flex-shrink:0;overflow:hidden;background:var(--bg-2);-webkit-user-select:none;user-select:none}.reco-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;z-index:0}.reco-carousel-slide--cur{z-index:1}.reco-poster-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.reco-poster-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px;background:var(--bg-2)}.reco-poster-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.25) 0%,transparent 30%,rgba(0,0,0,.55) 60%,rgba(0,0,0,.92) 85%,var(--bg) 100%)}.reco-poster-top{position:absolute;top:max(52px,env(safe-area-inset-top));left:0;right:0;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.reco-top-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--acc);flex:1;text-align:center}.reco-next-btn{margin-left:auto}.reco-back-btn{background:#0006;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.reco-back-btn svg{width:18px;height:18px;stroke:var(--text)}.reco-poster-bottom{position:absolute;bottom:20px;left:20px;right:20px}.reco-film-title{font-family:var(--font-display);font-size:38px;font-weight:400;letter-spacing:-.025em;line-height:1.05;color:var(--text);margin-bottom:8px;text-shadow:0 2px 16px rgba(0,0,0,.7)}.reco-film-meta{font-size:13px;color:#ffffffa6;letter-spacing:.02em}.reco-film-imdb{font-size:12px;color:var(--acc);font-weight:600;margin-top:4px}.reco-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;background:#0000008c;border:2px solid rgba(255,255,255,.5);border-radius:50%;width:58px;height:58px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--t-fast)}.reco-play-btn:active{transform:translate(-50%,-50%) scale(.93)}.reco-play-btn svg{width:22px;height:22px;stroke:var(--text);fill:#ffffff4d;stroke-width:1.5;margin-left:2px}.reco-trailer-wrap{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:10}.reco-trailer-iframe{width:100%;height:100%;border:none;display:block}.reco-trailer-close{position:absolute;top:max(14px,env(safe-area-inset-top));right:14px;width:36px;height:36px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.reco-winner-card{position:relative;width:100%;height:54vh;min-height:300px;flex-shrink:0;overflow:hidden;cursor:pointer}.reco-winner-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.reco-winner-img--empty{display:flex;align-items:center;justify-content:center;font-size:64px;background:var(--bg-2)}.reco-winner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,transparent 30%,rgba(0,0,0,.5) 55%,rgba(0,0,0,.92) 82%,#000 100%)}.reco-winner-top{position:absolute;top:max(52px,env(safe-area-inset-top));left:0;right:0;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.reco-winner-label{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--acc)}.reco-winner-bottom{position:absolute;bottom:0;left:0;right:0;padding:0 20px 24px}.reco-winner-tagline{font-size:12px;font-weight:500;color:#ffffff8c;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.reco-winner-title{font-family:var(--font-display);font-size:36px;font-weight:400;letter-spacing:-.025em;line-height:1.05;color:#fff;margin-bottom:6px;text-shadow:0 2px 16px rgba(0,0,0,.6)}.reco-winner-meta{font-size:13px;color:#fff9;margin-bottom:10px}.reco-winner-platform{display:inline-flex;align-items:center;gap:7px;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;color:#fff}.reco-winner-genres{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin-bottom:8px}.reco-winner-desc{font-size:12px;color:#ffffff80;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reco-winner-platform-skel{height:28px;width:120px;background:#ffffff1a;border-radius:999px;margin-bottom:0;animation:skeletonPulse 1.2s ease infinite}.reco-winner-hint{margin-top:14px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;animation:hint-bounce 2s ease-in-out infinite}@keyframes hint-bounce{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(4px);opacity:.9}}.reco-more{padding:20px 16px calc(40px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:8px}.reco-more-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-4);margin-bottom:4px}.reco-load-more{width:100%;margin-top:12px;padding:14px;background:none;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--acc);font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background var(--t-fast)}.reco-load-more:active{background:var(--bg-2)}.reco-load-more:disabled{opacity:.5}.reco-restart-btn{background:none;border:none;color:var(--text-4);font-size:13px;cursor:pointer;text-align:center;padding:4px;text-decoration:underline;text-decoration-color:#ffffff1a;text-underline-offset:3px}.reco-restart-btn:active{color:var(--text-3)}.reco-row-wrap{display:flex;align-items:center;gap:8px}.reco-row-discard{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 8px;color:var(--text-3);background:none;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;opacity:.7;transition:opacity var(--t-fast)}.reco-row-discard:active{opacity:1;background:var(--bg-2)}.reco-row-discard-x{font-size:13px;line-height:1}.reco-row-discard-lbl{font-size:9px;line-height:1.3;text-align:center}.reco-row{flex:1;display:flex;align-items:center;gap:12px;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 12px 10px 10px;cursor:pointer;text-align:left;transition:background var(--t-fast)}.reco-row:active{background:var(--bg-2)}.reco-row-poster{width:46px;height:68px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;background:var(--bg-3);display:block}.reco-row-poster--empty{display:flex;align-items:center;justify-content:center;font-size:20px}.reco-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.reco-row-title{font-size:14px;font-weight:600;color:var(--text);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.reco-row-meta{font-size:12px;color:var(--text-3)}.reco-row-arrow{width:16px;height:16px;color:var(--text-4);flex-shrink:0}.reco-grid-header{display:flex;align-items:flex-start;gap:14px;padding:max(52px,env(safe-area-inset-top)) 20px 20px;flex-shrink:0}.reco-grid-header-text{display:flex;flex-direction:column;gap:4px}.reco-grid-tagline{font-family:var(--font-display);font-size:20px;font-weight:400;color:var(--text);line-height:1.3;letter-spacing:-.02em}.reco-grid-tagline em{color:var(--acc-2)}.reco-grid-count{font-size:12px;color:var(--text-3);letter-spacing:.04em}.reco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 16px calc(32px + env(safe-area-inset-bottom));overflow-y:auto}.reco-grid-card{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;text-align:left;padding:0;transition:transform var(--t-fast)}.reco-grid-card:active{transform:scale(.96)}.reco-grid-poster{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:var(--radius-sm);display:block;background:var(--bg-2)}.reco-grid-poster--empty{display:flex;align-items:center;justify-content:center;font-size:28px}.reco-grid-title{font-size:11px;font-weight:600;color:var(--text);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.reco-grid-year{font-size:10px;color:var(--text-3)}.reco-dots{display:flex;justify-content:center;align-items:center;gap:7px;padding:16px 0 4px;background:#000}.reco-dot{width:6px;height:6px;border-radius:50%;background:var(--border-2);transition:background var(--t-fast),transform var(--t-fast),width var(--t-fast);flex-shrink:0}.reco-dot.active{background:var(--acc);transform:scale(1.25)}.reco-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:28px 20px calc(40px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:24px;animation:recoFadePhrase .2s ease}.reco-tagline{font-family:var(--font-display);font-size:26px;font-weight:400;color:var(--text);line-height:1.35;letter-spacing:-.02em}.reco-tagline em{color:var(--acc-2)}.reco-director{display:flex;align-items:center;gap:8px}.reco-director-label{font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--text-4)}.reco-director-name{font-size:14px;font-weight:600;color:var(--text-2)}.reco-synopsis{font-size:14px;color:var(--text-2);line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.reco-platform-section{display:flex;flex-direction:column;gap:8px}.reco-platform-label{font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--text-3)}.reco-platform-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-sm);padding:8px 14px;font-size:14px;font-weight:600;color:var(--text);align-self:flex-start}.reco-platform-logo{width:22px;height:22px;border-radius:5px;object-fit:cover;flex-shrink:0}.reco-platform-skeleton{height:36px;width:140px;background:var(--bg-2);border-radius:var(--radius-sm);animation:skeletonPulse 1.2s ease infinite}@keyframes skeletonPulse{0%,to{opacity:.5}50%{opacity:1}}.reco-platform-unavailable{font-size:13px;color:var(--text-3)}.reco-primary-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;text-align:center;text-decoration:none;touch-action:manipulation}.reco-primary-logo{width:22px;height:22px;border-radius:5px;object-fit:cover;flex-shrink:0}.reco-secondary-actions{display:flex;gap:8px}.reco-ghost-btn{flex:1;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:12px 8px;font-size:13px;color:var(--text-2);cursor:pointer;transition:all var(--t-fast);text-align:center;font-weight:500;white-space:nowrap}.reco-ghost-btn:active{transform:scale(.97)}.reco-ghost-btn.active{background:var(--acc-dim);border-color:#c9a96e66;color:var(--acc-2)}.reco-ghost-btn.discarded{background:var(--bg-2);border-color:var(--border);color:var(--text-3);opacity:.7;cursor:default}.reco-watched-btn{background:none;border:none;color:var(--text-3);font-size:13px;cursor:pointer;text-align:center;padding:4px;text-decoration:underline;text-decoration-color:#ffffff26;text-underline-offset:3px}.reco-watched-btn.done{color:var(--acc);text-decoration:none}.postview-page{min-height:100vh;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(52px,env(safe-area-inset-top)) 24px 40px}.postview-content{width:100%;max-width:380px;display:flex;flex-direction:column;gap:20px}.postview-film-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--acc)}.postview-title{font-family:var(--font-display);font-size:40px;font-weight:400;letter-spacing:-.02em;color:var(--text);line-height:1.1}.postview-sub{font-size:14px;color:var(--text-2);line-height:1.6;margin-top:-8px}.postview-reactions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.postview-reaction{display:flex;align-items:center;gap:14px;background:var(--bg-1);border:1.5px solid var(--border-2);border-radius:var(--radius-lg);padding:16px 18px;cursor:pointer;text-align:left;transition:all .15s ease}.postview-reaction:active{transform:scale(.98)}.postview-reaction.sel{border-color:var(--acc);background:var(--acc-dim)}.postview-reaction.green.sel{border-color:var(--green);background:#22c55e14}.postview-reaction.neutral.sel{border-color:var(--text-3);background:#ffffff0a}.postview-reaction.gold.sel{border-color:var(--acc);background:var(--acc-dim)}.postview-reaction-emoji{font-size:26px;line-height:1;flex-shrink:0}.postview-reaction-text{font-size:15px;font-weight:500;color:var(--text-2);line-height:1.3}.postview-reaction.sel .postview-reaction-text{color:var(--text)}.postview-reaction-done{display:flex;align-items:center;gap:10px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-md);padding:12px 16px}.postview-reaction-done-emoji{font-size:22px}.postview-reaction-done-text{font-size:13px;color:var(--text-2);font-weight:500}.postview-review-cta{width:100%}.postview-skip{background:none;border:none;color:var(--text-4);font-size:13px;cursor:pointer;padding:4px;text-align:center;width:100%}.det-page{min-height:100vh;min-height:100dvh;background:var(--bg);overflow-y:auto;-webkit-overflow-scrolling:touch}.det-hero{position:relative;height:360px;background:var(--bg-3);overflow:hidden}.det-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.det-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.25) 0%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.85) 85%,var(--bg) 100%)}.det-back-btn{position:absolute;top:max(48px,env(safe-area-inset-top));left:16px;z-index:10;background:#00000073;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text)}.det-back-btn svg{width:18px;height:18px;stroke:var(--text);stroke-width:2.5}.det-close-btn{position:absolute;top:max(48px,env(safe-area-inset-top));right:16px;z-index:10;background:#00000073;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text)}.det-close-btn svg{width:16px;height:16px;stroke:var(--text);stroke-width:2}.det-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;background:#0000008c;border:2px solid rgba(255,255,255,.5);border-radius:50%;width:58px;height:58px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all var(--t-fast)}.det-play-btn:active{transform:translate(-50%,-50%) scale(.93)}.det-play-btn svg{width:22px;height:22px;stroke:var(--text);fill:#ffffff4d;stroke-width:1.5;margin-left:2px}.det-trailer-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:var(--bg)}.det-trailer-iframe{width:100%;height:100%;border:none}.det-trailer-close{position:absolute;top:max(12px,env(safe-area-inset-top));right:12px;z-index:21;background:#0009;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}.det-trailer-close svg{width:16px;height:16px;stroke:var(--text);stroke-width:2}.det-hero-info{position:absolute;bottom:0;left:0;right:0;padding:0 20px 16px;z-index:5}.det-title{font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.04em;line-height:1.1;color:var(--text);margin:6px 0 4px}.det-orig-title{font-size:13px;color:#ffffff80;margin-bottom:6px;font-style:italic}.det-meta-row{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#fff9}.det-meta-row span:after{content:"·";margin-left:8px;opacity:.4}.det-meta-row span:last-child:after{display:none}.det-actions{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.det-action-btn{display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 8px;background:none;border:none;border-right:1px solid var(--border);cursor:pointer;transition:background var(--t-fast);color:var(--text-3)}.det-action-btn:last-child{border-right:none}.det-action-btn:active{background:var(--bg-2)}.det-action-btn.active{color:var(--acc)}.det-action-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8}.det-action-btn span{font-size:11px;font-weight:600;letter-spacing:.02em}.det-body{padding:20px 20px 0}.det-genres{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.det-genre-chip{font-size:11px;font-weight:600;color:var(--text-3);background:var(--bg-2);border:1px solid var(--border);border-radius:999px;padding:4px 10px}.det-desc{font-size:14px;color:var(--text-2);line-height:1.65;margin-bottom:24px}.det-section{margin-bottom:28px}.det-sec-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-4);margin-bottom:12px}.det-director{font-size:15px;font-weight:600;color:var(--text)}.det-review-login{font-size:13px;color:var(--text-3);display:flex;align-items:center;gap:10px}.det-review-login-btn{background:none;border:none;color:var(--acc-2);font-size:13px;font-weight:600;cursor:pointer;padding:0;white-space:nowrap}.det-review-done{display:flex;align-items:center;gap:12px}.det-review-stars{display:flex;gap:4px}.star-on{color:var(--amber);font-size:20px}.star-off{color:var(--bg-4);font-size:20px}.det-review-saved{font-size:13px;font-weight:600;color:var(--acc)}.det-review-form{display:flex;flex-direction:column;gap:12px}.det-stars-row{display:flex;gap:6px}.det-star-btn{background:none;border:none;cursor:pointer;padding:4px;color:var(--bg-4);transition:color var(--t-fast),transform var(--t-fast)}.det-star-btn.on{color:var(--amber)}.det-star-btn:active{transform:scale(1.2)}.det-star-btn svg{width:28px;height:28px;stroke:currentColor;fill:currentColor;stroke-width:1}.det-review-ta{width:100%;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-md);color:var(--text);font-size:14px;line-height:1.5;padding:12px;resize:none;font-family:inherit}.det-review-ta:focus{outline:none;border-color:var(--acc)}.det-review-ta::placeholder{color:var(--text-4)}.det-similar-scroll{display:flex;gap:10px;overflow-x:auto;margin:0 -20px;padding:0 20px 4px;touch-action:pan-x}.det-sim-card{flex-shrink:0;width:90px;cursor:pointer;touch-action:manipulation;background:none;border:none;padding:0;text-align:left}.det-sim-poster{width:90px;height:135px;border-radius:var(--radius-md);object-fit:cover;display:block;margin-bottom:5px;background:var(--bg-2)}.det-sim-poster-empty{width:90px;height:135px;border-radius:var(--radius-md);background:var(--bg-2);display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:5px}.person-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000b3;display:flex;align-items:flex-end}.person-sheet{position:relative;width:100%;background:var(--bg);border-radius:20px 20px 0 0;max-height:82vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.person-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 20px 0}.person-header-info{flex:1;min-width:0}.person-close{background:var(--bg-3);border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-3);flex-shrink:0}.person-close svg{width:14px;height:14px;stroke:currentColor;stroke-width:2}.person-name{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text);margin-bottom:4px}.person-character{font-size:13px;color:var(--acc-2);font-style:italic;margin-bottom:3px}.person-meta{font-size:12px;color:var(--text-4)}.person-body{padding:16px 20px calc(env(safe-area-inset-bottom) + 24px)}.person-loading{display:flex;justify-content:center;padding:48px 0}.person-bio{font-size:14px;color:var(--text-2);line-height:1.65;margin-bottom:24px}.person-known-label{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-4);margin-bottom:12px}.person-known-scroll{display:flex;gap:10px;overflow-x:auto;margin:0 -20px;padding:0 20px 4px}.person-known-card{flex-shrink:0;width:90px;background:none;border:none;padding:0;cursor:pointer;text-align:left;touch-action:manipulation}.person-known-poster{width:90px;height:135px;border-radius:var(--radius-md);object-fit:cover;display:block;margin-bottom:5px;background:var(--bg-2)}.person-known-title{font-size:11px;font-weight:600;color:var(--text-2);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.person-known-year{font-size:10px;color:var(--text-4);margin-top:2px}.det-sim-title{font-size:11px;font-weight:600;color:var(--text-2);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.det-stream-skeleton{height:44px;border-radius:var(--radius-md);width:200px}.srch-page{min-height:100vh;min-height:100dvh;background:var(--bg);padding-bottom:calc(var(--bottom-nav) + 24px)}.srch-bar-wrap{padding:max(52px,calc(env(safe-area-inset-top) + 16px)) 16px 12px;position:sticky;top:0;z-index:10;background:var(--bg);border-bottom:1px solid var(--border)}.srch-page-title{font-family:var(--font-display);font-size:30px;font-weight:400;letter-spacing:-.02em;color:var(--text);margin-bottom:14px}.srch-bar{display:flex;align-items:center;gap:10px;background:var(--bg-2);border:1.5px solid var(--border-2);border-radius:var(--radius-lg);padding:0 14px;height:46px;transition:border-color var(--t-fast)}.srch-bar:focus-within{border-color:var(--acc)}.srch-bar>svg{width:18px;height:18px;stroke:var(--text-4);fill:none;stroke-width:2;flex-shrink:0}.srch-input{flex:1;background:none;border:none;outline:none;font-size:15px;color:var(--text);font-family:inherit}.srch-input::placeholder{color:var(--text-4)}.srch-clear{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-3);display:flex;align-items:center}.srch-clear svg{width:16px;height:16px;stroke:currentColor;stroke-width:2}.srch-results{padding:16px 16px 0}.srch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.srch-card{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform var(--t-fast)}.srch-card:active{transform:scale(.97)}.srch-poster{width:100%;aspect-ratio:2/3;object-fit:cover;display:block}.srch-poster-empty{width:100%;aspect-ratio:2/3;background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:32px}.srch-card-body{padding:8px 10px 10px}.srch-type-pill{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:2px 7px;margin-bottom:4px}.srch-card-title{font-size:12px;font-weight:700;line-height:1.3;color:var(--text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px}.srch-card-meta{font-size:11px;color:var(--text-4)}.srch-empty,.srch-hint{display:flex;flex-direction:column;align-items:center;padding:64px 20px;text-align:center;gap:10px}.srch-empty-icon,.srch-hint-icon{font-size:40px}.srch-empty-title{font-size:17px;font-weight:700}.srch-empty-sub{font-size:13px;color:var(--text-3)}.srch-hint-text{font-size:14px;color:var(--text-3)}.lista-page{background:var(--bg);min-height:100vh;min-height:100dvh;padding-bottom:calc(var(--bottom-nav) + 24px)}.lista-hd{padding:max(52px,calc(env(safe-area-inset-top) + 16px)) 20px 16px;display:flex;align-items:flex-end;justify-content:space-between}.lista-title{font-family:var(--font-display);font-size:32px;font-weight:400;letter-spacing:-.02em;line-height:1.1;color:var(--text)}.lista-subtitle{font-size:13px;color:var(--text-3);margin-top:4px}.lista-sections{display:flex;gap:8px;padding:0 20px 16px}.lista-section-btn{display:flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;font-size:14px;font-weight:600;background:none;border:1px solid var(--border-2);color:var(--text-3);cursor:pointer;transition:all var(--t-fast)}.lista-section-btn.on{background:var(--text);border-color:var(--text);color:var(--bg)}.lista-section-count{font-size:11px;font-weight:700;opacity:.7}.lista-filters{display:flex;gap:8px;padding:0 20px 16px;overflow-x:auto}.lista-filter-btn{flex-shrink:0;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;background:var(--bg-2);border:1px solid var(--border-2);color:var(--text-3);cursor:pointer;transition:all var(--t-fast)}.lista-filter-btn.on{background:var(--acc-dim);border-color:#c9a96e66;color:var(--acc-2)}.lista-empty{padding:80px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.lista-empty-icon{font-size:44px}.lista-empty-title{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--text)}.lista-empty-sub{font-size:14px;color:var(--text-3);line-height:1.6;max-width:280px}.lista-empty-cta{margin-top:20px}.lista-items{padding:0 20px;display:flex;flex-direction:column;gap:12px}.lista-item{display:flex;align-items:center;gap:14px;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-xl);padding:14px;cursor:pointer;transition:background var(--t-fast)}.lista-item:active{background:var(--bg-2)}.lista-item.is-watched{opacity:.6}.lista-poster{width:60px;height:90px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;background:var(--bg-3);display:block}.lista-poster-empty{width:60px;height:90px;border-radius:var(--radius-md);background:var(--bg-3);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.lista-item-body{flex:1;min-width:0}.lista-item-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.lista-type-pill{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 6px;border-radius:4px}.lista-year{font-size:11px;color:var(--text-4)}.lista-item-title{font-size:15px;font-weight:700;color:var(--text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lista-item-genre{font-size:12px;color:var(--text-3);margin-top:2px}.lista-watch-btn{flex-shrink:0;font-size:11px;font-weight:600;color:var(--text-3);background:var(--bg-3);border:1px solid var(--border-2);border-radius:var(--radius-sm);padding:6px 10px;cursor:pointer;transition:all var(--t-fast);white-space:nowrap}.lista-watch-btn.done{color:var(--acc);background:var(--acc-dim);border-color:#c9a96e4d}.lista-item--discarded{opacity:.65}.lista-undiscard-btn{flex-shrink:0;font-size:11px;font-weight:600;color:var(--text-3);background:var(--bg-3);border:1px solid var(--border-2);border-radius:var(--radius-sm);padding:6px 10px;cursor:pointer;transition:all var(--t-fast);white-space:nowrap}.lista-undiscard-btn:active{background:var(--bg-4)}.prof-page{min-height:100vh;min-height:100dvh;background:var(--bg);padding-bottom:calc(var(--bottom-nav) + 32px)}.prof-hd{padding:max(60px,calc(env(safe-area-inset-top) + 16px)) 20px 24px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--border);background:linear-gradient(160deg,rgba(201,169,110,.07) 0%,transparent 70%)}.prof-av{position:relative;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--bg-3),var(--bg-4));border:2px solid rgba(201,169,110,.4);box-shadow:0 0 0 4px #c9a96e12;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:var(--text-2);overflow:hidden;flex-shrink:0;cursor:pointer}.prof-av img{width:100%;height:100%;object-fit:cover}.prof-av-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.prof-av:active .prof-av-overlay{opacity:1}.prof-info{flex:1;min-width:0}.prof-name{font-family:var(--font-display);font-size:24px;font-weight:400;letter-spacing:-.03em;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.prof-level-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.prof-level-badge{font-size:13px;font-weight:600;color:var(--text-2);background:var(--bg-2);border:1px solid var(--border);border-radius:999px;padding:2px 10px 2px 6px}.prof-level-pts{font-size:12px;color:var(--acc);font-weight:700}.prof-prog-wrap{display:flex;align-items:center;gap:8px}.prof-prog-bar{flex:1;height:3px;background:var(--bg-3);border-radius:999px;overflow:hidden}.prof-prog-fill{height:100%;background:linear-gradient(90deg,var(--acc),var(--acc-2));border-radius:999px;transition:width .6s ease}.prof-prog-next{font-size:10px;color:var(--text-4);white-space:nowrap}.prof-logout-btn{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-3);flex-shrink:0;align-self:flex-start;margin-top:4px}.prof-logout-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.prof-stats-row{width:100%;display:flex;align-items:center;gap:6px;padding:14px 20px;background:none;border:none;border-bottom:1px solid var(--border);font-size:13px;font-weight:500;color:var(--text-2);cursor:pointer;text-align:left;transition:background var(--t-fast)}.prof-stats-row:active{background:var(--bg-1)}.prof-stats-sep{color:var(--text-4)}.prof-stats-arrow{margin-left:auto;color:var(--text-4);font-size:14px}.prof-accordion{padding:8px 0}.prof-acc-item{border-bottom:1px solid var(--border)}.prof-acc-trigger{width:100%;display:flex;align-items:center;gap:8px;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:left;transition:background var(--t-fast)}.prof-acc-trigger:active{background:var(--bg-1)}.prof-acc-title{font-size:15px;font-weight:600;color:var(--text);flex-shrink:0}.prof-acc-hint{flex:1;font-size:13px;color:var(--text-3);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.prof-acc-chevron{font-size:18px;color:var(--text-4);line-height:1;transition:transform .22s ease;flex-shrink:0;transform:rotate(0)}.prof-acc-chevron.open{transform:rotate(90deg)}.prof-acc-body{max-height:0;overflow:hidden;transition:max-height .28s cubic-bezier(.4,0,.2,1)}.prof-acc-body.open{max-height:400px}.prof-acc-content{padding:0 20px 18px;display:flex;flex-direction:column;gap:12px}.prof-acc-text{font-size:14px;color:var(--text-3);line-height:1.5}.prof-push-ok{color:var(--green)}.prof-acc-cta{width:100%;text-align:center}.prof-acc-cta--flex{flex:1}.prof-acc-row-actions{display:flex;gap:8px}.prof-acc-cta-ghost{flex:1;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:11px 14px;font-size:13px;font-weight:600;color:var(--text-2);cursor:pointer;white-space:nowrap;transition:background var(--t-fast)}.prof-acc-cta-ghost:active{background:var(--bg-3)}.prof-acc-row-btn{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--bg-1);border:1px solid var(--border);border-radius:var(--radius-md);font-size:14px;font-weight:500;color:var(--text-2);cursor:pointer;text-align:left;transition:background var(--t-fast)}.prof-acc-row-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;flex-shrink:0}.prof-acc-row-btn:active{background:var(--bg-2)}.prof-logout-row{color:var(--text-3)}.prof-name-edit{display:flex;flex-direction:column;gap:10px}.prof-name-input{width:100%;background:var(--bg-2);border:1.5px solid var(--acc);border-radius:var(--radius-sm);color:var(--text);font-size:16px;font-weight:600;padding:10px 12px;outline:none;font-family:inherit;box-sizing:border-box}.prof-edit-btns{display:flex;gap:8px}.prof-edit-cancel{flex:1;height:38px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-3);font-size:14px;font-weight:600;cursor:pointer}.prof-save-btn{flex:1;padding:0;height:38px;font-size:14px}.prof-legal{display:flex;align-items:center;justify-content:center;gap:8px;padding:28px 20px 8px;font-size:12px;color:var(--text-4)}.prof-legal a{color:var(--text-4);text-decoration:none}.prof-legal a:hover{text-decoration:underline}.lvlup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:500;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .3s ease}.lvlup-card{position:relative;width:100%;max-width:360px;background:var(--bg-1);border:1px solid rgba(201,169,110,.3);border-radius:var(--radius-2xl);padding:48px 28px 36px;text-align:center;overflow:hidden;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}.lvlup-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.lvlup-particle{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--acc);top:50%;left:50%;animation:lvlupParticle 1.2s cubic-bezier(.25,.46,.45,.94) calc(var(--i) * .06s) both}.lvlup-particle:nth-child(odd){background:var(--acc-2);width:5px;height:5px}.lvlup-particle:nth-child(3n){background:#fff;width:4px;height:4px;border-radius:2px}@keyframes lvlupParticle{0%{opacity:1;transform:translate(-50%,-50%) rotate(calc(var(--i) * 30deg)) translateY(0)}to{opacity:0;transform:translate(-50%,-50%) rotate(calc(var(--i) * 30deg)) translateY(-120px)}}.lvlup-badge-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:24px}.lvlup-badge-ring{position:absolute;width:100px;height:100px;border-radius:50%;border:2px solid rgba(201,169,110,.4);box-shadow:0 0 32px #c9a96e40,inset 0 0 32px #c9a96e14;animation:lvlupPulse 2s ease-in-out infinite}@keyframes lvlupPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}.lvlup-badge-emoji{font-size:64px;line-height:1;animation:lvlupBounce .6s cubic-bezier(.34,1.56,.64,1) .1s both}@keyframes lvlupBounce{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.lvlup-label{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--acc);margin-bottom:10px;animation:fadeUp .5s ease .2s both}.lvlup-title{font-family:var(--font-display);font-size:40px;font-weight:400;letter-spacing:-.03em;line-height:1;color:var(--text);margin-bottom:14px;animation:fadeUp .5s ease .25s both}.lvlup-sub{font-size:14px;color:var(--text-3);line-height:1.65;margin-bottom:32px;animation:fadeUp .5s ease .3s both}.lvlup-btn{animation:fadeUp .5s ease .38s both}
