:root{--bg: #f8f8f7;--bg-card: #ffffff;--border: #e5e4e2;--text: #1c1917;--text-muted: #78716c;--primary: #1c1917;--green: #22c55e;--red: #ef4444;--radius: 12px}*{margin:0;padding:0;box-sizing:border-box}.btn:focus,.btn:active:focus,.form-control:focus,button:focus{box-shadow:none;outline:none}.btn{--bs-btn-border-radius: 10px}table{--bs-table-bg: transparent}.row{--bs-gutter-x: 0;--bs-gutter-y: 0}body{font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;height:100vh;overflow:hidden}.app{display:flex;height:100vh}.sidebar{width:240px;background:var(--bg);border-right:1px solid var(--border);padding:12px;flex-shrink:0;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;cursor:pointer;margin-bottom:8px}.sidebar-brand:hover{background:linear-gradient(to bottom,#f0f0f0,#e8e8e8)}.brand-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text)}.brand-icon svg{width:24px;height:24px}.brand-name{font-weight:600;font-size:14px}.brand-sub{font-size:12px;color:var(--text-muted)}.brand-switcher{position:relative;margin-bottom:8px}.brand-switcher .sidebar-brand{margin-bottom:0}.brand-switcher.open .sidebar-brand{background:linear-gradient(to bottom,#f0f0f0,#e8e8e8);border-radius:6px 6px 0 0;border:1px solid #d8d8d8;border-bottom:none}.brand-chevron{margin-left:auto;color:var(--text-muted);transition:transform .2s}.brand-switcher.open .brand-chevron{transform:rotate(180deg)}.brand-dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px #0000001a;z-index:100;overflow:hidden}.brand-switcher.open .brand-dropdown{display:block}.brand-option{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .1s;border-bottom:1px solid #e8e8e8}.brand-option:last-child{border-bottom:none}.brand-option:hover{background:linear-gradient(to bottom,#f0f0f0,#e8e8e8)}.brand-option.active{background:linear-gradient(to bottom,#e8e8e8,#e0e0e0)}.brand-option-icon{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff}.brand-option-info{flex:1}.brand-option-name{font-size:13px;font-weight:500}.brand-option-sub{font-size:11px;color:var(--text-muted)}.brand-option-check{color:var(--primary)}.brand-add{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;color:var(--text-muted);font-size:13px;border-top:1px solid #d8d8d8;background:#f8f8f8}.brand-add:hover{background:#f0f0f0;color:var(--text)}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:4px;font-size:14px;color:var(--text);cursor:pointer;margin-bottom:2px;transition:all .1s;text-decoration:none}.nav-item:hover{background:linear-gradient(to bottom,#f0f0f0,#e8e8e8);box-shadow:inset 0 1px 2px #0000000f}.nav-item.active{background:linear-gradient(to bottom,#e8e8e8,#e0e0e0);box-shadow:inset 0 1px 3px #0000001a}.nav-item svg{width:16px;height:16px;color:var(--text-muted)}.nav-badge{margin-left:auto;font-size:12px;color:var(--text-muted);background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);padding:2px 8px;border-radius:10px;border:1px solid #d1d5db}.nav-section{margin-top:24px}.nav-section-title{font-size:12px;color:var(--text-muted);padding:8px 10px}.recent-item{display:flex;align-items:center;gap:10px;padding:6px 10px;font-size:13px;color:var(--text-muted);cursor:pointer;border-radius:8px}.recent-item:hover{background:var(--bg-card)}.recent-dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--text-muted)}.sidebar-credits{margin-top:auto;padding:16px 12px;border-top:1px solid var(--border);display:flex;align-items:center;gap:10px}.credits-indicator{width:8px;height:8px;border-radius:50%;background:var(--green)}.credits-info{display:flex;flex-direction:column}.credits-label{font-size:11px;color:var(--text-muted)}.credits-value{font-size:13px;color:var(--text)}.logout-btn{display:flex;align-items:center;gap:8px;width:calc(100% - 24px);margin:12px;padding:10px 12px;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:13px;cursor:pointer;transition:all .15s}.logout-btn:hover{background:var(--bg-card);color:var(--red);border-color:var(--red)}.logout-btn svg{width:16px;height:16px}.main{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{padding:16px 32px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;font-size:14px}.topbar a{color:var(--text-muted);cursor:pointer;text-decoration:none}.topbar a:hover{color:var(--text)}.topbar .sep{color:var(--text-muted)}.topbar .current{color:var(--text)}.topbar-right{margin-left:auto}.topbar-right .btn{padding:6px 12px;font-size:13px}.content-wrap{display:flex;flex:1;overflow:hidden}.content{flex:1;padding:32px;overflow-y:auto}.panel{width:300px;border-left:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}.panel-section{padding:20px;border-bottom:1px solid var(--border)}.panel-section:last-child{border-bottom:none}.panel-title{font-size:11px;font-weight:600;margin-bottom:16px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.panel-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:12px}.panel-row:last-child{margin-bottom:0}.panel-label{color:var(--text-muted)}.panel-value{color:var(--text)}.panel-actions{display:flex;flex-direction:column;gap:8px}.panel-btn{display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(to bottom,#fff,#f0f0f0);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;border-radius:10px;font-size:13px;color:var(--text);cursor:pointer;width:100%;box-shadow:0 1px 2px #00000014;transition:all .1s ease}.panel-btn:hover{background:linear-gradient(to bottom,#f8f8f8,#e8e8e8)}.panel-btn:active{background:linear-gradient(to bottom,#e8e8e8,#f0f0f0);border-bottom-width:1px;transform:translateY(1px)}.panel-btn svg{width:14px;height:14px;color:var(--text-muted)}.panel-btn .chev{margin-left:auto}.panel-btn:disabled{opacity:.6;cursor:not-allowed}.sev-row{display:flex;align-items:center;gap:10px;font-size:13px;margin-bottom:8px}.sev-row:last-child{margin-bottom:0}.sev-row .label{color:var(--text-muted);flex:1}.sev-row .count{color:var(--text)}.sev-row .dot.pulse{background:var(--primary);width:6px;height:6px;border-radius:50%;animation:pulse 1.5s infinite}.page-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px}.page-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#3d3d3d,#1c1917);display:flex;align-items:center;justify-content:center;color:#fff}.page-icon svg{width:20px;height:20px}.page-info{flex:1}.page-title{font-size:20px;font-weight:600;margin-bottom:4px}.page-subtitle{font-size:14px;color:var(--text-muted)}.page-actions{display:flex;gap:8px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;border-radius:10px;border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;background:linear-gradient(to bottom,#fff,#f0f0f0);box-shadow:0 1px 2px #00000014;color:var(--text);cursor:pointer;transition:all .1s ease}.btn:hover{background:linear-gradient(to bottom,#f8f8f8,#e8e8e8)}.btn:active{background:linear-gradient(to bottom,#e8e8e8,#f0f0f0);border-bottom-width:1px;transform:translateY(1px)}.btn-primary{background:linear-gradient(to bottom,#3d3d3d,#1c1917);border:1px solid #1c1917;border-bottom:2px solid #0a0a0a;color:#fff}.btn-primary:hover{background:linear-gradient(to bottom,#4a4a4a,#2d2d2d)}.btn-outline{background:linear-gradient(to bottom,#fff,#f5f5f5);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;color:var(--text)}.btn-outline:hover{background:linear-gradient(to bottom,#f8f8f8,#ebebeb)}.btn svg{width:14px;height:14px}.card{background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-bottom-color:silver;border-radius:10px;box-shadow:0 1px 2px #0000000f,0 1px #fffc inset}.card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.card-body{padding:12px 20px}.card-title{font-size:14px;font-weight:600}.form-input{width:100%;background:#fcfcfc;border:1px solid #c8c8c8;border-top-color:#b0b0b0;border-radius:4px;padding:10px 12px;font-size:14px;color:var(--text);box-shadow:inset 0 1px 3px #00000014}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:inset 0 1px 3px #00000014,0 0 0 2px #1c191726}.form-input::placeholder{color:var(--text-muted)}.form-textarea{min-height:80px;resize:vertical;font-family:inherit}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;color:var(--text-muted);margin-bottom:8px}.form-label span{color:var(--text-muted);font-weight:400}.badge{display:inline-flex;padding:4px 10px;border-radius:10px;font-size:12px;font-weight:500;border:1px solid transparent;box-shadow:0 1px 2px #00000014}.badge-green{background:linear-gradient(to bottom,#dcfce7,#bbf7d0);color:#166534;border-color:#86efac}.badge-blue{background:linear-gradient(to bottom,#dbeafe,#bfdbfe);color:#1e40af;border-color:#93c5fd}.badge-gray{background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);color:#4b5563;border-color:#d1d5db}.badge-red{background:linear-gradient(to bottom,#fee2e2,#fecaca);color:#991b1b;border-color:#fca5a5}.badge-yellow{background:linear-gradient(to bottom,#fef3c7,#fde68a);color:#92400e;border-color:#fcd34d}.toggle{width:44px;height:24px;background:linear-gradient(to bottom,#c8c8c8,#d8d8d8);border:1px solid #b0b0b0;border-radius:12px;position:relative;cursor:pointer;transition:all .2s;box-shadow:inset 0 1px 3px #00000026}.toggle.on{background:linear-gradient(to bottom,#3d3d3d,#1c1917);border-color:#0a0a0a}.toggle:after{content:"";position:absolute;top:1px;left:1px;width:20px;height:20px;background:linear-gradient(to bottom,#fff,#f0f0f0);border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003,0 1px #fffc inset}.toggle.on:after{transform:translate(20px)}.sev{display:inline-flex;align-items:center;gap:6px;font-size:12px}.sev .dot{width:6px;height:6px;border-radius:50%}.sev.critical .dot{background:var(--red)}.sev.high .dot{background:var(--primary)}.sev.medium .dot{background:#f59e0b}.sev.low .dot{background:var(--green)}.sev.info .dot{background:#3b82f6}.risk-dot{width:8px;height:8px;border-radius:50%}.risk-dot.critical{background:var(--red)}.risk-dot.high{background:var(--primary)}.risk-dot.medium{background:#f59e0b}.risk-dot.low{background:var(--green)}.toast-container{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:8px}.toast{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(to bottom,#fff,#f8f8f8);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;border-radius:10px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:400px}.toast.toast-success{border-left:4px solid var(--green)}.toast.toast-error{border-left:4px solid var(--red)}.toast.toast-info{border-left:4px solid #3b82f6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-tracker{margin-top:8px}.progress-bar-small{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.progress-bar-small .fill{height:100%;background:var(--primary);border-radius:2px;transition:width .3s}.progress-phase{font-size:12px;color:var(--text-muted);margin-top:4px;display:flex;align-items:center;gap:6px}.progress-phase .dot{width:6px;height:6px;border-radius:50%;background:var(--primary);animation:pulse 1.5s infinite}.phase-tracker{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:24px}.phase-tracker-title{font-size:14px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.phase-tracker-title .pct{font-size:13px;color:var(--text-muted);font-weight:400}.phase-list{display:flex;flex-direction:column;gap:12px}.phase-item{display:flex;align-items:flex-start;gap:12px}.phase-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phase-icon svg{width:12px;height:12px}.phase-icon.done{background:var(--green);color:#fff}.phase-icon.active{background:var(--primary);color:#fff;animation:pulse 1.5s infinite}.phase-icon.pending{background:var(--border);color:var(--text-muted)}.phase-info{flex:1;min-width:0}.phase-name{font-size:13px;font-weight:500;margin-bottom:2px}.phase-name.muted{color:var(--text-muted)}.phase-detail{font-size:12px;color:var(--text-muted)}.phase-checks{font-size:11px;color:var(--text-muted);margin-top:4px}.phase-bar{height:3px;background:var(--border);border-radius:2px;margin-top:6px;overflow:hidden}.phase-bar .fill{height:100%;background:var(--primary);border-radius:2px}.wizard-header{margin-bottom:32px}.wizard-title{font-size:20px;font-weight:600;margin-bottom:4px}.wizard-subtitle{font-size:14px;color:var(--text-muted)}.wizard-steps{display:flex;align-items:center;gap:0;margin-bottom:40px;position:relative}.wizard-step{display:flex;align-items:center;gap:8px;padding:12px 20px;font-size:13px;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);position:relative;cursor:pointer}.wizard-step:first-child{border-radius:8px 0 0 8px}.wizard-step:last-child{border-radius:0 8px 8px 0}.wizard-step:not(:last-child){border-right:none}.wizard-step.active{color:var(--text);background:var(--border)}.wizard-step.complete{color:var(--green)}.wizard-step svg{width:14px;height:14px}.wizard-content{display:flex;gap:40px}.wizard-main{flex:1}.wizard-sidebar{width:280px;flex-shrink:0}.wizard-section{margin-bottom:32px}.wizard-section-title{font-size:14px;font-weight:600;margin-bottom:16px}.wizard-section-desc{font-size:13px;color:var(--text-muted);margin-bottom:16px}.wizard-actions{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border);margin-top:32px}.wizard-actions-right{display:flex;gap:12px}.option-card{background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-bottom-color:silver;border-radius:10px;padding:16px;margin-bottom:12px;cursor:pointer;transition:all .15s;box-shadow:0 1px 2px #0000000f}.option-card:hover{border-color:#b0b0b0;box-shadow:0 2px 4px #00000014}.option-card.selected{border-color:var(--primary);box-shadow:0 0 0 2px #1c191726}.option-header{display:flex;align-items:flex-start;gap:12px}.option-radio{width:18px;height:18px;border-radius:50%;border:2px solid #c0c0c0;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#f8f8f8,#e8e8e8);box-shadow:inset 0 1px 2px #0000001a}.option-card.selected .option-radio{border-color:var(--primary);background:linear-gradient(to bottom,#f0f0f0,#e0e0e0)}.option-card.selected .option-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 1px 2px #0003}.option-title{font-size:14px;font-weight:500;margin-bottom:4px}.option-desc{font-size:13px;color:var(--text-muted)}.option-body{margin-top:16px;padding-top:16px;border-top:1px solid var(--border);display:none}.option-card.selected .option-body{display:block}.checkbox-group{display:flex;flex-direction:column;gap:12px}.checkbox-item{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.checkbox-box{width:16px;height:16px;border:1px solid #b0b0b0;border-top-color:#999;border-radius:3px;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,#f8f8f8,#e8e8e8);box-shadow:inset 0 1px 2px #0000001a}.checkbox-item.checked .checkbox-box{background:linear-gradient(to bottom,#3d3d3d,#1c1917);border-color:#0a0a0a;box-shadow:inset 0 1px #fff3}.checkbox-item.checked .checkbox-box:after{content:"";width:8px;height:5px;border:2px solid white;border-top:none;border-right:none;transform:rotate(-45deg) translateY(-1px)}.checkbox-label{font-size:13px}.checkbox-desc{font-size:12px;color:var(--text-muted)}.upload-zone{border:1px dashed var(--border);border-radius:8px;padding:32px;text-align:center;cursor:pointer;transition:border-color .15s}.upload-zone:hover{border-color:var(--text-muted)}.upload-zone.has-file{border-color:var(--green);border-style:solid;background:#22c55e0d}.upload-zone.has-file svg{color:var(--green)}.upload-zone.has-error{border-color:var(--red)}.upload-zone svg{width:32px;height:32px;color:var(--text-muted);margin-bottom:12px}.upload-text{font-size:14px;color:var(--text-muted);margin-bottom:8px}.upload-zone.has-file .upload-text{color:var(--text);font-weight:500}.upload-hint{font-size:12px;color:var(--text-muted)}.form-error{color:var(--red);font-size:12px;margin-top:8px}.uploaded-file{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;margin-top:12px}.uploaded-file svg{width:20px;height:20px;color:var(--text-muted)}.uploaded-file-info{flex:1}.uploaded-file-name{font-size:13px}.uploaded-file-size{font-size:12px;color:var(--text-muted)}.uploaded-file-remove{color:var(--text-muted);cursor:pointer}.summary-card{background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-bottom-color:silver;border-radius:10px;padding:20px;position:sticky;top:32px;box-shadow:0 1px 2px #0000000f}.summary-title{font-size:13px;font-weight:600;margin-bottom:16px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.summary-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:12px}.summary-row:last-child{margin-bottom:0}.summary-label{color:var(--text-muted)}.summary-value{color:var(--text);text-align:right;max-width:160px;word-break:break-all}.status-check{display:flex;flex-direction:column;gap:12px;padding:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px}.status-item{display:flex;align-items:center;gap:12px;font-size:14px}.status-item svg{width:18px;height:18px}.status-item.success svg{color:var(--green)}.status-item.pending svg{color:var(--text-muted)}.status-item.skip svg{color:var(--text-muted)}.status-item .status-text{color:var(--text)}.status-item .status-detail{color:var(--text-muted);margin-left:4px}.settings-layout{display:flex;gap:0}.settings-nav{width:220px;border-right:1px solid var(--border);padding:24px 0;flex-shrink:0}.settings-nav-section{margin-bottom:24px}.settings-nav-title{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:0 24px;margin-bottom:8px}.settings-nav-item{display:flex;align-items:center;gap:10px;padding:8px 24px;font-size:14px;color:var(--text-muted);cursor:pointer;text-decoration:none}.settings-nav-item:hover,.settings-nav-item.active{color:var(--text);background:var(--bg-card)}.settings-nav-item svg{width:16px;height:16px}.settings-content{flex:1;padding:32px 48px;overflow-y:auto}.settings-header{margin-bottom:32px}.settings-title{font-size:24px;font-weight:600;margin-bottom:8px}.settings-desc{font-size:14px;color:var(--text-muted)}.settings-section{margin-bottom:32px}.settings-section-title{font-size:16px;font-weight:600;margin-bottom:8px}.settings-section-desc{font-size:13px;color:var(--text-muted);margin-bottom:16px}.settings-card{background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-bottom-color:silver;border-radius:10px;padding:20px;margin-bottom:16px;box-shadow:0 1px 2px #0000000f}.settings-card-row{display:flex;align-items:center;justify-content:space-between}.settings-card-info{flex:1}.settings-card-label{font-size:14px;font-weight:500;margin-bottom:4px}.settings-card-hint{font-size:13px;color:var(--text-muted)}.settings-input{width:100%;max-width:400px;background:#fcfcfc;border:1px solid #c8c8c8;border-top-color:#b0b0b0;border-radius:4px;padding:10px 12px;font-size:14px;color:var(--text);box-shadow:inset 0 1px 3px #00000014}.settings-input:focus{outline:none;border-color:var(--primary);box-shadow:inset 0 1px 3px #00000014,0 0 0 2px #1c191726}.member-row{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.member-row:last-child{border-bottom:none}.member-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3d3d3d,#1c1917);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.member-info{flex:1}.member-name{font-size:14px;font-weight:500}.member-email,.member-role{font-size:13px;color:var(--text-muted)}.integration-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.integration-card{background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-bottom-color:silver;border-radius:10px;padding:20px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .15s;box-shadow:0 1px 2px #0000000f}.integration-card:hover{border-color:#b0b0b0;box-shadow:0 2px 4px #00000014}.integration-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px}.integration-name{font-size:14px;font-weight:500}.stat-card{text-align:center;padding:16px}.stat-value{font-size:32px;font-weight:600;margin-bottom:4px}.stat-label{font-size:12px;color:var(--text-muted)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:12px;font-weight:500;color:var(--text-muted);padding:12px 16px;border-bottom:1px solid var(--border)}td{padding:16px;border-bottom:1px solid var(--border);font-size:14px}tr:hover td{background:#00000005}.empty-state{text-align:center;padding:60px 20px}.empty-state-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:16px;background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.empty-state-icon svg{width:32px;height:32px}.empty-state-title{font-size:16px;font-weight:600;margin-bottom:8px}.empty-state-desc{font-size:14px;color:var(--text-muted);margin-bottom:24px}.chat-input-wrap{padding:16px;border-top:1px solid var(--border);margin-top:auto}.chat-input{display:flex;gap:8px;background:#fcfcfc;border:1px solid #c8c8c8;border-radius:8px;padding:8px 12px}.chat-input input{flex:1;border:none;background:none;font-size:14px;color:var(--text);outline:none}.chat-input input::placeholder{color:var(--text-muted)}.chat-input button{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px}.chat-input button:hover{color:var(--text)}.chat-input button:disabled{opacity:.4;cursor:not-allowed}.chat-messages{max-height:300px;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border)}.chat-message{padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.4;max-width:90%;word-wrap:break-word}.chat-message.user{background:var(--primary);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-message.assistant{background:var(--surface);border:1px solid var(--border);align-self:flex-start;border-bottom-left-radius:4px}.chat-typing{display:flex;gap:4px;padding:4px 0}.chat-typing span{width:6px;height:6px;background:var(--text-muted);border-radius:50%;animation:chatTyping 1.4s infinite ease-in-out both}.chat-typing span:nth-child(1){animation-delay:-.32s}.chat-typing span:nth-child(2){animation-delay:-.16s}@keyframes chatTyping{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.mono{font-family:ui-monospace,monospace}.text-muted{color:var(--text-muted)}.text-green{color:var(--green)}.text-red{color:var(--red)}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.gap-2{gap:8px}.gap-4{gap:16px}.onboarding-banner{background:linear-gradient(135deg,#1c1917,#3d3d3d);border-radius:12px;padding:24px 28px;margin-bottom:24px;display:flex;align-items:center;gap:20px;color:#fff;box-shadow:0 4px 12px #0003}.onboarding-icon{width:56px;height:56px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.onboarding-icon svg{width:28px;height:28px}.onboarding-content{flex:1}.onboarding-title{font-size:16px;font-weight:600;margin-bottom:4px}.onboarding-desc{font-size:13px;opacity:.8}.onboarding-actions{display:flex;gap:12px;flex-shrink:0}.onboarding-btn{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;border:none}.onboarding-btn-primary{background:linear-gradient(to bottom,#fff,#f0f0f0);border:1px solid rgba(255,255,255,.3);color:var(--text)}.onboarding-btn-primary:hover{background:linear-gradient(to bottom,#f8f8f8,#e8e8e8)}.onboarding-btn-secondary{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff}.onboarding-btn-secondary:hover{background:#ffffff1a}.onboarding-tooltip{position:fixed;z-index:10000;background:linear-gradient(to bottom,#fff,#f8f8f8);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;border-radius:12px;padding:20px;max-width:320px;box-shadow:0 8px 24px #0003}.onboarding-tooltip:before{content:"";position:absolute;width:12px;height:12px;background:linear-gradient(135deg,#fff,#f8f8f8);border-left:1px solid #d1d1d1;border-top:1px solid #d1d1d1;transform:rotate(-45deg)}.onboarding-tooltip.arrow-left:before{left:-7px;top:50%;margin-top:-6px;transform:rotate(-45deg)}.onboarding-tooltip.arrow-right:before{right:-7px;top:50%;margin-top:-6px;transform:rotate(135deg)}.onboarding-tooltip.arrow-top:before{top:-7px;left:50%;margin-left:-6px;transform:rotate(45deg)}.onboarding-tooltip.arrow-bottom:before{bottom:-7px;left:50%;margin-left:-6px;transform:rotate(-135deg)}.onboarding-tooltip-step{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.onboarding-tooltip-title{font-size:15px;font-weight:600;margin-bottom:8px}.onboarding-tooltip-desc{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:16px}.onboarding-tooltip-actions{display:flex;justify-content:space-between;align-items:center}.onboarding-tooltip-skip{font-size:13px;color:var(--text-muted);background:none;border:none;cursor:pointer}.onboarding-tooltip-skip:hover{color:var(--text)}.onboarding-tooltip-nav{display:flex;align-items:center;gap:12px}.onboarding-tooltip-dots{display:flex;gap:6px}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:#d8d8d8}.onboarding-dot.active{background:var(--primary)}.projects-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.projects-title{font-size:20px;font-weight:600}.filters-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.search-wrap{position:relative;flex:1;max-width:320px}.search-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted)}.search-input{width:100%;padding:10px 12px 10px 40px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;font-size:14px;color:var(--text)}.search-input:focus{outline:none;border-color:var(--primary)}.search-input::placeholder{color:var(--text-muted)}.filter-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;background:linear-gradient(to bottom,#fff,#f0f0f0);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;border-radius:10px;font-size:13px;color:var(--text);cursor:pointer;box-shadow:0 1px 2px #00000014;transition:all .1s ease}.filter-btn svg{width:14px;height:14px;color:var(--text-muted)}.filter-btn:hover{background:linear-gradient(to bottom,#f8f8f8,#e8e8e8)}.filter-btn:active{background:linear-gradient(to bottom,#e8e8e8,#f0f0f0);border-bottom-width:1px;transform:translateY(1px)}.filter-count{font-size:13px;color:var(--text-muted);margin-left:auto}.table-card{overflow:hidden}.table-header{display:flex;padding:12px 20px;border-bottom:1px solid var(--border);font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.project-col{width:140px;flex-shrink:0}.project-action{width:120px;flex-shrink:0;text-align:right}.project-row{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.project-row:last-child{border-bottom:none}.project-row:hover{background:#00000005}.project-icon-cell{width:36px;height:36px;border-radius:8px;background:var(--border);display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0}.project-icon-cell svg{width:18px;height:18px;color:var(--text-muted)}.project-info-cell{min-width:0}.project-name-cell{font-size:14px;font-weight:500;margin-bottom:2px}.project-meta-cell{font-size:12px;color:var(--text-muted)}.risk-score{font-size:16px;font-weight:600}.project-status{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:4px 10px;border-radius:10px}.project-status svg{width:14px;height:14px}.project-status.in-progress{color:var(--text)}.project-status.completed{color:var(--green)}.finding-title{font-size:14px;font-weight:500;margin-bottom:4px}.finding-meta{font-size:12px;color:var(--text-muted)}.finding-meta code{background:var(--border);padding:2px 6px;border-radius:4px;font-family:ui-monospace,monospace;font-size:11px}.badge-orange{background:linear-gradient(to bottom,#ffedd5,#fed7aa);color:#9a3412;border-color:#fdba74}tbody tr{cursor:pointer}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.card-link{font-size:13px;color:var(--text-muted);cursor:pointer}.card-link:hover{color:var(--text)}.activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-icon svg{width:16px;height:16px}.activity-text{font-size:14px;margin-bottom:4px}.activity-meta{font-size:12px;color:var(--text-muted)}.info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.info-row:last-child{border-bottom:none}.info-label{color:var(--text-muted)}.info-value{color:var(--text)}.info-value.mono{font-family:ui-monospace,monospace}.team-section{display:flex;align-items:center;gap:12px;padding-top:16px;margin-top:8px}.team-label{font-size:13px;color:var(--text-muted)}.team-avatar{width:32px;height:32px;border-radius:8px;background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.team-avatar svg{width:16px;height:16px}.pulse{animation:pulse 1.5s infinite}.spinning svg{animation:spin 2s linear infinite}select.filter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2378716c' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);padding:40px 20px}.auth-container{width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:56px;height:56px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;color:var(--text)}.auth-logo svg{width:48px;height:48px}.auth-logo.success{width:64px;height:64px;background:linear-gradient(to bottom,#dcfce7,#bbf7d0);border-radius:50%;color:#166534}.auth-logo.success svg{width:32px;height:32px}.auth-title{font-size:24px;font-weight:600;margin-bottom:8px}.auth-subtitle{font-size:14px;color:var(--text-muted);line-height:1.5}.auth-subtitle strong{color:var(--text)}.auth-form{background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid #d8d8d8;border-bottom-color:silver;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.auth-error{display:flex;align-items:center;gap:10px;padding:12px;background:linear-gradient(to bottom,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:8px;font-size:13px;color:#991b1b;margin-bottom:20px}.auth-error svg{width:18px;height:18px;flex-shrink:0}.auth-btn{width:100%;padding:12px;font-size:14px;justify-content:center;margin-top:8px}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-terms{font-size:12px;color:var(--text-muted);text-align:center;margin-top:16px}.auth-terms a{color:var(--text)}.auth-terms a:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:24px;font-size:14px;color:var(--text-muted)}.auth-footer a{color:var(--text);font-weight:500}.auth-footer a:hover{text-decoration:underline}.form-label-row{display:flex;justify-content:space-between;align-items:center}.form-link{font-size:13px;color:var(--text-muted);text-decoration:none}.form-link:hover{color:var(--text)}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.loading-spinner{width:48px;height:48px;animation:spin 1.5s linear infinite;color:var(--text)}.loading-spinner svg{width:100%;height:100%}.alert{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:8px;font-size:14px}.alert svg{width:20px;height:20px;flex-shrink:0}.alert-success{background:linear-gradient(to bottom,#dcfce7,#bbf7d0);border:1px solid #86efac;color:#166534}.alert-error{background:linear-gradient(to bottom,#fee2e2,#fecaca);border:1px solid #fca5a5;color:#991b1b}.qr-code-container{padding:20px;background:#fff;border:1px solid var(--border);border-radius:8px;display:inline-block}.detail-title{font-size:20px;font-weight:600;margin-bottom:24px}.detail-title span{color:var(--text-muted)}.vuln-header{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;margin-bottom:24px;display:flex;align-items:center;gap:12px}.vuln-header svg{width:20px;height:20px;color:var(--primary)}.vuln-title{font-size:15px;font-weight:500;flex:1}.vuln-status{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--green)}.vuln-status svg{width:14px;height:14px}.vuln-id{color:var(--text-muted);font-size:13px;margin-left:12px}.tabs{display:flex;gap:8px;margin-bottom:24px;padding:4px;background:linear-gradient(to bottom,#e8e8e8,#d8d8d8);border-radius:10px;border:1px solid #c8c8c8;box-shadow:inset 0 1px 3px #0000001a}.tab{padding:8px 16px;font-size:14px;color:var(--text-muted);cursor:pointer;border-radius:8px;transition:all .15s;border:1px solid transparent}.tab:hover{color:var(--text);background:#ffffff80}.tab.active{color:var(--text);background:linear-gradient(to bottom,#fff,#f0f0f0);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;box-shadow:0 1px 2px #00000014}.tab-content{display:none}.tab-content.active{display:block}.section{margin-bottom:32px}.section-title{font-size:15px;font-weight:600;margin-bottom:12px}.section-text{font-size:14px;color:var(--text-muted);line-height:1.7}.section-text p{margin-bottom:12px}.section-text code{background:var(--border);padding:2px 6px;border-radius:4px;font-family:ui-monospace,monospace;font-size:13px}.code-block{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;margin:16px 0;overflow:hidden}.code-header{padding:8px 16px;background:var(--border);font-size:12px;color:var(--text-muted);display:flex;justify-content:space-between}.code-body{padding:16px;font-family:ui-monospace,monospace;font-size:13px;color:var(--text-muted);line-height:1.6;overflow-x:auto;white-space:pre-wrap;margin:0}.code-body .hl{color:var(--primary)}.log-entry{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.log-entry:last-child{border-bottom:none}.log-time{font-family:ui-monospace,monospace;color:var(--text-muted);font-size:12px;white-space:nowrap}.log-msg{color:var(--text)}.log-msg code{background:var(--border);padding:2px 6px;border-radius:4px;font-family:ui-monospace,monospace;font-size:12px}.meta-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:24px}.meta-label{font-size:12px;color:var(--text-muted);margin-bottom:4px}.meta-value{font-size:14px}.meta-value.mono{font-family:ui-monospace,monospace;color:var(--text-muted)}.btn-outline{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(to bottom,#fff,#f5f5f5);border:1px solid #d1d1d1;border-bottom:2px solid #b8b8b8;border-radius:10px;padding:8px 14px;font-size:13px;color:var(--text);cursor:pointer;transition:all .15s ease}.btn-outline:hover{background:linear-gradient(to bottom,#f8f8f8,#e8e8e8)}.btn-outline:active{background:linear-gradient(to top,#f0f0f0,#e0e0e0);border-bottom-width:1px;transform:translateY(1px)}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.tier-options{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tier-card{background:linear-gradient(to bottom,#fff,#fafafa);border:2px solid #d8d8d8;border-radius:12px;padding:20px;cursor:pointer;transition:all .15s;position:relative}.tier-card:hover{border-color:#b0b0b0;box-shadow:0 4px 12px #00000014}.tier-card.selected{border-color:var(--primary);box-shadow:0 0 0 3px #1c191726}.tier-card.premium{background:linear-gradient(to bottom,#fefefe,#f8f7f5)}.tier-card.premium.selected{border-color:var(--primary);background:linear-gradient(to bottom,#fff,#fafaf8)}.tier-badge{position:absolute;top:-10px;right:16px;background:linear-gradient(to bottom,#3d3d3d,#1c1917);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.tier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tier-name{font-size:18px;font-weight:600}.tier-credits{font-size:14px;color:var(--text-muted);background:linear-gradient(to bottom,#f3f4f6,#e5e7eb);padding:4px 10px;border-radius:8px;border:1px solid #d1d5db}.tier-desc{font-size:14px;color:var(--text-muted);line-height:1.5;margin-bottom:16px}.tier-features{display:flex;flex-direction:column;gap:8px}.tier-feature{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text)}.tier-feature svg{width:16px;height:16px;color:var(--green);flex-shrink:0}
