:root{--bg: #0a0812;--surface: #0f0d1e;--card: #15122a;--card-hover: #1c1838;--border: #251d44;--border-strong: #2f2658;--purple: #8b5cf6;--purple-light: #a78bfa;--purple-bright: #c4b5fd;--purple-dim: rgba(139, 92, 246, .12);--purple-glow: rgba(139, 92, 246, .22);--gold: #8b5cf6;--gold-light: #a78bfa;--gold-dim: rgba(139, 92, 246, .12);--gold-glow: rgba(139, 92, 246, .22);--text: #ede9ff;--text-2: #9b8fcc;--text-3: #4a4070;--green: #22c55e;--green-dim: rgba(34, 197, 94, .12);--red: #ef4444;--red-dim: rgba(239, 68, 68, .12);--yellow: #eab308;--yellow-dim: rgba(234, 179, 8, .12);--blue: #60a5fa;--blue-dim: rgba(96, 165, 250, .12);--sidebar-w: 220px;--topbar-h: 56px;--r: 8px;--r-sm: 4px;--r-lg: 12px;--r-xl: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;font-size:inherit;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}.app-layout{display:flex;height:100%;overflow:hidden}.sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:#0c0a1c;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:0 20px;height:var(--topbar-h);border-bottom:1px solid var(--border)}.logo-bolt{width:28px;height:28px;background:var(--purple-dim);border:1px solid var(--purple);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--purple-light)}.logo-text{font-size:13px;font-weight:700;letter-spacing:2px;color:var(--purple-light)}.sidebar-nav{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--r);color:var(--text-2);font-size:13px;font-weight:500;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.nav-item:hover{background:var(--card-hover);color:var(--text)}.nav-item.active{background:var(--purple-dim);color:var(--purple-light)}.nav-item.active .nav-icon{color:var(--purple)}.nav-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-bottom{padding:10px;border-top:1px solid var(--border)}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{height:var(--topbar-h);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:12px;flex-shrink:0}.topbar-title{font-size:15px;font-weight:600;flex:1}.page-body{flex:1;overflow-y:auto;padding:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px}.card-sm{padding:14px 16px}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px;display:flex;flex-direction:column;gap:6px}.stat-card-label{font-size:12px;font-weight:500;color:var(--text-2);text-transform:uppercase;letter-spacing:.5px}.stat-card-value{font-size:28px;font-weight:700;color:var(--text);line-height:1}.stat-card-sub{font-size:12px;color:var(--text-2)}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--r);font-size:13px;font-weight:500;transition:background .15s,opacity .15s;white-space:nowrap}.btn-primary{background:var(--purple);color:#fff}.btn-primary:hover{background:var(--purple-light)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{background:transparent;color:var(--text-2);border:1px solid var(--border-strong)}.btn-ghost:hover{background:var(--card-hover);color:var(--text)}.btn-danger{background:var(--red-dim);color:var(--red);border:1px solid rgba(239,68,68,.25)}.btn-danger:hover{background:#ef444433}.btn-icon{padding:7px;border-radius:var(--r);background:transparent;color:var(--text-2);border:1px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center}.btn-icon:hover{background:var(--card-hover);color:var(--text)}.input{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r);color:var(--text);padding:8px 12px;outline:none;transition:border-color .15s;width:100%}.input:focus{border-color:var(--purple)}.input::placeholder{color:var(--text-3)}.input-group{display:flex;flex-direction:column;gap:6px}.input-label{font-size:12px;font-weight:500;color:var(--text-2)}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px}.badge-green{background:var(--green-dim);color:var(--green)}.badge-red{background:var(--red-dim);color:var(--red)}.badge-yellow{background:var(--yellow-dim);color:var(--yellow)}.badge-gold{background:var(--purple-dim);color:var(--purple-light)}.badge-gray{background:#ffffff0d;color:var(--text-2)}.badge-blue{background:var(--blue-dim);color:var(--blue)}.badge-purple{background:var(--purple-dim);color:var(--purple-light)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{font-size:11px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:12px 14px;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:var(--card-hover)}tr{transition:background .1s}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);margin-bottom:20px}.tab{padding:10px 16px;font-size:13px;font-weight:500;color:var(--text-2);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s;cursor:pointer;background:none;border-radius:0}.tab:hover{color:var(--text)}.tab.active{color:var(--purple-light);border-bottom-color:var(--purple)}.progress-bar{height:6px;background:var(--border-strong);border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;background:var(--purple);transition:width .5s ease}.progress-fill.green{background:var(--green)}.progress-fill.red{background:var(--red)}.progress-fill.yellow{background:var(--yellow)}.pagination{display:flex;align-items:center;gap:4px;justify-content:center;padding-top:16px}.page-btn{min-width:32px;height:32px;padding:0 8px;border-radius:var(--r-sm);font-size:13px;display:flex;align-items:center;justify-content:center;color:var(--text-2);background:transparent;border:1px solid transparent;transition:all .15s}.page-btn:hover{background:var(--card-hover);color:var(--text)}.page-btn.active{background:var(--purple-dim);color:var(--purple-light);border-color:var(--purple-dim)}.page-btn:disabled{opacity:.3;cursor:not-allowed}.avatar{width:36px;height:36px;border-radius:50%;background:var(--purple-dim);border:1px solid var(--purple-dim);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--purple-light);overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-lg{width:56px;height:56px;font-size:20px}.online-dot{width:8px;height:8px;border-radius:50%;background:var(--text-3);flex-shrink:0}.online-dot.online{background:var(--green);box-shadow:0 0 4px var(--green)}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-2);margin-bottom:20px}.breadcrumb a:hover{color:var(--purple-light)}.breadcrumb-sep{color:var(--text-3)}.breadcrumb-cur{color:var(--text)}.search-row{display:flex;gap:10px;margin-bottom:16px;align-items:center}.search-wrap{position:relative;flex:1}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-3);pointer-events:none;font-size:15px}.search-wrap .input{padding-left:34px}.select{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r);color:var(--text);padding:8px 28px 8px 12px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%234a4070' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.select:focus{border-color:var(--purple)}.event-feed{display:flex;flex-direction:column;gap:6px;max-height:340px;overflow-y:auto}.event-item{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;border-radius:var(--r);background:var(--surface);border:1px solid var(--border);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.event-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px}.event-item.new .event-dot{background:var(--green)}.event-item.updated .event-dot{background:var(--yellow)}.event-item.deleted .event-dot{background:var(--red)}.event-item.system .event-dot{background:var(--blue)}.graph-tooltip{position:fixed;background:var(--card);border:1px solid var(--border-strong);border-radius:var(--r-sm);padding:5px 10px;font-size:12px;color:var(--text);pointer-events:none;z-index:100;white-space:nowrap;box-shadow:0 4px 12px #00000080}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.media-tile{aspect-ratio:1;border-radius:var(--r);background:var(--surface);border:1px solid var(--border);overflow:hidden;cursor:pointer;position:relative;transition:border-color .15s}.media-tile:hover{border-color:var(--purple-dim)}.media-tile img{width:100%;height:100%;object-fit:cover;display:block}.media-tile-icon{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:28px;color:var(--text-3)}.media-tile-icon span{font-size:11px;color:var(--text-2)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:var(--text-2);text-align:center}.empty-state-icon{font-size:40px;opacity:.4}.empty-state-text{font-size:14px}.empty-state-sub{font-size:12px;color:var(--text-3)}.spinner{width:20px;height:20px;border:2px solid var(--border-strong);border-top-color:var(--purple);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.spinner-lg{width:36px;height:36px;border-width:3px}@keyframes spin{to{transform:rotate(360deg)}}.spinner-page{flex:1;display:flex;align-items:center;justify-content:center}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.w-full{width:100%}.flex-1{flex:1}.text-sm{font-size:12px}.text-muted{color:var(--text-2)}.font-mono{font-family:Courier New,monospace;font-size:12px}.section-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-3);margin-bottom:12px}.divider{height:1px;background:var(--border);margin:20px 0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);background-image:radial-gradient(ellipse 60% 40% at 50% -10%,rgba(139,92,246,.15) 0%,transparent 70%)}.login-card{width:380px;background:var(--card);border:1px solid var(--border-strong);border-radius:var(--r-xl);padding:36px 32px;display:flex;flex-direction:column;gap:24px}.login-header{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.login-logo{width:52px;height:52px;background:var(--purple-dim);border:1px solid var(--purple);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px}.login-title{font-size:20px;font-weight:700}.login-sub{font-size:13px;color:var(--text-2)}.login-form{display:flex;flex-direction:column;gap:14px}.error-msg{padding:10px 12px;border-radius:var(--r);background:var(--red-dim);border:1px solid rgba(239,68,68,.25);color:var(--red);font-size:12px}.proxy-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.proxy-dot.ok{background:var(--green);box-shadow:0 0 6px var(--green)}.proxy-dot.degraded{background:var(--yellow)}.proxy-dot.down{background:var(--red)}.proxy-dot.unknown{background:var(--text-3)}.bubble-wrap{display:flex;flex-direction:column;margin-bottom:4px}.bubble-wrap.out{align-items:flex-end}.bubble-wrap.in{align-items:flex-start}.bubble{max-width:68%;padding:8px 12px 6px;word-break:break-word;position:relative;font-size:13px;line-height:1.55}.bubble.out{background:#8b5cf624;border:1px solid rgba(139,92,246,.28);border-radius:16px 16px 4px}.bubble.in{background:var(--card);border:1px solid var(--border);border-radius:16px 16px 16px 4px}.bubble.deleted{background:var(--red-dim)!important;border-color:#ef444440!important;opacity:.85}.bubble.view-once{background:#eab30814!important;border-color:#eab30840!important}.bubble-sender{font-size:11px;font-weight:600;color:var(--purple-light);margin-bottom:3px;margin-left:4px}.bubble-original{font-size:12px;color:var(--text-2);text-decoration:line-through;opacity:.65;margin-bottom:4px}.bubble-text{white-space:pre-wrap}.bubble-meta{display:flex;align-items:center;gap:4px;justify-content:flex-end;margin-top:4px}.bubble-time{font-size:10px;color:var(--text-3);white-space:nowrap}.bubble.out .bubble-time{color:#8b5cf699}.bubble-tag{font-size:10px;font-weight:600;padding:1px 5px;border-radius:3px}.bubble-tag.edited{color:var(--yellow);background:var(--yellow-dim)}.bubble-tag.deleted{color:var(--red);background:var(--red-dim)}.bubble-tag.viewonce{color:var(--yellow);background:var(--yellow-dim)}.bubble-img{display:block;max-width:100%;max-height:280px;border-radius:10px;object-fit:cover;margin-bottom:6px;cursor:pointer;transition:opacity .15s}.bubble-img:hover{opacity:.9}.bubble-video{display:block;max-width:100%;max-height:240px;border-radius:10px;margin-bottom:6px}.bubble-audio{width:100%;min-width:200px;margin-bottom:6px;accent-color:var(--purple)}.bubble-file{display:flex;align-items:center;gap:8px;padding:7px 10px;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;margin-bottom:6px;color:var(--purple-light);font-size:13px;text-decoration:none;transition:background .15s}.bubble-file:hover{background:#8b5cf61a}.date-sep{display:flex;align-items:center;gap:10px;margin:14px 0 8px;color:var(--text-3);font-size:11px;font-weight:500}.date-sep-line{flex:1;height:1px;background:var(--border)}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:999;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-overlay img{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:6px;box-shadow:0 0 60px #000c;cursor:default}.lightbox-close{position:fixed;top:20px;right:24px;color:#fff9;font-size:28px;cursor:pointer;z-index:1000;line-height:1}.lightbox-close:hover{color:#fff}
