@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-primary-light:#e0e7ff;--color-secondary:#7c3aed;--color-bg:#fff;--color-surface:#fff;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-border:#e2e8f0;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #4f46e50d;--shadow-md:0 4px 12px -2px #4f46e514, 0 2px 4px -2px #4f46e50a;--shadow-lg:0 12px 32px -4px #4f46e51f, 0 4px 12px -4px #4f46e50f;--shadow-xl:0 20px 40px -8px #4f46e526;--max-width:1440px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}ul{list-style:none}button{cursor:pointer;font-family:inherit}.app-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.btn{cursor:pointer;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .15s ease-out;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff;box-shadow:4px 4px #3730a3}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.btn-outline{color:var(--color-text-primary);border-color:var(--color-border);box-shadow:4px 4px 0px 0px var(--color-border);background-color:#fff}.btn-outline:hover{border-color:#cbd5e1;transform:translate(-2px,-2px);box-shadow:6px 6px #cbd5e1}.btn-outline:active{transform:translate(2px,2px);box-shadow:2px 2px #cbd5e1}.ql-editor-content ul{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem;list-style-type:disc}.ql-editor-content ol{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem;list-style-type:decimal}.header{-webkit-backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid var(--color-border);background-color:#ffffffe6;position:sticky;top:0}.header.menu-open{-webkit-backdrop-filter:none;background-color:#fff}.header-container{justify-content:space-between;align-items:center;max-width:1200px;height:4.5rem;margin:0 auto;padding:0 2rem;display:flex}.brand{color:var(--color-primary);align-items:center;gap:.5rem;display:flex}.brand-icon{fill:var(--color-primary-light)}.brand-text{letter-spacing:-.02em;color:var(--color-text-primary);font-size:1.5rem;font-weight:800}.nav{align-items:center;gap:2rem;display:flex}.nav-list{gap:1rem;margin:0;padding:0;display:flex}.nav-link{color:#475569;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.nav-chevron{display:none}.nav-link:hover{color:#0f172a;background-color:#f1f5f9}.nav-link.active{color:#4f46e5;background-color:#4f46e514}.header-actions{gap:1rem;display:flex}.mobile-menu-btn{color:#0f172a;z-index:60;background:0 0;border:none;padding:.5rem;display:none}@media (width<=1024px){.mobile-menu-btn{display:block}.nav{z-index:55;background-color:#fff;border-top:1px solid #e2e8f0;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;max-width:100%;height:calc(100vh - 4.5rem);padding:2.5rem 2rem;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:4.5rem;right:-100%;box-shadow:0 10px 30px #0000001a}.nav.nav-open{right:0}.nav-list{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:2.5rem}.nav-link{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:6px;justify-content:space-between;padding:1.25rem 1.5rem;font-size:1.125rem;font-weight:700}.nav-link:hover{background-color:#f1f5f9}.nav-link.active{background-color:var(--color-primary);color:#fff;box-shadow:0 4px 14px #4f46e566}.nav-chevron{opacity:.5;transition:transform .2s;display:block}.nav-link.active .nav-chevron{opacity:1;transform:translate(4px)}.header-actions{flex-direction:column;width:100%}.header-actions .btn{text-align:center;justify-content:center;width:100%}}.profile-menu-container{position:relative}.profile-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.25rem .5rem .25rem .25rem;transition:background-color .2s;display:flex}.profile-menu-btn:hover{background-color:#f1f5f9}.avatar{width:36px;height:36px;color:var(--color-primary);background-color:#e0e7ff;border-radius:50%;justify-content:center;align-items:center;display:flex}.profile-name{color:var(--color-text-primary);margin-right:.5rem;font-size:.95rem;font-weight:600}.profile-dropdown{border:1px solid var(--color-border);z-index:100;background:#fff;border-radius:6px;width:220px;padding:.5rem 0;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{border-bottom:1px solid var(--color-border);margin-bottom:.5rem;padding:.75rem 1rem}.profile-dropdown-title{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:700}.profile-dropdown-list{margin:0;padding:0;list-style:none}.profile-dropdown-item{width:100%;color:var(--color-text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.6rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.profile-dropdown-item:hover{color:var(--color-primary);background-color:#f8fafc}.profile-dropdown-item.text-red:hover{color:#ef4444;background-color:#fef2f2}.profile-dropdown-divider{background-color:var(--color-border);height:1px;margin:.5rem 0}@media (width<=1024px){.profile-dropdown{width:100%;box-shadow:none;border:none;border-top:1px solid var(--color-border);border-radius:0;margin-top:1rem;padding-top:1rem;position:static}}.footer{color:#94a3b8;background-color:#090d16;border-top:1px solid #1e293b;margin-top:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.footer-top-accent{opacity:.9;background:linear-gradient(90deg,#4f46e5 0%,#7c3aed 50%,#10b981 100%);width:100%;height:2px;box-shadow:0 0 16px #4f46e566}.footer-main-container{max-width:1200px;margin:0 auto;padding:4.5rem 1.5rem 2rem}.footer-grid{grid-template-columns:2.2fr 1fr 1fr 1fr 1.1fr;gap:2.5rem;margin-bottom:3.5rem;display:grid}.footer-brand-col{flex-direction:column;align-items:flex-start;display:flex}.footer-brand-logo{align-items:center;gap:.65rem;margin-bottom:1rem;text-decoration:none;display:inline-flex}.footer-logo-box{background:#0f172a;border:1px solid #334155;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000080}.footer-logo-box img{object-fit:cover;width:100%;height:100%}.footer .brand-text{letter-spacing:-.025em;color:#f8fafc;font-size:1.35rem;font-weight:850}.brand-accent{color:#818cf8}.footer-version-tag{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d;border-radius:4px;margin-left:.25rem;padding:.15rem .45rem;font-family:ui-monospace,monospace;font-size:.68rem;font-weight:700}.footer-desc{color:#94a3b8;max-width:320px;margin:0 0 1.25rem;font-size:.88rem;line-height:1.6}.footer-status-badge{color:#34d399;background:#10b98114;border:1px solid #10b98140;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 1px 3px #0003}.status-pulse-dot{background-color:#10b981;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot;box-shadow:0 0 0 2px #10b98159}.status-text{color:#e2e8f0}.status-sla{color:#34d399;background:#10b98133;border:1px solid #10b98166;border-radius:4px;padding:.08rem .35rem;font-size:.68rem;font-weight:700}.footer-social-row{align-items:center;gap:.5rem;display:flex}.footer-social-btn{color:#94a3b8;background:#111827;border:1px solid #1f2937;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.footer-social-btn:hover{color:#fff;background:#4f46e5;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e559}.footer-nav-col{flex-direction:column;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:#f8fafc;margin:0 0 1.25rem;font-size:.78rem;font-weight:750}.footer-nav-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-nav-list a{color:#94a3b8;align-items:center;gap:.35rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.footer-nav-list a:hover{color:#fff;transform:translate(2px)}.footer-highlight-link{color:#818cf8!important;font-weight:700!important}.footer-highlight-link:hover{color:#a5b4fc!important}.footer-security-pill{color:#34d399;background:#10b98114;border:1px solid #10b98140;border-radius:6px;align-items:center;gap:.35rem;margin-top:.25rem;padding:.3rem .6rem;font-size:.74rem;font-weight:600;display:inline-flex}.footer-bottom-strip{color:#64748b;border-top:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding-top:1.75rem;font-size:.82rem;display:flex}.footer-copyright{color:#64748b}.footer-trust-tags{align-items:center;gap:1.25rem;display:flex}.trust-tag-item{color:#94a3b8;align-items:center;gap:.35rem;font-size:.74rem;font-weight:600;display:inline-flex}.trust-tag-item svg{color:#818cf8}.footer-legal-links{align-items:center;gap:.65rem;display:flex}.footer-legal-links a{color:#94a3b8;text-decoration:none;transition:color .15s}.footer-legal-links a:hover{color:#fff}.link-dot{color:#334155;font-size:.75rem}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-brand-col{grid-column:span 3;margin-bottom:1rem}.footer-trust-tags{display:none}}@media (width<=640px){.footer-main-container{padding:3.5rem 1.25rem 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand-col{grid-column:span 1}.footer-bottom-strip{flex-direction:column;align-items:flex-start;gap:1rem}}.corporate-home{color:#0f172a;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.corporate-hero{background-color:#fff;background-image:radial-gradient(at 0 0,#4f46e50d 0,#0000 50%),radial-gradient(at 100% 0,#7c3aed0a 0,#0000 50%),radial-gradient(#4f46e50a 1px,#0000 1px);background-size:100% 100%,100% 100%,28px 28px;border-bottom:1px solid #e2e8f0;padding:4.5rem 1.5rem 6.5rem;position:relative}.hero-content{z-index:2;max-width:1200px;margin:0 auto;position:relative}.hero-split{grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;display:grid}.hero-left{max-width:620px}.hero-badge-left{color:#4f46e5;letter-spacing:.06em;background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.3rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #4f46e50d}.badge-dot{background-color:#10b981;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot;box-shadow:0 0 0 2px #10b98140}.hero-title{color:#0f172a;letter-spacing:-.035em;margin-bottom:1.25rem;font-size:3.4rem;font-weight:850;line-height:1.12}.hero-subtitle{color:#475569;margin-bottom:2rem;font-size:1.12rem;line-height:1.68}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.corporate-btn-primary{color:#fff;cursor:pointer;background:#4f46e5;border:1px solid #4338ca;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #4f46e540,0 1px 2px #0f172a0d}.corporate-btn-primary:hover{color:#fff;background:#4338ca;transform:translateY(-1px);box-shadow:0 6px 16px #4f46e559}.corporate-btn-secondary{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.corporate-btn-secondary:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.hero-trust-pills{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.trust-pill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.76rem;font-weight:600;display:inline-flex}.hero-right{perspective:1000px;position:relative}.hero-showcase-tabs{gap:.5rem;max-width:480px;margin-bottom:.85rem;margin-left:auto;padding-bottom:2px;display:flex;overflow-x:auto}.showcase-tab{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.76rem;font-weight:700;transition:all .15s;display:inline-flex}.showcase-tab:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.showcase-tab.active{color:#4f46e5;background:#eef2ff;border-color:#c7d2fe;box-shadow:0 2px 4px #4f46e514}.mockup-container{width:100%;max-width:480px;margin-left:auto;position:relative}.mockup-window{z-index:2;background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:1.25rem;transition:all .3s;position:relative;box-shadow:6px 6px #e2e8f0}.showcase-view-panel{flex-direction:column;gap:.85rem;display:flex}.panel-clinic-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:.6rem;display:flex}.panel-clinic-header h4{color:#0f172a;margin:0 0 .15rem;font-size:.88rem;font-weight:800}.panel-clinic-header span{color:#64748b;font-size:.72rem}.clinic-active-chip{color:#047857;background:#d1fae5;border-radius:6px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}.clinic-queue-card{background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #4f46e5;border-radius:6px;padding:.85rem 1rem}.queue-token-pill{color:#4f46e5;letter-spacing:.05em;margin-bottom:.35rem;font-size:.68rem;font-weight:800}.queue-patient-details strong{color:#0f172a;margin-bottom:.15rem;font-size:.95rem;font-weight:800;display:block}.queue-patient-details span{color:#64748b;font-size:.76rem}.clinic-next-row{grid-template-columns:1.2fr 1fr;gap:.75rem;display:grid}.next-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;padding:.65rem .85rem;display:flex}.next-label{color:#94a3b8;text-transform:uppercase;font-size:.65rem;font-weight:700}.next-item strong{color:#0f172a;margin:.15rem 0;font-size:.82rem}.wait-est{color:#059669;font-size:.7rem;font-weight:600}.next-alert-box{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;flex-direction:column;justify-content:center;gap:.25rem;padding:.65rem .85rem;font-size:.72rem;font-weight:600;display:flex}.tenant-key-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.85rem 1rem}.key-label{color:#64748b;letter-spacing:.05em;margin-bottom:.4rem;font-size:.65rem;font-weight:800;display:block}.key-field-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.key-field-row code{color:#0f172a;font-family:ui-monospace,monospace;font-size:.78rem;font-weight:600}.key-copy-btn{color:#4f46e5;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.key-copy-btn:hover{background:#eef2ff;border-color:#c7d2fe}.tenant-metrics-row{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.t-metric{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;padding:.55rem .75rem;display:flex}.t-metric span{color:#64748b;font-size:.65rem;font-weight:600}.t-metric strong{color:#0f172a;margin-top:.2rem;font-size:.8rem}.webhook-code-preview{background:#0f172a;border-radius:6px;padding:.85rem 1rem;overflow:hidden}.webhook-code-preview pre{color:#e2e8f0;margin:0;font-family:ui-monospace,monospace;font-size:.74rem;line-height:1.45}.mockup-window:hover{transform:translateY(-3px)rotateY(-2deg)rotateX(2deg);box-shadow:0 25px 50px -12px #4f46e52e,0 10px 20px -5px #0f172a0f}.mockup-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.85rem;display:flex}.mockup-dots{gap:5px;display:flex}.mockup-dots span{border-radius:50%;width:9px;height:9px}.dot-red{background-color:#ef4444}.dot-yellow{background-color:#f59e0b}.dot-green{background-color:#10b981}.mockup-header-center{color:#64748b;align-items:center;gap:.35rem;font-family:monospace;font-size:.72rem;font-weight:600;display:flex}.mockup-header-badge{text-transform:uppercase;color:#047857;background:#d1fae5;border-radius:6px;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.mockup-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.85rem;display:grid}.mockup-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem .9rem}.mc-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-size:.68rem;font-weight:700}.mc-value{color:#0f172a;font-size:1.25rem;font-weight:800;line-height:1.2}.mc-unit{color:#64748b;font-size:.75rem;font-weight:500}.mc-status{align-items:center;gap:.25rem;margin-top:.25rem;font-size:.72rem;font-weight:600;display:flex}.text-green{color:#059669}.text-purple{color:#7c3aed}.mockup-chart-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.85rem;padding:.75rem .9rem}.mockup-chart-header{color:#64748b;letter-spacing:.04em;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:.68rem;font-weight:700;display:flex}.mockup-chart{width:100%;height:50px}.mockup-chart svg{width:100%;height:100%}.mockup-connected-node{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex;box-shadow:0 1px 2px #0f172a05}.node-icon-box{background:#eef2ff;border:1px solid #e0e7ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.node-info{flex:1;min-width:0}.node-title{color:#0f172a;font-size:.78rem;font-weight:700}.node-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.node-status-dot{background-color:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse-dot;box-shadow:0 0 0 2px #10b98133}.floating-badge{z-index:3;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.65rem;padding:.6rem .9rem;display:flex;position:absolute;box-shadow:0 10px 25px -5px #0f172a1a,0 4px 6px -2px #0f172a0d}.badge-tr{top:-15px;right:-20px}.badge-bl{bottom:-20px;left:-20px}.fb-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.bg-green-50{background:#ecfdf5}.bg-purple-50{background:#f5f3ff}.fb-text{flex-direction:column;display:flex}.fb-text strong{color:#0f172a;font-size:.78rem;font-weight:700}.fb-text span{color:#64748b;font-size:.68rem}.floating-anim{animation:4s ease-in-out infinite float}.floating-anim-delayed{animation:4s ease-in-out 2s infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.tech-ribbon-section{text-align:center;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:2.25rem 1.5rem}.tech-ribbon-title{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:1.25rem;font-size:.74rem;font-weight:700}.tech-pills-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.85rem;max-width:1100px;margin:0 auto;display:flex}.tech-pill{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0f172a08}.tech-pill:hover{color:#4f46e5;border-color:#4f46e5;transform:translateY(-1px)}.normal-divider{background-color:#e2e8f0;border:none;height:1px;margin:0}.workflow-steps-section{background:radial-gradient(circle at 50% 0,#f1f5f9b3 0%,#fff 80%);max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.workflow-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=860px){.workflow-cards-grid{grid-template-columns:1fr}}.workflow-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;padding:2.5rem 2rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;display:flex;box-shadow:6px 6px #e2e8f0}.workflow-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:10px 10px #6366f1}.workflow-step-num{color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-family:ui-monospace,monospace;font-size:1.35rem;font-weight:900;display:flex}.workflow-card h3{color:#0f172a;letter-spacing:-.02em;margin-bottom:.65rem;font-size:1.35rem;font-weight:800}.workflow-card p{color:#64748b;margin:0;font-size:.95rem;line-height:1.65}.corporate-features-section{background-color:#fff;max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-title{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:850}.section-subtitle{color:#64748b;font-size:1.05rem;line-height:1.65}.bento-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.bento-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2.25rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;display:flex;position:relative;box-shadow:6px 6px #e2e8f0}.bento-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:10px 10px #6366f1}.bento-wide{grid-column:span 2;grid-template-columns:1fr 1.15fr;align-items:center;gap:2rem;display:grid}@media (width<=960px){.bento-grid{grid-template-columns:1fr}.bento-wide{grid-column:span 1;grid-template-columns:1fr}}.bento-content{flex-direction:column;height:100%;display:flex}.feature-icon-wrapper{border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;display:flex}.feature-icon-indigo{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff}.feature-icon-purple{color:#7c3aed;background:#f5f3ff;border:1px solid #ede9fe}.feature-icon-emerald{color:#059669;background:#ecfdf5;border:1px solid #d1fae5}.feature-icon-amber{color:#d97706;background:#fffbeb;border:1px solid #fef3c7}.bento-card h3{color:#0f172a;letter-spacing:-.02em;margin-bottom:.65rem;font-size:1.35rem;font-weight:800}.bento-card p{color:#64748b;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.bento-mini-tags{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:auto;display:flex}.bento-mini-tags span{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.bento-visual-nodes{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:.85rem;padding:1.25rem;display:flex;box-shadow:inset 0 2px 4px #00000005}.bento-node-header{letter-spacing:.05em;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.68rem;font-weight:800;display:flex}.node-boundary-tag{color:#4f46e5}.node-ssl-tag{color:#059669;align-items:center;gap:.3rem;display:inline-flex}.bento-node-list{flex-direction:column;gap:.6rem;display:flex}.bento-node-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.75rem;padding:.65rem .85rem;transition:all .2s;display:flex}.bento-node-item:hover{border-color:#6366f1;transform:translate(3px)}.bento-node-item.active-node{background:#f5f7ff;border-color:#c7d2fe}.node-pulse-dot{background-color:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #10b98133}.node-text{flex-direction:column;flex:1;display:flex}.node-text strong{color:#0f172a;font-family:ui-monospace,monospace;font-size:.85rem}.node-text span{color:#64748b;font-size:.72rem}.node-ping{color:#059669;background:#ecfdf5;border-radius:4px;padding:.15rem .45rem;font-size:.72rem;font-weight:700}.bento-visual-code{background:#0f172a;border:1px solid #334155;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #00000014}.code-header{background:#1e293b;border-bottom:1px solid #334155;align-items:center;gap:.5rem;padding:.5rem .85rem;font-family:ui-monospace,monospace;font-size:.72rem;display:flex}.code-badge.post{color:#fff;background:#4f46e5;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:800}.code-endpoint{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.code-status{color:#34d399;font-weight:700}.code-body{color:#e2e8f0;background:0 0;margin:0;padding:.85rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;line-height:1.5}.bento-visual-invoice{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.invoice-ticket{background:#fff;border:1px dashed #cbd5e1;border-radius:6px;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.invoice-ticket-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.inv-num{color:#0f172a;font-size:.82rem;font-weight:800;display:block}.inv-paid-chip{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.72rem;font-weight:800;display:inline-flex}.invoice-ticket-line{color:#334155;justify-content:space-between;font-size:.82rem;display:flex}.invoice-ticket-line.sub{color:#64748b;font-size:.75rem}.invoice-ticket-total{color:#0f172a;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:.5rem;font-size:.95rem;font-weight:800;display:flex}.invoice-ticket-total strong{color:#4f46e5;font-size:1.1rem}.bento-visual-terminal{background:#0f172a;border:1px solid #334155;border-radius:6px;overflow:hidden;box-shadow:0 6px 16px #0000001a}.terminal-header{background:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:.55rem 1rem;display:flex}.terminal-dots{gap:5px;display:flex}.t-dot{border-radius:50%;width:8px;height:8px}.t-dot.red{background:#ef4444}.t-dot.yellow{background:#f59e0b}.t-dot.green{background:#10b981}.terminal-title{color:#94a3b8;font-family:ui-monospace,monospace;font-size:.72rem}.terminal-live-tag{color:#34d399;background:#34d39926;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:800}.terminal-logs{flex-direction:column;gap:.6rem;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.74rem;line-height:1.4;display:flex}.log-row{align-items:center;gap:.5rem;display:flex}.log-time{color:#64748b}.log-tag{border-radius:3px;padding:.1rem .35rem;font-size:.65rem;font-weight:800}.log-tag.info{color:#93c5fd;background:#1e3a8a}.log-tag.warn{color:#fcd34d;background:#78350f}.log-tag.succ{color:#6ee7b7;background:#064e3b}.log-msg{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.log-cursor{color:#38bdf8;animation:1s step-start infinite blink}@keyframes blink{50%{opacity:0}}.metrics-banner-section{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:4.5rem 1.5rem}.metrics-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.metric-stat-box{padding:1.5rem}.metric-big-number{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:900;line-height:1.1}.metric-stat-label{color:#0f172a;margin-bottom:.35rem;font-size:1rem;font-weight:700}.metric-stat-desc{color:#64748b;font-size:.85rem;line-height:1.5}.corporate-products-section{max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.corporate-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;display:grid}.corporate-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;padding:1.75rem;transition:all .2s;display:flex;box-shadow:0 4px 20px -2px #6366f10d,0 2px 6px -1px #0f172a05}.corporate-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 12px 28px -4px #4f46e51f}.corporate-card .card-header{align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.corporate-icon{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.corporate-img{object-fit:cover;width:100%;height:100%}.card-title{color:#0f172a;margin:0 0 .15rem;font-size:1.25rem;font-weight:750}.card-tier-pill{text-transform:uppercase;color:#047857;background:#d1fae5;border-radius:4px;padding:.1rem .5rem;font-size:.68rem;font-weight:700}.card-subtitle{color:#4f46e5;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.card-desc{color:#64748b;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.card-modules-bar{margin-bottom:1.5rem}.modules-pill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.corporate-card .card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.25rem;display:flex}.corporate-link{color:#4f46e5;align-items:center;gap:.35rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.corporate-link:hover{color:#4338ca;transform:translate(2px)}.corporate-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:6px;padding:3rem;font-size:1rem}.corporate-bottom-cta{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 6rem}.cta-card-wrapper{text-align:center;color:#0f172a;background:radial-gradient(circle at 50% 10%,#e0e7ff8c 0%,#fff 75%),#f8fafc;border:2px solid #cbd5e1;border-radius:6px;padding:4.5rem 2.5rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;position:relative;overflow:hidden;box-shadow:8px 8px #e2e8f0}.cta-card-wrapper:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:12px 12px #6366f1}.cta-pill{letter-spacing:.08em;color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;margin-bottom:1.25rem;padding:.35rem .95rem;font-size:.75rem;font-weight:800;display:inline-block}.cta-card-wrapper h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900;line-height:1.2}.cta-card-wrapper p{color:#475569;max-width:620px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.cta-buttons-group{z-index:2;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex;position:relative}.cta-btn-primary{color:#fff;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:6px;align-items:center;gap:.5rem;padding:.95rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:inline-flex;box-shadow:4px 4px #3730a3}.cta-btn-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.cta-btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.cta-btn-secondary{color:#0f172a;background-color:#fff;border:2px solid #e2e8f0;border-radius:6px;align-items:center;gap:.5rem;padding:.95rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:inline-flex;box-shadow:4px 4px #e2e8f0}.cta-btn-secondary:hover{color:#4f46e5;border-color:#6366f1;transform:translate(-2px,-2px);box-shadow:6px 6px #6366f1}.cta-btn-secondary:active{transform:translate(2px,2px);box-shadow:2px 2px #e2e8f0}.reveal-on-scroll{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero-split{text-align:center;grid-template-columns:1fr}.hero-left{max-width:100%}.hero-actions,.hero-trust-pills{justify-content:center}.mockup-container{margin:2rem auto 0}.bento-grid{grid-template-columns:1fr}.bento-wide{grid-column:span 1}.metrics-grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=640px){.hero-title{font-size:2.3rem}.cta-card-wrapper h2{font-size:1.8rem}.cta-card-wrapper{padding:2.5rem 1.5rem}}.about-page{color:#0f172a;background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.about-header{text-align:center;background:radial-gradient(circle at 50% 0,#e0e7ff73 0%,#fff0 70%),#fff;padding:4.5rem 2rem 4rem}.about-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:900;line-height:1.15}.about-subtitle{color:#475569;max-width:720px;margin:0 auto;font-size:1.2rem;line-height:1.7}.about-mission{grid-template-columns:1.15fr 1fr;align-items:center;gap:4rem;max-width:1160px;margin:0 auto;padding:4rem 2rem 5rem;display:grid}.section-eyebrow{color:#4f46e5;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:block}.mission-text h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.5rem;font-weight:900;line-height:1.2}.mission-text p{color:#475569;margin-bottom:1rem;font-size:1.05rem;line-height:1.75}.mission-bullet-points{flex-direction:column;gap:.85rem;margin-top:1.75rem;display:flex}.bullet-point{color:#1e293b;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.mission-graphic{background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;display:flex;box-shadow:10px 10px #e2e8f0}.mission-graphic:hover{border-color:#4f46e5;transform:translate(-4px,-4px);box-shadow:14px 14px #4f46e5}.mission-stat{align-items:center;gap:1.25rem;display:flex}.stat-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.stat-icon.indigo{color:#4f46e5;background:#e0e7ff}.stat-icon.emerald{color:#059669;background:#d1fae5}.stat-icon.amber{color:#d97706;background:#fef3c7}.stat-icon.rose{color:#e11d48;background:#ffe4e6}.stat-info strong{color:#0f172a;letter-spacing:-.02em;font-size:1.65rem;font-weight:900;display:block}.stat-info span{color:#64748b;font-size:.88rem;font-weight:600}.about-values{max-width:1160px;margin:0 auto;padding:5rem 2rem}.about-values-header{text-align:center;margin-bottom:3.5rem}.about-values-header h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.75rem;font-weight:900}.about-values-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:2.5rem 2rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;box-shadow:6px 6px #e2e8f0}.value-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:10px 10px #6366f1}.value-icon{border-radius:6px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;display:flex}.value-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.35rem;font-weight:800}.value-card p{color:#475569;margin:0;font-size:.95rem;line-height:1.7}.about-compliance-ribbon{max-width:1160px;margin:2rem auto;padding:0 2rem}.compliance-card{background:#f8fafc;border:2px solid #cbd5e1;border-radius:6px;align-items:center;gap:2rem;padding:2.5rem;display:flex;box-shadow:6px 6px #e2e8f0}.compliance-icon-wrap{color:#4f46e5;background:#eef2ff;border:2px solid #e0e7ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.compliance-text{flex:1}.compliance-text h3{color:#0f172a;margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.compliance-text p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}.compliance-badges{flex-direction:column;flex-shrink:0;gap:.5rem;display:flex}.comp-chip{color:#059669;text-align:center;letter-spacing:.05em;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;padding:.35rem .75rem;font-size:.72rem;font-weight:800}.about-team{max-width:1160px;margin:4rem auto 0;padding:5rem 2rem}.about-team-header{text-align:center;margin-bottom:3.5rem}.about-team-header h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.75rem;font-weight:900}.about-team-header p{color:#64748b;max-width:550px;margin:0 auto;font-size:1.1rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.team-card{text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;display:flex;box-shadow:6px 6px #e2e8f0}.team-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:10px 10px #6366f1}.team-avatar{color:#fff;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:1.25rem;font-size:1.75rem;font-weight:900;display:flex;box-shadow:0 4px 10px #0000001a}.team-avatar.av-1{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.team-avatar.av-2{background:linear-gradient(135deg,#059669,#10b981)}.team-avatar.av-3{background:linear-gradient(135deg,#d97706,#f59e0b)}.team-card h3{color:#0f172a;margin-bottom:.4rem;font-size:1.35rem;font-weight:800}.team-role-pill{color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;margin-bottom:1rem;padding:.2rem .65rem;font-size:.78rem;font-weight:700;display:inline-block}.team-card p{color:#475569;margin:0;font-size:.92rem;line-height:1.6}.about-cta{text-align:center;max-width:750px;margin:0 auto;padding:6rem 2rem}.about-cta h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.about-cta p{color:#475569;margin-bottom:2.25rem;font-size:1.15rem;line-height:1.7}.about-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.about-btn-primary{color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:6px;align-items:center;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:inline-flex;box-shadow:4px 4px #3730a3}.about-btn-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.about-btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.about-btn-secondary{color:#0f172a;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:6px;align-items:center;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:inline-flex;box-shadow:4px 4px #e2e8f0}.about-btn-secondary:hover{color:#4f46e5;border-color:#6366f1;transform:translate(-2px,-2px);box-shadow:6px 6px #6366f1}@media (width<=900px){.about-mission{grid-template-columns:1fr;gap:2.5rem}.values-grid{grid-template-columns:1fr}.compliance-card{text-align:center;flex-direction:column;gap:1.5rem}.compliance-badges{flex-flow:wrap;justify-content:center}}.corporate-page{color:#0f172a;background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.products-header{text-align:center;background:radial-gradient(circle at 50% 0,#e0e7ff73 0%,#fff0 70%),#fff;border-bottom:1px solid #e2e8f0;padding:4.5rem 2rem 5rem}.products-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:900;line-height:1.15}.highlight-solid{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.products-subtitle{color:#475569;max-width:680px;margin:0 auto;font-size:1.2rem;line-height:1.7}.products-loading-state,.products-empty-state{text-align:center;color:#64748b;flex-direction:column;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.spinner-dot{border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.products-list{flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto;padding:5rem 2rem 7rem;display:flex}.product-row{flex-direction:column;gap:3.5rem;width:100%;display:flex}.product-hero-section{flex-direction:column;align-items:center;gap:3.5rem;display:flex}@media (width>=1024px){.product-hero-section{flex-direction:row;justify-content:space-between;align-items:center;gap:4.5rem}.product-row:nth-child(2n) .product-hero-section{flex-direction:row-reverse}}.product-graphic{background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;flex:1;width:100%;max-width:540px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s;display:flex;overflow:hidden;box-shadow:8px 8px #e2e8f0}.product-graphic:hover{border-color:#6366f1;transform:translate(-4px,-4px);box-shadow:12px 12px #6366f1}.graphic-window-bar{background:#fff;border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;height:42px;padding:0 1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;display:flex}.graphic-window-dots{align-items:center;gap:6px;display:flex}.w-dot{border-radius:50%;width:10px;height:10px}.w-dot.red{background-color:#f87171}.w-dot.yellow{background-color:#fbbf24}.w-dot.green{background-color:#34d399}.graphic-window-title{color:#64748b;font-size:.78rem;font-weight:600}.graphic-live-tag{color:#059669;letter-spacing:.05em;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}.graphic-image-container{background:#f8fafc;padding:1.25rem}.graphic-app-image{aspect-ratio:16/10;object-fit:cover;border:1px solid #cbd5e1;border-radius:6px;width:100%;height:auto;display:block;box-shadow:0 4px 12px #0000000a}.graphic-inner-placeholder{text-align:center;background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.graphic-icon-wrap{color:#4f46e5;background:#eef2ff;border:2px solid #e0e7ff;border-radius:6px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;display:flex}.graphic-inner-placeholder h4{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.graphic-inner-placeholder p{color:#64748b;margin:0;font-size:.95rem}.graphic-meta-pill{color:#4f46e5;background:#e0e7ff;border-radius:9999px;align-items:center;gap:.4rem;margin-top:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.product-intro{flex:1;max-width:580px}.product-badge-row{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.product-category-badge{color:#4f46e5;letter-spacing:.05em;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:.25rem .65rem;font-size:.72rem;font-weight:800}.product-module-count-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.product-name{letter-spacing:-.04em;color:#0f172a;margin-bottom:.5rem;font-size:2.75rem;font-weight:900;line-height:1.15}.product-tagline{color:#4f46e5;margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.product-description{color:#475569;margin-bottom:1.75rem;font-size:1.05rem;line-height:1.7}.product-highlights{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.75rem;display:grid}.highlight-pill{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem .85rem;font-size:.875rem;font-weight:600;display:flex}.product-external-link-row{margin-bottom:1.5rem}.external-app-link{color:#4f46e5;align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:gap .2s,color .2s;display:inline-flex}.external-app-link:hover{color:#4338ca;gap:.6rem;text-decoration:underline}.product-actions-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.product-details-section{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:3rem;transition:all .3s;box-shadow:6px 6px #e2e8f0}.modules-header{margin-bottom:2rem}.detail-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:.35rem;font-size:1.5rem;font-weight:800}.detail-subtitle{color:#64748b;margin:0;font-size:.95rem}.product-modules-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.module-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:.75rem;padding:1.5rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:4px 4px #e2e8f0}.module-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:6px 6px #6366f1}.module-card-header{align-items:center;gap:.85rem;display:flex}.module-icon{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.module-name{color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.2}.module-status-chip{color:#059669;letter-spacing:.05em;font-size:.65rem;font-weight:800}.module-desc{color:#475569;font-size:.88rem;line-height:1.6}.btn-primary-large{color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:inline-flex;box-shadow:4px 4px #3730a3}.btn-primary-large:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.btn-primary-large:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.btn-secondary-large{color:#0f172a;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:6px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:inline-flex;box-shadow:4px 4px #e2e8f0}.btn-secondary-large:hover{color:#4f46e5;border-color:#6366f1;transform:translate(-2px,-2px);box-shadow:6px 6px #6366f1}.btn-secondary-large:active{transform:translate(2px,2px);box-shadow:2px 2px #e2e8f0}@keyframes flashFocus{0%{border-color:#4f46e5;box-shadow:0 0 #4f46e5b3}50%{border-color:#4f46e5;box-shadow:0 0 0 12px #4f46e533}to{border-color:#e2e8f0;box-shadow:6px 6px #e2e8f0}}.flash-focus{animation:.9s cubic-bezier(.4,0,.2,1) flashFocus}.products-cta-banner{max-width:1200px;margin:2rem auto 6rem;padding:0 2rem}.cta-banner-content{text-align:center;background:radial-gradient(circle at 10% 20%,#e0e7ff99 0%,#f8fafc 90%);border:2px solid #cbd5e1;border-radius:6px;padding:4.5rem 3rem;box-shadow:10px 10px #e2e8f0}.cta-badge{color:#4f46e5;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:800;display:inline-block}.cta-banner-content h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:900;line-height:1.2}.cta-banner-content p{color:#475569;max-width:650px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.corporate-page .reveal-on-scroll{opacity:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.corporate-page .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media (width<=768px){.products-title{font-size:2.5rem}.product-name{font-size:2rem}.product-highlights{grid-template-columns:1fr}.product-details-section{padding:1.5rem}.cta-banner-content{padding:3rem 1.5rem}.cta-banner-content h2{font-size:2rem}}.pricing-page{color:#0f172a;background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pricing-header{text-align:center;background:radial-gradient(circle at 50% 0,#e0e7ff73 0%,#fff0 70%),#fff;padding:4.5rem 2rem 3rem}.pricing-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:900;line-height:1.15}.pricing-subtitle{color:#475569;max-width:650px;margin:0 auto;font-size:1.2rem;line-height:1.7}.pricing-product-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.5rem;display:flex}.product-tab-btn{color:#475569;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:9999px;padding:.65rem 1.4rem;font-size:.95rem;font-weight:700;transition:all .15s ease-out;box-shadow:2px 2px #e2e8f0}.product-tab-btn:hover{color:#0f172a;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:4px 4px #cbd5e1}.product-tab-btn.active{color:#fff;background:#4f46e5;border-color:#4f46e5;transform:translateY(-2px);box-shadow:3px 3px #3730a3}.pricing-toggle{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.pricing-toggle span{color:#64748b;font-size:.95rem;font-weight:700;transition:color .2s}.pricing-toggle span.active-toggle{color:#0f172a}.toggle-switch{cursor:pointer;background:#e2e8f0;border:2px solid #cbd5e1;border-radius:9999px;width:58px;height:32px;transition:background .2s,border-color .2s;position:relative}.toggle-switch.toggled{background:#4f46e5;border-color:#4338ca}.toggle-knob{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 5px #0003}.toggle-switch.toggled .toggle-knob{transform:translate(26px)}.save-badge{color:#059669;letter-spacing:.04em;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:800}.pricing-app-banner{max-width:1160px;margin:1.5rem auto 0;padding:0 2rem}.app-banner-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.app-banner-info h3{color:#0f172a;margin:0;font-size:1.1rem;font-weight:800}.app-banner-info p{color:#64748b;margin:0;font-size:.9rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:stretch;gap:2rem;max-width:1160px;margin:2.5rem auto 0;padding:0 2rem;display:grid}.pricing-loading-state,.pricing-empty-state{text-align:center;color:#64748b;flex-direction:column;grid-column:1/-1;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex-direction:column;justify-content:space-between;padding:2.5rem 2rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;display:flex;position:relative;box-shadow:8px 8px #e2e8f0}.pricing-card:hover{border-color:#6366f1;transform:translate(-4px,-4px);box-shadow:12px 12px #6366f1}.pricing-card.popular{border-color:#4f46e5;box-shadow:8px 8px #4f46e5}.pricing-card.popular:hover{transform:translate(-4px,-4px);box-shadow:12px 12px #4f46e5}.popular-badge{color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#4f46e5;border-radius:9999px;align-items:center;padding:.35rem 1.25rem;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #4f46e54d}.plan-card-top{margin-bottom:1.5rem}.pricing-plan-name{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.pricing-plan-desc{color:#64748b;min-height:44px;margin:0;font-size:.95rem;line-height:1.5}.pricing-amount-block{margin-bottom:1.5rem}.pricing-amount{align-items:baseline;gap:.25rem;margin-bottom:.25rem;display:flex}.pricing-currency{color:#0f172a;font-size:1.75rem;font-weight:800}.pricing-value{color:#0f172a;letter-spacing:-.04em;font-size:3.5rem;font-weight:900;line-height:1}.pricing-period{color:#64748b;margin:0;font-size:.95rem;font-weight:600}.annual-billed-note{color:#059669;background:#ecfdf5;border-radius:4px;margin-top:.5rem;padding:.2rem .5rem;font-size:.8rem;font-weight:700;display:inline-block}.pricing-divider{background:#e2e8f0;border:0;height:1px;margin:1.5rem 0}.pricing-features-wrap{flex:1;margin-bottom:2rem}.features-label{color:#94a3b8;letter-spacing:.08em;margin-bottom:1rem;font-size:.72rem;font-weight:800;display:block}.pricing-features{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.pricing-features li{color:#334155;align-items:flex-start;gap:.75rem;font-size:.92rem;font-weight:500;line-height:1.4;display:flex}.feature-check-icon{color:#059669;background:#ecfdf5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.pricing-btn-primary{text-align:center;color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:6px;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out;display:block;box-shadow:4px 4px #3730a3}.pricing-btn-primary:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.pricing-btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.pricing-btn-secondary{text-align:center;color:#0f172a;cursor:pointer;background-color:#fff;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:.9rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;display:block;box-shadow:4px 4px #e2e8f0}.pricing-btn-secondary:hover{color:#4f46e5;border-color:#6366f1;transform:translate(-2px,-2px);box-shadow:6px 6px #6366f1}.pricing-btn-secondary:active{transform:translate(2px,2px);box-shadow:2px 2px #e2e8f0}.pricing-login-link{text-align:center;margin-top:14px}.pricing-login-link a{color:#64748b;font-size:.88rem;font-weight:600;text-decoration:underline}.pricing-login-link a:hover{color:#4f46e5}.pricing-guarantees{background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1160px;margin:5rem auto 0;padding:2rem;display:grid;box-shadow:6px 6px #e2e8f0}.guarantee-item{align-items:center;gap:1.25rem;display:flex}.guarantee-item strong{color:#0f172a;margin-bottom:.2rem;font-size:1.05rem;font-weight:800;display:block}.guarantee-item span{color:#64748b;font-size:.88rem;line-height:1.4}.pricing-faq-section{max-width:900px;margin:6rem auto 0;padding:0 2rem}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-header h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.5rem;font-weight:900}.faq-header p{color:#64748b;margin:0;font-size:1.1rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:1.5rem;transition:all .15s ease-out;box-shadow:3px 3px #e2e8f0}.faq-item:hover{border-color:#cbd5e1;box-shadow:5px 5px #cbd5e1}.faq-item.open{border-color:#4f46e5;box-shadow:5px 5px #4f46e5}.faq-question{color:#0f172a;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.faq-answer{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.faq-answer p{color:#475569;margin:0;font-size:.98rem;line-height:1.7}.pricing-bottom-cta{text-align:center;max-width:800px;margin:0 auto;padding:6rem 2rem}.pricing-bottom-cta h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.pricing-bottom-cta p{color:#475569;margin-bottom:2.25rem;font-size:1.15rem;line-height:1.7}@media (width<=800px){.pricing-guarantees{grid-template-columns:1fr;gap:1.5rem}.pricing-title{font-size:2.5rem}.pricing-grid{grid-template-columns:1fr}}.contact-page{color:#0f172a;background-color:#fff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contact-header{text-align:center;background:radial-gradient(circle at 50% 0,#e0e7ff73 0%,#fff0 70%),#fff;padding:4.5rem 2rem 4rem}.contact-title{color:#0f172a;letter-spacing:-.04em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:900;line-height:1.15}.contact-subtitle{color:#475569;max-width:680px;margin:0 auto;font-size:1.2rem;line-height:1.7}.contact-layout{grid-template-columns:1fr 1.25fr;align-items:start;gap:3.5rem;max-width:1160px;margin:0 auto;padding:4rem 2rem 6rem;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;align-items:center;gap:1.25rem;padding:1.75rem;transition:transform .15s ease-out,box-shadow .15s ease-out,border-color .15s ease-out;display:flex;box-shadow:6px 6px #e2e8f0}.contact-info-card:hover{border-color:#6366f1;transform:translate(-3px,-3px);box-shadow:10px 10px #6366f1}.contact-info-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.contact-info-icon.indigo{color:#4f46e5;background:#e0e7ff}.contact-info-icon.emerald{color:#059669;background:#d1fae5}.contact-info-icon.amber{color:#d97706;background:#fef3c7}.contact-info-text h4{color:#0f172a;margin:0 0 .25rem;font-size:1.05rem;font-weight:800}.contact-info-text p{color:#64748b;margin:0 0 .4rem;font-size:.88rem}.contact-info-text a{color:#4f46e5;font-size:.95rem;font-weight:700;text-decoration:none}.contact-info-text a:hover{color:#4338ca;text-decoration:underline}.hq-location-text{color:#334155;font-size:.9rem;font-weight:600}.contact-sla-card{background:#f8fafc;border:2px solid #cbd5e1;border-radius:6px;padding:1.75rem;box-shadow:6px 6px #e2e8f0}.sla-header{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;display:flex}.contact-sla-card p{color:#475569;margin:0 0 1rem;font-size:.9rem;line-height:1.6}.sla-badge-row{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.contact-form-card{background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:3rem;transition:border-color .15s ease-out;box-shadow:10px 10px #e2e8f0}.form-card-title{margin-bottom:2rem}.form-card-title h3{color:#0f172a;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:900}.form-card-title p{color:#64748b;margin:0;font-size:.95rem;line-height:1.5}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-error-banner{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1rem;font-size:.9rem;font-weight:600}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#0f172a;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:800}.form-input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s,background-color .15s}.form-input:focus{background-color:#fff;border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e51a}.form-input::placeholder{color:#94a3b8}.phone-input-combo{gap:.75rem;display:flex}.phone-country-select{color:#0f172a;cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;outline:none;flex-shrink:0;width:125px;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:600}.phone-country-select:focus{border-color:#4f46e5}.phone-number-field{flex-grow:1}textarea.form-input{resize:vertical;min-height:130px}.contact-submit{color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:6px;justify-content:center;align-items:center;width:100%;margin-top:.5rem;padding:1rem 1.75rem;font-family:inherit;font-size:1.05rem;font-weight:800;transition:transform .1s ease-out,box-shadow .1s ease-out;display:inline-flex;box-shadow:4px 4px #3730a3}.contact-submit:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.contact-submit:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.contact-submit:disabled{opacity:.75;cursor:not-allowed}.submit-loading-text{align-items:center;gap:.6rem;display:inline-flex}.contact-success{text-align:center;flex-direction:column;align-items:center;padding:3.5rem 1.5rem;display:flex}.success-icon-wrap{color:#059669;background:#ecfdf5;border:2px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.25rem;display:flex}.contact-success h3{color:#0f172a;margin:0 0 .5rem;font-size:1.75rem;font-weight:900}.contact-success p{color:#64748b;max-width:420px;margin:0 0 2rem;font-size:1rem;line-height:1.6}@media (width<=800px){.contact-layout{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.contact-title{font-size:2.5rem}.contact-form-card{padding:2rem 1.5rem}}.legal-page{background-color:#f8fafc;min-height:100vh;padding-bottom:6rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.legal-header-banner{background:#fff;border-bottom:1px solid #e2e8f0;padding:3.5rem 1.5rem 2.5rem}.legal-header-container{max-width:1100px;margin:0 auto}.legal-breadcrumb{color:#64748b;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.78rem;font-weight:600;display:flex}.legal-breadcrumb a{color:#4f46e5;text-decoration:none}.legal-breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{color:#cbd5e1}.legal-main-title{color:#0f172a;letter-spacing:-.03em;margin:0 0 .75rem;font-size:2.75rem;font-weight:850;line-height:1.2}.legal-subtitle{color:#475569;max-width:750px;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.6}.legal-meta-bar{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.legal-meta-chips{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.legal-meta-chip{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.74rem;font-weight:600;display:inline-flex}.legal-meta-chip.active-version{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.legal-print-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.legal-print-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.legal-body-container{grid-template-columns:260px 1fr;align-items:start;gap:3rem;max-width:1100px;margin:2.5rem auto 0;padding:0 1.5rem;display:grid}.legal-toc-sticky{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1.25rem;position:sticky;top:6rem;box-shadow:0 1px 3px #0f172a08}.toc-title{text-transform:uppercase;letter-spacing:.06em;color:#0f172a;border-bottom:1px solid #f1f5f9;align-items:center;gap:.4rem;margin-bottom:.85rem;padding-bottom:.5rem;font-size:.75rem;font-weight:800;display:flex}.toc-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.toc-link{color:#64748b;border-radius:4px;padding:.35rem .5rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.toc-link:hover{color:#4f46e5;background-color:#f8fafc;padding-left:.75rem}.toc-support-box{color:#64748b;border-top:1px solid #f1f5f9;margin-top:1.25rem;padding-top:1rem;font-size:.78rem;line-height:1.5}.toc-support-box a{color:#4f46e5;font-weight:600;text-decoration:none}.toc-support-box a:hover{text-decoration:underline}.legal-document-content{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:2.75rem 3rem;box-shadow:0 1px 3px #0f172a08}.legal-summary-callout{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #4f46e5;border-radius:6px;margin-bottom:2.5rem;padding:1.25rem 1.5rem}.summary-callout-header{text-transform:uppercase;letter-spacing:.05em;color:#4f46e5;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.82rem;font-weight:750;display:flex}.legal-summary-callout p{color:#334155;margin:0;font-size:.95rem;line-height:1.65}.legal-doc-section{margin-bottom:2.75rem;scroll-margin-top:6.5rem}.legal-doc-section:last-child{margin-bottom:0}.legal-doc-section h2{color:#0f172a;letter-spacing:-.02em;border-bottom:1px solid #f1f5f9;align-items:center;gap:.6rem;margin:0 0 1rem;padding-bottom:.65rem;font-size:1.45rem;font-weight:800;display:flex}.section-number{color:#4f46e5;font-family:ui-monospace,monospace;font-size:1rem;font-weight:800}.legal-doc-section h3{color:#1e293b;margin:1.25rem 0 .5rem;font-size:1.05rem;font-weight:700}.legal-doc-section p{color:#475569;margin:0 0 1rem;font-size:.94rem;line-height:1.75}.legal-doc-section ul{margin:0 0 1.25rem;padding-left:1.25rem}.legal-doc-section li{color:#475569;margin-bottom:.4rem;font-size:.92rem;line-height:1.7}.legal-doc-section strong{color:#0f172a}.legal-highlight-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;gap:.85rem;margin:1.25rem 0;padding:1.15rem 1.25rem;display:flex}.legal-highlight-box.emerald-border{border-left:3px solid #10b981}.highlight-icon{flex-shrink:0;margin-top:2px}.highlight-content h4{color:#0f172a;margin:0 0 .25rem;font-size:.88rem;font-weight:750}.highlight-content p{color:#64748b;margin:0;font-size:.85rem;line-height:1.55}.legal-officer-card{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1.5rem;display:flex}.officer-info h4{color:#0f172a;margin:0 0 .25rem;font-size:1rem;font-weight:800}.officer-info p{color:#64748b;margin:0;font-size:.86rem}.officer-btn{color:#fff;background:#4f46e5;border-radius:6px;align-items:center;gap:.4rem;padding:.6rem 1.15rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.officer-btn:hover{background:#4338ca;transform:translateY(-1px)}@media (width<=900px){.legal-body-container{grid-template-columns:1fr;gap:2rem}.legal-toc-sticky{position:static}.legal-document-content{padding:2rem 1.5rem}.legal-main-title{font-size:2.1rem}}@media print{.header,.footer,.legal-toc-sticky,.legal-print-btn{display:none!important}.legal-body-container{grid-template-columns:1fr}.legal-document-content{box-shadow:none;border:none;padding:0}}.auth-page{background-color:#f8fafc;min-height:calc(100vh - 80px);display:flex}.auth-hero{display:none}@media (width>=1024px){.auth-hero{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);color:#fff;flex-direction:column;flex:1;justify-content:center;padding:60px;display:flex;position:relative;overflow:hidden}.auth-hero:before{content:"";pointer-events:none;opacity:.4;background-color:#0000;background-image:radial-gradient(circle,#ffffff1a 10%,#0000 20%),radial-gradient(circle,#ffffff1a 10%,#0000 20%);background-position:0 0,25px 25px;background-repeat:repeat,repeat;background-size:50px 50px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:200%;height:200%;position:absolute;top:-50%;left:-50%;transform:rotate(30deg)}.auth-hero-content{z-index:1;max-width:500px;position:relative}.auth-hero h1{color:#fff;margin-bottom:20px;font-size:3rem;font-weight:800;line-height:1.2}.auth-hero p{opacity:.9;font-size:1.25rem;line-height:1.6}.auth-hero-features{flex-direction:column;gap:20px;margin-top:40px;display:flex}.auth-feature{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:6px;align-items:center;gap:16px;padding:16px;display:flex}.auth-feature .icon-container{background:#fff3;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex}}.auth-container{background-color:#fff;flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:relative}.auth-card{z-index:10;width:100%;max-width:420px;position:relative}.auth-header{text-align:center;margin-bottom:32px}.auth-icon-wrapper{width:64px;height:64px;color:var(--color-primary);background:linear-gradient(135deg,#2563eb1a 0%,#2563eb0d 100%);border-radius:6px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.auth-card h2{color:#0f172a;margin-top:0;margin-bottom:8px;font-size:32px;font-weight:800}.auth-card p.auth-subtitle{color:#64748b;margin:0;font-size:16px}.auth-page .form-group{margin-bottom:24px;position:relative}.auth-page .form-group label{color:#334155;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.input-with-icon{position:relative}.input-icon{color:#94a3b8;pointer-events:none;transition:color .3s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.auth-page .form-group input{box-sizing:border-box;color:#0f172a;background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:14px 16px 14px 48px;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-page .form-group input:hover{border-color:#cbd5e1}.auth-page .form-group input:focus{border-color:var(--color-primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #2563eb1a}.auth-page .form-group input:focus+.input-icon,.auth-page .form-group input:not(:placeholder-shown)+.input-icon{color:var(--color-primary)}.auth-submit{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);color:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:12px;padding:16px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 20px #2563eb33}.auth-submit:hover{transform:translateY(-2px);box-shadow:0 15px 25px #2563eb4d}.auth-submit:active{transform:translateY(0)}.auth-error{color:#ef4444;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:6px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;font-size:14px;font-weight:500;display:flex}.auth-link{text-align:center;color:#64748b;margin-top:32px;font-size:15px}.auth-link a{color:var(--color-primary);margin-left:6px;font-weight:700;text-decoration:none;transition:all .2s}.auth-link a:hover{color:var(--color-secondary);text-decoration:underline}.dashboard-layout{background-color:#fff;background-image:radial-gradient(#e2e8f0 .85px,#0000 .85px),radial-gradient(at 0 0,#6366f108 0,#0000 50%),radial-gradient(at 100% 0,#7c3aed08 0,#0000 50%);background-size:24px 24px,100% 100%,100% 100%;min-height:100vh;padding-bottom:6rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.dashboard-header-banner{background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding:2.5rem 0 1.5rem;box-shadow:0 1px 3px #0f172a05}.dashboard-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.dashboard-profile-group{align-items:center;gap:1.25rem;display:flex}.dashboard-avatar-large{color:#fff;background:#0f172a;border:1px solid #1e293b;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;font-weight:800;display:flex;position:relative;box-shadow:0 1px 3px #0f172a14}.dashboard-avatar-status{background-color:#10b981;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px;box-shadow:0 0 0 1px #10b98133}.dashboard-header-top-line{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.dashboard-header-top-line h1{color:#0f172a;letter-spacing:-.025em;margin:0;font-size:1.4rem;font-weight:800}.dashboard-badge-verified{color:#4f46e5;letter-spacing:0;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;align-items:center;gap:.3rem;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.dashboard-meta-subrow{color:#64748b;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:flex}.meta-live-dot{background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 2px #10b98133}.dashboard-meta-sep{color:#cbd5e1}.dashboard-header-actions{align-items:center;gap:.75rem;display:flex}.btn-header-secondary{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.15rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.btn-header-secondary:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.btn-header-primary{color:#fff;background:#4f46e5;border:1px solid #4338ca;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #4f46e540}.btn-header-primary:hover{color:#fff;background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e559}.dashboard-tabs-wrapper{border-bottom:2px solid #0000;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.dashboard-tab-item{color:#64748b;cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.6rem .25rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.dashboard-tab-item:hover{color:#0f172a}.dashboard-tab-item.active{color:#4f46e5;border-bottom-color:#4f46e5;font-weight:750}.tab-count-pill{color:#475569;background:#f1f5f9;border-radius:4px;padding:.1rem .5rem;font-size:.72rem;font-weight:700}.dashboard-tab-item.active .tab-count-pill{color:#4f46e5;background:#eef2ff}.dashboard-kpi-ribbon{background:#fff;border:1px solid #e2e8f0;border-radius:6px;grid-template-columns:repeat(4,1fr);margin-bottom:2.25rem;display:grid;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.kpi-segment{border-right:1px solid #f1f5f9;align-items:center;gap:.85rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.kpi-segment:last-child{border-right:none}.kpi-segment:hover{background:#f8fafc}.kpi-icon-pill{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.kpi-icon-emerald{color:#059669;background:#ecfdf5;border:1px solid #d1fae5}.kpi-icon-indigo{color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff}.kpi-icon-violet{color:#7c3aed;background:#f5f3ff;border:1px solid #ede9fe}.kpi-content{flex-direction:column;gap:.15rem;min-width:0;display:flex}.kpi-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:.7rem;font-weight:700}.kpi-value-row{align-items:center;gap:.45rem;display:flex}.kpi-value-row strong{color:#0f172a;letter-spacing:-.01em;white-space:nowrap;font-size:.98rem;font-weight:800}.kpi-pill{letter-spacing:.02em;white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.kpi-pill-emerald{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.kpi-pill-indigo{color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe}.kpi-pill-violet{color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe}.dashboard-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.dashboard-section-title{color:#0f172a;letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:800;display:flex}.dashboard-filter-bar{align-items:center;gap:.75rem;display:flex}.dashboard-search-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:240px;padding:.5rem .85rem;font-size:.85rem;transition:all .15s;box-shadow:0 1px 2px #0f172a08}.dashboard-search-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.view-toggle-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:3px;padding:3px;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.view-toggle-btn{cursor:pointer;color:#64748b;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.view-toggle-btn:hover{color:#0f172a}.view-toggle-btn.active{color:#4f46e5;background:#fff;border-color:#e2e8f0;font-weight:700;box-shadow:0 1px 3px #0f172a14}.dashboard-onboarding-hub{flex-direction:column;gap:2rem;display:flex}.workspace-notice-banner{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #4f46e5;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 3px #0f172a05}.notice-banner-text{align-items:center;gap:.85rem;display:flex}.notice-icon-box{color:#4f46e5;background:#eef2ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.notice-banner-text h4{color:#0f172a;margin:0 0 .2rem;font-size:.95rem;font-weight:750}.notice-banner-text p{color:#64748b;margin:0;font-size:.85rem}.notice-banner-actions{align-items:center;gap:.75rem;display:flex}.marketplace-quick-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.marketplace-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;justify-content:space-between;padding:1.75rem;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 6px #0f172a08}.marketplace-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px -4px #4f46e51a}.marketplace-card-header{align-items:flex-start;gap:.85rem;margin-bottom:1rem;display:flex}.marketplace-app-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.marketplace-category-tag{letter-spacing:.06em;text-transform:uppercase;color:#4f46e5;background:#eef2ff;border:1px solid #e0e7ff;border-radius:4px;margin-bottom:.25rem;padding:.15rem .45rem;font-size:.65rem;font-weight:800;display:inline-block}.marketplace-card h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800;line-height:1.25}.marketplace-card p{color:#64748b;margin:0 0 1.25rem;font-size:.88rem;line-height:1.6}.marketplace-specs-list{flex-direction:column;gap:.45rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.marketplace-specs-list li{color:#334155;align-items:center;gap:.45rem;font-size:.82rem;font-weight:500;display:flex}.marketplace-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1.15rem;display:flex}.marketplace-price{color:#0f172a;font-size:.92rem;font-weight:800}.marketplace-price span{color:#64748b;font-size:.75rem;font-weight:500}.btn-deploy-app{color:#fff;background:#4f46e5;border:1px solid #4338ca;border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .95rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 2px 4px #4f46e533}.btn-deploy-app:hover{color:#fff;background:#4338ca;transform:translateY(-1px)}.onboarding-steps-container{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1.75rem 2rem;box-shadow:0 1px 3px #0f172a05}.onboarding-steps-header{margin-bottom:1.5rem}.onboarding-steps-header h3{color:#0f172a;margin:0 0 .25rem;font-size:1.1rem;font-weight:800}.onboarding-steps-header p{color:#64748b;margin:0;font-size:.85rem}.onboarding-steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.onboarding-step-item{align-items:flex-start;gap:.85rem;display:flex}.step-circle{color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:ui-monospace,monospace;font-size:.9rem;font-weight:800;display:flex}.step-details h4{color:#0f172a;margin:0 0 .25rem;font-size:.92rem;font-weight:750}.step-details p{color:#64748b;margin:0;font-size:.82rem;line-height:1.5}.platform-health-ticker{color:#e2e8f0;background:#0f172a;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-family:ui-monospace,monospace;font-size:.78rem;display:flex}.ticker-title{color:#38bdf8;align-items:center;gap:.5rem;font-weight:700;display:flex}.ticker-metrics-row{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.ticker-item{color:#94a3b8;align-items:center;gap:.4rem;display:flex}.ticker-pulse{background-color:#10b981;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse-dot;box-shadow:0 0 0 2px #10b9814d}.ticker-item strong{color:#34d399}.subscription-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.sub-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:1.25rem;padding:1.5rem 1.75rem;transition:all .2s;display:flex;position:relative;box-shadow:0 1px 3px #0f172a0a}.sub-card:hover{border-color:#cbd5e1;box-shadow:0 6px 20px -2px #0f172a0f}.sub-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.sub-app-info{align-items:center;gap:1rem;min-width:0;display:flex}.app-icon{color:#4f46e5;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.app-icon img{object-fit:cover;width:100%;height:100%}.sub-title-row{align-items:center;gap:.65rem;display:flex}.sub-app-name{color:#0f172a;letter-spacing:-.015em;margin:0;font-size:1.2rem;font-weight:800}.sub-meta-tags{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.sub-plan-badge{color:#4f46e5;text-transform:uppercase;letter-spacing:.04em;background:#eef2ff;border:1px solid #e0e7ff;border-radius:4px;padding:.12rem .45rem;font-size:.7rem;font-weight:750}.sub-meta-pill{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.12rem .5rem;font-size:.72rem;font-weight:600}.sub-meta-pill.text-muted{color:#64748b;background:#f8fafc}.status-badge{border-radius:6px;align-items:center;gap:.35rem;padding:.22rem .6rem;font-size:.72rem;font-weight:700;line-height:1.2;display:inline-flex}.status-badge.active,.status-badge.paid{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.status-badge.cancelled{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.status-badge.past_due{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.status-dot{background-color:currentColor;border-radius:50%;width:6px;height:6px}.status-badge.active .status-dot{animation:2s infinite pulse-dot;box-shadow:0 0 0 2px #10b98133}.btn-launch-hero{color:#fff;white-space:nowrap;background:#4f46e5;border:1px solid #4338ca;border-radius:6px;align-items:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 3px #4f46e533}.btn-launch-hero:hover{color:#fff;background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 10px #4f46e54d}.sub-service-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;grid-template-columns:1fr 1fr;gap:1.75rem;padding:1.25rem 1.4rem;display:grid}.service-col-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.service-col-title{text-transform:uppercase;letter-spacing:.05em;color:#475569;align-items:center;gap:.4rem;font-size:.72rem;font-weight:800;display:flex}.sub-lifecycle-col{border-right:1px solid #e2e8f0;flex-direction:column;justify-content:space-between;padding-right:1.75rem;display:flex}.validity-days-badge{color:#047857;background:#d1fae5;border:1px solid #a7f3d0;border-radius:4px;padding:.12rem .5rem;font-size:.7rem;font-weight:700}.validity-progress-bar{background:#e2e8f0;border-radius:4px;height:5px;margin-bottom:.45rem;overflow:hidden}.validity-progress-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;height:100%}.validity-dates-row{color:#64748b;justify-content:space-between;margin-bottom:.5rem;font-size:.76rem;display:flex}.validity-dates-row strong{color:#1e293b}.sub-pricing-callout{color:#475569;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.65rem;font-size:.8rem;display:flex}.sub-pricing-callout strong{color:#0f172a;font-size:.92rem}.sub-auto-renew-chip{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;padding:.12rem .45rem;font-size:.68rem;font-weight:700}.sub-credentials-col{flex-direction:column;justify-content:space-between;min-width:0;display:flex}.sub-integration-tag{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:.1rem .45rem;font-family:monospace;font-size:.68rem;font-weight:700}.key-box{background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:space-between;align-items:center;min-width:0;padding:.5rem .75rem;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;display:flex;box-shadow:0 1px 2px #0f172a05}.key-value-text{color:#0f172a;-webkit-user-select:all;user-select:all;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin-right:.5rem;font-size:.82rem;font-weight:600;overflow:hidden}.key-box-actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.copy-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;transition:all .15s;display:flex}.copy-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#e2e8f0}.key-security-subtext{color:#64748b;margin-top:.5rem;font-size:.72rem;font-weight:500}.sub-card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:.65rem;display:flex}.sub-footer-status{color:#64748b;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.sub-footer-status strong{color:#334155}.status-pulse-dot-sm{background:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 2px #10b98133}.sub-cta-group{align-items:center;gap:.75rem;display:flex}.btn-cancel-link{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.2rem .4rem;font-size:.78rem;font-weight:600;transition:color .15s}.btn-cancel-link:hover{color:#ef4444;background:#fef2f2}.cancel-notice-pill{color:#d97706;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:2.5rem;overflow:hidden;box-shadow:0 1px 3px #0f172a08}.billing-table{border-collapse:collapse;text-align:left;width:100%}.billing-table th{text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.85rem 1.25rem;font-size:.74rem;font-weight:700}.billing-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem 1.25rem;font-size:.88rem}.billing-table tr:last-child td{border-bottom:none}.billing-table tr:hover td{background-color:#f8fafc}.inv-number{color:#0f172a;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.85rem;font-weight:600}.inv-date{color:#64748b;font-size:.85rem}.inv-amount{color:#0f172a;font-size:.95rem;font-weight:700}.btn-invoice-action{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.45rem;padding:.42rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.btn-invoice-action:hover{color:#4f46e5;background:#f8fafc;border-color:#4f46e5;transform:translateY(-1px);box-shadow:0 2px 5px #4f46e51a}.loader-container{color:#4f46e5;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.spinner{margin-bottom:1rem;animation:1s linear infinite spin}@media (width<=1024px){.dashboard-kpi-ribbon{grid-template-columns:repeat(2,1fr)}.sub-service-grid{grid-template-columns:1fr;gap:1.25rem}.sub-lifecycle-col{border-bottom:1px solid #e2e8f0;border-right:none;padding-bottom:1.25rem;padding-right:0}.marketplace-quick-grid,.onboarding-steps-grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-title-row{flex-direction:column;align-items:flex-start}.dashboard-header-actions{justify-content:flex-start;width:100%}.dashboard-kpi-ribbon{grid-template-columns:1fr}.kpi-segment{border-bottom:1px solid #f1f5f9;border-right:none}.sub-header{flex-direction:column;align-items:flex-start}.btn-launch-hero{justify-content:center;width:100%}.dashboard-search-input{width:100%}.ticker-metrics-row{gap:.75rem}}.rotate-key-btn:hover{color:#dc2626!important;background:#fef2f2!important;border-color:#fecaca!important}.key-rotated-notice{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;align-items:center;gap:.35rem;margin-top:.4rem;padding:.35rem .6rem;font-size:.75rem;font-weight:600;animation:.2s ease-in-out fadeIn;display:flex}.rotate-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;padding:1.25rem;animation:.15s ease-out fadeIn;display:flex;position:fixed;inset:0}.rotate-modal-dialog{background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;max-width:480px;animation:.15s ease-out scaleIn;overflow:hidden;box-shadow:0 20px 25px -5px #0f172a33,0 8px 10px -6px #0f172a1a}.rotate-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.rotate-modal-icon-badge{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.rotate-modal-title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:800;line-height:1.3}.rotate-modal-subtitle{color:#64748b;margin:.15rem 0 0;font-size:.78rem;font-weight:600}.rotate-modal-body{padding:1.5rem}.rotate-modal-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.82rem;line-height:1.5}.rotate-modal-warning code{color:#78350f;background:#fef3c7;border:1px solid #fcd34d;border-radius:4px;padding:.1rem .35rem;font-family:monospace;font-weight:700}.rotate-modal-security-info{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;align-items:flex-start;gap:.6rem;padding:.75rem .85rem;font-size:.8rem;line-height:1.4;display:flex}.rotate-modal-security-info strong{color:#14532d}.rotate-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.rotate-modal-btn-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.rotate-modal-btn-cancel:hover:not(:disabled){color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.rotate-modal-btn-confirm{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #b91c1c;border-radius:6px;align-items:center;gap:.45rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 4px #dc262633}.rotate-modal-btn-confirm:hover:not(:disabled){background:#b91c1c;border-color:#991b1b;transform:translateY(-1px);box-shadow:0 4px 6px #dc26264d}.rotate-modal-btn-confirm:disabled,.rotate-modal-btn-cancel:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.invoice-modal-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:2rem;padding-top:1.25rem;display:flex}.btn-invoice-download{color:#fff;cursor:pointer;background:#4f46e5;border:1px solid #4338ca;border-radius:6px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.92rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 4px #4f46e540}.btn-invoice-download:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 8px #4f46e559}.btn-invoice-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.92rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-invoice-secondary:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.checkout-container{max-width:1040px;margin:0 auto;padding:60px 20px}.checkout-header{text-align:center;margin-bottom:50px}.checkout-header h1{color:#0f172a;letter-spacing:-.04em;margin-bottom:1rem;font-size:3rem;font-weight:900}.checkout-header p{color:#475569;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.checkout-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:2rem;display:grid}.checkout-form-section h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:24px;font-size:1.5rem;font-weight:800}.checkout-form{background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:2.5rem;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out;position:relative;box-shadow:8px 8px #e2e8f0}.checkout-form:hover{border-color:#cbd5e1;transform:translate(-2px,-2px);box-shadow:10px 10px #cbd5e1}.payment-method-tabs{border-bottom:2px solid #e2e8f0;gap:12px;margin-bottom:30px;padding-bottom:24px;display:flex}.payment-tab{color:#475569;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:6px;flex:1;padding:12px 16px;font-size:.95rem;font-weight:700;transition:transform .1s ease-out,box-shadow .1s ease-out,border-color .1s ease-out,color .1s ease-out;box-shadow:4px 4px #e2e8f0}.payment-tab:hover:not(.active){color:#0f172a;border-color:#94a3b8;transform:translate(-2px,-2px);box-shadow:6px 6px #94a3b8}.payment-tab:active{transform:translate(2px,2px);box-shadow:2px 2px #e2e8f0}.payment-tab.active{color:#4f46e5;background:#fff;border-color:#4f46e5;transform:translate(-1px,-1px);box-shadow:4px 4px #4f46e5}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{margin-bottom:20px}.checkout-form label{color:#0f172a;margin-bottom:8px;font-size:.95rem;font-weight:700;display:block}.checkout-form input,.checkout-form select{color:#0f172a;background-color:#fff;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:14px 16px;font-size:1rem;font-weight:500;transition:all .15s ease-out;box-shadow:2px 2px #e2e8f0}.checkout-form input:focus,.checkout-form select:focus{border-color:#4f46e5;outline:none;transform:translate(-2px,-2px);box-shadow:4px 4px #4f46e5}.checkout-form .input-with-icon{align-items:center;display:flex;position:relative}.checkout-form .input-with-icon input{padding-right:48px}.checkout-form .input-icon{color:#64748b;position:absolute;right:16px}.checkout-submit-btn{text-align:center;color:#fff;cursor:pointer;background-color:#4f46e5;border:2px solid #4f46e5;border-radius:6px;width:100%;margin-top:32px;padding:1rem 1.5rem;font-size:1.15rem;font-weight:800;transition:transform .1s ease-out,box-shadow .1s ease-out;display:block;box-shadow:4px 4px #3730a3}.checkout-submit-btn:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:6px 6px #3730a3}.checkout-submit-btn:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #3730a3}.checkout-submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:4px 4px #3730a3}.checkout-security-badge{color:#64748b;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:.9rem;font-weight:600;display:flex}.checkout-summary-section{position:sticky;top:40px}.summary-card{background:#fff;border:2px solid #4f46e5;border-radius:6px;padding:2.5rem;transition:transform .1s ease-out,box-shadow .1s ease-out;position:relative;box-shadow:8px 8px #4f46e5}.summary-card:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #4f46e5}.summary-card h2{color:#0f172a;margin-bottom:24px;font-size:1.5rem;font-weight:800}.summary-item{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.summary-plan-name{color:#0f172a;font-size:1.15rem;font-weight:800}.summary-plan-price{color:#475569;font-size:1.1rem;font-weight:700}.summary-divider{background:#e2e8f0;border:0;height:2px;margin:24px 0}.summary-total{color:#0f172a;justify-content:space-between;align-items:center;margin-bottom:32px;font-size:1.5rem;font-weight:900;display:flex}.summary-total span:last-child{color:#4f46e5}.summary-features{flex-direction:column;gap:.875rem;margin:0 0 32px;padding:0;list-style:none;display:flex}.summary-features li{color:#334155;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.summary-features li svg{color:#10b981;flex-shrink:0}.summary-guarantee{border-top:2px solid #e2e8f0;gap:16px;padding-top:24px;display:flex}.summary-guarantee svg{color:#4f46e5;flex-shrink:0}.summary-guarantee strong{color:#0f172a;margin-bottom:4px;font-size:1rem;font-weight:800;display:block}.summary-guarantee p{color:#64748b;margin:0;font-size:.9rem;font-weight:500;line-height:1.6}.checkout-loading,.checkout-error-state{text-align:center;padding:100px 20px}.checkout-error{color:#b91c1c;background:#fef2f2;border:2px solid #fecaca;border-radius:6px;margin-bottom:24px;padding:16px;font-size:.95rem;font-weight:700;box-shadow:4px 4px #fecaca}@media (width<=900px){.checkout-grid{grid-template-columns:1fr}.checkout-summary-section{position:static}}
