@import url('./type.css');
:root{color-scheme:dark;--bg:#0b100e;--panel:#131a16;--line:#27312a;--muted:#8d9b91;--accent:#b8f36b;--font:Arial,Tahoma,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#f1f5ef;font-family:var(--font);font-size:14px}button,input,select{font:inherit}button,.button,.background-button{cursor:pointer;border:1px solid var(--line);border-radius:7px;color:inherit;background:#19221c;padding:10px 15px;transition:background .18s,border-color .18s}button:hover,.button:hover,.background-button:hover{background:#253027;border-color:#536148}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}button:disabled{opacity:.35;cursor:not-allowed}button.primary{background:var(--accent);color:#172111;font-weight:700;border-color:var(--accent)}input,select{background:#0e1511;color:#e8f0e9;border:1px solid var(--line);border-radius:6px;padding:9px 11px;min-width:0}select{max-width:100%}a{color:inherit;text-decoration:none}.app-header{height:85px;padding:0 42px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;background:#101611}.identity{display:flex;align-items:center;gap:22px;direction:ltr}.logo{font-size:43px;font-weight:900;font-style:italic;letter-spacing:-4px}.logo>span{color:var(--accent);font-size:39px}.identity-line{height:30px;width:1px;background:#34402e}.product{font-size:12px;font-weight:700;letter-spacing:2.7px;line-height:1.6}.product small{display:block;font-size:8px;letter-spacing:2.3px;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:25px}.build-tag{color:var(--muted);font-size:11px}.language{direction:ltr;font-size:12px;background:transparent}.language span{color:var(--muted);margin:0 6px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 314px;max-width:1600px;margin:auto;direction:ltr}main{min-width:0;padding:43px 44px 0;direction:rtl}html[dir=ltr] main{direction:ltr}.intro{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px}.eyebrow{font-size:9px;letter-spacing:2.2px;color:var(--accent);direction:ltr;font-weight:700}h1{margin:10px 0 8px;font-size:clamp(26px,2.5vw,39px);line-height:1.45;letter-spacing:-1px;font-weight:700}h1 span{color:var(--accent)}.intro p{color:var(--muted);font-size:12px;margin:0}.studio-badge{display:flex;align-items:center;gap:7px;font-size:10px;white-space:nowrap;color:#a9bbad;border:1px solid #2e3d31;border-radius:30px;padding:8px 11px}.studio-badge i,.source-caption i{width:5px;height:5px;background:var(--accent);border-radius:50%;display:block}.preview-card{background:#101812;border:1px solid #2b382d;border-radius:12px;overflow:hidden;box-shadow:0 28px 90px #0003}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--line)}.source-switch,.side-switch{display:flex;background:#0b110d;border:1px solid var(--line);padding:3px;border-radius:6px;gap:3px}.source-switch button,.side-switch button{border:0;background:transparent;padding:7px 16px;color:var(--muted);font-size:11px;border-radius:4px}.source-switch .selected,.side-switch .selected{background:#263622;color:#d7efc1}.devices{display:flex;gap:5px;direction:ltr}.devices button,.playback button{background:transparent;border:0;display:grid;place-items:center;padding:6px;color:#7e8e81}.devices button.active,.devices button:hover,.playback button:hover{background:#233020;color:var(--accent)}.devices svg{width:17px;height:17px}.preview-stage{min-height:210px;padding:24px;background:radial-gradient(ellipse at 50% 50%,#172419,#0b130e);display:flex;align-items:center;justify-content:center;transition:padding .3s}#widget-wrap{width:100%;max-width:1000px;overflow:hidden;border:1px solid #ffffff19;box-shadow:0 14px 60px #0006;transition:width .35s;position:relative}#widget-wrap.mobile{width:340px;flex-shrink:0;max-width:100%}.preview-card:fullscreen{display:flex;flex-direction:column;justify-content:center;border:0;background:#08100c}.preview-card:fullscreen .preview-stage{flex:1;min-height:0}.preview-card:fullscreen #widget-wrap{max-width:min(1350px,155vh)}.preview-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 17px;border-top:1px solid var(--line);gap:12px}.source-caption{display:flex;align-items:center;gap:6px;font-size:10px;color:#8eaa93}.playback{display:flex;align-items:center;gap:6px;direction:ltr}.playback svg{width:13px;height:13px}.playback span{font-size:9px;color:#728676;border-left:1px solid var(--line);margin-left:7px;padding-left:12px;font-variant-numeric:tabular-nums}.below-preview{display:flex;align-items:center;justify-content:space-between;margin:15px 2px 36px;color:#65776a;font-size:8px;letter-spacing:1px}.mini-label{letter-spacing:0}.fixture-control{padding:14px 16px;display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--line);font-size:11px}.fixture-control[hidden]{display:none}.fixture-control input{width:120px;direction:ltr}.fixture-control button{padding:8px 13px;color:var(--accent)}.section-heading{display:flex;align-items:center;justify-content:space-between}h2{font-size:21px;margin:8px 0 0;letter-spacing:-.3px}.event-help{color:var(--muted);font-size:11px;line-height:1.8;margin:12px 0 20px}.event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.event-button{display:flex;align-items:center;gap:10px;padding:14px 12px;background:#111913;border:1px solid #263228;border-radius:7px;text-align:start;min-height:58px;font-size:11px;color:#c6d3c9;position:relative}.event-button svg{flex-shrink:0;color:#9fb68f;width:20px;height:20px}.event-button:hover,.event-button.active{border-color:#8cac66;background:#1c2b18;color:#edffda}.event-button.active:after{content:'';width:4px;height:4px;border-radius:50%;background:var(--accent);position:absolute;inset-inline-end:8px;top:8px}.integration-note{display:flex;gap:16px;align-items:center;border:1px solid #29382c;background:linear-gradient(100deg,#182217,#101912);border-radius:10px;padding:21px;margin-top:34px}.note-icon{color:var(--accent);display:grid;place-items:center;width:38px;height:38px;background:#263420;border-radius:8px;flex-shrink:0}.note-icon svg{width:20px}.integration-note h3{font-size:13px;margin:0 0 6px}.integration-note p{font-size:10px;color:var(--muted);line-height:1.8;margin:0}.integration-note button{white-space:nowrap;font-size:10px;margin-inline-start:auto}.page-footer{display:flex;justify-content:space-between;color:#526657;font-size:8px;margin:30px 0 24px;gap:15px}.page-footer span:first-child{letter-spacing:1.2px;direction:ltr}
.style-panel{direction:rtl;border-left:1px solid var(--line);background:#111812;padding:29px 23px;min-width:0}html[dir=ltr] .style-panel{direction:ltr}.panel-heading{display:flex;gap:11px;align-items:center;margin-bottom:26px}.panel-heading>span:first-child{color:var(--accent);display:grid;place-items:center}.panel-heading h2{font-size:16px;margin:0}.panel-heading p{font-size:10px;color:var(--muted);margin:6px 0 0}.panel-counter{color:#526148;font-family:monospace;font-size:11px;margin-inline-start:auto}.style-panel details{padding:19px 0;border-top:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:space-between}summary::-webkit-details-marker{display:none}summary:after{content:'+';font-size:17px;font-weight:400;color:#7d947d}details[open]>summary:after{content:'−'}details[open]>summary{margin-bottom:18px}.presets{display:grid;grid-template-columns:1fr 1fr;gap:8px}.preset{padding:8px;background:#141f16;border-color:#314333;display:flex;gap:3px;height:34px;align-items:center}.preset span{display:block;flex:1;height:15px;border-radius:3px}.preset.active{outline:1px solid var(--accent);outline-offset:1px}.color-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:11px;color:#b8c6ba}.color-value{display:flex;gap:8px;align-items:center;font-size:10px;font-family:monospace;color:#849687;direction:ltr}input[type=color]{appearance:none;-webkit-appearance:none;width:25px;height:25px;border:0;padding:0;background:none;cursor:pointer}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:1px solid #ffffff26;border-radius:50%}.upload-box{cursor:pointer;border:1px dashed #3b503a;border-radius:8px;min-height:107px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#18211677}.upload-box>span{color:var(--accent)}.upload-box svg{width:19px}.upload-box strong{font-size:11px}.upload-box small{font-size:8px;direction:ltr;color:#6f8372;letter-spacing:1px}.brand-controls{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.brand-controls select{font-size:10px;padding:6px}.text-button{background:none!important;border:0!important;padding:6px 0;color:#8b9f89;font-size:10px}.toggle-row{display:flex;align-items:center;justify-content:space-between;margin:15px 0;font-size:11px;color:#b8c6ba}.switch{position:relative;width:30px;height:17px}.switch input{opacity:0;position:absolute;inset:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:1}.switch span{display:block;width:30px;height:17px;border-radius:20px;background:#354536;transition:background .2s}.switch span:after{content:'';position:absolute;left:3px;top:3px;width:11px;height:11px;border-radius:50%;background:#adc0a6;transition:transform .2s}.switch input:checked+span{background:var(--accent)}.switch input:checked+span:after{background:#1e2e17;transform:translateX(13px)}.switch input:focus-visible+span{outline:2px solid #fff;outline-offset:3px}.background-button{display:block;text-align:center;font-size:10px;margin:17px 0 6px;background:none}.hint{font-size:10px;line-height:1.8;color:#7d9281}.save-theme{display:flex;gap:5px}.save-theme input{width:100%;font-size:11px}.save-theme button{font-size:10px;padding:8px 12px}#saved-themes{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}#saved-themes button{padding:7px 10px;font-size:10px}.panel-actions{border-top:1px solid var(--line);padding-top:21px;display:grid;grid-template-columns:1fr 1fr;gap:9px;text-align:center}.panel-actions button,.panel-actions .button{font-size:10px}.panel-actions .text-button{grid-column:1/-1;margin-top:3px}#toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,12px);padding:12px 20px;border:1px solid #476339;border-radius:8px;background:#1e2d19;color:#e2f4d5;z-index:100;opacity:0;pointer-events:none;transition:.2s;font-size:12px;max-width:90%;box-shadow:0 10px 40px #0008}#toast.show{opacity:1;transform:translate(-50%,0)}dialog{max-width:680px;width:90%;background:#121c15;border:1px solid #3c513b;border-radius:14px;color:#e6eee7;padding:26px}dialog::backdrop{background:#000a;backdrop-filter:blur(4px)}.dialog-top{display:flex;justify-content:space-between;align-items:center}.dialog-top h2{margin:0}.dialog-top button{border:0;background:none;font-size:25px;padding:2px 7px}dialog p{font-size:12px;line-height:1.9;color:#98aa9c}pre{white-space:pre-wrap;word-break:break-word;direction:ltr;text-align:left;font:11px/1.7 monospace;background:#080f0a;border:1px solid #283c2b;border-radius:8px;padding:16px;color:#bbddab}
@media(min-width:1500px){main{padding:52px 66px 0}.workspace{grid-template-columns:minmax(0,1fr) 340px}.style-panel{padding:35px 30px}.event-button{padding:16px 14px}}
@media(max-width:1100px){.workspace{grid-template-columns:minmax(0,1fr) 270px}main{padding:32px 24px 0}.style-panel{padding:25px 18px}.event-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.intro{align-items:flex-start}.studio-badge{display:none}.preview-stage{padding:15px}.integration-note{flex-wrap:wrap}.integration-note>div{flex:1}.integration-note button{margin-inline-start:54px}}
@media(max-width:760px){.app-header{height:72px;padding:0 20px}.logo{font-size:36px}.logo>span{font-size:32px}.identity{gap:15px}.product{font-size:10px}.build-tag{display:none}.workspace{display:flex;flex-direction:column}main{padding:28px 18px 0}.style-panel{border-left:0;border-top:1px solid var(--line);padding:28px 25px}.intro{margin-bottom:22px}h1{font-size:29px}.preview-stage{padding:9px;min-height:0}.preview-toolbar{padding:10px}.preview-footer{padding:9px 10px}.source-caption{font-size:8px;max-width:70%}.playback span{display:none}.event-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.event-button{flex-direction:column;justify-content:center;gap:9px;padding:13px 6px;font-size:10px;min-height:82px;text-align:center}.below-preview{margin-bottom:29px}.integration-note{padding:17px;gap:12px}.integration-note h3{font-size:12px}.integration-note button{margin-inline-start:50px}.fixture-control{flex-wrap:wrap}.page-footer{font-size:7px}.event-help{font-size:10px}.style-panel details{padding:18px 0}.color-row,.toggle-row{font-size:13px}details>summary{font-size:14px}.presets{grid-template-columns:repeat(4,1fr)}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
.preview-card .preview-stage{padding:0;min-height:0;background:transparent}
.preview-stage #widget-wrap{max-width:100%;border:0;box-shadow:none}
.preview-card .preview-stage[hidden],.preview-card .preview-footer[hidden],#goalserve-panel[hidden]{display:none!important}
.panel-actions #reset{grid-column:1/-1;background:#ff0000!important;color:#fff;border:1px solid #ff0000!important;padding:12px 16px;font-weight:700;justify-self:start;margin-top:16px}
