@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0;background-color:#fffffff2}.navbar-scrolled{box-shadow:0 2px 10px #0000001a;padding:.5rem 0;background-color:#fffffffa}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar-logo{display:flex;align-items:center;cursor:pointer}.navbar-logo img{height:48px;width:auto;margin-right:.3rem}.navbar-logo span{font-size:1.5rem;font-weight:700;color:#212121}.navbar-menu-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}.navbar-menu-button span{display:block;height:3px;width:100%;background-color:#212121;border-radius:3px}.navbar-links ul{display:flex;list-style:none;margin:0;padding:0}.navbar-links li{margin:0 1rem;cursor:pointer;font-weight:500;color:#515151;padding:.5rem;border-bottom:2px solid transparent;transition:all .2s}.navbar-links li:hover{color:#f59e0b;border-bottom:2px solid #f59e0b}@media screen and (max-width: 768px){.navbar-menu-button{display:flex;z-index:1001}.navbar-links{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.navbar-links.active{right:0}.navbar-links ul{flex-direction:column;align-items:center}.navbar-links li{margin:1.5rem 0;font-size:1.2rem}}.hero{display:flex;align-items:center;justify-content:space-between;min-height:85vh;padding:5rem 2rem;max-width:1200px;margin:0 auto}.hero-content{flex:1;padding-right:2rem}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem;color:#212121;font-weight:800;line-height:1.2}.hero-content p{font-size:1.25rem;margin-bottom:2.5rem;color:#515151;line-height:1.6;max-width:600px}.ai-highlight{color:#10a37f;font-weight:600;border-bottom:2px solid #10a37f;padding-bottom:2px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-carousel{flex:1.2;position:relative}.carousel-container{position:relative;width:100%;height:500px;overflow:hidden;aspect-ratio:16 / 9;border-radius:12px;box-shadow:0 15px 30px #0003}.carousel-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:1;top:0;right:0;bottom:0;left:0}.carousel-slide.active{opacity:1;z-index:2}.carousel-slide img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;background:transparent;border:0}.carousel-indicators{display:flex;justify-content:center;gap:.8rem;margin-top:1.5rem}.carousel-indicator{width:12px;height:12px;border-radius:50%;background-color:#5151514d;border:none;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background-color:#f59e0b;transform:scale(1.2)}.secondary-button{padding:.8rem 1.8rem;background-color:#10a37f;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.secondary-button:hover{background-color:#0e8a6c;transform:translateY(-2px)}@media screen and (max-width: 992px){.hero{flex-direction:column;text-align:center;padding-top:4rem}.hero-content{padding-right:0;margin-bottom:2rem}.hero-content p{margin:0 auto 2.5rem}.hero-buttons{justify-content:center}.carousel-container{width:100%;height:400px;margin:0 auto}}@media screen and (max-width: 768px){.carousel-container{height:300px}.hero-content h1{font-size:2.5rem}}.heroV2{position:relative;isolation:isolate;padding:6rem 1.5rem}.heroV2-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:center}.heroV2-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 600px at 15% 15%,rgba(16,163,127,.15),transparent 60%),radial-gradient(1000px 600px at 85% 70%,rgba(245,158,11,.18),transparent 60%),linear-gradient(180deg,#fff,#fafafa);z-index:-2}.heroV2-noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='table' tableValues='0 0 0 0 0.07'/></feComponentTransfer></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");opacity:.25;mix-blend-mode:multiply;z-index:-1;pointer-events:none}.heroV2-title{font-size:clamp(2.4rem,5vw,4rem);line-height:1.1;margin:0 0 1rem;color:#1f2937;font-weight:800}.heroV2-title .brand{color:#111;text-shadow:0 1px 0 #fff}.heroV2-sub{font-size:1.125rem;color:#4b5563;max-width:52ch;margin:0 0 1.25rem;padding-bottom:6%}.heroV2-sub .ai{color:#10a37f;font-weight:600;border-bottom:2px solid #10a37f;padding-bottom:2px}.heroV2-bullets{margin:0 0 1.75rem;padding:0;list-style:none;color:#374151}.heroV2-bullets li{display:flex;align-items:center;gap:.6rem;margin:.4rem 0}.heroV2-bullets .dot{width:.6rem;height:.6rem;border-radius:50%;background:#10a37f;flex:none}.heroV2-ctas{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}.btn{padding:.9rem 1.6rem;border-radius:10px;font-weight:700;border:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.btn.primary{background:#f59e0b;color:#fff;box-shadow:0 8px 20px #f59e0b40}.btn.primary:hover{transform:translateY(-2px);background:#d97706}.btn.ghost{background:#111827;color:#fff}.btn.ghost:hover{transform:translateY(-2px);background:#0b0f1a}.trust{display:flex;gap:1.2rem;align-items:center;margin-top:.5rem;flex-wrap:wrap}.kpi{background:#fff;padding:.6rem .8rem;border-radius:10px;box-shadow:0 6px 14px #11182714}.kpi strong{font-size:1.05rem;margin-right:.35rem}.heroV2-visual{position:relative}.device{perspective:1400px}.bezel{position:relative;width:clamp(520px,44vw,640px);aspect-ratio:16/9;border-radius:5px;background:linear-gradient(145deg,#e9eef4,#fff);box-shadow:0 24px 60px #00000026;overflow:hidden}.screen{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .8s ease;will-change:opacity}.screen.active{opacity:1}.glass{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff10,#fff0 40%),linear-gradient(120deg,#fff0 30%,#fff1 55%,#fff0 70%);pointer-events:none;mix-blend-mode:screen}.float-pill{position:absolute;font-size:.85rem;padding:.45rem .7rem;border-radius:999px;box-shadow:0 10px 24px #0000001f;background:#fff;-webkit-user-select:none;user-select:none;animation:bob 4s ease-in-out infinite}.pill-green{left:-10px;top:60%;border:1px solid rgba(16,163,127,.3)}.pill-amber{right:6%;bottom:12%;border:1px solid rgba(245,158,11,.35);animation-delay:1s}.pill-blue{right:-18px;top:22%;border:1px solid rgba(59,130,246,.3);animation-delay:2s}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width: 992px){.heroV2-inner{grid-template-columns:1fr;gap:2.2rem}.heroV2-copy{text-align:center}.heroV2-bullets li,.heroV2-ctas{justify-content:center}.bezel{width:100%;transform:none}.float-pill{display:none}}@media (max-width: 560px){.btn{width:100%}}.features{padding:5rem 2rem;background-color:#f8f9fa}.features .container{max-width:1200px;margin:0 auto}.section-description{text-align:center;font-size:1.1rem;color:#515151;max-width:700px;margin:0 auto 2rem}.tabs{display:flex;justify-content:center;gap:.25rem;margin-bottom:2.5rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding:.25rem .5rem;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}.tabs::-webkit-scrollbar{display:none}.tabs{scrollbar-width:none}.tab-button{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap;padding:.55rem 1.05rem;background:#fff;border-radius:999px;border:1px solid #e5e7eb;font-size:1rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .18s ease,border-color .18s ease;position:relative}.tab-button:hover{color:#111827;border-color:#d1d5db;transform:translateY(-1px)}.tab-button.active{color:#b45309;border-color:#f59e0b33;background:#fff7ed}.tab-button.active:after{content:"";position:absolute;left:16px;right:16px;bottom:-7px;height:3px;border-radius:3px;background:#f59e0b}.tab-badge{display:inline-block;margin-left:.45rem;padding:.12rem .45rem;font-size:.72rem;font-weight:700;color:#b45309;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;transform:translateY(-1px)}@media (max-width: 1024px){.tabs{justify-content:flex-start}.tab-button{padding:.5rem .9rem;font-size:.95rem}}@media (max-width: 640px){.tab-button{padding:.45rem .8rem;font-size:.9rem}}.hl-card{display:flex;gap:0;position:relative;overflow:hidden;border-radius:14px;box-shadow:0 10px 24px #00000014;background:#fff;margin-bottom:2rem;--tone: #b45309;--grad1: #f59e0b;--grad2: #f89244;--bgSoft: #fff7ec;--softA: rgba(245,158,11,.15);--softB: rgba(17,24,39,.1);--border: #fde68a}.hl-card:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(var(--grad1),var(--grad2))}.hl-card{border:1px solid var(--border)}.hl-copy{flex:1;padding:2rem 2.4rem;position:relative}.hl-badge{position:static;display:inline-flex;align-items:center;padding:.4rem .9rem;font-size:.82rem;font-weight:700;color:#fff;border-radius:999px;margin-bottom:.6rem;background:linear-gradient(135deg,var(--grad1),var(--grad2));box-shadow:0 6px 18px color-mix(in srgb,var(--grad1) 40%,transparent)}.hl-copy h3{font-size:1.75rem;margin:0 0 .8rem;color:var(--tone)}.hl-copy p{color:#515151;line-height:1.6;margin:1.2rem 0 .6rem}.hl-list{list-style:none;padding:0;margin:1rem auto 0;align-items:center;width:max(32ch,min(640px,80%))}.hl-list li{display:grid;grid-template-columns:12px 1fr;column-gap:.6rem;align-items:start;text-align:left;margin:.35rem 0;padding:0}.hl-list li:before{content:"";width:6px;height:6px;border-radius:50%;margin-top:.55em;background:var(--tone)}.hl-media{flex:1;min-height:280px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;background:radial-gradient(600px 240px at 85% 15%,var(--softA),transparent 60%),radial-gradient(500px 240px at 10% 85%,var(--softB),transparent 60%),var(--bgSoft)}.hl-media img{width:100px;height:100px;object-fit:contain}.hl-card.is-notify{--tone: #b45309;--grad1: #f59e0b;--grad2: #f89244;--bgSoft:#fff7ec;--softA: rgba(245,158,11,.15);--softB: rgba(17,24,39,.1);--border:#fde68a}.hl-card.is-ai{--tone: #0e8a6c;--grad1: #10a37f;--grad2: #0e8a6c;--bgSoft:#eefaf6;--softA: rgba(16,163,127,.15);--softB: rgba(14,138,108,.1);--border:#c8f3e5}.hl-card.is-monitor{--tone: #4f46e5;--grad1: #6366f1;--grad2: #4f46e5;--bgSoft:#eef2ff;--softA: rgba(99,102,241,.15);--softB: rgba(31,41,55,.08);--border:#c7d2fe}.hl-card.is-troubleshoot{--tone: #0891b2;--grad1: #06b6d4;--grad2: #0891b2;--bgSoft:#ecfeff;--softA: rgba(6,182,212,.16);--softB: rgba(2,132,199,.1);--border:#a5f3fc}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2.2rem;margin-bottom:.75rem}.feature-title{font-size:1.2rem;margin-bottom:.6rem;color:#212121}.feature-description{color:#515151;line-height:1.6}.ai-feature-highlight{display:flex;gap:0;position:relative;overflow:hidden;border-radius:14px;box-shadow:0 10px 24px #00000014;background:#fff;margin-bottom:2rem;--tone: #0e8a6c;--grad1: #10a37f;--grad2: #0e8a6c;--bgSoft:#eefaf6;--softA: rgba(16,163,127,.15);--softB: rgba(14,138,108,.1);--border:#c8f3e5;border:1px solid var(--border)}.ai-feature-highlight:before{content:"";position:absolute;inset:0 auto 0 0;width:6px;background:linear-gradient(var(--grad1),var(--grad2))}.ai-feature-content{flex:1;padding:2rem 2.4rem;position:relative;text-align:center}.ai-badge{position:static;display:inline-flex;align-items:center;justify-content:center;padding:.4rem .9rem;font-size:.82rem;font-weight:700;color:#fff;border-radius:999px;margin-bottom:.6rem;background:linear-gradient(135deg,var(--grad1),var(--grad2));box-shadow:0 6px 18px color-mix(in srgb,var(--grad1) 40%,transparent)}.ai-feature-content h3{font-size:1.75rem;margin:0 0 .8rem;color:var(--tone)}.ai-feature-content p{color:#515151;line-height:1.6;margin:1.2rem 0 .6rem}.ai-roadmap{color:#10a37f!important;font-weight:500;font-style:italic;border-left:3px solid #10a37f;padding-left:1rem;margin-top:1.2rem!important;background:#10a37f0d;padding:.8rem 1rem;border-radius:0 4px 4px 0}.ai-logos{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:.5rem}.openai-logo{margin-top:20px;max-width:270px;width:auto;height:auto;display:block}.ai-feature-image-container{flex:1;min-height:320px;display:flex;align-items:center;justify-content:center;background:radial-gradient(600px 240px at 85% 15%,var(--softA),transparent 60%),radial-gradient(500px 240px at 10% 85%,var(--softB),transparent 60%),var(--bgSoft)}.ai-feature-img{width:100%;height:100%;object-fit:contain;padding:1.2rem}@media (max-width: 992px){.ai-feature-highlight{flex-direction:column}.ai-feature-image-container{min-height:100px}}@media (max-width: 640px){.ai-feature-content{padding:1.4rem}.ai-feature-content h3{font-size:1.45rem}}@media (max-width: 992px){.features-grid{grid-template-columns:repeat(2,1fr)}.hl-card{flex-direction:column}.hl-media{min-height:300px}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.tabs{flex-direction:column;align-items:center;gap:.5rem}.tab-button{margin:0}.hl-copy{padding:1.4rem}.hl-copy h3{font-size:1.45rem}}.hl-media>img{width:100%;height:100%;object-fit:contain;padding:1.2rem}.reports-slider{position:relative;border-radius:12px;overflow:hidden;background:var(--bgSoft, #fff);box-shadow:0 8px 24px #00000014;width:100%;height:clamp(300px,32vw,520px);min-height:300px}.reports-slider .track{display:flex;transition:transform .45s ease;will-change:transform;width:100%}.reports-slider .slide{flex:0 0 auto}.reports-slider .slide img{width:100%;height:auto;max-height:100%;object-fit:contain}.reports-slider .nav{position:absolute;top:50%;transform:translateY(-50%);border:none;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#00000059;color:#fff;cursor:pointer;z-index:2}.reports-slider .nav:hover{background:#00000080}.reports-slider .nav.prev{left:10px}.reports-slider .nav.next{right:10px}.reports-slider .dots{position:absolute;left:0;right:0;bottom:8px;display:flex;gap:6px;justify-content:center}.reports-slider .dot{width:8px;height:8px;border-radius:50%;border:none;cursor:pointer;background:#ffffff8c}.reports-slider .dot.active{background:#fff}.hl-card.is-reports{--tone: #be185d;--grad1: #f472b6;--grad2: #ec4899;--bgSoft:#fdf2f8;--softA: rgba(236,72,153,.16);--softB: rgba(190,24,93,.1);--border:#fbcfe8}.hl-card.is-reports .reports-slider .nav{background:#be185d59}.hl-card.is-reports .reports-slider .nav:hover{background:#be185d8c}.hl-card.is-reports .reports-slider .dot.active{background:var(--tone)}.reports-slider .track{display:flex;transition:transform .45s ease;will-change:transform}.hl-card.is-rdp{--tone: #931dd8;--grad1: #bb3bf6;--grad2: #8d1dd8;--bgSoft:#f6efff;--softA: rgba(59,130,246,.14);--softB: rgba(30,58,138,.1);--border:#efbffe}.product-comparison{padding:6rem 2rem}.comparison-table-container{overflow-x:auto;margin-bottom:3rem}.comparison-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d}.comparison-table th,.comparison-table td{padding:1rem;text-align:center}.comparison-table th{background-color:#f59e0b;color:#fff;font-weight:600}.comparison-table th.feature-column{text-align:left;width:50%}.comparison-table td.feature-name{text-align:left;font-weight:500}.comparison-table tr:nth-child(2n){background-color:#f8f9fa}.comparison-table td.has-feature{color:#10b981;font-weight:700}.comparison-table td.no-feature{color:#ef4444}.product-cards{display:flex;justify-content:center;gap:3rem;margin-top:4rem}.product-card{background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000000d;width:100%;max-width:450px;display:flex;flex-direction:column}.product-header{padding:2rem;text-align:center;border-bottom:1px solid #e5e7eb}.product-header img{width:80px;height:auto;margin-bottom:1rem}.product-header h3{font-size:1.5rem;color:#212121;margin:0}.product-body{padding:2rem;flex-grow:1}.product-body p{color:#515151;margin-bottom:1.5rem;line-height:1.6}.product-body ul{padding-left:1.5rem;margin:0}.product-body li{margin-bottom:.5rem;color:#515151}.product-footer{padding:2rem;border-top:1px solid #e5e7eb;text-align:center}@media screen and (max-width: 992px){.product-cards{flex-direction:column;align-items:center}.product-card{margin-bottom:2rem}}.variant-toggle{display:flex;justify-content:center;gap:.5rem;margin:1.25rem 0 1rem}.toggle-btn{padding:.65rem 1.1rem;border:1px solid #e5e7eb;background:#fff;border-radius:999px;font-weight:700;cursor:pointer;transition:all .15s ease}.toggle-btn.active{background:#111827;color:#fff;border-color:#111827;transform:translateY(-1px)}.product-card.wide .product-body{text-align:center}.product-card.wide .product-body ul{list-style:none;padding:0;margin:1rem auto 0;display:inline-block;text-align:left}.product-card.wide .product-body li{display:grid;grid-template-columns:12px auto;column-gap:.6rem;align-items:start;margin:.45rem 0;padding:0}.product-card.wide .product-body li:before{content:"";width:6px;height:6px;border-radius:50%;background:#f59e0b;margin-top:.55em}.product-card.wide .product-body li::marker{content:none!important}.product-comparison .container{max-width:1600px}.pc-layout{display:grid;grid-template-columns:minmax(340px,480px) minmax(980px,1fr);gap:2rem;align-items:stretch}.product-preview{display:flex;align-items:center;justify-content:center;min-height:clamp(520px,66vh,900px)}.preview-bezel{width:100%;max-width:none;aspect-ratio:var(--preview-aspect);background:#fff;border-radius:20px;padding:10px;box-shadow:0 10px 30px #00000026;display:flex}.preview-img{width:100%;height:100%;object-fit:contain;border-radius:12px;display:block}@media (max-width: 992px){.pc-layout{grid-template-columns:1fr}.product-preview{min-height:360px}.preview-bezel{width:100%}}.how-it-works{padding:6rem 2rem;background-color:#f8f9fa}.steps-container{margin-top:4rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step{position:relative;padding-top:2rem}.step-number{position:absolute;top:0;left:0;font-size:1.8rem;font-weight:800;color:#f59e0b}.step-content{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;height:100%;display:flex;flex-direction:column}.step-icon{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.step-icon .icon{font-size:3rem;background:linear-gradient(135deg,#f59e0b20,#f59e0b40);width:80px;height:80px;display:flex;justify-content:center;align-items:center;border-radius:50%;box-shadow:0 4px 12px #f59e0b26;transition:transform .3s,box-shadow .3s}.step:hover .step-icon .icon{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 15px #f59e0b40}.step-title{font-size:1.2rem;color:#212121;margin-bottom:1rem;text-align:center}.step-description{color:#515151;line-height:1.6;text-align:center}@media screen and (max-width: 1200px){.steps-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.steps-container{grid-template-columns:1fr}}.hiw-tabs{display:flex;gap:.5rem;justify-content:center;margin:1rem 0 2rem;flex-wrap:wrap}.hiw-tab{padding:.65rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:999px;font-weight:700;cursor:pointer;transition:.15s ease;color:#374151}.hiw-tab.active{background:#111827;color:#fff;border-color:#111827;transform:translateY(-1px)}.hiw-steps{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.hiw-step{padding:1.2rem;transition:transform .15s ease,box-shadow .15s ease;text-align:center}.hiw-step:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0000000f}.hiw-step .step-number{font-weight:800;color:#f59e0b;font-size:.95rem;letter-spacing:.06em;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;display:inline-block;padding:.25rem .6rem;margin-bottom:.6rem}.hiw-step .step-icon .icon{font-size:1.4rem}.hiw-step .step-title{margin:.35rem 0 .3rem;font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.25;color:#111827}.hiw-step .step-description{color:#515151;line-height:1.45;font-size:clamp(.92rem,1vw,1rem);max-width:32ch;margin:0 auto;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.hiw-cta{margin-top:1.6rem;display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}:root{--hiw-bg: #f8f9fa;--hiw-card-bg: #ffffff;--hiw-text: #111827;--hiw-text-sub: #515151;--hiw-accent: #f59e0b;--hiw-accent-soft: #fff7ed;--hiw-border: #e5e7eb;--hiw-shadow: 0 10px 30px rgba(0,0,0,.06)}.hiw.how-it-works{padding:6rem 2rem;background:radial-gradient(1200px 600px at 50% -10%,#fff7ed,#fff0 60%),var(--hiw-bg)}.hiw-tabs{display:flex;gap:.6rem;justify-content:center;margin:1.2rem 0 2.2rem;flex-wrap:wrap}.hiw-tab{position:relative;padding:.7rem 1.1rem;border:1px solid var(--hiw-border);background:#fff;border-radius:999px;font-weight:700;cursor:pointer;color:#374151;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.hiw-tab:hover{transform:translateY(-1px);box-shadow:var(--hiw-shadow)}.hiw-tab.active{background:#111827;color:#fff;border-color:#111827}.hiw-tab-ink{position:absolute;left:12px;right:12px;bottom:6px;height:2px;background:linear-gradient(90deg,transparent,#fed7aa 25%,var(--hiw-accent) 50%,#fed7aa 75%,transparent);border-radius:999px;opacity:0;transform:scaleX(.7);transition:opacity .2s ease,transform .2s ease}.hiw-tab.active .hiw-tab-ink{opacity:.9;transform:scaleX(1)}.hiw-steps{margin-top:2.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));counter-reset:hiw-counter;position:relative}.hiw-card{position:relative;list-style:none;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#fde68a,#f59e0b,#f97316) border-box;border:1px solid transparent;border-radius:14px;padding:1.25rem 1.25rem 1.35rem;box-shadow:var(--hiw-shadow);text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.hiw-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px #0000001a}.hiw-number{display:none;font-weight:800;color:var(--hiw-accent);font-size:.95rem;letter-spacing:.06em;background:var(--hiw-accent-soft);border:1px solid #fed7aa;border-radius:999px;padding:.25rem .6rem;margin-bottom:.55rem}.hiw-icon{width:74px;height:74px;margin:.2rem auto 1rem;position:relative;display:grid;place-items:center;border-radius:50%;background:#f59e0b14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #fff9,0 6px 18px #f59e0b38;transition:transform .2s ease,box-shadow .2s ease}.hiw-card:hover .hiw-icon{transform:translateY(-2px) scale(1.02)}.hiw-icon-glow{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:conic-gradient(from 0deg,#fde68a,#f59e0b,#f97316,#fde68a);filter:blur(10px);opacity:.28;z-index:0}.hiw-emoji{position:relative;z-index:1;font-size:1.65rem;margin-top:10px}.step-title{margin:.35rem 0 .3rem;font-size:clamp(1.02rem,1.35vw,1.12rem);line-height:1.25;color:var(--hiw-text)}.step-description{color:var(--hiw-text-sub);line-height:1.5;font-size:clamp(.92rem,1vw,1rem);max-width:32ch;margin:0 auto;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.hiw-cta{margin-top:1.8rem;display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.hiw-cta .hiw-link{color:#374151;text-decoration:none;border-bottom:1px dashed #558cdd;padding-bottom:2px}.hiw-cta .hiw-link:hover{color:#111827;border-color:#9ca3af}@media (max-width: 640px){.hiw-steps{grid-template-columns:1fr}.hiw-steps:before{content:"";position:absolute;left:calc(50% - 1px);top:-8px;bottom:-8px;width:2px;background:linear-gradient(#fed7aa,var(--hiw-accent));opacity:.24}}@media (prefers-reduced-motion: reduce){.hiw-tab,.hiw-card,.hiw-icon,.hiw-tab-ink{transition:none!important}}.installation{padding:6rem 2rem}.platform-tabs{display:flex;justify-content:center;margin-bottom:3rem}.platform-tab{padding:.75rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1.1rem;font-weight:600;color:#515151;cursor:pointer;transition:all .2s;margin:0 1rem}.platform-tab.active{color:#f59e0b;border-bottom:3px solid #f59e0b}.installation-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.installation-steps h3,.system-requirements h3{color:#212121;margin-bottom:1.5rem;font-size:1.3rem}.installation-steps ol{padding-left:1.2rem}.installation-steps li{margin-bottom:1rem;color:#515151;line-height:1.6}.system-requirements ul{padding-left:1.2rem;margin-bottom:2rem}.system-requirements li{margin-bottom:.5rem;color:#515151}.note{background-color:#f59e0b1a;padding:1rem;border-left:4px solid #f59e0b;border-radius:4px}.note strong{color:#d97706}@media screen and (max-width: 992px){.installation-content{grid-template-columns:1fr}.installation-steps{margin-bottom:2rem}}@media screen and (max-width: 768px){.platform-tabs{flex-direction:column;align-items:center}.platform-tab{margin:.5rem 0;width:100%;max-width:200px;text-align:center}}.post-config{margin-top:24px;background:#fafafa;border:1px solid #eee;border-left:4px solid #f57f17;border-radius:6px;padding:16px}.post-config .bullet{margin:8px 0 12px}.post-config .bullet>li{margin:6px 0}:root{--bg: #0b0b0b;--card: #ffffff;--muted: #6b7280;--text: #111827;--ring: #f59e0b;--ring-600: #d97706;--ring-700: #b45309;--error: #ef4444;--success: #10b981;--shadow: 0 10px 30px rgba(0,0,0,.08);--radius: 14px;--radius-sm: 10px;--radius-lg: 18px;--gap: 2rem}.contact-form{padding:clamp(3rem,4vw,6rem) 1.25rem;background:linear-gradient(180deg,rgba(245,158,11,.06),transparent 35%)}.contact-container{max-width:1120px;margin:0 auto}.section-head{text-align:center;margin-bottom:2.25rem}.section-title{font-size:clamp(1.6rem,2.5vw,2rem);font-weight:800;letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem}.section-description{color:var(--muted);max-width:54ch;margin:0 auto}.form-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(1.5rem,2.5vw,2.5rem);margin-top:1.5rem}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(1.25rem,2.5vw,2.25rem);border:1px solid rgba(0,0,0,.04)}.modern-form{-webkit-backdrop-filter:saturate(120%);backdrop-filter:saturate(120%)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.25rem}.form-group{margin-bottom:1.1rem}label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text)}input,select,textarea{width:100%;border:1px solid #e5e7eb;border-radius:var(--radius-sm);padding:.9rem 1rem;font-size:1rem;color:#374151;background:#fff;transition:border-color .2s,box-shadow .2s,transform .02s}input::placeholder,textarea::placeholder{color:#9ca3af}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 4px #f59e0b26}.has-error input,.has-error textarea{border-color:var(--error);box-shadow:0 0 0 4px #ef44441f}.error-message{color:var(--error);font-size:.875rem;margin-top:.35rem}.form-submit{margin-top:1rem}.primary-button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1rem;border-radius:12px;background:linear-gradient(135deg,var(--ring) 0%,var(--ring-600) 100%);color:#fff;font-weight:700;letter-spacing:.2px;border:none;cursor:pointer;transition:transform .06s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 12px 30px #f59e0b40}.primary-button:hover{transform:translateY(-1px);box-shadow:0 16px 36px #f59e0b47}.primary-button:active{transform:translateY(0)}.primary-button:disabled{opacity:.7;cursor:not-allowed}.primary-button.is-loading{position:relative}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-alert{margin-top:1rem;padding:.9rem 1rem;background:#ef444414;border-left:4px solid var(--error);color:var(--error);border-radius:10px}.success-message{text-align:center}.success-message h3{color:var(--success);font-size:1.4rem;margin:.5rem 0 .25rem}.success-message p{color:#4b5563;margin-bottom:1.25rem}.success-icon{width:48px;height:48px;border-radius:50%;background:#10b9811f;color:var(--success);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.card-gradient{border-radius:var(--radius);padding:clamp(1.1rem,2vw,1.7rem);color:#fff;background:radial-gradient(1200px 400px at 10% -10%,rgba(255,255,255,.16),transparent 40%),linear-gradient(135deg,var(--ring) 0%,var(--ring-700) 100%);box-shadow:var(--shadow);position:relative;overflow:hidden;gap:.8rem}.card-gradient:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,.06),transparent 50%);pointer-events:none}.card-gradient h3{font-size:1.25rem;margin-bottom:1rem;font-weight:800}.card-gradient p{margin-bottom:1.25rem;color:#ffffffe6}.contact-item{display:grid;grid-template-columns:24px 1fr;align-items:start;gap:.6rem;margin-bottom:1rem}.contact-icon{font-size:1.1rem;line-height:1.1rem}.support-hours{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.25)}.support-hours h4{font-size:1rem;margin-bottom:.35rem}.company-info{margin-top:1rem;text-align:center}.company-info a{display:inline-flex;flex-direction:column;align-items:center;text-decoration:none;color:#fff;transition:transform .2s ease,opacity .2s ease}.company-info a:hover{transform:translateY(-2px);opacity:.95}.company-logo{width:125px;height:auto;border-radius:8px;margin-bottom:.4rem;margin-top:4px;padding:5px;box-shadow:0 10px 20px #0000002e}@media (max-width: 992px){.form-layout{grid-template-columns:1fr}.card-gradient{order:-1}}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:0}}.card-gradient{display:flex;flex-direction:column;gap:.8rem;padding:clamp(1.1rem,2vw,1.7rem)}.card-gradient h3{margin-bottom:.35rem}.card-gradient p{margin:0 0 .7rem}.contact-item{margin-bottom:.6rem;margin-top:.6rem;align-items:center;justify-content:center}.company-info{margin-top:18px}.company-logo{width:110px;margin:.3rem auto 0;display:block}.contact-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-top:2px;color:#fff;opacity:.95}.contact-icon svg{width:20px;height:20px;stroke-width:2}.g-recaptcha{margin:0 auto;display:flex;justify-content:start;transform-origin:0 0}@media (max-width: 480px){.g-recaptcha{transform:scale(.77)}}:root{--footer-bg:#0c0e12;--footer-fg:#ffffff;--muted:#aeb6c2;--soft:#e5e7eb;--ring:#f59e0b;--ring-600:#d97706;--ring-700:#b45309;--radius:18px;--radius-sm:12px;--shadow:0 24px 60px rgba(0,0,0,.35)}.footer{position:relative;color:var(--footer-fg);padding:5rem 1.5rem 2rem;background:var(--footer-bg);overflow:clip}.footer-wave{position:absolute;inset:0 0 auto 0;height:60px;pointer-events:none;opacity:.9}.footer-wave svg{width:100%;height:100%;display:block}.footer-wave path{fill:linear-gradient(90deg,var(--ring),var(--ring-700));fill:url(#grad)}.footer-wave svg{--g1: #f59e0b;--g2:#b45309;background:linear-gradient(90deg,var(--g1),var(--g2));mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>');-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}.footer-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(900px 300px at 15% -10%,rgba(245,158,11,.1),transparent 40%),radial-gradient(800px 280px at 85% -15%,rgba(245,158,11,.08),transparent 40%),radial-gradient(circle at 1px 1px,rgba(255,255,255,.06) 1px,transparent 1px);background-size:auto,auto,18px 18px;mix-blend-mode:screen}.footer-container{max-width:1180px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:clamp(1.4rem,2.6vw,2.8rem);margin-bottom:2.2rem}.footer-card{position:relative;border-radius:var(--radius);padding:1.25rem 1.25rem 1.1rem;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow);backdrop-filter:blur(8px) saturate(110%);-webkit-backdrop-filter:blur(8px) saturate(110%)}.footer-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;padding:1px;background:linear-gradient(135deg,#f59e0b8c,#f59e0b00 35%,#f59e0b59);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem;position:relative}.footer-logo img{width:40px;height:auto;display:block;z-index:1}.footer-logo h3{font-size:1.55rem;margin:0;letter-spacing:-.02em;font-weight:800}.logo-glow{position:absolute;left:-6px;top:-6px;width:56px;height:56px;border-radius:50%;background:radial-gradient(closest-side,rgba(245,158,11,.32),transparent 70%);filter:blur(6px)}.footer-desc{color:#d6dbe3;line-height:1.75;margin:.2rem 0 1rem}.footer-column h4{font-size:1.05rem;margin:0 0 1rem;font-weight:800;letter-spacing:.2px;position:relative;padding-bottom:.55rem}.footer-column h4:after{content:"";position:absolute;left:0;bottom:0;width:48px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--ring),var(--ring-700));box-shadow:0 8px 20px #f59e0b59}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.85rem}.u-link{color:#d8dde5;text-decoration:none;position:relative;outline:none;transition:color .2s ease}.u-link:hover,.u-link:focus{color:#fff}.u-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0%;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--ring),var(--ring-600));transition:width .25s ease}.u-link:hover:after,.u-link:focus:after{width:100%}.social-links{display:flex;gap:.7rem;margin-bottom:1.2rem}.social-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 #f59e0b00;transition:transform .12s ease,box-shadow .25s ease,background .25s ease,border-color .2s ease}.social-btn:hover,.social-btn:focus{transform:translateY(-2px);background:#f59e0b1f;box-shadow:inset 0 0 0 2px #f59e0b73;border-color:#f59e0b8c}.social-icon{font-size:1.1rem}.company-powered{margin-top:1rem;display:flex;flex-direction:column;align-items:flex-start}.company-powered span{color:var(--muted);font-size:.9rem;margin-bottom:.45rem}.brand-link{display:inline-block;border-radius:12px;overflow:hidden}.brand-link img{width:110px;height:auto;display:block;border-radius:10px;box-shadow:0 16px 28px #00000073;transition:transform .2s ease,opacity .2s ease}.brand-link:hover img{transform:translateY(-2px);opacity:.96}.contact-details{margin-top:.4rem;font-style:normal}.contact-item{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:.7rem;color:#e5e7eb}.contact-icon{font-size:1rem;line-height:1;margin-top:.1rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12);flex-wrap:wrap}.copyright{color:#b7bcc6;font-size:.93rem}.legal-links{display:flex;gap:1.2rem}.legal-links a{color:#b7bcc6;text-decoration:none;font-size:.93rem}.legal-links a:hover{color:#fff}.to-top{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:0;cursor:pointer;background:linear-gradient(180deg,#ffffff14,#ffffff05);color:#030200;box-shadow:0 10px 24px #00000059;position:relative;isolation:isolate;transition:transform .1s ease,box-shadow .2s ease;font-size:28px;font-weight:1000;text-shadow:0 2px 3px rgba(0,0,0,.6)}.to-top:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0006}.to-top-ring{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;z-index:-1;padding:2px;background:conic-gradient(from 180deg,var(--ring, #f59e0b),var(--ring-700, #b45309),var(--ring, #f59e0b));-webkit-mask:radial-gradient(circle closest-side,transparent calc(100% - 2px),#000 0) content-box,radial-gradient(circle closest-side,#000 0,#000 0);mask:radial-gradient(circle closest-side,transparent calc(100% - 2px),#000 0) content-box,radial-gradient(circle closest-side,#000 0,#000 0);-webkit-mask-composite:exclude;mask-composite:exclude}.to-top .chev{text-shadow:0 1px 1px rgba(0,0,0,.5);line-height:1}@media (max-width:768px){.footer{padding-top:4.25rem}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.legal-links{flex-direction:column;gap:.6rem}}@media (prefers-reduced-motion: reduce){.u-link:after,.social-btn,.brand-link img,.to-top{transition:none}}.social-list{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem}.social-item{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;border-radius:12px;text-decoration:none;color:#d8dde5;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);transition:background .2s ease,border-color .2s ease,transform .08s ease,color .2s ease}.social-item:hover,.social-item:focus{background:#f59e0b1f;border-color:#f59e0b73;color:#fff;transform:translateY(-1px)}.social-ico{width:18px;height:18px}.social-text{font-size:.98rem;letter-spacing:.2px}.footer-content{display:grid;grid-template-columns:1.4fr 1fr 1.1fr;gap:clamp(1.4rem,2.6vw,2.8rem);margin-bottom:2.2rem}@media (max-width:1200px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-content{grid-template-columns:1fr}}.architecture-section{padding:5rem 2rem;background-color:#f9f9ff}.section-header{margin-bottom:3rem}.section-description{text-align:center;font-size:1.1rem;color:#515151;max-width:700px;margin:0 auto}.architecture-container{margin:2rem 0 4rem}.loading-placeholder{width:100%;height:400px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;border-radius:8px;color:#777;font-size:1.2rem}.architecture-features{display:flex;justify-content:space-between;gap:2rem;margin-top:3rem}.architecture-feature{flex:1;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.architecture-feature:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.architecture-feature h3{font-size:1.4rem;margin-bottom:1rem;color:#333}.architecture-feature p{color:#666;line-height:1.6}@media screen and (max-width: 992px){.architecture-features{flex-wrap:wrap}.architecture-feature{flex:0 0 calc(50% - 1rem)}}@media screen and (max-width: 768px){.architecture-feature{flex:0 0 100%}.section-title{font-size:2rem}}.architecture-feature{text-align:center}.architecture-feature .feature-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;margin:0 auto .6rem;color:#f59e0b;background:none;border:none;box-shadow:none}.architecture-feature .feature-icon svg{width:30px;height:30px;stroke-width:2.2}.architecture-feature .feature-icon:after{content:"";position:absolute;left:50%;top:50%;width:72px;height:72px;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none;background:conic-gradient(from 0deg,#fde68a,#f59e0b,#f97316,#fde68a);filter:blur(10px);opacity:.28;z-index:0}.architecture-feature .feature-icon>*{position:relative;z-index:1;margin-bottom:20px;margin-top:20px}.animated-architecture-container{width:100%;padding:1rem 0;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.diagram-svg-container{width:100%;height:480px;position:relative;margin-bottom:.5rem;overflow:visible;aspect-ratio:1000 / 600}.architecture-svg{width:100%;height:100%;position:absolute;top:0;left:0}.cloudflare-boundary{fill:#f9ab000d;stroke:#f9ab00;stroke-width:2;stroke-dasharray:5,5}.cloudflare-logo-container{position:absolute;top:30px;left:595px;transform:translate(-50%);width:120px;height:30px;z-index:100}.cloudflare-main-logo{width:100%;height:100%;object-fit:contain;opacity:.85}.cloudflare-label{position:absolute;top:60px;left:595px;background-color:#f9ab00;color:#fff;font-weight:700;padding:3px 12px;border-radius:12px;font-size:13px;z-index:100}.connection-line{fill:none;stroke-width:2;stroke-dasharray:5;stroke-linecap:round;stroke-linejoin:round}.app-line{stroke:#4285f4}.db-line{stroke:#0f9d58}.storage-line{stroke:#db4437}.openai-line{stroke:#9575cd}.connection-text{font-size:11px;fill:#666;font-weight:500;text-anchor:middle}@keyframes dash{to{stroke-dashoffset:-20}}.animate{animation:dash 4s linear infinite}.animate-delay-1{animation:dash 4s linear infinite;animation-delay:.3s}.animate-delay-2{animation:dash 4s linear infinite;animation-delay:.6s}.animate-delay-3{animation:dash 4s linear infinite;animation-delay:.9s}.animate-delay-4{animation:dash 4s linear infinite;animation-delay:1.2s}marker polygon{fill:#777}.diagram-nodes{width:100%;height:100%;position:relative}.arch-node{position:absolute;padding:12px;border-radius:8px;min-width:90px;max-width:140px;box-shadow:0 3px 8px #0000001a;z-index:10}.arch-node:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 6px 16px #00000026}.arch-node h3{margin:0 0 3px;padding:0;font-size:15px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-subtitle{font-size:11px;opacity:.8}.app-node{background-color:#f9ab00;color:#333;border-left:5px solid #cf8c00;position:relative;margin-top:-30px}.cf-node{background-color:#4285f4;color:#fff;border-left:5px solid #3367d6}.db-node{background-color:#7c0f9d;color:#fff;border-left:5px solid #4f0861}.storage-node{background-color:#db4437;color:#fff;border-left:5px solid #bc3a30}.external-node{background-color:#e1d5f7;color:#000;border-left:5px solid #7e57c2;padding-top:60px;padding-bottom:8px;text-align:center;margin-top:-50px}.app-logo-container{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:28px;height:28px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:3px;box-shadow:0 2px 4px #0003}.beelog-logo{width:90%;height:auto}.openai-logo-container{position:absolute;top:6px;left:50%;transform:translate(-50%);width:90px;height:30px;display:flex;align-items:center;justify-content:center}.hf-logo{width:70%;height:70%;object-fit:contain}.compact-info-notes{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px;margin-left:80px}.info-note{background-color:#fffde7;color:#6a5a0c;border:1px solid #f0e68c;border-left:4px solid #f57f17;padding:6px 10px;border-radius:4px;font-size:14px;display:flex;align-items:center}.info-icon{margin-right:6px}.diagram-legend{display:flex;flex-wrap:wrap;gap:20px;margin:10px 0;justify-content:center}.legend-item{display:flex;align-items:center;font-size:14px;color:#555}.legend-item span{display:inline-block;width:15px;height:15px;margin-right:8px;border-radius:3px}.legend-item.app span{background-color:#4285f4}.legend-item.cf span{background-color:#f9ab00}.legend-item.db span{background-color:#0f9d58}.legend-item.storage span{background-color:#db4437}.legend-item.external span{background-color:#673ab7}@media screen and (max-width: 768px){.diagram-svg-container{height:600px}.compact-info-notes{flex-direction:column;align-items:center}.arch-node{min-width:80px;max-width:130px;padding:8px}.external-node{padding-top:32px}.node-subtitle{font-size:10px}.diagram-legend{flex-direction:column;align-items:center;gap:10px}}.wire{fill:none;stroke:#8a8f98;stroke-width:2}.wire.dashed{stroke-dasharray:6 6}.wire.animate{animation:dash 6s linear infinite}@keyframes dash{to{stroke-dashoffset:-24}}.wire-label{font:11px system-ui,-apple-system,Segoe UI,Roboto,Arial;fill:#5a6068;text-anchor:middle}.wire.edge-runtimes{stroke:#3a88c9}.cloudflare-boundary{fill:#85ee0d0f;stroke:#58c411;stroke-width:2;stroke-dasharray:6 6}.svc-node{background:#6f0ccc;border-left:5px solid #470672;color:#fff}.mcp-node{background:#0c9fcc;border-left:5px solid #0e8999;color:#fff}.mtx-node{background:#0ccc62;border-left:5px solid #0c863f;color:#fff}.ops-node{background:#3f51ee;border-left:5px solid #360dec;color:#fff}.edge-node{background:#19c521;border-left:5px solid #0d8b22;color:#fff}.web-node{background:#e9830f;border-left:5px solid #8d4909;color:#fff}.external-node.local{background-color:#fff3e0;color:#5d3b00;border-left:5px solid #ff9800}.local-hf-badge{position:absolute;top:6px;left:50%;transform:translate(-50%);font-weight:700;font-size:12px;padding:2px 10px;border-radius:999px}.subtle{opacity:.92}.arch-node{max-width:180px}.openai-logo{width:170%;height:170%;object-fit:contain}.wire.inside{stroke-width:2.5;stroke-dasharray:0;animation:none}.wire.edge-openai{stroke:#7e57c2}.wire.edge-hf{stroke:#ff9800}.runtime-node{background:#e0eff8;color:#263238;border-left:5px solid #4c819b;margin-top:-80px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.wire.edge-runtime{stroke:#5d889e}.local-dk-badge{display:flex;align-items:center;justify-content:center}.container-logo{width:70%;height:90%;object-fit:contain;display:block;justify-content:center}.agent-boundary{fill:#faab340a;stroke:#d9c37a;stroke-width:2;stroke-dasharray:6 6}.boundary-title{font:600 20px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial;fill:#5a6068;text-anchor:center}.app-node,.external-node.local,.runtime-node{z-index:10}.wire.edge-return{stroke:#2196f3;stroke-dasharray:6 6}.container-layer{fill:#1e90ff0f;stroke:#1e90ffa6;stroke-width:2;stroke-dasharray:8 6}.container-layer-title{font:600 20px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial;fill:#5a6068;text-anchor:center}.container-pill{fill:#1e90ff1f;stroke:#1e90ff66;stroke-width:1;rx:14}.container-pill-text{font:600 12px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial;fill:#0b5cab}.mobile-fallback,.tablet-fallback{text-align:center;padding:1rem}.mobile-architecture-image,.tablet-architecture-image{margin-bottom:2rem}.architecture-mobile-img,.architecture-tablet-img{width:100%}.architecture-mobile-img,.architecture-tablet-img{max-width:1500px;height:auto}@media (max-width: 1024px) and (min-width: 641px){.tablet-fallback .compact-info-notes{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px;margin:0 auto}.info-note{font-size:1.35rem}}@media (max-width: 640px){.mobile-fallback .compact-info-notes{grid-template-columns:1fr;gap:1.75rem}.info-note{font-size:1.85rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:#212121;line-height:1.5}#root{max-width:none;width:100%;margin:0 auto;padding-top:3%;text-align:center}.app{display:flex;flex-direction:column;min-height:100vh}.app-container{display:flex;flex-direction:column;align-items:center}main{flex:1}.card{padding:2em}.card button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}.card button:hover{border-color:#646cff}.card button:focus,.card button:focus-visible{outline:4px auto -webkit-focus-ring-color}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#212121}.section-description{text-align:center;font-size:1.1rem;color:#515151;max-width:700px;margin:0 auto 3rem}.primary-button{padding:.8rem 1.8rem;background-color:#f59e0b;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.primary-button:hover{background-color:#d97706;transform:translateY(-2px)}.secondary-button{padding:.8rem 1.8rem;background-color:transparent;color:#515151;border:2px solid #515151;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.secondary-button:hover{background-color:#5151511a;transform:translateY(-2px)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}
