@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--bg: #07080a;--surface: #0f1115;--surface-2: #161920;--surface-3: #1f232d;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 107, 0, .35);--text: #f3f4f6;--text-muted: #9ca3af;--text-dim: #6b7280;--orange: #ff6b00;--orange-glow: rgba(255, 107, 0, .22);--amber: #f59e0b;--amber-glow: rgba(245, 158, 11, .15);--green: #10b981;--green-glow: rgba(16, 185, 129, .15);--red: #ef4444;--red-glow: rgba(239, 68, 68, .15);--shadow-lg: 0 20px 40px -15px rgba(0, 0, 0, .7);--shadow-glow: 0 0 35px rgba(255, 107, 0, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;min-width:320px;color:var(--text);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;background-color:var(--bg);background-image:radial-gradient(1000px 700px at 85% -10%,rgba(255,107,0,.08),transparent 60%),radial-gradient(800px 600px at -10% 110%,rgba(245,158,11,.05),transparent 60%);background-attachment:fixed;-webkit-font-smoothing:antialiased}main.app-layout{display:flex;min-height:100vh;width:100%}aside.sidebar{position:sticky;top:0;height:100vh;width:260px;display:flex;flex-direction:column;justify-content:space-between;padding:24px 16px;background:#0f1115d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--border);z-index:50;flex-shrink:0}.brand-header{display:flex;align-items:center;gap:12px;padding:8px 12px 24px;border-bottom:1px solid var(--border)}.brand-icon{width:36px;height:36px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--amber),var(--orange));display:grid;place-items:center;color:#07080a;font-weight:800;box-shadow:0 4px 16px var(--orange-glow)}.brand-title{font-size:18px;font-weight:800;letter-spacing:-.03em;color:#fff}.brand-title span{color:var(--orange)}.brand-badge{margin-left:auto;font-size:10px;font-weight:700;padding:2px 6px;border-radius:20px;background:var(--amber-glow);color:var(--amber);border:1px solid rgba(245,158,11,.2)}.nav-section{display:flex;flex-direction:column;gap:4px;margin-top:24px;flex:1}.nav-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--text-dim);text-transform:uppercase;padding:0 12px 8px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--radius-md);color:var(--text-muted);font-size:14px;font-weight:600;background:transparent;border:1px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none}.nav-item:hover{color:var(--text);background:var(--surface-2)}.nav-item.active{color:#fff;background:linear-gradient(90deg,#ff6b0026,#ff6b0005);border-color:#ff6b004d;box-shadow:inset 3px 0 0 var(--orange)}.nav-item svg{width:18px;height:18px;opacity:.7}.nav-item.active svg{opacity:1;color:var(--orange)}.sidebar-footer{padding-top:16px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.user-profile{display:flex;align-items:center;gap:10px;overflow:hidden}.avatar{width:34px;height:34px;border-radius:50%;background:var(--surface-3);border:1px solid var(--border);display:grid;place-items:center;font-weight:700;font-size:13px;color:var(--orange);flex-shrink:0}.user-info{display:flex;flex-direction:column;overflow:hidden}.user-name{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:var(--text-dim)}.btn-icon-ghost{background:transparent;border:1px solid transparent;color:var(--text-muted);padding:8px;border-radius:var(--radius-sm);cursor:pointer;display:grid;place-items:center;transition:all .2s ease}.btn-icon-ghost:hover{background:var(--surface-3);color:var(--red)}section.content-area{flex:1;max-width:1240px;padding:32px 40px;margin:0 auto;display:flex;flex-direction:column;gap:28px}header.top-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}.header-greeting h2{font-size:28px;font-weight:800;letter-spacing:-.03em;color:#fff;line-height:1.2}.header-greeting p{color:var(--text-muted);font-size:14px;margin-top:4px}.header-actions{display:flex;align-items:center;gap:12px}.status-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:#10b9811a;border:1px solid rgba(16,185,129,.25);color:var(--green);font-size:12px;font-weight:600}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--radius-md);font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);border:1px solid transparent;outline:none;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.btn-primary{background:linear-gradient(135deg,var(--amber),var(--orange));color:#07080a;box-shadow:0 6px 20px var(--orange-glow)}.btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 24px #ff6b0059}.btn-secondary{background:var(--surface-2);border-color:var(--border);color:var(--text)}.btn-secondary:hover{background:var(--surface-3);border-color:var(--border-hover);color:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.metric-card{background:#0f1115b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;transition:all .2s ease}.metric-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.metric-header{display:flex;align-items:center;justify-content:space-between}.metric-title{font-size:13px;font-weight:600;color:var(--text-muted)}.metric-icon{width:34px;height:34px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;color:var(--orange)}.metric-value{font-size:28px;font-weight:800;letter-spacing:-.03em;color:#fff}.metric-subtitle{font-size:12px;color:var(--text-dim)}.card-panel{background:#0f1115bf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:20px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.card-title{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.02em;display:flex;align-items:center;gap:10px}.form-grid{display:grid;grid-template-columns:140px 1fr 180px auto;gap:12px;align-items:center}@media(max-width:900px){.form-grid{grid-template-columns:1fr}}.input-group{display:flex;flex-direction:column;gap:6px}.input-label{font-size:12px;font-weight:600;color:var(--text-muted)}.input-control,select.input-control{width:100%;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px;color:var(--text);font-family:inherit;font-size:13.5px;outline:none;transition:all .2s ease}.input-control::placeholder{color:var(--text-dim)}.input-control:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-glow);background:var(--surface-3)}.table-wrapper{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}table.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:13.5px}table.data-table th{background:var(--surface-2);padding:12px 16px;color:var(--text-dim);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border)}table.data-table td{padding:14px 16px;border-bottom:1px solid var(--border);vertical-align:middle}table.data-table tbody tr{transition:background .15s ease}table.data-table tbody tr:hover{background:#ffffff05}table.data-table tbody tr:last-child td{border-bottom:none}.short-url-badge{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--orange);font-family:monospace;font-size:13px}.target-url{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-muted)}.badge-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:11.5px;font-weight:700}.badge-status.active{background:var(--green-glow);color:var(--green);border:1px solid rgba(16,185,129,.3)}.badge-status.paused{background:var(--amber-glow);color:var(--amber);border:1px solid rgba(245,158,11,.3)}.empty-state{text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-icon{width:56px;height:56px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;color:var(--text-dim)}.empty-state h4{font-size:16px;color:var(--text)}.empty-state p{font-size:13px;color:var(--text-muted);max-width:320px}main.login-page{display:grid;place-items:center;min-height:100vh;padding:24px}.login-card{width:min(400px,100%);background:#0f1115d9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--radius-xl);padding:36px 32px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:24px}.login-brand{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.login-brand-icon{width:48px;height:48px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--amber),var(--orange));display:grid;place-items:center;color:#07080a;box-shadow:0 10px 25px var(--orange-glow)}.login-brand h1{font-size:26px;font-weight:800;letter-spacing:-.03em}.login-brand h1 span{color:var(--orange)}.login-brand p{color:var(--text-muted);font-size:13.5px}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-toggle-btn{position:absolute;right:12px;background:transparent;border:none;color:var(--text-dim);cursor:pointer;display:grid;place-items:center;padding:4px}.password-toggle-btn:hover{color:var(--text)}.error-banner{padding:10px 14px;border-radius:var(--radius-md);background:var(--red-glow);border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:12.5px}.security-badge-footer{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11.5px;color:var(--text-dim);padding-top:12px;border-top:1px solid var(--border)}main.install-page{display:grid;place-items:center;min-height:100vh;padding:32px 20px}.wizard-card{width:min(540px,100%);background:#0f1115e0;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border);border-radius:var(--radius-xl);padding:36px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:24px}.wizard-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.step-indicator{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--text-muted)}.step-num{width:28px;height:28px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:grid;place-items:center;font-size:12px}.step-indicator.active{color:#fff}.step-indicator.active .step-num{background:var(--orange);color:#07080a;border-color:var(--orange);box-shadow:0 0 12px var(--orange-glow)}.preflight-list{display:flex;flex-direction:column;gap:10px}.preflight-item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;display:flex;align-items:flex-start;gap:12px;transition:all .2s ease}.preflight-item.pass{border-color:#10b98140}.preflight-item.fail{border-color:#ef444459;background:#ef44440a}.status-icon-box{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;flex-shrink:0;margin-top:1px}.status-icon-box.pass{background:var(--green-glow);color:var(--green)}.status-icon-box.fail{background:var(--red-glow);color:var(--red)}.preflight-content{flex:1}.preflight-title{font-size:13.5px;font-weight:700;color:var(--text)}.preflight-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.tech-code-box{margin-top:8px;padding:8px 10px;background:#000;border-radius:var(--radius-sm);font-family:monospace;font-size:11px;color:#f87171;word-break:break-all}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:grid;place-items:center;padding:20px}.modal-card{width:min(600px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:28px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:20px;max-height:90vh;overflow-y:auto}.dropzone{border:2px dashed var(--border);border-radius:var(--radius-lg);padding:32px 20px;text-align:center;cursor:pointer;transition:all .2s ease;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;gap:12px}.dropzone:hover{border-color:var(--orange);background:#ff6b000a}.dropzone svg{color:var(--orange)}.modal-card.modal-large{width:min(720px,100%)}.filter-tabs{display:inline-flex;align-items:center;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:4px}.filter-tab{background:transparent;border:1px solid transparent;color:var(--text-muted);font-family:inherit;font-size:12.5px;font-weight:600;padding:6px 14px;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-tab:hover{color:var(--text);background:var(--surface-3)}.filter-tab.active{color:#fff;background:linear-gradient(135deg,#ff6b0040,#ff6b000d);border-color:#ff6b0066;box-shadow:0 2px 8px #ff6b0026}.version-banner{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#ff6b001f,#f59e0b0a);border:1px solid rgba(255,107,0,.25);border-radius:var(--radius-lg);padding:16px 20px;gap:16px}.version-info-title{font-size:14px;font-weight:700;color:#fff}.version-info-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.version-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:800;background:var(--surface-3);border:1px solid var(--border);color:var(--orange)}.version-pill.upgrade{background:linear-gradient(135deg,var(--amber),var(--orange));color:#07080a;border:none;box-shadow:0 4px 14px var(--orange-glow)}.timeline-container{display:flex;flex-direction:column;gap:0;position:relative;margin-top:12px;padding-left:20px;border-left:2px solid var(--border)}.timeline-item{position:relative;padding-bottom:24px}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-27px;top:2px;width:12px;height:12px;border-radius:50%;background:var(--orange);border:2px solid var(--bg);box-shadow:0 0 10px var(--orange)}.timeline-dot.failed{background:var(--red);box-shadow:0 0 10px var(--red)}.timeline-content{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:8px}.timeline-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.timeline-version{font-size:14px;font-weight:800;color:#fff}.timeline-timestamp{font-size:11.5px;font-weight:600;color:var(--amber);font-family:monospace}.timeline-meta{font-size:12px;color:var(--text-muted);display:flex;gap:12px;align-items:center}.changelog-box{background:#0006;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;font-size:12px;color:var(--text);line-height:1.5;white-space:pre-wrap}.file-chip-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.file-chip{font-family:monospace;font-size:10.5px;padding:2px 8px;border-radius:4px;background:var(--surface-3);border:1px solid var(--border);color:var(--text-muted)}@media(prefers-reduced-motion:reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:768px){aside.sidebar{display:none}section.content-area{padding:20px 16px}header.top-header{flex-direction:column;align-items:flex-start}}
