#root{width:100%}body{margin:0;padding:0;width:100%}:root{--primary: #6366f1;--primary-hover: #4f46e5;--bg-dark: #03041c;--bg-card: rgba(30, 41, 59, .7);--text-main: #f8fafc;--text-muted: #94a3b8;--accent: #10b981;--glass-border: rgba(255, 255, 255, .1);--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);--radius: 12px;width:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;width:100%;overflow-x:hidden}.glass-card{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--glass-shadow);width:100%}.btn-primary{background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius);border:none;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--text-main);padding:.75rem 1.5rem;border-radius:var(--radius);border:1px solid var(--glass-border);font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#ffffff0d}.input-field{width:100%;padding:.75rem 1rem;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:var(--radius);color:var(--text-main);transition:all .2s ease;outline:none}.input-field:focus{border-color:var(--primary);background:#ffffff14}.container{width:100%;max-width:1600px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}.manage-container{min-height:100vh;background:var(--bg-dark);color:#fff;display:flex}.manage-sidebar{width:280px;height:100vh;background:#ffffff0d;border-right:1px solid var(--glass-border);padding:2rem;display:flex;flex-direction:column;position:fixed}.sidebar-header{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.sidebar-logo{width:40px;height:40px;background:var(--primary);border-radius:10px;display:flex;justify-content:center;align-items:center}.sidebar-title{font-weight:700;font-size:1.2rem}.sidebar-nav{flex:1}.user-info{padding:1rem;background:#ffffff05;border-radius:12px;margin-bottom:1rem}.user-info-content{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.user-email{opacity:.8;overflow:hidden;text-overflow:ellipsis}.logout-btn{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;background:none;border:none;color:#ef4444;cursor:pointer;transition:transform .2s;width:100%;text-align:left}.logout-btn:hover{transform:translate(5px)}.manage-content{flex:1;padding:3rem;margin-left:280px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-title{font-size:2rem;font-weight:800}.actions-group{display:flex;gap:1rem}.btn-secondary{display:flex;align-items:center;gap:.5rem;background:#6366f133;border:1px solid var(--primary);color:#fff;padding:.6rem 1rem;border-radius:8px;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#6366f14d}.btn-primary{display:flex;align-items:center;gap:.5rem;background:var(--primary);border:none;color:#fff;padding:.6rem 1rem;border-radius:8px;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}.refresh-btn{background:none;border:none;color:var(--primary);cursor:pointer}.dashboard-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.dashboard-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin-bottom:3rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.stat-card{background:#ffffff08;border:1px solid var(--glass-border);padding:1.5rem;border-radius:16px}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-label{color:var(--text-muted);font-size:.9rem}.stat-value{font-size:1.8rem;font-weight:800}.filters-container{display:flex;gap:1.5rem;margin-bottom:2rem;background:#ffffff05;padding:1rem 1.5rem;border-radius:16px;border:1px solid var(--glass-border)}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-label{font-size:.85rem;color:var(--text-muted)}.filter-select{background:#ffffff0d;border:1px solid var(--glass-border);border-radius:8px;color:#fff;padding:.4rem .8rem;outline:none;font-size:.85rem;cursor:pointer}.filter-select option{background:#03041c;color:#fff}.modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{padding:2.5rem;position:relative;background:#1e1e28e6}.glass-card{background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:20px}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.close-btn{position:absolute;right:1.5rem;top:1.5rem;background:none;border:none;cursor:pointer;color:var(--text-muted);transition:color .2s}.close-btn:hover{color:#fff}.input-label{display:block;margin-bottom:.5rem;font-size:.9rem;opacity:.7}.input-field{width:100%;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:12px;padding:.8rem 1rem;color:#fff;outline:none;transition:border-color .2s}.input-field:focus{border-color:var(--primary)}.modal-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.modal-select option{background:#1a1b3a!important;color:#fff!important}.data-table-container{background:#ffffff08;border-radius:20px;border:1px solid var(--glass-border);overflow:hidden}.data-table{width:100%;border-collapse:collapse;text-align:left}.data-table thead tr{background:#ffffff0d}.data-table th,.data-table td{padding:1.2rem}.data-table tr{border-top:1px solid var(--glass-border)}.data-table tbody tr:hover{background:#ffffff05}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-alert{background:#ef44441a;color:#ef4444;padding:1rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.empty-state{padding:5rem 0;text-align:center;color:var(--text-muted)}.remote-config-editor .remote-config-intro{color:var(--text-muted);font-size:.95rem;max-width:640px;margin-top:.5rem;line-height:1.5}.remote-config-success{background:#22c55e1f;color:#86efac;padding:1rem;border-radius:12px;border:1px solid rgba(34,197,94,.25)}.remote-config-mode-toggle{display:flex;gap:.75rem;margin-bottom:1.5rem}.remote-config-table-wrap{margin-bottom:1.5rem}.remote-config-table .remote-config-input,.remote-config-table .remote-config-textarea{margin:0;font-size:.9rem}.remote-config-table .remote-config-select{width:100%}.remote-config-textarea{resize:vertical;min-height:4rem;font-family:ui-monospace,monospace}.remote-config-toolbar{padding:1rem 1.2rem;border-top:1px solid var(--glass-border);display:flex;gap:.75rem;flex-wrap:wrap}.remote-config-json-panel{padding:1.5rem;margin-bottom:1.5rem}.remote-config-json-editor{width:100%;min-height:280px;font-family:ui-monospace,monospace;font-size:.85rem;line-height:1.45;resize:vertical}.remote-config-preview{padding:1.5rem}.remote-config-preview-pre{margin:0;font-family:ui-monospace,monospace;font-size:.85rem;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:var(--text-muted);max-height:240px;overflow:auto}.remote-config-preview code{font-size:.85em;opacity:.9}.remote-config-main-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.remote-config-main-tabs button{display:inline-flex;align-items:center;gap:.5rem}.remote-config-subbar{margin-bottom:1rem}.app-copy-panel{padding:1.5rem}.app-copy-hint code{font-size:.88em;padding:.1em .35em;background:#ffffff0f;border-radius:4px}.app-copy-editor-root .app-copy-hint{margin-bottom:1.25rem}.app-copy-empty{color:var(--text-muted);line-height:1.5;margin:0}.app-copy-field{margin-bottom:.35rem}.app-copy-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:1rem;align-items:start;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.app-copy-key{font-size:.85rem;font-weight:600;color:var(--text-muted);word-break:break-word;padding-top:.5rem}.app-copy-key-nested{color:#e2e8f0}.app-copy-badge{font-size:.75rem;opacity:.55;margin-left:.5rem}.app-copy-details{border:1px solid var(--glass-border);border-radius:12px;margin-bottom:.5rem;background:#ffffff05}.app-copy-summary{list-style:none;display:flex;align-items:center;gap:.35rem;padding:.65rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.app-copy-summary::-webkit-details-marker{display:none}.app-copy-chevron{display:flex;color:var(--primary);flex-shrink:0}.app-copy-nested-body{padding:0 1rem 1rem 1.75rem;border-top:1px solid rgba(255,255,255,.06)}.app-copy-leaf-input,.app-copy-leaf-select{width:100%;max-width:100%}.app-copy-leaf-textarea{width:100%;font-family:ui-monospace,monospace;font-size:.85rem;line-height:1.45;resize:vertical;min-height:3rem}.app-copy-string-list{display:flex;flex-direction:column;gap:.5rem}.app-copy-string-row{display:flex;gap:.5rem;align-items:center}.app-copy-string-row .input-field{flex:1}.app-copy-icon-btn{flex-shrink:0;min-width:2rem;font-size:1.25rem;line-height:1}.app-copy-add-line{align-self:flex-start;margin-top:.25rem}.app-copy-object-array-card{padding:1rem;margin-bottom:.75rem}.app-copy-object-array-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.app-copy-array-index{font-size:.8rem;opacity:.6}.app-copy-json-fallback{font-family:ui-monospace,monospace;font-size:.85rem}.app-copy-inline-error{color:#f87171;font-size:.85rem;margin-bottom:.5rem}.app-copy-unsupported{opacity:.5;font-size:.9rem}.onboarding-tags-icon-input{font-size:1.25rem;text-align:center}.remote-config-subbar-wrap{flex-wrap:wrap;gap:.5rem;align-items:center}.remote-config-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.app-copy-view-toggle{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.app-copy-view-toggle button{display:inline-flex;align-items:center;gap:.5rem}.app-copy-section-search{position:relative;margin-bottom:1rem;max-width:420px}.app-copy-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);opacity:.45;pointer-events:none}.app-copy-search-input{padding-left:2.75rem}.app-copy-section-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.app-copy-pill{border:1px solid var(--glass-border);background:#ffffff0a;color:var(--text-muted);padding:.45rem .85rem;border-radius:999px;font-size:.85rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.app-copy-pill:hover{color:#e2e8f0;border-color:#6366f166}.app-copy-pill-active{background:#6366f133;border-color:var(--primary);color:#e0e7ff;font-weight:600}.app-copy-section-body{padding:1.5rem}.app-copy-section-title{margin:0 0 .5rem;font-size:1.15rem;font-weight:700}.app-copy-section-title code{font-size:1rem}.app-copy-sectioned .app-copy-hint{margin-bottom:1rem}
