.guard-gates-page{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;overflow:hidden}.rule-row-inactive td{opacity:.6}.rule-row-inactive:hover td{opacity:1}.traces-page{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;overflow:hidden}.trace-row-blocked td{background:var(--status-error-bg)!important}.trace-row-modified td{background:var(--status-warning-bg)!important}.trace-row-blocked:hover td,.trace-row-modified:hover td{background:inherit!important}[data-theme=dark] .trace-row-blocked td{background:var(--status-error-bg)!important}[data-theme=dark] .trace-row-modified td{background:var(--status-warning-bg)!important}.reports-page{width:100%;height:100%;display:flex;flex-direction:column;overflow:auto}.settings-page-content{height:100%;overflow-y:auto}.settings-section{max-width:900px}.settings-section-header{margin-bottom:20px}.settings-section-header h4{display:flex;align-items:center;gap:8px}.settings-card{margin-bottom:16px}.settings-card .ant-card-head{min-height:40px;padding:0 16px}.settings-card .ant-card-head-title{padding:10px 0;font-size:14px}.settings-card .ant-card-body{padding:16px}.setting-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--border-color-secondary)}.setting-row:last-child{border-bottom:none;padding-bottom:0}.setting-row:first-child{padding-top:0}.setting-info{flex:1;min-width:0;padding-right:24px}.setting-description{display:block;margin-top:2px;font-size:12px;line-height:1.4}.setting-description code{background:var(--bg-hover);padding:1px 4px;border-radius:3px;font-size:11px}.integration-row{display:flex;align-items:center;gap:12px;padding:8px 0}.integration-info{display:flex;align-items:center;gap:10px;flex:1}.integration-info img{filter:var(--icon-filter, none)}.export-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border-color-secondary)}.export-row:last-child{border-bottom:none}.plan-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.plan-details{display:flex;flex-wrap:wrap;gap:12px 24px}.plan-detail-item{display:flex;align-items:center;gap:8px;font-size:13px}.usage-item{width:100%}.usage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}[data-theme=dark] .integration-info img{filter:invert(1) opacity(.7)}@media (max-width: 768px){.settings-page{flex-direction:column}.settings-sidebar{width:100%}.settings-sidebar .ant-menu{display:flex;flex-wrap:wrap;gap:4px}.settings-sidebar .ant-menu-item{flex:1;min-width:100px;text-align:center}.setting-row{flex-direction:column;gap:8px}.setting-info{padding-right:0}}.homepage{--bg-base: #09090b;--bg-primary: #0c0c0e;--bg-secondary: #111113;--bg-card: #18181b;--bg-elevated: #1f1f23;--bg-hover: #27272a;--bg-active: #3f3f46;--accent-primary: #3b82f6;--accent-primary-hover: #2563eb;--accent-secondary: #6366f1;--accent-gradient: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #71717a;--text-disabled: #52525b;--border-color: #27272a;--border-color-secondary: #1f1f23;--border-color-hover: #3f3f46;--status-success: #22c55e;--status-success-bg: rgba(34, 197, 94, .1);--status-warning: #f59e0b;--status-warning-bg: rgba(245, 158, 11, .1);--status-error: #ef4444;--status-error-bg: rgba(239, 68, 68, .1);--status-info: #3b82f6;--status-info-bg: rgba(59, 130, 246, .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-mono: "SF Mono", "Fira Code", "Monaco", monospace;--section-padding: 120px 0;--container-width: 1200px;font-family:var(--font-family);background:var(--bg-base);color:var(--text-primary);line-height:1.6;overflow-x:hidden;min-height:100vh}.hp-container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.hp-gradient-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-section-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--accent-primary);margin-bottom:16px}.hp-section-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:24px}.hp-section-subtitle{font-size:18px;color:var(--text-secondary);max-width:600px;margin:0 auto}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes hp-pulse-glow{0%,to{box-shadow:0 0 20px #3b82f64d}50%{box-shadow:0 0 40px #3b82f699}}@keyframes hp-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hp-borderRotate{to{--border-angle: 360deg}}@keyframes hp-iconFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.02)}}@keyframes hp-eyeSearch{0%,to{transform:translate(0)}15%{transform:translate(-5px)}30%{transform:translate(5px)}45%{transform:translate(-3px)}55%{transform:translate(0)}}@keyframes hp-eyeBlind{0%,55%{opacity:1}70%,90%{opacity:.15}to{opacity:1}}.hp-eye-group{animation:hp-eyeBlind 5s ease-in-out infinite}.hp-eye-pupil{animation:hp-eyeSearch 5s ease-in-out infinite}@keyframes hp-figurePass{0%{transform:translate(-25px);opacity:0}15%{opacity:.6}85%{opacity:.6}to{transform:translate(25px);opacity:0}}.hp-figure-1{animation:hp-figurePass 4s ease-in-out infinite}.hp-figure-2{animation:hp-figurePass 4s ease-in-out infinite;animation-delay:1.3s}.hp-figure-3{animation:hp-figurePass 4s ease-in-out infinite;animation-delay:2.6s}@keyframes hp-stepFade{0%{opacity:0;transform:translateY(2px)}10%{opacity:.6;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}.hp-step-1{animation:hp-stepFade 4s ease-out infinite}.hp-step-2{animation:hp-stepFade 4s ease-out infinite;animation-delay:.5s}.hp-step-3{animation:hp-stepFade 4s ease-out infinite;animation-delay:1s}.hp-step-4{animation:hp-stepFade 4s ease-out infinite;animation-delay:1.5s}.hp-step-5{animation:hp-stepFade 4s ease-out infinite;animation-delay:2s}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.hp-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;background:#09090bcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color)}.hp-nav-container{display:flex;align-items:center;justify-content:space-between}.hp-nav-logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:var(--text-primary);text-decoration:none}.hp-nav-logo svg{width:32px;height:32px}.hp-nav-links{display:flex;align-items:center;gap:32px}.hp-nav-link{font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s}.hp-nav-link:hover{color:var(--text-primary)}.hp-nav-cta{display:flex;align-items:center;gap:16px}.hp-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-family:var(--font-family)}.hp-btn:disabled{opacity:.5;cursor:not-allowed}.hp-btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.hp-btn-secondary:hover:not(:disabled){background:var(--bg-card);border-color:var(--border-color-hover)}.hp-btn-primary{background:var(--accent-gradient);color:#fff}.hp-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #3b82f64d}.hp-btn-large{padding:16px 32px;font-size:16px}.hp-hero{min-height:100vh;display:flex;align-items:center;padding-top:80px;position:relative;overflow:hidden}.hp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(99,102,241,.08) 0%,transparent 50%)}.hp-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,black 20%,transparent 70%)}.hp-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hp-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:100px;font-size:13px;font-weight:500;color:var(--accent-primary);margin-bottom:32px;animation:hp-fadeInUp .6s ease-out}.hp-hero-badge-dot{width:8px;height:8px;background:var(--accent-primary);border-radius:50%;animation:hp-pulse-glow 2s infinite}.hp-hero-title{font-size:72px;font-weight:800;line-height:1.05;margin-bottom:24px;letter-spacing:-2px;animation:hp-fadeInUp .6s ease-out .1s both}.hp-hero-subtitle{font-size:20px;color:var(--text-secondary);max-width:600px;margin:0 auto 40px;animation:hp-fadeInUp .6s ease-out .2s both}.hp-hero-cta{display:flex;align-items:center;justify-content:center;gap:16px;animation:hp-fadeInUp .6s ease-out .3s both}.hp-hero-tagline{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:48px;padding-top:48px;border-top:1px solid var(--border-color);animation:hp-fadeInUp .6s ease-out .4s both}.hp-hero-tagline-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.hp-hero-tagline-item svg{color:var(--accent-primary)}.hp-trust-bar{padding:60px 0;border-bottom:1px solid var(--border-color)}.hp-trust-bar-label{text-align:center;font-size:12px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:32px}.hp-trust-logos{display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:wrap;opacity:.5}.hp-trust-logo{font-size:24px;font-weight:700;color:var(--text-secondary);letter-spacing:-1px}.hp-problem{padding:140px 0 120px;position:relative;overflow:hidden}.hp-problem:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:600px;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgba(239,68,68,.05) 0%,transparent 60%);pointer-events:none}.hp-problem-stat-hero{display:flex;align-items:center;justify-content:center;gap:64px;margin-bottom:56px}.hp-stat-item{text-align:center}.hp-stat-number{font-size:64px;font-weight:700;letter-spacing:-2px;line-height:1;color:var(--text-primary)}.hp-stat-label{font-size:14px;font-weight:500;color:var(--text-secondary);margin-top:8px}.hp-stat-vs{font-size:14px;font-weight:500;color:var(--text-muted)}.hp-problem-header{text-align:center;margin-bottom:64px;position:relative}.hp-problem-header .hp-section-title{font-size:42px;line-height:1.25;letter-spacing:-.5px;max-width:700px;margin:0 auto}.hp-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}.hp-problem-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;padding:40px 36px;position:relative;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.hp-problem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(239,68,68,.5),transparent);opacity:0;transition:opacity .4s}.hp-problem-card:hover{border-color:#ef44444d;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.hp-problem-card:hover:before{opacity:1}.hp-problem-card h3{font-size:22px;font-weight:700;margin-bottom:14px;color:var(--text-primary)}.hp-problem-card p{font-size:15px;color:var(--text-secondary);line-height:1.7;margin:0}.hp-card-graphic{height:160px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;position:relative}.hp-glow{position:absolute;width:120px;height:120px;background:radial-gradient(circle,rgba(239,68,68,.3) 0%,transparent 70%);border-radius:50%;filter:blur(30px);opacity:0;transition:opacity .5s}.hp-problem-card:hover .hp-glow{opacity:.6}.hp-card-icon{width:88px;height:88px;display:flex;align-items:center;justify-content:center;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:20px;margin-bottom:28px;color:#ef4444;transition:all .4s}.hp-problem-card:hover .hp-card-icon{background:#ef444426;border-color:#ef444466;transform:scale(1.05);box-shadow:0 8px 32px #ef444433}.hp-solution{padding:var(--section-padding);background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-base) 100%);position:relative}.hp-solution-header{text-align:center;margin-bottom:64px;position:relative}.hp-dual-layer{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1000px;margin:0 auto;position:relative}.hp-layer-card{background:linear-gradient(145deg,#1c1c20,#131316);border-radius:24px;padding:44px;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);border:1px solid var(--border-color)}.hp-layer-card:after{content:"";position:absolute;top:0;left:20%;right:20%;height:2px;background:var(--layer-gradient);border-radius:0 0 4px 4px;box-shadow:0 0 20px var(--layer-color),0 0 40px var(--layer-color)}.hp-layer-card.hp-admin{--layer-color: rgba(59, 130, 246, .8);--layer-gradient: linear-gradient(90deg, transparent, #3b82f6, transparent)}.hp-layer-card.hp-employee{--layer-color: rgba(139, 92, 246, .8);--layer-gradient: linear-gradient(90deg, transparent, #8b5cf6, transparent)}.hp-layer-card:hover{transform:translateY(-8px) scale(1.01)}.hp-layer-card.hp-admin:hover{box-shadow:0 25px 50px #0006,0 0 80px #3b82f626}.hp-layer-card.hp-employee:hover{box-shadow:0 25px 50px #0006,0 0 80px #8b5cf626}.hp-layer-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border-radius:18px;margin-bottom:28px;position:relative;transition:all .4s}.hp-layer-card.hp-admin .hp-layer-icon{background:linear-gradient(135deg,#3b82f640,#3b82f60d);border:1px solid rgba(59,130,246,.3);color:#60a5fa}.hp-layer-card.hp-employee .hp-layer-icon{background:linear-gradient(135deg,#8b5cf640,#8b5cf60d);border:1px solid rgba(139,92,246,.3);color:#a78bfa}.hp-layer-card:hover .hp-layer-icon{animation:hp-iconFloat 2s ease-in-out infinite}.hp-layer-card.hp-admin:hover .hp-layer-icon{box-shadow:0 8px 32px #3b82f666}.hp-layer-card.hp-employee:hover .hp-layer-icon{box-shadow:0 8px 32px #8b5cf666}.hp-layer-card h3{font-size:26px;font-weight:700;margin-bottom:12px;position:relative}.hp-layer-card .hp-subtitle{font-size:15px;color:var(--text-secondary);margin-bottom:28px;position:relative}.hp-layer-features{list-style:none;position:relative;padding:0;margin:0}.hp-layer-features li{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid rgba(63,63,70,.5);font-size:14px;color:var(--text-secondary);transition:all .3s}.hp-layer-features li:hover{color:var(--text-primary);padding-left:8px}.hp-layer-features li:last-child{border-bottom:none}.hp-layer-features li svg{flex-shrink:0;margin-top:3px;transition:all .3s}.hp-layer-card.hp-admin .hp-layer-features li svg{color:#60a5fa}.hp-layer-card.hp-employee .hp-layer-features li svg{color:#a78bfa}.hp-layer-features li:hover svg{transform:scale(1.2)}.hp-capabilities{padding:var(--section-padding);position:relative}.hp-capabilities:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(59,130,246,.06) 0%,transparent 60%);filter:blur(60px);pointer-events:none}.hp-capabilities-header{text-align:center;margin-bottom:64px;position:relative}.hp-capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}.hp-capability-card{position:relative;background:linear-gradient(160deg,#1a1a1f,#111115);border-radius:20px;padding:32px 28px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;border:1px solid var(--border-color)}.hp-capability-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000004d,0 0 60px #3b82f61f,inset 0 1px #ffffff0d}.hp-capability-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#3b82f633,#3b82f60d);border:1px solid rgba(59,130,246,.25);border-radius:18px;margin:0 auto 24px;color:#60a5fa;position:relative;z-index:1;transition:all .4s}.hp-capability-card:hover .hp-capability-icon{animation:hp-iconFloat 2s ease-in-out infinite;box-shadow:0 8px 32px #3b82f659;border-color:#3b82f680}.hp-capability-card h3{font-size:17px;font-weight:700;margin-bottom:10px;position:relative;z-index:1;transition:color .3s}.hp-capability-card:hover h3{background:linear-gradient(135deg,#fff,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-capability-card p{font-size:14px;color:var(--text-secondary);line-height:1.6;position:relative;z-index:1;margin:0}.hp-compliance{padding:var(--section-padding);background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-base) 100%);position:relative}.hp-compliance:before{content:"";position:absolute;bottom:20%;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.06) 0%,transparent 60%);filter:blur(60px);pointer-events:none}.hp-compliance-header{text-align:center;margin-bottom:64px;position:relative}.hp-compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto;position:relative}.hp-compliance-card{position:relative;background:linear-gradient(155deg,#1a1a1f,#111115);border-radius:20px;padding:36px 28px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;border:1px solid var(--border-color)}.hp-compliance-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000004d,0 0 50px #22c55e1a}.hp-compliance-badge{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#22c55e26,#22c55e08);border:2px solid rgba(34,197,94,.3);border-radius:50%;margin:0 auto 20px;font-size:22px;font-weight:800;color:#4ade80;position:relative;transition:all .4s}.hp-compliance-badge svg{color:#4ade80}.hp-compliance-card:hover .hp-compliance-badge{box-shadow:0 0 30px #22c55e66;animation:hp-iconFloat 2s ease-in-out infinite}.hp-compliance-card h3{font-size:18px;font-weight:700;margin-bottom:10px;position:relative;transition:all .3s}.hp-compliance-card:hover h3{background:linear-gradient(135deg,#fff,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-compliance-card p{font-size:14px;color:var(--text-secondary);line-height:1.6;position:relative;margin:0}.hp-integrations{padding:var(--section-padding);position:relative}.hp-integrations-header{text-align:center;margin-bottom:64px;position:relative}.hp-integrations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:880px;margin:0 auto;position:relative}.hp-integration-card{position:relative;background:linear-gradient(150deg,#1a1a1f,#111115);border-radius:16px;padding:28px 20px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;border:1px solid var(--border-color)}.hp-integration-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 16px 32px #0000004d,0 0 40px #3b82f614}.hp-integration-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:14px;margin:0 auto 14px;font-size:26px;transition:all .4s}.hp-integration-card:hover .hp-integration-icon{background:linear-gradient(135deg,#3b82f626,#8b5cf614);border-color:#3b82f64d;transform:scale(1.1)}.hp-integration-card span{font-size:14px;font-weight:600;color:var(--text-secondary);transition:color .3s}.hp-integration-card:hover span{color:var(--text-primary)}.hp-cta{padding:var(--section-padding);position:relative;overflow:hidden}.hp-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 120%,rgba(59,130,246,.2) 0%,transparent 50%),radial-gradient(ellipse 40% 30% at 30% 80%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(ellipse 40% 30% at 70% 80%,rgba(59,130,246,.1) 0%,transparent 50%)}.hp-cta-content{position:relative;z-index:1;text-align:center;max-width:750px;margin:0 auto;padding:60px 40px;background:linear-gradient(160deg,#1a1a1fcc,#111115cc);border-radius:32px;border:1px solid rgba(59,130,246,.2)}.hp-cta-title{font-size:48px;font-weight:700;margin-bottom:20px;position:relative}.hp-cta-subtitle{font-size:18px;color:var(--text-secondary);margin-bottom:40px;position:relative}.hp-cta-buttons{display:flex;align-items:center;justify-content:center;gap:16px;position:relative}.hp-cta-buttons .hp-btn-primary{box-shadow:0 8px 32px #3b82f666}.hp-cta-buttons .hp-btn-primary:hover:not(:disabled){box-shadow:0 12px 40px #3b82f680}.hp-footer{padding:60px 0;border-top:1px solid var(--border-color)}.hp-footer-content{display:flex;align-items:center;justify-content:space-between}.hp-footer-logo{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:var(--text-primary)}.hp-footer-logo svg{width:28px;height:28px}.hp-footer-links{display:flex;align-items:center;gap:32px}.hp-footer-link{font-size:14px;color:var(--text-secondary);text-decoration:none;transition:color .2s}.hp-footer-link:hover{color:var(--text-primary)}.hp-footer-copyright{font-size:13px;color:var(--text-muted)}@media (max-width: 1024px){.hp-hero-title{font-size:56px}.hp-section-title{font-size:40px}.hp-capabilities-grid,.hp-problem-grid{grid-template-columns:repeat(2,1fr)}.hp-dual-layer{grid-template-columns:1fr}}@media (max-width: 768px){.hp-nav-links{display:none}.hp-hero-title{font-size:40px}.hp-hero-tagline{flex-direction:column;gap:16px}.hp-section-title{font-size:32px}.hp-capabilities-grid,.hp-problem-grid,.hp-compliance-grid{grid-template-columns:1fr}.hp-integrations-grid{grid-template-columns:repeat(2,1fr)}.hp-footer-content{flex-direction:column;gap:24px;text-align:center}.hp-footer-links{flex-wrap:wrap;justify-content:center}.hp-hero-cta,.hp-cta-buttons{flex-direction:column}.hp-problem-stat-hero{flex-direction:column;gap:24px}.hp-stat-vs{display:none}}.hp-how-it-works{padding:120px 0;background:var(--bg-secondary)}.hp-how-it-works-header{text-align:center;margin-bottom:80px}.hp-flow-steps{display:flex;align-items:flex-start;justify-content:center;gap:24px;max-width:1100px;margin:0 auto;position:relative}.hp-flow-step{flex:1;text-align:center;position:relative}.hp-flow-step:not(:last-child):after{content:"";position:absolute;top:44px;right:-12px;width:24px;height:2px;background:linear-gradient(90deg,var(--accent-primary),transparent)}.hp-flow-step-icon{width:88px;height:88px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:2px solid var(--border-color);border-radius:24px;margin:0 auto 20px;color:var(--accent-primary);transition:all .4s}.hp-flow-step:hover .hp-flow-step-icon{border-color:var(--accent-primary);animation:hp-float 2s ease-in-out infinite;box-shadow:0 8px 32px #3b82f633}.hp-flow-step-num{font-size:12px;font-weight:700;color:var(--accent-primary);margin-bottom:8px}.hp-flow-step h4{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.hp-flow-step p{font-size:14px;color:var(--text-secondary);line-height:1.5}.hp-nl-policy{padding:120px 0;position:relative}.hp-nl-policy-header{text-align:center;margin-bottom:64px}.hp-nl-demo{max-width:900px;margin:0 auto;background:linear-gradient(165deg,#1a1a1f,#111115);border:1px solid var(--border-color);border-radius:24px;overflow:hidden}.hp-nl-demo-header{display:flex;align-items:center;gap:12px;padding:20px 28px;background:linear-gradient(90deg,#3b82f61a,#8b5cf61a);border-bottom:1px solid rgba(59,130,246,.2)}.hp-nl-demo-header svg{color:#60a5fa}.hp-nl-demo-header span{font-size:15px;font-weight:600;background:linear-gradient(90deg,#fff,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-nl-demo-content{padding:36px}.hp-nl-step{display:flex;gap:24px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(63,63,70,.4)}.hp-nl-step:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.hp-nl-step-num{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;font-size:16px;font-weight:700;flex-shrink:0;color:#fff}.hp-nl-step-content{flex:1}.hp-nl-step-label{font-size:11px;font-weight:600;color:#60a5fa;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.hp-nl-input{background:#111115cc;border:1px solid rgba(63,63,70,.5);border-radius:14px;padding:18px 22px;font-size:15px;color:var(--text-primary);line-height:1.6}.hp-nl-output{background:linear-gradient(135deg,#0f172a,#1e1b4b);border:1px solid rgba(139,92,246,.3);border-radius:14px;padding:20px 24px;overflow-x:auto}.hp-nl-output pre{margin:0;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-size:13px;line-height:1.6}.hp-nl-output code{color:#c4b5fd}.hp-code-comment{color:#64748b;font-style:italic}.hp-code-keyword{color:#f472b6;font-weight:500}.hp-code-string{color:#4ade80}.hp-nl-deployed{background:#111115cc;border:1px solid rgba(63,63,70,.5);border-radius:14px;padding:18px 22px;display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-primary)}@media (max-width: 768px){.hp-nl-step{flex-direction:column;gap:16px}.hp-nl-demo-content{padding:24px}}@media (max-width: 1024px){.hp-flow-steps{flex-wrap:wrap}.hp-flow-step{flex:0 0 calc(50% - 12px)}.hp-flow-step:nth-child(2):after{display:none}}@media (max-width: 768px){.hp-flow-step{flex:0 0 100%}.hp-flow-step:after{display:none!important}}.hp-signin-page{--bg-base: #09090b;--bg-card: #18181b;--bg-elevated: #1f1f23;--accent-primary: #3b82f6;--accent-gradient: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #71717a;--border-color: #27272a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg-base);color:var(--text-primary);position:relative;overflow:hidden}.hp-signin-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 60%,rgba(99,102,241,.08) 0%,transparent 50%);pointer-events:none}.hp-signin-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,black 20%,transparent 70%);mask-image:radial-gradient(ellipse 80% 50% at 50% 50%,black 20%,transparent 70%);pointer-events:none}.hp-signin-back{position:absolute;top:24px;left:24px;display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;z-index:10}.hp-signin-back:hover{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--accent-primary)}.hp-signin-container{position:relative;z-index:1;display:flex;align-items:center;gap:80px;max-width:1100px;width:100%}.hp-signin-branding{flex:1;max-width:480px}.hp-signin-logo{display:flex;align-items:center;gap:12px;margin-bottom:32px}.hp-signin-logo svg{width:40px;height:40px}.hp-signin-logo span{font-size:24px;font-weight:700;color:var(--text-primary)}.hp-signin-title{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:16px;background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-signin-subtitle{font-size:18px;color:var(--text-secondary);margin-bottom:40px;line-height:1.6}.hp-signin-features{display:flex;flex-direction:column;gap:16px}.hp-signin-feature{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--text-secondary)}.hp-signin-feature svg{color:var(--accent-primary);flex-shrink:0}.hp-signin-card{width:420px;background:linear-gradient(160deg,#18181be6,#111113f2);border:1px solid var(--border-color);border-radius:24px;padding:48px 40px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hp-signin-card-header{text-align:center;margin-bottom:32px}.hp-signin-card-header h2{font-size:28px;font-weight:700;margin-bottom:8px}.hp-signin-card-header p{font-size:14px;color:var(--text-secondary)}.hp-signin-providers{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.hp-signin-provider-btn{display:flex;align-items:center;gap:12px;width:100%;padding:16px 20px;background:var(--bg-elevated);border:1px solid var(--border-color);border-radius:12px;color:var(--text-primary);font-size:15px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.hp-signin-provider-btn:hover{background:linear-gradient(135deg,#3b82f626,#6366f126);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f633}.hp-signin-provider-btn .anticon{font-size:20px;color:var(--accent-primary)}.hp-signin-provider-btn span{flex:1;text-align:left}.hp-signin-provider-btn svg:last-child{opacity:0;transform:translate(-8px);transition:all .3s}.hp-signin-provider-btn:hover svg:last-child{opacity:1;transform:translate(0)}.hp-signin-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;color:var(--text-secondary)}.hp-signin-no-providers{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;text-align:center;color:var(--text-muted)}.hp-signin-no-providers p{font-size:15px;color:var(--text-secondary);margin:0}.hp-signin-no-providers span{font-size:13px}.hp-signin-footer{text-align:center;padding-top:24px;border-top:1px solid var(--border-color)}.hp-signin-footer p{font-size:12px;color:var(--text-muted);margin-bottom:12px}.hp-signin-badges{display:flex;align-items:center;justify-content:center;gap:8px}.hp-signin-badges span{padding:4px 10px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:6px;font-size:11px;font-weight:600;color:#4ade80}@media (max-width: 1024px){.hp-signin-container{flex-direction:column;gap:48px}.hp-signin-branding{text-align:center;max-width:100%}.hp-signin-logo{justify-content:center}.hp-signin-title{font-size:36px}.hp-signin-features{align-items:center}}@media (max-width: 480px){.hp-signin-card{width:100%;padding:32px 24px}.hp-signin-title{font-size:28px}.hp-signin-back{top:16px;left:16px;padding:8px 12px;font-size:13px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-mono: "SF Mono", "Fira Code", "Monaco", "Consolas", monospace;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-lg: 16px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.6;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--spacing-3xl: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;color:#1f1f1f;background-color:#f5f5f5;--bg-base: #f5f5f5;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-card: #ffffff;--bg-elevated: #ffffff;--bg-hover: #f0f0f0;--bg-active: #e8e8e8;--bg-code: #f6f8fa;--text-primary: #1f1f1f;--text-secondary: #8c8c8c;--text-muted: #bfbfbf;--text-disabled: #d9d9d9;--text-link: #1677ff;--border-color: #e8e8e8;--border-color-secondary: #f0f0f0;--border-color-hover: #d9d9d9;--accent-primary: #1677ff;--accent-primary-hover: #4096ff;--accent-secondary: #722ed1;--status-success: #52c41a;--status-success-bg: #f6ffed;--status-success-text: #389e0d;--status-warning: #faad14;--status-warning-bg: #fffbe6;--status-warning-text: #d46b08;--status-error: #f5222d;--status-error-bg: #fff1f0;--status-error-text: #cf1322;--status-info: #1677ff;--status-info-bg: #e6f4ff;--status-info-text: #0958d9;--syntax-comment: #6a9955;--syntax-string: #a31515;--syntax-keyword: #0000ff;--syntax-function: #795e26;--syntax-variable: #001080;--syntax-number: #098658;--syntax-operator: #000000;--syntax-punctuation: #000000;--provider-google: #4285f4;--provider-microsoft: #00a4ef;--provider-okta: #007dc1;--provider-keycloak: #4db33d;--provider-aws: #ff9900;--provider-default: #8c8c8c;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}[data-theme=dark]{color:#fafafa;background-color:#09090b;--bg-base: #09090b;--bg-primary: #0c0c0e;--bg-secondary: #111113;--bg-card: #18181b;--bg-elevated: #1f1f23;--bg-hover: #27272a;--bg-active: #3f3f46;--text-primary: #fafafa;--text-secondary: #a1a1aa;--text-muted: #71717a;--text-disabled: #52525b;--border-color: #27272a;--border-color-secondary: #1f1f23;--border-color-hover: #3f3f46;--accent-primary: #3b82f6;--accent-primary-hover: #2563eb;--accent-secondary: #6366f1;--status-success: #22c55e;--status-success-bg: rgba(34, 197, 94, .1);--status-warning: #f59e0b;--status-warning-bg: rgba(245, 158, 11, .1);--status-error: #ef4444;--status-error-bg: rgba(239, 68, 68, .1);--status-info: #3b82f6;--status-info-bg: rgba(59, 130, 246, .1);--status-success-text: #4ade80;--status-warning-text: #fbbf24;--status-error-text: #f87171;--status-info-text: #60a5fa;--bg-code: #1e1e1e;--text-link: #60a5fa;--syntax-comment: #6a9955;--syntax-string: #ce9178;--syntax-keyword: #569cd6;--syntax-function: #dcdcaa;--syntax-variable: #9cdcfe;--syntax-number: #b5cea8;--syntax-operator: #d4d4d4;--syntax-punctuation: #d4d4d4;--ring-color: rgba(59, 130, 246, .5);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -4px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(59, 130, 246, .1)}[data-theme=dark] .ant-card{background-color:var(--bg-card)!important;border-color:var(--border-color)!important;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,border-color .2s ease}[data-theme=dark] .ant-card:hover{border-color:var(--border-color-hover)!important;box-shadow:var(--shadow-md)}[data-theme=dark] .ant-card-bordered{border:1px solid var(--border-color)!important}[data-theme=dark] .ant-modal-content{background-color:var(--bg-elevated)!important;box-shadow:var(--shadow-lg),var(--shadow-glow)!important}[data-theme=dark] .ant-dropdown .ant-dropdown-menu{background-color:var(--bg-elevated)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}[data-theme=dark] .ant-popover .ant-popover-inner{background-color:var(--bg-elevated)!important;box-shadow:var(--shadow-lg)!important}[data-theme=dark] .ant-select-dropdown{background-color:var(--bg-elevated)!important;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-lg)!important}[data-theme=dark] .ant-drawer .ant-drawer-content{background-color:var(--bg-elevated)!important;box-shadow:var(--shadow-lg)!important}[data-theme=dark] .ant-tooltip .ant-tooltip-inner{background-color:var(--bg-elevated)!important;box-shadow:var(--shadow-md)!important}[data-theme=dark] .markdown-content h1,[data-theme=dark] .markdown-content h2,[data-theme=dark] .markdown-content h3,[data-theme=dark] .markdown-content h4{color:#e6e6e6}[data-theme=dark] .markdown-content code{background:#303030;color:#ff85c0}[data-theme=dark] .markdown-content blockquote{background:#262626;border-left-color:#404040;color:#a6a6a6}[data-theme=dark] .markdown-content th,[data-theme=dark] .markdown-content td{border-color:#404040}[data-theme=dark] .markdown-content th{background:#262626}[data-theme=dark] .markdown-content hr{border-top-color:#303030}[data-theme=dark] .stat-filter-card{background:#1f1f1f;box-shadow:0 1px 2px #0003}[data-theme=dark] .stat-filter-card.active{background:#111d2c}[data-theme=dark] .stat-filter-card .value{color:#e6e6e6}[data-theme=dark] .report-item{border-bottom-color:#303030}[data-theme=dark] .report-item:hover{background:#262626}[data-theme=dark] .ag-theme-alpine{--ag-border-color: var(--border-color);--ag-background-color: var(--bg-card);--ag-header-background-color: var(--bg-elevated);--ag-odd-row-background-color: var(--bg-card);--ag-row-hover-color: var(--bg-hover);--ag-foreground-color: var(--text-primary);--ag-secondary-foreground-color: var(--text-secondary);--ag-header-foreground-color: var(--text-primary);--ag-data-color: var(--text-primary);--ag-row-border-color: var(--border-color-secondary);--ag-control-panel-background-color: var(--bg-card);--ag-subheader-background-color: var(--bg-elevated);--ag-input-border-color: var(--border-color);--ag-input-focus-border-color: var(--accent-primary);--ag-input-disabled-background-color: var(--bg-elevated)}[data-theme=dark] .ag-theme-alpine .ag-root-wrapper{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .ag-theme-alpine .ag-header{background-color:var(--bg-elevated)!important;border-bottom-color:var(--border-color)!important}[data-theme=dark] .ag-theme-alpine .ag-header-cell-text,[data-theme=dark] .ag-theme-alpine .ag-cell{color:var(--text-primary)}[data-theme=dark] .ag-theme-alpine .ag-header-cell-text{color:var(--text-secondary);font-weight:500}[data-theme=dark] .ag-theme-alpine .ag-row{background-color:var(--bg-card)!important}[data-theme=dark] .ag-theme-alpine .ag-row:hover{background-color:var(--bg-hover)!important}[data-theme=dark] .ag-theme-alpine .ag-row,[data-theme=dark] .ag-theme-alpine .ag-row-odd,[data-theme=dark] .ag-theme-alpine .ag-row-even,[data-theme=dark] .ag-theme-alpine .ag-cell{border-bottom-color:var(--border-color-secondary)!important}[data-theme=dark] .ag-theme-alpine .ag-body-viewport{background-color:var(--bg-card)!important}[data-theme=dark] .mcp-badge.allowed{background:#162312;color:#73d13d}[data-theme=dark] .mcp-badge.denied{background:#2a1215;color:#ff7875}[data-theme=dark] .ant-card{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .ant-card-head{background:var(--bg-card)!important;border-bottom-color:var(--border-color-secondary)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-card-body,[data-theme=dark] .ant-table-wrapper{background:var(--bg-card)!important}[data-theme=dark] .ant-table{background:var(--bg-card)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-table-thead>tr>th,[data-theme=dark] .ant-table-thead>tr>td{background:var(--bg-elevated)!important;border-bottom-color:var(--border-color)!important;color:var(--text-secondary)!important;font-weight:500!important}[data-theme=dark] .ant-table-thead>tr>th:before{background-color:var(--border-color)!important}[data-theme=dark] .ant-table-tbody>tr>td{background:var(--bg-card)!important;border-bottom-color:var(--border-color-secondary)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:var(--bg-hover)!important}[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--bg-hover)!important}[data-theme=dark] .ant-table-row{background:var(--bg-card)!important}[data-theme=dark] .ant-table-container{border-color:var(--border-color)!important}[data-theme=dark] .ant-table-cell{border-color:var(--border-color-secondary)!important}[data-theme=dark] .ant-table-content,[data-theme=dark] .ant-table-body,[data-theme=dark] .ant-table-placeholder{background:var(--bg-card)!important}[data-theme=dark] .ant-table-placeholder .ant-empty-description,[data-theme=dark] .ant-pagination{color:var(--text-secondary)!important}[data-theme=dark] .ant-pagination-item a{color:var(--text-primary)!important}[data-theme=dark] .ant-pagination-item-active{background:var(--accent-primary)!important;border-color:var(--accent-primary)!important}[data-theme=dark] .ant-pagination-item-active a{color:#fff!important}[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,[data-theme=dark] .ant-pagination-next .ant-pagination-item-link{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .ant-pagination-disabled .ant-pagination-item-link{color:var(--text-disabled)!important}[data-theme=dark] .ant-pagination-options{color:var(--text-secondary)!important}[data-theme=dark] .ant-pagination-options .ant-select-selector{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-table-pagination{background:var(--bg-card)!important}.ant-table-wrapper .ant-table-pagination{margin:4px 12px!important;padding:0!important;min-height:auto!important}.ant-table-wrapper .ant-table-pagination.ant-pagination{gap:4px;align-items:center}.ant-table-wrapper .ant-pagination-total-text{margin-right:auto;font-size:11px;color:var(--text-secondary);line-height:24px}.ant-table-wrapper .ant-pagination-item,.ant-table-wrapper .ant-pagination-prev,.ant-table-wrapper .ant-pagination-next{min-width:24px!important;height:24px!important;line-height:22px!important;font-size:11px!important;margin:0 2px!important}.ant-table-wrapper .ant-pagination-item a{padding:0 4px}.ant-table-wrapper .ant-pagination-simple .ant-pagination-simple-pager{height:24px!important;line-height:24px!important}.ant-table-wrapper .ant-pagination-simple .ant-pagination-simple-pager input{height:22px!important;padding:0 4px!important}[data-theme=dark] .ant-table-wrapper .ant-pagination-total-text{color:var(--text-secondary)!important}[data-theme=dark] .ant-table-sticky-holder{background:var(--bg-card)!important}[data-theme=dark] .ant-table-sticky-scroll{background:var(--bg-card)!important;border-top-color:var(--border-color)!important}[data-theme=dark] .ant-table-sticky-scroll-bar{background:var(--bg-hover)!important}[data-theme=dark] .ant-table-header,[data-theme=dark] .ant-table-fixed,[data-theme=dark] .ant-table-cell-fix-left,[data-theme=dark] .ant-table-cell-fix-right{background:var(--bg-card)!important}[data-theme=dark] .ant-empty{color:var(--text-secondary)!important}[data-theme=dark] .ant-empty-image svg{fill:var(--text-muted)!important}[data-theme=dark] .ant-spin-nested-loading>div>.ant-spin{background:#09090b99!important}[data-theme=dark] .ant-modal-content{background:var(--bg-elevated)!important}[data-theme=dark] .ant-modal-header{background:var(--bg-elevated)!important;border-bottom-color:var(--border-color)!important}[data-theme=dark] .ant-modal-title{color:var(--text-primary)!important}[data-theme=dark] .ant-modal-footer{background:var(--bg-elevated)!important;border-top-color:var(--border-color)!important}[data-theme=dark] .ant-drawer-content{background:var(--bg-elevated)!important}[data-theme=dark] .ant-drawer-header{background:var(--bg-elevated)!important;border-bottom-color:var(--border-color)!important}[data-theme=dark] .ant-drawer-title{color:var(--text-primary)!important}[data-theme=dark] .ant-drawer-body{background:var(--bg-elevated)!important}[data-theme=dark] .ant-input{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-input:hover{border-color:var(--border-color-hover)!important}[data-theme=dark] .ant-input:focus{border-color:var(--accent-primary)!important;box-shadow:0 0 0 2px var(--ring-color)!important}[data-theme=dark] .ant-input-affix-wrapper{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-input-affix-wrapper:hover{border-color:var(--border-color-hover)!important}[data-theme=dark] .ant-input-affix-wrapper-focused{border-color:var(--accent-primary)!important}[data-theme=dark] .ant-input-affix-wrapper .ant-input{background:transparent!important;color:var(--text-primary)!important}[data-theme=dark] .ant-input-affix-wrapper .ant-input-prefix,[data-theme=dark] .ant-input-affix-wrapper .ant-input-suffix{color:var(--text-muted)!important}[data-theme=dark] .ant-input-search .ant-input-group-addon{background:var(--bg-elevated)!important}[data-theme=dark] .ant-input::placeholder{color:var(--text-muted)!important}[data-theme=dark] .ant-input-clear-icon{color:var(--text-muted)!important}[data-theme=dark] .ant-input-clear-icon:hover{color:var(--text-secondary)!important}[data-theme=dark] .ant-select-selector{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-select:hover .ant-select-selector{border-color:var(--border-color-hover)!important}[data-theme=dark] .ant-select-focused .ant-select-selector{border-color:var(--accent-primary)!important}[data-theme=dark] .ant-select-selection-item{color:var(--text-primary)!important}[data-theme=dark] .ant-select-selection-placeholder,[data-theme=dark] .ant-select-arrow{color:var(--text-muted)!important}[data-theme=dark] .ant-select-clear{background:var(--bg-card)!important;color:var(--text-muted)!important}[data-theme=dark] .ant-select-dropdown{background:var(--bg-elevated)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .ant-select-item{color:var(--text-primary)!important}[data-theme=dark] .ant-select-item-option-active{background:var(--bg-hover)!important}[data-theme=dark] .ant-select-item-option-selected{background:var(--status-info-bg)!important}[data-theme=dark] .ant-tabs-nav{background:transparent!important}[data-theme=dark] .ant-tabs-tab{color:var(--text-muted)!important}[data-theme=dark] .ant-tabs-tab:hover{color:var(--text-secondary)!important}[data-theme=dark] .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--accent-primary)!important}[data-theme=dark] .ant-tabs-content-holder{background:transparent!important}[data-theme=dark] .ant-tabs-ink-bar{background:var(--accent-primary)!important}[data-theme=dark] .ant-dropdown-menu{background:var(--bg-elevated)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .ant-dropdown-menu-item{color:var(--text-primary)!important}[data-theme=dark] .ant-dropdown-menu-item:hover{background:var(--bg-hover)!important}[data-theme=dark] .ant-popover-inner{background:var(--bg-elevated)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .ant-popover-title{border-bottom-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-tooltip-inner{background:var(--bg-elevated)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .ant-layout{background:var(--bg-base)!important}[data-theme=dark] .ant-layout-sider{background:var(--bg-secondary)!important;border-right:1px solid var(--border-color-secondary)!important}[data-theme=dark] .ant-layout-header{background:var(--bg-secondary)!important;border-bottom:1px solid var(--border-color-secondary)!important}[data-theme=dark] .ant-menu{background:transparent!important}[data-theme=dark] .ant-menu-item{color:var(--text-secondary)!important}[data-theme=dark] .ant-menu-item:hover{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-menu-item-selected{background:var(--status-info-bg)!important;color:var(--accent-primary)!important}.ant-menu-submenu-popup,.ant-menu-submenu-popup>.ant-menu,.ant-menu-submenu-popup .ant-menu-sub{background:#000000e0!important;border:none!important;border-radius:6px!important;box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d!important;padding:6px 8px!important;min-width:fit-content!important;width:auto!important;max-width:none!important}.ant-menu-submenu-popup .ant-menu{background:transparent!important;border:none!important;box-shadow:none!important}.ant-menu-submenu-popup .ant-menu-item{color:#ffffffe0!important;margin:0!important;padding:5px 8px!important;height:auto!important;line-height:1.5!important;border-radius:4px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:unset!important;width:auto!important;min-width:fit-content!important}.ant-menu-submenu-popup .ant-menu-item:hover{background:#ffffff1f!important;color:#fff!important}.ant-menu-submenu-popup .ant-menu-item-selected{background:#ffffff2e!important;color:#fff!important}.ant-menu-submenu-popup .ant-menu-item .ant-menu-item-icon{color:#ffffffb3!important;margin-right:8px!important}.ant-menu-submenu-popup .ant-menu-item:hover .ant-menu-item-icon,.ant-menu-submenu-popup .ant-menu-item-selected .ant-menu-item-icon{color:#fff!important}.ant-menu-submenu-popup .ant-menu-title-content{color:#ffffffe0!important;white-space:nowrap!important;overflow:visible!important;text-overflow:unset!important;max-width:none!important}[data-theme=dark] .ant-menu-submenu-popup,[data-theme=dark] .ant-menu-submenu-popup>.ant-menu,[data-theme=dark] .ant-menu-submenu-popup .ant-menu-sub{background:#000000e0!important;border:none!important}[data-theme=dark] .ant-menu-submenu-popup .ant-menu-item{color:#ffffffe0!important}[data-theme=dark] .ant-menu-submenu-popup .ant-menu-item:hover{background:#ffffff1f!important}[data-theme=dark] .ant-menu-submenu-popup .ant-menu-item-selected{background:#ffffff2e!important;color:#fff!important}[data-theme=dark] .ant-menu-submenu-popup .ant-menu-title-content{color:#ffffffe0!important}[data-theme=dark] .ant-pagination-item{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .ant-pagination-item a{color:var(--text-secondary)!important}[data-theme=dark] .ant-pagination-item:hover{border-color:var(--accent-primary)!important}[data-theme=dark] .ant-pagination-item:hover a{color:var(--accent-primary)!important}[data-theme=dark] .ant-pagination-item-active{background:var(--status-info-bg)!important;border-color:var(--accent-primary)!important}[data-theme=dark] .ant-pagination-item-active a{color:var(--accent-primary)!important}[data-theme=dark] .ant-collapse{background:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .ant-collapse-header{background:var(--bg-card)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-collapse-content{background:var(--bg-card)!important;border-top-color:var(--border-color)!important}[data-theme=dark] .ant-empty-description{color:var(--text-muted)!important}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label{background:var(--bg-elevated)!important}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-content{background:var(--bg-card)!important}[data-theme=dark] .ant-list-item{border-bottom-color:var(--border-color-secondary)!important}[data-theme=dark] .ant-tag{background:var(--bg-elevated)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .ant-form-item-label>label{color:var(--text-primary)!important}[data-theme=dark] .ant-typography{color:var(--text-primary)!important}[data-theme=dark] .ant-typography.ant-typography-secondary{color:var(--text-secondary)!important}[data-theme=dark] .ant-divider,[data-theme=dark] .ant-alert{border-color:var(--border-color)!important}[data-theme=dark] .ant-alert-info{background:var(--status-info-bg)!important;border-color:var(--accent-primary)!important}[data-theme=dark] .ant-alert-success{background:var(--status-success-bg)!important;border-color:var(--status-success)!important}[data-theme=dark] .ant-alert-warning{background:var(--status-warning-bg)!important;border-color:var(--status-warning)!important}[data-theme=dark] .ant-alert-error{background:var(--status-error-bg)!important;border-color:var(--status-error)!important}[data-theme=dark] .ant-switch{background:var(--bg-active)!important}[data-theme=dark] .ant-switch-checked{background:var(--accent-primary)!important}[data-theme=dark] .ant-btn-default{background:var(--bg-card)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .ant-btn-default:hover{border-color:var(--accent-primary)!important;color:var(--accent-primary)!important}[data-theme=dark] .ant-btn-text{color:var(--text-secondary)!important}[data-theme=dark] .ant-btn-text:hover{background:var(--bg-hover)!important;color:var(--text-primary)!important}[data-theme=dark] .remote-grid>div,[data-theme=dark] .scrollable-content>div>div{background:var(--bg-card)!important}[data-theme=dark] div[style*="background: white"],[data-theme=dark] div[style*="background:#fff"],[data-theme=dark] div[style*="background: #fff"],[data-theme=dark] div[style*="background-color: white"],[data-theme=dark] div[style*="background-color:#fff"],[data-theme=dark] div[style*="background-color: #fff"],[data-theme=dark] div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] div[style*="background-color: rgb(255, 255, 255)"]{background:var(--bg-card)!important}[data-theme=dark] div[style*="background: #f5f5f5"],[data-theme=dark] div[style*="background-color: #f5f5f5"],[data-theme=dark] div[style*="background: #fafafa"],[data-theme=dark] div[style*="background-color: #fafafa"],[data-theme=dark] div[style*="background: #f0f0f0"],[data-theme=dark] div[style*="background-color: #f0f0f0"]{background:var(--bg-elevated)!important}[data-theme=dark] div[style*="border: 1px solid #f0f0f0"],[data-theme=dark] div[style*="border: 1px solid #e8e8e8"],[data-theme=dark] div[style*="border: 1px solid #d9d9d9"],[data-theme=dark] div[style*="border-bottom: 1px solid #f0f0f0"],[data-theme=dark] div[style*="border-bottom: 1px solid #f5f5f5"],[data-theme=dark] div[style*="border-bottom: 1px solid #d9d9d9"],[data-theme=dark] div[style*="border-top: 1px solid #f0f0f0"],[data-theme=dark] div[style*="border-right: 1px solid #f0f0f0"],[data-theme=dark] *[style*="borderColor: #d9d9d9"],[data-theme=dark] *[style*="border-color: #d9d9d9"],[data-theme=dark] *[style*="borderColor: #e8e8e8"],[data-theme=dark] *[style*="borderColor: #f0f0f0"]{border-color:var(--border-color)!important}[data-theme=dark] div[style*="background: #fafafa"]:hover,[data-theme=dark] div[style*="background: transparent"]:hover{background:var(--bg-hover)!important}[data-theme=dark] div[style*="backgroundColor: #ffffff"],[data-theme=dark] div[style*='backgroundColor: "#ffffff"'],[data-theme=dark] div[style*="background-color: #ffffff"]{background-color:var(--bg-card)!important}[data-theme=dark] div[style*="background-color: #f0f5ff"],[data-theme=dark] div[style*='backgroundColor: "#f0f5ff"'],[data-theme=dark] div[style*="backgroundColor: #f0f5ff"]{background-color:var(--status-info-bg)!important}[data-theme=dark] span[style*="backgroundColor: #f0f0f0"],[data-theme=dark] span[style*="background-color: #f0f0f0"]{background-color:var(--bg-elevated)!important;color:var(--text-secondary)!important}[data-theme=dark] .ant-tag[style*=background],[data-theme=dark] span.ant-tag[style*=background]{background-color:var(--bg-elevated)!important;border-color:var(--border-color)!important;color:var(--text-secondary)!important}[data-theme=dark] .ant-tag-green,[data-theme=dark] .ant-tag-success,[data-theme=dark] .ant-tag[color=green],[data-theme=dark] .ant-tag[color=success]{background-color:var(--status-success-bg)!important;border-color:#22c55e4d!important;color:var(--status-success)!important}[data-theme=dark] .ant-tag-gold,[data-theme=dark] .ant-tag-warning,[data-theme=dark] .ant-tag[color=gold],[data-theme=dark] .ant-tag[color=warning]{background-color:var(--status-warning-bg)!important;border-color:#f59e0b4d!important;color:var(--status-warning)!important}[data-theme=dark] .ant-tag-red,[data-theme=dark] .ant-tag-error,[data-theme=dark] .ant-tag[color=red],[data-theme=dark] .ant-tag[color=error]{background-color:var(--status-error-bg)!important;border-color:#ef44444d!important;color:var(--status-error)!important}[data-theme=dark] .ant-tag-blue,[data-theme=dark] .ant-tag[color=blue]{background-color:var(--status-info-bg)!important;border-color:#3b82f64d!important;color:var(--accent-primary)!important}[data-theme=dark] div[style*="background-color: #f6f8fa"],[data-theme=dark] div[style*="backgroundColor: #f6f8fa"]{background-color:var(--bg-elevated)!important;border-color:var(--border-color)!important}[data-theme=dark] pre[style*="color: #24292e"]{color:var(--text-primary)!important}[data-theme=dark] .ant-tag[style*="background-color: #e6f7ff"],[data-theme=dark] .ant-tag[style*="backgroundColor: #e6f7ff"]{background-color:var(--status-info-bg)!important;border-color:#3b82f64d!important;color:var(--accent-primary)!important}[data-theme=dark] .ant-tag[style*="background-color: #fff7e6"],[data-theme=dark] .ant-tag[style*="backgroundColor: #fff7e6"]{background-color:var(--status-warning-bg)!important}[data-theme=dark] .ant-tag[style*="background-color: #f6ffed"],[data-theme=dark] .ant-tag[style*="backgroundColor: #f6ffed"]{background-color:var(--status-success-bg)!important}body{margin:0;min-height:100vh;transition:background-color .2s ease,color .2s ease}#root{min-height:100vh}.app-shell{height:100vh;overflow:hidden}.remote-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.ag-theme-alpine{--ag-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ag-font-size: 12px;--ag-header-font-size: 14px;--ag-row-height: 36px;--ag-header-height: 36px;--ag-border-color: #e5e7eb;--ag-row-border-color: transparent}.ag-theme-alpine .ag-root-wrapper{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ag-theme-alpine .ag-header-cell-text,.ag-theme-alpine .ag-cell{font-family:inherit;font-size:12px;font-weight:400;color:#6b7280}.ag-theme-alpine .ag-header-cell-text{font-weight:700;font-size:14px;color:#4b5563}.ag-theme-alpine .ag-row,.ag-theme-alpine .ag-row-odd,.ag-theme-alpine .ag-row-even{border-bottom:1px solid #f5f5f5!important}.ag-theme-alpine .ag-cell{border-bottom:1px solid #f5f5f5!important;border-right:none!important}.ant-input::placeholder,.ant-input-number-input::placeholder{color:#bbb!important;opacity:1}.ant-input-textarea textarea::placeholder{color:#bbb!important;opacity:1}.scrollable-content{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;padding:24px!important;overflow-y:scroll!important}.markdown-content{line-height:1.6}.markdown-content p{margin:0 0 .75em}.markdown-content p:last-child{margin-bottom:0}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{margin:1em 0 .5em;font-weight:600;color:#1f1f1f}.markdown-content h1:first-child,.markdown-content h2:first-child,.markdown-content h3:first-child,.markdown-content h4:first-child{margin-top:0}.markdown-content h1{font-size:1.4em}.markdown-content h2{font-size:1.25em}.markdown-content h3{font-size:1.1em}.markdown-content h4{font-size:1em}.markdown-content ul,.markdown-content ol{margin:.5em 0;padding-left:1.5em}.markdown-content li{margin:.25em 0}.markdown-content code{background:#f0f0f0;padding:.15em .4em;border-radius:4px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em;color:#c41d7f}.markdown-content pre{background:#1f1f1f;padding:12px 16px;border-radius:6px;overflow-x:auto;margin:.75em 0}.markdown-content pre code{background:none;padding:0;color:#e6e6e6;font-size:.85em}.markdown-content blockquote{margin:.75em 0;padding:.5em 1em;border-left:3px solid #d9d9d9;background:#fafafa;color:#595959}.markdown-content table{border-collapse:collapse;margin:.75em 0;font-size:.9em}.markdown-content th,.markdown-content td{border:1px solid #d9d9d9;padding:8px 12px;text-align:left}.markdown-content th{background:#fafafa;font-weight:600}.markdown-content a{color:#1890ff;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content strong{font-weight:600}.markdown-content em{font-style:italic}.markdown-content hr{border:none;border-top:1px solid #e8e8e8;margin:1em 0}.stats-filter-row{display:flex;gap:12px;flex-wrap:wrap;padding:16px;background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:16px}.stat-filter-card{background:var(--bg-hover);border-radius:8px;padding:12px 16px;min-width:120px;cursor:pointer;border:2px solid transparent;transition:all .2s}.stat-filter-card:hover{border-color:var(--accent-primary)}.stat-filter-card.active{border-color:var(--accent-primary);background:var(--status-info-bg)}.stat-filter-card .label{font-size:12px;color:var(--text-secondary);margin-bottom:4px;display:flex;align-items:center;gap:6px}.stat-filter-card .value{font-size:20px;font-weight:600;color:var(--text-primary)}.stat-filter-card .dept-dot{width:8px;height:8px;border-radius:50%}.employee-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff;flex-shrink:0}.employee-avatar-small{width:32px;height:32px;font-size:12px}.employee-avatar-large{width:80px;height:80px;font-size:28px}.level-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.level-badge .stars{color:#faad14}.dept-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.access-admin{color:#ff4d4f}.access-elevated{color:#fa8c16}.access-standard{color:#1890ff}.access-minimal{color:#8c8c8c}.mcp-access-list{display:flex;gap:6px;flex-wrap:wrap}.mcp-badge{padding:2px 8px;border-radius:4px;font-size:11px;display:inline-flex;align-items:center;gap:4px}.mcp-badge.allowed{background:#f6ffed;color:#52c41a}.mcp-badge.denied{background:#fff1f0;color:#ff4d4f}.reports-list{list-style:none;padding:0;margin:0}.report-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.report-item:hover{background:#fafafa;margin:0 -12px;padding-left:12px;padding-right:12px}.report-item:last-child{border-bottom:none}.report-item .info{flex:1}.report-item .name{font-weight:500}.report-item .role{font-size:12px;color:#8c8c8c}.page-container{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-tabs{height:100%;display:flex;flex-direction:column}.page-tabs .ant-tabs-nav{margin-bottom:0;padding:0 24px;background:var(--bg-primary);border-bottom:1px solid var(--border-color-secondary)}.page-tabs .ant-tabs-content-holder{flex:1;overflow:auto;padding:24px;background:var(--bg-secondary)}.page-tabs .ant-tabs-content,.page-tabs .ant-tabs-tabpane{height:100%}[data-theme=dark] .page-tabs .ant-tabs-nav{background:var(--bg-card);border-bottom-color:var(--border-color)}[data-theme=dark] .page-tabs .ant-tabs-content-holder{background:var(--bg-base)}.refresh-btn{padding:8px;border:1px solid var(--border-color-secondary);border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s;background:var(--bg-primary)}.refresh-btn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}[data-theme=dark] .refresh-btn{background:var(--bg-card);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .refresh-btn:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.page-card{background:var(--bg-primary);border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden}[data-theme=dark] .page-card{background:var(--bg-card);box-shadow:var(--shadow-sm)}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;padding:4px 10px;border-radius:4px;min-width:80px;justify-content:center}.status-badge.blocked{background:var(--status-error-bg);color:var(--status-error)}.status-badge.modified{background:var(--status-warning-bg);color:var(--status-warning)}.status-badge.allowed{background:var(--status-success-bg);color:var(--status-success)}[data-theme=dark] .status-badge.blocked{background:#ef444426;color:#f87171}[data-theme=dark] .status-badge.modified{background:#f59e0b26;color:#fbbf24}[data-theme=dark] .status-badge.allowed{background:#22c55e26;color:#4ade80}.meta-tag{font-size:12px;padding:3px 8px;border-radius:4px;background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color-secondary)}[data-theme=dark] .meta-tag{background:var(--bg-hover);color:var(--text-secondary);border-color:var(--border-color)}.drawer-title{display:flex;align-items:center;gap:12px}.drawer-content{padding:0}.drawer-section{margin-bottom:24px}.drawer-section-title{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.drawer-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.drawer-section-header .drawer-section-title{margin-bottom:0;display:flex;align-items:center;gap:8px}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.overview-item{display:flex;flex-direction:column;gap:4px}.overview-label{font-size:11px;color:var(--text-muted);text-transform:uppercase}.overview-value{font-size:14px;color:var(--text-primary);font-weight:500}.reason-box{padding:12px 16px;border-radius:6px;font-size:13px;line-height:1.5}.reason-box.blocked{background:var(--status-error-bg);border:1px solid rgba(245,34,45,.3);color:var(--status-error)}.reason-box.modified{background:var(--status-warning-bg);border:1px solid rgba(250,173,20,.3);color:#ad6800}.reason-box.allowed{background:var(--status-success-bg);border:1px solid rgba(82,196,26,.3);color:#389e0d}[data-theme=dark] .reason-box.blocked{background:#ef44441a;border-color:#ef44444d;color:#f87171}[data-theme=dark] .reason-box.modified{background:#f59e0b1a;border-color:#f59e0b4d;color:#fbbf24}[data-theme=dark] .reason-box.allowed{background:#22c55e1a;border-color:#22c55e4d;color:#4ade80}.rule-name{font-family:monospace;font-size:13px;margin-bottom:8px;font-weight:600;color:var(--text-primary)}.rule-description{font-size:13px;line-height:1.5;color:var(--text-secondary)}.json-block{background:#1f1f1f;color:#e6e6e6;padding:16px;border-radius:6px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;line-height:1.5;overflow-x:auto;max-height:300px;overflow-y:auto;margin:0;white-space:pre-wrap;word-break:break-all}.json-block.ungated{border:2px solid var(--status-info);background:#1a1a2e}[data-theme=dark] .json-block.ungated{border-color:var(--status-info);background:#1a1a2e}.content-size{font-weight:400;font-size:11px;color:var(--text-muted);text-transform:none;letter-spacing:normal}.copy-btn{font-size:14px;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.copy-btn:hover{color:var(--accent-primary);background:var(--bg-hover)}.response-controls{display:flex;align-items:center;gap:12px}.response-controls .ant-radio-group{display:flex}.response-controls .ant-radio-button-wrapper{font-size:11px;padding:0 10px;height:24px;line-height:22px}[data-theme=dark] .response-controls .ant-radio-button-wrapper{background:var(--bg-secondary);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .response-controls .ant-radio-button-wrapper-checked{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}[data-theme=dark] .response-controls .ant-radio-button-wrapper:hover{color:var(--accent-primary)}.loading-ungated{text-align:center;padding:32px;color:var(--text-muted);font-style:italic;background:var(--bg-hover);border-radius:6px}.ungated-checkbox{font-size:12px}.ungated-checkbox .ant-checkbox-wrapper{color:var(--text-secondary)}
