:root{--bg:#0e0e11;--panel:#161619;--panel2:#1c1c20;--line:#2a2a30;--text:#f1f1f2;--muted:#99999f;--accent:#a78bfa;--s:#f08080;--a:#e9ad74;--b:#dbc568;--c:#75bd91;--d:#75a9d4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI",Tahoma,Arial,sans-serif;min-height:100vh}button,textarea{font:inherit}main{width:min(100% - 32px,1000px);margin:auto}.page-head{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:52px 0 34px;border-bottom:1px solid var(--line)}h1{font-size:31px;margin:0 0 8px;letter-spacing:-.03em}.page-head p,.section-head p{margin:0;color:var(--muted);font-size:14px}.privacy-pill{white-space:nowrap;font-size:12px;color:#b9b9bf;border:1px solid var(--line);background:var(--panel);padding:9px 13px;border-radius:999px}.privacy-pill span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#6fce94;margin-left:7px}.builder{padding:42px 0 80px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.section-head h2{font-size:23px;margin:0 0 7px}.progress{text-align:left}.progress strong{display:block;font-size:21px}.progress span{font-size:11px;color:var(--muted)}.tiers{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:var(--panel)}.tier-row{display:grid;grid-template-columns:1fr 64px;min-height:92px;border-bottom:1px solid var(--line)}.tier-row:last-child{border:0}.tier-label{grid-column:2;grid-row:1;display:grid;place-items:center;font-weight:800;font-size:24px;color:#111}.tier-row[data-tier=S] .tier-label{background:var(--s)}.tier-row[data-tier=A] .tier-label{background:var(--a)}.tier-row[data-tier=B] .tier-label{background:var(--b)}.tier-row[data-tier=C] .tier-label{background:var(--c)}.tier-row[data-tier=D] .tier-label{background:var(--d)}.dropzone{grid-column:1;grid-row:1}.dropzone,.pool{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:12px;min-height:91px;transition:background .15s}.dropzone.drag-over,.pool.drag-over{background:#211d2c}.pool-wrap{margin-top:16px;border:1px dashed #34343b;border-radius:13px;padding:15px;background:#121215}.pool-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pool-label span{font-size:12px;font-weight:700;color:#aaaab0}.pool-label small{color:#77777e}.card{border:1px solid #34343b;background:var(--panel2);border-radius:8px;padding:11px 13px;min-width:105px;cursor:grab;user-select:none;touch-action:manipulation;color:var(--text);font-weight:600;font-size:13px;transition:border-color .15s,background .15s}.card:hover{border-color:#625677;background:#222128}.card.dragging{opacity:.35}.review-form{margin-top:70px}.section-head.simple{margin-bottom:18px}.reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.review{border:1px solid var(--line);border-radius:11px;background:var(--panel);overflow:hidden}.review summary{list-style:none;cursor:pointer;padding:16px 17px;display:flex;align-items:center;justify-content:space-between;font-weight:600}.review summary::-webkit-details-marker{display:none}.review summary span{display:flex;align-items:center;gap:10px}.mini-tier{width:25px;height:25px;display:grid;place-items:center;border-radius:5px;color:#111;font-style:normal;font-weight:800;font-size:11px}.review summary b{color:#777;font-size:19px;font-weight:400;transition:transform .15s}.review[open] summary b{transform:rotate(45deg)}.review-fields{padding:0 15px 12px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.review-fields label{font-size:11px;color:#aaa}.review-fields textarea{display:block;width:100%;height:84px;margin-top:6px;resize:vertical;background:#101012;border:1px solid #303037;border-radius:7px;color:#fff;padding:10px;font-size:13px;line-height:1.5;outline:none;transition:border-color .15s,background .3s}.review-fields textarea:focus{border-color:#75659a}.review-fields textarea.ai-updated{background:#19241d;border-color:#568267}.ai-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 15px 15px}.rewrite{border:1px solid #4c4166;background:#241f30;color:#d8ccf7;border-radius:7px;padding:8px 10px;font-size:11px;cursor:pointer}.rewrite:hover{background:#2c253b}.rewrite:disabled{opacity:.55;cursor:wait}.rewrite span{color:#b99af8;margin-left:4px}.ai-row small{font-size:10px;color:#73737a}.notes{max-width:670px;margin:32px auto 20px;border:1px solid var(--line);background:#131316;border-radius:10px;padding:12px 16px;color:#9999a1}.notes p{margin:4px 0;font-size:11px;line-height:1.7}.notes span{display:inline-block;color:#a78bfa;margin-left:7px}.notes strong{color:#c8c8cc}.submit{display:flex;justify-content:space-between;align-items:center;width:min(100%,400px);margin:auto;border:0;border-radius:9px;background:#eeeef0;color:#111;padding:6px 18px 6px 6px;font-weight:700;font-size:14px;cursor:pointer}.submit b{display:grid;place-items:center;width:39px;height:39px;border-radius:7px;background:#28282d;color:#fff;font-size:18px}.submit:disabled{opacity:.3;cursor:not-allowed}.submit-help{text-align:center;color:#707078;font-size:10px}.trap{position:absolute;right:-10000px}.toast{position:fixed;z-index:20;left:50%;bottom:24px;transform:translate(-50%,100px);opacity:0;padding:12px 17px;border-radius:8px;background:#f2f2f3;color:#151515;font-size:12px;box-shadow:0 12px 40px #000;transition:.2s;max-width:calc(100% - 30px);text-align:center}.toast.show{transform:translate(-50%,0);opacity:1}.toast.error{background:#f7dada;color:#671d1d}dialog{border:1px solid #38383f;background:#17171b;color:#fff;border-radius:13px;padding:23px;width:min(340px,calc(100% - 28px));box-shadow:0 25px 80px #000}dialog::backdrop{background:rgba(0,0,0,.72)}dialog p{text-align:center;color:#aaa}#dialog-tiers{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}#dialog-tiers button{border:0;border-radius:7px;height:44px;font-weight:800;color:#111;cursor:pointer}.close-dialog{position:absolute;left:12px;top:8px;border:0;background:transparent;color:#888;font-size:24px;cursor:pointer}.unrank{width:100%;margin-top:10px;background:#222228;color:#bbb;border:1px solid #36363d;border-radius:7px;height:38px;cursor:pointer}@media(max-width:700px){main{width:min(100% - 22px,1000px)}.page-head{padding:28px 0 23px}.page-head h1{font-size:24px}.page-head p{font-size:12px}.privacy-pill{font-size:10px;padding:7px 9px}.builder{padding-top:28px}.section-head h2{font-size:20px}.section-head p{font-size:12px}.tier-row{grid-template-columns:1fr 48px;min-height:82px}.tier-label{font-size:20px}.dropzone,.pool{padding:8px;gap:6px;min-height:81px}.card{min-width:auto;padding:10px;font-size:12px}.reviews{grid-template-columns:1fr}.review-fields{grid-template-columns:1fr}.ai-row{align-items:flex-start;flex-direction:column}.review-form{margin-top:55px}.notes{padding:11px 13px}.progress strong{font-size:18px}}
