:root{--yellow:#ffd000;--ink:#111;--muted:#6f6f6f;--paper:#f4f4f1;--line:#deded9;--green:#17643a}*{box-sizing:border-box}html{background:#0b0b0b}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper)}button,input,textarea,select{font:inherit}button,a{cursor:pointer}a{text-decoration:none;color:inherit}.ai-head{height:84px;padding:0 clamp(18px,5vw,78px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e7e7e2;position:relative;z-index:10}.ai-head img{width:176px;height:62px;object-fit:contain}.ai-head__actions{display:flex;align-items:center;gap:16px;font-size:12px;font-weight:800}.ai-head__actions a{padding:11px 16px;border-radius:8px;background:var(--yellow)}.ai-head__actions .outline{background:#fff;border:1px solid #1b1b1b}.ai-hero{min-height:520px;background:#080808;color:#fff;padding:70px clamp(20px,8vw,130px);display:grid;grid-template-columns:1.1fr .9fr;align-items:center;overflow:hidden}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.15em;color:#a88400}.ai-hero h1{font-size:clamp(48px,6vw,82px);line-height:.96;letter-spacing:-.065em;margin:20px 0}.ai-hero h1 em{font-style:normal;color:var(--yellow)}.ai-hero p{max-width:680px;font-size:15px;line-height:1.7;color:#b8b8b8}.offer{display:flex;align-items:center;gap:20px;margin-top:30px}.offer strong{font-size:34px;color:var(--yellow)}.offer span{font-size:11px;line-height:1.5;color:#aaa;border-left:1px solid #555;padding-left:20px}.ai-hero__visual{display:grid;place-items:center;position:relative;min-height:360px}.medal-core{width:230px;height:230px;border-radius:50%;background:radial-gradient(circle at 36% 28%,#fff7aa,#f4c400 25%,#9f7400 74%,#271900);display:grid;place-items:center;color:#111;font-size:70px;font-weight:900;box-shadow:0 0 0 15px #151515,0 0 0 18px #6b5311,0 40px 80px #000;position:relative;z-index:2}.medal-orbit{position:absolute;width:390px;height:390px;border:1px solid #4d410e;border-radius:50%;animation:spin 30s linear infinite}.medal-orbit span{position:absolute;width:58px;height:58px;border-radius:50%;background:#222;border:1px solid #8b741b;color:var(--yellow);display:grid;place-items:center;font-weight:800}.medal-orbit span:nth-child(1){left:-29px;top:165px}.medal-orbit span:nth-child(2){right:14px;top:20px}.medal-orbit span:nth-child(3){right:10px;bottom:24px}@keyframes spin{to{transform:rotate(360deg)}}.shell{width:min(1180px,calc(100% - 32px));margin:-35px auto 0;position:relative;z-index:3;padding-bottom:80px}.brief-panel,.project-panel,.history-panel,.auth-gate{background:#fff;border-radius:18px;border:1px solid #e5e5df;box-shadow:0 20px 55px #00000012;padding:34px;margin-bottom:24px}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.section-head h2,.auth-gate h2{font-size:30px;letter-spacing:-.045em;margin:8px 0 0}.secure-note{font-size:10px;color:var(--green);font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wide-field{grid-column:1/-1}label,legend{font-size:11px;font-weight:800}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:9px;background:#fff;padding:13px 14px;margin-top:7px;outline:none}textarea{min-height:120px;resize:vertical;line-height:1.55}input:focus,textarea:focus,select:focus{border-color:#b79000;box-shadow:0 0 0 3px #ffd00026}fieldset{border:0;padding:0;margin:25px 0}.palette{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.palette label{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:8px 11px;cursor:pointer}.palette input{position:absolute;opacity:0;pointer-events:none}.palette i{width:18px;height:18px;border-radius:50%;background:var(--swatch);border:1px solid #bbb;box-shadow:inset 0 0 0 2px #fff}.palette label:has(input:checked){border-color:#111;background:#111;color:#fff}.palette label:has(input:checked) i{box-shadow:0 0 0 2px var(--yellow)}.custom-colors{max-width:470px;margin-top:12px}.upload{border:1px dashed #b7b7af;background:#fafaf7;border-radius:12px;padding:18px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center;cursor:pointer}.upload input{display:none}.upload-icon{grid-row:1/3;width:44px;height:44px;border-radius:10px;background:var(--yellow);display:grid;place-items:center;font-size:25px}.upload b{font-size:12px}.upload small{font-weight:400;color:var(--muted)}.checkout-bar{margin-top:24px;background:#111;color:#fff;border-radius:12px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.checkout-bar>div{display:grid;grid-template-columns:auto 1fr;column-gap:15px;align-items:center}.checkout-bar small{font-size:9px;color:#aaa}.checkout-bar strong{font-size:28px;color:var(--yellow);grid-row:1/3}.checkout-bar span{font-size:10px;color:#aaa}.checkout-bar button,.primary,.auth-form button{border:0;background:var(--yellow);color:#111;border-radius:8px;padding:14px 20px;font-weight:900}.checkout-bar button:disabled,.primary:disabled{opacity:.5;cursor:wait}.auth-gate{display:grid;grid-template-columns:1fr 360px;gap:25px}.auth-gate p{color:var(--muted);font-size:12px;line-height:1.6}.auth-tabs{grid-column:2;display:flex;border-bottom:1px solid var(--line)}.auth-tabs button{flex:1;border:0;background:none;padding:10px;font-weight:800}.auth-tabs .active{border-bottom:3px solid var(--yellow)}.auth-form{grid-column:2;display:grid;gap:12px}.auth-form button{margin-top:5px}.status-card{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#111;color:#fff;padding:20px;border-radius:12px}.status-card h3{margin:5px 0;font-size:21px}.status-card p{margin:0;color:#aaa;font-size:11px}.status-card strong{color:var(--yellow)}.loader{width:32px;height:32px;border:3px solid #ffffff33;border-top-color:var(--yellow);border-radius:50%;animation:spin 1s linear infinite}.variants{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.variant{border:2px solid transparent;background:#f2f2ee;border-radius:13px;overflow:hidden;position:relative}.variant.selected{border-color:var(--yellow);box-shadow:0 0 0 3px #ffd0002b}.variant img{width:100%;aspect-ratio:1;display:block;object-fit:cover}.variant__foot{padding:12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.variant__foot button,.variant__foot a{border:1px solid #bbb;background:#fff;border-radius:7px;padding:8px 10px;font-size:10px;font-weight:800}.variant__foot button{background:var(--yellow);border-color:var(--yellow)}.variant mark{position:absolute;left:10px;top:10px;background:#111;color:#fff;padding:6px 8px;border-radius:5px;font-size:9px}.edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.edit-box{border:1px solid var(--line);border-radius:12px;padding:18px}.edit-box h3{font-size:16px;margin:0 0 5px}.edit-box p{font-size:10px;color:var(--muted);line-height:1.5}.edit-box textarea{min-height:92px}.edit-box button{width:100%;margin-top:10px}.edit-box.restart{background:#f5f5f2}.project-history{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.history-card{border:1px solid var(--line);border-radius:10px;padding:14px;text-align:left;background:#fff}.history-card b{display:block;font-size:12px}.history-card span{display:block;font-size:10px;color:var(--muted);margin-top:6px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;background:#111;color:#fff;padding:13px 18px;border-radius:8px;z-index:30;font-size:11px;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:760px){.ai-head{height:68px;padding:0 14px}.ai-head img{width:126px}.ai-head__actions span,.ai-head__actions #cabinetLink{display:none}.ai-head__actions a{padding:9px 11px}.ai-hero{grid-template-columns:1fr;padding:48px 20px 95px;min-height:auto}.ai-hero h1{font-size:43px}.ai-hero__visual{min-height:250px}.medal-core{width:160px;height:160px;font-size:50px}.medal-orbit{width:245px;height:245px}.medal-orbit span{width:45px;height:45px}.medal-orbit span:nth-child(1){left:-22px;top:100px}.shell{width:calc(100% - 20px);margin:-55px auto 0}.brief-panel,.project-panel,.history-panel,.auth-gate{padding:20px;border-radius:14px}.section-head{align-items:flex-start}.section-head h2,.auth-gate h2{font-size:25px}.secure-note{display:none}.form-grid,.auth-gate,.edit-grid{grid-template-columns:1fr}.wide-field,.auth-tabs,.auth-form{grid-column:1}.checkout-bar{align-items:stretch;flex-direction:column}.checkout-bar button{width:100%}.variants{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.variant{min-width:85%;scroll-snap-align:center}.project-history{grid-template-columns:1fr}.palette{gap:6px}.palette label{padding:7px 9px}.offer strong{font-size:28px}}
