:root{--bg:#f7f3ea;--surface:#fffaf0;--surface-2:#ebe5d8;--surface-inset:#f7f3ea;--text:#111614;--text-muted:#6c766f;--text-soft:#5c665f;--border:#ded6c5;--border-strong:#d8d0bf;--ink:#111614;--ink-text:#f7f3ea;--shadow:0 10px 24px #1116140f;--danger-bg:#ffe1dc;--danger-border:#ef8c7f;--danger-text:#7c2018;--port-text:#1f7b67;--spinner-track:#1116142e;--accent-mint:#b9eadc;--accent-mint-text:#0f1513;--accent-blue:#2563eb;--accent-blue-text:#fff;--outline:#161b19}[data-theme=dark]{--bg:#14181a;--surface:#1e2426;--surface-2:#2a3033;--surface-inset:#0f1314;--text:#f1ede3;--text-muted:#97a09a;--text-soft:#aab2ac;--border:#333b3d;--border-strong:#3c4548;--ink:#f1ede3;--ink-text:#14181a;--shadow:0 10px 24px #00000061;--danger-bg:#3a201d;--danger-border:#8a4a42;--danger-text:#ffb3a8;--port-text:#5fd0b4;--spinner-track:#ffffff2e}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{min-height:100vh;padding:18px}.top-bar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.brand-group{align-items:center;gap:10px;min-width:142px;display:flex}.brand-link{color:inherit;border-radius:10px;text-decoration:none}.build-badge{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:900}.build-badge.is-standalone{letter-spacing:0;text-transform:none;font-size:12px}.build-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.app-footer{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;margin-top:24px;padding-top:12px;font-size:12px;font-weight:700;display:flex}.app-footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px 18px;display:flex}.app-footer-destinations,.app-footer-socials{align-items:center;display:flex}.app-footer-destinations{gap:16px}.app-footer-destinations a{align-items:center;gap:6px;display:inline-flex}.app-footer-links a{color:var(--text-muted);text-decoration:none}.app-footer-links a:hover{color:var(--text)}.app-footer-destinations a:hover{text-decoration:underline}.app-footer-socials{gap:7px}.app-footer-social{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.app-footer-social svg{fill:currentColor;width:16px;height:16px}.app-footer-social:hover{background:var(--accent-mint);border-color:color-mix(in srgb, var(--accent-mint-text) 24%, var(--border));color:var(--accent-mint-text);transform:translateY(-2px)}.app-footer-social:focus-visible{outline:3px solid color-mix(in srgb, var(--accent-blue) 38%, transparent);outline-offset:2px}.brand-link:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 40%, transparent);outline-offset:3px}.brand-mark{color:#f7f3ea;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:116px;height:48px;display:flex}.brand-mark img{object-fit:contain;width:114px;height:46px;display:block}.brand-mark .brand-logo-dark-theme,[data-theme=dark] .brand-mark .brand-logo-light-theme{display:none}[data-theme=dark] .brand-mark .brand-logo-dark-theme{display:block}.brand-title{color:var(--text);margin:0;font-size:23px;font-weight:800;line-height:1}.brand-meta{color:var(--text-muted);text-transform:uppercase;margin:3px 0 0;font-size:12px;font-weight:700}.nav-group{flex-shrink:0;align-items:center;gap:8px;display:flex}.language-picker{flex-shrink:0;display:flex}.language-select{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;width:96px;max-width:96px;height:42px;padding:0 8px;font-size:13px;font-weight:800}.language-select:focus{border-color:var(--ink);outline:2px solid color-mix(in srgb, var(--ink) 18%, transparent);outline-offset:-2px}.project-controls{flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.project-controls-label{color:var(--text-muted);letter-spacing:.02em;flex-shrink:0;font-size:12px;font-weight:900}.project-switcher{min-width:0;position:relative}.project-switcher-button{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;align-items:center;gap:8px;min-width:0;max-width:220px;height:42px;padding:0 12px;display:flex}.project-switcher-button.is-open,.project-switcher-button:focus-visible{border-color:var(--ink);outline:none}.project-switcher-name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.project-switcher-menu{background:var(--surface);border:1px solid var(--border-strong);box-shadow:var(--shadow);z-index:40;border-radius:10px;min-width:260px;max-height:320px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.project-switcher-title{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin:2px 6px 8px;font-size:11px;font-weight:900}.project-switcher-row{align-items:center;gap:4px;display:flex}.project-switcher-item{color:var(--text);text-align:left;background:0 0;border:0;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:0;padding:8px 10px;display:flex}.project-switcher-item:hover:not(:disabled){background:var(--surface-2)}.project-switcher-item.is-active{background:var(--accent-mint);color:var(--accent-mint-text)}.project-switcher-check{flex-shrink:0;justify-content:center;align-items:center;width:15px;display:flex}.project-switcher-item-name{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.project-switcher-delete{color:var(--text-muted);background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.project-switcher-delete:hover:not(:disabled){background:var(--danger-bg);color:var(--danger-text)}.project-add-button{background:var(--ink);border:1px solid var(--ink);color:var(--ink-text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:42px;display:flex}.header-folder-button{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.project-switcher-button:disabled,.project-switcher-item:disabled,.project-switcher-delete:disabled,.project-add-button:disabled,.header-folder-button:disabled{opacity:.55}.create-project-form{flex-direction:column;gap:6px;margin-top:14px;display:flex}.create-project-label{color:var(--text-muted);font-size:12px;font-weight:800}.create-project-input{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;width:100%;height:42px;margin-bottom:6px;padding:0 11px;font-size:14px;font-weight:700}.create-project-input:focus{border-color:var(--ink);outline:2px solid color-mix(in srgb, var(--ink) 18%, transparent);outline-offset:-2px}.create-project-location{align-items:center;gap:8px;display:flex}.create-project-form .confirm-dialog-actions{margin-top:10px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav-button{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.nav-button span{font-size:14px;font-weight:800}.nav-button.is-icon-only{flex:none;width:44px;padding:0}.nav-button.is-active{background:var(--ink);border-color:var(--ink);color:var(--ink-text)}.nav-button.brand-apps,.nav-button.brand-categories{white-space:nowrap;flex:none}.nav-button.brand-apps span,.nav-button.brand-categories span{letter-spacing:.04em;text-transform:uppercase}.theme-toggle{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;justify-content:center;align-items:center;width:44px;height:42px;display:flex}.error-text{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text);border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:14px;font-weight:700}.loading-state{justify-content:center;align-items:center;min-height:50vh;display:flex}.spinner{border:3px solid var(--spinner-track);color:var(--text);border-left-color:currentColor;border-radius:999px;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}.create-button .spinner{color:var(--ink-text)}@keyframes spin{to{transform:rotate(360deg)}}.home-grid{display:block}.panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;padding:14px}.panel-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.panel-title{color:var(--text);margin:0;font-size:22px;font-weight:900;line-height:1.1}.system-apps-summary{color:var(--text-muted);margin:2px 0 0;font-size:13px;font-weight:700}.icon-refresh-button{color:var(--text);background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.choice-card{border:2px solid var(--outline);text-align:left;border-radius:8px;grid-template-rows:auto auto 1fr auto;min-height:330px;padding:0;display:grid;overflow:hidden}.choice-card-main:hover:not(:disabled),.choice-card-text:hover:not(:disabled),.choice-footer:hover:not(:disabled),.nav-button:hover,.theme-toggle:hover,.refresh-button:hover,.icon-refresh-button:hover,.project-add-button:hover:not(:disabled),.header-folder-button:hover:not(:disabled),.install-button:hover:not(:disabled),.remove-button:hover:not(:disabled),.toggle:hover:not(:disabled){opacity:.82}.choice-card-main:active:not(:disabled),.choice-card-text:active:not(:disabled),.choice-footer:active:not(:disabled),.nav-button:active,.theme-toggle:active,.refresh-button:active,.icon-refresh-button:active,.project-add-button:active:not(:disabled),.header-folder-button:active:not(:disabled),.install-button:active:not(:disabled),.remove-button:active:not(:disabled),.toggle:active:not(:disabled){transform:scale(.99)}.choice-cube{background:#8ed4c3}.choice-pixel{background:#ffd463}.choice-paint{background:#b8c9ff}.choice-audio{background:#f7a7ba}.choice-motion{background:#b7df72}.choice-card.is-disabled{opacity:.42}.choice-card-main{color:inherit;text-align:left;background:0 0;border:0;width:100%;padding:0;display:grid}.choice-visual{justify-content:center;align-items:center;min-height:156px;padding-top:18px;display:flex}.choice-visual.has-screenshot{height:190px;min-height:0;padding:0;overflow:hidden}.choice-screenshot{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.choice-content{background:var(--surface);border-top:2px solid var(--outline);color:var(--text);align-content:start;gap:8px;padding:14px;display:grid}.choice-card-text{color:inherit;text-align:left;background:0 0;border:0;gap:8px;width:100%;padding:0;display:grid}.choice-title-row{align-items:center;gap:9px;display:flex}.app-screenshot-icon{border:1px solid var(--border-strong);object-fit:cover;object-position:center;border-radius:4px;flex:none;width:30px;height:30px;display:block}.choice-open{background:var(--accent-mint);border:1px solid var(--accent-mint-text);color:var(--accent-mint-text);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;padding:5px 12px;font-size:12px;font-weight:900;display:inline-flex}.choice-open:hover:not(:disabled){background:var(--accent-mint-text);color:var(--accent-mint)}.choice-open:active:not(:disabled){transform:scale(.96)}.choice-open:disabled{opacity:.5}.choice-title{color:var(--text);flex:1;font-size:19px;font-weight:900}.choice-description{color:var(--text-soft);font-size:14px;font-weight:700;line-height:1.35}.choice-footer{background:var(--surface);border:0;border-top:1px solid var(--border);color:var(--text);text-align:left;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:10px 14px;display:flex}.choice-status{color:var(--text);text-transform:uppercase;font-size:13px;font-weight:900}.choice-links{background:var(--surface);border-top:1px solid var(--border);color:var(--text);min-height:52px;padding:12px 14px 13px;display:flex}.choice-intel-links{flex-wrap:wrap;gap:7px;display:flex}.choice-intel-links a{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:6px;align-items:center;gap:5px;padding:5px 7px;font-size:11px;font-weight:850;text-decoration:none;display:inline-flex}.choice-intel-links a:hover{text-decoration:underline}.choice-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.choice-search{background:var(--surface-inset);border:1px solid var(--border-strong);color:var(--text-muted);border-radius:8px;flex:0 280px;align-items:center;gap:8px;min-width:200px;height:44px;padding:0 12px;display:flex}.choice-search-input{color:var(--text);background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:15px;font-weight:700}.choice-search-input::placeholder{color:var(--text-muted);font-weight:600}.choice-search-clear{background:var(--surface-2);color:var(--text);border:0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.filter-chips{flex-wrap:wrap;flex:320px;align-items:center;gap:7px;display:flex}.filter-chip{background:var(--surface-inset);border:1px solid var(--border-strong);color:var(--text);border-radius:999px;padding:6px 13px;font-size:13px;font-weight:800}.filter-chip.is-active{background:var(--ink);border-color:var(--ink);color:var(--ink-text)}.filter-chip-state{align-items:center;gap:7px;display:inline-flex}.filter-chip-count{background:var(--surface-2);color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;min-width:19px;padding:1px 6px;font-size:11px;font-weight:900;display:inline-flex}.filter-chip-state.is-active .filter-chip-count{background:var(--ink-text);color:var(--ink)}.filter-chip:hover{opacity:.82}.filter-chip:active{transform:scale(.97)}.filter-divider{background:var(--border-strong);align-self:stretch;width:1px;margin:2px 3px}.choice-categories{gap:20px;display:grid}.choice-category{border-radius:10px;padding:14px}.choice-category:nth-child(odd){background:var(--surface-inset)}.choice-category:nth-child(2n){background:var(--surface-2)}.choice-category-header{align-items:center;gap:9px;margin-bottom:10px;display:flex}.choice-category-title{color:var(--text);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:15px;font-weight:900}.choice-category-count{background:var(--surface-2);color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;min-width:22px;padding:1px 7px;font-size:12px;font-weight:800;display:inline-flex}.choice-tags{flex-wrap:wrap;gap:5px;display:flex}.choice-tag{background:var(--surface-2);color:var(--text-soft);letter-spacing:.01em;text-transform:lowercase;border-radius:5px;padding:2px 7px;font-size:11px;font-weight:800}.choice-tag-dim{background:var(--ink);color:var(--ink-text);text-transform:uppercase}.cube-shell{width:142px;height:128px;position:relative;transform:rotate(-8deg)}.cube-face,.cube-side,.cube-top,.cube-stripe{position:absolute}.cube-face{background:#f7f3ea;border:3px solid #111614;border-radius:7px;width:94px;height:94px;top:30px;left:12px}.cube-top{background:#62bda7;border:3px solid #111614;border-radius:7px;width:94px;height:44px;top:9px;left:31px;transform:skew(-35deg)}.cube-side{background:#e56b5f;border:3px solid #111614;border-radius:7px;width:42px;height:93px;top:30px;left:87px;transform:skewY(-28deg)}.cube-stripe{background:#ffcf5a;border:3px solid #111614;border-radius:5px;width:56px;height:22px;top:35px;left:16px}.pixel-grid{border:3px solid #111614;grid-template-columns:repeat(4,1fr);width:128px;height:128px;display:grid}.pixel-cell{border:1px solid #111614}.paint-mark{width:152px;height:136px;position:relative}.paint-canvas{background:#fffaf0;border:3px solid #111614;border-radius:7px;width:118px;height:94px;position:absolute;top:8px;left:8px;transform:rotate(-4deg)}.paint-stroke,.paint-spark{position:absolute}.paint-stroke{border:5px solid #0000;border-color:#0000 #0000 currentColor currentColor;border-radius:999px;width:70px;height:44px;transform:rotate(-18deg)}.paint-stroke-primary{color:#e56b5f;top:20px;left:18px}.paint-stroke-secondary{color:#34b399;top:34px;left:34px;transform:rotate(20deg)}.paint-spark{background:#ffcf5a;border:3px solid #111614;border-radius:999px;width:18px;height:18px;top:17px;right:16px}.paint-palette{background:#f7f3ea;border:3px solid #111614;border-radius:7px;justify-content:center;align-items:center;gap:5px;width:104px;height:42px;display:flex;position:absolute;bottom:4px;right:4px;transform:rotate(5deg)}.paint-swatch{border:2px solid #111614;border-radius:999px;width:14px;height:14px}.audio-mark{width:154px;height:136px;position:relative}.audio-disc{background:radial-gradient(circle,#111614 0 11px,#ffcf5a 12px 18px,#111614 19px 22px,#f7f3ea 23px);border:3px solid #111614;border-radius:999px;width:92px;height:92px;position:absolute;top:20px;left:0;transform:rotate(-10deg)}.audio-disc-center{background:#34b399;border:3px solid #111614;border-radius:999px;width:28px;height:28px;position:absolute;top:29px;left:29px}.audio-wave{background:#f7f3ea;border:3px solid #111614;border-radius:7px;justify-content:center;align-items:center;gap:5px;width:92px;height:98px;padding:0 12px;display:flex;position:absolute;bottom:10px;right:0;transform:rotate(5deg)}.audio-bar{background:#5d8df5;border:2px solid #111614;border-radius:999px;width:7px}.motion-mark{width:154px;height:136px;position:relative}.motion-frame{background:#f7f3ea;border:3px solid #111614;border-radius:7px;justify-content:center;align-items:center;width:118px;height:92px;display:flex;position:absolute;top:28px;left:18px;transform:rotate(-4deg)}.motion-play{border-top:22px solid #0000;border-bottom:22px solid #0000;border-left:34px solid #e56b5f;width:0;height:0;margin-left:8px}.motion-slate{z-index:2;background:#111614;border:3px solid #111614;border-radius:7px;grid-template-columns:repeat(3,1fr);gap:5px;width:126px;height:34px;padding:5px;display:grid;position:absolute;top:8px;left:8px;transform:rotate(-8deg)}.motion-slate span{background:#ffcf5a;border-radius:3px;transform:skew(-18deg)}.motion-track{background:#34b399;border:3px solid #111614;border-radius:7px;justify-content:center;align-items:center;gap:7px;width:102px;height:34px;display:flex;position:absolute;bottom:4px;right:0;transform:rotate(5deg)}.motion-track span{background:#f7f3ea;border:2px solid #111614;border-radius:999px;width:12px;height:12px}.system-header{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:14px;display:flex}.system-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.theme-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.theme-card-text{min-width:0}.theme-card-title{color:var(--text);margin:0;font-size:17px;font-weight:900}.theme-card-meta{color:var(--text-muted);margin:2px 0 0;font-size:13px;font-weight:700}.theme-switch{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:8px;align-items:center;gap:4px;padding:4px;display:inline-flex}.theme-option{color:var(--text);background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;height:34px;padding:0 12px;display:flex}.theme-option span{font-size:13px;font-weight:800}.theme-option.is-active{background:var(--ink);color:var(--ink-text)}.download-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:12px;margin-bottom:12px;padding:14px;display:grid}.download-card-header,.download-card-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.download-toggle-box{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:10px;gap:4px;padding:10px 12px;display:grid}.download-toggle-head{align-items:center;gap:10px;display:flex}.download-toggle-title{color:var(--text);margin:0;font-size:14px;font-weight:800}.download-toggle-box .theme-card-meta{margin:0}.download-source-switch{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:8px;align-items:center;gap:4px;width:fit-content;padding:4px;display:inline-flex}.download-source-option{color:var(--text);background:0 0;border:0;border-radius:6px;height:34px;padding:0 12px;font-size:13px;font-weight:900}.download-source-option.is-active{background:var(--ink);color:var(--ink-text)}.download-fields{gap:10px;display:grid}.download-field{gap:5px;display:grid}.download-field span,.download-field-label{color:var(--text-muted);text-transform:uppercase;font-size:12px;font-weight:900}.download-field .download-field-warning{color:var(--danger-text);text-transform:none;font-size:12px;font-weight:800}.download-input{background:var(--surface-inset);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;min-width:0;height:42px;padding:0 11px;font-size:14px;font-weight:700}.download-field .directory-input-group{align-items:stretch;min-width:0;display:flex}.directory-input-group .download-input{border-radius:8px 0 0 8px;flex:1}.project-path-display{background:var(--surface-inset);border:1px solid var(--border);color:var(--text);overflow-wrap:anywhere;border-radius:8px;margin:0;padding:9px 11px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.project-path-hint{color:var(--text-muted);margin:0;font-size:12px;font-weight:700}.directory-input-group .download-input:last-child{border-radius:8px}.directory-browse-button{background:var(--ink);border:1px solid var(--ink);color:var(--ink-text);border-radius:0 8px 8px 0;flex-shrink:0;justify-content:center;align-items:center;width:44px;display:flex}.directory-browse-button:hover:not(:disabled){opacity:.82}.directory-browse-button:active:not(:disabled){transform:scale(.99)}.directory-browse-button:disabled{opacity:.55}.download-status{text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.download-status.is-ok{background:var(--accent-mint);color:var(--accent-mint-text)}.download-status.is-missing{color:var(--danger-text);background:#ef8c7f2e}.auth-policy-list{gap:10px;display:grid}.policy-toggle-button{white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:7px;width:auto;height:36px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.default-apps-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.app-policy-badge.is-default{background:var(--accent-mint);color:var(--accent-mint-text);align-items:center;gap:4px;display:inline-flex}[data-theme=dark] .user-app-default-star{color:var(--accent-mint)}.users-list{flex-direction:column;gap:12px;display:flex}.refresh-button{background:var(--accent-mint);border:1px solid var(--accent-mint-text);color:var(--accent-mint-text);border-radius:8px;justify-content:center;align-items:center;width:44px;height:42px;display:flex}.system-app-browser{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:10px;margin-bottom:12px;padding:12px;display:flex}.system-app-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.system-app-search{flex:280px}.home-app-page-size,.system-app-page-size{color:var(--text-muted);white-space:nowrap;align-items:center;gap:7px;font-size:12px;font-weight:800;display:flex}.home-app-page-size select,.system-app-page-size select{width:auto}.system-app-theme-filters{flex:0 auto}.app-list{gap:10px;display:grid}.system-app-pagination{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin-top:12px;font-size:12px;font-weight:800;display:flex}.home-app-pagination{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;font-size:12px;font-weight:800;display:flex}.home-app-pagination.is-top{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:14px}.home-app-pagination.is-bottom{border-top:1px solid var(--border);margin-top:20px;padding-top:14px}.home-app-pagination-actions{flex-wrap:wrap;align-items:center;gap:10px 16px;display:flex}.home-app-pagination-controls,.system-app-pagination-controls{align-items:center;gap:8px;display:flex}.home-app-pagination-controls strong,.system-app-pagination-controls strong{white-space:nowrap}.system-app-page-button{background:var(--surface);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.system-app-page-button:disabled{opacity:.45}.empty-text{color:var(--text-muted);padding:16px;font-size:15px;font-weight:800}.app-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:78px;padding:12px;display:flex}.app-row-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.app-icon-cell{color:#111614;border:1px solid #111614;border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.app-icon-3d,.app-icon-custom,.app-icon-cube{background:#8ed4c3}.app-icon-pixel{background:#ffd463}.app-icon-paint{background:#b8c9ff}.app-icon-audio{background:#f7a7ba}.app-icon-motion{background:#b7df72}.app-row-text{flex:1;min-width:0}.app-row-title{color:var(--text);margin:0;font-size:17px;font-weight:900}.app-row-meta,.app-row-port{text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:13px;font-weight:700;overflow:hidden}.app-row-meta{color:var(--text-muted)}.app-row-official-url{color:var(--text-muted);align-items:center;gap:6px;min-width:0;margin:4px 0 0;font-size:12px;font-weight:800;display:flex}.app-row-official-url span{flex:none}.app-row-official-url a{color:var(--text);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;min-width:0;text-decoration:none;display:inline-flex;overflow:hidden}.app-row-official-url a:hover{text-decoration:underline}.app-row-port{color:var(--port-text);margin-top:3px;font-size:12px;font-weight:900}.app-version-list{flex-wrap:wrap;gap:5px;margin-top:7px;display:flex}.app-version-badge{background:var(--surface-inset);border:1px solid var(--border-strong);color:var(--text-muted);border-radius:6px;align-items:center;gap:5px;min-height:25px;padding:3px 7px;font-size:11px;display:inline-flex}.app-version-badge>span{font-weight:700}.app-version-badge strong,.app-version-badge a{color:var(--text);font-weight:900;text-decoration:none}.app-version-official{background:color-mix(in srgb, var(--accent-mint) 34%, var(--surface-inset))}.app-version-official a:hover{text-decoration:underline}.app-row.is-hidden{background:var(--surface-2);opacity:.62}.app-row.is-globally-disabled{border-color:var(--danger-border);opacity:.78;background:#ef8c7f21}.app-row.is-install-disabled{border-color:color-mix(in srgb, var(--danger-border) 64%, var(--border))}.app-row.is-downloadable{border-style:dashed}.app-row-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.app-policy-badges{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.app-policy-badge{text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:900}.app-policy-badge.is-danger{color:var(--danger-text);background:#ef8c7f33}.app-policy-badge.is-warning{color:var(--text);background:#ffcf5a47}.app-policy-badge.is-ok{background:var(--accent-mint);color:var(--accent-mint-text)}.home-button{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;justify-content:center;align-items:center;width:38px;height:34px;display:flex}.home-button.is-hidden{border-color:var(--danger-border);background:#ef8c7f3d}.install-button,.remove-button{border-radius:8px;justify-content:center;align-items:center;gap:7px;height:36px;font-weight:900;display:inline-flex}.install-button{background:var(--accent-mint);border:1px solid var(--accent-mint-text);color:var(--accent-mint-text);min-width:112px;padding:0 12px}.install-button:disabled,.remove-button:disabled{opacity:.45}.install-button span{font-size:13px}.install-button .spinner{color:var(--accent-mint-text);width:16px;height:16px}.remove-button{border:1px solid var(--danger-border);color:var(--danger-text);background:#ef8c7f2e;width:38px}.toggle{background:var(--surface-2);border:1px solid var(--border-strong);border-radius:8px;justify-content:flex-start;align-items:center;width:62px;height:34px;padding:0 4px;display:flex}.toggle:disabled{opacity:.45}.toggle.is-active{background:var(--accent-mint);border-color:var(--accent-mint-text);justify-content:flex-end}.toggle-knob{background:#fffaf0;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.toggle.is-active .toggle-knob{background:#ffcf5a}.app-viewer{background:var(--bg);overscroll-behavior:none;z-index:50;flex-direction:column;display:flex;position:fixed;inset:0}.app-loading-overlay{background:var(--bg);z-index:60;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:fixed;inset:0}.app-loading-overlay .spinner{border-width:4px;width:46px;height:46px}.app-loading-label{color:var(--text);margin:0;font-size:16px;font-weight:800}.app-viewer-bar{background:var(--bg);border-bottom:1px solid var(--border-strong);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.viewer-reveal{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);opacity:.85;z-index:6;border-top:0;border-radius:0 0 10px 10px;justify-content:center;align-items:center;width:52px;height:26px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #00000038}.viewer-reveal:hover{opacity:1}.viewer-back{background:var(--ink);border:1px solid var(--ink);color:var(--ink-text);border-radius:8px;align-items:center;gap:8px;height:38px;padding:0 14px;display:flex}.viewer-back span{font-size:14px;font-weight:800}.viewer-title{color:var(--text);text-align:center;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;font-size:15px;font-weight:800;display:flex}.viewer-app-name,.viewer-project-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.viewer-app-name{max-width:50%}.viewer-title-separator{color:var(--text-muted);flex-shrink:0}.viewer-project-name{color:var(--text-muted);max-width:50%}.viewer-actions{align-items:center;gap:8px;display:flex}.viewer-icon-button{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.app-viewer-frame{border:0;flex:1;width:100%}.app-isolation-notice{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:32px 24px;display:flex}.app-isolation-title{color:var(--text);margin:0;font-size:22px;font-weight:900}.app-isolation-text{color:var(--text-soft);max-width:52ch;margin:0;font-size:14px;font-weight:700;line-height:1.45}.app-isolation-button{background:var(--accent-blue);border:1px solid var(--accent-blue);color:var(--accent-blue-text);border-radius:10px;align-items:center;gap:8px;padding:11px 18px;font-size:15px;font-weight:900;display:inline-flex}.app-isolation-button:hover{opacity:.88}.app-isolation-button:active{transform:scale(.98)}@media (width>=760px){.choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1200px){.choice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px) and (width>=621px){.top-bar{flex-wrap:wrap}.project-controls{flex-basis:100%;order:3;justify-content:center}.project-switcher{flex:0 auto;min-width:0}}@media (width<=620px){.app-shell{padding:12px}.top-bar{flex-direction:column;align-items:stretch}.project-switcher{flex:0 auto;min-width:0}.nav-group{flex-wrap:wrap;width:100%}.language-picker{flex:none}.language-select{width:96px;max-width:96px}.nav-button{flex:1}.choice-grid{grid-template-columns:1fr;gap:8px}.choice-content{padding:10px}.choice-title{font-size:16px}.choice-visual{min-height:140px;transform:scale(.88)}}.choice-install-section{margin-bottom:22px}.choice-install-section:last-child{margin-bottom:0}.choice-install-title{border-bottom:1px solid var(--border-strong);color:var(--text-soft);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;padding-bottom:8px;font-size:.82rem;font-weight:700}.empty-projects-card{background:var(--surface-inset);border:1px solid var(--border-strong);text-align:center;border-radius:14px;margin-bottom:18px;padding:18px 20px}.empty-projects-overlay{z-index:30;background:#1116148c;position:fixed;inset:0}.empty-projects-card.is-gate,.error-text.is-above-gate,.top-bar.is-above-gate{z-index:31;position:relative}.top-bar.is-above-gate{z-index:32}.empty-projects-card.is-gate{background:var(--surface);box-shadow:var(--shadow)}.empty-projects-title{color:var(--text);margin:0 0 6px;font-size:1.05rem;font-weight:700}.empty-projects-hint{color:var(--text-muted);max-width:60ch;margin:0 auto 14px;font-size:.9rem;line-height:1.45}.empty-projects-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.empty-projects-input{background:var(--surface);border:1px solid var(--border);color:var(--text);font:inherit;text-align:left;border-radius:10px;flex:0 260px;min-width:160px;max-width:100%;padding:9px 12px}.empty-projects-input:focus{border-color:var(--outline);outline:none}.empty-projects-submit{background:var(--accent-mint);border:1px solid var(--outline);color:var(--accent-mint-text);cursor:pointer;font:inherit;border-radius:10px;padding:9px 16px;font-weight:700}.empty-projects-submit:disabled{cursor:not-allowed;opacity:.55}.auth-shell{justify-content:center;align-items:center;display:flex}.auth-notice{color:#fcd34d;background:#fcd34d14;border:1px solid #fcd34d40;border-radius:8px;margin:0 0 8px;padding:9px 11px;font-size:12.5px;font-weight:600;line-height:1.45}.auth-language{align-self:flex-end;margin-bottom:-2px}.auth-alt{border-top:1px solid var(--border);text-align:center;flex-direction:column;gap:8px;margin-top:12px;padding-top:14px;display:flex}.confirm-overlay{z-index:80;background:#11161473;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.sources-button{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.sources-button:hover:not(:disabled){border-color:var(--ink)}.sources-dialog{max-width:520px}.about-dialog{max-width:440px}.about-identity{align-items:center;gap:12px;display:flex}.about-mark{flex-shrink:0;width:96px;height:40px}.about-mark img{width:94px;height:38px}.about-identity-lines{flex-direction:column;gap:6px;min-width:0;display:flex}.build-badge-inline{align-self:flex-start}.about-rows{border:1px solid var(--border);border-radius:8px;flex-direction:column;margin:16px 0 12px;padding:0;display:flex}.about-row{justify-content:space-between;align-items:baseline;gap:12px;padding:8px 11px;display:flex}.about-row+.about-row{border-top:1px solid var(--border)}.about-row dt{color:var(--text-muted);font-size:13px;font-weight:700}.about-row dd{color:var(--text);overflow-wrap:anywhere;text-align:end;-webkit-user-select:all;user-select:all;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.about-site{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.about-site:hover{color:var(--text);text-decoration:underline}.about-socials-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:16px 0 8px;font-size:11px;font-weight:800}.about-socials{flex-wrap:wrap;gap:7px;margin-bottom:18px;display:flex}.sources-command{background:var(--surface-inset);border:1px solid var(--border-strong);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin:10px 0;padding:9px 11px;display:flex}.sources-command code{overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.sources-copy{background:var(--ink);border:1px solid var(--ink);color:var(--ink-text);border-radius:8px;flex-shrink:0;padding:7px 12px;font-size:13px;font-weight:800}.sources-copy:hover{opacity:.85}.confirm-dialog{background:var(--surface);border:1px solid var(--border-strong);box-shadow:var(--shadow);border-radius:10px;width:100%;max-width:420px;padding:20px}.confirm-dialog-title{color:var(--text);margin:0;font-size:18px;font-weight:900}.confirm-dialog-text{color:var(--text-muted);overflow-wrap:anywhere;margin:10px 0 18px;font-size:14px;font-weight:600}.confirm-dialog-option{color:var(--text);align-items:center;gap:8px;margin:0 0 18px;font-size:14px;font-weight:700;display:flex}.confirm-dialog-option input{flex-shrink:0}.confirm-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.confirm-dialog-cancel,.confirm-dialog-confirm,.confirm-dialog-danger{border-radius:8px;justify-content:center;align-items:center;height:40px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}.confirm-dialog-cancel{background:var(--surface-2);border:1px solid var(--border-strong);color:var(--text)}.confirm-dialog-confirm{background:var(--ink);border:1px solid var(--ink);color:var(--ink-text)}.confirm-dialog-confirm .spinner{color:var(--ink-text);width:18px;height:18px}.confirm-dialog-danger{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text)}.confirm-dialog-cancel:disabled,.confirm-dialog-confirm:disabled,.confirm-dialog-danger:disabled{opacity:.55}.type-picker-header{margin-bottom:18px}.type-picker-intro{color:var(--text-muted);max-width:62ch;margin:6px 0 0;font-size:14px;font-weight:600}.type-grid{grid-template-columns:1fr;gap:12px;display:grid}.type-card{background:var(--surface);border:2px solid var(--outline);color:var(--text);text-align:left;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:84px;padding:12px;display:grid}.type-card:hover{opacity:.86}.type-card:active{transform:scale(.99)}.type-card-visual{background:var(--accent-mint);border:2px solid var(--outline);color:#111614;border-radius:8px;flex:none;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.type-card-body{gap:4px;min-width:0;display:grid}.type-card-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.type-card-title{letter-spacing:.02em;font-size:16px;font-weight:900}.type-card-count{background:var(--surface-2);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:800}.type-card-hint{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.type-card-arrow{color:var(--text-muted);flex:none}[dir=rtl] .type-card-arrow{transform:scaleX(-1)}.type-card.is-2d .type-card-visual{background:#ffc8a8}.type-card.is-3d .type-card-visual{background:#8ed4c3}.type-card.is-pixel-art .type-card-visual{background:#ffd463}.type-card.is-tilemap .type-card-visual{background:#ffe08a}.type-card.is-image .type-card-visual{background:#a8dcff}.type-card.is-paint .type-card-visual{background:#b8c9ff}.type-card.is-svg .type-card-visual{background:#d7b8ff}.type-card.is-animation .type-card-visual{background:#b7df72}.type-card.is-video .type-card-visual{background:#9fd8b8}.type-card.is-audio .type-card-visual{background:#f7a7ba}.type-card.is-procedural .type-card-visual{background:#9fe6c8}.type-card.is-game-design .type-card-visual{background:#ffb3c8}.type-card.is-other .type-card-visual{background:#e2dccd}.type-card.is-all{background:var(--surface-2);grid-column:1/-1}.type-card.is-all .type-card-visual{background:var(--surface)}@media (width>=760px){.type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1200px){.type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
