@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@300;400;500;600;700&display=swap");.interactive-dashboard{width:100%;max-width:900px;margin:0 auto;font-family:Azeret Mono,monospace;font-size:9px;color:#1a1a1a;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);position:relative;transition:all .3s ease}.interactive-dashboard:not(.demo-activated){animation:dashboardGlow 4s ease-in-out infinite;box-shadow:0 4px 20px rgba(0,0,0,.1),0 0 0 1px hsla(0,0%,100%,.1)}@keyframes dashboardGlow{0%,to{box-shadow:0 4px 20px rgba(0,0,0,.1),0 0 0 1px hsla(0,0%,100%,.1)}50%{box-shadow:0 12px 60px rgba(0,0,0,.2),0 0 0 2px hsla(0,0%,100%,.3),0 0 20px rgba(99,102,241,.1)}}.dashboard-demo-indicator{position:absolute;top:-35px;left:50%;transform:translateX(-50%);background:hsla(0,0%,100%,.9);padding:6px 12px;border-radius:16px;font-size:11px;color:#666;font-family:var(--font-geist-sans),sans-serif;backdrop-filter:blur(10px);z-index:10}.dashboard-container{display:flex;height:600px;background:#fff}.dashboard-sidebar{width:160px;background:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;padding:0}.dashboard-org-header{padding:16px;display:flex;align-items:center;gap:12px}.org-logo{width:32px;height:32px;background:#000;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.org-info{display:flex;flex-direction:column;gap:2px}.org-name{font-weight:600;font-size:12px;color:#1a1a1a}.org-type{font-size:10px;color:#666}.dashboard-nav{display:flex;flex-direction:column;padding:8px 0}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border:none;background:none;text-align:left;font-family:Azeret Mono,monospace;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease}.nav-item:hover{background:#f0f0f0}.nav-item.active{background:#e6e6ff;color:#6366f1;font-weight:500}.nav-icon{font-size:16px}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e9ecef;background:#fff}.header-left h1{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.header-right{display:flex;align-items:center;gap:16px}.credits-badge{background:#f8f9fa;padding:6px 12px;border-radius:16px;font-size:12px;color:#666;border:1px solid #e9ecef}.user-avatar{display:flex;align-items:center;gap:8px}.user-avatar span:first-child{width:32px;height:32px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px}.user-name{font-size:12px;color:#1a1a1a;font-weight:500}.dashboard-content{flex:1;padding:18px;overflow-y:auto;background:#fff}.section{margin-bottom:24px}.section:last-child{margin-bottom:0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-header h2{margin:0;font-size:12px;font-weight:700;color:#1a1a1a;letter-spacing:.5px}.add-button{background:#000;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:10px;font-family:Azeret Mono,monospace;cursor:pointer;transition:background .2s ease}.add-button:hover{background:#333}.activity-table,.members-table,.payments-table{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-weight:600;font-size:9px;color:#666;text-transform:uppercase;letter-spacing:.5px}.activity-table .table-header,.payments-table .table-header{grid-template-columns:1.5fr 2fr 1fr 1fr 1fr}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr;padding:6px 10px;border-bottom:1px solid #f0f0f0;align-items:center;transition:background .2s ease}.table-row:hover{background:#f8f9fa}.table-row:last-child{border-bottom:none}.activity-table .table-row,.payments-table .table-row{grid-template-columns:1.5fr 2fr 1fr 1fr 1fr}.member-info{gap:8px}.member-avatar{width:24px;height:24px;border-radius:4px;font-size:9px}.member-name{font-weight:500;font-size:10px}.member-email{font-size:9px;color:#666}.status-badge{background:transparent;color:#28a745;padding:2px 6px;font-size:8px;font-weight:500}.role-dropdown{color:#1a1a1a}.member-actions{gap:8px;justify-content:flex-end}.delete-button,.more-button{padding:4px;color:#666}.delete-button:hover,.more-button:hover{color:#1a1a1a}.activity-tabs{display:flex;gap:8px}.tab{background:none;border:none;padding:6px 12px;border-radius:4px;font-size:11px;font-family:Azeret Mono,monospace;cursor:pointer;color:#666;transition:all .2s ease}.tab.active{background:#f0f0f0;color:#1a1a1a;font-weight:500}.tab:hover{background:#f8f9fa}.org-tabs{display:flex;gap:16px;margin-bottom:24px;border-bottom:1px solid #e9ecef}.org-tabs .tab{background:none;padding:12px 0;font-size:10px;font-family:Azeret Mono,monospace;cursor:pointer;color:#666;border:none;border-bottom:2px solid transparent;transition:all .2s ease;gap:6px}.org-tabs .tab,.tab-icon{display:flex;align-items:center}.org-tabs .tab.active{color:#6366f1;border-bottom-color:#6366f1;font-weight:500}.org-tabs .tab:hover{color:#1a1a1a}.org-profile{display:flex;gap:24px;align-items:flex-start}.org-logo-large{width:80px;height:80px;background:#000;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:32px}.org-details{flex:1}.org-details label{display:block;font-size:12px;color:#666;margin-bottom:8px;font-weight:500}.org-details input{width:100%;padding:12px;border:1px solid #e9ecef;border-radius:6px;font-family:Azeret Mono,monospace;font-size:13px;background:#f8f9fa;color:#666}.org-note{margin-top:8px;font-size:11px;color:#666;margin-bottom:0}.plan-overview{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background:#f8f9fa;border-radius:8px;margin-bottom:24px}.plan-info h4{margin:0 0 8px;font-size:14px;color:#6366f1;font-weight:600}.plan-price{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.plan-info p{margin:0 0 8px;font-size:12px;color:#666}.renewal-date{font-size:11px;color:#28a745}.plan-features{display:flex;gap:32px}.features-column h5{margin:0 0 8px;font-size:12px;color:#1a1a1a;font-weight:600}.features-column p{margin:4px 0;font-size:11px;color:#666}.view-payments-button{background:#000;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-family:Azeret Mono,monospace;cursor:pointer}.seats-section{padding:20px;border:1px solid #e9ecef;border-radius:8px}.seats-section h4{margin:0 0 16px;font-size:14px;color:#1a1a1a;font-weight:600}.seats-control{display:flex;align-items:center;gap:12px;margin-bottom:16px}.seats-control input{width:80px;padding:8px 12px;border:1px solid #e9ecef;border-radius:6px;font-family:Azeret Mono,monospace;font-size:13px;text-align:center}.seats-buttons{display:flex;gap:4px}.seats-buttons button{width:32px;height:32px;border:1px solid #e9ecef;background:#fff;border-radius:4px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.seats-buttons button:hover{background:#f8f9fa}.seats-progress{margin-bottom:16px}.progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:#6366f1;transition:width .3s ease}.seats-progress p{margin:0;font-size:11px;color:#666}.seats-actions{display:flex;gap:12px}.cancel-button{background:none;border:1px solid #e9ecef;border-radius:6px;color:#666}.cancel-button,.update-button{padding:8px 16px;font-size:12px;font-family:Azeret Mono,monospace;cursor:pointer}.update-button{background:#6c757d;color:#fff;border:none;border-radius:6px}.credits-balance{text-align:center;margin-bottom:32px}.credits-balance h3{margin:0 0 16px;font-size:14px;color:#666;font-weight:600;letter-spacing:.5px}.balance-amount{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.credits-illustration{text-align:center;margin-bottom:32px}.credits-box{font-size:64px;margin-bottom:16px}.credits-illustration p{font-size:12px;color:#666;max-width:300px;margin:0 auto}.add-credits h4{margin:0 0 16px;font-size:14px;color:#1a1a1a;font-weight:600}.credit-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.credit-option{padding:12px;border:1px solid #e9ecef;background:#fff;border-radius:6px;font-size:12px;font-family:Azeret Mono,monospace;cursor:pointer;transition:all .2s ease}.credit-option:hover{border-color:#6366f1;background:#f8f9ff}.custom-amount{margin-bottom:24px}.custom-amount label{display:block;font-size:12px;color:#666;margin-bottom:8px;font-weight:500}.custom-amount input{width:100%;padding:12px;border:1px solid #e9ecef;border-radius:6px;font-family:Azeret Mono,monospace;font-size:13px}.credit-actions{display:flex;gap:12px}.payments-history-button{background:none;border:1px solid #e9ecef;border-radius:6px;color:#666}.buy-credits-button,.payments-history-button{padding:12px 24px;font-size:12px;font-family:Azeret Mono,monospace;cursor:pointer;flex:1}.buy-credits-button{background:#6c757d;color:#fff;border:none;border-radius:6px}.simple-credit-actions{display:flex;gap:12px;justify-content:center;margin-top:24px}.add-credits-button{background:#000;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:12px;font-family:Azeret Mono,monospace;cursor:pointer;transition:background .2s ease}.add-credits-button:hover{background:#333}.view-history-button{background:none;border:1px solid #e9ecef;padding:12px 24px;border-radius:6px;font-size:12px;font-family:Azeret Mono,monospace;cursor:pointer;color:#666;transition:all .2s ease}.view-history-button:hover{background:#f8f9fa;border-color:#6366f1}.simple-plan-overview{padding:24px;background:#f8f9fa;border-radius:8px;text-align:center}.plan-header h3{margin:0 0 12px;font-size:16px;color:#6366f1;font-weight:600}.plan-header .plan-price{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.plan-header p{margin:0 0 12px;font-size:14px;color:#666}.plan-header .renewal-date{font-size:12px;color:#28a745;margin-bottom:24px;display:block}.plan-features-simple{display:flex;justify-content:center;gap:48px;margin-bottom:24px}.features-list h4{margin:0 0 8px;font-size:12px;color:#1a1a1a;font-weight:600}.features-list p{margin:4px 0;font-size:11px;color:#666;text-align:left}.seats-summary{margin-bottom:24px}.seats-summary p{margin:0;font-size:14px;color:#1a1a1a}@keyframes pulseHalo{0%{box-shadow:0 0 0 0 rgba(99,102,241,.4)}50%{box-shadow:0 0 0 8px rgba(99,102,241,.1)}to{box-shadow:0 0 0 0 rgba(99,102,241,0)}}.nav-item.pulse-halo{animation:pulseHalo 2s infinite;border-radius:6px}.demo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);animation:glassOverlayFadeIn .6s cubic-bezier(.16,1,.3,1)}@keyframes glassOverlayFadeIn{0%{opacity:0;transform:scale(.98) translateY(4px);backdrop-filter:blur(0)}to{opacity:1;transform:scale(1) translateY(0);backdrop-filter:blur(20px) saturate(180%)}}.demo-overlay-content{text-align:center;color:#1a1a1a;font-family:var(--font-geist-sans),sans-serif;animation:gentleFloat 3s ease-in-out infinite;max-width:320px;padding:0 20px}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.demo-badge{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;margin-bottom:20px;border:1px solid hsla(0,0%,100%,.2);color:#666;letter-spacing:.5px;text-transform:uppercase;animation:subtlePulse 4s ease-in-out infinite;box-shadow:0 4px 16px rgba(0,0,0,.1)}@keyframes subtlePulse{0%,to{transform:scale(1);box-shadow:0 4px 16px rgba(0,0,0,.1)}50%{transform:scale(1.05);box-shadow:0 8px 24px rgba(0,0,0,.2),0 0 12px rgba(99,102,241,.15)}}.demo-overlay-content h3{margin:0 0 12px;font-size:22px;font-weight:600;color:#1a1a1a;line-height:1.3}.demo-overlay-content p{margin:0 0 24px;font-size:14px;color:#666;line-height:1.5;font-weight:400}.dashboard-container.demo-blur{filter:blur(1px) brightness(.98);transition:filter .4s cubic-bezier(.16,1,.3,1)}.demo-activated .dashboard-container{filter:none}.enterprise-summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.summary-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:12px;text-align:center;transition:all .2s ease}.summary-card:hover{background:#f0f0f0;border-color:#d0d0d0}.summary-icon{font-size:16px;opacity:.6;margin-bottom:4px;display:block}.summary-content{flex:1}.summary-number{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:2px;line-height:1}.summary-label{font-size:9px;color:#666;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.summary-trend{font-size:8px;font-weight:600;margin-top:2px}.summary-trend.trend-up{color:#28a745}.summary-trend.trend-down{color:#dc3545}.enterprise-members-table{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.enterprise-members-table .table-header{grid-template-columns:2fr 1fr;padding:12px 20px;font-size:9px}.enterprise-members-table .table-row{grid-template-columns:2fr 1fr;padding:16px 20px;min-height:60px;align-items:center}.member-info{gap:12px}.member-avatar,.member-info{display:flex;align-items:center}.member-avatar{width:32px;height:32px;background:#000;color:#fff;border-radius:6px;justify-content:center;font-weight:600;font-size:11px;flex-shrink:0}.member-details{min-width:0;flex:1}.member-name{font-weight:600;font-size:12px;color:#1a1a1a;margin-bottom:2px;line-height:1.2}.member-email{font-size:10px;color:#888;line-height:1.2}.budget-spending-info{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.budget-spending-amounts{display:flex;gap:8px;align-items:center}.budget-amount{font-size:11px;font-weight:600;color:#1a1a1a}.spending-amount{font-size:11px;font-weight:600;color:#28a745}.spending-visual{display:flex;align-items:center;gap:6px;width:100%}.spending-bar{flex:1;height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}.spending-progress{height:100%;background:linear-gradient(90deg,#28a745,#20c997);transition:width .3s ease}.spending-percentage{font-size:9px;color:#666;font-weight:500;min-width:28px;text-align:right}.models-info{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.model-count{font-size:9px;color:#888;font-weight:500}.model-tags{display:flex;align-items:center;gap:4px}.model-tag{background:#f0f0ff;color:#6366f1;padding:2px 6px;border-radius:8px;border:1px solid #e6e6ff;white-space:nowrap}.model-more,.model-tag{font-size:8px;font-weight:500}.model-more{color:#888}.models-info-simple{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.models-info-simple .model-count{font-size:9px;color:#888;font-weight:500}.primary-model{background:#f0f0ff;color:#6366f1;padding:2px 8px;border-radius:10px;font-size:8px;font-weight:500;border:1px solid #e6e6ff;white-space:nowrap}.member-actions{display:flex;align-items:center;justify-content:center;gap:4px}.role-dropdown{font-size:10px;color:#666;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .2s ease;white-space:nowrap}.role-dropdown:hover{background:#f8f9fa}.delete-button,.more-button{background:none;border:none;cursor:pointer;padding:6px;color:#ccc;font-size:14px;border-radius:4px;transition:all .2s ease}.delete-button:hover,.more-button:hover{color:#666;background:#f8f9fa}.model-usage-table{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.model-usage-table .table-header,.model-usage-table .table-row{grid-template-columns:1.5fr 1fr 1.5fr 1fr 1fr .8fr}.model-info{display:flex;flex-direction:column}.model-name{font-size:10px;font-weight:600;color:#1a1a1a}.provider-name{font-size:9px;color:#666}.usage-info{display:flex;align-items:center;gap:8px}.usage-bar{flex:1;height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}.usage-progress{height:100%;background:#6366f1;transition:width .3s ease}.usage-percentage{font-size:9px;color:#666;min-width:30px}.cost-amount,.request-count{font-size:10px;color:#1a1a1a}.trend{font-size:9px;font-weight:600}.trend-up{color:#28a745}.trend-down{color:#dc3545}.provider-table{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.provider-table .table-header,.provider-table .table-row{grid-template-columns:1.5fr 1fr 1fr 1.5fr 1fr 1fr}.provider-info{display:flex;flex-direction:column}.provider-name{font-size:11px;font-weight:600;color:#1a1a1a}.status-badge.active{color:#28a745}.status-badge.restricted{color:#dc3545}.model-count{font-size:10px;color:#666}.compliance-badges{display:flex;flex-wrap:wrap;gap:4px}.compliance-badge{background:#e8f5e8;color:#28a745;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:500}.usage-level{font-size:10px;font-weight:500}.usage-level.high{color:#dc3545}.usage-level.medium{color:#ffc107}.usage-level.none{color:#6c757d}.provider-cost{font-size:10px;font-weight:600;color:#1a1a1a}.sso-providers{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.sso-provider-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px}.provider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.provider-header .provider-name{font-size:14px;font-weight:600;color:#1a1a1a}.provider-status{padding:4px 8px;border-radius:4px;font-size:9px;font-weight:500;text-transform:uppercase}.provider-status.live{background:#e8f5e8;color:#28a745}.provider-status.coming-soon{background:#fff3cd;color:#856404}.provider-stats{display:flex;gap:16px}.last-sync,.user-count{font-size:11px;color:#666}.sso-activity{display:flex;flex-direction:column;gap:8px}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:6px}.activity-info{display:flex;flex-direction:column;gap:2px}.activity-action{font-size:11px;font-weight:600;color:#1a1a1a}.activity-user{font-size:10px;color:#666}.activity-meta{display:flex;flex-direction:column;gap:2px;text-align:right}.activity-time{font-size:10px;color:#666}.activity-provider{font-size:9px;color:#28a745;font-weight:500}.stacked-area-chart{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:16px;margin-bottom:16px}.chart-area{transition:opacity .2s ease}.chart-area:hover{opacity:1!important}.total-line{stroke-dasharray:2,2;opacity:.8}.chart-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.legend-item{display:flex;align-items:center;gap:6px}.legend-color{width:8px;height:8px;border-radius:2px;flex-shrink:0}.legend-label{font-size:9px;color:#1a1a1a;font-weight:500;flex:1}.legend-percentage{font-size:8px;color:#666;font-weight:600}.chart-period{font-size:10px;color:#666;font-weight:500}.top-teams-list{display:flex;flex-direction:column;gap:8px}.team-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;transition:all .2s ease}.team-item:hover{background:#f0f0f0;border-color:#d0d0d0}.team-info{display:flex;align-items:center;gap:8px}.member-avatar-small{width:24px;height:24px;background:#000;color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:9px;flex-shrink:0}.user-details{display:flex;flex-direction:column;gap:2px}.team-name{font-size:11px;font-weight:600;color:#1a1a1a}.team-members{font-size:9px;color:#666}.team-spending{display:flex;flex-direction:column;gap:2px;align-items:flex-end}.team-spending .spending-amount{font-size:11px;font-weight:600;color:#1a1a1a}.team-spending .spending-trend{font-size:8px;font-weight:600}.team-spending .spending-trend.trend-up{color:#28a745}.team-spending .spending-trend.trend-down{color:#dc3545}.team-spending .spending-trend.trend-neutral{color:#ffc107}@media (max-width:768px){.interactive-dashboard{max-width:100%;transform:scale(.65);transform-origin:top center;margin-bottom:-120px}.dashboard-container{height:600px}.dashboard-sidebar{width:160px}.dashboard-content{padding:18px}.table-header,.table-row{font-size:9px;padding:6px 10px}.plan-overview{flex-direction:column;gap:16px}.credit-options{grid-template-columns:repeat(2,1fr)}.enterprise-summary-cards{grid-template-columns:1fr;gap:8px}.chart-legend{grid-template-columns:repeat(2,1fr)}}.enterprise-bt-section{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:120px 120px 80px;width:100%;background:linear-gradient(180deg,#1a0836,#1a0836 85%,rgba(26,8,54,.95));box-sizing:border-box;position:relative}.enterprise-bt-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(180deg,transparent,rgba(26,8,54,.3) 50%,rgba(26,8,54,.6));pointer-events:none;z-index:1}.ebt-heading-group{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;max-width:800px;margin:0 auto 80px}.ebt-main-heading{font-size:72px;line-height:.9;letter-spacing:-.02em;color:#fff;white-space:pre-wrap;word-break:break-word;text-align:center;margin:0}.ebt-main-heading-light{font-weight:300;font-size:48px}.ebt-main-heading-bold{font-weight:700;font-size:48px}.ebt-description{font-size:20px;line-height:1.4;color:hsla(0,0%,100%,.6);max-width:700px;white-space:pre-wrap;word-break:break-word;text-align:center;margin:0}.ebt-grid-container{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:1fr 1fr;gap:24px;width:100%;max-width:1200px;margin:0 auto}.ebt-card{align-items:flex-start;padding:48px;background:linear-gradient(135deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.02));border-radius:32px;box-sizing:border-box;min-height:400px}.ebt-card,.ebt-card-open-source{display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.ebt-card-open-source{grid-row:span 2;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(139,92,246,.05)),url(/assets/images/enterprise/bento/open-source-bg.png) 50%/cover no-repeat;align-items:center;min-height:600px}.ebt-card-compliance{background:hsla(0,0%,100%,.03);overflow:hidden;max-height:345px;min-height:345px}.ebt-card-security{background:linear-gradient(135deg,rgba(139,92,246,.08),rgba(139,92,246,.03));position:relative;max-height:345px;min-height:unset}.ebt-card-bg-visual{position:absolute;inset:0;border-radius:inherit;overflow:hidden;z-index:0}.ebt-card-bg-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:inherit}.ebt-security-bg-image{object-position:center top}.ebt-card-text-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.ebt-card-open-source .ebt-card-text-content{align-items:center;text-align:center}.ebt-card-subtitle{font-size:12px;font-weight:600;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:#f3ad8a;margin:0}.ebt-subtitle-orange{color:#f3ad8a}.ebt-card-title-group{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%}.ebt-card-open-source .ebt-card-title-group{align-items:center}.ebt-card-title-part-1{font-weight:600}.ebt-card-title-part-1,.ebt-card-title-part-2{font-size:36px;line-height:1.1;letter-spacing:-.02em;color:#fff;white-space:pre-wrap;word-break:break-word;text-align:left;margin:0}.ebt-card-title-part-2{font-weight:300}.ebt-card-open-source .ebt-card-title-part-1,.ebt-card-open-source .ebt-card-title-part-2{text-align:center}.ebt-card-description{font-size:16px;line-height:1.5;color:hsla(0,0%,100%,.6);white-space:pre-wrap;word-break:break-word;text-align:left;margin:0;max-width:65%}.ebt-card-open-source .ebt-card-description{text-align:center;max-width:100%}.ebt-card-security .ebt-card-description{max-width:50%}.ebt-card-bottom-visual{position:absolute;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.ebt-card-bottom-image{width:100%;height:100%;object-fit:contain;object-position:center bottom}.ebt-code-snippet{position:absolute;bottom:40px;left:40px;right:40px;background:rgba(0,0,0,.4);border-radius:12px;padding:20px;font-family:var(--font-geist-mono),monospace;font-size:12px;line-height:1.6;color:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);z-index:2}.ebt-code-snippet pre{margin:0;white-space:pre-wrap}.ebt-compliance-tags-container{position:absolute;right:30px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:flex-end;gap:35px;z-index:2}.ebt-compliance-tag{display:flex;align-items:center;font-size:16px;gap:10px;padding:14px 24px;background-color:hsla(0,0%,100%,.08);border-radius:100px;white-space:nowrap;cursor:default;backdrop-filter:blur(10px);width:fit-content;align-self:flex-end}.ebt-tag-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ebt-tag-icon svg{width:100%;height:100%}.ebt-tag-label{font-family:var(--font-geist-mono),monospace;font-size:16px;font-weight:300;line-height:1;color:hsla(0,0%,100%,.8);margin:0}@media (max-width:1199px) and (min-width:810px){.enterprise-bt-section{padding:80px 48px}.ebt-main-heading{font-size:48px}.ebt-description{font-size:18px}.ebt-grid-container{grid-template-columns:1fr;grid-template-rows:auto;gap:20px}.ebt-card{padding:40px;min-height:300px}.ebt-card-open-source{grid-row:span 1}.ebt-card-bottom-visual{display:none}.ebt-compliance-tags-container{position:relative;right:0;top:auto;transform:none;flex-direction:row;flex-wrap:wrap;margin-top:24px}}@media (max-width:809px){.enterprise-bt-section{padding:60px 24px}.ebt-heading-group{gap:24px;margin-bottom:48px}.ebt-main-heading{font-size:40px}.ebt-description{font-size:16px}.ebt-grid-container{grid-template-columns:1fr;gap:16px}.ebt-card{padding:32px;max-height:345px;min-height:250px}.ebt-card-open-source{grid-row:span 1}.ebt-card-title-part-1,.ebt-card-title-part-2{font-size:28px}.ebt-card-description{font-size:14px}.ebt-compliance-tags-container{position:relative;right:0;top:auto;transform:none;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:24px}.ebt-card-compliance{overflow:hidden}.ebt-card-bottom-visual{display:none}.ebt-compliance-tag{padding:10px 14px}.ebt-tag-label{font-size:12px}.ebt-character-illustration{width:150px;height:150px}}.enterprise-header-section{align-items:center;overflow:visible;height:964px;z-index:0;padding-top:96px}.enterprise-header-content,.enterprise-header-section{display:flex;flex-direction:column;width:100%;position:relative}.enterprise-header-content{align-items:flex-start;gap:24px;max-width:1680px;margin:0;padding:140px 120px 0;box-sizing:border-box;z-index:10}.enterprise-header-tags{display:flex;flex-direction:row;gap:12px;width:100%;justify-content:flex-start;margin-bottom:24px}.enterprise-tag{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:transparent;border-radius:100px;border:2px solid hsla(0,0%,100%,.1);backdrop-filter:none;white-space:nowrap;flex-shrink:0;transition:all .2s ease}.enterprise-tag:hover{border-color:hsla(0,0%,100%,.2);transform:translateY(-2px)}.enterprise-tag-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.enterprise-tag-icon svg{width:100%;height:100%}.enterprise-tag-label{font-family:var(--font-geist-mono),monospace;font-size:16px;font-weight:500;line-height:1;color:hsla(0,0%,100%,.9);margin:0}.enterprise-header-main-heading-group{display:flex;flex-direction:column;align-items:flex-start;gap:14px;width:100%}.enterprise-main-heading-part-1{font-family:var(--font-geist-mono),monospace;font-weight:300}.enterprise-main-heading-part-1,.enterprise-main-heading-part-2{font-size:72px;line-height:.9;letter-spacing:-.02em;color:#fff;white-space:pre-wrap;word-break:break-word;text-align:left;margin:0}.enterprise-main-heading-part-2{font-family:var(--font-geist-sans),sans-serif;font-weight:700}.enterprise-header-description{font-family:var(--font-geist-sans),sans-serif;font-size:20px;font-weight:400;line-height:1.4;color:hsla(0,0%,100%,.8);margin:0;max-width:700px}.enterprise-header-button-container{display:flex;justify-content:flex-start;width:auto;margin-top:8px}.enterprise-install-btn{background-color:#fff;border:2px solid #7147ab;border-radius:10px;box-shadow:0 0 0 2px #7147ab,inset 0 -4px 0 0 #f2ccd7;padding:14px 18px 16px;color:#7147ab;font-family:var(--font-geist-mono),monospace;font-size:18px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;display:inline-block;position:relative}.enterprise-install-btn:hover{padding:15px 18px}.enterprise-install-btn:active{box-shadow:none}.enterprise-header-background-visuals{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.enterprise-header-bg-image-wrapper{position:absolute;inset:0;width:100%;height:100%;will-change:transform}.enterprise-header-bg-image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.enterprise-header-middle-wave{position:absolute;left:0;right:0;bottom:-10px;width:100%;height:50%;z-index:2;will-change:transform}.enterprise-header-middle-wave img{width:100%;height:auto;display:block;position:absolute;bottom:0;left:0}.enterprise-header-front-wave{position:absolute;left:60px;right:-60px;bottom:-47px;width:100%;height:50%;z-index:3;will-change:transform}.enterprise-header-front-wave img{width:100%;height:auto;display:block;position:absolute;bottom:0;left:0}@media (max-width:1199px) and (min-width:810px){.enterprise-header-section{min-height:700px}.enterprise-header-content{padding:100px 48px 0;gap:28px}.enterprise-main-heading-part-1,.enterprise-main-heading-part-2{font-size:60px}.enterprise-header-description{font-size:18px}.enterprise-header-tags{justify-content:center}.enterprise-header-main-heading-group{align-items:center}.enterprise-main-heading-part-1,.enterprise-main-heading-part-2{text-align:center}.enterprise-header-description{text-align:center;margin:0 auto}.enterprise-header-button-container{justify-content:center;width:100%}}@media (max-width:809px){.enterprise-header-section{min-height:600px;height:auto}.enterprise-header-content{padding:80px 24px 40px;gap:24px}.enterprise-header-tags{flex-direction:column;gap:8px;align-items:center}.enterprise-tag{width:100%;max-width:300px;justify-content:center}.enterprise-header-main-heading-group{align-items:center}.enterprise-main-heading-part-1,.enterprise-main-heading-part-2{font-size:40px;text-align:center}.enterprise-header-description{font-size:16px;text-align:center;margin:0 auto}.enterprise-header-button-container{justify-content:center;width:100%}.enterprise-install-btn{width:100%;max-width:300px}.enterprise-header-front-wave,.enterprise-header-middle-wave{transform:scale(1.2);transform-origin:bottom center}}@media (min-width:1440px){.enterprise-header-content{max-width:none;padding-left:120px;padding-right:120px}.enterprise-main-heading-part-1,.enterprise-main-heading-part-2{font-size:72px}.enterprise-header-description{font-size:22px}}@media (prefers-reduced-motion:reduce){.enterprise-header-bg-image-wrapper,.enterprise-header-front-wave,.enterprise-header-middle-wave{will-change:auto}}.enterprise-pricing-section{justify-content:flex-start;overflow:hidden;padding:120px 0 80px;background-color:#1a0836}.enterprise-pricing-section,.ep-heading-group{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.ep-heading-group{max-width:1360px;padding:0 120px;margin-bottom:64px}.ep-main-heading{font-size:48px;line-height:100%;letter-spacing:-.02em;color:#fbfbfd;text-align:center;margin:0;white-space:nowrap}.ep-main-heading-part-1{font-family:var(--font-geist-mono),monospace;font-weight:700}.ep-main-heading-part-2{font-family:var(--font-geist-mono),monospace;font-weight:300}.ep-cards-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:24px;width:100%;max-width:1360px;justify-content:center}.ep-pricing-card{display:flex;flex-direction:column;align-items:center;gap:32px;padding:40px;background-color:hsla(0,0%,100%,.08);border-radius:40px;flex:1 0 0px;min-width:300px;box-sizing:border-box}.ep-card-eyebrow{display:flex;justify-content:center;width:100%}.ep-eyebrow-text{font-family:var(--font-geist-sans),sans-serif;font-size:20px;font-weight:700;line-height:100%;letter-spacing:-.02em;color:#b18af3;margin:0;text-align:center}.ep-pricing-card:last-child .ep-eyebrow-text{color:#f3ad8a}.ep-card-price-details{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.ep-price-main{display:flex;flex-direction:row;align-items:center;gap:0}.ep-price-value{font-family:var(--font-geist-mono),monospace;font-size:64px;font-weight:400;line-height:100%;letter-spacing:-.02em;color:#fbfbfd;margin:0;font-feature-settings:"zero" on,"tnum" on}.ep-price-frequency{font-family:var(--font-geist-mono),monospace;font-size:20px;line-height:140%;letter-spacing:-.02em;color:#fbfbfd;margin:28px 0 0}.ep-price-description{font-family:var(--font-geist-sans),sans-serif;font-size:16px;line-height:150%;color:hsla(0,0%,100%,.7);white-space:pre-wrap;word-break:break-word;text-align:center;margin:0}.ep-seats-info{font-size:14px;line-height:150%;color:hsla(0,0%,100%,.5);margin:8px 0 0}.ep-card-button,.ep-seats-info{font-family:var(--font-geist-mono),monospace;text-align:center}.ep-card-button{background-color:#fff;border:2px solid #7147ab;border-radius:10px;box-shadow:inset 0 -4px 0 0 #f2ccd7;padding:14px 18px 16px;color:#7147ab;font-size:18px;font-weight:600;text-transform:capitalize;text-decoration:none;cursor:pointer;transition:all .2s ease;flex-shrink:0;width:100%;box-sizing:border-box}.ep-card-button:hover{transform:translateY(-2px);box-shadow:inset 0 -2px 0 0 #f2ccd7}.ep-card-separator{width:100%;height:4px;background-color:hsla(0,0%,100%,.2)}.ep-card-perks{flex-direction:column}.ep-card-perks,.ep-perk-item{display:flex;align-items:center;gap:8px;width:100%}.ep-perk-item{flex-direction:row;justify-content:flex-start}.ep-perk-icon{width:16px;height:16px;color:#b18af3;fill:currentColor;flex-shrink:0}.ep-perk-text{font-family:var(--font-geist-sans),sans-serif;font-size:16px;line-height:100%;color:hsla(0,0%,100%,.7);white-space:pre-wrap;word-break:break-word;text-align:left;margin:0}@media (max-width:1439px) and (min-width:810px){.enterprise-pricing-section{padding:80px 48px}.ep-heading-group{padding:0;margin-bottom:64px}.ep-main-heading{font-size:41px}.ep-cards-container{flex-direction:column;gap:24px}.ep-pricing-card{width:100%;max-width:100%;min-width:auto;padding:40px 24px}.ep-price-value{font-size:46px}.ep-card-button,.ep-price-frequency{font-size:18px}}@media (max-width:809px){.enterprise-pricing-section{padding:64px 20px}.ep-heading-group{padding:0;margin-bottom:64px}.ep-main-heading{font-size:32px;white-space:normal}.ep-cards-container{flex-direction:column;gap:24px}.ep-pricing-card{width:100%;min-width:auto;padding:32px}.ep-eyebrow-text{font-size:16px}.ep-price-value{font-size:32px}.ep-price-frequency{font-size:16px}.ep-price-description{font-size:14px}.ep-card-button{font-size:16px;padding:10px 10px 12px}.ep-perk-text{font-size:14px}.ep-perk-item{justify-content:center}}.enterprise-features-section{justify-content:flex-start;overflow:hidden;padding:120px;background-color:#1a0836;box-sizing:border-box}.ef-content-wrapper,.enterprise-features-section{display:flex;flex-direction:column;align-items:center;width:100%}.ef-content-wrapper{gap:80px;max-width:1200px;margin:0 auto}.ef-heading-group{display:flex;flex-direction:column;align-items:center;width:100%}.ef-main-heading{font-size:48px;line-height:.9;letter-spacing:-.02em;color:#fff;text-align:center;margin:0;white-space:nowrap}.ef-main-heading-part-1{font-family:var(--font-geist-mono),monospace;font-weight:300}.ef-main-heading-part-2{font-family:var(--font-geist-sans),sans-serif;font-weight:700}.ef-content-container{display:flex;gap:80px;align-items:flex-start;width:100%}.ef-features-list{flex:0 0 400px;display:flex;flex-direction:column;gap:32px}.ef-feature-item{display:flex;align-items:flex-start;gap:20px;cursor:pointer;padding:16px;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.ef-feature-item:hover{background-color:hsla(20,81%,75%,.05);border-color:hsla(20,81%,75%,.2)}.ef-feature-item.ef-feature-active{background-color:hsla(20,81%,75%,.1);border-color:hsla(20,81%,75%,.3)}.ef-feature-item.ef-feature-active .ef-feature-title{color:#f3ad8a}.ef-feature-item.ef-feature-active .ef-feature-description{color:hsla(0,0%,100%,.8)}.ef-feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:4px}.ef-feature-icon svg{width:100%;height:100%;color:#f3ad8a}.ef-feature-content{flex:1}.ef-feature-title{font-size:18px;font-weight:600;line-height:1.3;letter-spacing:-.01em;color:#f3ad8a;margin:0 0 8px}.ef-feature-description,.ef-feature-title{font-family:var(--font-geist-sans),sans-serif}.ef-feature-description{font-size:14px;line-height:1.5;color:hsla(0,0%,100%,.6);margin:0}.ef-dashboard-container{flex:1;display:flex;justify-content:center;align-items:flex-start;min-height:600px}@media (max-width:1199px) and (min-width:810px){.enterprise-features-section{padding:80px 48px}.ef-content-wrapper{gap:64px}.ef-main-heading{font-size:48px}.ef-content-container{flex-direction:column;gap:48px;align-items:center}.ef-features-list{flex:none;width:100%;max-width:600px}.ef-dashboard-container{width:100%;min-height:500px}}@media (max-width:809px){.enterprise-features-section{padding:60px 24px}.ef-content-wrapper{gap:48px}.ef-main-heading{font-size:40px;white-space:normal}.ef-content-container{flex-direction:column;gap:32px;align-items:center}.ef-features-list{flex:none;width:100%;gap:24px}.ef-feature-item{gap:16px}.ef-feature-icon{width:28px;height:28px}.ef-feature-title{font-size:16px}.ef-feature-description{font-size:13px}.ef-dashboard-container{display:none}}