@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap";.home-prototype.wowcode-home-variant{--primary: #2563eb;--primary-dark: #1d4ed8;--accent: #06b6d4;--accent-light: #22d3ee;--dark: #172554;--dark-light: #1e3a8a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--section-tint: #f0f7ff;--white: #ffffff;--success: #10b981;--warning: #f59e0b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)}.home-prototype.wowcode-home-variant *{margin:0;padding:0;box-sizing:border-box}.home-prototype.wowcode-home-variant{scroll-behavior:smooth;font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-600);line-height:1.6;background:var(--white);overflow-x:hidden;width:100%}.home-prototype.wowcode-home-variant .home-modal-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.home-prototype.wowcode-home-variant .home-modal-metric{text-align:center;padding:16px;background:var(--gray-50);border-radius:8px}.home-prototype.wowcode-home-variant .home-modal-metric-value{font-size:24px;font-weight:700;color:var(--accent)}.home-prototype.wowcode-home-variant .home-modal-metric-label{font-size:12px;color:var(--gray-500);margin-top:4px}.home-prototype.wowcode-home-variant .navbar{position:fixed;top:0;left:0;right:0;height:72px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 48px;transition:all .3s ease}.home-prototype.wowcode-home-variant .navbar.scrolled{box-shadow:var(--shadow-md)}.home-prototype.wowcode-home-variant .nav-brand{display:flex;align-items:center;gap:12px}.home-prototype.wowcode-home-variant .nav-logo{width:40px;height:40px;border-radius:8px;object-fit:contain}.home-prototype.wowcode-home-variant .nav-brand-text{display:flex;flex-direction:column}.home-prototype.wowcode-home-variant .nav-brand-name{font-size:16px;font-weight:600;color:var(--primary);letter-spacing:-.02em}.home-prototype.wowcode-home-variant .nav-brand-slogan{font-size:11px;color:var(--gray-400);margin-top:-2px}.home-prototype.wowcode-home-variant .nav-menu{display:flex;align-items:center;gap:32px;list-style:none}.home-prototype.wowcode-home-variant .nav-menu a{font-size:14px;font-weight:500;color:var(--gray-500);text-decoration:none;transition:color .2s;position:relative}.home-prototype.wowcode-home-variant .nav-menu a:hover,.home-prototype.wowcode-home-variant .nav-menu a.active{color:var(--primary)}.home-prototype.wowcode-home-variant .nav-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);transition:width .3s}.home-prototype.wowcode-home-variant .nav-menu a:hover:after,.home-prototype.wowcode-home-variant .nav-menu a.active:after{width:100%}.home-prototype.wowcode-home-variant .nav-actions{display:flex;align-items:center;gap:16px}.home-prototype.wowcode-home-variant .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s;text-decoration:none;border:none;white-space:nowrap}.home-prototype.wowcode-home-variant .btn-primary{background:var(--primary);color:var(--white)}.home-prototype.wowcode-home-variant .btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.home-prototype.wowcode-home-variant .btn-secondary{background:var(--white);color:var(--primary);border:1px solid var(--gray-300)}.home-prototype.wowcode-home-variant .btn-secondary:hover{background:var(--gray-100);border-color:var(--gray-400)}.home-prototype.wowcode-home-variant .btn-ghost{background:transparent;color:var(--gray-500);padding:8px 16px}.home-prototype.wowcode-home-variant .btn-ghost:hover{color:var(--primary);background:var(--gray-100)}.home-prototype.wowcode-home-variant .btn-large{padding:14px 28px;font-size:15px}.home-prototype.wowcode-home-variant .hero{min-height:clamp(700px,84vh,840px);padding-top:72px;display:flex;background:linear-gradient(135deg,#1e3a8a,#2563eb,#06b6d4);position:relative;overflow:hidden;width:100%}.home-prototype.wowcode-home-variant .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e3a8a14,#06b6d41a);pointer-events:none}.home-prototype.wowcode-home-variant .hero-container{max-width:1400px;margin:0 auto;padding:64px 48px;display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center;width:100%;min-width:0;position:relative;z-index:1}.home-prototype.wowcode-home-variant .hero-content{max-width:680px;min-width:0}.home-prototype.wowcode-home-variant .hero-brand-title{display:flex;align-items:baseline;gap:18px;margin-bottom:14px;color:var(--white);font-size:64px;font-weight:800;line-height:1.05;letter-spacing:0}.home-prototype.wowcode-home-variant .hero-brand-title span{color:#a5f3fc;font-size:51px;font-weight:700;white-space:nowrap}.home-prototype.wowcode-home-variant .hero-content h1{font-size:34px;font-weight:700;color:#ffffffeb;line-height:1.25;letter-spacing:0;margin-bottom:22px}.home-prototype.wowcode-home-variant .hero-content h1 span{color:#67e8f9;display:inline-block;margin-top:4px}.home-prototype.wowcode-home-variant .hero-subtitle{font-size:17px;color:#ffffffc2;line-height:1.8;margin-bottom:30px;max-width:620px}.home-prototype.wowcode-home-variant .hero-tags{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:560px;margin-bottom:38px}.home-prototype.wowcode-home-variant .hero-tag{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:8px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:20px;font-size:13px;font-weight:500;color:#ffffffe0;white-space:nowrap}.home-prototype.wowcode-home-variant .hero-tag-icon{width:16px;height:16px;color:#86efac}.home-prototype.wowcode-home-variant .hero-actions{display:flex;gap:16px;margin-bottom:18px}.home-prototype.wowcode-home-variant .hero-actions .btn{min-width:180px}.home-prototype.wowcode-home-variant .hero-actions .btn-primary{background:#ffffff1f;border:1px solid rgba(255,255,255,.16);color:var(--white)}.home-prototype.wowcode-home-variant .hero-actions .btn-primary:hover{background:#ffffff2e;box-shadow:0 8px 22px #1e3a8a2e}.home-prototype.wowcode-home-variant .hero-link{font-size:14px;color:#a5f3fc;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.home-prototype.wowcode-home-variant .hero-link:hover{text-decoration:underline}.home-prototype.wowcode-home-variant .hero-visual{position:relative}.home-prototype.wowcode-home-variant .hero-dashboard{background:var(--white);border-radius:16px;box-shadow:var(--shadow-xl);overflow:hidden;border:1px solid var(--gray-200)}.home-prototype.wowcode-home-variant .hero-dashboard-header{padding:16px 20px;background:var(--gray-50);border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:8px}.home-prototype.wowcode-home-variant .hero-dashboard-dot{width:12px;height:12px;border-radius:50%}.home-prototype.wowcode-home-variant .hero-dashboard-dot.red{background:#ef4444}.home-prototype.wowcode-home-variant .hero-dashboard-dot.yellow{background:#f59e0b}.home-prototype.wowcode-home-variant .hero-dashboard-dot.green{background:#10b981}.home-prototype.wowcode-home-variant .hero-dashboard-body{padding:24px}.home-prototype.wowcode-home-variant .hero-api-card{background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:12px;padding:20px;color:var(--white);margin-bottom:16px}.home-prototype.wowcode-home-variant .hero-api-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.home-prototype.wowcode-home-variant .hero-api-card h4{font-size:14px;font-weight:500;opacity:.9;margin-bottom:0}.home-prototype.wowcode-home-variant .hero-protocol-pill{flex:0 0 auto;padding:4px 9px;border-radius:999px;background:#ffffff26;color:#ffffffe6;font-size:11px;font-weight:600}.home-prototype.wowcode-home-variant .hero-api-card .code{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr) 28px;align-items:center;gap:10px;font-family:JetBrains Mono,monospace;font-size:13px;background:#ffffff26;padding:10px 14px;border-radius:6px;min-width:0;overflow:hidden}.home-prototype.wowcode-home-variant .hero-url-base{min-width:0;color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-prototype.wowcode-home-variant .hero-url-path{color:#ffffffc2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .25s ease,transform .25s ease}.home-prototype.wowcode-home-variant .hero-url-copy{width:28px;height:28px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:#ffffff21;color:var(--white);cursor:pointer;font-size:13px;line-height:1;transition:background .2s ease,transform .2s ease}.home-prototype.wowcode-home-variant .hero-url-copy:hover{background:#ffffff38;transform:translateY(-1px)}.home-prototype.wowcode-home-variant .hero-endpoint-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.home-prototype.wowcode-home-variant .hero-endpoint-tab{padding:8px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff1a;color:#ffffffc7;font-size:11px;font-weight:600;text-align:center;transition:background .25s ease,color .25s ease,border-color .25s ease}.home-prototype.wowcode-home-variant .hero-endpoint-tab.active{background:#ffffff38;border-color:#ffffff57;color:var(--white)}.home-prototype.wowcode-home-variant .hero-endpoint-more{cursor:default;letter-spacing:.08em}.home-prototype.wowcode-home-variant .hero-terminal{margin-bottom:16px;padding:12px 14px;border:1px solid var(--gray-200);border-radius:10px;background:var(--gray-100)}.home-prototype.wowcode-home-variant .hero-terminal-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;color:var(--primary);font-family:JetBrains Mono,monospace;font-size:12px}.home-prototype.wowcode-home-variant .hero-terminal-label{flex:0 0 auto;color:var(--gray-400);font-family:Inter,Noto Sans SC,sans-serif;font-size:11px;font-weight:600}.home-prototype.wowcode-home-variant .hero-terminal-value{min-width:0;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity .25s ease,transform .25s ease}.home-prototype.wowcode-home-variant .hero-protocol-changing{opacity:0;transform:translateY(4px)}.home-prototype.wowcode-home-variant .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-prototype.wowcode-home-variant .hero-stat{background:var(--gray-50);border-radius:8px;padding:16px;text-align:center}.home-prototype.wowcode-home-variant .hero-stat-value{font-size:24px;font-weight:700;color:var(--primary)}.home-prototype.wowcode-home-variant .hero-stat-label{font-size:12px;color:var(--gray-400);margin-top:4px}.home-prototype.wowcode-home-variant .section{padding:72px 48px;position:relative}.home-prototype.wowcode-home-variant .section-container{max-width:1400px;margin:0 auto}.home-prototype.wowcode-home-variant .section-header{text-align:center;margin-bottom:48px}.home-prototype.wowcode-home-variant .section-label{display:inline-block;padding:6px 14px;background:#06b6d41f;color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;margin-bottom:16px}.home-prototype.wowcode-home-variant .section-title{font-size:40px;font-weight:700;color:var(--primary);margin-bottom:16px;letter-spacing:-.02em}.home-prototype.wowcode-home-variant .section-subtitle{font-size:18px;color:var(--gray-500);max-width:700px;margin:0 auto}.home-prototype.wowcode-home-variant .announcement{background:var(--white)}.home-prototype.wowcode-home-variant .latest-news{padding-top:56px;padding-bottom:56px}.home-prototype.wowcode-home-variant .latest-news .section-container{position:relative;padding:0 64px}.home-prototype.wowcode-home-variant .latest-news .section-header{margin-bottom:14px}.home-prototype.wowcode-home-variant .latest-news-viewport{margin:-10px 0 -4px;padding:10px 0 4px;overflow:hidden;-webkit-clip-path:inset(0 1px 0 0);clip-path:inset(0 1px 0 0)}.home-prototype.wowcode-home-variant .latest-news-track{display:flex;align-items:stretch;transition:transform .55s ease;transform:translateZ(0);will-change:transform}.home-prototype.wowcode-home-variant .latest-news-track.is-resetting{transition:none}.home-prototype.wowcode-home-variant .latest-news-page{flex:0 0 100%;min-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-prototype.wowcode-home-variant .announcement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-prototype.wowcode-home-variant .announcement-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;transition:all .3s}.home-prototype.wowcode-home-variant .latest-news-card{position:relative;cursor:pointer}.home-prototype.wowcode-home-variant .announcement-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.home-prototype.wowcode-home-variant .latest-news-card:hover{border-color:var(--gray-200)}.home-prototype.wowcode-home-variant .announcement-card.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow-md)}.home-prototype.wowcode-home-variant .announcement-card-image{height:140px;background:linear-gradient(135deg,var(--gray-100) 0%,var(--gray-200) 100%);display:flex;align-items:center;justify-content:center;font-size:48px}.home-prototype.wowcode-home-variant .latest-news-image{aspect-ratio:16 / 9;height:auto;position:relative;overflow:hidden;font-size:20px;font-weight:700;letter-spacing:.08em;color:var(--gray-400)}.home-prototype.wowcode-home-variant .latest-news-image img{width:100%;height:100%;object-fit:cover}.home-prototype.wowcode-home-variant .latest-news-image-fallback{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%)}.home-prototype.wowcode-home-variant .latest-news-image-fallback:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 120% at 0% 0%,#fff3,#fff0 58%),radial-gradient(95% 95% at 100% 100%,#1d4ed847,#1d4ed800 70%);pointer-events:none}.home-prototype.wowcode-home-variant .latest-news-image-fallback span{position:relative;z-index:1;color:#f7fbff;font-size:22px;font-weight:600;line-height:1.4;text-align:center;letter-spacing:0;text-shadow:0 2px 10px rgba(29,78,216,.3);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.home-prototype.wowcode-home-variant .announcement-card-content{padding:20px}.home-prototype.wowcode-home-variant .announcement-card h3{font-size:16px;font-weight:600;color:var(--primary);margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-prototype.wowcode-home-variant .announcement-card p{font-size:14px;color:var(--gray-500);line-height:1.6;margin-bottom:16px;display:-webkit-box;min-height:67px;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.home-prototype.wowcode-home-variant .latest-news-card p{min-height:44px;margin-bottom:0;-webkit-line-clamp:2}.home-prototype.wowcode-home-variant .latest-news-card-hint{position:absolute;inset:auto 14px 14px auto;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#2563ebdb;color:#fff;font-size:13px;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .24s ease,transform .24s ease;pointer-events:none;box-shadow:0 16px 36px #2563eb2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-prototype.wowcode-home-variant .latest-news-card-hint:after{content:"";width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.home-prototype.wowcode-home-variant .latest-news-card:hover .latest-news-card-hint{opacity:1;transform:translateY(0)}.home-prototype.wowcode-home-variant .announcement-card .btn{width:100%}.home-prototype.wowcode-home-variant .latest-news-controls{display:flex;justify-content:center}.home-prototype.wowcode-home-variant .latest-news-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.home-prototype.wowcode-home-variant .latest-news-nav{position:absolute;top:50%;z-index:3;width:46px;height:46px;border:1px solid rgba(226,232,240,.92);border-radius:50%;background:#ffffffe6;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;line-height:1;cursor:pointer;opacity:0;pointer-events:none;box-shadow:0 18px 45px #2563eb29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:opacity .24s ease,transform .24s ease,border-color .24s ease,background .24s ease,color .24s ease}.home-prototype.wowcode-home-variant .latest-news-nav-prev{left:0;transform:translate(-10px,-50%)}.home-prototype.wowcode-home-variant .latest-news-nav-next{right:0;transform:translate(10px,-50%)}.home-prototype.wowcode-home-variant .latest-news:hover .latest-news-nav,.home-prototype.wowcode-home-variant .latest-news:focus-within .latest-news-nav{opacity:1;pointer-events:auto;transform:translateY(-50%)}.home-prototype.wowcode-home-variant .latest-news-nav:hover{border-color:#06b6d473;background:var(--primary);color:var(--white);box-shadow:0 22px 55px #2563eb3d}.home-prototype.wowcode-home-variant .latest-news-nav:focus-visible{outline:3px solid rgba(6,182,212,.28);outline-offset:3px}.home-prototype.wowcode-home-variant .latest-news-dots span{width:24px;height:3px;border-radius:999px;background:var(--gray-300);transition:all .25s}.home-prototype.wowcode-home-variant .latest-news-dots span.active{width:42px;background:var(--accent)}.home-prototype.wowcode-home-variant .home-latest-news-modal-image img{display:block;width:auto;max-width:100%;height:auto;max-height:min(58vh,520px);margin:0 auto;object-fit:contain;border-radius:8px}.home-prototype.wowcode-home-variant .home-latest-news-modal-image{overflow:hidden;border-radius:8px;background:var(--gray-50)}.home-prototype.wowcode-home-variant .advantages{background:var(--section-tint)}.home-prototype.wowcode-home-variant .advantages .section-title{color:var(--primary)}.home-prototype.wowcode-home-variant .advantages .section-subtitle{color:var(--gray-500)}.home-prototype.wowcode-home-variant .advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.home-prototype.wowcode-home-variant .advantage-card{padding:32px;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;box-shadow:var(--shadow-sm);transition:all .3s}.home-prototype.wowcode-home-variant .advantage-card:hover{border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-4px)}.home-prototype.wowcode-home-variant .advantage-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:24px}.home-prototype.wowcode-home-variant .advantage-card h3{font-size:20px;font-weight:600;color:var(--primary);margin-bottom:16px}.home-prototype.wowcode-home-variant .advantage-card p{font-size:15px;color:var(--gray-600);line-height:1.7}.home-prototype.wowcode-home-variant .capabilities{background:var(--white)}.home-prototype.wowcode-home-variant .capabilities-layout{display:block}.home-prototype.wowcode-home-variant .capabilities-content{counter-reset:capability;display:flex;flex-direction:column;gap:24px}.home-prototype.wowcode-home-variant .capability-card{counter-increment:capability;position:relative;overflow:hidden;background:var(--white);border:1px solid transparent;border-radius:16px;padding:40px;box-shadow:var(--shadow-md);transition:all .2s}.home-prototype.wowcode-home-variant .capability-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.home-prototype.wowcode-home-variant .capability-card:after{content:counter(capability,decimal-leading-zero);position:absolute;top:28px;right:36px;z-index:2;font-size:52px;font-weight:800;line-height:1;color:#2563eb1a;pointer-events:none}.home-prototype.wowcode-home-variant .capability-card h3{position:relative;z-index:3;padding-right:92px;font-size:24px;font-weight:700;color:var(--primary);margin-bottom:16px}.home-prototype.wowcode-home-variant .capability-card h4{position:relative;z-index:3;font-size:14px;font-weight:600;color:var(--accent);margin-bottom:8px}.home-prototype.wowcode-home-variant .capability-card p{font-size:15px;color:var(--gray-600);line-height:1.8;margin-bottom:16px}.home-prototype.wowcode-home-variant .capability-card>p{position:relative;z-index:3}.home-prototype.wowcode-home-variant .capability-value{position:relative;z-index:3;background:linear-gradient(135deg,#06b6d40d,#2563eb0d);border-left:3px solid var(--accent);padding:20px;border-radius:0 8px 8px 0;margin:20px 0}.home-prototype.wowcode-home-variant .capability-value h5{font-size:14px;font-weight:600;color:var(--primary);margin-bottom:8px}.home-prototype.wowcode-home-variant .capability-value p{margin:0;font-size:14px}.home-prototype.wowcode-home-variant .capability-scenes{position:relative;z-index:3;margin-top:24px}.home-prototype.wowcode-home-variant .capability-scenes h5{font-size:14px;font-weight:600;color:var(--gray-500);margin-bottom:12px}.home-prototype.wowcode-home-variant .capability-scenes-tags{display:flex;flex-wrap:wrap;gap:8px}.home-prototype.wowcode-home-variant .capability-scenes-tag{padding:6px 14px;background:var(--gray-100);border-radius:20px;font-size:13px;color:var(--gray-600)}.home-prototype.wowcode-home-variant .models{background:var(--section-tint)}.home-prototype.wowcode-home-variant .models-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:48px}.home-prototype.wowcode-home-variant .models-tab{padding:12px 24px;font-size:14px;font-weight:500;color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .2s}.home-prototype.wowcode-home-variant .models-tab:hover{background:var(--gray-100);border-color:var(--gray-300)}.home-prototype.wowcode-home-variant .models-tab.active{background:var(--primary);color:var(--white)}.home-prototype.wowcode-home-variant .models-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-prototype.wowcode-home-variant .model-card{position:relative;overflow:hidden;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:24px;cursor:pointer;transition:all .3s}.home-prototype.wowcode-home-variant .model-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--accent)}.home-prototype.wowcode-home-variant .model-card-hint{inset:auto 14px 14px auto}.home-prototype.wowcode-home-variant .model-card:hover .model-card-hint{opacity:1;transform:translateY(0)}.home-prototype.wowcode-home-variant .model-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.home-prototype.wowcode-home-variant .model-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.home-prototype.wowcode-home-variant .model-icon.model-logo{background:var(--white);border:1px solid rgba(37,99,235,.08);border-radius:14px;box-shadow:0 8px 18px #2563eb1f;color:inherit;overflow:hidden}.home-prototype.wowcode-home-variant .model-icon.model-logo>*{flex:0 0 auto;width:32px;height:32px}.home-prototype.wowcode-home-variant .model-icon.openai{background:#10a37f;color:#fff}.home-prototype.wowcode-home-variant .model-icon.claude{background:#d97757;color:#fff}.home-prototype.wowcode-home-variant .model-icon.gemini{background:#4285f4;color:#fff}.home-prototype.wowcode-home-variant .model-icon.deepseek{background:#4d6bfa;color:#fff}.home-prototype.wowcode-home-variant .model-icon.zhipu{background:#1a56db;color:#fff}.home-prototype.wowcode-home-variant .model-icon.qwen{background:#ff6a00;color:#fff}.home-prototype.wowcode-home-variant .model-icon.kimi{background:#3b82f6;color:#fff}.home-prototype.wowcode-home-variant .model-icon.minimax{background:#6d28d9;color:#fff}.home-prototype.wowcode-home-variant .model-icon.doubao{background:#0ea5e9;color:#fff}.home-prototype.wowcode-home-variant .model-icon.model-logo{background:var(--white);color:inherit}.home-prototype.wowcode-home-variant .model-info h4{font-size:16px;font-weight:600;color:var(--primary)}.home-prototype.wowcode-home-variant .model-info span{font-size:12px;color:var(--gray-400)}.home-prototype.wowcode-home-variant .model-capabilities{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.home-prototype.wowcode-home-variant .model-capability{padding:4px 10px;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;font-size:11px;color:var(--gray-500)}.home-prototype.wowcode-home-variant .model-scene{font-size:13px;color:var(--gray-500);padding-top:12px;border-top:1px solid var(--gray-200)}.home-prototype.wowcode-home-variant .solutions{background:var(--white)}.home-prototype.wowcode-home-variant .solutions .section-subtitle{max-width:920px}.home-prototype.wowcode-home-variant .solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-prototype.wowcode-home-variant .solution-card{position:relative;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);cursor:pointer;transition:all .3s}.home-prototype.wowcode-home-variant .solution-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.home-prototype.wowcode-home-variant .solution-card-hint{inset:auto 14px 14px auto}.home-prototype.wowcode-home-variant .solution-card:hover .solution-card-hint{opacity:1;transform:translateY(0)}.home-prototype.wowcode-home-variant .solution-header{padding:32px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white)}.home-prototype.wowcode-home-variant .solution-icon{width:64px;height:64px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:20px}.home-prototype.wowcode-home-variant .solution-header h3{font-size:22px;font-weight:600;margin-bottom:8px}.home-prototype.wowcode-home-variant .solution-header p{font-size:14px;opacity:.9}.home-prototype.wowcode-home-variant .solution-content{padding:24px 32px}.home-prototype.wowcode-home-variant .solution-features{list-style:none}.home-prototype.wowcode-home-variant .solution-features li{padding:10px 0;font-size:14px;color:var(--gray-600);border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:10px}.home-prototype.wowcode-home-variant .solution-features li:last-child{border-bottom:none}.home-prototype.wowcode-home-variant .solution-features li:before{content:"✓";color:var(--success);font-weight:700}.home-prototype.wowcode-home-variant .pricing{background:var(--section-tint)}.home-prototype.wowcode-home-variant .pricing-intro{text-align:center;max-width:800px;margin:0 auto 48px;padding:24px;background:var(--gray-50);border-radius:12px;border-left:4px solid var(--accent)}.home-prototype.wowcode-home-variant .pricing-intro p{font-size:16px;color:var(--gray-600)}.home-prototype.wowcode-home-variant .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px}.home-prototype.wowcode-home-variant .pricing-card{background:var(--white);border:2px solid var(--gray-200);border-radius:16px;padding:40px 32px;text-align:center;transition:all .3s;position:relative}.home-prototype.wowcode-home-variant .pricing-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.home-prototype.wowcode-home-variant .pricing-card.popular{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent),var(--shadow-lg)}.home-prototype.wowcode-home-variant .pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:6px 16px;background:var(--accent);color:var(--white);font-size:12px;font-weight:600;border-radius:20px}.home-prototype.wowcode-home-variant .pricing-card h3{font-size:22px;font-weight:700;color:var(--primary);margin-bottom:8px}.home-prototype.wowcode-home-variant .pricing-mode{font-size:14px;color:var(--accent);font-weight:500;margin-bottom:24px}.home-prototype.wowcode-home-variant .pricing-target{font-size:13px;color:var(--gray-500);margin-bottom:32px;padding:8px 16px;background:var(--gray-100);border-radius:20px;display:inline-block}.home-prototype.wowcode-home-variant .pricing-features{list-style:none;text-align:left;margin-bottom:32px}.home-prototype.wowcode-home-variant .pricing-features li{padding:10px 0;font-size:14px;color:var(--gray-600);border-bottom:1px solid var(--gray-100);display:flex;align-items:flex-start;gap:10px}.home-prototype.wowcode-home-variant .pricing-features li:before{content:"✓";color:var(--success);font-weight:700;flex-shrink:0}.home-prototype.wowcode-home-variant .deployment{background:var(--white)}.home-prototype.wowcode-home-variant .deployment .section-title{color:var(--primary)}.home-prototype.wowcode-home-variant .deployment .section-subtitle{color:var(--gray-500)}.home-prototype.wowcode-home-variant .deployment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}.home-prototype.wowcode-home-variant .deployment-card{background:var(--section-tint);border:1px solid var(--gray-200);border-radius:16px;padding:40px 32px;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s}.home-prototype.wowcode-home-variant .deployment-card:hover{background:var(--white);border-color:var(--accent);box-shadow:var(--shadow-md)}.home-prototype.wowcode-home-variant .deployment-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 24px}.home-prototype.wowcode-home-variant .deployment-card h3{font-size:20px;font-weight:600;color:var(--primary);margin-bottom:12px}.home-prototype.wowcode-home-variant .deployment-card p{font-size:14px;color:var(--gray-600);line-height:1.7}.home-prototype.wowcode-home-variant .compliance-content{display:grid;grid-template-columns:1fr 1fr;gap:48px}.home-prototype.wowcode-home-variant .compliance-block h4{font-size:18px;font-weight:600;color:var(--primary);margin-bottom:24px;display:flex;align-items:center;gap:12px}.home-prototype.wowcode-home-variant .compliance-block h4:before{content:"";width:4px;height:24px;background:var(--accent);border-radius:2px}.home-prototype.wowcode-home-variant .compliance-list{list-style:none}.home-prototype.wowcode-home-variant .compliance-list li{padding:12px 0;font-size:14px;color:var(--gray-600);border-bottom:1px solid var(--gray-100);display:flex;align-items:center;gap:12px}.home-prototype.wowcode-home-variant .compliance-list li:before{content:"✓";width:24px;height:24px;background:#10b98133;color:var(--success);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.home-prototype.wowcode-home-variant .developer{background:var(--section-tint)}.home-prototype.wowcode-home-variant .developer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.home-prototype.wowcode-home-variant .developer-card{background:var(--white);border-radius:16px;padding:40px;box-shadow:var(--shadow-sm)}.home-prototype.wowcode-home-variant .developer-card.large{grid-column:span 2}.home-prototype.wowcode-home-variant .developer-card h3{font-size:20px;font-weight:600;color:var(--primary);margin-bottom:24px;display:flex;align-items:center;gap:12px}.home-prototype.wowcode-home-variant .developer-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:24px}.home-prototype.wowcode-home-variant .code-block{background:var(--dark);border-radius:12px;padding:24px;overflow-x:auto}.home-prototype.wowcode-home-variant .code-block pre{margin:0;font-family:JetBrains Mono,monospace;font-size:14px;color:var(--gray-300);line-height:1.8}.home-prototype.wowcode-home-variant .code-block .comment{color:var(--gray-500)}.home-prototype.wowcode-home-variant .code-block .keyword{color:var(--accent-light)}.home-prototype.wowcode-home-variant .code-block .string{color:#a5d6a7}.home-prototype.wowcode-home-variant .code-block .function{color:#64b5f6}.home-prototype.wowcode-home-variant .sdk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-prototype.wowcode-home-variant .sdk-item{display:flex;align-items:center;gap:12px;padding:16px;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;transition:all .2s}.home-prototype.wowcode-home-variant .sdk-item:hover{background:var(--section-tint);border-color:var(--accent)}.home-prototype.wowcode-home-variant .sdk-logo{width:40px;height:40px;background:var(--white);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary);border:1px solid var(--gray-200)}.home-prototype.wowcode-home-variant .sdk-info h4{font-size:14px;font-weight:600;color:var(--primary)}.home-prototype.wowcode-home-variant .sdk-info span{font-size:12px;color:var(--gray-400)}.home-prototype.wowcode-home-variant .cases{background:var(--white)}.home-prototype.wowcode-home-variant .cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.home-prototype.wowcode-home-variant .case-card{position:relative;background:var(--gray-50);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s}.home-prototype.wowcode-home-variant .case-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.home-prototype.wowcode-home-variant .case-card-hint{inset:auto 14px 14px auto}.home-prototype.wowcode-home-variant .case-card:hover .case-card-hint{opacity:1;transform:translateY(0)}.home-prototype.wowcode-home-variant .case-header{padding:32px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white)}.home-prototype.wowcode-home-variant .case-industry{display:inline-block;padding:4px 12px;background:#fff3;border-radius:20px;font-size:12px;font-weight:500;margin-bottom:16px}.home-prototype.wowcode-home-variant .case-header h3{font-size:20px;font-weight:600;margin-bottom:8px}.home-prototype.wowcode-home-variant .case-header p{font-size:14px;opacity:.9}.home-prototype.wowcode-home-variant .case-content{padding:28px 32px}.home-prototype.wowcode-home-variant .case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.home-prototype.wowcode-home-variant .case-metric{text-align:center}.home-prototype.wowcode-home-variant .case-metric-value{font-size:28px;font-weight:700;color:var(--accent)}.home-prototype.wowcode-home-variant .case-metric-label{font-size:12px;color:var(--gray-400);margin-top:4px}.home-prototype.wowcode-home-variant .case-scenes{font-size:14px;color:var(--gray-600);line-height:1.7}.home-prototype.wowcode-home-variant .about{background:var(--section-tint)}.home-prototype.wowcode-home-variant .about-hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--dark) 100%);border-radius:24px;padding:80px 64px;margin-bottom:64px;color:var(--white);text-align:center}.home-prototype.wowcode-home-variant .about-hero h2{font-size:36px;font-weight:700;margin-bottom:16px}.home-prototype.wowcode-home-variant .about-hero p{font-size:18px;opacity:.9;max-width:800px;margin:0 auto;line-height:1.7}.home-prototype.wowcode-home-variant .about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:64px}.home-prototype.wowcode-home-variant .about-card{background:var(--white);border-radius:16px;padding:40px 32px;text-align:center;box-shadow:var(--shadow-sm)}.home-prototype.wowcode-home-variant .about-card h3{font-size:14px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.home-prototype.wowcode-home-variant .about-card p{font-size:18px;font-weight:500;color:var(--primary);line-height:1.6}.home-prototype.wowcode-home-variant .values-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:64px}.home-prototype.wowcode-home-variant .value-card{background:var(--white);border-radius:12px;padding:32px 24px;text-align:center;box-shadow:var(--shadow-sm)}.home-prototype.wowcode-home-variant .value-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 20px}.home-prototype.wowcode-home-variant .value-card h4{font-size:16px;font-weight:600;color:var(--primary);margin-bottom:12px}.home-prototype.wowcode-home-variant .value-card p{font-size:13px;color:var(--gray-500);line-height:1.6}.home-prototype.wowcode-home-variant .about-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}.home-prototype.wowcode-home-variant .about-info-card{background:var(--white);border-radius:12px;padding:32px;text-align:center}.home-prototype.wowcode-home-variant .about-info-card h4{font-size:12px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.home-prototype.wowcode-home-variant .about-info-card p{font-size:18px;font-weight:600;color:var(--primary)}.home-prototype.wowcode-home-variant .timeline{background:var(--white);border-radius:16px;padding:48px;margin-bottom:64px}.home-prototype.wowcode-home-variant .timeline h3{font-size:24px;font-weight:700;color:var(--primary);text-align:center;margin-bottom:40px}.home-prototype.wowcode-home-variant .timeline-list{position:relative;padding-left:40px}.home-prototype.wowcode-home-variant .timeline-list:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:var(--gray-200)}.home-prototype.wowcode-home-variant .timeline-item{position:relative;padding:24px 0;border-bottom:1px solid var(--gray-100)}.home-prototype.wowcode-home-variant .timeline-item:last-child{border-bottom:none}.home-prototype.wowcode-home-variant .timeline-dot{position:absolute;left:-36px;top:28px;width:16px;height:16px;background:var(--accent);border-radius:50%;border:3px solid var(--white);box-shadow:0 0 0 2px var(--accent)}.home-prototype.wowcode-home-variant .timeline-year{font-size:14px;font-weight:600;color:var(--accent);margin-bottom:8px}.home-prototype.wowcode-home-variant .timeline-content{font-size:15px;color:var(--gray-600);line-height:1.7}.home-prototype.wowcode-home-variant .contact{background:var(--white);border-radius:16px;padding:48px;text-align:center}.home-prototype.wowcode-home-variant .contact h3{font-size:24px;font-weight:700;color:var(--primary);margin-bottom:24px}.home-prototype.wowcode-home-variant .contact-info{display:flex;justify-content:center;gap:48px;margin-bottom:32px}.home-prototype.wowcode-home-variant .contact-item{display:flex;align-items:center;gap:12px}.home-prototype.wowcode-home-variant .contact-icon{width:48px;height:48px;background:var(--gray-100);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.home-prototype.wowcode-home-variant .contact-item div{text-align:left}.home-prototype.wowcode-home-variant .contact-item h4{font-size:12px;font-weight:600;color:var(--gray-400);margin-bottom:4px}.home-prototype.wowcode-home-variant .contact-item p{font-size:15px;font-weight:500;color:var(--primary)}.home-prototype.wowcode-home-variant .footer{background:var(--dark);color:var(--white);padding:64px 48px 32px}.home-prototype.wowcode-home-variant .footer-grid{max-width:1400px;margin:0 auto 48px;display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:48px}.home-prototype.wowcode-home-variant .footer-brand h4{font-size:20px;font-weight:700;margin-bottom:16px}.home-prototype.wowcode-home-variant .footer-brand p{font-size:14px;color:var(--gray-400);line-height:1.7;margin-bottom:16px}.home-prototype.wowcode-home-variant .footer-brand .footer-contact{display:block;margin-top:14px;margin-bottom:0;color:var(--gray-400);font-size:14px;line-height:1.7}.home-prototype.wowcode-home-variant .footer-brand .footer-contact span{font-weight:500;color:var(--gray-300)}.home-prototype.wowcode-home-variant .footer-brand .footer-contact a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(148,163,184,.35);font-weight:500;overflow-wrap:anywhere;transition:color .2s,border-color .2s}.home-prototype.wowcode-home-variant .footer-brand .footer-contact a:hover{color:var(--gray-200);border-color:#e2e8f0a6}.home-prototype.wowcode-home-variant .footer-links h4{font-size:14px;font-weight:600;margin-bottom:20px;color:var(--white)}.home-prototype.wowcode-home-variant .footer-links ul{list-style:none}.home-prototype.wowcode-home-variant .footer-links li{margin-bottom:12px}.home-prototype.wowcode-home-variant .footer-links a{font-size:14px;color:var(--gray-400);text-decoration:none;transition:color .2s}.home-prototype.wowcode-home-variant .footer-links a:hover{color:var(--accent)}.home-prototype.wowcode-home-variant .footer-bottom{max-width:1400px;margin:0 auto;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.home-prototype.wowcode-home-variant .footer-custom{width:100%;color:#e2e8f0b8}.home-prototype.wowcode-home-variant .footer-custom a{color:inherit}.home-prototype.wowcode-home-variant .footer-custom>*{border-top:0!important;padding-top:0!important;padding-bottom:0!important}.home-prototype.wowcode-home-variant .footer-copyright{font-size:13px;color:var(--gray-500)}.home-prototype.wowcode-home-variant .footer-icp{font-size:12px;color:var(--gray-500)}.home-prototype.wowcode-home-variant .modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;align-items:center;justify-content:center;padding:20px}.home-prototype.wowcode-home-variant .modal-overlay.active{display:flex}.home-prototype.wowcode-home-variant .modal{background:var(--white);border-radius:16px;max-width:680px;width:100%;max-height:90vh;overflow:hidden;box-shadow:var(--shadow-xl);animation:modal-in .3s ease}@keyframes modal-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.home-prototype.wowcode-home-variant .modal-header{padding:18px 28px;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center}.home-prototype.wowcode-home-variant .modal-header h3{font-size:19px;font-weight:700;color:var(--primary);min-width:0;overflow-wrap:anywhere;word-break:break-word}.home-prototype.wowcode-home-variant .modal-close{width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;font-size:18px;color:var(--gray-500);transition:all .2s}.home-prototype.wowcode-home-variant .modal-close:hover{background:var(--gray-100);color:var(--primary)}.home-prototype.wowcode-home-variant .modal-body{padding:24px 28px 28px;max-height:calc(90vh - 68px);overflow-y:auto}.home-prototype.wowcode-home-variant .modal-section{margin-bottom:22px}.home-prototype.wowcode-home-variant .modal-section:last-child{margin-bottom:0}.home-prototype.wowcode-home-variant .modal-section h4{font-size:16px;font-weight:600;color:var(--primary);margin-bottom:12px}.home-prototype.wowcode-home-variant .modal-section p{font-size:15px;color:var(--gray-600);line-height:1.8}.home-prototype.wowcode-home-variant .home-latest-news-modal-description{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.home-prototype.wowcode-home-variant .home-business-contact-intro{padding:18px;border-radius:8px;background:linear-gradient(135deg,#f8fbff,#eef6ff)}.home-prototype.wowcode-home-variant .home-business-contact-intro p{font-size:14px;line-height:1.7}.home-prototype.wowcode-home-variant .home-business-contact-tags{display:grid;gap:8px;margin-top:14px}.home-prototype.wowcode-home-variant .home-business-contact-tags span{position:relative;padding-left:18px;font-size:13px;color:var(--gray-600)}.home-prototype.wowcode-home-variant .home-business-contact-tags span:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:700}.home-prototype.wowcode-home-variant .home-business-contact-grid{display:grid;grid-template-columns:1fr 1fr 160px;gap:12px;align-items:stretch}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-1{grid-template-columns:minmax(0,1fr)}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.home-prototype.wowcode-home-variant .home-business-contact-grid.no-qr{grid-template-columns:minmax(0,1fr);grid-auto-rows:minmax(70px,auto)}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(82px,auto)}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(70px,auto)}.home-prototype.wowcode-home-variant .home-business-contact-grid.no-qr .home-business-contact-card{grid-column:1 / -1}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3.has-qr .home-business-contact-card{grid-column:1;display:flex;flex-direction:column;justify-content:center}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-card{grid-column:1;display:flex;flex-direction:column;justify-content:center;padding-top:12px;padding-bottom:12px}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3.has-qr .home-business-contact-qr{grid-column:2;grid-row:1 / span 2;display:flex;flex-direction:column;justify-content:center}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-qr{grid-column:2;grid-row:1 / span 3;display:flex;flex-direction:column;justify-content:center;min-height:238px;padding:18px 16px}.home-prototype.wowcode-home-variant .home-business-contact-card,.home-prototype.wowcode-home-variant .home-business-contact-qr{padding:16px;border-radius:8px;background:var(--gray-50)}.home-prototype.wowcode-home-variant .home-business-contact-card span{display:block;margin-bottom:6px;font-size:12px;color:var(--gray-500)}.home-prototype.wowcode-home-variant .home-business-contact-card strong{display:block;font-size:18px;line-height:1.3;color:var(--primary)}.home-prototype.wowcode-home-variant .home-business-contact-card a{display:block;color:var(--primary);font-size:18px;font-weight:700;line-height:1.3;text-decoration:none;overflow-wrap:anywhere}.home-prototype.wowcode-home-variant .home-business-contact-card a:hover{color:var(--accent)}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-card strong,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-card a{font-size:19px}.home-prototype.wowcode-home-variant .home-business-contact-qr{text-align:center}.home-prototype.wowcode-home-variant .home-business-contact-qr img,.home-prototype.wowcode-home-variant .home-business-contact-qr-placeholder{width:112px;height:112px;margin:0 auto 10px;border-radius:8px}.home-prototype.wowcode-home-variant .home-business-contact-qr img{object-fit:cover;background:var(--white)}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3.has-qr .home-business-contact-qr img{width:120px;height:120px}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-qr img{width:132px;height:132px;margin-bottom:12px}.home-prototype.wowcode-home-variant .home-business-contact-qr-placeholder{display:flex;align-items:center;justify-content:center;padding:14px;border:1px dashed var(--gray-300);color:var(--gray-500);font-size:13px;line-height:1.5;background:var(--white)}.home-prototype.wowcode-home-variant .home-business-contact-qr p{font-size:12px;line-height:1.6;color:var(--gray-500)}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-qr p{font-size:13px;line-height:1.7}.home-prototype.wowcode-home-variant .home-business-contact-empty{padding:18px;border-radius:8px;background:var(--gray-50);color:var(--gray-500);text-align:center;font-size:14px}@media (max-width: 1280px){.home-prototype.wowcode-home-variant .navbar{padding:0 24px}.home-prototype.wowcode-home-variant .nav-menu{display:none}.home-prototype.wowcode-home-variant .hero-container{grid-template-columns:1fr;text-align:center}.home-prototype.wowcode-home-variant .hero-content h1{font-size:30px}.home-prototype.wowcode-home-variant .hero-content{margin:0 auto}.home-prototype.wowcode-home-variant .hero-brand-title{justify-content:center;font-size:52px}.home-prototype.wowcode-home-variant .hero-brand-title span{font-size:42px}.home-prototype.wowcode-home-variant .hero-tags{justify-content:center;margin-left:auto;margin-right:auto}.home-prototype.wowcode-home-variant .hero-actions{justify-content:center}.home-prototype.wowcode-home-variant .hero-subtitle{margin-left:auto;margin-right:auto}.home-prototype.wowcode-home-variant .announcement-grid,.home-prototype.wowcode-home-variant .advantages-grid,.home-prototype.wowcode-home-variant .models-grid{grid-template-columns:repeat(2,1fr)}.home-prototype.wowcode-home-variant .latest-news-page{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-prototype.wowcode-home-variant .latest-news .section-container{padding:0 52px}.home-prototype.wowcode-home-variant .latest-news-nav{width:42px;height:42px;font-size:24px}.home-prototype.wowcode-home-variant .latest-news-nav-prev{left:0}.home-prototype.wowcode-home-variant .latest-news-nav-next{right:0}.home-prototype.wowcode-home-variant .capabilities-layout{display:block}.home-prototype.wowcode-home-variant .capability-card{padding:32px}.home-prototype.wowcode-home-variant .capability-card h3{padding-right:78px}.home-prototype.wowcode-home-variant .capability-card:after{top:24px;right:24px;font-size:46px}.home-prototype.wowcode-home-variant .solutions-grid,.home-prototype.wowcode-home-variant .pricing-grid,.home-prototype.wowcode-home-variant .cases-grid,.home-prototype.wowcode-home-variant .about-grid,.home-prototype.wowcode-home-variant .values-grid,.home-prototype.wowcode-home-variant .about-info-grid,.home-prototype.wowcode-home-variant .deployment-grid{grid-template-columns:repeat(2,1fr)}.home-prototype.wowcode-home-variant .compliance-content,.home-prototype.wowcode-home-variant .developer-grid{grid-template-columns:1fr}.home-prototype.wowcode-home-variant .developer-card.large{grid-column:span 1}.home-prototype.wowcode-home-variant .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.home-prototype.wowcode-home-variant .navbar{padding:0 16px;gap:10px;max-width:100vw}.home-prototype.wowcode-home-variant .nav-brand{min-width:0;gap:8px}.home-prototype.wowcode-home-variant .nav-logo{width:34px;height:34px}.home-prototype.wowcode-home-variant .nav-brand-text{min-width:0}.home-prototype.wowcode-home-variant .nav-brand-name{font-size:13px;white-space:nowrap}.home-prototype.wowcode-home-variant .nav-brand-slogan{display:none}.home-prototype.wowcode-home-variant .nav-actions{flex-shrink:0;gap:8px}.home-prototype.wowcode-home-variant .nav-actions .btn-ghost{display:none}.home-prototype.wowcode-home-variant .nav-actions .btn-primary{padding:9px 14px;font-size:12px}.home-prototype.wowcode-home-variant .section{padding:60px 20px}.home-prototype.wowcode-home-variant .latest-news{padding:42px 16px 44px}.home-prototype.wowcode-home-variant .latest-news .section-header{margin-bottom:12px}.home-prototype.wowcode-home-variant .latest-news-viewport{margin:-6px 0 0;padding:6px 0 0;-webkit-clip-path:none;clip-path:none}.home-prototype.wowcode-home-variant .latest-news-page{gap:0}.home-prototype.wowcode-home-variant .latest-news-card{border-radius:10px}.home-prototype.wowcode-home-variant .latest-news-card:hover{transform:none;box-shadow:var(--shadow-md)}.home-prototype.wowcode-home-variant .latest-news-image{font-size:16px}.home-prototype.wowcode-home-variant .latest-news-image-fallback span{font-size:18px;line-height:1.45}.home-prototype.wowcode-home-variant .latest-news-card .announcement-card-content{padding:16px}.home-prototype.wowcode-home-variant .latest-news-card h3{font-size:15px;margin-bottom:6px}.home-prototype.wowcode-home-variant .latest-news-card p{min-height:40px;font-size:13px;line-height:1.55}.home-prototype.wowcode-home-variant .latest-news-card-hint{right:10px;bottom:10px;padding:6px 10px;font-size:12px}.home-prototype.wowcode-home-variant .latest-news-nav{width:40px;height:40px;flex:0 0 40px;font-size:22px;box-shadow:0 10px 28px #2563eb1f}.home-prototype.wowcode-home-variant .latest-news .section-container{padding:0}.home-prototype.wowcode-home-variant .latest-news-controls{display:flex;align-items:center;justify-content:center;margin-top:16px}.home-prototype.wowcode-home-variant .latest-news-controls .latest-news-dots{margin-top:0;max-width:calc(100vw - 48px);flex-wrap:wrap;row-gap:6px;gap:5px}.home-prototype.wowcode-home-variant .latest-news .latest-news-nav{display:none}.home-prototype.wowcode-home-variant .latest-news-nav-prev{left:auto;order:1}.home-prototype.wowcode-home-variant .latest-news-nav-next{right:auto;order:3}.home-prototype.wowcode-home-variant .latest-news-dots{order:2}.home-prototype.wowcode-home-variant .latest-news-dots span{width:14px;height:3px}.home-prototype.wowcode-home-variant .latest-news-dots span.active{width:28px}.home-prototype.wowcode-home-variant .capabilities-content{gap:20px}.home-prototype.wowcode-home-variant .capability-card{padding:28px 20px 24px;border-radius:12px}.home-prototype.wowcode-home-variant .capability-card:after{top:22px;right:18px;font-size:36px}.home-prototype.wowcode-home-variant .capability-card h3{padding-right:54px;font-size:20px;line-height:1.35}.home-prototype.wowcode-home-variant .capability-card>p{font-size:14px;line-height:1.75}.home-prototype.wowcode-home-variant .capability-value{padding:18px;border-radius:0 8px 8px 0}.home-prototype.wowcode-home-variant .hero{max-width:100vw}.home-prototype.wowcode-home-variant .hero-container{padding:52px 16px;max-width:100%}.home-prototype.wowcode-home-variant .hero-content{width:100%;max-width:330px}.home-prototype.wowcode-home-variant .hero-tags{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:300px;gap:8px}.home-prototype.wowcode-home-variant .hero-tag{min-width:0;min-height:34px;padding:7px 8px;border-radius:17px;font-size:11px;white-space:normal}.home-prototype.wowcode-home-variant .hero-actions{flex-direction:column;align-items:center}.home-prototype.wowcode-home-variant .hero-content h1{font-size:23px;max-width:100%;overflow-wrap:anywhere;word-break:break-all}.home-prototype.wowcode-home-variant .hero-content h1 span{display:block;overflow-wrap:anywhere;word-break:break-all}.home-prototype.wowcode-home-variant .hero-subtitle{max-width:100%;font-size:15px;line-height:1.75;overflow-wrap:anywhere;word-break:break-all}.home-prototype.wowcode-home-variant .hero-brand-title{font-size:36px;gap:8px;max-width:100%}.home-prototype.wowcode-home-variant .hero-brand-title span{font-size:29px}.home-prototype.wowcode-home-variant .hero-visual,.home-prototype.wowcode-home-variant .hero-dashboard{width:100%;max-width:330px;margin-left:auto;margin-right:auto}.home-prototype.wowcode-home-variant .hero-dashboard-body{padding:18px}.home-prototype.wowcode-home-variant .hero-api-card .code{font-size:11px}.home-prototype.wowcode-home-variant .hero-api-head{align-items:flex-start;flex-direction:column;gap:8px}.home-prototype.wowcode-home-variant .hero-endpoint-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.home-prototype.wowcode-home-variant .hero-endpoint-tab{padding:7px 8px}.home-prototype.wowcode-home-variant .hero-terminal{padding:10px 12px}.home-prototype.wowcode-home-variant .hero-terminal-line{align-items:flex-start;flex-direction:column;gap:3px;font-size:11px}.home-prototype.wowcode-home-variant .hero-terminal-value{width:100%;text-align:left}.home-prototype.wowcode-home-variant .hero-api-card .code{grid-template-columns:minmax(0,1fr) minmax(0,.72fr) 28px;gap:8px}.home-prototype.wowcode-home-variant .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-prototype.wowcode-home-variant .hero-stat{min-width:0;padding:12px 6px}.home-prototype.wowcode-home-variant .hero-stat-value{font-size:21px;white-space:nowrap}.home-prototype.wowcode-home-variant .hero-stat-label{font-size:11px;white-space:nowrap}.home-prototype.wowcode-home-variant .section-title{font-size:28px}.home-prototype.wowcode-home-variant .announcement-grid,.home-prototype.wowcode-home-variant .advantages-grid,.home-prototype.wowcode-home-variant .models-grid,.home-prototype.wowcode-home-variant .solutions-grid,.home-prototype.wowcode-home-variant .pricing-grid,.home-prototype.wowcode-home-variant .cases-grid,.home-prototype.wowcode-home-variant .about-grid,.home-prototype.wowcode-home-variant .values-grid,.home-prototype.wowcode-home-variant .about-info-grid,.home-prototype.wowcode-home-variant .deployment-grid,.home-prototype.wowcode-home-variant .footer-grid,.home-prototype.wowcode-home-variant .latest-news-page{grid-template-columns:1fr}.home-prototype.wowcode-home-variant .sdk-grid{grid-template-columns:repeat(2,1fr)}.home-prototype.wowcode-home-variant .about-hero{padding:48px 24px}.home-prototype.wowcode-home-variant .about-hero h2{font-size:26px}.home-prototype.wowcode-home-variant .timeline{padding:24px}.home-prototype.wowcode-home-variant .contact-info{flex-direction:column;gap:24px;align-items:center}.home-prototype.wowcode-home-variant .home-business-contact-grid{grid-template-columns:1fr}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-1,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-2,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4{grid-template-columns:1fr;grid-auto-rows:auto}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3 .home-business-contact-card,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3 .home-business-contact-qr,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-card,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-qr{grid-column:auto;grid-row:auto}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-3 .home-business-contact-qr,.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-qr{display:block;min-height:0}.home-prototype.wowcode-home-variant .home-business-contact-card strong,.home-prototype.wowcode-home-variant .home-business-contact-card a{font-size:20px}.home-prototype.wowcode-home-variant .home-business-contact-grid.count-4 .home-business-contact-qr img{width:120px;height:120px}.home-prototype.wowcode-home-variant .footer-bottom{flex-direction:column;gap:16px;text-align:center}}@media (max-width: 390px){.home-prototype.wowcode-home-variant .latest-news{padding-left:14px;padding-right:14px}.home-prototype.wowcode-home-variant .latest-news-controls{margin-top:14px}.home-prototype.wowcode-home-variant .latest-news-controls .latest-news-dots{max-width:calc(100vw - 40px);gap:4px}.home-prototype.wowcode-home-variant .latest-news-dots span{width:12px}.home-prototype.wowcode-home-variant .latest-news-dots span.active{width:24px}.home-prototype.wowcode-home-variant .latest-news-card .announcement-card-content{padding:14px}.home-prototype.wowcode-home-variant .latest-news-image-fallback span{font-size:16px;line-height:1.45}.home-prototype.wowcode-home-variant .hero-container{padding-left:14px;padding-right:14px}.home-prototype.wowcode-home-variant .hero-content,.home-prototype.wowcode-home-variant .hero-visual,.home-prototype.wowcode-home-variant .hero-dashboard{max-width:320px}.home-prototype.wowcode-home-variant .hero-tags{max-width:286px;gap:8px}.home-prototype.wowcode-home-variant .hero-tag{font-size:10px;padding-left:6px;padding-right:6px}.home-prototype.wowcode-home-variant .hero-dashboard-body{padding:16px}.home-prototype.wowcode-home-variant .hero-stats{gap:6px}.home-prototype.wowcode-home-variant .hero-stat{padding:10px 4px}.home-prototype.wowcode-home-variant .hero-stat-value{font-size:19px}.home-prototype.wowcode-home-variant .hero-stat-label{font-size:10px}.home-prototype.wowcode-home-variant .hero-brand-title{font-size:32px}.home-prototype.wowcode-home-variant .hero-brand-title span{font-size:26px}.home-prototype.wowcode-home-variant .hero-content h1{font-size:21px}.home-prototype.wowcode-home-variant .hero-subtitle{font-size:15px}}
