@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@700;800&display=swap";html{scroll-behavior:smooth}#root{min-height:100vh}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #d6a843}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}:root{color:#25231f;font-synthesis:none;text-rendering:optimizelegibility;--ink:#25231f;--muted:#726d64;--paper:#fffdf8;--red:#a83a32;--red-dark:#7d2722;--gold:#d6a843;--line:#d8d0c2;--shadow:0 18px 50px #42311f1c;background:#f5f0e7;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 0 0,#fff8e8,#0000 30rem),#f5f0e7;min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Playfair Display,Georgia,serif}h1{letter-spacing:-.04em;margin-bottom:.4rem;font-size:clamp(2.1rem,5vw,4.4rem);line-height:.98}h2{margin-bottom:.3rem}a{color:var(--red-dark)}.app-shell{min-height:100vh}.topbar{color:#fff8ec;background:#24211e;justify-content:space-between;align-items:center;gap:2rem;min-height:82px;padding:1rem clamp(1rem,4vw,4rem);display:flex}.brand,.user-menu{align-items:center;gap:1rem;display:flex}.brand-mark{border:2px solid var(--gold);width:52px;height:52px;color:var(--gold);border-radius:50%;place-items:center;font-family:Playfair Display,serif;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand div span{color:#c9c0b3;margin-top:.12rem;font-size:.78rem}.quiet-button{color:#fff;background:0 0;border:1px solid #625d55;border-radius:999px;padding:.55rem .8rem}.tabs{z-index:5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8f0;justify-content:center;gap:.25rem;padding:.65rem 1rem;display:flex;position:sticky;top:0}.tabs button{color:var(--muted);background:0 0;border:0;border-radius:999px;padding:.7rem 1rem}.tabs button.active{color:#fff;background:var(--red)}main{width:min(1240px,100% - 2rem);margin:0 auto;padding:clamp(2rem,5vw,5rem) 0}.section-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.section-heading p{color:var(--muted)}.eyebrow{color:var(--red);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:block}.primary-button{color:#fff;background:var(--red);border:0;border-radius:8px;justify-content:center;align-items:center;min-height:46px;padding:.8rem 1.15rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 7px 20px #a83a3233}.primary-button:hover{background:var(--red-dark)}.primary-button:disabled{opacity:.55;cursor:wait}.notice{border-radius:8px;margin-bottom:1rem;padding:.9rem 1rem}.notice.error{color:#781f1a;background:#fff0ee;border:1px solid #e9b2ad}.login-page{background:linear-gradient(120deg,#1a1714ed,#41231cd9),url(/film-grain.svg),#24211e;place-items:center;width:100%;min-height:100vh;padding:2rem;display:grid}.login-card{color:#f8efe2;background:#1a1815d1;border:1px solid #ffffff24;border-radius:24px;width:min(620px,100%);padding:clamp(2rem,7vw,5rem);box-shadow:0 30px 90px #00000059}.login-card h1{font-size:clamp(3rem,10vw,6rem)}.login-card p{color:#d1c4b5;font-size:1.1rem;line-height:1.7}.login-card .primary-button{background:#5865f2;width:100%;margin:1.6rem 0 1rem}.login-card small{color:#9f958a;text-align:center;display:block}.filters{border:1px solid var(--line);background:#fffdf8bf;border-radius:12px;grid-template-columns:2fr 1fr 1.3fr .8fr;gap:.8rem;margin-bottom:1.5rem;padding:1rem;display:grid}label span{color:var(--muted);text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}input,select{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);background:#fff;border-radius:7px;padding:.7rem .8rem}input:focus,select:focus{border-color:var(--gold);outline:3px solid #d6a84340}.movie-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.movie-card{border:1px solid var(--line);background:var(--paper);border-radius:12px;grid-template-columns:150px 1fr;min-height:225px;display:grid;overflow:hidden;box-shadow:0 8px 25px #4b3a250f}.poster{object-fit:cover;background:#ded6c8;width:150px;height:225px}.poster.compact{border-radius:4px;width:48px;height:70px}.poster.placeholder{color:#8a7b68;background:repeating-linear-gradient(45deg,#e7dfd2,#e7dfd2 8px,#ddd3c3 8px 16px);place-items:center;font-family:Playfair Display,serif;font-weight:800;display:grid}.movie-copy{flex-direction:column;padding:1rem;display:flex}.movie-title{justify-content:space-between;align-items:start;gap:.7rem;display:flex}.movie-title h2{font-size:1.35rem}.movie-title p,.added-by{color:var(--muted);font-size:.82rem}.tmdb-rating{color:var(--red-dark);margin-top:.15rem;font-size:.72rem;font-weight:700;display:block}.pill{border:1px solid var(--line);max-width:150px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:.25rem .5rem;font-size:.65rem;overflow:hidden}.added-by{margin-top:auto}.card-actions{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.card-action-buttons{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.card-actions button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:.55rem .7rem}.card-actions button.watched{color:#22613b;background:#edf8f0;border-color:#9bc8aa}.card-actions button.on-shelf{color:#72510c;background:#fff8df;border-color:#d9bd78}.card-actions button:disabled{cursor:default}.card-actions a{font-size:.85rem;font-weight:700}.empty-state{color:var(--muted);text-align:center;background:#fff6;border:1px dashed #bdb2a3;border-radius:12px;padding:2.5rem}.dialog-backdrop{z-index:20;background:#14110ebf;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.dialog{background:var(--paper);width:min(680px,100%);max-height:90vh;box-shadow:var(--shadow);border-radius:18px;padding:clamp(1.4rem,5vw,3rem);position:relative;overflow:auto}.dialog-close{background:#eee7db;border:0;border-radius:50%;width:38px;height:38px;font-size:1.5rem;position:absolute;top:1rem;right:1rem}.search-form{grid-template-columns:1fr auto;gap:.6rem;margin:1.5rem 0;display:grid}.search-results{gap:.5rem;display:grid}.search-results article{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.8rem;padding:.65rem;display:grid}.search-results article div span{color:var(--muted);font-size:.8rem;display:block}.search-results article button{color:#fff;white-space:nowrap;background:var(--red);border:0;border-radius:6px;justify-self:end;width:8rem;padding:.55rem .8rem}.search-results article button.added{background:#22613b}.search-results article button:disabled{cursor:default}.dialog-actions{justify-content:flex-end;margin-top:1.25rem;display:flex}.watched-list,.watched-leaderboard{border:1px solid var(--line);background:var(--paper);border-radius:12px;gap:.6rem;width:min(820px,100%);padding:1rem;display:grid}.watched-list article,.watched-leaderboard article{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:.8rem;padding:.65rem;display:grid}.watched-list article{grid-template-columns:auto 1fr auto}.watched-leaderboard article{grid-template-columns:auto auto 1fr auto}.watched-list article div span,.watched-leaderboard article div span{color:var(--muted);font-size:.8rem;display:block}.watched-list article button{border:1px solid var(--line);color:var(--red-dark);background:#fff;border-radius:6px;padding:.55rem .7rem}.watched-leaderboard article b{color:var(--red);font-size:1rem}.rank-number{color:#fff;background:var(--red);border-radius:50%;place-items:center;width:35px;height:35px;font-family:Playfair Display,serif;font-weight:800;display:grid}.credits{border-top:1px solid var(--line);color:var(--muted);background:var(--paper);justify-content:center;align-items:center;gap:1rem;padding:1.5rem;font-size:.78rem;display:flex}.credits img{width:90px;height:auto;display:block}@media (width<=850px){.filters{grid-template-columns:1fr 1fr}.movie-grid{grid-template-columns:1fr}}@media (width<=580px){.topbar{align-items:flex-start}.brand div span,.user-menu>span{display:none}.brand strong{font-size:.86rem}.tabs{flex-wrap:wrap;justify-content:stretch}.tabs button{flex:calc(50% - .25rem);padding-inline:.3rem;font-size:.82rem}main{width:min(100% - 1rem,1240px);padding-top:2rem}.section-heading{flex-direction:column;align-items:stretch}.filters{grid-template-columns:1fr}.movie-card{grid-template-columns:112px minmax(0,1fr);align-items:stretch;min-height:168px}.movie-card .poster{align-self:stretch;width:112px;height:100%;min-height:168px}.movie-copy{min-width:0;padding:.75rem}.movie-title{display:block}.movie-title h2{font-size:1.12rem;line-height:1.1}.movie-title p{margin-bottom:.4rem}.pill{max-width:100%;margin-bottom:.4rem;display:inline-block}.added-by{margin-bottom:.5rem}.card-actions{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.4rem}.card-action-buttons{gap:.4rem}.card-actions button{padding:.45rem .55rem;font-size:.76rem}.card-actions a{font-size:.78rem}.search-form{grid-template-columns:1fr}.watched-list{padding:.6rem}.watched-list article{grid-template-columns:auto minmax(0,1fr) auto;gap:.6rem;padding:.55rem}.watched-list article button{padding:.4rem .5rem;font-size:.75rem}.credits{flex-direction:column;align-items:flex-start}}
