:root{--ink:#242424;--paper:#f2f2f2;--white:#fff;--red:#dd4531;--blue:#5a96ff;--purple:#c059c9;--yellow:#fcb932;--muted:#6c6c6c;--line:#d8d8d8;--safe:env(safe-area-inset-bottom,0px);--accent:var(--blue)}
*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.35 Inter,system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.hidden{display:none!important}button{cursor:pointer}
main{width:min(100%,760px);margin:auto;padding:54px 18px calc(118px + var(--safe));min-height:100vh}.pageHead{display:flex;align-items:flex-end;justify-content:space-between;margin:20px 2px 32px}.kicker{font-size:21px;font-weight:350;line-height:1}.pageHead h1{font-size:49px;line-height:.9;letter-spacing:-3px}.homeTitle{font-size:48px!important;line-height:.94!important;max-width:400px}.settingsBtn,.filterBtn{border:0;background:var(--red);color:#fff;width:58px;height:58px;border-radius:17px;display:grid;place-items:center;font-size:24px;box-shadow:0 8px 18px #dd453122}.filterBtn svg{width:30px;height:30px}
.hero{height:330px;margin:0 -18px 34px;display:grid;place-items:center;overflow:hidden;position:relative}.hero:before,.hero:after{content:"";position:absolute;width:230px;height:180px;border-radius:0 42px 42px 0;background:var(--accent);opacity:.82}.hero:before{left:-55px}.hero:after{right:-55px;transform:scaleX(-1)}.diamond{position:relative;z-index:1;width:260px;height:260px;border-radius:42px;background:var(--accent);transform:rotate(45deg);display:grid;place-items:center}.diamondContent{transform:rotate(-45deg);text-align:center;color:#fff}.diamondContent b{display:block;font-size:84px;line-height:.78;letter-spacing:-5px}.diamondContent span{font-size:30px;font-weight:300}.platformPage .diamondContent{color:var(--ink)}
.splitStats{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 0 34px}.splitStat{border:0;border-radius:18px;padding:14px;text-align:center;color:#fff}.splitStat b{display:block;font-size:47px;line-height:.85}.splitStat span{font-size:16px;font-weight:350}.splitStat.cinema{background:var(--purple)}.splitStat.platform{background:var(--yellow);color:var(--ink)}
.sectionHead{display:flex;align-items:center;justify-content:space-between;margin:24px 0 14px}.sectionHead h2{font-size:30px;font-weight:500;font-style:italic;letter-spacing:-1px}.sectionHead small{color:var(--muted)}.movieList{display:grid;gap:11px}.movieCard{display:grid;grid-template-columns:124px minmax(0,1fr) 32px;min-height:140px;background:var(--ink);color:#fff;border-radius:22px;overflow:hidden;align-items:stretch}.movieImage{width:124px;height:100%;object-fit:cover}.moviePlaceholder{width:124px;display:grid;place-items:center;background:linear-gradient(145deg,var(--accent),#26364e);font-size:43px}.movieBody{padding:18px 8px 15px 20px;min-width:0;align-self:center}.movieBody h3{font-size:25px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0 6px}.movieMeta{color:#d8d8d8;font-size:17px;font-weight:300;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ratingLine{display:flex;gap:12px;align-items:center;margin-top:5px}.ratingFraction{font-size:26px;font-weight:650}.ratingLabel{padding:5px 13px;border-radius:8px;font-size:17px;font-weight:750;color:#fff;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chevron{display:grid;place-items:center;font-size:45px;font-weight:200;color:#fff}.showAll{border:0;background:var(--accent);color:#fff;border-radius:9px;padding:6px 18px;margin-top:18px;font-size:17px}.empty{padding:45px 20px;border:2px dashed var(--line);border-radius:22px;text-align:center;color:var(--muted)}.empty b{display:block;color:var(--ink);font-size:22px;margin-bottom:5px}
.bottomNav{position:fixed;z-index:8;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,540px);height:calc(72px + var(--safe));padding:7px 8px var(--safe);display:flex;background:#fffffff2;border:1px solid #ddd;border-bottom:0;border-radius:22px 22px 0 0;box-shadow:0 -8px 30px #00000012;backdrop-filter:blur(16px)}.bottomNav button{flex:1;border:0;background:none;color:#777;font-size:11px}.bottomNav span{display:block;font-size:20px;line-height:25px}.bottomNav button.active{color:var(--accent);font-weight:750}.fab{position:fixed;z-index:10;right:max(20px,calc((100% - 740px)/2));bottom:calc(91px + var(--safe));width:68px;height:68px;border:0;border-radius:20px;background:var(--red);color:#fff;font-size:45px;font-weight:250;box-shadow:0 12px 26px #dd453133}
.filterChips{display:flex;gap:8px;overflow:auto;margin:-12px 0 18px}.chip{border:1px solid var(--line);background:#fff;padding:8px 12px;border-radius:999px;white-space:nowrap}.chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}
.statsGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.statCard,.chart{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.statCard b{display:block;font-size:34px}.statCard span{font-size:12px;color:var(--muted)}.chart{margin-top:12px}.chart h3{margin:0 0 16px}.barRow{display:grid;grid-template-columns:105px 1fr 28px;gap:9px;align-items:center;margin:12px 0;font-size:12px}.barTrack{height:10px;background:#e5e5e5;border-radius:20px;overflow:hidden}.bar{height:100%;background:var(--blue);border-radius:20px}
dialog{width:min(620px,calc(100% - 20px));max-height:92vh;padding:0;border:0;border-radius:24px;background:#fff;color:var(--ink);box-shadow:0 30px 80px #0005}dialog::backdrop{background:#0009;backdrop-filter:blur(3px)}#modalContent{padding:22px;overflow:auto;max-height:92vh}.modalHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modalHead h2{font-size:25px}.close{border:0;background:none;font-size:28px;color:#777}.field{margin:14px 0}.field label{display:block;margin-bottom:7px;font-size:13px;font-weight:750}.field input,.field select,.field textarea{width:100%;padding:13px;border:1px solid #ccc;border-radius:12px;background:#f8f8f8;color:var(--ink)}.field textarea{min-height:90px;resize:vertical}.help{font-size:12px;color:var(--muted);margin:6px 0 10px}.formActions,.inlineActions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:18px}.primary,.ghost,.danger{border:0;border-radius:12px;padding:12px 15px;font-weight:750}.primary{background:var(--red);color:#fff}.ghost{background:#eee;color:var(--ink)}.danger{background:#ffe0dc;color:#9b2317}.ratingPicker{display:flex;gap:6px;flex-wrap:wrap}.ratingPicker button{min-width:43px;padding:11px;border:0;border-radius:11px;background:#eee}.ratingPicker button.selected{background:var(--rating-color,var(--red));color:#fff}.platformAdd{display:grid;grid-template-columns:1fr auto;gap:8px}.platformTags{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.platformTag{background:#eee;border-radius:999px;padding:7px 10px;font-size:12px}.platformTag button{border:0;background:none;color:var(--red);padding:0 0 0 5px}.onboarding{min-height:100vh;padding:34px 20px;display:grid;align-content:center;max-width:620px;margin:auto}.onboardingLogo{width:76px;height:76px;border-radius:23px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:36px;margin-bottom:26px}.onboarding h1{font-size:46px;line-height:.95;letter-spacing:-2px;margin:0}.onboarding p{color:var(--muted);margin:14px 0 22px}.scaleGrid{display:grid;gap:8px;margin:12px 0 20px}.scaleRow{display:grid;grid-template-columns:38px 1fr;gap:8px;align-items:center}.scaleRow input{padding:11px;border:1px solid #ccc;border-radius:11px}.wide{width:100%;padding:15px}.divider{display:flex;align-items:center;gap:12px;color:#888;font-size:12px;margin:15px 0}.divider:before,.divider:after{content:"";height:1px;background:#ccc;flex:1}.toast{position:fixed}.firstRunIntro{color:var(--muted);margin:-5px 0 16px}#toast{position:fixed;z-index:30;left:50%;bottom:100px;transform:translate(-50%,20px);opacity:0;background:#242424;color:#fff;padding:11px 16px;border-radius:999px;font-weight:700;transition:.25s;white-space:nowrap}#toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:520px){main{padding-top:28px}.pageHead{margin-top:16px}.pageHead h1{font-size:42px}.homeTitle{font-size:43px!important}.hero{height:285px}.diamond{width:220px;height:220px;border-radius:34px}.hero:before,.hero:after{width:175px;height:145px}.diamondContent b{font-size:70px}.diamondContent span{font-size:25px}.movieCard{grid-template-columns:104px minmax(0,1fr) 26px;min-height:122px;border-radius:18px}.movieImage,.moviePlaceholder{width:104px}.movieBody{padding:14px 4px 13px 14px}.movieBody h3{font-size:20px}.movieMeta{font-size:14px}.ratingFraction{font-size:22px}.ratingLabel{font-size:14px;max-width:120px}.chevron{font-size:35px}.sectionHead h2{font-size:27px}}
@media(min-width:900px){main{width:min(1120px,100%);padding-left:30px;padding-right:30px}.movieList{grid-template-columns:1fr 1fr}.hero{margin-left:0;margin-right:0;border-radius:32px}.homeTitle{max-width:600px}.statsGrid{grid-template-columns:repeat(4,1fr)}}
