:root{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#161616;background:#f3f2ed;color-scheme:light;--line:#c8c8bf;--red:#d83424}*{box-sizing:border-box}body{margin:0}header{height:85px;padding:0 4vw;display:flex;gap:35px;align-items:center;border-bottom:1px solid #161616}.brand{font-weight:800;font-size:34px;text-decoration:none;letter-spacing:-2px;color:inherit;display:flex;align-items:center;gap:16px}.brand span,.edition,#connection{font-size:10px;letter-spacing:1px;font-weight:600}.brand span{max-width:85px;letter-spacing:1.4px;line-height:1.4}.edition{margin-left:auto}#connection{border-left:1px solid #aaa;padding-left:25px}main{max-width:1440px;margin:auto;padding:0 4vw}.hero{display:grid;grid-template-columns:3fr 1fr;gap:30px;align-items:end;padding:56px 0 38px}.eyebrow,.step{font-size:10px;font-weight:700;letter-spacing:1.4px}.eyebrow{margin:0 0 20px}.step{display:block;color:#666;margin-bottom:19px}h1{font-size:clamp(40px,5.5vw,79px);font-weight:600;line-height:1.02;letter-spacing:-4px;margin:0}.red{color:var(--red)}.hero-side{border-left:1px solid var(--line);padding-left:35px}.big-number{font-size:110px;color:var(--red);font-weight:700;line-height:.9;letter-spacing:-7px}.hero-side p{font-size:12px;line-height:1.6;margin-bottom:0}.notice{display:flex;align-items:center;gap:20px;padding:17px 0;border-top:3px solid #161616;border-bottom:1px solid #161616;font-size:12px}.notice strong{font-size:10px;letter-spacing:1px;white-space:nowrap;color:var(--red)}.panel{padding:32px 0;border-bottom:1px solid #161616}.connect{display:grid;grid-template-columns:1fr 2fr;gap:35px;align-items:center}.hint{font-size:11px;line-height:1.6;color:#666}h2{font-size:30px;letter-spacing:-1px;font-weight:600;margin:0 0 15px}label{display:block;font-size:10px;font-weight:700;letter-spacing:1px;margin:0 0 12px}.inputrow{display:flex;gap:8px;flex-wrap:wrap}.inputrow input{flex:1;min-width:180px}input,textarea{background:transparent;border:1px solid #97998f;border-radius:0;padding:14px;font:inherit;font-size:13px;max-width:100%;width:100%;color:#161616}textarea{resize:vertical}input:focus,textarea:focus,button:focus-visible,.file-label:focus-within{outline:2px solid var(--red);outline-offset:3px}button{border:1px solid #161616;border-radius:0;background:#161616;color:#fff;padding:13px 18px;font:inherit;font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap}button:hover{background:var(--red);border-color:var(--red);color:white}button:disabled{opacity:.35;cursor:not-allowed}.secondary{background:transparent;color:#161616}.section-head{display:flex;justify-content:space-between;align-items:start;gap:20px}.total{text-align:right}.total strong{font-size:33px;letter-spacing:-1px;display:block;color:var(--red)}.total span{font-size:9px;letter-spacing:1px}.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border-top:1px solid #161616;border-bottom:1px solid #161616}.reference-type{padding:24px;border-right:1px solid var(--line);min-width:0}.reference-type:first-child{padding-left:0}.reference-type:last-child{border-right:0;padding-right:0}.type-head{display:flex;justify-content:space-between;align-items:center}h3{font-size:24px;letter-spacing:-.7px;font-weight:500;margin:0}.type-head span{font-size:12px;color:#666}.type-mark{font-size:65px;font-weight:300;height:95px;display:flex;align-items:center;color:var(--red)}.reference-type p{font-size:12px;color:#60615a;margin:0 0 24px}.file-label{cursor:pointer;border:1px solid #161616;padding:12px;text-align:center;font-size:11px;position:relative;letter-spacing:0}.file-label:hover{background:#e6e5df}.file-label input{position:absolute;opacity:0;inset:0;width:100%;height:100%;padding:0;cursor:pointer}.reference-type small{display:block;font-size:9px;letter-spacing:.7px;color:#666}.reference-type ul{padding:0;list-style:none;margin:12px 0 0}.reference-type li{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding:9px 0;font-size:11px;min-width:0}.reference-type li span{flex:1;overflow-wrap:anywhere;min-width:0}.reference-type li small{margin-top:4px;font-size:9px;letter-spacing:0}.reference-type li img{width:34px;height:34px;object-fit:cover}.reference-type li button{padding:4px 7px;background:transparent;color:#161616;border:0;font-size:17px}.reference-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:20px}.reference-foot p{font-size:11px;line-height:1.8;margin:0;color:#5d5d57}.reference-foot strong{color:#161616}.hint a{color:inherit}.workspace{display:grid;grid-template-columns:1fr 1fr}.workspace>.panel:first-child{padding-right:35px;border-right:1px solid var(--line)}.workspace>.panel:last-child{padding-left:35px}.specs{display:flex;gap:20px;font-size:10px;margin:18px 0 25px;color:#666}.actions{display:flex;gap:8px;margin-top:12px}.statusbox{padding:28px 0 15px}.statusbox h3{font-size:22px}.statusbox p{font-size:12px;color:#666;line-height:1.6;overflow-wrap:anywhere}.budget{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px}.budget .eyebrow{display:block;font-size:9px;margin-bottom:8px}.budget strong{font-size:30px;font-weight:500}.console h2{font-size:26px}.console #http{font-family:monospace;font-size:10px;text-align:right;overflow-wrap:anywhere;max-width:50%}#message{font-size:12px;line-height:1.6}pre{border-top:1px solid #161616;background:#e9e8e2;padding:20px;max-height:300px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.6;margin:18px 0 0}footer{display:flex;justify-content:space-between;padding:27px 0;font-size:9px;letter-spacing:1px}.file-label:has(input:disabled){opacity:.4;cursor:not-allowed}@media(max-width:800px){header{height:70px;padding:0 20px;gap:15px}.edition{display:none}#connection{margin-left:auto;font-size:9px;padding-left:15px}.brand{font-size:29px}.brand span{font-size:8px;max-width:65px}main{padding:0 20px}.hero{padding:36px 0;grid-template-columns:1fr}h1{letter-spacing:-2px}.hero-side{display:none}.notice{align-items:start;flex-direction:column;gap:10px;line-height:1.6}.connect{grid-template-columns:1fr;gap:8px}.reference-grid{grid-template-columns:1fr}.reference-type,.reference-type:first-child,.reference-type:last-child{padding:22px 0;border-right:0;border-bottom:1px solid var(--line)}.reference-type:last-child{border-bottom:0}.type-mark{display:none}.reference-type p{margin:12px 0 18px}.reference-foot{align-items:start;flex-direction:column}.workspace{grid-template-columns:1fr}.workspace>.panel:first-child,.workspace>.panel:last-child{padding:28px 0;border-right:0}.console .section-head{flex-direction:column}.console #http{max-width:100%;text-align:left}footer span:nth-child(2){display:none}}
