@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{font-family:Space Grotesk,sans-serif;line-height:1.5;font-weight:400;--studio-bg: #0b0d14;--studio-surface: #111420;--studio-surface-2: #0f1118;--studio-border: rgba(255, 255, 255, .1);--studio-text: #e7eaf5;--studio-muted: #9aa4bd;--studio-accent: #7aa2ff;--studio-cta: #ff7a59;--studio-mono: "IBM Plex Mono", monospace;color:var(--studio-text);background-color:var(--studio-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--studio-bg)}#root{height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.app-container{display:flex;flex-direction:column;height:100vh;width:100vw;background:var(--studio-bg);color:var(--studio-text)}.nav-bar{display:flex;align-items:center;justify-content:space-between;padding:18px 28px;background:var(--studio-surface);border-bottom:1px solid var(--studio-border)}.nav-brand{font-weight:700;letter-spacing:.02em}.nav-link{color:var(--studio-text);font-weight:600;padding:6px 14px;border-radius:999px;border:1px solid var(--studio-border);background:var(--studio-surface-2);text-decoration:none}.nav-link:hover{border-color:var(--studio-accent);color:var(--studio-accent)}.user-bar{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:18px 28px;background:var(--studio-surface);border-bottom:1px solid var(--studio-border)}.brand{display:flex;flex-direction:column;gap:2px}.brand-title{font-size:1.2rem;font-weight:700;letter-spacing:.02em}.brand-subtitle{font-size:.85rem;color:var(--studio-muted)}.user-info{font-size:.9rem;color:var(--studio-muted)}.user-actions{display:flex;gap:10px}.user-actions button{border-radius:999px;padding:8px 16px;font-weight:600;border:1px solid var(--studio-border);background:var(--studio-surface-2);color:var(--studio-text)}.user-actions button:hover:not(:disabled){border-color:var(--studio-accent);color:var(--studio-accent)}.user-actions .nav-link{display:inline-flex;align-items:center}.main-content{display:grid;grid-template-columns:1.1fr .9fr;gap:0;flex:1;min-height:0}.preview-panel,.chat-panel{display:flex;flex-direction:column;min-height:0}.preview-panel{border-right:1px solid var(--studio-border)}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid var(--studio-border);background:var(--studio-surface)}.panel-title{display:flex;align-items:center;gap:12px}.panel-header h2{margin:0;font-size:1.05rem;font-weight:600}.toggle-group{display:flex;gap:8px;align-items:center}.toggle-group button{border-radius:999px;background:var(--studio-surface-2);border:1px solid var(--studio-border);color:var(--studio-muted);padding:6px 14px;font-weight:600}.toggle-group button.active{color:var(--studio-bg);background:var(--studio-accent);border-color:transparent}.publish-btn{background:var(--studio-cta);color:#fff;border-color:transparent}.publish-btn:disabled{background:#3a3f50;color:#8b93a7}.panel-content{flex:1;position:relative;overflow:hidden;background:var(--studio-surface-2)}.legacy-banner{padding:10px 20px;background:#ffad4d33;color:#ffcf8b;border-bottom:1px solid rgba(255,173,77,.3);font-size:.9rem}.build-status{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#ffffff14;color:var(--studio-muted)}.build-status.success{background:#4caf5033;color:#9fe29f}.build-status.error{background:#ff525233;color:#ff9090}.build-status.building{background:#82a0ff33;color:#b7c7ff}.warning-pill{padding:4px 10px;border-radius:999px;background:#ffc10733;color:#ffd54f;font-size:.75rem}.placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:var(--studio-muted);font-size:1rem}.code-view{margin:0;padding:20px;height:100%;overflow:auto;font-family:var(--studio-mono);font-size:.85rem;background:#0f1118;color:#d5d8e5}.files-view{display:grid;grid-template-columns:220px 1fr;height:100%}.files-list{background:#151824;border-right:1px solid var(--studio-border);display:flex;flex-direction:column;padding:12px;gap:6px;overflow-y:auto}.files-list button{text-align:left;background:transparent;border:1px solid transparent;color:var(--studio-muted);padding:8px 10px;border-radius:10px;font-size:.85rem}.files-list button.active{background:#7aa2ff33;color:#e3eaff;border-color:#7aa2ff66}.file-content{padding:0;overflow:auto;font-family:var(--studio-mono);font-size:.85rem;color:#d8def1}.file-content .monaco-editor,.file-content .monaco-editor-background,.file-content .monaco-editor .margin{background-color:#0f1118}.files-empty{color:var(--studio-muted)}.messages-list{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.message{padding:12px 14px;border-radius:14px;max-width:85%;font-size:.92rem;line-height:1.4}.message.user{align-self:flex-end;background:#7aa2ff33;border:1px solid rgba(122,162,255,.35)}.message.model{align-self:flex-start;background:#2f344acc;border:1px solid rgba(92,102,132,.4)}.message.error{align-self:center;background:#ff525226;border:1px solid rgba(255,82,82,.4);color:#ffb6b6}.message.asset{align-self:flex-start;background:#4caf5026;border:1px solid rgba(76,175,80,.4)}.message-content{white-space:pre-wrap}.web-search-badge{font-size:.7rem;color:#7aa2ff;margin-bottom:6px}.error-badge{font-size:.7rem;color:#ff9090;margin-bottom:6px}.assets-panel{padding:14px 18px;border-bottom:1px solid var(--studio-border);background:#151927}.assets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:600}.assets-header button{border-radius:999px;padding:6px 14px;border:1px solid var(--studio-border);background:var(--studio-surface-2);color:var(--studio-text)}.assets-list{display:flex;flex-wrap:wrap;gap:10px}.asset-chip{display:flex;align-items:center;gap:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:6px 10px;border-radius:999px;font-size:.8rem}.asset-chip img{width:24px;height:24px;object-fit:cover;border-radius:6px}.assets-empty{color:var(--studio-muted);font-size:.85rem}.asset-preview img{width:80px;height:80px;border-radius:10px;object-fit:cover;margin-bottom:6px}.input-area{padding:16px 18px;border-top:1px solid var(--studio-border);display:grid;grid-template-columns:1fr auto;gap:12px;background:var(--studio-surface)}textarea{width:100%;background:#0f1118;border:1px solid var(--studio-border);border-radius:12px;color:var(--studio-text);padding:12px;resize:none;font-family:inherit;min-height:56px}textarea:focus{outline:none;border-color:var(--studio-accent);box-shadow:0 0 0 3px #7aa2ff26}.input-area button{border-radius:12px;border:1px solid transparent;background:var(--studio-accent);color:var(--studio-bg);font-weight:700;padding:0 20px}.input-area button:disabled{opacity:.5}.reset-btn{background:transparent;border:1px solid var(--studio-border);color:var(--studio-muted);border-radius:999px;padding:6px 14px;font-weight:600}.welcome-message{background:linear-gradient(135deg,#7aa2ff33,#6049ff1a);border-radius:16px;padding:18px;border:1px solid rgba(122,162,255,.25)}.welcome-message ul{margin:12px 0 0;padding-left:18px;color:var(--studio-muted)}.error-overlay{position:absolute;inset:0;background:#0a0c12d9;display:flex;align-items:center;justify-content:center;z-index:10}.error-box{background:#141826;border:1px solid rgba(255,82,82,.5);border-radius:16px;padding:20px;width:min(480px,90%)}.error-title{font-size:1.1rem;font-weight:600;color:#ff9090;margin-bottom:10px}.error-message{white-space:pre-wrap;background:#0d0f16;padding:10px;border-radius:10px;font-size:.8rem;color:#f7b3b3}.fix-error-btn,.fix-build-btn{margin-top:12px;width:100%;border-radius:12px;border:none;background:linear-gradient(135deg,#ff5c5c,#ff9a76);color:#1b0d0d;font-weight:700;padding:10px 16px}.build-error-panel{position:absolute;bottom:20px;left:20px;right:20px;background:#141621f5;border:1px solid rgba(255,82,82,.5);border-radius:16px;padding:16px;color:#ffb4b4;font-size:.85rem}.build-error-panel ul{margin:10px 0 0 18px;padding:0}.build-error-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600}.auth-loading{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--studio-accent);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:14px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:980px){.main-content{grid-template-columns:1fr}.preview-panel{border-right:none;border-bottom:1px solid var(--studio-border)}.user-bar{grid-template-columns:1fr;gap:8px}.user-actions{justify-content:flex-start}}.modal-overlay{position:fixed;inset:0;background:#0a0c12bf;display:flex;align-items:center;justify-content:center;z-index:50}.publish-modal,.asset-upload-modal,.my-games-modal{background:#131722;border:1px solid var(--studio-border);border-radius:18px;padding:24px;width:min(720px,92vw);max-height:85vh;overflow:auto}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.modal-btn{border-radius:12px;padding:10px 16px;font-weight:600;border:1px solid transparent}.modal-btn.cancel{background:transparent;color:var(--studio-muted);border-color:var(--studio-border)}.modal-btn.draft{background:#7aa2ff26;color:#c7d6ff;border-color:#7aa2ff59}.modal-btn.publish,.modal-btn.upload{background:var(--studio-accent);color:var(--studio-bg)}.modal-form .form-group{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}.modal-form input,.modal-form textarea,.modal-form select{background:#0f1118;border:1px solid var(--studio-border);border-radius:10px;padding:10px;color:var(--studio-text)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,rgba(122,162,255,.2),transparent 55%),var(--studio-bg)}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-page .auth-container{flex:1;min-height:0}.auth-card{background:#141826;border-radius:20px;padding:36px;width:min(420px,90vw);border:1px solid var(--studio-border);box-shadow:0 18px 40px #00000073}.auth-header{text-align:center;margin-bottom:24px}.auth-header h1{margin:0 0 8px}.auth-tabs{display:flex;gap:8px;margin-bottom:20px}.auth-tab{flex:1;border-radius:10px;padding:10px;background:#0f1118;border:1px solid var(--studio-border);color:var(--studio-muted)}.auth-tab.active{background:#7aa2ff33;color:#e2e9ff;border-color:#7aa2ff66}.auth-form .form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-form input{background:#0f1118;border:1px solid var(--studio-border);border-radius:10px;padding:10px;color:var(--studio-text)}.auth-submit{width:100%;border-radius:12px;padding:12px;font-weight:700;background:var(--studio-accent);color:var(--studio-bg);border:none}.auth-error{background:#ff525233;border:1px solid rgba(255,82,82,.4);color:#ffb0b0;padding:10px;border-radius:10px;font-size:.85rem}.auth-message{background:#4caf5033;border:1px solid rgba(76,175,80,.4);color:#b6f3b6;padding:10px;border-radius:10px;font-size:.85rem}.specs-panel{background:#121521;border-bottom:1px solid var(--studio-border)}.specs-header{display:flex;align-items:center;gap:8px;padding:10px 20px;cursor:pointer;color:var(--studio-muted)}.specs-header h3{margin:0;font-size:.95rem;font-weight:600}.specs-preview{margin-left:auto;font-size:.85rem;color:#c7d6ff}.specs-content{padding:16px 20px;display:grid;gap:16px}.specs-thumbnail-section{display:flex;justify-content:flex-start}.thumbnail-upload{width:140px;height:90px;border-radius:12px;border:1px dashed rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;background:#ffffff08}.thumbnail-upload img{width:100%;height:100%;object-fit:cover;border-radius:10px}.specs-fields,.specs-row{display:grid;gap:12px}.specs-row.two-col{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.specs-field label{font-size:.8rem;color:var(--studio-muted)}.specs-field input,.specs-field textarea,.specs-field select{background:#0f1118;border:1px solid var(--studio-border);border-radius:10px;padding:8px 10px;color:var(--studio-text)}.color-input{display:flex;align-items:center;gap:8px}.tags-input-container{display:flex;gap:6px}.add-tag-btn{border-radius:8px;padding:0 10px;border:1px solid var(--studio-border);background:#ffffff0f;color:var(--studio-text)}.tags-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag{display:inline-flex;align-items:center;gap:6px;background:#7aa2ff33;padding:4px 8px;border-radius:999px;font-size:.75rem}.asset-modal-header,.my-games-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.close-btn{background:transparent;border:none;color:var(--studio-muted);font-size:1.4rem}.upload-dropzone{border:1px dashed rgba(255,255,255,.2);border-radius:14px;padding:20px;text-align:center;cursor:pointer;background:#ffffff08}.upload-preview{width:100%;max-height:220px;object-fit:contain;border-radius:12px}.dropzone-content{color:var(--studio-muted)}.asset-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.my-games-content{display:grid;gap:18px}.my-games-section h3{margin:0 0 10px}.my-games-list{display:grid;gap:10px}.my-games-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px}.my-games-item-actions{display:flex;gap:8px}.action-btn{border-radius:999px;padding:6px 12px;font-size:.8rem;border:1px solid var(--studio-border);background:transparent;color:var(--studio-text)}.action-btn.publish-btn-sm{background:#7aa2ff33}.action-btn.delete-btn{background:#ff525233;color:#ffb6b6}.request-badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:.7rem;background:#7aa2ff33;color:#c7d6ff;margin-bottom:8px}.asset-request-info{margin-bottom:16px}.asset-size-hint{color:var(--studio-muted);font-size:.8rem}.selected-file-info{display:flex;justify-content:space-between;margin-top:10px;color:var(--studio-muted);font-size:.8rem}.upload-error{margin-top:10px;color:#ffb0b0;background:#ff525233;padding:8px;border-radius:8px}.specs-toggle{color:var(--studio-muted);font-size:.9rem}.thumbnail-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--studio-muted);font-size:.8rem}.specs-field{display:flex;flex-direction:column;gap:6px}.upload-icon{font-size:1.5rem}.file-hint{font-size:.75rem;color:var(--studio-muted)}.file-size{color:var(--studio-muted)}.my-games-item-info{display:flex;flex-direction:column;gap:4px}.my-games-item-meta{font-size:.8rem;color:var(--studio-muted)}.my-games-loading,.my-games-empty{color:var(--studio-muted);font-size:.9rem;padding:8px 0}.modal-btn.skip{background:transparent;color:var(--studio-muted);border:1px solid var(--studio-border)}
