:root{--ink:#142f43;--muted:#607380;--paper:#f4f7fa;--line:#dce5ed;--green:#147b94;--light:#e3f0f5;--gold:#8edcf0}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header{min-height:88px;padding:20px max(5vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:750;letter-spacing:-.7px;color:var(--ink);text-decoration:none}.brand img{width:40px;height:40px}nav{display:flex;gap:8px;align-items:center}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0;border-radius:10px;padding:12px 18px;background:transparent;color:var(--ink);font-weight:650;transition:background .15s}button:hover{background:#e2e9de}button:disabled{cursor:default;opacity:.55}nav button{font-size:14px;padding:9px 14px}nav .active{background:#e3ecdd;color:#185b42}.quiet{font-size:13px;color:var(--muted);padding:8px}.primary{background:var(--green);color:white;display:inline-flex;justify-content:space-between;gap:35px;align-items:center}.primary:hover{background:#196442}.secondary{border:1px solid #b8c7b9;background:transparent}main{max-width:1100px;margin:auto;padding:45px 30px 70px;min-height:calc(100vh - 163px)}h1{font-size:clamp(34px,4.2vw,54px);line-height:1.1;letter-spacing:-2px;margin:12px 0 16px;font-weight:720}h1 span{color:var(--green)}h2{font-size:21px;line-height:1.25;letter-spacing:-.5px;margin:0}.eyebrow{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--green)}.intro{color:var(--muted);margin:0 0 28px;font-size:17px}.workspace{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.panel{background:white;border:1px solid var(--line);border-radius:18px;padding:28px}.step{display:flex;align-items:center;gap:12px;margin-bottom:24px}.step b{display:grid;place-items:center;width:30px;height:30px;background:var(--light);border-radius:50%;font-size:14px}label{display:block;font-size:13px;font-weight:650;margin:0 0 16px}input,textarea,select{width:100%;border:1px solid #cbd5ca;background:#fcfdf9;color:var(--ink);border-radius:9px;padding:12px 14px;outline:none;margin-top:7px}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px #227b5718}textarea{resize:vertical;min-height:170px;line-height:1.8;margin-top:0}label[for=list]{margin-bottom:8px}.muted{color:var(--muted);font-weight:400}.inputFooter{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.hint{font-size:13px;color:var(--muted);margin:12px 0 20px}.composer>.primary{width:100%}.how{background:var(--ink);color:#f1f6e9;border-color:var(--ink);padding:30px}.smallmark{border:1px solid #688778;border-radius:9px;display:inline-block;padding:7px;font-weight:800;font-size:13px;color:var(--gold);margin-bottom:30px}.how h2{font-size:30px;letter-spacing:-1px}.how ol{padding:0;list-style:none;counter-reset:steps;margin:28px 0}.how li{padding:0 0 22px 32px;position:relative;counter-increment:steps}.how li:before{content:counter(steps);position:absolute;left:0;top:2px;color:var(--gold);font-size:12px}.how li strong{display:block;font-size:14px}.how li span{display:block;color:#b4c7bb;font-size:13px;margin-top:4px}.quality{border-top:1px solid #49645a;padding-top:22px;font-size:11px;color:#b4c7bb}.quality strong{display:block;color:#eef1de;font-size:14px;margin-top:5px}.auth{max-width:450px;margin:5vh auto}.auth h1{font-size:42px}.auth form{margin-top:28px}.auth .primary{width:100%;justify-content:center}#notice{padding:14px 18px;border-radius:10px;background:#e6eddf;color:var(--ink);margin-bottom:22px}#notice.error{background:#fff0e8;color:#954022}.matchCard{border:1px solid var(--line);border-radius:14px;background:white;padding:18px;margin-bottom:14px;display:grid;grid-template-columns:65px 1fr;gap:18px}.poster{width:65px;height:95px;object-fit:cover;border-radius:7px;background:var(--light)}.matchContent h3{font-size:16px;margin:0 0 4px}.matchContent .query{font-size:12px;color:var(--muted);margin-bottom:10px}.matchContent select{margin:0 0 8px;font-size:14px}.matchContent p{font-size:13px;margin:6px 0;color:var(--muted)}.badge{display:inline-block;font-size:11px;background:var(--light);border-radius:6px;padding:4px 8px;color:#285b3f}.reviewActions{position:sticky;bottom:0;display:flex;gap:12px;justify-content:space-between;background:var(--paper);padding:20px 0;border-top:1px solid var(--line)}.pageHeading{display:flex;justify-content:space-between;align-items:center;gap:20px}.requestRow{display:flex;justify-content:space-between;align-items:center;padding:20px;border:1px solid var(--line);border-radius:12px;background:white;margin:12px 0;gap:16px}.requestRow h3{margin:0;font-size:16px}.requestRow p{margin:5px 0 0;color:var(--muted);font-size:12px}.requestRow.error{border-color:#d9a792}.empty{border:1px dashed #bdc9bb;border-radius:15px;padding:40px;text-align:center;color:var(--muted)}#inviteResult{margin-top:25px}footer{padding:20px max(5vw,24px);border-top:1px solid var(--line);font-size:12px;font-weight:650;color:var(--muted);display:flex;justify-content:space-between}footer span{font-weight:400}[hidden]{display:none!important}@media(max-width:700px){header{padding:16px 20px;align-items:flex-start;flex-direction:column;gap:14px}nav{width:100%;gap:2px;flex-wrap:wrap}nav button{padding:8px 10px;font-size:12px}main{padding:30px 20px 45px}.workspace{grid-template-columns:1fr}.how{display:none}.panel{padding:22px}h1{letter-spacing:-1.3px}.matchCard{grid-template-columns:48px 1fr;gap:12px;padding:14px}.poster{width:48px;height:72px}.pageHeading{align-items:flex-start}.pageHeading .secondary{padding:10px}.requestRow{padding:15px}.requestRow .badge{max-width:130px}.reviewActions button{font-size:13px;padding:12px}footer{padding:18px 20px;gap:15px}}

.entryModes{display:flex;background:#edf2f6;border-radius:10px;padding:4px;margin:0 0 20px}.entryModes button{flex:1;font-size:13px;padding:9px}.entryModes .active{background:white;box-shadow:0 1px 5px #1232}.languageOptions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.languageOptions select{font-size:13px;padding:10px}.subtitleNote{font-size:12px;align-self:center}.subtitleNote strong,.subtitleNote span{display:block}.subtitleNote span{color:var(--muted);margin-top:6px}.primary:hover{background:#0d657d}.smallmark{color:#8edcf0}.how{background:#142f43}.quality strong{color:#e4f4ff}@media(max-width:420px){.languageOptions{grid-template-columns:1fr;gap:0}}

.coverGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:12px;margin-top:14px}.coverChoice{display:flex;flex-direction:column;gap:5px;text-align:left;padding:7px;border:2px solid transparent;background:#f4f7fa;font-size:12px;min-width:0}.coverChoice img{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:7px}.coverChoice strong{font-size:12px;line-height:1.35}.coverChoice span{color:var(--muted);font-size:11px}.coverChoice.selected{border-color:var(--green);background:var(--light)}.matchChoices summary{cursor:pointer;color:var(--green);font-size:13px;margin-top:12px}.compactMatch{align-items:start}.collectionChoice{display:flex;align-items:center;gap:9px;font-size:13px;margin:10px 0 2px}.collectionChoice input{width:18px;margin:0}.recommendations{margin-top:24px}.recommendations .coverGrid{grid-template-columns:repeat(6,minmax(0,1fr))}@media(max-width:600px){.recommendations .coverGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}

.downloadSelection{display:flex;align-items:center;gap:8px;float:right;font-size:12px;margin:0 0 8px 12px}.downloadSelection input{width:18px;height:18px;margin:0}.notSelected{opacity:.6}.reviewActions{position:sticky;bottom:0;background:var(--paper);padding:16px 0;z-index:2}
