@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap");.prototype-adjustment-button,.prototype-adjustment-button-compact{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.prototype-adjustment-button-compact{padding:8px 10px}.prototype-adjustment-modal{position:fixed;inset:0;z-index:120;display:flex;justify-content:center;align-items:center;padding:20px;background:rgba(15,23,42,.45)}.prototype-adjustment-panel{width:min(920px,100%);max-height:min(88vh,900px);overflow:auto;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 30px 60px rgba(15,23,42,.25)}.prototype-adjustment-panel.is-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.prototype-adjustment-head{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#fff;cursor:move}.prototype-adjustment-head h3{margin:0;font-size:1rem;color:#0f172a}.prototype-adjustment-body{display:flex;flex-direction:column;gap:12px;padding:16px}.prototype-adjustment-meta{display:flex;flex-wrap:wrap;gap:10px;color:#475569;font-size:.82rem}.prototype-adjustment-hint-list{display:grid;grid-gap:8px;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.prototype-adjustment-hint-list p{margin:0;color:#475569;font-size:.8rem;line-height:1.5}.prototype-adjustment-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.prototype-adjustment-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.prototype-adjustment-focus-card{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.prototype-adjustment-focus-card h4{margin:0;color:#1e293b;font-size:.86rem}.prototype-adjustment-focus-card p{margin:0;color:#475569;font-size:.8rem;line-height:1.5}.prototype-adjustment-focus-card .prototype-button{justify-self:flex-start}.prototype-adjustment-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid #dbe3ea;border-radius:12px;background:#f8fafc;color:#475569;font-size:.84rem;font-weight:600;transition:all .16s ease}.prototype-adjustment-tab:hover{border-color:rgba(46,125,50,.35);background:rgba(46,125,50,.08);color:#1f6f25}.prototype-adjustment-tab.is-active{border-color:rgba(46,125,50,.45);background:rgba(46,125,50,.14);color:#1f6f25}.prototype-adjustment-card,.prototype-adjustment-grid{display:grid;grid-gap:12px;gap:12px}.prototype-adjustment-card{padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.prototype-adjustment-card-wide{gap:14px}.prototype-adjustment-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.prototype-adjustment-card-head strong{color:#1e293b;font-size:.86rem}.prototype-adjustment-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.prototype-adjustment-field{display:flex;flex-direction:column;gap:6px}.prototype-adjustment-field>span{color:#475569;font-size:.78rem;font-weight:600}.prototype-adjustment-field.is-full{grid-column:1/-1}.prototype-adjustment-field .prototype-input,.prototype-adjustment-field .prototype-select{width:100%;min-width:0}.prototype-adjustment-readonly{background:#f1f5f9;color:#64748b}.prototype-adjustment-empty{margin:0;padding:14px 12px;border:1px dashed #dbe3ea;border-radius:12px;background:#f8fafc;color:#64748b;font-size:.82rem}.prototype-adjustment-add{justify-self:flex-start}.prototype-adjustment-chart-points{display:grid;grid-gap:10px;gap:10px}.prototype-adjustment-chart-point{display:grid;grid-template-columns:minmax(0,1fr) 140px 140px auto;grid-gap:8px;gap:8px;align-items:center}.prototype-adjustment-tip{margin:0;padding:12px 16px 0;color:#475569}.prototype-adjustment-error{margin:0;padding:0 16px;color:#b91c1c;font-size:.82rem}.prototype-adjustment-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px 16px}.adjustment-studio-shell{display:flex;height:calc(100vh - 68px);overflow:hidden}.adjustment-studio-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--surface);overflow-y:auto}.adjustment-studio-content{flex:1 1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.adjustment-studio-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.adjustment-studio-preview{flex:1 1;overflow:auto;padding:16px;background:var(--bg)}.adjustment-studio-summary{flex-shrink:0;border-top:1px solid var(--border);background:var(--surface)}.adjustment-mode-switcher{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-weak);padding:3px}.adjustment-mode-switcher button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border:none;border-radius:8px;background:transparent;color:var(--muted);font-size:.84rem;font-weight:600;cursor:pointer;transition:all .16s ease}.adjustment-mode-switcher button:hover{color:var(--text);background:hsla(0,0%,100%,.6)}.adjustment-mode-switcher button.is-active{background:var(--surface);color:var(--primary);box-shadow:0 1px 3px rgba(15,23,42,.08)}.adjustment-sidebar-section{padding:12px}.adjustment-sidebar-section+.adjustment-sidebar-section{border-top:1px solid var(--border)}.adjustment-sidebar-section-title{margin:0 0 8px;padding:0 8px;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.adjustment-sidebar-list{display:flex;flex-direction:column;gap:2px}.adjustment-sidebar-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:.88rem;text-align:left;cursor:pointer;transition:all .16s ease}.adjustment-sidebar-item i{width:18px;text-align:center;color:var(--muted);transition:color .16s ease}.adjustment-sidebar-item:hover{background:var(--surface-weak)}.adjustment-sidebar-item:hover i{color:var(--primary)}.adjustment-sidebar-item.is-active{background:var(--primary-soft);color:var(--primary);font-weight:600}.adjustment-sidebar-item.is-active i{color:var(--primary)}.adjustment-sidebar-badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--primary);color:#fff;font-size:.72rem;font-weight:700}.adjustment-sidebar-badge.is-empty{background:var(--muted)}.adjustment-preview-compare,.adjustment-preview-edit,.adjustment-preview-live{height:100%;border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);overflow:auto}.adjustment-preview-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.adjustment-preview-pane{padding:16px;overflow:auto}.adjustment-preview-pane+.adjustment-preview-pane{border-left:1px solid var(--border)}.adjustment-preview-label{margin:0 0 12px;color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adjustment-summary-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 16px}.adjustment-summary-info{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:.82rem}.adjustment-summary-stat{display:flex;align-items:center;gap:6px}.adjustment-summary-stat strong{color:var(--text);font-weight:700}.adjustment-summary-stat.stat-added strong{color:#16a34a}.adjustment-summary-stat.stat-modified strong{color:#ca8a04}.adjustment-summary-stat.stat-removed strong{color:#dc2626}.prototype-studio-card{position:relative;display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:14px;background:#fff;transition:all .18s ease}.prototype-studio-card:hover{border-color:rgba(46,125,50,.3);box-shadow:0 8px 24px rgba(15,23,42,.08)}.prototype-studio-card.is-selected{border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.15)}.prototype-studio-card.has-changes{background:linear-gradient(180deg,rgba(255,251,235,.6),rgba(255,251,235,.2));border-color:rgba(234,179,8,.4)}.prototype-studio-card.is-editing{border-color:var(--primary);box-shadow:0 12px 32px rgba(15,23,42,.12)}.prototype-studio-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid #f1f5f9}.prototype-studio-card-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.prototype-studio-card-checkbox input{width:16px;height:16px;accent-color:var(--primary)}.prototype-studio-card-id{color:#64748b;font-size:.78rem;font-family:monospace}.prototype-studio-card-badge{padding:2px 8px;border-radius:999px;font-size:.7rem;font-weight:600}.prototype-studio-card-badge-changed{background:rgba(234,179,8,.15);color:#a16207}.prototype-studio-card-view{display:flex;flex-direction:column;gap:8px;padding:12px 14px}.prototype-studio-card-row{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:28px}.prototype-studio-card-row-label{color:#64748b;font-size:.78rem}.prototype-studio-card-row-value{color:#0f172a;font-size:.82rem;font-weight:500;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.prototype-studio-card-edit-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;font-size:.8rem;font-weight:600;transition:all .16s ease}.prototype-studio-card-edit-btn:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.prototype-studio-card-edit{display:grid;grid-gap:10px;gap:10px;padding:12px 14px}.prototype-studio-card-field{display:grid;grid-gap:4px;gap:4px}.prototype-studio-card-field-label{color:#64748b;font-size:.74rem;font-weight:600}.prototype-studio-card-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.prototype-studio-batch-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;margin-bottom:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.prototype-studio-batch-info{display:flex;align-items:center;gap:8px;color:#475569;font-size:.84rem}.prototype-studio-batch-info i{color:var(--primary)}.prototype-studio-batch-info strong{color:var(--primary);font-weight:700}.prototype-studio-batch-actions{display:flex;align-items:center;gap:8px}.prototype-studio-batch-select{padding:6px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-size:.82rem;cursor:pointer}.prototype-studio-batch-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.prototype-studio-card-editor{display:flex;flex-direction:column}.prototype-studio-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px}.prototype-studio-card-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;border:1px dashed #d1d5db;border-radius:14px;background:#f8fafc;color:#94a3b8}.prototype-studio-card-empty i{font-size:2.5rem}.prototype-studio-card-empty p{margin:0;font-size:.9rem}.prototype-studio-diff-wrapper{position:relative;display:inline-block}.prototype-studio-diff-indicator{position:absolute;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#eab308;color:#fff;font-size:.5rem}.prototype-studio-diff-indicator i{font-size:6px}.prototype-studio-diff-summary{display:grid;grid-gap:6px;gap:6px;margin-top:8px;padding:8px 10px;border-radius:8px;background:#fffbeb;border:1px solid rgba(234,179,8,.2)}.prototype-studio-diff-row{display:grid;grid-template-columns:auto 1fr auto 1fr;align-items:center;grid-gap:8px;gap:8px;font-size:.78rem}.prototype-studio-diff-field{color:#64748b;font-weight:500}.prototype-studio-diff-original{color:#dc2626;text-decoration:line-through;opacity:.8}.prototype-studio-diff-current,.prototype-studio-diff-original{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.prototype-studio-diff-current{color:#16a34a;font-weight:600}.prototype-studio-diff-row i{color:#94a3b8;font-size:.6rem}.prototype-studio-split-view{display:flex;height:100%;border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.prototype-studio-split-pane{flex:1 1;display:flex;flex-direction:column;min-width:0}.prototype-studio-split-pane-left{border-right:1px solid #e2e8f0}.prototype-studio-split-divider{display:flex;align-items:center;justify-content:center;width:40px;background:#f8fafc;color:#94a3b8;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.prototype-studio-split-header{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.prototype-studio-split-header i{color:#64748b}.prototype-studio-split-header h3{margin:0;font-size:.88rem;font-weight:600;color:#0f172a}.prototype-studio-split-badge{padding:2px 8px;border-radius:999px;font-size:.68rem;font-weight:600;background:#f1f5f9;color:#64748b}.prototype-studio-split-badge-modified{background:rgba(46,125,50,.12);color:var(--primary)}.prototype-studio-split-body{flex:1 1;padding:14px;overflow:auto}.prototype-studio-toast-container{position:fixed;right:24px;bottom:28px;z-index:100;display:flex;flex-direction:column;gap:10px;max-width:420px;width:100%}.prototype-studio-toast{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;padding:14px 16px;border:1px solid rgba(226,232,240,.9);border-radius:16px;background:hsla(0,0%,100%,.98);box-shadow:0 22px 48px rgba(15,23,42,.18),0 6px 14px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;transform:translateX(20px);transition:all .3s ease}.prototype-studio-toast.is-visible{opacity:1;transform:translateX(0)}.prototype-studio-toast.is-success{border-color:rgba(46,125,50,.25)}.prototype-studio-toast.is-error{border-color:rgba(220,38,38,.25)}.prototype-studio-toast.is-warning{border-color:rgba(234,179,8,.25)}.prototype-studio-toast.is-info{border-color:rgba(37,99,235,.25)}.prototype-studio-toast-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:1.1rem}.prototype-studio-toast.is-success .prototype-studio-toast-icon{background:rgba(46,125,50,.12);color:#2e7d32}.prototype-studio-toast.is-error .prototype-studio-toast-icon{background:rgba(220,38,38,.12);color:#dc2626}.prototype-studio-toast.is-warning .prototype-studio-toast-icon{background:rgba(234,179,8,.12);color:#ca8a04}.prototype-studio-toast.is-info .prototype-studio-toast-icon{background:rgba(37,99,235,.12);color:#2563eb}.prototype-studio-toast-content{display:flex;flex-direction:column;gap:8px;min-width:0}.prototype-studio-toast-header strong{display:block;color:#0f172a;font-size:.93rem;font-weight:700}.prototype-studio-toast-header p{margin:4px 0 0;color:#475569;font-size:.84rem;line-height:1.5}.prototype-studio-toast-diff{padding:8px 10px;border-radius:8px;background:#fffbeb;border:1px solid rgba(234,179,8,.2)}.prototype-studio-toast-diff-label{display:flex;align-items:center;gap:6px;margin:0 0 6px;color:#92400e;font-size:.74rem;font-weight:600}.prototype-studio-toast-undo{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:0;border:none;background:none;color:var(--primary);font-size:.82rem;font-weight:600;cursor:pointer;transition:opacity .16s ease}.prototype-studio-toast-undo:hover{opacity:.8}.prototype-studio-toast-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:999px;background:transparent;color:#94a3b8;cursor:pointer;transition:all .16s ease}.prototype-studio-toast-close:hover{background:rgba(148,163,184,.12);color:#475569}.prototype-studio-graph{display:flex;flex-direction:column;gap:16px}.prototype-studio-graph-svg{border:1px solid #e2e8f0;border-radius:14px;background:linear-gradient(180deg,#fafbfc,#f8fafc)}.prototype-studio-graph-node{cursor:pointer;transition:transform .16s ease}.prototype-studio-graph-node:hover{transform:scale(1.1)}.prototype-studio-graph-node-icon{font-size:14px}.prototype-studio-graph-node-label{font-size:11px;font-weight:500}.prototype-studio-graph-edge{transition:stroke .16s ease}.prototype-studio-graph-edge:hover{stroke:#64748b}.prototype-studio-graph-edge-label{font-size:10px;fill:#64748b}.prototype-studio-graph-legend{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.prototype-studio-graph-legend-item{display:flex;align-items:center;gap:6px;color:#475569;font-size:.78rem}.prototype-studio-graph-legend-dot{width:10px;height:10px;border-radius:50%}.prototype-studio-graph-legend-item i{font-size:.7rem;color:#64748b}.dashboard-display-shell{display:flex;height:calc(100vh - 68px);overflow:hidden}.dashboard-display-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--surface);overflow-y:auto}.dashboard-display-sidebar-section{padding:12px}.dashboard-display-sidebar-section+.dashboard-display-sidebar-section{border-top:1px solid var(--border)}.dashboard-display-sidebar-section-title{margin:0 0 8px;padding:0 8px;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.dashboard-display-sidebar-list{display:flex;flex-direction:column;gap:2px}.dashboard-display-sidebar-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:.88rem;text-align:left;cursor:pointer;transition:all .16s ease}.dashboard-display-sidebar-item i{width:18px;text-align:center;color:var(--muted);transition:color .16s ease}.dashboard-display-sidebar-item:hover{background:var(--surface-weak)}.dashboard-display-sidebar-item:hover i{color:var(--primary)}.dashboard-display-sidebar-item.is-active{background:var(--primary-soft);color:var(--primary);font-weight:600}.dashboard-display-sidebar-item.is-active i{color:var(--primary)}.dashboard-display-sidebar-badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--primary);color:#fff;font-size:.72rem;font-weight:700}.dashboard-display-sidebar-hint{padding:0 8px}.dashboard-display-sidebar-hint p{margin:0 0 8px;color:var(--muted);font-size:.78rem;line-height:1.5}.dashboard-display-sidebar-hint strong{color:var(--text)}.dashboard-display-content{flex:1 1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.dashboard-display-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.dashboard-display-actions{display:flex;align-items:center;gap:8px}.dashboard-display-editor{flex:1 1;overflow:auto;padding:16px;background:var(--bg)}.dashboard-display-status{flex-shrink:0;border-top:1px solid var(--border);background:var(--surface);padding:8px 16px}.dashboard-display-status-info{display:flex;align-items:center;gap:16px;font-size:.82rem;color:var(--muted)}.dashboard-display-mode-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:600}.dashboard-display-mode-badge.mode-real{background:rgba(59,130,246,.12);color:#2563eb}.dashboard-display-mode-badge.mode-manual{background:rgba(234,179,8,.12);color:#a16207}.dashboard-display-template-info{display:flex;align-items:center;gap:4px}.dashboard-display-template-info i{color:var(--primary)}.dashboard-display-version{color:var(--muted)}.dashboard-display-unsaved{display:flex;align-items:center;gap:4px;color:#ca8a04}.dashboard-display-unsaved i{font-size:.5rem}.display-mode-switcher{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-weak);padding:3px}.display-mode-switcher-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 14px;border:none;border-radius:8px;background:transparent;color:var(--muted);font-size:.84rem;font-weight:600;cursor:pointer;transition:all .16s ease}.display-mode-switcher-btn:hover{color:var(--text);background:hsla(0,0%,100%,.6)}.display-mode-switcher-btn.is-active{background:var(--surface);color:var(--primary);box-shadow:0 1px 3px rgba(15,23,42,.08)}.metric-editor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:16px;gap:16px}.chart-editor-empty,.metric-editor-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;border:1px dashed #d1d5db;border-radius:14px;background:#f8fafc;color:#94a3b8}.chart-editor-empty i,.metric-editor-empty i{font-size:2.5rem}.chart-editor-empty p,.metric-editor-empty p{margin:0;font-size:.9rem}.metric-card-preview{display:flex;flex-direction:column;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;transition:all .18s ease}.metric-card-preview:hover{border-color:rgba(46,125,50,.3);box-shadow:0 8px 24px rgba(15,23,42,.08)}.metric-card-preview.has-changes{background:linear-gradient(180deg,rgba(255,251,235,.6),rgba(255,251,235,.2));border-color:rgba(234,179,8,.4)}.metric-card-preview.is-locked{opacity:.7}.metric-card-preview-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.metric-card-tone-indicator{width:12px;height:12px;border-radius:50%}.metric-card-preview-label{font-size:.86rem;font-weight:600;color:#1e293b}.metric-card-preview-locked{margin-left:auto;color:#94a3b8}.metric-card-preview-changed{margin-left:auto;padding:2px 8px;border-radius:999px;background:rgba(234,179,8,.15);color:#a16207;font-size:.7rem;font-weight:600}.metric-card-preview-body{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.metric-card-preview-value-row{display:flex;align-items:center;gap:8px}.metric-card-preview-value-row i{font-size:1.2rem;color:var(--muted)}.metric-card-preview-value{font-size:1.5rem;font-weight:700;color:#0f172a}.metric-card-preview-delta{font-size:.84rem;color:var(--muted)}.metric-card-preview-footer{padding-top:12px;border-top:1px solid #f1f5f9}.metric-card-preview-info{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#64748b}.metric-card-preview-edit{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .16s ease}.metric-card-preview-edit:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.metric-card-editor{display:flex;flex-direction:column;padding:16px;border:1px solid var(--primary);border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.12)}.metric-card-editor-header{margin-bottom:12px}.metric-card-editor-key{padding:2px 8px;border-radius:4px;background:var(--surface-weak);color:var(--muted);font-size:.72rem;font-family:monospace}.metric-card-editor-form{display:flex;flex-direction:column;gap:12px}.metric-card-editor-field{display:flex;flex-direction:column;gap:4px}.metric-card-editor-field label{color:#475569;font-size:.78rem;font-weight:600}.metric-card-editor-field input[type=number],.metric-card-editor-field input[type=text],.metric-card-editor-field select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem}.metric-card-editor-field input:focus,.metric-card-editor-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.metric-card-editor-field input[type=checkbox]{margin-right:6px}.metric-card-editor-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.chart-editor-list{gap:16px}.chart-card,.chart-editor-list{display:flex;flex-direction:column}.chart-card{padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;transition:all .18s ease}.chart-card:hover{border-color:rgba(46,125,50,.3);box-shadow:0 8px 24px rgba(15,23,42,.08)}.chart-card.has-changes{background:linear-gradient(180deg,rgba(255,251,235,.6),rgba(255,251,235,.2));border-color:rgba(234,179,8,.4)}.chart-card.is-editing{border-color:var(--primary);box-shadow:0 12px 32px rgba(15,23,42,.12)}.chart-card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.chart-card-kind{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--surface-weak);color:var(--muted)}.chart-card-title{font-size:.92rem;font-weight:600;color:#1e293b}.chart-card-locked{margin-left:auto;color:#94a3b8}.chart-card-changed{margin-left:auto;padding:2px 8px;border-radius:999px;background:rgba(234,179,8,.15);color:#a16207;font-size:.7rem;font-weight:600}.chart-card-preview{display:flex;flex-direction:column;gap:12px}.chart-card-preview-info{display:flex;gap:16px;font-size:.78rem;color:var(--muted)}.chart-card-preview-info span{display:flex;align-items:center;gap:4px}.chart-card-preview-points{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:8px;background:#f8fafc}.chart-card-preview-point{display:flex;align-items:center;gap:8px}.chart-card-preview-point-color{width:10px;height:10px;border-radius:50%}.chart-card-preview-point-label{flex:1 1;font-size:.82rem;color:#334155}.chart-card-preview-point-value{font-size:.82rem;font-weight:600;color:#0f172a}.chart-card-preview-more{font-size:.78rem;color:var(--muted);text-align:center;padding-top:4px}.chart-card-edit-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .16s ease}.chart-card-edit-btn:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.chart-card-form{display:flex;flex-direction:column;gap:12px}.chart-card-field{display:flex;flex-direction:column;gap:4px}.chart-card-field label{color:#475569;font-size:.78rem;font-weight:600}.chart-card-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.chart-card-field input[type=text],.chart-card-field select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem}.chart-card-field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.chart-card-points{display:flex;flex-direction:column;gap:8px;margin-top:8px}.chart-card-points-header{display:flex;justify-content:space-between;align-items:center}.chart-card-points-header label{color:#475569;font-size:.78rem;font-weight:600}.chart-card-points-list{display:flex;flex-direction:column;gap:8px}.chart-point-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.chart-point-color{width:12px;height:12px;border-radius:50%}.chart-point-label{flex:1 1;font-size:.82rem;color:#334155}.chart-point-value{font-size:.82rem;font-weight:600;color:#0f172a}.chart-point-actions{display:flex;gap:4px}.chart-point-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;transition:all .16s ease}.chart-point-btn:hover{background:var(--surface-weak);color:var(--primary)}.chart-point-btn-delete:hover{color:#dc2626}.chart-point-editor{display:grid;grid-template-columns:1fr 80px 80px auto;grid-gap:8px;gap:8px;align-items:center;padding:8px 10px;border:1px solid var(--primary);border-radius:8px;background:var(--primary-soft)}.chart-point-editor-field{display:flex;flex-direction:column;gap:2px}.chart-point-editor-field label{font-size:.68rem;color:var(--muted)}.chart-point-editor-field input[type=number],.chart-point-editor-field input[type=text]{width:100%;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem}.chart-point-editor-field input[type=color]{width:40px;height:32px;padding:2px;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.chart-point-editor-actions{display:flex;gap:4px}.chart-card-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.template-manager-modal{position:fixed;inset:0;z-index:120;display:flex;justify-content:center;align-items:center;padding:20px;background:rgba(15,23,42,.45)}.template-manager-backdrop{position:absolute;inset:0;border:none;background:transparent;cursor:default}.template-manager-panel{position:relative;width:min(720px,100%);max-height:min(88vh,800px);overflow:auto;border-radius:16px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 30px 60px rgba(15,23,42,.25)}.template-manager-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 20px;border-bottom:1px solid #e5e7eb}.template-manager-kicker{margin:0 0 4px;color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.template-manager-head h3{margin:0;font-size:1.1rem;color:#0f172a}.template-manager-subtitle{margin:4px 0 0;color:var(--muted);font-size:.84rem}.template-manager-head-actions{flex-shrink:0}.template-manager-tabs{display:flex;gap:4px;padding:12px 20px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.template-manager-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;background:transparent;color:var(--muted);font-size:.84rem;font-weight:600;cursor:pointer;transition:all .16s ease}.template-manager-tab:hover{background:hsla(0,0%,100%,.6);color:var(--text)}.template-manager-tab.is-active{background:#fff;color:var(--primary);box-shadow:0 1px 3px rgba(15,23,42,.08)}.template-manager-body{display:flex;flex-direction:column;gap:20px;padding:20px}.template-manager-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:48px;color:var(--muted)}.template-manager-create{padding:16px;border:1px dashed #d1d5db;border-radius:12px;background:#f8fafc}.template-manager-create h4{margin:0 0 12px;font-size:.86rem;color:#1e293b}.template-manager-create-form{display:flex;gap:8px;align-items:center}.template-manager-create-form input{flex:1 1}.template-manager-list h4{margin:0 0 12px;font-size:.86rem;color:#1e293b}.template-manager-list h4 span{font-weight:400;color:var(--muted)}.template-manager-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px;color:var(--muted)}.template-manager-empty i{font-size:2rem}.template-manager-empty p{margin:0;font-size:.84rem}.template-manager-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px}.template-card{display:flex;flex-direction:column;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;transition:all .18s ease}.template-card:hover{border-color:rgba(46,125,50,.3);box-shadow:0 4px 12px rgba(15,23,42,.08)}.template-card-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.template-card-head h5{margin:0;font-size:.88rem;font-weight:600;color:#1e293b}.template-card-badge{padding:2px 6px;border-radius:4px;background:var(--primary-soft);color:var(--primary);font-size:.68rem;font-weight:600}.template-card-desc{margin:0 0 12px;font-size:.78rem;color:var(--muted);line-height:1.4}.template-card-stats{display:flex;gap:12px;margin-bottom:12px;font-size:.76rem;color:var(--muted)}.template-card-stats span{display:flex;align-items:center;gap:4px}.template-card-actions{display:flex;gap:8px;margin-top:auto}.template-card-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;border:none;border-radius:8px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .16s ease}.template-card-btn:disabled{opacity:.6;cursor:not-allowed}.template-card-btn-apply{background:var(--primary);color:#fff}.template-card-btn-apply:hover:not(:disabled){background:#256428}.template-card-btn-delete{background:#f1f5f9;color:#64748b}.template-card-btn-delete:hover:not(:disabled){background:#fee2e2;color:#dc2626}.adjustable-chart-wrapper,.adjustable-metric-card-wrapper{position:relative}.adjustable-edit-button{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:hsla(0,0%,100%,.9);color:#64748b;cursor:pointer;opacity:0;transition:all .16s ease;z-index:10}.adjustable-chart-wrapper:hover .adjustable-edit-button,.adjustable-metric-card-wrapper:hover .adjustable-edit-button{opacity:1}.adjustable-edit-button:hover{background:var(--primary);color:#fff}.adjustable-edit-button-chart{top:12px;right:12px}.adjustable-popover{position:absolute;right:0;z-index:50;min-width:320px;max-width:400px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.18)}.adjustable-popover-chart{min-width:480px;max-width:560px}.metric-popover-preview{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.metric-popover-form{display:flex;flex-direction:column;gap:12px}.metric-popover-field{display:flex;flex-direction:column;gap:4px}.metric-popover-field label{color:#475569;font-size:.78rem;font-weight:600}.metric-popover-field input[type=number],.metric-popover-field input[type=text],.metric-popover-field select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem}.metric-popover-field input:focus,.metric-popover-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.metric-popover-checkbox{display:flex;align-items:center;gap:6px;cursor:pointer}.metric-popover-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.metric-popover-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.chart-popover-editor{display:flex;flex-direction:column;gap:16px}.chart-popover-preview{min-height:180px;padding:8px;border:1px solid #f1f5f9;border-radius:8px;background:#fafbfc}.chart-popover-form{display:flex;flex-direction:column;gap:12px}.chart-popover-field{display:flex;flex-direction:column;gap:4px}.chart-popover-field label{color:#475569;font-size:.78rem;font-weight:600}.chart-popover-field input[type=text],.chart-popover-field select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem}.chart-popover-field input:focus,.chart-popover-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.chart-popover-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.chart-popover-points{display:flex;flex-direction:column;gap:8px}.chart-popover-points-header{display:flex;justify-content:space-between;align-items:center}.chart-popover-points-header label{color:#475569;font-size:.78rem;font-weight:600}.chart-popover-points-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.chart-popover-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;border-top:1px solid #f1f5f9}.adjustment-editor-modal-panel{width:min(480px,calc(100vw - 32px));padding:20px;border:1px solid rgba(229,231,235,.92);border-radius:16px;background:#fff;box-shadow:0 24px 48px rgba(15,23,42,.22)}.adjustment-editor-modal-panel-chart{width:min(640px,calc(100vw - 32px))}.adjustment-editor-modal-panel .metric-popover-preview{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.adjustment-editor-modal-panel .metric-popover-form{display:flex;flex-direction:column;gap:12px}.adjustment-editor-modal-panel .metric-popover-field{display:flex;flex-direction:column;gap:4px}.adjustment-editor-modal-panel .metric-popover-field label{color:#475569;font-size:.78rem;font-weight:600}.adjustment-editor-modal-panel .metric-popover-field input[type=number],.adjustment-editor-modal-panel .metric-popover-field input[type=text],.adjustment-editor-modal-panel .metric-popover-field select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem}.adjustment-editor-modal-panel .metric-popover-field input:focus,.adjustment-editor-modal-panel .metric-popover-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.adjustment-editor-modal-panel .metric-popover-checkbox{display:flex;align-items:center;gap:6px;cursor:pointer}.adjustment-editor-modal-panel .metric-popover-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.adjustment-editor-modal-panel .metric-popover-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.adjustment-editor-modal-panel .chart-popover-editor{display:flex;flex-direction:column;gap:16px}.adjustment-editor-modal-panel .chart-popover-preview{min-height:200px;padding:12px;border:1px solid #f1f5f9;border-radius:8px;background:#fafbfc}.adjustment-editor-modal-panel .chart-popover-form{display:flex;flex-direction:column;gap:12px}.adjustment-editor-modal-panel .chart-popover-field{display:flex;flex-direction:column;gap:4px}.adjustment-editor-modal-panel .chart-popover-field label{color:#475569;font-size:.78rem;font-weight:600}.adjustment-editor-modal-panel .chart-popover-field input[type=text],.adjustment-editor-modal-panel .chart-popover-field select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;font-size:.86rem}.adjustment-editor-modal-panel .chart-popover-field input:focus,.adjustment-editor-modal-panel .chart-popover-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(46,125,50,.1)}.adjustment-editor-modal-panel .chart-popover-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.adjustment-editor-modal-panel .chart-popover-points{display:flex;flex-direction:column;gap:8px}.adjustment-editor-modal-panel .chart-popover-points-header{display:flex;justify-content:space-between;align-items:center}.adjustment-editor-modal-panel .chart-popover-points-header label{color:#475569;font-size:.78rem;font-weight:600}.adjustment-editor-modal-panel .chart-popover-points-list{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow-y:auto}.adjustment-editor-modal-panel .chart-popover-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;border-top:1px solid #f1f5f9}.adjustment-editor-modal-panel .chart-point-editor{display:grid;grid-template-columns:1fr 80px 80px auto;grid-gap:8px;gap:8px;align-items:center;padding:8px 10px;border:1px solid var(--primary);border-radius:8px;background:var(--primary-soft)}.adjustment-editor-modal-panel .chart-point-editor-field{display:flex;flex-direction:column;gap:2px}.adjustment-editor-modal-panel .chart-point-editor-field label{font-size:.68rem;color:var(--muted)}.adjustment-editor-modal-panel .chart-point-editor-field input[type=number],.adjustment-editor-modal-panel .chart-point-editor-field input[type=text]{width:100%;padding:6px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem}.adjustment-editor-modal-panel .chart-point-editor-field input[type=color]{width:40px;height:32px;padding:2px;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.adjustment-editor-modal-panel .chart-point-editor-actions{display:flex;gap:4px}@media (max-width:1279px){.prototype-topbar-inner{grid-template-columns:minmax(240px,1fr) minmax(220px,1fr) auto}.prototype-layout{grid-template-columns:248px minmax(0,1fr)}.prototype-metric-grid,.prototype-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prototype-form-grid,.prototype-image-grid{grid-template-columns:1fr}.prototype-adjustment-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.prototype-adjustment-card-grid,.prototype-adjustment-chart-point,.prototype-adjustment-focus-grid{grid-template-columns:1fr}.prototype-split{grid-template-columns:minmax(0,1fr)}.prototype-filter-strip,.prototype-product-detail-workbench,.prototype-product-editor-form-grid,.prototype-product-editor-workbench{grid-template-columns:1fr}.prototype-filter-actions,.prototype-filter-group{grid-template-columns:repeat(2,minmax(0,1fr))}.prototype-filter-actions{width:100%;justify-self:stretch}.prototype-feature-grid,.prototype-kv-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1023px){.prototype-topbar-inner{grid-template-columns:auto minmax(0,1fr) auto}.prototype-topbar-menu{display:inline-flex}.prototype-search{min-width:0}.prototype-layout{grid-template-columns:minmax(0,1fr)}.prototype-sidebar{position:fixed;top:64px;left:0;bottom:0;width:280px;max-height:none;z-index:30;transform:translateX(-110%);transition:transform .18s ease}.prototype-sidebar.is-open{transform:translateX(0)}.prototype-sidebar-overlay{display:block}.prototype-sidebar-overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.prototype-product-detail-workbench,.prototype-product-editor-form-grid,.prototype-product-editor-workbench,.prototype-user-detail-field-grid,.prototype-user-detail-role-list,.prototype-user-detail-role-picker-grid,.prototype-user-detail-switch-grid,.prototype-user-detail-switch-list{grid-template-columns:1fr}.prototype-product-detail-gallery-head,.prototype-product-detail-section-head{align-items:flex-start;flex-direction:column}.prototype-adjustment-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.prototype-page-head{grid-template-columns:1fr;align-items:start}.prototype-page-actions{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));justify-content:stretch;width:100%}.prototype-module-header{grid-template-columns:1fr;align-items:start}.prototype-module-tabs{justify-content:flex-start}}@media (max-width:767px){.prototype-topbar-inner{grid-template-columns:auto 1fr auto;gap:12px;padding:0 14px}.prototype-search{display:none}.prototype-search.is-mobile{display:flex}.prototype-brand-title{font-size:.94rem}.prototype-search-toggle{display:inline-flex}.prototype-user-chip{padding-right:8px}.prototype-user-chip>div{display:none}.prototype-layout{padding:0 14px 14px}.prototype-feature-grid,.prototype-filter-actions,.prototype-filter-group,.prototype-filter-strip,.prototype-kv-list,.prototype-metric-grid,.prototype-resource-grid{grid-template-columns:1fr}.prototype-filter-group>.prototype-button{width:100%;justify-self:stretch}.prototype-module-header{padding:16px}.prototype-role-create-grid,.prototype-role-modal-body,.prototype-role-modal-form-grid,.prototype-role-modal-permissions,.prototype-user-detail-hero,.prototype-user-detail-modal-body,.prototype-user-detail-ops-grid,.prototype-user-role-grid{grid-template-columns:1fr}.prototype-user-detail-avatar-picker .prototype-avatar-picker-body{grid-template-columns:auto minmax(0,1fr)}.prototype-user-detail-field-grid,.prototype-user-detail-role-list,.prototype-user-detail-role-picker-grid,.prototype-user-detail-switch-grid,.prototype-user-detail-switch-list{grid-template-columns:1fr}.prototype-product-editor-sheet-head{flex-direction:column}.prototype-select{min-width:0;width:100%}.prototype-adjustment-panel{width:min(96vw,920px);max-height:min(92vh,900px)}.prototype-input-search{min-width:0}.auth-page{padding:14px}.auth-shell{grid-template-columns:1fr;min-height:auto}.auth-hero{min-height:320px}.auth-credential-grid,.auth-highlight-grid{grid-template-columns:1fr}.auth-card-head{flex-direction:column;align-items:flex-start}.prototype-user-menu{right:0;min-width:160px}}@media (max-width:640px){.dev-environment-badge{right:12px;bottom:12px;min-height:28px;padding:0 10px;font-size:.68rem;letter-spacing:.06em}}.prototype-user-detail-board{display:grid;grid-gap:14px;gap:14px}.prototype-user-detail-summary-panel{overflow:hidden}.prototype-user-detail-hero{grid-template-columns:minmax(0,1.45fr) minmax(280px,.65fr);align-items:start}.prototype-user-detail-hero,.prototype-user-detail-hero-main{display:grid;grid-gap:12px;gap:12px}.prototype-user-detail-identity{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid rgba(229,231,235,.9);border-radius:16px;background:radial-gradient(circle at top right,rgba(46,125,50,.08),transparent 30%),rgba(248,250,252,.9)}.prototype-user-detail-avatar{width:68px;height:68px;border-radius:18px;object-fit:cover;flex:none}.prototype-user-detail-identity-copy{display:grid;grid-gap:8px;gap:8px;min-width:0}.prototype-user-detail-identity-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.prototype-user-detail-identity-head h3{margin:0;color:#0f172a;font-size:1.04rem;line-height:1.35}.prototype-user-detail-identity-copy p{margin:0;color:#64748b;font-size:.84rem;line-height:1.55}.prototype-user-detail-role-tags{gap:8px}.prototype-user-detail-hero-side{display:grid;grid-gap:8px;gap:8px;align-content:start}.prototype-user-detail-metric{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border:1px solid rgba(229,231,235,.9);border-radius:14px;background:rgba(248,250,252,.88)}.prototype-user-detail-metric span{color:#64748b;font-size:.76rem;font-weight:600}.prototype-user-detail-metric strong{color:#0f172a;font-size:.96rem;line-height:1.35}.prototype-user-detail-split{align-items:start}.prototype-user-detail-panel{min-height:100%}.prototype-user-role-board{display:grid;grid-gap:10px;gap:10px}.prototype-user-role-summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.prototype-user-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:10px;gap:10px}.prototype-user-role-card{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid rgba(229,231,235,.9);border-radius:14px;background:rgba(248,250,252,.88)}.prototype-user-role-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.prototype-user-role-card-head h4{margin:0;color:#111827;font-size:.9rem;line-height:1.35}.prototype-user-role-card-head p{margin:6px 0 0;color:#64748b;font-size:.74rem;line-height:1.6}.prototype-user-role-card-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:#64748b;font-size:.72rem}.prototype-user-role-empty{min-height:120px}.prototype-user-detail-ops{display:grid;grid-gap:10px;gap:10px}.prototype-user-detail-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.prototype-user-detail-mini{display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid rgba(229,231,235,.9);border-radius:14px;background:rgba(248,250,252,.88)}.prototype-user-detail-mini span{color:#64748b;font-size:.72rem;font-weight:600}.prototype-user-detail-mini strong{color:#111827;font-size:.84rem;line-height:1.45}.prototype-user-detail-action-list{display:flex;flex-wrap:nowrap;gap:8px}.prototype-user-detail-action-list .prototype-button{flex:1 1;min-width:0;justify-content:center}.prototype-user-detail-danger{border:1px solid rgba(220,38,38,.18);background:hsla(0,86%,97%,.92);color:#b91c1c}.prototype-user-detail-danger:hover{background:hsla(0,93%,94%,.95)}.prototype-user-detail-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:flex-start;justify-content:center;padding:16px}.prototype-user-detail-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.54)}.prototype-user-detail-modal-panel{position:relative;z-index:1;display:grid;grid-gap:14px;gap:14px;width:min(1320px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:16px;border:1px solid rgba(229,231,235,.92);border-radius:20px;background:radial-gradient(circle at top right,rgba(124,58,237,.08),transparent 32%),#fff;box-shadow:0 32px 64px rgba(15,23,42,.28)}.prototype-user-detail-password-panel{width:min(760px,100%)}.prototype-user-detail-modal-panel-edit{width:min(1040px,100%)}.prototype-user-detail-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.prototype-user-detail-modal-kicker{margin:0;color:#7c3aed;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.prototype-user-detail-modal-subtitle{margin:8px 0 0;color:#64748b;font-size:.82rem;line-height:1.55}.prototype-user-detail-modal-form{display:grid;grid-gap:12px;gap:12px}.prototype-user-detail-modal-body{display:grid;grid-template-columns:minmax(460px,1fr) minmax(0,1.05fr);grid-gap:10px;gap:10px;align-items:start}.prototype-user-detail-modal-body-stacked{grid-template-columns:1fr}.prototype-user-detail-modal-section{display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid rgba(229,231,235,.9);border-radius:16px;background:rgba(248,250,252,.9)}.prototype-user-detail-profile-section{align-content:start}.prototype-user-detail-profile-meta{padding:2px 2px 0}.prototype-user-detail-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px 12px;gap:10px 12px}.prototype-user-detail-switch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.prototype-user-detail-switch-list{display:grid;grid-gap:8px;gap:8px}.prototype-user-detail-switch-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 10px;gap:8px 10px;align-items:center;min-height:68px;padding:8px 10px;border:1px solid rgba(229,231,235,.92);border-radius:12px;background:hsla(0,0%,100%,.96);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.prototype-user-detail-switch-card:hover{transform:translateY(-1px)}.prototype-user-detail-switch-card.is-on{border-color:rgba(46,125,50,.36);background:rgba(236,248,237,.96);box-shadow:inset 0 0 0 1px rgba(46,125,50,.08)}.prototype-user-detail-switch-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.prototype-user-detail-switch-copy strong{color:#111827;font-size:.8rem;line-height:1.35}.prototype-user-detail-switch-copy p{margin:0;color:#64748b;font-size:.68rem;line-height:1.4}.prototype-user-detail-switch-track{position:relative;width:42px;height:24px;border-radius:999px;background:rgba(148,163,184,.24);box-shadow:inset 0 0 0 1px rgba(148,163,184,.16);transition:background .16s ease,box-shadow .16s ease}.prototype-user-detail-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 2px 6px rgba(15,23,42,.16);transition:transform .16s ease}.prototype-user-detail-switch-input:checked~.prototype-user-detail-switch-track{background:rgba(46,125,50,.95);box-shadow:inset 0 0 0 1px rgba(46,125,50,.16)}.prototype-user-detail-switch-input:checked~.prototype-user-detail-switch-track .prototype-user-detail-switch-thumb{transform:translateX(18px)}.prototype-system-users-panel .prototype-panel-head{margin-bottom:8px}.prototype-system-users-panel .prototype-panel-stack{gap:10px}.prototype-user-detail-modal-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prototype-user-detail-modal-section-head h4{margin:0;color:#111827;font-size:.96rem;line-height:1.35}.prototype-user-detail-modal-section-head p{margin:6px 0 0;color:#64748b;font-size:.78rem;line-height:1.6}.prototype-user-detail-password-form{display:grid;grid-gap:12px;gap:12px}.prototype-user-detail-password-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.prototype-password-field{display:grid;grid-gap:10px;gap:10px}.prototype-password-strength{display:grid;grid-gap:8px;gap:8px;padding:10px 12px;border:1px solid rgba(229,231,235,.9);border-radius:14px;background:hsla(0,0%,100%,.82)}.prototype-password-strength-head{display:grid;grid-gap:4px;gap:4px}.prototype-password-strength-head strong{color:#111827;font-size:.84rem}.prototype-password-strength-head span{color:#64748b;font-size:.76rem;line-height:1.5}.prototype-password-rule-list{display:grid;grid-gap:6px;gap:6px;margin:0;padding:0;list-style:none}.prototype-password-rule-list li{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.78rem}.prototype-password-rule-list li.is-satisfied{color:#166534}.prototype-user-detail-span-2{grid-column:1/-1}.prototype-user-detail-role-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:8px;gap:8px}.prototype-user-detail-role-list{display:grid;grid-gap:8px;gap:8px}.prototype-user-detail-role-option{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px 12px;gap:10px 12px;align-items:start;padding:8px 10px;border:1px solid rgba(229,231,235,.9);border-radius:12px;background:hsla(0,0%,100%,.9);cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.prototype-user-detail-role-option:hover{transform:translateY(-1px)}.prototype-user-detail-role-option.is-selected{border-color:rgba(46,125,50,.4);background:rgba(235,247,236,.95);box-shadow:inset 0 0 0 1px rgba(46,125,50,.08)}.prototype-user-detail-role-option input{margin-top:2px;flex:none}.prototype-user-detail-role-option-body{display:grid;grid-gap:4px;gap:4px;min-width:0}.prototype-user-detail-role-option-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.prototype-user-detail-role-option-head strong{color:#111827;font-size:.8rem;line-height:1.35}.prototype-user-detail-role-option-count{flex:none;color:#2563eb;font-size:.68rem;font-weight:700;white-space:nowrap}.prototype-user-detail-role-option p{margin:0;color:#64748b;font-size:.68rem;line-height:1.4}.prototype-user-detail-avatar-picker{padding:8px;border-radius:12px;background:hsla(0,0%,100%,.96)}.prototype-user-detail-avatar-picker .prototype-avatar-picker-body{grid-template-columns:64px minmax(0,1fr);gap:8px;align-items:center}.prototype-user-detail-avatar-picker .prototype-avatar-picker-preview{width:56px;height:56px;border-radius:16px}.prototype-role-board{display:grid;grid-gap:12px;gap:12px}.prototype-role-table-role{display:grid;grid-gap:6px;gap:6px}.prototype-role-table-role strong{color:#111827;font-size:.94rem;line-height:1.3}.prototype-role-modal{padding:0}.prototype-role-modal-backdrop{background:rgba(15,23,42,.54);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.prototype-role-modal-panel{display:grid;grid-gap:0;gap:0;width:min(100%,72rem);max-width:100%;padding:0;border:1px solid rgba(229,231,235,.92);border-radius:20px;background:radial-gradient(circle at top right,rgba(124,58,237,.08),transparent 32%),#fff;box-shadow:0 32px 64px rgba(15,23,42,.28);overflow:hidden}.prototype-role-modal-panel-compact{width:min(100%,48rem);max-width:100%}.prototype-role-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 20px;border-bottom:1px solid rgba(229,231,235,.6)}.prototype-role-modal-kicker{margin:0 0 6px;color:#7c3aed;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.prototype-role-modal-head h3{margin:0;color:#111827;font-size:1.15rem;font-weight:700;line-height:1.35}.prototype-role-modal-subtitle{margin:6px 0 0;color:#64748b;font-size:.82rem;line-height:1.55}.prototype-role-modal-head-actions{display:flex;align-items:center;gap:8px}.prototype-role-modal-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:10px;background:rgba(124,58,237,.08);color:#7c3aed;font-size:.92rem;transition:background .15s ease,transform .15s ease}.prototype-role-modal-close:hover{background:rgba(124,58,237,.14);transform:translateY(-1px)}.prototype-role-modal-summary{margin:20px 28px;padding:20px 24px;border-radius:18px;background:linear-gradient(135deg,#faf5ff,#f3f0ff);border:1px solid rgba(124,58,237,.12)}.prototype-role-modal-summary-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.prototype-role-modal-summary-title{display:flex;align-items:center;gap:10px}.prototype-role-modal-summary-title h4{margin:0;color:#1e1b4b;font-size:1.05rem;font-weight:700}.prototype-role-modal-summary-desc{margin:0;color:#6b7280;font-size:.82rem;line-height:1.5}.prototype-role-modal-summary-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.prototype-role-modal-stat{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:10px;background:hsla(0,0%,100%,.7);border:1px solid rgba(124,58,237,.1)}.prototype-role-modal-stat-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:.75rem}.prototype-role-modal-stat-icon-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.prototype-role-modal-stat-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.prototype-role-modal-stat-icon-purple{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.prototype-role-modal-stat-content{display:flex;flex-direction:column;gap:1px}.prototype-role-modal-stat-value{color:#1e1b4b;font-size:.95rem;font-weight:700;line-height:1}.prototype-role-modal-stat-label{color:#6b7280;font-size:.7rem;line-height:1}.prototype-role-modal-bento{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:20px;gap:20px;padding:0 28px 24px;align-items:start}.prototype-role-modal-bundle{grid-template-columns:1fr 1.6fr;padding:0 28px 24px;align-items:start}.prototype-role-modal-left{gap:16px}.prototype-role-modal-left,.prototype-role-modal-right{display:flex;flex-direction:column}.prototype-role-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.prototype-role-stat-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;border-radius:12px;background:#fff;border:1px solid rgba(229,231,235,.8);box-shadow:0 2px 6px rgba(15,23,42,.04)}.prototype-role-stat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;color:#fff;font-size:.85rem}.prototype-role-stat-icon-purple{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.prototype-role-stat-icon-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.prototype-role-stat-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.prototype-role-stat-value{color:#1e1b4b;font-size:.95rem;font-weight:700;line-height:1}.prototype-role-stat-label{color:#6b7280;font-size:.68rem;line-height:1}.prototype-role-module-tags{display:flex;flex-wrap:wrap;gap:6px}.prototype-role-module-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;background:linear-gradient(135deg,#faf5ff,#f3f0ff);border:1px solid rgba(124,58,237,.2);color:#6d28d9;font-size:.72rem;font-weight:500}.prototype-role-common-caps{display:flex;flex-direction:column;gap:10px}.prototype-role-cap-item{display:flex;flex-direction:column;gap:6px;padding:10px;border-radius:8px;background:#fafbfc;border:1px solid rgba(229,231,235,.6)}.prototype-role-cap-module{color:#1e1b4b;font-size:.78rem;font-weight:600}.prototype-role-cap-perms{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.prototype-role-cap-badge{display:inline-flex;padding:2px 6px;border-radius:4px;background:rgba(124,58,237,.1);color:#7c3aed;font-size:.68rem;font-weight:500}.prototype-role-cap-more{color:#94a3b8;font-size:.68rem}.prototype-role-bento-card{display:grid;grid-gap:16px;gap:16px;padding:20px;border-radius:16px;background:#fff;border:1px solid rgba(229,231,235,.8);box-shadow:0 2px 8px rgba(15,23,42,.04)}.prototype-role-bento-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.prototype-role-bento-card-title{display:flex;align-items:center;gap:8px;color:#1e1b4b;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.prototype-role-bento-card-title i{color:#7c3aed;font-size:.9rem}.prototype-role-create-grid,.prototype-role-modal-form-grid{display:grid;grid-gap:14px;gap:14px}.prototype-role-create-grid>.prototype-form-field,.prototype-role-modal-form-grid>.prototype-form-field{min-width:0}.prototype-role-create-grid>.prototype-role-span-2,.prototype-role-modal-form-grid>.prototype-role-span-2{grid-column:1/-1}.prototype-role-permission-groups{display:grid;grid-gap:12px;gap:12px}.prototype-role-permission-bento{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.prototype-role-permission-card{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:10px;background:#fafbfc;border:1px solid rgba(229,231,235,.6);transition:border-color .2s ease,background .2s ease}.prototype-role-permission-card:hover{border-color:rgba(124,58,237,.2);background:#faf5ff}.prototype-role-permission-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.prototype-role-permission-card-title{display:flex;flex-direction:column;gap:2px;min-width:0}.prototype-role-permission-card-label{color:#1e1b4b;font-size:.82rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prototype-role-permission-card-summary{color:#6b7280;font-size:.65rem;line-height:1.3}.prototype-role-permission-group{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:12px;background:#fafbfc;border:1px solid rgba(229,231,235,.6);transition:border-color .2s ease,background .2s ease}.prototype-role-permission-group:hover{border-color:rgba(124,58,237,.2);background:#faf5ff}.prototype-role-permission-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.prototype-role-permission-group-title{display:flex;flex-direction:column;gap:2px}.prototype-role-permission-group-title h5{margin:0;color:#1e1b4b;font-size:.88rem;font-weight:600}.prototype-role-permission-group-title p{margin:0;color:#6b7280;font-size:.72rem;line-height:1.4}.prototype-role-permission-group-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 8px;border-radius:6px;background:rgba(124,58,237,.1);color:#7c3aed;font-size:.72rem;font-weight:600}.prototype-role-permission-toggles{display:flex;flex-wrap:wrap;gap:8px}.prototype-role-permission-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:#fff;border:1px solid rgba(229,231,235,.8);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.prototype-role-permission-toggle:hover{border-color:rgba(124,58,237,.3);box-shadow:0 2px 6px rgba(124,58,237,.08)}.prototype-role-permission-toggle.is-active{background:linear-gradient(135deg,#faf5ff,#f3f0ff);border-color:rgba(124,58,237,.4)}.prototype-role-permission-toggle input{position:absolute;opacity:0;width:0;height:0}.prototype-role-permission-toggle-track{position:relative;width:36px;height:20px;border-radius:10px;background:#e2e8f0;transition:background .2s ease;flex-shrink:0}.prototype-role-permission-toggle.is-active .prototype-role-permission-toggle-track{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.prototype-role-permission-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.15);transition:transform .2s ease}.prototype-role-permission-toggle.is-active .prototype-role-permission-toggle-thumb{transform:translateX(16px)}.prototype-role-permission-toggle-label{display:flex;flex-direction:column;gap:1px}.prototype-role-permission-toggle-name{color:#334155;font-size:.8rem;font-weight:500;line-height:1}.prototype-role-permission-toggle-action{color:#94a3b8;font-size:.68rem;line-height:1}.prototype-role-permission-progress{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;background:rgba(124,58,237,.05);border:1px dashed rgba(124,58,237,.2)}.prototype-role-permission-progress-bar{flex:1 1;height:6px;border-radius:3px;background:#e2e8f0;overflow:hidden}.prototype-role-permission-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#7c3aed,#6d28d9);transition:width .3s ease}.prototype-role-permission-progress-text{display:flex;align-items:center;gap:4px;color:#7c3aed;font-size:.75rem;font-weight:600;white-space:nowrap}.prototype-role-modal-bundle{display:grid;grid-gap:20px;gap:20px}.prototype-role-modal-body{display:grid;grid-template-columns:minmax(320px,360px) minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.prototype-role-modal-form,.prototype-role-modal-permissions{display:grid;grid-gap:10px;gap:10px;align-content:start}.prototype-role-modal-permissions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.prototype-role-modal-permissions>.prototype-form-actions{grid-column:1/-1}.prototype-role-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:18px 28px;border-top:1px solid rgba(229,231,235,.6);background:#fafbfc}.prototype-role-modal-bundle-actions,.prototype-role-modal-form .prototype-form-actions,.prototype-role-modal-permissions>.prototype-form-actions{justify-content:flex-end}.prototype-role-create-form{padding:20px 28px 24px}.prototype-role-create-actions{display:flex;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(229,231,235,.6)}.prototype-role-info-grid{display:grid;grid-gap:12px;gap:12px}.prototype-role-info-item{display:grid;grid-gap:4px;gap:4px}.prototype-role-info-label{color:#64748b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.prototype-role-info-value{color:#1e1b4b;font-size:.92rem;font-weight:500}.prototype-role-info-value.is-empty{color:#94a3b8;font-style:italic}.prototype-role-modal-tags{display:flex;flex-wrap:wrap;gap:6px}.prototype-inline-tags{display:flex;flex-wrap:wrap;gap:8px}.prototype-row-actions-tight{gap:6px}.prototype-inline-chip{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#eef2f7;color:#475569;font-size:.76rem}.prototype-inline-meta{display:flex;flex-wrap:wrap;gap:6px;color:#64748b;font-size:.76rem;line-height:1.5}.prototype-role-list-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.prototype-role-sort-field{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:.8rem;font-weight:600}.prototype-role-sort-field select{min-height:36px;padding:0 12px;border:1px solid rgba(203,213,225,.9);border-radius:12px;background:#fff;color:#0f172a}@media (max-width:768px){.prototype-role-modal-bento,.prototype-role-modal-bundle{grid-template-columns:1fr}.prototype-role-modal-bundle{padding:0 16px 20px}.prototype-role-modal-left,.prototype-role-modal-right{width:100%}.prototype-role-stats-grid{grid-template-columns:repeat(3,1fr)}.prototype-role-permission-bento{grid-template-columns:1fr}.prototype-role-modal-footer,.prototype-role-modal-summary-stats{flex-direction:column}.prototype-role-modal-footer .prototype-button,.prototype-role-modal-footer .prototype-form-submit{width:100%;justify-content:center}}.prototype-permission-group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.prototype-permission-group{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid rgba(229,231,235,.9);border-radius:14px;background:hsla(0,0%,100%,.94)}.prototype-permission-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.prototype-permission-group-head h4{margin:0;color:#111827;font-size:.9rem}.prototype-permission-group-head p{margin:4px 0 0;color:#64748b;font-size:.74rem;line-height:1.5}.prototype-system-permissions-panel .prototype-panel-head{margin-bottom:8px}.prototype-system-permissions-panel .prototype-permission-group-grid{gap:10px}.prototype-system-permissions-panel .prototype-permission-group{padding:12px}.prototype-setting-toggle-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:8px;gap:8px}.prototype-setting-toggle-group form{min-width:0}.prototype-setting-toggle-group .prototype-button{width:100%}.prototype-system-settings-grid{gap:10px}.prototype-system-settings-panel .prototype-panel-head{margin-bottom:8px}.prototype-system-settings-stack{gap:10px}.prototype-user-detail-modal-panel,.prototype-user-detail-modal-panel-edit,.prototype-user-detail-password-panel{width:min(60rem,100%)}.prototype-user-detail-modal-actions{justify-content:flex-end}.prototype-modal-shell{position:fixed;inset:0;z-index:120;display:flex;align-items:flex-start;justify-content:center;padding:1rem}.prototype-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.54)}.prototype-modal-panel{position:relative;z-index:1;width:min(60rem,100%);max-height:calc(100vh - 3rem);overflow:auto}.prototype-role-create-actions{justify-content:flex-end}.prototype-role-create-form{display:grid;grid-gap:12px;gap:12px}.prototype-product-modal{padding:1rem}.prototype-product-modal-backdrop{background:rgba(15,23,42,.54)}.prototype-product-modal-panel{display:grid;grid-gap:14px;gap:14px;width:min(60rem,100%);padding:16px;border:1px solid rgba(229,231,235,.92);border-radius:20px;background:radial-gradient(circle at top right,rgba(47,93,59,.08),transparent 32%),#fff;box-shadow:0 32px 64px rgba(15,23,42,.28)}.prototype-product-modal-panel.is-sm{width:min(640px,100%)}.prototype-product-modal-panel.is-lg,.prototype-product-modal-panel.is-md{width:min(60rem,100%)}.prototype-product-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.prototype-product-modal-kicker{margin:0;color:#2f5d3b;font-size:.98rem;font-weight:700;line-height:1.35}.prototype-product-modal-subtitle{margin:6px 0 0;color:#64748b;font-size:.8rem;line-height:1.55}.prototype-product-modal-body{display:grid;grid-gap:12px;gap:12px}.prototype-product-modal-body .prototype-form-actions{justify-content:flex-end}.prototype-entity-modal,.prototype-user-detail-modal{padding:1rem}.prototype-entity-modal-panel,.prototype-entity-modal-panel-wide,.prototype-user-detail-modal-panel,.prototype-user-detail-modal-panel-edit,.prototype-user-detail-password-panel{width:min(60rem,100%)}.prototype-entity-modal-actions,.prototype-user-detail-modal-actions{justify-content:flex-end}.prototype-product-modal-body .prototype-form-grid{align-items:start}.prototype-product-modal-body .prototype-form-field{min-width:0}.prototype-product-modal-body .prototype-form-field .prototype-input,.prototype-product-modal-body .prototype-form-field .prototype-select,.prototype-product-modal-body .prototype-form-field .prototype-textarea{width:100%}.prototype-product-modal-body .prototype-form-field:has(.prototype-textarea){grid-column:1/-1}@media (max-width:960px){.prototype-product-modal{padding:16px}.prototype-product-modal-panel,.prototype-product-modal-panel.is-lg,.prototype-product-modal-panel.is-md,.prototype-product-modal-panel.is-sm{width:100%}}.prototype-edit-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.9)}.prototype-check-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.prototype-check-item{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text-main)}@media print{.dev-environment-badge{display:none}}