*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#2563eb;--brand-soft:#eff6ff;--ink:#0f172a;--ink-2:#475569;--ink-3:#94a3b8;--surface:#fff;--border:rgba(15,23,42,0.08)}body{font-family:'Plus Jakarta Sans',system-ui,sans-serif;background:#f8faff;overflow:hidden;height:100vh}.bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.bg-blob-1{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle at 40% 40%,oklch(0.82 0.09 260) 0%,transparent 65%);top:-200px;left:-180px;opacity:.55}.bg-blob-2{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,oklch(0.88 0.07 300) 0%,transparent 70%);bottom:-100px;right:60px;opacity:.35}.bg-grid{display:none}.page{position:relative;z-index:1;height:100vh;display:flex;flex-direction:column}nav{flex-shrink:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 44px;background:transparent}.logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.logo-icon{width:40px;height:40px;border-radius:11px;flex-shrink:0;background:#2563eb;box-shadow:4px 4px 0 #1e40af;display:flex;align-items:center;justify-content:center}.logo-icon svg{width:29px;height:29px;display:block}.logo-name{font-family:'Figtree',sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.6px;color:#0a0a0a}.nav-right{display:flex;align-items:center;gap:8px}.nav-link{display:none}.nav-cta{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 20px;border-radius:99px;background:var(--brand);color:#fff;font-size:.83rem;font-weight:600;text-decoration:none;letter-spacing:-.1px;box-shadow:0 2px 12px rgba(37,99,235,.3);transition:filter .15s,transform .12s}.nav-cta:hover{filter:brightness(1.1);transform:translateY(-1px)}.nav-cta svg{opacity:.85}.main{flex:1;display:flex;overflow:hidden}.left{width:46%;display:flex;align-items:center;padding:0 64px;flex-shrink:0}.left-inner{max-width:420px}.badge{display:inline-flex;align-items:center;gap:7px;padding:5px 12px 5px 8px;background:var(--brand-soft);border:1px solid rgba(37,99,235,.15);border-radius:99px;margin-bottom:24px}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 3px rgba(37,99,235,.18)}.badge span{font-size:.72rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--brand)}h1{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;letter-spacing:-.8px;line-height:1.18;color:#111827;margin-bottom:16px}h1 em{font-style:normal;background:linear-gradient(135deg,#2563eb,#1e3a8a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.desc{font-size:.93rem;color:#6b7280;line-height:1.65;margin-bottom:32px}.actions{display:flex;align-items:center;gap:14px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:12px;background:linear-gradient(160deg,#3b82f6,#1d4ed8);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;letter-spacing:-.2px;box-shadow:0 4px 16px rgba(37,99,235,.35),0 1px 3px rgba(0,0,0,.1);transition:transform .15s,box-shadow .15s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,99,235,.4),0 2px 6px rgba(0,0,0,.1)}.btn-primary svg{flex-shrink:0}.creds-row{display:flex;align-items:center;gap:6px}.creds-label{font-size:.78rem;color:var(--ink-3)}.creds-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:6px;background:rgba(15,23,42,.05);border:1px solid var(--border);font-size:.75rem;font-weight:600;color:var(--ink-2);font-family:'SF Mono','Fira Code',monospace}.stats{display:flex;align-items:center;gap:20px;margin-top:40px;padding-top:28px;border-top:1px solid var(--border)}.stat-num{font-size:1.15rem;font-weight:800;color:var(--ink);letter-spacing:-.5px}.stat-label{font-size:.72rem;color:var(--ink-3);font-weight:500;margin-top:1px}.stat-div{width:1px;height:28px;background:var(--border)}.right{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.right-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,oklch(0.78 0.1 270/.15) 0%,transparent 65%);pointer-events:none}.fan{transform-origin:center center;transition:opacity .4s ease,transform .4s cubic-bezier(.16,1,.3,1)}.fan.widget-open{opacity:0;transform:translateY(40px) scale(.96);pointer-events:none}.fan{position:relative;width:560px;height:660px;margin-right:80px}.wcard{position:absolute;width:310px;height:440px;transform-origin:bottom center;transition:transform .45s cubic-bezier(.16,1,.3,1),filter .45s ease;cursor:default;display:block;border-radius:20px;filter:drop-shadow(0 24px 56px rgba(0,0,0,0.13)) drop-shadow(0 4px 16px rgba(0,0,0,0.07))}@keyframes fanIn1{from{opacity:0;transform:rotate(0deg) translateY(40px)}to{opacity:1;transform:rotate(-13deg)}}@keyframes fanIn2{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:rotate(0deg)}}@keyframes fanIn3{from{opacity:0;transform:rotate(0deg) translateY(40px)}to{opacity:1;transform:rotate(13deg)}}.wcard-1{left:16px;top:76px;transform:rotate(-13deg) translateZ(0);z-index:1;animation:fanIn1 .75s cubic-bezier(.16,1,.3,1) .18s both}.wcard-2{left:122px;top:26px;transform:rotate(0deg) translateZ(0);z-index:3;animation:fanIn2 .75s cubic-bezier(.16,1,.3,1) .04s both}.wcard-3{left:234px;top:76px;transform:rotate(13deg) translateZ(0);z-index:2;animation:fanIn3 .75s cubic-bezier(.16,1,.3,1) .32s both}.wcard-1:hover{transform:rotate(-5deg) translateY(-20px);filter:drop-shadow(0 40px 40px rgba(0,0,0,0.2));z-index:10}.wcard-2:hover{transform:translateY(-20px);filter:drop-shadow(0 40px 40px rgba(0,0,0,0.2));z-index:10}.wcard-3:hover{transform:rotate(5deg) translateY(-20px);filter:drop-shadow(0 40px 40px rgba(0,0,0,0.2));z-index:10}.wcard-label{position:absolute;bottom:-26px;left:50%;transform:translateX(-50%);font-size:10.5px;font-weight:600;color:#9ca3af;white-space:nowrap;letter-spacing:.5px}.wb{background:#fff;flex:1;display:flex;flex-direction:column;gap:8px;padding:14px 12px 10px;min-height:200px}.wmsg{max-width:82%;padding:8px 11px;border-radius:14px;font-size:13px;line-height:1.5}.wmsg-bot{align-self:flex-start}.wmsg-user{align-self:flex-end;color:#fff}.wmeta{font-size:11px;color:#9ca3af;padding:0 2px}.winput{display:flex;align-items:center;gap:6px;padding:9px 12px;background:#fff;border-top:1px solid #f0f0f0}.wfield{flex:1;height:32px;border-radius:8px;background:#f5f5f5;font-size:12px;color:#9ca3af;padding:0 10px;display:flex;align-items:center}.wico{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wico svg{width:12px;height:12px}.t-edge .we-header{padding:10px 14px;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#6366f1,#93c5fd);flex-shrink:0}.t-edge .we-av{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;position:relative}.t-edge .we-dot{position:absolute;bottom:0;right:0;width:8px;height:8px;border-radius:50%;background:#22c55e;border:1.5px solid #6366f1}.t-edge .we-name{color:#fff;font-size:12px;font-weight:600;line-height:1.3}.t-edge .we-sub{color:rgba(255,255,255,.5);font-size:12px;line-height:1.3;margin-top:1px}.t-edge .we-cls{color:rgba(255,255,255,.4);margin-left:auto;font-size:13px}.t-edge .we-msgs{flex:1;background:#fff;padding:10px 14px;display:flex;flex-direction:column}.t-edge .we-bot-wrap{margin-bottom:8px}.t-edge .we-bot-bub{background:#f5f5f5;border-radius:12px 12px 12px 2px;padding:8px 10px;font-size:12px;color:#374151;display:inline-block;max-width:200px;line-height:1.4}.t-edge .we-meta{font-size:11px;color:#9ca3af;margin-top:3px;margin-left:2px}.t-edge .we-user-wrap{display:flex;justify-content:flex-end;margin-bottom:8px}.t-edge .we-user-bub{background:linear-gradient(135deg,#6366f1,#93c5fd);border-radius:12px 12px 2px 12px;padding:8px 10px;font-size:12px;color:#fff;max-width:180px;line-height:1.4}.t-edge .we-input{background:#fff;border-top:1px solid #f3f4f6;padding:8px 12px;flex-shrink:0}.t-edge .we-input-text{font-size:12px;color:#9ca3af;margin-bottom:5px}.t-edge .we-input-row{display:flex;align-items:center;justify-content:space-between}.t-edge .we-icons{display:flex;gap:2px;align-items:center}.t-edge .we-plain-ico{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#9ca3af}.t-edge .we-send{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#93c5fd);display:flex;align-items:center;justify-content:center}.t-island .wi-body{background:rgb(246,246,247);position:relative;display:flex;flex-direction:column;flex:1}.t-island .wi-topbar{position:absolute;top:0;left:0;right:0;z-index:3;pointer-events:none}.t-island .wi-blur{position:absolute;top:0;left:0;right:0;height:62px;background:linear-gradient(to bottom,rgb(246,246,247) 55%,transparent);pointer-events:none}.t-island .wi-topbtns{position:relative;display:flex;justify-content:space-between;align-items:center;padding:6px 6px 0;pointer-events:auto}.t-island .wi-btn{width:20px;height:20px;border-radius:50%;background:rgb(221,221,221);display:flex;align-items:center;justify-content:center}.t-island .wi-btn svg{width:14px;height:14px;fill:rgb(17,17,17)}.t-island .wi-pill-wrap{position:absolute;top:7px;left:0;right:0;display:flex;justify-content:center;pointer-events:none}.t-island .wi-pill{display:flex;align-items:center;padding:5px 10px;border-radius:16px;background:#fff;box-shadow:rgba(0,0,0,.08) 0 .48px 2.41px -.38px,rgba(0,0,0,.25) 0 4px 20px -.75px;outline:rgb(227,227,227) solid 1px;outline-offset:-1px;pointer-events:auto;white-space:nowrap}.t-island .wi-pill-av{width:20px;height:20px;border-radius:50%;background:#059669;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.t-island .wi-pill-av .dot{position:absolute;top:-2px;right:-2px;width:7px;height:7px;border-radius:50%;background:rgb(38,135,80);border:1.5px solid #fff}.t-island .wi-pill-name{font-size:11px;font-weight:700;color:rgb(17,17,17);margin-left:6px}.t-island .wi-msgs{padding:58px 12px 8px;flex:1;display:flex;flex-direction:column}.t-island .wi-bot-row{display:flex;margin-bottom:8px}.t-island .wi-bot-av{width:16px;height:16px;border-radius:50%;background:#059669;display:flex;align-items:center;justify-content:center;margin-right:6px;flex-shrink:0}.t-island .wi-bot-bub{background:#fff;border-radius:8px;padding:7px 10px;font-size:12px;color:rgb(17,17,17);display:inline-block;max-width:180px;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px}.t-island .wi-user-row{display:flex;flex-direction:row-reverse;margin-bottom:8px}.t-island .wi-user-bub{background:#059669;border-radius:8px;padding:7px 10px;font-size:12px;color:#fff;max-width:170px;box-shadow:rgba(0,0,0,.15) 0 .6px .54px -1.33px,rgba(0,0,0,.13) 0 2.29px 2.06px -2.67px}.t-island .wi-input-wrap{flex-shrink:0;margin:0 10px}.t-island .wi-input-inner{position:relative;display:flex;align-items:center;height:32px}.t-island .wi-attach{position:absolute;left:5px;z-index:1;width:22px;height:22px;border-radius:50%;background:rgb(248,248,248);display:flex;align-items:center;justify-content:center;color:rgb(17,17,17)}.t-island .wi-field{width:100%;height:32px;padding:0 56px 0 32px;border:1px solid rgb(227,227,227);border-radius:20px;background:rgb(251,251,251);font-size:11px;color:rgb(160,160,160);display:flex;align-items:center;box-sizing:border-box}.t-island .wi-right-btns{position:absolute;right:5px;display:flex;align-items:center;gap:2px;z-index:1}.t-island .wi-emoji-btn{width:22px;height:22px;border-radius:50%;background:rgb(248,248,248);display:flex;align-items:center;justify-content:center;color:rgb(17,17,17)}.t-island .wi-send{width:22px;height:22px;border-radius:50%;background:#059669;display:flex;align-items:center;justify-content:center}.t-island .wpowered{text-align:center;font-size:10px;padding:4px 0 6px;color:rgb(87,87,87);background:rgb(246,246,247);flex-shrink:0}.t-island .wpowered strong{color:rgb(17,17,17)}.t-aurora{background:linear-gradient(135deg,#7c3aed,#ec4899)}.t-aurora .wa-header{padding:12px 12px 14px;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#7c3aed,#ec4899);flex-shrink:0}.t-aurora .wa-av{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:rgba(255,255,255,.2);border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;position:relative}.t-aurora .wa-av .dot{position:absolute;bottom:0;right:0;width:8px;height:8px;border-radius:50%;background:#22c55e;border:1.5px solid rgba(255,255,255,.9)}.t-aurora .wa-info{flex:1;min-width:0}.t-aurora .wname{color:#fff;font-size:13px;font-weight:600;line-height:1.3}.t-aurora .wsub{color:rgba(255,255,255,.7);font-size:11px;line-height:1.3;margin-top:1px}.t-aurora .wa-cls{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff}.t-aurora .wa-body{background:#fff;flex:1;display:flex;flex-direction:column;border-radius:0 0 20px 20px;overflow:hidden}.t-aurora .wa-msgs{flex:1;background:#f8f9fb;padding:10px 12px 8px;display:flex;flex-direction:column}.t-aurora .wa-bot-row{display:flex;align-items:flex-end;gap:5px;margin-bottom:6px}.t-aurora .wa-mini-av{width:18px;height:18px;border-radius:50%;background:#7c3aed;display:flex;align-items:center;justify-content:center;flex-shrink:0}.t-aurora .wa-bot-bubble{background:#fff;border-radius:12px 12px 12px 3px;padding:7px 10px;font-size:12px;color:#1f2937;max-width:160px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.t-aurora .wa-user-row{display:flex;justify-content:flex-end;margin-bottom:6px}.t-aurora .wa-user-bubble{background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:12px 12px 3px 12px;padding:7px 10px;font-size:12px;color:#fff;max-width:140px}.t-aurora .wa-sep{height:1px;background:#f0f1f3;flex-shrink:0}.t-aurora .wa-input-row{display:flex;align-items:center;gap:5px;padding:8px 10px;background:#fff;flex-shrink:0}.t-aurora .wa-icon-btn{width:22px;height:22px;border-radius:50%;background:#f0f1f3;display:flex;align-items:center;justify-content:center;color:#6b7280;flex-shrink:0}.t-aurora .wa-field-new{flex:1;height:26px;border-radius:14px;border:1.5px solid #e5e7eb;background:#f5f5f7;display:flex;align-items:center;padding:0 8px;font-size:11px;color:#9ca3af}.t-aurora .wa-send-btn{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;flex-shrink:0}.t-aurora .wa-footer{text-align:center;padding:2px 0 7px;font-size:10px;color:#b0b4ba;background:#fff;flex-shrink:0}.t-aurora .wa-footer strong{color:#8b8f96}
@media(max-width:768px){body{overflow-y:auto;overflow-x:hidden;height:auto}.page{height:auto;min-height:100dvh}nav{height:58px;padding:0 20px}.logo-icon{width:34px;height:34px;border-radius:9px}.logo-icon svg{width:24px;height:24px}.logo-name{font-size:1.2rem}.nav-cta{height:34px;padding:0 14px;font-size:.78rem}.main{flex-direction:column;overflow:visible}.left{width:100%;padding:28px 24px 24px;flex-shrink:0}.left-inner{max-width:100%}h1{font-size:clamp(1.55rem,6vw,2rem);letter-spacing:-.5px}.desc{font-size:.875rem;margin-bottom:24px}.btn-primary{font-size:.84rem;padding:11px 18px}.right{flex:none;height:380px;overflow:visible;align-items:flex-start;justify-content:center}.right-glow{display:none}.fan{transform:scale(0.5);transform-origin:top center;margin-right:0;margin-top:0}}
