:root{color-scheme:light;--bg: #0b0e14;--card: #121826;--text: #e6e9f2;--muted: #a9b0c3;--border: #263046;--primary: #4f8cff;--primaryHover: #3a7cff;--page-gutter: clamp(12px, 3vw, 32px)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:clamp(16px,2vw,18px);line-height:1.6}a{color:var(--text);text-decoration:none}a.active{color:var(--primary)}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border);background:#121826cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.header__brand{font-weight:700;letter-spacing:.3px;cursor:pointer}.header__nav{display:flex;gap:12px;align-items:center;font-size:14px}.header__categories{display:flex;gap:8px;flex-wrap:wrap;margin-left:16px}.header__categories a{border:1px solid var(--border);border-radius:999px;padding:6px 12px;color:var(--muted);font-size:13px}.header__categories a.active{border-color:var(--primary);color:var(--primary)}.header__nav a,.header__action{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.header__action{border:1px solid var(--border);border-radius:999px;padding:6px 12px;color:var(--text);background:#ffffff08;text-decoration:none;transition:background .2s ease,color .2s ease}.header__action:hover{background:#ffffff1f;color:var(--text)}.header__action.active{color:var(--primary)}.header__icon{font-size:.9em;line-height:1}.linkButton{background:transparent;border:none;color:var(--muted);cursor:pointer;padding:6px 8px}.main{padding:var(--page-gutter);width:100%;max-width:1400px;margin:0 auto}.footer{text-align:center;font-size:12px;color:var(--muted);padding:24px 12px 36px;border-top:1px solid rgba(255,255,255,.05)}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px}.loginCard{max-width:420px}.pinRow{display:flex;gap:12px;justify-content:center;margin:20px 0}.pinInput{width:60px;height:64px;text-align:center;font-size:32px;border:2px solid var(--border);border-radius:12px;background:#101728;color:var(--text)}.pinInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #4f8cff40}.field{display:block;margin:14px 0}.field__label{font-size:13px;color:var(--muted);margin-bottom:6px}.input{width:100%;padding:12px;border-radius:12px;border:1px solid var(--border);background:#0f1420;color:var(--text);outline:none}.row{display:flex;gap:10px}.button{border:none;border-radius:16px;padding:16px 22px;background:var(--primary);color:#fff;cursor:pointer;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-align:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease;min-height:56px}.button:hover{background:var(--primaryHover);transform:translateY(-1px) scale(1.01);box-shadow:0 6px 14px #00000040}.button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button--secondary{background:#4f8cff26;border:1px solid rgba(79,140,255,.4);color:var(--text)}.button--secondary:hover{background:#4f8cff40;border-color:#4f8cff8c}.buttonIcon{font-size:.95em;line-height:1}.vote__row{display:grid;gap:clamp(12px,3vw,36px);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.vote__prompt{background:#121826e6;border:1px solid var(--border);border-radius:20px;padding:clamp(12px,3vw,24px);margin-bottom:18px;box-shadow:0 12px 32px #00000059}.vote__question{font-size:28px;font-weight:600;margin-bottom:8px}.vote__instructions{margin:0;color:var(--muted);font-size:.95rem;background:#0b0e14b3;border-radius:12px;padding:12px}.vote__questionMovie{text-decoration:underline;text-decoration-thickness:2px}.vote__controls{display:flex;justify-content:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.vote__skipButton{background:#4f8cff2e;border-color:#4f8cff66;color:var(--text)}.vote__skipButton:hover{background:#4f8cff47;border-color:#4f8cff99}.vote__stage{position:relative;margin:0 calc(var(--page-gutter) * -1);padding:0 var(--page-gutter)}@media(min-width:760px){.main{padding-inline:calc(var(--page-gutter) * 1.2)}}@media(max-width:640px){.header{flex-direction:column;align-items:flex-start;gap:8px}.header__nav{flex-wrap:wrap;row-gap:6px;justify-content:flex-start}.vote__question{font-size:clamp(24px,8vw,34px)}.vote__stage{margin:0 calc(var(--page-gutter) * -.5);padding:0 calc(var(--page-gutter) * .5)}.vote .button{width:100%}}.vote__row--dimmed{opacity:.35;pointer-events:none;filter:blur(1px)}.vote__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0b0e14a6;border-radius:20px;z-index:5;pointer-events:none}.vote__spinner{width:48px;height:48px;border-radius:50%;border:3px solid rgba(255,255,255,.15);border-top-color:var(--primary);animation:spin .65s linear infinite}.vote__spinner--inline{width:32px;height:32px}.inlineSpinner{display:flex;align-items:center;justify-content:center;padding:24px 0;gap:8px;color:var(--muted)}.posterCard{background:var(--card);border-radius:20px;padding:clamp(12px,2vw,24px);position:relative;overflow:hidden;animation:posterEnter .45s ease}.posterFrame{position:relative;border-radius:24px;padding:0;background:transparent;box-shadow:none;overflow:visible}.posterFrame:after{display:none}.posterButton{width:100%;border:none;background:transparent;padding:0;cursor:pointer;position:relative;z-index:2}.poster{width:100%;border-radius:24px;display:block;transition:transform .2s ease,filter .2s ease;will-change:transform}.posterButton:hover .poster{animation:posterJiggle .6s ease-in-out;filter:brightness(1.05)}.posterCard--shrinking .poster{animation:posterShrink .35s cubic-bezier(.32,.72,0,1) both}.posterHeartFull{pointer-events:none;position:absolute;top:12px;right:12px;bottom:12px;left:12px;display:flex;align-items:center;justify-content:center;z-index:3}.posterHeartFull__shape{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ff4d6df2;font-size:clamp(3rem,10vw,6rem);animation:posterHeartPulse .6s ease-out forwards;text-shadow:0 12px 32px rgba(255,40,100,.6)}.poster--placeholder{display:flex;align-items:center;justify-content:center;background:#181818;color:#fff;padding:1rem;text-align:center}.posterHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.posterMeta{margin:0;display:flex;flex-direction:column;gap:4px;flex:1 1 150px}.posterMeta--top{margin:0}.posterUnknownButton{font-size:1.05rem;font-weight:700;padding:14px 24px;flex-shrink:0;align-self:flex-start;display:inline-flex;gap:8px;align-items:center}.posterUnknownButton__icon{width:28px;height:28px;border-radius:50%;background:#c62828;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 6px 12px #c6282866}.posterDismiss{position:absolute;top:18px;width:44px;height:44px;border-radius:999px;border:none;background:#c62828;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:4;box-shadow:0 12px 24px #c6282866;transform:translate(50%,-50%)}.posterDismiss--left{left:18px;transform:translate(-50%,-50%)}.posterDismiss--right{right:18px}.posterDismiss:hover{background:#e53935}.posterBadge{position:absolute;top:12px;right:12px;background:#0b0e14d9;border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:12px;color:var(--text)}.posterLinks{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.posterLinks .button{flex:1 1 120px}.posterTitle{font-weight:700;font-size:22px;line-height:1.2;animation:titlePulse .6s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.4em;min-height:2.4em}.muted{color:var(--muted)}.status{margin-top:12px;color:var(--muted)}.footer a{color:var(--primary);text-decoration:underline}.footer__votes{margin-top:8px;font-size:14px;color:var(--text)}.footer__versions{margin-top:6px;font-size:12px;color:var(--muted)}.mePage{display:flex;flex-direction:column;gap:12px}.meGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:12px}.meSentinel{text-align:center;padding:16px;color:var(--muted)}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.loginReminder{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:16px;z-index:30}.loginReminder__card{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:24px;max-width:360px;width:100%;text-align:center;box-shadow:0 24px 48px #00000073}.loginReminder__card h2{margin-top:0}.loginReminder__card p{color:var(--muted);margin-bottom:18px}@keyframes posterEnter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes posterJiggle{0%{transform:rotate(-1deg) scale(1)}50%{transform:rotate(1deg) scale(1.02)}to{transform:rotate(-1deg) scale(1)}}@keyframes posterShrink{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes titlePulse{0%{opacity:.6}to{opacity:1}}@keyframes posterHeartPulse{0%{transform:scale(.4);opacity:.95}50%{transform:scale(1.15);opacity:1}80%{transform:scale(1.05);opacity:.85}to{transform:scale(.2);opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.categoryGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.categoryGrid--compact .categoryCard{min-height:140px}.categoryCard{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:.75rem;text-decoration:none;background:var(--card);color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.categoryCard:hover,.categoryCard:focus-visible{border-color:var(--primary);box-shadow:0 4px 16px #00000014}.categoryCard__icon{font-size:2rem}.categoryCard__body h2{margin:0;font-size:1.25rem}.categoryCard__body p{margin:.25rem 0 0;color:var(--muted)}.categoryCard__cta{margin-left:auto;font-weight:600;color:var(--primary)}.categoryToggle{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.categoryToggle a{border:1px solid var(--border);border-radius:999px;padding:6px 14px;color:var(--muted);font-size:.9rem}.categoryToggle a.active{border-color:var(--primary);color:var(--primary)}.homeIntro{margin-bottom:1.5rem}.artCard{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--card);position:relative}.artCard--chosen{border-color:var(--primary);box-shadow:0 4px 20px #0000001f}.artCard__header{display:flex;justify-content:space-between;gap:.5rem}.artCard__title{font-size:1.2rem;font-weight:600}.artCard__badge{align-self:flex-start;background:var(--primary);color:#fff;border-radius:999px;padding:.2rem .75rem;font-size:.85rem}.artCard__imageButton{position:relative;border:none;padding:0;background:none;cursor:pointer;border-radius:.75rem;overflow:hidden}.artCard__image{width:100%;display:block;border-radius:.75rem;object-fit:contain;background:#f2f2f2;min-height:260px}.artCard__image--placeholder{display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--muted);padding:2rem}.artCard__heart{position:absolute;bottom:1rem;right:1rem;font-size:2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.artCard__details p{margin:.25rem 0;font-size:.95rem}.artCard__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.artCard__tag{padding:.15rem .5rem;border-radius:999px;background:var(--background);font-size:.8rem}.artCard__actions{display:flex;justify-content:flex-start}.meGrid--art{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
