*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a2e;line-height:1.6;overflow-x:hidden;width:100%;max-width:100vw}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}:root{--enterprise-primary: #2c8b07;--enterprise-primary-dark: #1f6505;--enterprise-secondary: #0ea5e9;--enterprise-dark: #1a1a2e;--enterprise-gray: #64748b;--enterprise-light-gray: #f1f5f9;--enterprise-white: #ffffff;--enterprise-success: #10b981;--enterprise-warning: #f59e0b;--enterprise-error: #ef4444}.enterprise-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0000001a}.enterprise-nav{width:100%}.enterprise-nav-container{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px}.enterprise-brand{display:flex;align-items:center}.enterprise-logo-link{display:flex;align-items:center;text-decoration:none;gap:12px}.enterprise-logo-img{height:40px;width:auto}.enterprise-logo-text{font-size:1.25rem;font-weight:700;color:#1a1a2e}.enterprise-header-badge{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:rgba(44,139,7,.12);color:#2c8b07;padding:6px 12px;border-radius:20px;line-height:1;display:inline-flex;align-items:center;justify-content:center;align-self:center;height:24px;box-sizing:border-box}.enterprise-menu-toggle{display:none;border:none;background:transparent;padding:12px;cursor:pointer;z-index:1001;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.hamburger span{display:block;height:2px;width:100%;background:#1a1a2e;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.enterprise-nav-menu{display:flex;align-items:center;gap:32px}.enterprise-nav-links{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.enterprise-nav-link{font-size:.95rem;font-weight:500;color:#64748b;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .2s ease}.enterprise-nav-link:hover{color:#1a1a2e;background:#f1f5f9}.enterprise-nav-link.active{color:#2c8b07;background:rgba(44,139,7,.08)}.enterprise-nav-actions{display:flex;align-items:center;gap:16px}.enterprise-user-menu,.enterprise-auth-buttons{display:flex;align-items:center;gap:12px}.enterprise-btn{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;padding:10px 18px;border-radius:6px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none}.enterprise-nav-actions .enterprise-btn{font-size:.8rem;padding:8px 14px;height:auto}.enterprise-btn-primary{background:linear-gradient(135deg,#2c8b07,#1f6505);color:#fff}.enterprise-btn-primary:hover{background:linear-gradient(135deg,#1f6505,#174604);transform:translateY(-1px);box-shadow:0 4px 12px #2c8b074d}.enterprise-btn-secondary{background:#1a1a2e;color:#fff}.enterprise-btn-secondary:hover{background:#2d2d4a}.enterprise-btn-outline{background:transparent;color:#1a1a2e;border:1px solid #e2e8f0}.enterprise-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.enterprise-login-link{font-size:.85rem;font-weight:500;color:#2c8b07;text-decoration:none;padding:8px}.enterprise-login-link:hover{text-decoration:underline}@media (max-width: 768px){.enterprise-header{z-index:9999}.enterprise-nav-container{height:64px;position:relative}.enterprise-menu-toggle{display:flex;align-items:center;justify-content:center;z-index:10001}.enterprise-nav-menu{position:absolute;top:64px;left:0;right:0;background:white;flex-direction:column;justify-content:flex-start;padding:16px 24px 24px;gap:8px;box-shadow:0 8px 24px #0000001f;border-top:1px solid #e2e8f0;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;z-index:10000}.enterprise-nav-menu.show{max-height:calc(100vh - 64px);overflow-y:auto;opacity:1;padding:24px}.enterprise-nav-links{flex-direction:column;width:100%;gap:4px;align-items:stretch}.enterprise-nav-links li{width:100%}.enterprise-nav-link{width:100%;padding:16px;font-size:1.1rem;border-radius:12px;display:block;text-align:left}.enterprise-nav-link:hover,.enterprise-nav-link.active{background:rgba(44,139,7,.08)}.enterprise-nav-actions{flex-direction:column;width:100%;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0;gap:12px}.enterprise-auth-buttons,.enterprise-user-menu{flex-direction:column;width:100%;gap:12px}.enterprise-btn{width:100%;padding:16px 24px;font-size:1rem;justify-content:center}.enterprise-login-link{display:block;text-align:center;padding:16px;font-size:1rem;width:100%}.enterprise-logo-text{font-size:1rem}.enterprise-header-badge{font-size:.55rem;padding:4px 8px}}.enterprise-footer{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);color:#0f172a;padding:64px 0 32px;margin-top:auto}.enterprise-footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.enterprise-footer-grid{display:flex;flex-direction:column;align-items:center;gap:40px;margin-bottom:32px}.enterprise-footer-brand{text-align:center}.enterprise-footer-logo{display:inline-flex;align-items:center;text-decoration:none;gap:12px;margin-bottom:16px}.enterprise-footer-logo-img{height:36px;width:auto}.enterprise-footer-logo-text{font-size:1.15rem;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:8px}.enterprise-footer-badge{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:rgba(44,139,7,.12);color:#2c8b07;padding:3px 8px;border-radius:12px}.enterprise-footer-tagline{font-size:.9rem;color:#64748b;line-height:1.6;margin:0;max-width:400px}.enterprise-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 32px}.enterprise-footer-links a{font-size:15px;font-weight:600;color:#334155;text-decoration:none;transition:color .2s ease}.enterprise-footer-links a:hover{color:#2c8b07}.enterprise-footer-bottom{display:flex;align-items:center;justify-content:center;padding-top:32px;border-top:1px solid #e2e8f0}.enterprise-footer-copyright{font-size:14px;color:#64748b;margin:0;text-align:center}@media (max-width: 768px){.enterprise-footer{padding:48px 0 24px}.enterprise-footer-grid{gap:32px}.enterprise-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;text-align:center;width:100%;max-width:300px}.enterprise-footer-links a{font-size:14px}.enterprise-footer-copyright{font-size:13px}}.App{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%;max-width:100vw}.app-layout{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}.main-content{flex:1;overflow-x:hidden;width:100%}:root{--ent-primary: #2c8b07;--ent-primary-hover: #3bbc09;--ent-primary-light: #effaf0;--ent-text: #0f172a;--ent-text-muted: #64748b;--ent-border: #e2e8f0;--ent-surface: #f8fafc;--ent-white: #ffffff;--ent-blue: #0ea5e9;--ent-dark-bg: #0a0a0a;--ent-dark-surface: #1a1a1a;--ent-dark-border: #2a2a2a;--ent-dark-text: #ffffff;--ent-dark-text-muted: #a1a1a1;--ent-grey-light: #f5f5f5;--ent-grey-dark: #171717;--ent-blue-primary: #0ea5e9;--ent-blue-dark: #0284c7;--ent-blue-light: #e0f2fe;--ent-blue-surface: #f0f9ff;--ent-indigo: #6366f1;--ent-indigo-dark: #4f46e5}.enterprise-page{padding:0;overflow-x:hidden;width:100%;max-width:100vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;box-sizing:border-box}.enterprise-page *,.enterprise-page *:before,.enterprise-page *:after{box-sizing:border-box}.enterprise-hero{position:relative;padding:140px 0 100px;min-height:70vh;display:flex;align-items:center;background:linear-gradient(135deg,#f0fdf4 0%,#ffffff 50%,#f0f9ff 100%);overflow:hidden}.enterprise-hero--dark{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%)}.enterprise-hero--dark h1{background:linear-gradient(135deg,#ffffff 0%,#d4d4d4 100%)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;padding-bottom:4px}.enterprise-hero--dark p{color:#f5f5f5!important;opacity:1}.enterprise-hero--blue{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#dbeafe 100%)}.enterprise-hero--blue:before{background:radial-gradient(circle,rgba(14,165,233,.12) 0%,transparent 70%)}.enterprise-hero--blue:after{background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%)}.enterprise-hero--blue h1{background:linear-gradient(135deg,#0284c7 0%,#6366f1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.enterprise-hero--blue p{color:#475569}.enterprise-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(44,139,7,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.enterprise-hero:after{content:"";position:absolute;bottom:-30%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(14,165,233,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.enterprise-hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px;text-align:center}.enterprise-hero h1{font-size:clamp(36px,5vw,64px);line-height:1.1;font-weight:900;letter-spacing:-.03em;color:#0f172a;margin-bottom:24px;max-width:900px;margin-left:auto;margin-right:auto}.enterprise-hero p{font-size:clamp(18px,2.5vw,24px);line-height:1.6;color:var(--ent-text-muted);max-width:800px;margin:0 auto 40px;font-weight:400}.enterprise-hero-actions{display:inline-flex;gap:14px;align-items:center;flex-wrap:wrap;justify-content:center}.enterprise-btn{display:inline-flex;align-items:center;gap:10px;border-radius:12px;padding:18px 36px;font-size:17px;font-weight:700;border:2px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none}.enterprise-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.enterprise-btn:hover:before{opacity:1}.enterprise-btn-primary{background:linear-gradient(135deg,#2c8b07 0%,#247307 100%);color:#fff;box-shadow:0 12px 24px -8px #2c8b0766,0 4px 12px -2px #2c8b0733}.enterprise-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px -8px #2c8b0780,0 6px 16px -2px #2c8b074d}.enterprise-btn-secondary{background:#fff;border-color:var(--ent-border);color:var(--ent-text);box-shadow:0 4px 12px -2px #0f172a14}.enterprise-btn-secondary:hover{background:var(--ent-surface);border-color:var(--ent-primary);color:var(--ent-primary);transform:translateY(-2px)}.enterprise-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.enterprise-section{padding:60px 40px;position:relative}.enterprise-section-inner{max-width:1400px;margin:0 auto}.enterprise-section-title{text-align:center;font-size:clamp(32px,4vw,48px);font-weight:900;letter-spacing:-.02em;margin-bottom:16px;color:#0f172a;background-clip:text;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;line-height:1.3;padding:4px 0}.enterprise-section-subtitle{text-align:center;color:var(--ent-text-muted);font-size:clamp(16px,2vw,20px);line-height:1.6;margin-bottom:64px;max-width:800px;margin-left:auto;margin-right:auto}.enterprise-section--gray{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}.enterprise-section--white{background:#ffffff}.enterprise-dashboard{background:#fafbfc;min-height:100vh}.ent-topbar{display:flex;align-items:center;justify-content:space-between;padding:24px 40px;border-bottom:1px solid var(--ent-border);background:#fff;position:sticky;top:0;z-index:5;box-shadow:0 1px 3px #0f172a0a}.ent-topbar h2{margin:6px 0 0;font-size:24px;font-weight:700;color:var(--ent-text);letter-spacing:-.01em}.ent-topbar-label{color:var(--ent-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px;margin:0}.ent-topbar-seats{margin:8px 0 0;font-size:14px;color:var(--ent-text-muted);font-weight:500}.ent-topbar-actions{display:flex;align-items:center;gap:12px}.ent-tabs{display:flex;gap:4px;padding:0 40px;border-bottom:1px solid var(--ent-border);background:#fff;position:sticky;top:82px;z-index:4}.ent-tab{border:none;background:transparent;border-bottom:2px solid transparent;padding:16px 20px;cursor:pointer;font-weight:600;font-size:14px;color:var(--ent-text-muted);transition:all .2s ease;position:relative}.ent-tab.is-active{border-bottom-color:var(--ent-primary);color:var(--ent-primary);background:transparent}.ent-tab:hover:not(.is-active){color:var(--ent-text);background:var(--ent-surface)}.ent-grid{display:grid;gap:20px}.ent-grid-2{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.ent-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ent-grid-4{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@media (min-width: 1400px){.ent-grid-4{grid-template-columns:repeat(4,1fr)}}.ent-card{background:#fff;border:1px solid var(--ent-border);border-radius:12px;padding:24px;box-shadow:0 1px 3px #0f172a14;transition:box-shadow .2s ease}.ent-card:hover{box-shadow:0 4px 12px #0f172a1f}.ent-card-wide{grid-column:1 / -1}.ent-card-metric h3,.ent-card-value{margin:8px 0 4px;font-size:32px;font-weight:700;color:var(--ent-text);letter-spacing:-.02em}.ent-card-label{color:var(--ent-text-muted);margin:0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ent-card-hint{color:var(--ent-text-muted);margin:0;font-size:13px;line-height:1.5}.ent-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--ent-border)}.ent-card-header h4{margin:0;font-size:16px;font-weight:700;color:var(--ent-text);letter-spacing:-.01em}.ent-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--ent-surface);color:var(--ent-text-muted);border-radius:6px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--ent-border)}.ent-chip-muted{background:#eef2ff;color:#312e81}.ent-chip-removable{display:inline-flex;align-items:center;gap:6px;padding-right:6px}.ent-chip-removable button{border:none;background:transparent;cursor:pointer;color:inherit;font-size:14px}.ent-table{width:100%;border:1px solid var(--ent-border);border-radius:8px;overflow:hidden;background:#fff}.ent-table-head{background:var(--ent-surface);color:var(--ent-text);font-weight:700}.ent-table-row{display:grid;grid-template-columns:repeat(2,1fr);padding:14px 16px;border-bottom:1px solid var(--ent-border);transition:background .15s ease}.ent-table-row:hover{background:var(--ent-surface)}.ent-table-grid .ent-table-row{grid-template-columns:1.4fr .6fr .8fr .8fr}.ent-table-row:last-child{border-bottom:none}.ent-table-value{text-align:right;font-weight:700}.ent-strong{font-weight:700}.ent-muted{color:var(--ent-text-muted);font-size:14px}.ent-empty{color:var(--ent-text-muted);font-style:italic;font-size:13px;line-height:1.5;margin:12px 0 0}.ent-list-editor{display:flex;flex-direction:column;gap:12px}.ent-list-form{display:grid;grid-template-columns:.8fr 1.2fr auto;gap:10px;align-items:center}.ent-list-form select,.ent-list-form input{height:38px;padding:8px 12px}.ent-list-form button{height:38px;padding:0 20px}.ent-btn-compact{height:38px!important;padding:0 20px!important;font-size:14px!important}.ent-chips{display:flex;flex-wrap:wrap;gap:8px}.ent-input,.ent-list-form input,.ent-list-form textarea{width:100%;border:1px solid var(--ent-border);border-radius:8px;padding:10px 12px;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;color:var(--ent-text)}.ent-input:focus,.ent-list-form input:focus,.ent-list-form textarea:focus{outline:none;border-color:var(--ent-primary);box-shadow:0 0 0 3px #2c8b071a}.ent-label{display:block;margin-bottom:6px;font-weight:600}.ent-chip-small{display:inline-block;padding:2px 6px;border-radius:6px;background:var(--ent-surface);color:var(--ent-text-muted);font-size:11px;margin-right:6px;text-transform:uppercase}.ent-overview{display:flex;flex-direction:column;gap:28px}.ent-card-metric{position:relative;overflow:hidden}.ent-card-metric:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--ent-primary);opacity:0;transition:opacity .3s ease}.ent-card-metric:hover:before{opacity:1}.ent-risk-chart{margin:12px 0}.ent-risk-bar-container{display:flex;height:10px;border-radius:6px;overflow:hidden;background:var(--ent-surface);border:1px solid var(--ent-border)}.ent-risk-bar{height:100%;transition:width .3s ease}.ent-risk-high{background:#dc2626}.ent-risk-medium{background:#f59e0b}.ent-risk-low{background:#10b981}.ent-risk-label-with-dot{display:flex;align-items:center;gap:10px}.ent-risk-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ent-risk-dot-high{background:#dc2626}.ent-risk-dot-medium{background:#f59e0b}.ent-risk-dot-low{background:#10b981}.ent-risk-text{font-weight:500;font-size:14px;color:var(--ent-text)}.ent-risk-table{margin-top:20px;border:1px solid var(--ent-border);border-radius:8px;overflow:hidden;background:#fff}.ent-risk-table-header{display:grid;grid-template-columns:1fr 1fr 1fr;padding:10px 16px;background:var(--ent-surface);font-weight:600;font-size:11px;color:var(--ent-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--ent-border)}.ent-risk-table-body{display:flex;flex-direction:column}.ent-risk-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:14px 16px;border-bottom:1px solid var(--ent-border);align-items:center;transition:background .15s ease}.ent-risk-table-row:hover{background:var(--ent-surface)}.ent-risk-table-row:last-child{border-bottom:none}.ent-risk-count-value,.ent-risk-pct-value{font-weight:600;color:var(--ent-text);text-align:left}.ent-table-header{display:grid;grid-template-columns:repeat(3,1fr);padding:10px 16px;background:var(--ent-surface);font-weight:600;font-size:11px;color:var(--ent-text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--ent-border)}.ent-table-body{display:flex;flex-direction:column}.ent-user-email{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;color:var(--ent-text);font-weight:500}.ent-risk-count{color:#dc2626;font-weight:700}.ent-protection-panel{background:var(--ent-surface);border-radius:8px;padding:20px;border:1px solid var(--ent-border)}.ent-panel-title{font-size:12px;font-weight:700;color:var(--ent-text);margin:0 0 16px;text-transform:uppercase;letter-spacing:.05em;padding-bottom:12px;border-bottom:1px solid var(--ent-border)}.ent-stat-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px}.ent-stat-row:not(:last-child){border-bottom:1px solid rgba(226,232,240,.5)}.ent-stat-row strong{font-weight:700;color:var(--ent-text)}.ent-note{margin-top:12px;font-size:12px;color:var(--ent-text-muted);font-style:italic;line-height:1.5}.ent-card-alerts{border-left:4px solid var(--ent-primary)}.ent-alerts{display:flex;flex-direction:column;gap:12px}.ent-alert{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--ent-surface);border:1px solid var(--ent-border);border-left:3px solid var(--ent-border);border-radius:8px;font-size:14px;line-height:1.6;color:var(--ent-text)}.ent-alert-icon-wrapper{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.ent-alert-icon-wrapper svg{width:18px;height:18px;stroke-width:2.5}.ent-alert-success{background:#f0fdf4;border-color:#bbf7d0;border-left-color:#22c55e;color:#166534}.ent-alert-success .ent-alert-icon-wrapper{color:#22c55e}.ent-alert-warning{background:#fef3c7;border-color:#fde047;border-left-color:#f59e0b;color:#78350f}.ent-alert-warning .ent-alert-icon-wrapper{color:#f59e0b}.ent-alert-info{background:#dbeafe;border-color:#93c5fd;border-left-color:#3b82f6;color:#1e40af}.ent-alert-info .ent-alert-icon-wrapper{color:#3b82f6}.ent-link{background:none;border:none;color:var(--ent-primary);text-decoration:underline;cursor:pointer;font-weight:600;padding:0;font-size:inherit}.ent-users{display:flex;flex-direction:column;gap:20px}.ent-users-controls{display:flex;gap:12px;flex-wrap:wrap}.ent-table-container{overflow-x:auto;border:1px solid var(--ent-border);border-radius:12px}.ent-users-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff}.ent-users-table thead{background:var(--ent-surface)}.ent-users-table th{padding:12px 16px;text-align:left;font-weight:600;color:var(--ent-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;border-bottom:2px solid var(--ent-border);background:var(--ent-surface)}.ent-users-table td{padding:14px 16px;border-bottom:1px solid var(--ent-border)}.ent-users-table tbody tr:last-child td{border-bottom:none}.ent-users-table tbody tr{transition:background .15s ease}.ent-users-table tbody tr:hover{background:#fafbfc}.ent-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.03em;border:1px solid transparent}.ent-badge-success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.ent-badge-muted{background:#f8fafc;color:#64748b;border-color:#e2e8f0}.ent-badge-warning{background:#fef3c7;color:#92400e;border-color:#fde047}.ent-role-badge{display:inline-block;padding:0;font-weight:500;font-size:14px;color:var(--ent-text);background:transparent;text-transform:capitalize}.ent-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;margin-top:8px}.ent-pagination-info{color:var(--ent-text-muted);font-size:13px;font-weight:500}.ent-settings{display:flex;flex-direction:column;gap:40px}.ent-settings-section{display:flex;flex-direction:column;gap:20px}.ent-settings-section-header{margin-bottom:4px}.ent-settings-section-header h3{margin:0 0 6px;font-size:20px;font-weight:700;color:var(--ent-text);letter-spacing:-.01em}.ent-settings-section-header p{margin:0;font-size:14px;color:var(--ent-text-muted);line-height:1.5}.ent-setting-item{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--ent-border)}.ent-setting-item-no-border{border-bottom:none;padding-bottom:0}.ent-setting-info{flex:1}.ent-setting-info h4{margin:0 0 4px;font-size:15px;font-weight:600;color:var(--ent-text)}.ent-setting-description{margin:0;font-size:13px;color:var(--ent-text-muted);line-height:1.5}.ent-setting-content{margin-top:20px}.ent-toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0;cursor:pointer}.ent-toggle-switch input{position:absolute;opacity:0;width:0;height:0;margin:0;padding:0;pointer-events:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.ent-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:26px}.ent-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.ent-toggle-switch input:checked+.ent-toggle-slider{background-color:var(--ent-primary)}.ent-toggle-switch input:checked+.ent-toggle-slider:before{transform:translate(22px)}.ent-setting-details{display:flex;flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid var(--ent-border)}.ent-detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.ent-detail-label{font-size:13px;font-weight:500;color:var(--ent-text-muted);text-transform:uppercase;letter-spacing:.03em}.ent-detail-value{font-size:14px;font-weight:600;color:var(--ent-text)}.ent-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--ent-surface);color:var(--ent-text);border-radius:12px;font-weight:700;font-size:12px;border:1px solid var(--ent-border)}.ent-filtering-lists{display:flex;flex-direction:column;gap:20px}.ent-invite-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.ent-invite-field{display:flex;flex-direction:column}.ent-invite-field input{height:38px}.ent-invite-form{display:flex;gap:12px;align-items:center}.ent-invite-form input{flex:1;height:38px}.ent-invite-message{margin:12px 0 0;font-size:13px;font-weight:500}@media (max-width: 600px){.ent-invite-fields{grid-template-columns:1fr}}@media (max-width: 768px){.ent-topbar,.ent-tabs{position:static}.ent-table-row,.ent-table-grid .ent-table-row,.ent-list-form,.ent-table-header{grid-template-columns:1fr}.ent-risk-table-header,.ent-risk-table-row{grid-template-columns:1fr;gap:8px}.ent-risk-table-row{padding:12px 16px}.ent-users-controls{flex-direction:column}.ent-pagination{flex-direction:column;gap:12px}}.enterprise-section--gradient{background:linear-gradient(135deg,#f0fdf4 0%,#ffffff 50%,#f0f9ff 100%);position:relative;overflow:hidden}.enterprise-section--gradient:before{content:"";position:absolute;top:-30%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(44,139,7,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.enterprise-section--gradient:after{content:"";position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(14,165,233,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.enterprise-section--gradient>*{position:relative;z-index:1}.enterprise-gradient-text{background:linear-gradient(135deg,#2c8b07 0%,#0ea5e9 50%,#10b981 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.enterprise-section--dark{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%)}.enterprise-section--dark-alt{background:#1a1a1a}.enterprise-section--dark-gradient{background:linear-gradient(135deg,#171717 0%,#0a0a0a 50%,#171717 100%)}.enterprise-section--dark .enterprise-section-title,.enterprise-section--dark-alt .enterprise-section-title,.enterprise-section--dark-gradient .enterprise-section-title{background:linear-gradient(135deg,#ffffff 0%,#e5e5e5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.enterprise-section--dark .enterprise-section-subtitle,.enterprise-section--dark-alt .enterprise-section-subtitle,.enterprise-section--dark-gradient .enterprise-section-subtitle{color:#e5e5e5!important;opacity:.9}.enterprise-section--blue{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%)}.enterprise-section--blue-alt{background:#dbeafe}.enterprise-section--blue-gradient{background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 50%,#f0f9ff 100%)}.enterprise-section--blue .enterprise-section-title,.enterprise-section--blue-alt .enterprise-section-title,.enterprise-section--blue-gradient .enterprise-section-title{background:linear-gradient(135deg,#0284c7 0%,#6366f1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.enterprise-section--blue .enterprise-feature-card,.enterprise-section--blue-alt .enterprise-feature-card,.enterprise-section--blue-gradient .enterprise-feature-card{border:1px solid #bfdbfe}.enterprise-section--blue .enterprise-feature-card:hover,.enterprise-section--blue-alt .enterprise-feature-card:hover,.enterprise-section--blue-gradient .enterprise-feature-card:hover{border-color:#0ea5e9;box-shadow:0 20px 40px #0ea5e933}.enterprise-section--blue .enterprise-feature-icon,.enterprise-section--blue-alt .enterprise-feature-icon,.enterprise-section--blue-gradient .enterprise-feature-icon{background:linear-gradient(135deg,#e0f2fe 0%,#bfdbfe 100%)}.enterprise-section--blue .enterprise-feature-icon svg,.enterprise-section--blue-alt .enterprise-feature-icon svg,.enterprise-section--blue-gradient .enterprise-feature-icon svg{stroke:#0284c7}.enterprise-section--blue .enterprise-stat-card,.enterprise-section--blue-alt .enterprise-stat-card,.enterprise-section--blue-gradient .enterprise-stat-card{border:1px solid #bfdbfe;background:#ffffff}.enterprise-section--blue .enterprise-stat-card:before,.enterprise-section--blue-alt .enterprise-stat-card:before,.enterprise-section--blue-gradient .enterprise-stat-card:before{background:linear-gradient(90deg,#0ea5e9,#6366f1)}.enterprise-section--blue .enterprise-stat-card:hover,.enterprise-section--blue-alt .enterprise-stat-card:hover,.enterprise-section--blue-gradient .enterprise-stat-card:hover{box-shadow:0 20px 40px #0ea5e933}.enterprise-section--blue .enterprise-stat-number,.enterprise-section--blue-alt .enterprise-stat-number,.enterprise-section--blue-gradient .enterprise-stat-number{background:linear-gradient(135deg,#0284c7 0%,#6366f1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.enterprise-section--blue .enterprise-use-case-card,.enterprise-section--blue-alt .enterprise-use-case-card,.enterprise-section--blue-gradient .enterprise-use-case-card{border:1px solid #bfdbfe;background:#ffffff}.enterprise-section--blue .enterprise-use-case-card:hover,.enterprise-section--blue-alt .enterprise-use-case-card:hover,.enterprise-section--blue-gradient .enterprise-use-case-card:hover{border-color:#0ea5e9;box-shadow:0 12px 32px #0ea5e933}.enterprise-section--blue .enterprise-use-case-icon,.enterprise-section--blue-alt .enterprise-use-case-icon,.enterprise-section--blue-gradient .enterprise-use-case-icon{background:linear-gradient(135deg,#e0f2fe 0%,#bfdbfe 100%)}.enterprise-section--blue .enterprise-use-case-icon svg,.enterprise-section--blue-alt .enterprise-use-case-icon svg,.enterprise-section--blue-gradient .enterprise-use-case-icon svg{stroke:#0284c7}.enterprise-section--blue .enterprise-benefit-item,.enterprise-section--blue-alt .enterprise-benefit-item,.enterprise-section--blue-gradient .enterprise-benefit-item{border-left-color:#0ea5e9;background:#ffffff;border:1px solid #bfdbfe}.enterprise-section--blue .enterprise-benefit-item:hover,.enterprise-section--blue-alt .enterprise-benefit-item:hover,.enterprise-section--blue-gradient .enterprise-benefit-item:hover{border-left-color:#0284c7;box-shadow:0 8px 24px #0ea5e926}.enterprise-section--blue .enterprise-benefit-item h3 svg,.enterprise-section--blue-alt .enterprise-benefit-item h3 svg,.enterprise-section--blue-gradient .enterprise-benefit-item h3 svg{stroke:#0284c7}.enterprise-section--blue .enterprise-cta-section,.enterprise-section--blue-alt .enterprise-cta-section,.enterprise-section--blue-gradient .enterprise-cta-section{background:linear-gradient(135deg,#e0f2fe 0%,#dbeafe 100%);border:2px solid #0ea5e9}.enterprise-section--blue .enterprise-cta-section:before,.enterprise-section--blue-alt .enterprise-cta-section:before,.enterprise-section--blue-gradient .enterprise-cta-section:before{background:linear-gradient(135deg,#0ea5e9,#6366f1)}.enterprise-section--blue .enterprise-cta-section h2,.enterprise-section--blue-alt .enterprise-cta-section h2,.enterprise-section--blue-gradient .enterprise-cta-section h2{background:linear-gradient(135deg,#0284c7 0%,#6366f1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.enterprise-section--blue .enterprise-cta-section p,.enterprise-section--blue-alt .enterprise-cta-section p,.enterprise-section--blue-gradient .enterprise-cta-section p{color:#475569}.enterprise-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}.enterprise-section--dark .enterprise-feature-card,.enterprise-section--dark-alt .enterprise-feature-card,.enterprise-section--dark-gradient .enterprise-feature-card{background:#262626;border:1px solid #404040;box-shadow:0 4px 16px #0006}.enterprise-section--dark .enterprise-feature-card:hover,.enterprise-section--dark-alt .enterprise-feature-card:hover,.enterprise-section--dark-gradient .enterprise-feature-card:hover{border-color:#737373;box-shadow:0 20px 40px #ffffff0d}.enterprise-section--dark .enterprise-feature-card h3,.enterprise-section--dark-alt .enterprise-feature-card h3,.enterprise-section--dark-gradient .enterprise-feature-card h3{color:#fff!important}.enterprise-section--dark .enterprise-feature-card p,.enterprise-section--dark-alt .enterprise-feature-card p,.enterprise-section--dark-gradient .enterprise-feature-card p{color:#d4d4d4!important}.enterprise-section--dark .enterprise-feature-card ul li,.enterprise-section--dark-alt .enterprise-feature-card ul li,.enterprise-section--dark-gradient .enterprise-feature-card ul li{color:#e5e5e5!important}.enterprise-section--dark .enterprise-feature-card ul li:before,.enterprise-section--dark-alt .enterprise-feature-card ul li:before,.enterprise-section--dark-gradient .enterprise-feature-card ul li:before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310b981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>')}.enterprise-section--dark>.enterprise-section-inner>h1,.enterprise-section--dark>.enterprise-section-inner>h2,.enterprise-section--dark>.enterprise-section-inner>p,.enterprise-section--dark-alt>.enterprise-section-inner>h1,.enterprise-section--dark-alt>.enterprise-section-inner>h2,.enterprise-section--dark-alt>.enterprise-section-inner>p,.enterprise-section--dark-gradient>.enterprise-section-inner>h1,.enterprise-section--dark-gradient>.enterprise-section-inner>h2,.enterprise-section--dark-gradient>.enterprise-section-inner>p{color:#e5e5e5!important}.enterprise-section--dark h1,.enterprise-section--dark-alt h1,.enterprise-section--dark-gradient h1,.enterprise-section--dark h2,.enterprise-section--dark-alt h2,.enterprise-section--dark-gradient h2,.enterprise-section--dark .enterprise-section-title,.enterprise-section--dark-alt .enterprise-section-title,.enterprise-section--dark-gradient .enterprise-section-title{color:#fff!important}.enterprise-section--dark .enterprise-feature-icon,.enterprise-section--dark-alt .enterprise-feature-icon,.enterprise-section--dark-gradient .enterprise-feature-icon{background:linear-gradient(135deg,#404040 0%,#262626 100%)}.enterprise-section--dark .enterprise-feature-icon svg,.enterprise-section--dark-alt .enterprise-feature-icon svg,.enterprise-section--dark-gradient .enterprise-feature-icon svg{stroke:#fff}@media (min-width: 1200px){.enterprise-features-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.enterprise-features-grid{grid-template-columns:1fr}}.enterprise-feature-card{background:#fff;border:1px solid var(--ent-border);border-radius:20px;padding:40px 32px;box-shadow:0 4px 16px #0f172a0f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:20px}.enterprise-feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(44,139,7,.03),transparent);opacity:0;transition:opacity .4s ease}.enterprise-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0f172a26;border-color:var(--ent-primary)}.enterprise-feature-card:hover:before{opacity:1}.enterprise-feature-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--ent-primary-light) 0%,#d1fae5 100%);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;box-shadow:0 4px 12px #2c8b0733}.enterprise-feature-icon svg{width:28px;height:28px;stroke:var(--ent-primary);fill:none}.enterprise-feature-card h3{font-size:22px;font-weight:700;color:var(--ent-text);margin:0;position:relative;z-index:1}.enterprise-feature-card p{font-size:16px;color:var(--ent-text-muted);line-height:1.7;margin:0;position:relative;z-index:1}.enterprise-feature-card ul{list-style:none;padding:0;margin:8px 0 0;position:relative;z-index:1}.enterprise-feature-card ul li{font-size:15px;color:var(--ent-text-muted);padding:8px 0 8px 28px;position:relative;line-height:1.6}.enterprise-feature-card ul li:before{content:"";position:absolute;left:0;top:14px;width:16px;height:16px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310b981" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');background-size:contain}.enterprise-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin:48px 0}.enterprise-section--dark .enterprise-stat-card,.enterprise-section--dark-alt .enterprise-stat-card,.enterprise-section--dark-gradient .enterprise-stat-card{background:#262626;border:1px solid #404040;box-shadow:0 4px 16px #0006}.enterprise-section--dark .enterprise-stat-card:hover,.enterprise-section--dark-alt .enterprise-stat-card:hover,.enterprise-section--dark-gradient .enterprise-stat-card:hover{box-shadow:0 20px 40px #ffffff0d}.enterprise-section--dark .enterprise-stat-number,.enterprise-section--dark-alt .enterprise-stat-number,.enterprise-section--dark-gradient .enterprise-stat-number{background:linear-gradient(135deg,#ffffff 0%,#d4d4d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.enterprise-section--dark .enterprise-stat-label,.enterprise-section--dark-alt .enterprise-stat-label,.enterprise-section--dark-gradient .enterprise-stat-label{color:#e5e5e5!important}.enterprise-section--dark .enterprise-stat-card div,.enterprise-section--dark-alt .enterprise-stat-card div,.enterprise-section--dark-gradient .enterprise-stat-card div,.enterprise-section--dark .enterprise-stat-card span,.enterprise-section--dark-alt .enterprise-stat-card span,.enterprise-section--dark-gradient .enterprise-stat-card span{color:#a1a1a1!important}.enterprise-section--dark .enterprise-section-inner>div[style*=textAlign],.enterprise-section--dark-alt .enterprise-section-inner>div[style*=textAlign],.enterprise-section--dark-gradient .enterprise-section-inner>div[style*=textAlign]{color:#d4d4d4!important}.enterprise-section--dark .enterprise-section-inner>div[style*=textAlign] span,.enterprise-section--dark-alt .enterprise-section-inner>div[style*=textAlign] span,.enterprise-section--dark-gradient .enterprise-section-inner>div[style*=textAlign] span{color:#d4d4d4!important}.enterprise-stat-card{background:#fff;border:1px solid var(--ent-border);border-radius:20px;padding:40px 32px;text-align:center;box-shadow:0 4px 16px #0f172a0f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.enterprise-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--ent-primary),var(--ent-blue));transform:scaleX(0);transition:transform .4s ease}.enterprise-stat-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0f172a26}.enterprise-stat-card:hover:before{transform:scaleX(1)}.enterprise-stat-number{font-size:clamp(32px,5vw,56px);font-weight:900;letter-spacing:-.02em;background:linear-gradient(135deg,var(--ent-primary) 0%,var(--ent-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;line-height:1}.enterprise-stat-label{color:var(--ent-text-muted);line-height:1.6;font-size:16px}.enterprise-benefits-list{max-width:1000px;margin:48px auto 0;display:grid;gap:24px}.enterprise-benefit-item{background:#fff;border:1px solid var(--ent-border);border-radius:16px;padding:32px;border-left:4px solid var(--ent-primary);transition:all .3s ease;box-shadow:0 2px 8px #0f172a0a}.enterprise-benefit-item:hover{transform:translate(8px);box-shadow:0 8px 24px #0f172a1f;border-left-width:6px}.enterprise-benefit-item h3{font-size:20px;font-weight:700;color:var(--ent-text);margin:0 0 12px;display:flex;align-items:center;gap:12px}.enterprise-benefit-item h3 svg{width:24px;height:24px;stroke:var(--ent-primary);flex-shrink:0}.enterprise-benefit-item p{font-size:16px;color:var(--ent-text-muted);line-height:1.7;margin:0}.enterprise-use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin:48px 0}.enterprise-section--dark .enterprise-use-case-card,.enterprise-section--dark-alt .enterprise-use-case-card,.enterprise-section--dark-gradient .enterprise-use-case-card{background:#262626;border:1px solid #404040;box-shadow:0 4px 16px #0006}.enterprise-section--dark .enterprise-use-case-card:hover,.enterprise-section--dark-alt .enterprise-use-case-card:hover,.enterprise-section--dark-gradient .enterprise-use-case-card:hover{border-color:#737373;box-shadow:0 12px 32px #ffffff14}.enterprise-section--dark .enterprise-use-case-icon,.enterprise-section--dark-alt .enterprise-use-case-icon,.enterprise-section--dark-gradient .enterprise-use-case-icon{background:linear-gradient(135deg,#404040 0%,#262626 100%)}.enterprise-section--dark .enterprise-use-case-icon svg,.enterprise-section--dark-alt .enterprise-use-case-icon svg,.enterprise-section--dark-gradient .enterprise-use-case-icon svg{stroke:#fff}.enterprise-section--dark .enterprise-use-case-card h3,.enterprise-section--dark-alt .enterprise-use-case-card h3,.enterprise-section--dark-gradient .enterprise-use-case-card h3{color:#fff!important}.enterprise-section--dark .enterprise-use-case-card p,.enterprise-section--dark-alt .enterprise-use-case-card p,.enterprise-section--dark-gradient .enterprise-use-case-card p{color:#e5e5e5!important}@media (min-width: 1200px){.enterprise-use-cases-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 900px){.enterprise-use-cases-grid{grid-template-columns:1fr}}.enterprise-use-case-card{background:#fff;border:1px solid var(--ent-border);border-radius:20px;padding:40px 32px;text-align:center;transition:all .3s ease;box-shadow:0 4px 16px #0f172a0f}.enterprise-use-case-card:hover{border-color:var(--ent-primary);box-shadow:0 12px 32px #0f172a1f;transform:translateY(-4px)}.enterprise-use-case-icon{width:64px;height:64px;margin:0 auto 24px;background:linear-gradient(135deg,var(--ent-primary-light) 0%,#d1fae5 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2c8b0733}.enterprise-use-case-icon svg{width:32px;height:32px;stroke:var(--ent-primary)}.enterprise-use-case-card h3{font-size:20px;font-weight:700;color:var(--ent-text);margin:0 0 12px}.enterprise-use-case-card p{font-size:15px;color:var(--ent-text-muted);line-height:1.6;margin:0}.enterprise-pricing-placeholder{max-width:1000px;margin:60px auto;background:linear-gradient(135deg,#f0fdf4 0%,#dbeafe 100%);border:2px solid transparent;border-radius:24px;padding:64px 48px;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 48px #0f172a14}.enterprise-pricing-placeholder:before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,var(--ent-primary),var(--ent-blue));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.enterprise-pricing-placeholder h3{font-size:clamp(28px,4vw,36px);font-weight:900;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 16px}.enterprise-pricing-placeholder p{font-size:clamp(16px,2vw,20px);color:var(--ent-text-muted);margin:0 0 32px;line-height:1.6}.enterprise-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:var(--ent-primary-light);color:var(--ent-primary);border-radius:999px;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.02em;margin-bottom:16px;width:fit-content}.enterprise-cta-section{max-width:1000px;margin:60px auto;background:linear-gradient(135deg,#f0fdf4 0%,#dbeafe 100%);border:2px solid transparent;border-radius:24px;padding:64px 48px;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 48px #0f172a14}.enterprise-section--dark .enterprise-cta-section,.enterprise-section--dark-alt .enterprise-cta-section,.enterprise-section--dark-gradient .enterprise-cta-section{background:linear-gradient(135deg,#262626 0%,#171717 100%);border:2px solid #404040;box-shadow:0 20px 48px #0009}.enterprise-section--dark .enterprise-cta-section h2,.enterprise-section--dark-alt .enterprise-cta-section h2,.enterprise-section--dark-gradient .enterprise-cta-section h2{background:linear-gradient(135deg,#ffffff 0%,#e5e5e5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding-bottom:4px;line-height:1.3}.enterprise-section--dark .enterprise-cta-section p,.enterprise-section--dark-alt .enterprise-cta-section p,.enterprise-section--dark-gradient .enterprise-cta-section p{color:#f5f5f5!important;opacity:1}.enterprise-cta-section:before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:linear-gradient(135deg,var(--ent-primary),var(--ent-blue));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.enterprise-cta-section h2{font-size:clamp(28px,4vw,42px);font-weight:900;letter-spacing:-.02em;background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 16px}.enterprise-cta-section p{font-size:clamp(16px,2vw,20px);color:var(--ent-text-muted);line-height:1.6;max-width:700px;margin:0 auto 32px}.enterprise-contact-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:start}.enterprise-contact-copy{display:flex;flex-direction:column;gap:12px}.enterprise-contact-list{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:10px}.enterprise-contact-list li{position:relative;padding-left:26px;color:var(--ent-text-muted);font-size:15px;line-height:1.6}.enterprise-contact-list li:before{content:"";position:absolute;left:0;top:10px;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,var(--ent-primary),var(--ent-blue));opacity:.25}.enterprise-contact-card{background:#fff;border:1px solid var(--ent-border);border-radius:18px;padding:28px;box-shadow:0 10px 30px #0f172a14}.enterprise-contact-header h3{margin:0 0 4px;font-size:22px;color:var(--ent-text)}.enterprise-contact-header p{margin:0 0 16px;color:var(--ent-text-muted)}.enterprise-contact-form{display:grid;gap:16px}.enterprise-contact-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:var(--ent-text);font-size:14px}.enterprise-contact-form input,.enterprise-contact-form textarea{width:100%;border:1px solid var(--ent-border);border-radius:12px;padding:12px 14px;font-size:15px;color:var(--ent-text);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.enterprise-contact-form input:focus,.enterprise-contact-form textarea:focus{outline:none;border-color:var(--ent-primary);box-shadow:0 0 0 4px #2c8b071a}.enterprise-form-alert{padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.5}.enterprise-form-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecdd3}.enterprise-form-alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.enterprise-contact-footnote{color:var(--ent-text-muted);font-size:13px;margin:0}.enterprise-modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);display:flex;align-items:center;justify-content:center;padding:20px;z-index:999}.enterprise-modal{width:min(720px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:20px;border:1px solid var(--ent-border);padding:28px;box-shadow:0 30px 80px #00000040}.enterprise-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.enterprise-modal-header h3{margin:4px 0;font-size:24px}.enterprise-modal-header p{margin:0;color:var(--ent-text-muted)}.enterprise-modal-close{border:none;background:#f8fafc;width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer;color:var(--ent-text);transition:background .2s ease}.enterprise-modal-close:hover{background:#e2e8f0}.enterprise-auth-card{max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--ent-border);border-radius:18px;padding:40px 32px;box-shadow:0 12px 32px #0f172a14}.enterprise-auth-header h1{margin:0 0 12px;font-size:clamp(28px,4vw,38px);color:var(--ent-text)}.enterprise-auth-header p{margin:0 0 12px;color:var(--ent-text-muted);line-height:1.6}.enterprise-auth-actions{margin-top:16px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.enterprise-auth-hint{margin:0;color:var(--ent-text-muted);font-size:14px}.enterprise-auth-note{background:var(--ent-primary-light);color:var(--ent-primary);padding:10px 12px;border-radius:12px;border:1px solid #dcfce7;font-size:14px}.enterprise-activation-meta{display:inline-flex;align-items:center;gap:10px;margin-top:8px}.enterprise-pill{background:var(--ent-primary-light);color:var(--ent-primary);padding:6px 12px;border-radius:999px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.02em}.enterprise-token{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;background:#f8fafc;color:var(--ent-text-muted);padding:6px 10px;border-radius:8px;border:1px solid var(--ent-border)}.enterprise-hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.enterprise-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:0 60px;z-index:1}.enterprise-phone-mockup{position:relative;z-index:5}.enterprise-phone-frame{width:360px;height:680px;background:#1a1a1a;border-radius:44px;padding:12px;box-shadow:0 0 0 1px #ffffff1a,0 40px 80px #0000004d;position:relative}.enterprise-phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:140px;height:26px;background:#000;border-radius:0 0 20px 20px;z-index:3}.enterprise-phone-screen{width:100%;height:100%;background:#fff;border-radius:36px;overflow:hidden;position:relative}.enterprise-phone-screenshot{width:100%;height:100%;object-fit:cover}.enterprise-floating-cards{position:absolute;inset:0;pointer-events:none;z-index:10}.enterprise-float-card{position:absolute;display:flex;align-items:center;gap:12px;padding:14px 18px;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06);border-radius:14px;box-shadow:0 8px 24px #0000001f;font-size:14px;font-weight:600;color:var(--ent-text);animation:enterprise-float-card 6s ease-in-out infinite;z-index:10}.enterprise-float-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.enterprise-float-icon svg{width:18px;height:18px;stroke:currentColor}.enterprise-float-text{white-space:nowrap}.enterprise-float-1{top:10%;left:-18%;animation:enterprise-float-card 6s ease-in-out infinite}.enterprise-float-2{top:50%;right:-18%;animation:enterprise-float-card 7s ease-in-out infinite 1s}.enterprise-float-3{bottom:15%;left:-23%;animation:enterprise-float-card 8s ease-in-out infinite 2s}@keyframes enterprise-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 1100px){.enterprise-hero-layout{grid-template-columns:1fr;gap:60px;text-align:center}.enterprise-hero-inner{text-align:center}.enterprise-hero-visual{order:1;padding:0 20px;width:100%;max-width:100%}.enterprise-phone-mockup{margin:0 auto}.enterprise-phone-frame{width:320px;height:600px;margin:0 auto}.enterprise-floating-cards{display:none}}@media (max-width: 768px){.enterprise-page{overflow-x:hidden;width:100%;max-width:100vw}.enterprise-hero{padding:100px 0 60px;min-height:auto;text-align:center}.enterprise-hero-inner{padding:0 20px;text-align:center;width:100%;max-width:100%}.enterprise-hero h1,.enterprise-hero p{text-align:center;margin-left:auto;margin-right:auto}.enterprise-hero-actions{justify-content:center;flex-direction:column;align-items:center;gap:12px;width:100%}.enterprise-hero-actions .enterprise-btn{width:100%;max-width:280px;justify-content:center}.enterprise-section{padding:60px 20px;text-align:center}.enterprise-section-inner{padding:0;width:100%;max-width:100%;text-align:center}.enterprise-section-title,.enterprise-section-subtitle{text-align:center;margin-left:auto;margin-right:auto}.enterprise-stats-grid,.enterprise-features-grid,.enterprise-use-cases-grid{grid-template-columns:1fr;gap:24px}.enterprise-feature-card,.enterprise-use-case-card{text-align:center;align-items:center}.enterprise-feature-card .enterprise-feature-icon,.enterprise-use-case-card .enterprise-use-case-icon{margin:0 auto}.enterprise-pricing-placeholder,.enterprise-cta-section{padding:40px 28px;margin:40px 0;text-align:center}.enterprise-contact-layout{grid-template-columns:1fr}.enterprise-contact-card{padding:24px}.enterprise-modal{width:100%;max-height:80vh}.enterprise-benefit-item:hover{transform:translate(4px)}.enterprise-phone-mockup{margin:0 auto}}.enterprise-sources{background:#f8fafc;border-top:1px solid #e2e8f0;padding:40px 24px;text-align:center}.enterprise-sources-title{font-size:14px;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.enterprise-sources-list{font-size:13px;color:#64748b;line-height:1.8;max-width:900px;margin:0 auto}.enterprise-sources--dark{background:#0a0a0a;border-top:1px solid #2a2a2a}.enterprise-sources--dark .enterprise-sources-title{color:#fff!important}.enterprise-sources--dark .enterprise-sources-list{color:#d4d4d4!important}.enterprise-two-col{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.enterprise-two-col--start{align-items:start}.enterprise-two-col--reverse{direction:rtl}.enterprise-two-col--reverse>*{direction:ltr}.enterprise-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.enterprise-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.enterprise-grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}@media (max-width: 900px){.enterprise-two-col{grid-template-columns:1fr;gap:40px;text-align:center}.enterprise-two-col--reverse{direction:ltr}.enterprise-two-col .enterprise-section-title{text-align:center!important}.enterprise-two-col p{text-align:center}.enterprise-grid-2,.enterprise-grid-3{grid-template-columns:1fr}}.enterprise-feature-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.enterprise-feature-section--reverse{direction:rtl}.enterprise-feature-section--reverse>*{direction:ltr}.enterprise-feature-content h2{font-size:2.25rem;margin-bottom:24px;color:#1a1a2e}.enterprise-feature-content p{font-size:1.1rem;color:#64748b;line-height:1.8;margin-bottom:24px}.enterprise-feature-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:24px;margin-bottom:16px;font-weight:600;font-size:.9rem}.enterprise-check-list{list-style:none;padding:0;margin:0}.enterprise-check-list li{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#1a1a2e}.enterprise-check-list--muted li{color:#64748b}.enterprise-phone-center{display:flex;justify-content:center;align-items:center}.enterprise-dashboard-preview{background:#f8fafc;padding:48px;border-radius:24px;text-align:center}.enterprise-dashboard-card{background:white;border-radius:16px;padding:24px;box-shadow:0 8px 32px #0000001a}.enterprise-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enterprise-metric-box{background:#f8fafc;padding:16px;border-radius:8px;text-align:center}.enterprise-metric-value{font-size:1.5rem;font-weight:700;color:#2c8b07}.enterprise-metric-label{font-size:.8rem;color:#64748b}@media (max-width: 900px){.enterprise-feature-section{grid-template-columns:1fr;gap:40px;text-align:center}.enterprise-feature-section--reverse{direction:ltr}.enterprise-feature-content h2{font-size:1.75rem}.enterprise-feature-content p{font-size:1rem}.enterprise-check-list{display:inline-block;text-align:left}.enterprise-dashboard-preview{padding:24px}.enterprise-metrics-grid{grid-template-columns:1fr 1fr}}.enterprise-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.enterprise-form-row{margin-bottom:20px}.enterprise-form-label{display:block;margin-bottom:8px;font-weight:500;color:#1a1a2e}.enterprise-form-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;background:white;transition:border-color .2s,box-shadow .2s}.enterprise-form-input:focus{outline:none;border-color:#2c8b07;box-shadow:0 0 0 3px #2c8b071a}.enterprise-form-textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;resize:vertical;min-height:100px}.enterprise-form-textarea:focus{outline:none;border-color:#2c8b07;box-shadow:0 0 0 3px #2c8b071a}.enterprise-form-card{background:white;padding:32px;border-radius:16px;box-shadow:0 4px 24px #00000014}.enterprise-info-box{padding:24px;background:#f8fafc;border-radius:12px}@media (max-width: 768px){.enterprise-form-grid{grid-template-columns:1fr}.enterprise-form-card{padding:24px}}.enterprise-pricing-hero{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:24px;padding:48px;text-align:center;margin-bottom:64px}.enterprise-pricing-hero h2{font-size:2rem;margin-bottom:16px;color:#1a1a2e}.enterprise-pricing-hero p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto 32px;line-height:1.7}.enterprise-pricing-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:32px}.enterprise-pricing-card h4{font-size:1.1rem;margin-bottom:20px;color:#1a1a2e}.enterprise-volume-box{background:#f8fafc;border-radius:16px;padding:32px;text-align:center}.enterprise-volume-box h3{font-size:1.25rem;margin-bottom:16px;color:#1a1a2e}.enterprise-volume-box p{color:#64748b;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.enterprise-faq-list{display:flex;flex-direction:column;gap:24px}.enterprise-faq-item{background:white;border-radius:12px;padding:24px}.enterprise-faq-item h4{font-size:1rem;margin-bottom:12px;color:#1a1a2e}.enterprise-faq-item p{color:#64748b;margin:0;line-height:1.6}@media (max-width: 768px){.enterprise-pricing-hero{padding:32px 24px;margin-bottom:40px}.enterprise-pricing-hero h2{font-size:1.5rem}.enterprise-pricing-card,.enterprise-volume-box{padding:24px}}.enterprise-calendly-container{background:white;border-radius:16px;box-shadow:0 4px 24px #00000014;overflow:hidden;height:580px}.enterprise-calendly-container .calendly-inline-widget{margin-top:-50px;height:calc(100% + 100px)!important}@media (max-width: 900px){.enterprise-calendly-container{height:560px;margin-top:24px}.enterprise-calendly-container .calendly-inline-widget{margin-top:-40px;height:calc(100% + 80px)!important}}@media (max-width: 480px){.enterprise-calendly-container{height:520px}.enterprise-calendly-container .calendly-inline-widget{margin-top:-30px;height:calc(100% + 60px)!important;min-width:100%!important}}.enterprise-resource-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:24px;transition:all .2s ease;cursor:pointer}.enterprise-resource-card:hover{border-color:#2c8b07;box-shadow:0 4px 16px #2c8b071a}.enterprise-resource-header{display:flex;align-items:flex-start;gap:16px}.enterprise-resource-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(44,139,7,.08);border-radius:12px}.enterprise-resource-content{flex:1}.enterprise-resource-title{font-size:1.1rem;color:#1a1a2e;margin:0 0 8px}.enterprise-resource-desc{font-size:.9rem;color:#64748b;margin:0 0 12px;line-height:1.6}.enterprise-resource-type{display:inline-block;font-size:.75rem;font-weight:600;color:#2c8b07;background:rgba(44,139,7,.1);padding:4px 10px;border-radius:12px}.enterprise-story-stats{background:#f8fafc;padding:48px;border-radius:24px}.enterprise-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.enterprise-story-stat{background:white;padding:24px;border-radius:12px;text-align:center}.enterprise-story-value{font-size:1.75rem;font-weight:700;color:#2c8b07;margin-bottom:4px}.enterprise-story-label{font-size:.9rem;color:#64748b}@media (max-width: 768px){.enterprise-story-stats{padding:24px}.enterprise-story-grid{grid-template-columns:1fr 1fr;gap:16px}.enterprise-story-stat{padding:16px}.enterprise-story-value{font-size:1.25rem}.enterprise-story-label{font-size:.8rem}}@media (max-width: 480px){.enterprise-page{overflow-x:hidden}.enterprise-hero-inner,.enterprise-section-inner{padding:0 16px}.enterprise-section{padding:48px 16px}.enterprise-btn{padding:16px 28px;font-size:16px;width:100%;justify-content:center}.enterprise-feature-card,.enterprise-stat-card,.enterprise-use-case-card{padding:32px 24px;text-align:center;align-items:center}.enterprise-feature-icon,.enterprise-use-case-icon{margin:0 auto}.enterprise-benefit-item{padding:24px 20px}.enterprise-phone-frame{width:280px;height:520px;margin:0 auto}.enterprise-hero h1{font-size:clamp(28px,8vw,40px);line-height:1.15}.enterprise-section-title{font-size:clamp(24px,6vw,32px)}}
