@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--sidebar-bg:#0f0f11;--main-bg:#141417;--card-bg:#1a1a1f;--input-bg:#1e1e24;--accent:#7c6af7;--accent-hover:#6b59e8;--accent-glow:rgba(124,106,247,.15);--border:hsla(0,0%,100%,.08);--hover:hsla(0,0%,100%,.05);--active-bg:rgba(124,106,247,.12);--text-primary:#f0f0f4;--text-secondary:#a8a8b8;--text-muted:#5a5a72;--assistant-bubble-bg:#1e1e26;--assistant-avatar-bg:rgba(124,106,247,.12)}#__next,body,html{height:100%;background:var(--main-bg);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none}button,textarea{font-family:inherit}.app-shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:260px;min-width:260px;display:flex;flex-direction:column;height:100%;background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:30;transition:transform .3s ease}.sidebar-header{justify-content:space-between;padding:16px;border-bottom:1px solid var(--border)}.sidebar-header,.sidebar-logo{display:flex;align-items:center}.sidebar-logo{gap:10px}.sidebar-logo-icon{width:32px;height:32px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-text{font-weight:600;font-size:14px;color:var(--text-primary);letter-spacing:-.3px}.sidebar-new-btn{margin:12px;display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:var(--accent);color:#fff;font-size:13px;font-weight:500;transition:background .15s,transform .1s;width:calc(100% - 24px)}.sidebar-new-btn:hover{background:var(--accent-hover)}.sidebar-new-btn:active{transform:scale(.98)}.sidebar-list{flex:1 1;overflow-y:auto;padding:4px 8px}.sidebar-list::-webkit-scrollbar{width:3px}.sidebar-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.sidebar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;text-align:center;gap:8px}.sidebar-empty p{font-size:13px;color:var(--text-muted)}.sidebar-footer{padding:12px 16px;border-top:1px solid var(--border);text-align:center;font-size:11px;color:var(--text-muted)}.convo-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;cursor:pointer;margin-bottom:2px;transition:background .12s}.convo-item:hover{background:var(--hover)}.convo-item:hover .convo-delete{opacity:1}.convo-item.active{background:var(--active-bg)}.convo-item-text{flex:1 1;min-width:0}.convo-title{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.convo-meta{font-size:11px;color:var(--text-muted);margin-top:2px}.convo-delete{opacity:0;padding:5px;border-radius:6px;color:var(--text-muted);transition:opacity .15s,background .15s,color .15s;flex-shrink:0}.convo-delete:hover{background:rgba(239,68,68,.15);color:#f87171}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:20}.main-content{flex:1 1;display:flex;flex-direction:column;height:100%;min-width:0}.topbar{justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.topbar,.topbar-left{display:flex;align-items:center}.topbar-left{gap:12px}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-title{font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:-.2px}.topbar-subtitle{font-size:11px;color:var(--text-muted);margin-top:1px}.topbar-status{color:var(--text-muted)}.topbar-status,.topbar-token-btn{display:flex;align-items:center;gap:6px;font-size:12px}.topbar-token-btn{padding:6px 12px;border-radius:8px;background:linear-gradient(135deg,rgba(124,106,247,.18),rgba(124,106,247,.06));border:1px solid rgba(124,106,247,.35);color:var(--accent);font-weight:500;transition:background .15s,border-color .15s,transform .1s;white-space:nowrap}.topbar-token-btn:hover{background:linear-gradient(135deg,rgba(124,106,247,.28),rgba(124,106,247,.14));border-color:rgba(124,106,247,.6);transform:translateY(-1px)}.topbar-token-btn:active{transform:scale(.97)}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--text-muted);opacity:.4;transition:background .3s,opacity .3s}.status-dot.live{background:#4ade80;opacity:1;animation:pulse 2s infinite}.icon-btn{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .15s}.icon-btn:hover{background:var(--hover)}.messages-area{flex:1 1;overflow-y:auto;padding:24px 20px}.messages-area::-webkit-scrollbar{width:3px}.messages-area::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.08);border-radius:4px}.messages-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.welcome{flex-direction:column;min-height:60vh;padding:20px;text-align:center}.welcome,.welcome-icon{display:flex;align-items:center;justify-content:center}.welcome-icon{width:60px;height:60px;border-radius:18px;background:rgba(124,106,247,.1);border:1px solid rgba(124,106,247,.2);margin-bottom:20px}.welcome h2{font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px}.welcome>p{font-size:14px;color:var(--text-muted);margin-bottom:28px;max-width:360px}.suggestions-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;width:100%;max-width:560px}.suggestion-btn{text-align:left;padding:12px 16px;border-radius:10px;border:1px solid var(--border);background:var(--card-bg);font-size:13px;color:var(--text-secondary);transition:background .15s,border-color .15s;line-height:1.4}.suggestion-btn:hover{background:var(--hover);border-color:rgba(124,106,247,.4);color:var(--text-primary)}.message-row{display:flex;gap:10px;animation:slideUp .2s ease-out}.message-row.user{flex-direction:row-reverse}.avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.avatar.user{background:var(--accent);color:#fff}.avatar.assistant{background:var(--assistant-avatar-bg);color:var(--accent)}.bubble-col{display:flex;flex-direction:column;gap:4px;max-width:76%}.message-row.user .bubble-col{align-items:flex-end}.message-row.assistant .bubble-col{align-items:flex-start}.bubble{padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.65}.bubble.user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;white-space:pre-wrap;word-break:break-word}.bubble.assistant{background:var(--assistant-bubble-bg);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:4px;word-break:break-word}.bubble-time{font-size:11px;color:var(--text-muted);padding:0 2px}.typing-dots{display:flex;gap:5px;padding:4px 2px;align-items:center}.typing-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:typingBounce 1.4s ease-in-out infinite both}.typing-dot:nth-child(2){animation-delay:.16s}.typing-dot:nth-child(3){animation-delay:.32s}.cursor-blink{display:inline-block;width:2px;height:14px;background:currentColor;margin-left:2px;vertical-align:middle;animation:blink 1s infinite}.error-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:10px;font-size:13px;color:#f87171}.input-area{border-top:1px solid var(--border);padding:12px 20px 16px;flex-shrink:0}.input-inner{max-width:720px;margin:0 auto}.input-box{display:flex;align-items:flex-end;gap:10px;background:var(--input-bg);border:1px solid var(--border);border-radius:14px;padding:10px 12px;transition:border-color .2s,box-shadow .2s}.input-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.input-textarea{flex:1 1;resize:none;background:transparent;border:none;outline:none;color:var(--text-primary);font-size:14px;line-height:1.5;min-height:22px;max-height:180px;overflow-y:auto}.input-textarea::placeholder{color:var(--text-muted)}.send-btn{width:34px;height:34px;border-radius:9px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s,opacity .15s}.send-btn:hover:not(:disabled){background:var(--accent-hover)}.send-btn:active:not(:disabled){transform:scale(.92)}.send-btn:disabled{opacity:.3;cursor:not-allowed}.stop-btn{width:34px;height:34px;border-radius:9px;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stop-btn:hover{background:#dc2626}.input-hint{font-size:11px;color:var(--text-muted);text-align:center;margin-top:8px;opacity:.6}.prose{line-height:1.7}.prose p{margin-bottom:.7em}.prose p:last-child{margin-bottom:0}.prose h1{font-size:1.15rem;font-weight:700;margin:1em 0 .4em}.prose h2{font-size:1.05rem;font-weight:600;margin:.9em 0 .35em}.prose h3{font-size:.95rem;font-weight:600;margin:.75em 0 .3em;color:var(--text-secondary)}.prose ol,.prose ul{padding-left:1.4em;margin:.4em 0}.prose li{margin-bottom:.25em}.prose strong{font-weight:600}.prose em{font-style:italic}.prose pre{background:rgba(0,0,0,.45);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;padding:12px 14px;margin:.6em 0;overflow-x:auto}.prose code{font-family:Fira Code,Consolas,monospace;font-size:.82em;line-height:1.6;color:#c9d1d9}.prose :not(pre)>code{background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.08);border-radius:4px;padding:1px 5px;color:#b8a4ff}@keyframes slideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes typingBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.mobile-menu-btn{display:none}@media (max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.mobile-overlay{display:block}.mobile-menu-btn{display:flex}.suggestions-grid{grid-template-columns:1fr}.bubble-col{max-width:88%}.topbar-status span,.topbar-token-btn span{display:none}}.rate-warn{display:flex;align-items:center;gap:6px;background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.25);border-radius:10px;color:#fbbf24}.rate-error,.rate-warn{padding:8px 12px;margin-bottom:8px;font-size:12px}.rate-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#f87171;text-align:center}.welcome-sub{font-size:14px;color:var(--text-muted);margin-bottom:28px;max-width:400px}.welcome-badge{display:flex;align-items:center;gap:6px;margin-top:28px;padding:6px 14px;border-radius:20px;border:1px solid var(--border);font-size:11px;color:var(--text-muted);letter-spacing:.3px}.token-launch-btn{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 20px;border-radius:12px;background:linear-gradient(135deg,rgba(124,106,247,.2),rgba(124,106,247,.08));border:1px solid rgba(124,106,247,.35);color:var(--accent);font-size:13px;font-weight:500;transition:background .15s,border-color .15s,transform .1s}.token-launch-btn:hover{background:linear-gradient(135deg,rgba(124,106,247,.3),rgba(124,106,247,.15));border-color:rgba(124,106,247,.6);transform:translateY(-1px)}.token-launch-btn:active{transform:scale(.97)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .18s ease}.modal-box{background:var(--card-bg);border:1px solid var(--border);border-radius:18px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px rgba(0,0,0,.6);animation:slideUp .2s ease-out}.modal-box::-webkit-scrollbar{width:3px}.modal-box::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid var(--border)}.modal-header-left{gap:12px}.modal-header-left,.modal-icon{display:flex;align-items:center}.modal-icon{width:38px;height:38px;border-radius:10px;background:rgba(124,106,247,.12);border:1px solid rgba(124,106,247,.2);justify-content:center;flex-shrink:0}.modal-title{font-size:15px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.modal-subtitle{font-size:11px;color:var(--text-muted);margin-top:2px}.modal-body{padding:20px;display:flex;flex-direction:column;gap:18px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.token-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.token-field{display:flex;flex-direction:column;gap:6px}.token-label{font-size:12px;font-weight:500;color:var(--text-secondary)}.token-label-hint{font-weight:400;color:var(--text-muted)}.token-input{background:var(--input-bg);border:1px solid var(--border);border-radius:10px;padding:9px 12px;color:var(--text-primary);font-size:13px;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.token-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.token-input::placeholder{color:var(--text-muted)}.token-input::-webkit-inner-spin-button,.token-input::-webkit-outer-spin-button{-webkit-appearance:none}.token-toggles{display:flex;flex-direction:column;gap:10px}.token-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--input-bg);border:1px solid var(--border);border-radius:10px}.token-toggle-label{font-size:13px;font-weight:500;color:var(--text-primary)}.token-toggle-desc{font-size:11px;color:var(--text-muted);margin-top:2px}.token-toggle{width:40px;height:22px;border-radius:11px;background:hsla(0,0%,100%,.1);border:1px solid var(--border);position:relative;transition:background .2s,border-color .2s;flex-shrink:0}.token-toggle.on{background:var(--accent);border-color:var(--accent)}.token-toggle-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s}.token-toggle.on .token-toggle-knob{transform:translateX(18px)}.token-info-note{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:rgba(124,106,247,.06);border:1px solid rgba(124,106,247,.15);border-radius:10px;font-size:12px;color:var(--text-muted);line-height:1.5}.token-info-note svg{flex-shrink:0;margin-top:1px;color:var(--accent)}.token-error{display:flex;align-items:center;gap:8px;padding:10px 12px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#f87171}.token-cancel-btn,.token-error{border-radius:10px;font-size:13px}.token-cancel-btn{padding:9px 18px;background:var(--hover);border:1px solid var(--border);color:var(--text-secondary);font-weight:500;transition:background .15s}.token-cancel-btn:hover{background:hsla(0,0%,100%,.08)}.token-create-btn{display:flex;align-items:center;gap:6px;padding:9px 20px;border-radius:10px;background:var(--accent);color:#fff;font-size:13px;font-weight:600;transition:background .15s,transform .1s}.token-create-btn:hover{background:var(--accent-hover)}.token-create-btn:active{transform:scale(.97)}.modal-loading{align-items:center;text-align:center;padding:32px 24px}.token-spinner{width:44px;height:44px;border:3px solid rgba(124,106,247,.2);border-top:3px solid var(--accent);border-radius:50%;animation:spin .85s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.token-loading-title{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:16px}.token-loading-steps{display:flex;flex-direction:column;gap:8px;width:100%;max-width:280px;text-align:left}.token-step{font-size:12px;color:var(--text-muted);padding:6px 12px;border-radius:8px;border:1px solid transparent}.token-step.done{color:#4ade80;border-color:rgba(74,222,128,.2);background:rgba(74,222,128,.05)}.token-step.active{color:var(--accent);border-color:rgba(124,106,247,.25);background:rgba(124,106,247,.06)}.token-loading-note{font-size:12px;color:var(--text-muted);margin-top:12px}.token-error-icon{margin-bottom:12px}.token-success-badge{display:flex;align-items:center;gap:8px;padding:10px 14px;background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.2);border-radius:10px;font-size:13px;font-weight:500;color:#4ade80}.token-result-section{display:flex;flex-direction:column;gap:8px}.token-result-title{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.token-result-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.token-result-item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;background:var(--input-bg);border-radius:8px;border:1px solid var(--border)}.token-result-key{font-size:11px;color:var(--text-muted)}.token-result-val{font-size:13px;font-weight:500;color:var(--text-primary)}.token-result-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;display:inline-block;width:-moz-fit-content;width:fit-content}.token-result-badge.yes{background:rgba(74,222,128,.12);color:#4ade80}.token-result-badge.no{background:hsla(0,0%,100%,.06);color:var(--text-muted)}.token-mono-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--input-bg);border:1px solid var(--border);border-radius:10px}.token-mono{flex:1 1;font-family:Fira Code,Consolas,monospace;font-size:12px;color:var(--text-primary);word-break:break-all;line-height:1.5}.token-key-val.blurred{filter:blur(5px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.token-copy-btn{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);flex-shrink:0;transition:background .15s,color .15s}.token-copy-btn:hover{background:var(--hover);color:var(--text-primary)}.token-explorer-link{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--accent);text-decoration:none;flex-shrink:0;padding:4px 8px;border-radius:7px;transition:background .15s;white-space:nowrap}.token-explorer-link:hover{background:var(--accent-glow)}.token-key-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.token-key-row{background:rgba(245,158,11,.05);border-color:rgba(245,158,11,.2)}.token-key-warning{display:flex;align-items:center;gap:4px;font-size:11px;color:#f59e0b;font-weight:400;text-transform:none;letter-spacing:0}@media (max-width:540px){.token-form-grid,.token-result-grid{grid-template-columns:1fr}.modal-box{border-radius:14px}}.hp{background:#08080f;color:#ededf4;font-family:Inter,sans-serif;min-height:100vh;overflow-x:hidden}.hp-container{max-width:1120px;margin:0 auto;padding:0 24px}.hp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(8,8,15,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.06)}.hp-nav-inner{justify-content:space-between;height:60px;gap:24px}.hp-logo,.hp-nav-inner{display:flex;align-items:center}.hp-logo{gap:10px;text-decoration:none;color:inherit}.hp-logo-icon{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,#7c6af7,#5b4fdb);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-logo-text{font-weight:700;font-size:15px;letter-spacing:-.3px;color:#ededf4}.hp-nav-links{display:flex;align-items:center;gap:4px}.hp-nav-link{font-size:13px;color:rgba(237,237,244,.55);text-decoration:none;padding:6px 12px;border-radius:8px;transition:color .15s,background .15s}.hp-nav-link:hover{color:#ededf4;background:hsla(0,0%,100%,.06)}.hp-nav-cta{font-size:13px}.hp-btn-primary{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:10px;background:linear-gradient(135deg,#7c6af7,#6356e0);color:#fff;font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity .15s,transform .1s,box-shadow .2s;box-shadow:0 4px 20px rgba(124,106,247,.35)}.hp-btn-primary:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 28px rgba(124,106,247,.5)}.hp-btn-primary:active{transform:scale(.97)}.hp-btn-ghost{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:10px;background:hsla(0,0%,100%,.05);color:#ededf4;font-size:14px;font-weight:500;text-decoration:none;border:1px solid hsla(0,0%,100%,.1);transition:background .15s,transform .1s,border-color .15s}.hp-btn-ghost:hover{background:hsla(0,0%,100%,.09);border-color:hsla(0,0%,100%,.2);transform:translateY(-1px)}.hp-btn-lg{padding:12px 24px;font-size:15px}.hp-btn-xl{padding:14px 32px;font-size:16px;border-radius:12px}.hp-hero{overflow:hidden;padding:100px 0 80px;min-height:92vh;display:flex}.hp-hero,.hp-hero-inner{position:relative;align-items:center}.hp-hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;z-index:1}.hp-hero-text{display:flex;flex-direction:column;gap:24px}.hp-orb{position:absolute;border-radius:50%;pointer-events:none}.hp-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(124,106,247,.18) 0,transparent 70%);top:-200px;left:-100px;animation:orbFloat 12s ease-in-out infinite}.hp-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(79,142,247,.14) 0,transparent 70%);bottom:-100px;right:10%;animation:orbFloat 9s ease-in-out infinite reverse}.hp-orb-3{width:280px;height:280px;background:radial-gradient(circle,rgba(124,106,247,.1) 0,transparent 70%);top:20%;right:5%;animation:orbFloat 14s ease-in-out 3s infinite}@keyframes orbFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}.hp-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:20px;background:rgba(124,106,247,.1);border:1px solid rgba(124,106,247,.3);font-size:12px;color:#b4a8ff;font-weight:500;width:-moz-fit-content;width:fit-content}.hp-badge-dot{width:7px;height:7px;border-radius:50%;background:#7c6af7;box-shadow:0 0 8px #7c6af7;animation:pulse 2s infinite}.hp-h1{font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.08;letter-spacing:-2px;color:#ededf4}.hp-h1-accent{background:linear-gradient(135deg,#7c6af7,#a695ff,#6db3ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hp-hero-sub{font-size:16px;color:rgba(237,237,244,.6);line-height:1.7;max-width:480px}.hp-hero-btns{display:flex;gap:12px;flex-wrap:wrap}.hp-hero-stats{display:flex;align-items:center;gap:20px;padding-top:8px;flex-wrap:wrap}.hp-stat{display:flex;flex-direction:column;gap:2px}.hp-stat-val{font-size:18px;font-weight:700;color:#ededf4;letter-spacing:-.5px}.hp-stat-label{font-size:11px;color:rgba(237,237,244,.4)}.hp-stat-divider{width:1px;height:32px;background:hsla(0,0%,100%,.08)}.hp-hero-visual{display:flex;justify-content:center;align-items:center}.hp-mockup{width:100%;max-width:420px;background:rgba(20,20,28,.9);border:1px solid hsla(0,0%,100%,.1);border-radius:18px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.6),0 0 0 1px rgba(124,106,247,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:mockupFloat 6s ease-in-out infinite}@keyframes mockupFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hp-mockup-bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid hsla(0,0%,100%,.07);background:hsla(0,0%,100%,.03)}.hp-mockup-dots{display:flex;gap:5px}.hp-mockup-dots span{width:9px;height:9px;border-radius:50%;background:hsla(0,0%,100%,.12)}.hp-mockup-dots span:first-child{background:#ff5f57}.hp-mockup-dots span:nth-child(2){background:#febc2e}.hp-mockup-dots span:last-child{background:#28c840}.hp-mockup-title{font-size:12px;font-weight:500;color:rgba(237,237,244,.4);flex:1 1;text-align:center}.hp-mockup-body{padding:16px;display:flex;flex-direction:column;gap:10px}.hp-mock-msg{display:flex;gap:8px;align-items:flex-start}.hp-mock-user{justify-content:flex-end}.hp-mock-user span{background:linear-gradient(135deg,#7c6af7,#6356e0);color:#fff;border-radius:12px 12px 3px 12px}.hp-mock-ai span,.hp-mock-user span{padding:8px 12px;font-size:12px;line-height:1.5;max-width:80%}.hp-mock-ai span{background:hsla(0,0%,100%,.06);color:rgba(237,237,244,.85);border-radius:12px 12px 12px 3px;border:1px solid hsla(0,0%,100%,.07)}.hp-mock-ai strong{color:#b4a8ff;font-weight:600}.hp-mock-avatar{width:24px;height:24px;border-radius:7px;background:rgba(124,106,247,.2);justify-content:center;flex-shrink:0;color:#7c6af7;margin-top:2px}.hp-mock-avatar,.hp-mock-chip{display:flex;align-items:center}.hp-mock-chip{gap:6px;padding:7px 10px;background:rgba(74,222,128,.07);border:1px solid rgba(74,222,128,.2);border-radius:8px;font-size:11px;color:#4ade80;font-family:monospace}.hp-mockup-input{display:flex;align-items:center;justify-content:space-between;margin:0 16px 16px;padding:9px 12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);border-radius:10px}.hp-mockup-input span{font-size:12px;color:rgba(237,237,244,.3)}.hp-mockup-send{width:26px;height:26px;border-radius:7px;background:#7c6af7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-section{padding:96px 0}.hp-section-label{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#7c6af7;margin-bottom:16px}.hp-section-label:after,.hp-section-label:before{content:"";flex:1 1;max-width:40px;height:1px;background:rgba(124,106,247,.4)}.hp-h2{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-1.5px;color:#ededf4;text-align:center;line-height:1.15;margin-bottom:16px}.hp-section-sub{font-size:16px;color:rgba(237,237,244,.5);text-align:center;max-width:520px;margin:0 auto 56px;line-height:1.7}.hp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.hp-feature-card{padding:28px 24px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:16px;transition:background .2s,border-color .2s,transform .2s}.hp-feature-card:hover{background:rgba(124,106,247,.07);border-color:rgba(124,106,247,.25);transform:translateY(-3px)}.hp-feature-icon{width:44px;height:44px;border-radius:12px;background:rgba(124,106,247,.12);border:1px solid rgba(124,106,247,.2);display:flex;align-items:center;justify-content:center;color:#7c6af7;margin-bottom:16px}.hp-feature-title{font-size:15px;font-weight:700;color:#ededf4;margin-bottom:8px;letter-spacing:-.3px}.hp-feature-desc{font-size:13px;color:rgba(237,237,244,.5);line-height:1.65}.hp-kaanch{padding:96px 0;position:relative;background:linear-gradient(180deg,transparent,rgba(124,106,247,.04),transparent);border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05);overflow:hidden}.hp-kaanch-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(124,106,247,.12) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.hp-kaanch-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;position:relative;z-index:1}.hp-kaanch-text{gap:20px}.hp-kaanch-list,.hp-kaanch-text{display:flex;flex-direction:column}.hp-kaanch-list{gap:10px;list-style:none;padding:0}.hp-kaanch-item{display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(237,237,244,.7)}.hp-kaanch-visual{display:flex;justify-content:center}.hp-token-card{width:100%;max-width:340px;background:rgba(20,20,30,.95);border:1px solid rgba(124,106,247,.25);border-radius:18px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.5),inset 0 0 0 1px rgba(124,106,247,.1);display:flex;flex-direction:column;gap:14px}.hp-token-card-header{display:flex;align-items:center;gap:8px;font-size:12px;color:#4ade80;font-weight:600}.hp-token-card-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80;animation:pulse 2s infinite}.hp-token-card-name{font-size:26px;font-weight:800;letter-spacing:-.5px;color:#ededf4}.hp-token-card-name span{font-size:15px;font-weight:500;color:rgba(237,237,244,.45);margin-left:4px}.hp-token-rows{display:flex;flex-direction:column;gap:8px}.hp-token-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.hp-token-row:last-child{border-bottom:none}.hp-token-row span{color:rgba(237,237,244,.45)}.hp-token-row strong{color:#ededf4;font-weight:600}.hp-green{color:#4ade80!important}.hp-token-addr{font-family:monospace;font-size:11px;color:rgba(237,237,244,.35);background:hsla(0,0%,100%,.04);padding:8px 10px;border-radius:8px;word-break:break-all;line-height:1.5}.hp-token-scan-link{font-size:12px;color:#7c6af7;text-align:center;text-decoration:none}.hp-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;position:relative}.hp-steps:before{content:"";position:absolute;top:30px;left:calc(16.6% + 12px);right:calc(16.6% + 12px);height:1px;background:linear-gradient(90deg,transparent,rgba(124,106,247,.4),transparent)}.hp-step{flex-direction:column;text-align:center;gap:16px;padding:32px 20px}.hp-step,.hp-step-num{display:flex;align-items:center}.hp-step-num{width:52px;height:52px;border-radius:50%;border:2px solid rgba(124,106,247,.4);background:rgba(124,106,247,.08);font-size:13px;font-weight:700;color:#7c6af7;justify-content:center;flex-shrink:0;position:relative;z-index:1}.hp-step-line{display:none}.hp-step-title{font-size:16px;font-weight:700;color:#ededf4;letter-spacing:-.3px}.hp-step-desc{font-size:14px;color:rgba(237,237,244,.5);line-height:1.65}.hp-cta-section{padding:120px 0;position:relative;overflow:hidden}.hp-cta-glow{position:absolute;width:700px;height:400px;background:radial-gradient(ellipse,rgba(124,106,247,.15) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.hp-cta-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.hp-cta-h2{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-2px;color:#ededf4}.hp-cta-sub{font-size:17px;color:rgba(237,237,244,.5);max-width:440px;line-height:1.6}.hp-cta-btns{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:8px}.hp-footer{border-top:1px solid hsla(0,0%,100%,.06);padding:48px 0 32px}.hp-footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.hp-footer-brand{display:flex;flex-direction:column;gap:10px;max-width:240px}.hp-footer-tagline{font-size:12px;color:rgba(237,237,244,.35);line-height:1.5}.hp-footer-copy{font-size:11px;color:rgba(237,237,244,.25);margin-top:4px}.hp-footer-links{display:flex;gap:48px}.hp-footer-col{display:flex;flex-direction:column;gap:10px}.hp-footer-col-title{font-size:12px;font-weight:600;color:rgba(237,237,244,.4);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.hp-footer-link{font-size:13px;color:rgba(237,237,244,.5);text-decoration:none;transition:color .15s}.hp-footer-link:hover{color:#ededf4}@media (max-width:900px){.hp-hero{padding:72px 0 60px;min-height:auto}.hp-hero-inner{grid-template-columns:1fr;gap:48px}.hp-hero-text{align-items:center}.hp-hero-sub,.hp-hero-text{text-align:center}.hp-hero-btns,.hp-hero-stats{justify-content:center}.hp-features-grid{grid-template-columns:repeat(2,1fr)}.hp-kaanch-inner{grid-template-columns:1fr;gap:48px}.hp-kaanch-text{align-items:center;text-align:center}.hp-kaanch-list{align-items:flex-start;max-width:340px;margin:0 auto}.hp-nav-links{display:none}}@media (max-width:600px){.hp-features-grid,.hp-steps{grid-template-columns:1fr}.hp-steps{gap:16px}.hp-steps:before{display:none}.hp-h1{letter-spacing:-1.5px}.hp-footer-inner,.hp-footer-links{flex-direction:column}.hp-footer-links{gap:24px}}