@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#121713;--panel:#1b211c;--line:#343d32;--muted:#a0ab9e;--accent:#d2ed7b;--text:#f4f4e9}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 75% 8%,#29322566,transparent 43%),var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.55}a{color:inherit}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.site-header{height:112px;max-width:1240px;margin:auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{text-decoration:none;display:flex;align-items:center;gap:12px;font-weight:700;font-size:22px;letter-spacing:-1px}.brand-mark{border:1px solid var(--accent);color:var(--accent);font-family:serif;letter-spacing:-3px;font-size:31px;width:42px;height:45px;text-align:center;line-height:42px}.brand-light{font-weight:400;color:var(--accent)}.brand small{display:block;font-size:8px;letter-spacing:2.2px;color:var(--muted);margin-top:2px}.header-note{font-size:10px;letter-spacing:1.7px;color:var(--muted);display:flex;align-items:center;gap:10px}.status-dot{width:6px;height:6px;background:var(--accent);border-radius:50%}main{max-width:1040px;margin:auto;padding:0 40px}.hero{padding:70px 0 44px}.eyebrow{color:var(--accent);font-size:10px;letter-spacing:2.6px;font-weight:700;margin-bottom:20px;display:flex;align-items:center;gap:10px}.eyebrow span{width:24px;height:1px;background:var(--accent)}h1,h2,h3{font-family:'Barlow Condensed','Arial Narrow',sans-serif}h1{font-size:clamp(48px,6vw,78px);line-height:1.02;margin:0 0 23px;font-weight:600;letter-spacing:-1.2px}h1 em{font-style:normal;color:var(--accent)}.hero>p{color:var(--muted);line-height:1.8;font-size:15px;margin:0}.features{display:flex;gap:26px;font-size:11px;margin-top:28px;color:#d1d6ca}.studio{background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:0 24px 80px #0002;padding:30px 34px}.studio-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.step{font-size:9px;letter-spacing:2px;color:var(--accent)}h2{margin:3px 0 0;font-size:27px;font-weight:500}.format-badge{border:1px solid #49513d;background:#252d21;padding:5px 10px;color:#c0c9b2;font-size:10px;letter-spacing:1px;border-radius:4px}.drop-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #657450;border-radius:7px;min-height:225px;background:#20281e;cursor:pointer;transition:.15s}.drop-zone:hover,.drop-zone.dragging{background:#303d25;border-color:var(--accent)}.upload-symbol{font-size:25px;border:1px solid #516044;border-radius:50%;width:44px;height:44px;text-align:center;margin-bottom:12px;color:var(--accent)}.drop-zone strong{font-size:18px;font-weight:500}.drop-zone>span{color:var(--muted);font-size:13px;margin-top:5px}.drop-zone u{text-underline-offset:4px;color:var(--accent)}.drop-zone small{color:#7f8d77;font-size:10px;letter-spacing:.3px;margin-top:18px}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:26px 0;border-bottom:1px solid var(--line);margin-bottom:24px}.settings-row label{font-size:14px;font-weight:600}.settings-row p{margin:3px 0 0;font-size:11px;color:var(--muted)}.count-control{display:flex;align-items:center;gap:13px}.count-control input{width:66px;background:#121a12;border:1px solid #59664c;color:var(--accent);font-size:22px;border-radius:5px;padding:6px 8px;text-align:center}.count-control span{font-size:10px;color:var(--muted)}.primary-button{display:flex;align-items:center;justify-content:center;gap:20px;width:100%;border:0;border-radius:5px;padding:16px;color:#1a2411;background:var(--accent);font-weight:700;font-size:14px;text-decoration:none;transition:background .15s}.primary-button:not(:disabled):hover{background:#e0fc8b}.primary-button span{font-size:19px;line-height:1}.form-note{margin:13px 0 0;text-align:center;color:#8f9b86;font-size:10px}.file-heading{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-size:11px;color:var(--muted)}.text-button{border:0;background:none;color:var(--accent);font-size:11px;padding:5px 0;text-decoration:underline;text-underline-offset:3px}#file-list{padding:0;margin:7px 0 0;list-style:none}#file-list li{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:11px 0;font-size:12px}.file-icon{color:var(--accent)}.file-name{flex:1;min-width:0;overflow-wrap:anywhere}#file-list small{color:var(--muted);white-space:nowrap}.remove-file{color:var(--muted);background:none;border:0;font-size:24px;line-height:1;padding:4px}.remove-file:hover{color:#ffaca2}.notice{padding:13px 15px;border:1px solid #786d3b;background:#302d20;color:#e8d794;font-size:12px;margin-bottom:20px;border-radius:5px}.notice.error{border-color:#805348;background:#34241f;color:#ffc5b4}.progress-label{display:flex;justify-content:space-between;font-size:12px;color:var(--accent)}progress{width:100%;height:7px;accent-color:var(--accent);margin:12px 0 23px}.how-it-works{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin:44px 0}.how-it-works article>span{font-size:10px;letter-spacing:1px;color:#7f9268}h3{font-size:23px;font-weight:500;margin:8px 0}.how-it-works p{font-size:12px;color:var(--muted);line-height:1.75;margin:0}.retention{padding:22px 0;border-top:1px solid var(--line);font-size:11px;color:#889682}.retention strong{color:#b4bfaa;font-size:11px}.retention p{line-height:1.8;margin:6px 0}footer{max-width:1240px;margin:28px auto 0;border-top:1px solid var(--line);padding:24px 40px 36px;display:flex;justify-content:space-between;color:#788670;font-size:10px}.job-hero{padding:40px 0 30px}.back-link{display:block;margin-bottom:40px;font-size:12px;color:var(--muted);text-decoration:none}.job-hero h1{font-size:56px}.job-hero>p{color:var(--muted)}.job-stages{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:22px;font-size:10px;letter-spacing:1px;color:#788670}.job-stages .active{color:var(--accent)}.job-loading{text-align:center;padding:60px 0}.job-loading strong{display:block;font-size:18px}.job-loading p{color:var(--muted);font-size:12px}.spinner{width:34px;height:34px;border:2px solid #48533b;border-top-color:var(--accent);border-radius:50%;margin:0 auto 25px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.job-reference{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);padding-top:24px;margin-top:24px}.job-reference>span{font-size:8px;color:var(--muted);letter-spacing:1px}.job-reference code{font-size:10px;color:var(--muted);overflow-wrap:anywhere}video{width:100%;margin:25px 0 18px;border-radius:6px}.job-card{margin-bottom:70px}@media(max-width:650px){.site-header{height:90px;padding:0 22px}.header-note{display:none}main{padding:0 20px}.hero{padding:45px 0 30px}h1{font-size:54px}.desktop{display:none}.features{gap:12px;flex-wrap:wrap;font-size:10px}.studio{padding:24px 19px}.studio-heading h2{font-size:23px}.format-badge{display:none}.drop-zone{padding:20px 12px;text-align:center}.drop-zone small{font-size:9px}.count-control{gap:7px}.count-control span{display:none}.settings-row p{font-size:10px}.how-it-works{gap:20px;grid-template-columns:1fr;margin:30px 0}.how-it-works article{padding-left:38px;position:relative}.how-it-works article>span{position:absolute;left:0;top:14px}.how-it-works h3{margin-top:0}footer{padding:20px;gap:15px;flex-direction:column}.job-hero h1{font-size:44px}.job-reference{flex-wrap:wrap}.job-stages{font-size:9px;letter-spacing:0}}
.game-logo{width:160px;height:40px;object-fit:contain}.brand{gap:18px}@media(max-width:650px){.game-logo{width:128px;height:32px}.brand{font-size:20px;gap:12px}.brand small{font-size:7px;letter-spacing:1.4px}}
.brand a{text-decoration:none}.brand small a{color:var(--accent)}.brand small a:hover,footer a:hover{text-decoration:underline;text-underline-offset:3px}footer a{color:#b7c5a5;text-decoration:none}
.render-progress{border-top:1px solid var(--line);padding:24px 0}.progress-heading{display:flex;gap:16px;justify-content:space-between;align-items:baseline}.progress-heading span{white-space:nowrap;color:var(--accent);font-size:13px}.render-progress progress{width:100%;height:8px;margin-top:18px;accent-color:var(--accent)}.render-progress summary{cursor:pointer;color:#b7c5a5;font-size:13px}.render-progress ol{padding-left:20px;font-size:12px;line-height:1.8;color:#a9aaa1}@media(max-width:650px){.progress-heading{flex-direction:column;gap:8px}}
.job-loading{padding:20px 0;display:grid;grid-template-columns:24px 1fr;gap:6px 12px;text-align:left}.job-loading .spinner{width:24px;height:24px;margin:0;grid-row:span 2}.job-loading p{margin:0}.job-loading strong{font-size:14px}
