:root{--flux-gold: #F59E0B;--flux-gold-hover: #D97706;--flux-gold-dim: rgba(245, 158, 11, .12);--flux-gold-glow: rgba(245, 158, 11, .2);--bg-primary: #F8F9FA;--bg-secondary: #FFFFFF;--bg-tertiary: #F1F3F5;--bg-elevated: #FFFFFF;--bg-surface: #E9ECEF;--text-primary: #1A1A1A;--text-secondary: #555555;--text-muted: #999999;--text-on-gold: #1A1A00;--border-subtle: rgba(0, 0, 0, .06);--border-medium: rgba(0, 0, 0, .12);--border-active: rgba(245, 158, 11, .5);--danger: #DC2626;--danger-dim: rgba(220, 38, 38, .1);--success: #16A34A;--success-dim: rgba(22, 163, 74, .1);--info: #2563EB;--info-dim: rgba(37, 99, 235, .1);--sp-xs: 4px;--sp-sm: 8px;--sp-md: 16px;--sp-lg: 24px;--sp-xl: 32px;--sp-2xl: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-gold: 0 0 20px rgba(245, 158, 11, .12);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{font-family:var(--font-family);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}a{color:var(--flux-gold);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--flux-gold-hover)}button{font-family:var(--font-family);cursor:pointer;border:none;background:none;color:inherit}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes pulseGold{0%,to{box-shadow:0 0 #ffc1074d}50%{box-shadow:0 0 0 8px #ffc10700}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn var(--transition-normal) ease-out}.animate-slide-in{animation:slideInLeft var(--transition-normal) ease-out}.landing{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at 20% 50%,rgba(255,193,7,.06) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(255,193,7,.04) 0%,transparent 50%),var(--bg-primary);padding:var(--sp-lg)}.landing__logo{display:flex;flex-direction:column;align-items:center;gap:var(--sp-sm);margin-bottom:var(--sp-2xl);animation:fadeIn .6s ease-out}.landing__logo-icon{display:flex;align-items:center;justify-content:center;font-size:56px;color:var(--flux-gold)}.landing__logo-text{font-size:2rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,var(--flux-gold),#FFE082);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing__subtitle{color:var(--text-secondary);font-size:.95rem;font-weight:400}.landing__card{width:100%;max-width:420px;padding:var(--sp-xl);border-radius:var(--radius-xl);background:var(--bg-secondary);border:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);animation:fadeIn .6s ease-out .1s both}.landing__card-title{font-size:1.25rem;font-weight:600;margin-bottom:var(--sp-lg);text-align:center}.landing__gis-container{display:flex;justify-content:center;min-height:44px}.landing__hint{margin-top:var(--sp-md);text-align:center;font-size:.8rem;color:var(--text-muted)}.landing__menu{display:flex;flex-direction:column;gap:var(--sp-md)}.landing__user-info{display:flex;align-items:center;gap:var(--sp-sm);padding-bottom:var(--sp-md);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--sp-sm)}.landing__avatar{width:36px;height:36px;border-radius:50%;background:var(--flux-gold-dim);color:var(--flux-gold);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.landing__user-name{font-weight:500;font-size:.95rem}.landing__user-email{font-size:.8rem;color:var(--text-muted)}.landing__logout{margin-left:auto;font-size:.8rem;color:var(--text-muted);transition:color var(--transition-fast)}.landing__logout:hover{color:var(--danger)}.landing__option{display:flex;align-items:center;gap:var(--sp-md);padding:var(--sp-lg);border-radius:var(--radius-lg);background:var(--bg-tertiary);border:1px solid var(--border-subtle);text-align:left;transition:all var(--transition-fast)}.landing__option:hover{border-color:var(--border-active);background:var(--bg-elevated);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.landing__option-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--flux-gold-dim);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.landing__option-text h3{font-size:1rem;font-weight:600;margin-bottom:2px}.landing__option-text p{font-size:.82rem;color:var(--text-secondary)}.landing__option-arrow{margin-left:auto;color:var(--text-muted);font-size:1.2rem;transition:transform var(--transition-fast)}.landing__option:hover .landing__option-arrow{transform:translate(4px);color:var(--flux-gold)}.landing__loading{display:flex;align-items:center;justify-content:center;gap:var(--sp-sm);padding:var(--sp-lg);color:var(--text-secondary)}.landing__spinner{width:20px;height:20px;border:2px solid var(--border-medium);border-top-color:var(--flux-gold);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.landing__footer{margin-top:var(--sp-2xl);color:var(--text-muted);font-size:.75rem;animation:fadeIn .6s ease-out .2s both}.studio{height:100vh;display:flex;flex-direction:column;overflow:hidden}.studio__topbar{height:48px;display:flex;align-items:center;padding:0 var(--sp-md);background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);flex-shrink:0;gap:var(--sp-md);z-index:10}.studio__topbar-brand{display:flex;align-items:center;gap:var(--sp-sm);font-weight:600;font-size:.9rem;color:var(--text-primary);text-decoration:none}.studio__topbar-brand:hover{color:var(--flux-gold)}.studio__topbar-icon{display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--flux-gold)}.studio__topbar-spacer{flex:1}.studio__topbar-user{display:flex;align-items:center;gap:var(--sp-sm);font-size:.8rem;color:var(--text-secondary)}.studio__topbar-avatar{width:28px;height:28px;border-radius:50%;background:var(--flux-gold-dim);color:var(--flux-gold);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.7rem}.studio__topbar-logout{font-size:.75rem;color:var(--text-muted);padding:var(--sp-xs) var(--sp-sm);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.studio__topbar-logout:hover{color:var(--danger);background:var(--danger-dim)}.studio__main{flex:1;display:flex;overflow:hidden}.studio__resize-handle{width:4px;cursor:col-resize;background:var(--border-subtle);transition:background var(--transition-fast);flex-shrink:0;position:relative}.studio__resize-handle:after{content:"";position:absolute;top:0;bottom:0;left:-4px;right:-4px}.studio__resize-handle:hover,.studio__resize-handle:active{background:var(--flux-gold)}.studio__sidebar{width:280px;min-width:200px;display:flex;flex-direction:column;background:var(--bg-secondary);border-right:1px solid var(--border-subtle);overflow:hidden}.studio__sidebar-header{display:flex;align-items:center;padding:var(--sp-sm) var(--sp-md);border-bottom:1px solid var(--border-subtle);gap:var(--sp-sm)}.studio__sidebar-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.studio__search{flex:1;height:28px;padding:0 var(--sp-sm);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.8rem;font-family:var(--font-family);outline:none;transition:border-color var(--transition-fast)}.studio__search:focus{border-color:var(--border-active)}.studio__search::placeholder{color:var(--text-muted)}.studio__tree{flex:1;overflow-y:auto;overflow-x:auto;padding:var(--sp-xs) 0}.tree-node{-webkit-user-select:none;user-select:none}.tree-node__row{display:flex;align-items:center;gap:4px;padding:3px var(--sp-sm);padding-left:calc(var(--sp-sm) + var(--depth, 0) * 16px);font-size:.82rem;color:var(--text-secondary);cursor:pointer;border-radius:0;transition:all var(--transition-fast)}.tree-node__row:hover{background:var(--bg-tertiary);color:var(--text-primary)}.tree-node__row--selected{background:var(--flux-gold-dim);color:var(--flux-gold)}.tree-node__row--selected:hover{background:var(--flux-gold-dim)}.tree-node__chevron{width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--text-muted);flex-shrink:0;transition:transform var(--transition-fast)}.tree-node__chevron--open{transform:rotate(90deg)}.tree-node__chevron--hidden{visibility:hidden}.tree-node__icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.tree-node__label{white-space:nowrap}.tree-node__label--file{color:var(--text-primary)}.tree-node__label--skills{color:var(--flux-gold);font-weight:500}.studio__editor-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.studio__editor-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--sp-md);color:var(--text-muted)}.studio__editor-empty-icon{font-size:3rem;opacity:.3}.studio__editor-empty-text{font-size:.9rem}.studio__editor-empty-hint{font-size:.8rem;color:var(--text-muted);opacity:.6}.studio__editor-header{display:flex;align-items:center;padding:var(--sp-sm) var(--sp-md);background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);gap:var(--sp-sm);flex-shrink:0}.studio__editor-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.studio__history-btn{background:none;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:2px 8px;cursor:pointer;font-size:.82rem;transition:all .15s ease}.studio__history-btn:hover{background:var(--bg-elevated);border-color:var(--flux-gold)}.studio__history-panel{border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);max-height:300px;overflow-y:auto;flex-shrink:0}.studio__history-header{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:600;border-bottom:1px solid var(--border-subtle)}.studio__history-close{background:none;border:none;cursor:pointer;font-size:.85rem;color:var(--text-muted)}.studio__history-list{padding:4px 0}.studio__history-entry{padding:6px 12px;border-bottom:1px solid var(--border-subtle);font-size:.75rem}.studio__history-entry:last-child{border-bottom:none}.studio__history-meta{display:flex;justify-content:space-between;gap:8px}.studio__history-date{color:var(--text-muted);font-family:var(--font-mono);font-size:.72rem}.studio__history-user{color:var(--flux-gold);font-weight:500}.studio__history-fields{margin-top:2px;color:var(--text-muted);font-size:.7rem}.studio__history-loading,.studio__history-empty{padding:12px;text-align:center;color:var(--text-muted);font-size:.78rem}.studio__history-diff{margin-top:4px;font-family:var(--font-mono);font-size:.72rem;line-height:1.5;max-height:120px;overflow-y:auto}.studio__diff-line{padding:1px 6px;white-space:pre-wrap;word-break:break-word}.studio__diff-line--removed{background:#ef44441f;color:#f87171}.studio__diff-line--added{background:#22c55e1f;color:#4ade80}.studio__editor-path{display:flex;align-items:center;gap:4px;font-size:.8rem;color:var(--text-muted);flex:1;min-width:0;overflow:hidden}.studio__editor-path span{white-space:nowrap}.studio__editor-path-sep{color:var(--text-muted);opacity:.4}.studio__editor-path-current{color:var(--text-primary);font-weight:500}.studio__editor-status{font-size:.75rem;padding:2px var(--sp-sm);border-radius:var(--radius-sm);white-space:nowrap}.studio__editor-status--saved{color:var(--success);background:var(--success-dim)}.studio__editor-status--modified{color:var(--flux-gold);background:var(--flux-gold-dim)}.studio__editor-status--saving{color:var(--info);background:var(--info-dim)}.studio__editor-status--readonly{color:var(--danger);background:var(--danger-dim)}.studio__editor-tabs{display:flex;background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);flex-shrink:0}.studio__editor-tab{padding:var(--sp-sm) var(--sp-md);font-size:.8rem;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent;transition:all var(--transition-fast)}.studio__editor-tab:hover{color:var(--text-primary)}.studio__editor-tab--active{color:var(--flux-gold);border-bottom-color:var(--flux-gold)}.studio__editor-content{flex:1;overflow:hidden;background:var(--bg-primary)}.studio__codemirror{width:100%;height:100%}.studio__codemirror .cm-editor{height:100%}.studio__preview{padding:var(--sp-lg);font-size:.9rem;line-height:1.8}.studio__preview h1{font-size:1.5rem;margin:0 0 var(--sp-md);color:var(--flux-gold)}.studio__preview h2{font-size:1.2rem;margin:var(--sp-lg) 0 var(--sp-sm)}.studio__preview h3{font-size:1rem;margin:var(--sp-md) 0 var(--sp-sm)}.studio__preview p{margin:var(--sp-sm) 0}.studio__preview ul,.studio__preview ol{padding-left:var(--sp-lg)}.studio__preview li{margin:var(--sp-xs) 0}.studio__preview code{background:var(--bg-elevated);padding:2px 6px;border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:.85em}.studio__preview pre{background:var(--bg-elevated);padding:var(--sp-md);border-radius:var(--radius-md);overflow-x:auto}.studio__preview pre code{background:none;padding:0}.studio__preview hr{border:none;border-top:1px solid var(--border-subtle);margin:var(--sp-lg) 0}.studio__builder{width:510px;min-width:360px;display:flex;flex-direction:column;background:var(--bg-secondary);border-left:1px solid var(--border-subtle);overflow:hidden}.studio__builder-header{display:flex;align-items:center;padding:var(--sp-sm) var(--sp-md);border-bottom:1px solid var(--border-subtle);gap:var(--sp-sm)}.studio__builder-title{font-size:.85rem;font-weight:600;flex:1}.studio__builder-title-icon{font-size:1rem}.studio__builder-messages{flex:1;overflow-y:auto;padding:var(--sp-md);display:flex;flex-direction:column;gap:var(--sp-md)}.studio__builder-welcome{text-align:center;padding:var(--sp-xl);color:var(--text-muted);font-size:.85rem}.studio__builder-welcome-icon{font-size:2rem;margin-bottom:var(--sp-sm);opacity:.4}.builder-msg{animation:fadeIn var(--transition-normal) ease-out}.builder-msg--ai{padding:var(--sp-md);background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);font-size:.85rem;line-height:1.6}.builder-msg--user{padding:var(--sp-sm) var(--sp-md);background:var(--flux-gold-dim);border-radius:var(--radius-md);font-size:.85rem;align-self:flex-end;max-width:90%}.builder-diff{margin-top:var(--sp-sm);padding:var(--sp-sm);background:var(--bg-elevated);border-radius:var(--radius-sm);font-family:var(--font-mono);font-size:.78rem;line-height:1.5;overflow-x:auto}.builder-diff__header{font-size:.72rem;color:var(--text-muted);margin-bottom:4px;font-style:italic}.builder-diff__line--add{color:var(--success);white-space:pre-wrap}.builder-diff__line--remove{color:var(--danger);text-decoration:line-through;opacity:.7;white-space:pre-wrap}.builder-diff__actions{display:flex;gap:var(--sp-sm);margin-top:var(--sp-sm)}.builder-diff__btn{padding:4px var(--sp-sm);border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;transition:all var(--transition-fast)}.builder-diff__btn--accept{background:var(--success-dim);color:var(--success)}.builder-diff__btn--accept:hover{background:var(--success);color:#fff}.builder-diff__btn--ignore{background:var(--bg-surface);color:var(--text-muted)}.builder-diff__btn--ignore:hover{background:var(--bg-elevated);color:var(--text-secondary)}.studio__builder-input{padding:var(--sp-sm) var(--sp-md);border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:var(--sp-xs)}.studio__builder-input-actions{display:flex;justify-content:space-between;align-items:center}.studio__builder-textarea{width:100%;min-height:110px;max-height:200px;padding:var(--sp-sm);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-family);font-size:.82rem;resize:none;outline:none;transition:border-color var(--transition-fast)}.studio__builder-textarea:focus{border-color:var(--border-active)}.studio__builder-textarea::placeholder{color:var(--text-muted)}.studio__builder-send{padding:var(--sp-sm) var(--sp-md);background:var(--flux-gold);color:var(--text-on-gold);font-weight:600;font-size:.8rem;border-radius:var(--radius-md);transition:all var(--transition-fast)}.studio__builder-send:hover{background:var(--flux-gold-hover);box-shadow:var(--shadow-gold)}.studio__builder-send:disabled{opacity:.5;cursor:not-allowed}.studio__builder--drag-over{position:relative}.studio__builder-drag-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#f59e0b14;border:2px dashed var(--flux-gold);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;pointer-events:none;animation:dragPulse 1.5s ease-in-out infinite}@keyframes dragPulse{0%,to{border-color:var(--flux-gold);background:#f59e0b14}50%{border-color:#ffd54f;background:#f59e0b24}}.studio__builder-drag-overlay-content{display:flex;flex-direction:column;align-items:center;gap:var(--sp-sm);color:var(--flux-gold);font-size:.85rem;font-weight:500}.studio__builder-drag-overlay-icon{font-size:2rem}.studio__builder-files{padding:var(--sp-xs) var(--sp-md);border-top:1px solid var(--border-subtle);display:flex;flex-wrap:wrap;gap:6px}.studio__builder-file-chip{display:flex;align-items:center;gap:4px;padding:3px 8px;background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.72rem;animation:fadeIn var(--transition-normal) ease-out}.studio__builder-file-icon{font-size:.85rem;flex-shrink:0}.studio__builder-file-name{color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.studio__builder-file-size{color:var(--text-muted);font-family:var(--font-mono);font-size:.65rem;flex-shrink:0}.studio__builder-file-remove{width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--text-muted);background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;padding:0}.studio__builder-file-remove:hover{color:var(--danger);background:var(--danger-dim)}.studio__builder-attach{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:1rem;background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);flex-shrink:0}.studio__builder-attach:hover:not(:disabled){border-color:var(--flux-gold);background:var(--flux-gold-dim)}.studio__builder-attach:disabled{opacity:.3;cursor:not-allowed}.builder-msg__attachments{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.builder-msg__attachment-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:12px;font-size:.68rem;color:var(--flux-gold);font-weight:500}.studio__error{padding:var(--sp-sm) var(--sp-md);background:var(--danger-dim);border-bottom:1px solid var(--danger);color:var(--danger);font-size:.82rem;display:flex;align-items:center;gap:var(--sp-sm)}.studio__error-close{margin-left:auto;color:var(--danger);opacity:.7;transition:opacity var(--transition-fast)}.studio__error-close:hover{opacity:1}.tree-node__actions{margin-left:auto;display:flex;gap:2px;opacity:0;transition:opacity var(--transition-fast);pointer-events:none}.tree-node__row:hover .tree-node__actions{opacity:1;pointer-events:auto}.tree-node__action-btn{width:22px;height:22px;border:none;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--text-secondary);background:transparent;transition:all var(--transition-fast);cursor:pointer;flex-shrink:0;padding:0}.tree-node__action-btn:hover{background:var(--flux-gold);color:#fff}.tree-node__action-btn--danger:hover{background:var(--danger);color:#fff}.tree-node__row--readonly{opacity:.6}.tree-node__lock{margin-left:6px;font-size:.65rem}.tree-node__rename-input{flex:1;font-size:.78rem;font-family:inherit;padding:1px 6px;border:1px solid var(--flux-gold);border-radius:4px;outline:none;background:#fff;min-width:0}.tree-node__content-match{margin-left:4px;font-size:.6rem;opacity:.7}.tree-node__row--drop-target{background:#f59e0b1f!important;outline:2px dashed var(--flux-gold);outline-offset:-2px;border-radius:4px}.tree-node__row[draggable=true]{cursor:grab}.tree-node__row[draggable=true]:active{cursor:grabbing;opacity:.6}.studio__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.studio__modal{background:var(--bg-primary);border-radius:var(--radius-lg);padding:24px;min-width:380px;max-width:480px;box-shadow:0 20px 60px #0003;border:1px solid var(--border-subtle)}.studio__modal h3{margin:0 0 16px;font-size:.95rem;font-weight:600;color:var(--text-primary)}.studio__modal-warning{font-size:.82rem;color:var(--danger);margin:0 0 12px}.studio__modal-input{width:100%;padding:10px 12px;border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-size:.85rem;font-family:var(--font-mono);background:var(--bg-secondary);color:var(--text-primary);outline:none;transition:border-color var(--transition-fast)}.studio__modal-input:focus{border-color:var(--flux-gold)}.studio__modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.studio__modal-btn{padding:8px 16px;border-radius:var(--radius-md);font-size:.82rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.studio__modal-btn--cancel{background:transparent;color:var(--text-secondary);border:1px solid var(--border-subtle)}.studio__modal-btn--cancel:hover{background:var(--bg-secondary)}.studio__modal-btn--confirm{background:var(--flux-gold);color:#fff;border:none}.studio__modal-btn--confirm:hover:not(:disabled){background:var(--flux-gold-hover)}.studio__modal-btn--danger{background:var(--danger);color:#fff;border:none}.studio__modal-btn--danger:hover:not(:disabled){filter:brightness(.9)}.studio__modal-btn:disabled{opacity:.4;cursor:not-allowed}@media(max-width:900px){.studio__builder{display:none}.studio__sidebar{width:220px}}@media(max-width:640px){.studio__sidebar{display:none}}
