body{margin:0;padding:0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animated-bg{background:linear-gradient(-45deg,#020617,#0f172a,#1e293b,#0f172a,#1e3a5f,#1e293b);background-size:400% 400%;animation:gradientShift 12s ease infinite}input[type=range]{width:100%;height:8px;background:#334155;outline:none;border-radius:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#3b82f6;cursor:pointer;border-radius:50%}input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#3b82f6;cursor:pointer;border-radius:50%;border:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.alarm-button{animation:pulse 1s ease-in-out infinite}.time-button{padding:4px 8px;border-radius:4px;border:1px solid #475569;background-color:#1e293b;color:#94a3b8;cursor:pointer;font-size:10px;transition:all .2s}.time-button:hover{background-color:#334155;border-color:#64748b;color:#e2e8f0}.time-button.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:700}.alert-badge{position:relative;cursor:pointer;transition:all .2s}.alert-badge:hover{transform:scale(1.05)}.alert-badge-count{position:absolute;top:-6px;right:-6px;background-color:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:2px solid #020617}.alert-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.alert-modal-content{background-color:#1e293b;border:2px solid #334155;border-radius:8px;padding:20px;max-width:600px;max-height:70vh;overflow-y:auto;box-shadow:0 10px 40px #00000080}.alert-item{background-color:#0f172a;border-left:4px solid;padding:12px;margin-bottom:10px;border-radius:4px;display:flex;justify-content:space-between;align-items:start;transition:all .2s}.alert-item:hover{background-color:#1e293b}.alert-item.warning{border-left-color:#f59e0b}.alert-item.critical{border-left-color:#ef4444}.alert-item-content{flex:1}.alert-item-time{font-size:11px;color:#94a3b8;margin-bottom:4px}.alert-item-message{font-size:13px;color:#e2e8f0}.alert-item-dismiss{background-color:#334155;border:none;color:#e2e8f0;padding:4px 12px;border-radius:4px;cursor:pointer;font-size:11px;margin-left:12px;transition:all .2s}.alert-item-dismiss:hover{background-color:#475569}.alert-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #334155}.alert-modal-title{font-size:18px;font-weight:700;color:#e2e8f0}.alert-modal-close{background-color:transparent;border:none;color:#94a3b8;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.alert-modal-close:hover{background-color:#334155;color:#e2e8f0}.alert-modal-actions{margin-top:16px;padding-top:12px;border-top:1px solid #334155;display:flex;justify-content:flex-end;gap:8px}.alert-modal-btn{padding:8px 16px;border-radius:4px;border:none;cursor:pointer;font-size:12px;transition:all .2s}.alert-modal-btn-clear{background-color:#ef4444;color:#fff}.alert-modal-btn-clear:hover{background-color:#dc2626}.edit-icon{cursor:pointer;margin-left:6px;padding:2px 4px;border-radius:3px;transition:all .2s;display:inline-block}.edit-icon:hover{background-color:#334155}.threshold-editor{background-color:#0f172a;border:1px solid #334155;border-radius:6px;padding:12px;margin-top:12px}.threshold-editor-title{font-size:13px;font-weight:700;color:#e2e8f0;margin-bottom:10px}.threshold-input-group{display:flex;gap:12px;margin-bottom:8px}.threshold-input-wrapper{flex:1}.threshold-input-label{font-size:10px;color:#94a3b8;margin-bottom:4px}.threshold-input{width:100%;padding:6px 8px;background-color:#1e293b;border:1px solid #334155;border-radius:4px;color:#e2e8f0;font-size:12px;box-sizing:border-box}.threshold-input:focus{outline:none;border-color:#3b82f6}.threshold-editor-actions{display:flex;gap:8px;margin-top:10px;justify-content:flex-end}.threshold-btn{padding:6px 12px;border-radius:4px;border:none;cursor:pointer;font-size:11px;transition:all .2s}.threshold-btn-save{background-color:#10b981;color:#fff}.threshold-btn-save:hover{background-color:#059669}.threshold-btn-cancel{background-color:#334155;color:#e2e8f0}.threshold-btn-cancel:hover{background-color:#475569}.bot-threshold-list{max-height:200px;overflow-y:auto}.bot-threshold-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding:6px;background-color:#1e293b;border-radius:4px}.bot-threshold-name{flex:1;font-size:10px;color:#e2e8f0}.bot-threshold-inputs{display:flex;gap:6px}.bot-threshold-input-small{width:60px;padding:4px 6px;background-color:#0f172a;border:1px solid #334155;border-radius:4px;color:#e2e8f0;font-size:11px}.bot-selector-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.bot-selector-item{display:flex;align-items:center;gap:6px;padding:6px 10px;background-color:#1e293b;border:1px solid #334155;border-radius:4px;cursor:pointer;transition:all .2s}.bot-selector-item:hover{border-color:#8b5cf6}.bot-selector-item.selected{background-color:#8b5cf6;border-color:#8b5cf6}.bot-selector-item.disabled{opacity:.5;cursor:not-allowed}.bot-selector-checkbox{width:14px;height:14px;accent-color:#8b5cf6}.bot-selector-name{font-size:11px;color:#e2e8f0}.header-bot-card{display:flex;flex-direction:column;gap:2px;padding:6px 10px;min-width:80px}.header-bot-name{font-size:8px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.header-bot-time{font-size:14px;font-weight:700;color:#8b5cf6}.mobile-container{padding:4px;display:flex;flex-direction:column;height:100%;gap:4px;overflow:hidden}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#1e293be6;border-radius:6px;border:1px solid #334155;flex-shrink:0}.mobile-header-title{font-size:12px;font-weight:700;color:#e2e8f0;display:flex;align-items:center;gap:4px}.mobile-header-status{display:flex;align-items:center;gap:6px}.mobile-widget{background:#1e293be6;border:1px solid #334155;border-radius:6px;padding:6px 8px;flex:1;display:flex;flex-direction:column;min-height:0}.mobile-widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px;flex-shrink:0}.mobile-widget-title{font-size:10px;color:#94a3b8;font-weight:700;text-transform:uppercase}.mobile-widget-value{font-size:20px;font-weight:700;text-align:center;line-height:1;flex-shrink:0}.mobile-widget-chart{flex:1;min-height:0;margin-top:2px}.mobile-time-buttons{display:flex;gap:2px}.mobile-time-btn{padding:2px 5px;border-radius:3px;border:1px solid #475569;background-color:#1e293b;color:#94a3b8;cursor:pointer;font-size:8px;transition:all .2s}.mobile-time-btn:hover{background-color:#334155;color:#e2e8f0}.mobile-time-btn.active{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.mobile-widget-subvalues{display:flex;justify-content:center;gap:8px;font-size:9px;color:#94a3b8;flex-shrink:0}.mobile-footer{padding:6px 8px;background:#1e293be6;border-radius:6px;border:1px solid #334155;flex-shrink:0}.mobile-footer-row{display:flex;justify-content:space-between;align-items:center;font-size:9px}.login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.login-card{background:#1e293bf2;border:1px solid #334155;border-radius:16px;padding:40px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-logo{font-size:48px;margin-bottom:16px}.login-title{font-size:24px;font-weight:700;color:#e2e8f0;margin-bottom:8px}.login-subtitle{font-size:14px;color:#94a3b8;margin-bottom:32px}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background-color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #00000026}.google-btn:hover{background-color:#f3f4f6;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.google-btn:active{transform:translateY(0)}.google-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.google-icon{width:20px;height:20px}.login-error{margin-top:16px;padding:12px;background-color:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#fca5a5;font-size:13px}.user-info{display:flex;align-items:center;gap:8px;padding:4px 8px;background-color:#1e293bcc;border-radius:6px;border:1px solid #334155}.user-avatar{width:24px;height:24px;border-radius:50%;border:1px solid #475569}.user-name{font-size:11px;color:#e2e8f0;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.logout-btn:hover{background-color:#334155;color:#ef4444}.haiken-app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.haiken-content{flex:1;min-height:0;overflow:hidden}.haiken-nav{display:flex;align-items:center;height:40px;padding:0 16px;border-bottom:1px solid #334155;background:#0f172ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0;z-index:100}.haiken-nav-logo{font-size:14px;font-weight:700;color:#e2e8f0;margin-right:24px;display:flex;align-items:center;gap:6px;flex-shrink:0}.haiken-nav-logo svg{opacity:.7}.haiken-nav-items{display:flex;gap:0;height:100%}.haiken-nav-item{padding:0 16px;height:100%;display:flex;align-items:center;gap:6px;font-size:13px;color:#94a3b8;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,background .15s;text-decoration:none}.haiken-nav-item:hover{color:#e2e8f0;background:#3341554d}.haiken-nav-item.active{color:#e2e8f0;border-bottom-color:#3b82f6}.haiken-nav-spacer{flex:1}.haiken-nav-alerts{display:flex;align-items:center;gap:6px;margin-right:12px}.haiken-nav-alert-badge{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .2s}.haiken-nav-alert-badge.warning{background:#f59e0b26;color:#f59e0b;border-color:#f59e0b4d;animation:pulse-warning 2s infinite}.haiken-nav-alert-badge.critical{background:#ef444426;color:#ef4444;border-color:#ef44444d;animation:pulse-critical 1s infinite}.haiken-nav-alert-badge.disconnected{background:#ef44441a;color:#ef4444;padding:3px 6px}.haiken-nav-alert-count{font-size:10px;min-width:14px;text-align:center}.haiken-nav-mute-btn{display:flex;align-items:center;padding:3px 6px;border-radius:4px;border:1px solid #334155;background:transparent;color:#94a3b8;cursor:pointer;transition:all .2s}.haiken-nav-mute-btn:hover{background:#94a3b81a}.haiken-nav-mute-btn.muted{color:#64748b;opacity:.6}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse-critical{0%,to{opacity:1}50%{opacity:.5}}.haiken-nav-user{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;flex-shrink:0}.haiken-nav-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.haiken-nav-avatar-fallback{width:24px;height:24px;border-radius:50%;background:#3b82f6;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff}.haiken-nav-role{font-size:9px;padding:1px 6px;border-radius:3px;background:#a855f726;color:#a855f7;border:1px solid rgba(168,85,247,.3);text-transform:uppercase;font-weight:600;letter-spacing:.5px}.haiken-nav-username{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.haiken-nav-logout{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:4px;transition:color .15s}.haiken-nav-logout:hover{color:#ef4444}.prompt-page{height:100%;overflow-y:auto;padding:16px}.prompt-container{max-width:1400px;margin:0 auto}.prompt-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.prompt-header h1{font-size:18px;font-weight:700;color:#e2e8f0;margin:0}.prompt-header-left{display:flex;align-items:center;gap:10px}.prompt-header-actions{display:flex;gap:8px}.prompt-btn{padding:6px 14px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .15s;border:none}.prompt-btn-primary{background:#3b82f6;color:#fff}.prompt-btn-primary:hover{background:#2563eb}.prompt-btn-primary:disabled{opacity:.5;cursor:not-allowed}.prompt-btn-secondary{background:#33415599;color:#e2e8f0;border:1px solid #334155}.prompt-btn-secondary:hover{background:#334155e6}.prompt-btn-ghost{background:none;color:#94a3b8;padding:6px 10px}.prompt-btn-ghost:hover{color:#e2e8f0}.prompt-btn-warning{background:#f59e0b26;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.prompt-btn-warning:hover{background:#f59e0b40}.prompt-btn-danger{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.prompt-btn-danger:hover{background:#ef444440}.prompt-input{padding:6px 10px;border-radius:5px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:12px;outline:none;transition:border-color .15s;width:100%}.prompt-input:focus{border-color:#3b82f6}select.prompt-input{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.prompt-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;white-space:nowrap}.prompt-badge-type{font-weight:500;border:none}.prompt-status{display:inline-block;width:8px;height:8px;border-radius:50%}.prompt-status.active{background:#10b981}.prompt-status.inactive{background:#ef4444}.prompt-mono{font-family:Consolas,Monaco,Courier New,monospace;font-size:11px}.prompt-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:10px 14px;border-radius:6px;font-size:12px;margin-bottom:12px}.prompt-success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#6ee7b7;padding:10px 14px;border-radius:6px;font-size:12px;margin-bottom:12px}.prompt-card{background:#1e293bb3;border:1px solid #334155;border-radius:8px;padding:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:12px;overflow:hidden}.prompt-card h3{font-size:13px;font-weight:600;color:#94a3b8;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.prompt-filters{background:#1e293b80;border:1px solid #334155;border-radius:8px;padding:12px;margin-bottom:12px}.prompt-filters-row{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.prompt-filter-group{display:flex;flex-direction:column;gap:4px;min-width:130px}.prompt-filter-group label{font-size:10px;color:#64748b;font-weight:500}.prompt-filter-search{flex:1;min-width:180px}.prompt-filter-clear{padding:6px 12px;border-radius:5px;border:1px solid #334155;background:none;color:#94a3b8;font-size:11px;cursor:pointer;white-space:nowrap}.prompt-filter-clear:hover{color:#e2e8f0;border-color:#94a3b8}.prompt-table-wrap{overflow-x:auto;border:1px solid #334155;border-radius:8px;margin-bottom:12px}.prompt-table{width:100%;border-collapse:collapse;font-size:12px}.prompt-table th{text-align:left;padding:10px 12px;color:#64748b;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.5px;background:#0f172a99;border-bottom:1px solid #334155;white-space:nowrap}.prompt-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.prompt-th-sortable:hover{color:#e2e8f0}.prompt-th-content{display:flex;align-items:center;gap:4px}.prompt-sort-icon{font-size:8px;color:#3b82f6;min-width:10px}.col-filter-btn{background:none;border:none;color:#475569;cursor:pointer;padding:2px;border-radius:3px;display:flex;align-items:center;transition:color .15s}.col-filter-btn:hover{color:#e2e8f0}.col-filter-btn.active{color:#3b82f6}.col-filter-dropdown{z-index:200;background:#1e293b;border:1px solid #334155;border-radius:6px;padding:8px;min-width:180px;max-width:240px;box-shadow:0 8px 24px #0006;margin-top:4px}.col-filter-search{width:100%;padding:5px 8px;border-radius:4px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-size:11px;outline:none;margin-bottom:6px;box-sizing:border-box}.col-filter-search:focus{border-color:#3b82f6}.col-filter-actions{display:flex;gap:6px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #334155}.col-filter-actions button{background:none;border:none;color:#3b82f6;font-size:10px;cursor:pointer;padding:0}.col-filter-actions button:hover{color:#60a5fa;text-decoration:underline}.col-filter-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.col-filter-item{display:flex;align-items:center;gap:6px;padding:3px 4px;border-radius:3px;font-size:11px;color:#e2e8f0;cursor:pointer;transition:background .1s}.col-filter-item:hover{background:#33415580}.col-filter-item input[type=checkbox]{width:12px;height:12px;accent-color:#3b82f6;cursor:pointer}.col-filter-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-filter-empty{color:#64748b;font-size:11px;text-align:center;padding:8px}.prompt-table td{padding:8px 12px;color:#e2e8f0;border-bottom:1px solid rgba(51,65,85,.4);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-table-row{cursor:pointer;transition:background .1s}.prompt-table-row:hover{background:#33415566}.prompt-table-loading,.prompt-table-empty{text-align:center;color:#94a3b8;padding:40px 12px!important}.prompt-pagination{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#94a3b8}.prompt-pagination-btns{display:flex;gap:6px}.prompt-pagination-btns button{padding:5px 12px;border-radius:5px;border:1px solid #334155;background:#1e293b99;color:#e2e8f0;font-size:11px;cursor:pointer}.prompt-pagination-btns button:disabled{opacity:.4;cursor:not-allowed}.prompt-pagination-btns button:not(:disabled):hover{background:#334155cc}.prompt-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}@media(max-width:900px){.prompt-detail-grid{grid-template-columns:1fr}}.prompt-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;overflow:hidden}.prompt-meta-grid input,.prompt-meta-grid select{width:100%;box-sizing:border-box;min-width:0}.prompt-meta-label{display:block;font-size:10px;color:#64748b;margin-bottom:2px}.prompt-meta-grid>div>span:last-child{font-size:12px;color:#e2e8f0}.prompt-flow-steps{display:flex;flex-direction:column;gap:4px}.prompt-flow-step{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:4px;font-size:12px;color:#94a3b8}.prompt-flow-step.current{background:#3b82f626;color:#e2e8f0;border:1px solid rgba(59,130,246,.3)}.prompt-flow-step-num{color:#64748b;font-size:10px;min-width:20px}.prompt-flow-step-marker{color:#3b82f6;font-size:10px;font-weight:600;margin-left:auto}.prompt-text-split{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px}.prompt-text-split.with-playground{grid-template-columns:1fr 1fr}@media(max-width:1100px){.prompt-text-split.with-playground{grid-template-columns:1fr}}.prompt-card-playground{display:flex;flex-direction:column}.prompt-card-text{margin-bottom:0}.prompt-card-text-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.prompt-card-text-header h3{margin-bottom:0}.prompt-text-display{background:#0f172a;border:1px solid #334155;border-radius:6px;padding:14px;font-family:Consolas,Monaco,Courier New,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji";font-size:12px;line-height:1.6;color:#e2e8f0;white-space:pre-wrap;word-break:break-word;max-height:500px;overflow-y:auto;margin:0}.prompt-edit-actions{display:flex;align-items:center;gap:8px;padding:12px 0}.prompt-edit-actions-right{margin-left:auto;display:flex;gap:8px}.prompt-editor{display:flex;flex-direction:column;border:1px solid #334155;border-radius:6px;overflow:hidden}.prompt-editor-toolbar{display:flex;gap:16px;padding:6px 12px;background:#0f172acc;border-bottom:1px solid #334155;font-size:10px;color:#64748b}.prompt-editor-textarea{background:#0f172a;color:#e2e8f0;border:none;padding:14px;font-family:Consolas,Monaco,Courier New,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji";font-size:12px;line-height:1.6;resize:vertical;min-height:400px;outline:none}.prompt-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}@media(max-width:768px){.prompt-form-grid{grid-template-columns:1fr}}.prompt-form-group{display:flex;flex-direction:column;gap:4px}.prompt-form-group label{font-size:11px;color:#94a3b8;font-weight:500}.prompt-form-group-full{grid-column:1 / -1}.prompt-history-list{display:flex;flex-direction:column;gap:8px}.prompt-history-item{transition:border-color .15s}.prompt-history-item.current{border-color:#3b82f6}.prompt-history-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.prompt-history-version{font-size:12px;font-weight:700;color:#e2e8f0;background:#3b82f633;padding:2px 8px;border-radius:4px}.prompt-history-date{font-size:11px;color:#94a3b8}.prompt-history-user{font-size:11px;color:#64748b}.prompt-history-meta{display:flex;gap:16px;font-size:11px;color:#64748b;margin-bottom:8px}.prompt-history-preview{font-family:Consolas,Monaco,Courier New,monospace;font-size:11px;color:#94a3b8;background:#0f172a80;padding:8px;border-radius:4px;max-height:60px;overflow:hidden;margin:0 0 8px;white-space:pre-wrap}.prompt-history-actions{display:flex;gap:6px}.prompt-diff{border:1px solid #334155;border-radius:6px;overflow:hidden}.prompt-diff-header{display:grid;grid-template-columns:1fr 1fr;background:#0f172acc;border-bottom:1px solid #334155}.prompt-diff-label{padding:8px 12px;font-size:11px;color:#94a3b8;font-weight:500}.prompt-diff-label+.prompt-diff-label{border-left:1px solid #334155}.prompt-diff-content{max-height:500px;overflow-y:auto;font-family:Consolas,Monaco,Courier New,monospace;font-size:11px;line-height:1.5}.prompt-diff-block pre{margin:0;padding:2px 12px;white-space:pre-wrap;word-break:break-word;color:#e2e8f0}.prompt-diff-block.added pre{background:#10b9811a;color:#6ee7b7}.prompt-diff-block.removed pre{background:#ef44441a;color:#fca5a5}.prompt-diff-stats{display:flex;gap:16px;padding:8px 12px;background:#0f172a99;border-top:1px solid #334155;font-size:11px;color:#94a3b8}.prompt-diff-stat.added{color:#10b981}.prompt-diff-stat.removed{color:#ef4444}.prompt-tree{display:flex;flex-direction:column;gap:8px}.prompt-tree-section{background:#1e293b80;border:1px solid #334155;border-radius:8px;overflow:hidden}.prompt-tree-section-title{padding:10px 14px;font-size:13px;font-weight:600;color:#e2e8f0;cursor:pointer;background:#0f172a80;border-bottom:1px solid #334155;-webkit-user-select:none;user-select:none}.prompt-tree-section-title:hover{background:#0f172acc}.prompt-tree-item{display:flex;align-items:center;gap:8px;padding:7px 14px 7px 28px;font-size:12px;color:#e2e8f0;cursor:pointer;border-bottom:1px solid rgba(51,65,85,.3);transition:background .1s}.prompt-tree-item:hover{background:#3341554d}.prompt-tree-item:last-child{border-bottom:none}.prompt-tree-item.flow-level{padding-left:28px}.prompt-tree-item.action-level{padding-left:56px}.prompt-tree-item.inactive{opacity:.4;text-decoration:line-through}.prompt-tree-item-name{font-family:Consolas,Monaco,Courier New,monospace;font-size:11px}.prompt-tree-item-len{color:#64748b;font-size:10px;margin-left:auto}.prompt-tree-action-group{border-top:1px solid rgba(51,65,85,.3)}.prompt-tree-action-title{padding:6px 14px 6px 36px;font-size:11px;font-weight:500;color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none}.prompt-tree-action-title:hover{color:#e2e8f0}.prompt-badge-env{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3);font-size:9px;padding:1px 6px}.prompt-btn-promote{background:#a855f726;color:#a855f7;border:1px solid rgba(168,85,247,.3)}.prompt-btn-promote:hover{background:#a855f740}.prompt-btn-promote:disabled{opacity:.5;cursor:not-allowed}.playground{display:flex;flex-direction:column;gap:12px}.playground-controls{display:flex;gap:16px;align-items:flex-end}.playground-control-group{display:flex;flex-direction:column;gap:4px;min-width:160px}.playground-control-group label{font-size:10px;color:#64748b;font-weight:500}.playground-input-area{display:flex;flex-direction:column;gap:6px}.playground-input-area label{font-size:10px;color:#64748b;font-weight:500}.playground-textarea{background:#0f172a;border:1px solid #334155;border-radius:6px;padding:10px;color:#e2e8f0;font-size:12px;line-height:1.5;resize:vertical;outline:none;font-family:inherit}.playground-textarea:focus{border-color:#3b82f6}.playground-run-btn{align-self:flex-end;padding:8px 20px}.playground-response{border:1px solid #334155;border-radius:6px;overflow:hidden}.playground-response-header{display:flex;gap:12px;align-items:center;padding:8px 12px;background:#0f172acc;border-bottom:1px solid #334155;font-size:11px;color:#94a3b8}.playground-response-model{font-weight:600;color:#e2e8f0}.playground-response-provider{background:#3b82f626;color:#60a5fa;padding:1px 6px;border-radius:3px;font-size:10px}.playground-response-time{color:#f59e0b}.playground-response-tokens{margin-left:auto;font-family:Consolas,Monaco,Courier New,monospace;font-size:10px}.playground-response-content{background:#0f172a;padding:14px;font-family:Consolas,Monaco,Courier New,monospace,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji";font-size:12px;line-height:1.6;color:#e2e8f0;white-space:pre-wrap;word-break:break-word;max-height:400px;overflow-y:auto;margin:0}.haiken-loader-overlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172aa6;display:flex;align-items:center;justify-content:center;z-index:50}.haiken-loader-center{display:flex;flex-direction:column;align-items:center;gap:20px}.haiken-loader-text{color:#94a3b8;font-size:13px;letter-spacing:1px;animation:hk-text-fade 2s ease-in-out infinite}@keyframes hk-text-fade{0%,to{opacity:.5}50%{opacity:1}}.haiken-pulse-ring{width:64px;height:64px;position:relative}.haiken-pulse-ring svg{animation:hk-pulse-rotate 2s linear infinite}.haiken-pulse-ring circle{stroke-dasharray:150;stroke-dashoffset:50;animation:hk-pulse-dash 1.5s ease-in-out infinite}.haiken-pulse-ring-glow{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.3) 0%,transparent 70%);animation:hk-pulse-glow 1.5s ease-in-out infinite}@keyframes hk-pulse-rotate{to{transform:rotate(360deg)}}@keyframes hk-pulse-dash{0%,to{stroke-dashoffset:50}50%{stroke-dashoffset:120}}@keyframes hk-pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.haiken-dna-helix{display:flex;gap:8px;align-items:center;height:40px}.haiken-dna-dot{width:10px;height:10px;border-radius:50%;animation:hk-dna-bounce 1.4s ease-in-out infinite}.haiken-dna-dot:nth-child(odd){background:#7c3aed}.haiken-dna-dot:nth-child(2n){background:#06b6d4}@keyframes hk-dna-bounce{0%,to{transform:translateY(12px) scale(.8);opacity:.4}50%{transform:translateY(-12px) scale(1.2);opacity:1}}.haiken-grid-scan{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.haiken-grid-cell{width:20px;height:20px;border-radius:4px;background:#1e293b;border:1px solid #334155;animation:hk-grid-light 2.4s ease-in-out infinite}@keyframes hk-grid-light{0%,60%,to{background:#1e293b;border-color:#334155;box-shadow:none}30%{background:#3b82f6;border-color:#60a5fa;box-shadow:0 0 12px #3b82f680}}.haiken-orbital{width:72px;height:72px;position:relative}.haiken-orbital-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid transparent;border-top-color:#7c3aed;border-right-color:#3b82f6;animation:hk-orbit-spin 1.5s linear infinite}.haiken-orbital-ring:nth-child(2){top:8px;right:8px;bottom:8px;left:8px;border-top-color:#3b82f6;border-right-color:#06b6d4;animation-duration:2s;animation-direction:reverse}.haiken-orbital-ring:nth-child(3){top:16px;right:16px;bottom:16px;left:16px;border-top-color:#06b6d4;border-right-color:#7c3aed;animation-duration:2.5s}.haiken-orbital-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#7c3aed;box-shadow:0 0 16px #7c3aed99;animation:hk-core-pulse 1.5s ease-in-out infinite}@keyframes hk-orbit-spin{to{transform:rotate(360deg)}}@keyframes hk-core-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.3);opacity:1}}.haiken-loader-shimmer{width:200px;height:3px;border-radius:2px;background:#1e293b;overflow:hidden}.haiken-loader-shimmer>div{width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,#7c3aed 30%,#3b82f6 50%,#06b6d4 70%,transparent 100%);animation:hk-shimmer 1.5s ease-in-out infinite}@keyframes hk-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.admin-count{font-size:12px;color:#64748b;font-weight:400}.admin-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:8px 14px;border-radius:6px;font-size:12px;margin-bottom:12px;cursor:pointer}.admin-table-wrap{border:1px solid #1e293b;border-radius:8px;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th{text-align:left;padding:10px 14px;background:#0f172a99;color:#94a3b8;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #1e293b}.admin-table-row td{padding:10px 14px;border-bottom:1px solid rgba(30,41,59,.5);color:#e2e8f0}.admin-table-row:hover{background:#3341554d}.admin-empty{padding:32px 14px!important;text-align:center;color:#64748b}.admin-role-name{font-weight:500}.admin-role-id{display:block;font-size:10px;color:#64748b;margin-top:2px}.admin-perm-tags{display:flex;flex-wrap:wrap;gap:4px}.admin-perm-tag{font-size:10px;padding:1px 6px;border-radius:3px;background:#3b82f61a;color:#60a5fa;border:1px solid rgba(59,130,246,.2)}.admin-actions{display:flex;gap:6px}.admin-action-btn{padding:4px 6px;border-radius:4px;border:1px solid #334155;background:transparent;color:#94a3b8;cursor:pointer;transition:all .15s;display:flex;align-items:center}.admin-action-btn:hover{background:#33415580;color:#e2e8f0}.admin-action-btn.danger:hover{background:#ef444426;color:#ef4444;border-color:#ef44444d}.admin-action-btn:disabled{opacity:.3;cursor:not-allowed}.admin-form-card{background:#0f172a80;border:1px solid #1e293b;border-radius:8px;padding:20px;margin-bottom:16px}.admin-form-title{font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:16px}.admin-label{display:block;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.admin-input{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #334155;background:#0f172acc;color:#e2e8f0;font-size:13px;outline:none;box-sizing:border-box}.admin-input:focus{border-color:#3b82f6}.admin-input:disabled{opacity:.5}.admin-select{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #334155;background:#0f172acc;color:#e2e8f0;font-size:13px;outline:none;box-sizing:border-box;cursor:pointer}.admin-select:focus{border-color:#3b82f6}.admin-select-inline{padding:4px 8px;border-radius:4px;border:1px solid #334155;background:transparent;color:#e2e8f0;font-size:12px;outline:none;cursor:pointer}.admin-select-inline:focus{border-color:#3b82f6}.admin-form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.admin-perms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.admin-perm-group{background:#0f172a66;border:1px solid #1e293b;border-radius:6px;padding:10px}.admin-perm-group-header{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#e2e8f0;padding-bottom:8px;border-bottom:1px solid rgba(30,41,59,.5);margin-bottom:8px;cursor:pointer}.admin-perm-group-header input[type=checkbox]{accent-color:#3b82f6}.admin-perm-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;padding:4px 0;cursor:pointer}.admin-perm-item:hover{color:#e2e8f0}.admin-perm-item input[type=checkbox]{accent-color:#3b82f6}.admin-subnav{display:flex;gap:4px;margin-bottom:16px}.admin-subnav-item{padding:6px 14px;border-radius:6px;font-size:12px;font-weight:500;color:#94a3b8;text-decoration:none;transition:all .15s}.admin-subnav-item:hover{background:#33415566;color:#e2e8f0}.admin-subnav-item.active{background:#3b82f626;color:#3b82f6}
