:root{--bg:#0f1a14;--bg-card:#1a2e20;--bg-input:#162419;--border:#2d4a35;--green:#4a7c59;--green-light:#5a9c6e;--green-glow:#4a7c5940;--text:#c8d8cc;--text-muted:#7a9a82;--text-head:#e8f0ea;--white:#fff;--danger:#c0392b;--warning:#e67e22;--gold:#f1c40f;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Georgia,Times New Roman,serif;font-size:16px;line-height:1.6}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{color:var(--text-head);font-family:Georgia,serif;line-height:1.2}h1{font-size:clamp(1.8rem,5vw,3rem)}h2{font-size:clamp(1.4rem,3vw,2rem)}h3{font-size:1.2rem}a{color:var(--green-light);text-decoration:none}a:hover{text-decoration:underline}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-family:Georgia,serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-light);box-shadow:0 4px 16px var(--green-glow);text-decoration:none;transform:translateY(-1px)}.btn-outline{color:var(--green-light);border:1px solid var(--green);background:0 0}.btn-outline:hover{background:var(--green-glow);text-decoration:none}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--bg-card);color:var(--text);text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}input,textarea,select{background:var(--bg-input);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:Georgia,serif;font-size:1rem;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}input::placeholder,textarea::placeholder{color:var(--text-muted)}label{color:var(--text-muted);margin-bottom:.4rem;font-size:.9rem;display:block}.form-group{margin-bottom:1.2rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--green)}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-green{color:var(--green-light)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.spinner{border:3px solid var(--border);border-top-color:var(--green);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.badge{border-radius:999px;padding:.2rem .6rem;font-family:Georgia,serif;font-size:.78rem;font-weight:700;display:inline-block}.badge-green{background:var(--green-glow);color:var(--green-light);border:1px solid var(--green)}.badge-gold{color:var(--gold);background:#f1c40f26;border:1px solid #f1c40f66}.badge-gray{color:var(--text-muted);border:1px solid var(--border);background:#ffffff0d}._page_1lx5q_5{flex-direction:column;min-height:100vh;display:flex}._nav_1lx5q_12{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0f1a14f2;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}._navBrand_1lx5q_25{align-items:center;gap:.5rem;text-decoration:none;display:flex}._navLogo_1lx5q_32{font-size:1.5rem}._navName_1lx5q_34{color:var(--text-head);letter-spacing:-.02em;font-family:Georgia,serif;font-size:1.3rem;font-weight:700}._navActions_1lx5q_42{align-items:center;gap:.75rem;display:flex}._hero_1lx5q_49{text-align:center;background:radial-gradient(at 50% 0,#4a7c5926 0%,#0000 70%);flex:none;padding:5rem 1.5rem 4rem}._heroBadge_1lx5q_56{border:1px solid var(--green);color:var(--green-light);background:#4a7c5926;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.85rem;display:inline-flex}._heroTitle_1lx5q_69{color:var(--text-head);margin-bottom:1rem;font-size:clamp(2rem,6vw,3.5rem);line-height:1.15}._heroAccent_1lx5q_76{color:var(--green-light)}._heroSub_1lx5q_80{max-width:600px;color:var(--text-muted);margin:0 auto 2rem;font-size:1.1rem;line-height:1.7}._heroActions_1lx5q_88{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}._heroNote_1lx5q_96{color:var(--text-muted);margin-top:.5rem;font-size:.82rem}._sectionTitle_1lx5q_103{text-align:center;margin-bottom:2.5rem}._howSection_1lx5q_109{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}._steps_1lx5q_116{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}._step_1lx5q_116{text-align:center;background:var(--bg);border:1px solid var(--border);border-radius:12px;flex:1;min-width:200px;max-width:280px;padding:1.5rem}._stepNum_1lx5q_135{background:var(--green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 1rem;font-size:1.2rem;font-weight:700;display:flex}._step_1lx5q_116 h3{margin-bottom:.5rem;font-size:1rem}._step_1lx5q_116 p{color:var(--text-muted);font-size:.9rem}._stepArrow_1lx5q_159{color:var(--green);flex-shrink:0;font-size:1.5rem}@media (width<=640px){._stepArrow_1lx5q_159{display:none}}._featuresSection_1lx5q_170{padding:4rem 0}._featuresGrid_1lx5q_174{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}._featureCard_1lx5q_180{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .2s,transform .2s}._featureCard_1lx5q_180:hover{border-color:var(--green);transform:translateY(-2px)}._featureIcon_1lx5q_193{margin-bottom:.75rem;font-size:2rem;display:block}._featureCard_1lx5q_180 h3{margin-bottom:.4rem;font-size:1rem}._featureCard_1lx5q_180 p{color:var(--text-muted);font-size:.9rem;line-height:1.5}._pricingSection_1lx5q_211{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}._pricingGrid_1lx5q_218{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:700px;margin:0 auto;display:grid}._pricingCard_1lx5q_226{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:2rem}._pricingPro_1lx5q_233{border-color:var(--green);box-shadow:0 0 30px var(--green-glow);position:relative}._pricingHeader_1lx5q_239{margin-bottom:1.5rem}._price_1lx5q_243{color:var(--text-head);margin-top:1rem}._priceAmount_1lx5q_248{font-family:Georgia,serif;font-size:3rem;font-weight:700}._priceCurrency_1lx5q_254{color:var(--text-muted);font-size:1.2rem}._priceSub_1lx5q_259{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}._pricingFeatures_1lx5q_265{flex-direction:column;gap:.6rem;list-style:none;display:flex}._pricingFeatures_1lx5q_265 li{color:var(--text);font-size:.95rem}._disabled_1lx5q_277{opacity:.4;text-decoration:line-through}._testimonialsSection_1lx5q_283{padding:4rem 0}._testimonialsGrid_1lx5q_287{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}._testimonialCard_1lx5q_293{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}._testimonialText_1lx5q_300{color:var(--text);margin-bottom:1rem;font-style:italic;line-height:1.6}._testimonialAuthor_1lx5q_307{align-items:center;gap:.75rem;display:flex}._testimonialAvatar_1lx5q_313{font-size:2rem}._testimonialAuthor_1lx5q_307 strong{color:var(--text-head);font-size:.95rem}._testimonialAuthor_1lx5q_307 p{color:var(--text-muted);font-size:.82rem}._ctaSection_1lx5q_328{text-align:center;background:radial-gradient(at 50% 100%,#4a7c5926 0%,#0000 70%);padding:5rem 1.5rem}._ctaSection_1lx5q_328 h2{margin-bottom:.75rem}._ctaSection_1lx5q_328 p{color:var(--text-muted)}._footer_1lx5q_343{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);margin-top:auto;padding:2rem 1.5rem;font-size:.85rem}._loadingScreen_kv9eq_5{height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}._layout_kv9eq_16{height:100vh;display:flex;overflow:hidden}._sidebar_kv9eq_23{background:var(--bg-card);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1rem;width:260px;padding:1.25rem 1rem;display:flex}._sidebarBrand_kv9eq_34{color:var(--text-head);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding-bottom:.75rem;font-family:Georgia,serif;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}._sidebarStats_kv9eq_47{flex-direction:column;gap:.4rem;display:flex}._progressBar_kv9eq_53{background:var(--border);border-radius:3px;height:6px;overflow:hidden}._progressFill_kv9eq_60{background:var(--green);border-radius:3px;height:100%;transition:width .3s}._statsText_kv9eq_67{color:var(--text-muted);font-size:.82rem}._upgradeBtn_kv9eq_72{width:100%;padding:.6rem .75rem;font-size:.85rem}._sidebarBottom_kv9eq_78{flex-direction:column;gap:.25rem;margin-top:auto;display:flex}._sidebarLink_kv9eq_85{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;padding:.5rem;font-family:Georgia,serif;font-size:.88rem;text-decoration:none;transition:color .2s,background .2s;display:block}._sidebarLink_kv9eq_85:hover{color:var(--text);background:#ffffff0d}._main_kv9eq_106{flex-direction:column;flex:1;min-width:0;display:flex;position:relative}._messages_kv9eq_114{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem 1rem 1rem;display:flex;overflow-y:auto}._welcome_kv9eq_124{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:600px;margin:0 auto;padding:3rem 1rem;display:flex}._welcomeIcon_kv9eq_135{font-size:3rem}._welcome_kv9eq_124 h2{font-size:1.4rem}._welcome_kv9eq_124 p{color:var(--text-muted);max-width:440px}._examples_kv9eq_148{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}._exampleBtn_kv9eq_156{background:var(--bg-card);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:20px;padding:.4rem .9rem;font-family:Georgia,serif;font-size:.82rem;transition:border-color .2s,background .2s}._exampleBtn_kv9eq_156:hover:not(:disabled){border-color:var(--green);background:var(--green-glow)}._exampleBtn_kv9eq_156:disabled{opacity:.4;cursor:not-allowed}._message_kv9eq_114{gap:.75rem;width:100%;max-width:780px;display:flex}._assistantMsg_kv9eq_186{align-self:flex-start}._userMsg_kv9eq_190{flex-direction:row-reverse;align-self:flex-end}._msgAvatar_kv9eq_195{flex-shrink:0;padding-top:.2rem;font-size:1.4rem}._msgBubble_kv9eq_201{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;max-width:calc(100% - 3rem);padding:.85rem 1rem;font-size:.95rem;line-height:1.6}._userMsg_kv9eq_190 ._msgBubble_kv9eq_201{background:var(--green);border-color:var(--green);color:#fff}._thinkingBubble_kv9eq_218{align-items:center;gap:5px;padding:.85rem 1.2rem;display:flex}._dot_kv9eq_225{background:var(--green);border-radius:50%;width:8px;height:8px;animation:1.2s infinite _bounce_kv9eq_1}._dot_kv9eq_225:nth-child(2){animation-delay:.15s}._dot_kv9eq_225:nth-child(3){animation-delay:.3s}@keyframes _bounce_kv9eq_1{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}._paywallOverlay_kv9eq_242{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;background:#0f1a14d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}._paywallCard_kv9eq_254{background:var(--bg-card);border:1px solid var(--green);text-align:center;width:100%;max-width:420px;box-shadow:0 0 40px var(--green-glow);border-radius:16px;padding:2rem 1.5rem}._paywallIcon_kv9eq_265{margin-bottom:.75rem;font-size:2.5rem}._paywallCard_kv9eq_254 h2{margin-bottom:.5rem;font-size:1.3rem}._paywallCard_kv9eq_254 p{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}._paywallPrice_kv9eq_281{margin:1rem 0}._paywallAmount_kv9eq_285{color:var(--text-head);font-family:Georgia,serif;font-size:2.5rem;font-weight:700}._paywallCurrency_kv9eq_292{color:var(--text-muted);font-size:1rem}._paywallFeatures_kv9eq_297{text-align:left;flex-direction:column;gap:.4rem;margin-bottom:1rem;padding:0 1rem;list-style:none;display:flex}._paywallFeatures_kv9eq_297 li{color:var(--text);font-size:.9rem}._inputArea_kv9eq_313{border-top:1px solid var(--border);background:var(--bg);padding:1rem}._limitBanner_kv9eq_319{text-align:center;color:var(--warning);background:#e67e221a;border:1px solid #e67e224d;border-radius:6px;margin-bottom:.5rem;padding:.4rem;font-size:.85rem}._limitLink_kv9eq_330{color:var(--green-light);cursor:pointer;background:0 0;border:none;font-family:Georgia,serif;font-size:.85rem;text-decoration:underline}._inputRow_kv9eq_340{align-items:flex-end;gap:.5rem;display:flex}._input_kv9eq_313{resize:none;border-radius:10px;flex:1;min-height:52px;max-height:120px}._sendBtn_kv9eq_354{border-radius:10px;flex-shrink:0;min-width:52px;height:52px;font-size:1.2rem}._inputHint_kv9eq_362{color:var(--text-muted);text-align:center;margin-top:.4rem;font-size:.75rem}@media (width<=640px){._sidebar_kv9eq_23{display:none}._messages_kv9eq_114{padding:1rem .75rem}._inputArea_kv9eq_313{padding:.75rem}}._page_1yk90_5{background:radial-gradient(at 50% 0,#4a7c591f 0%,#0000 60%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}._card_1yk90_14{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:420px;padding:2.5rem 2rem}._logo_1yk90_23{color:var(--text-head);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:Georgia,serif;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}._title_1yk90_36{text-align:center;margin-bottom:.4rem;font-size:1.4rem}._subtitle_1yk90_42{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}._tabs_1yk90_50{background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-bottom:1.5rem;padding:3px;display:flex}._tab_1yk90_50{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem;font-family:Georgia,serif;font-size:.9rem;transition:all .2s}._tabActive_1yk90_72{background:var(--green);color:#fff}._form_1yk90_78{flex-direction:column;gap:.25rem;display:flex}._errorMsg_1yk90_84{color:#e74c3c;background:#c0392b1f;border:1px solid #c0392b66;border-radius:8px;margin-bottom:.25rem;padding:.6rem .9rem;font-size:.88rem}._successMsg_1yk90_94{background:var(--green-glow);border:1px solid var(--green);color:var(--green-light);border-radius:8px;margin-bottom:.25rem;padding:.6rem .9rem;font-size:.88rem}._hint_1yk90_104{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.8rem;line-height:1.5}._switchMode_1yk90_112{text-align:center;color:var(--text-muted);margin-top:.5rem;font-size:.88rem}._switchLink_1yk90_119{color:var(--green-light);cursor:pointer;background:0 0;border:none;font-family:Georgia,serif;font-size:.88rem;text-decoration:underline}._footer_1yk90_129{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem;font-size:.85rem}._loadingScreen_9qaxj_5{height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}._page_9qaxj_15{background:var(--bg);min-height:100vh}._header_9qaxj_21{border-bottom:1px solid var(--border);background:var(--bg-card);z-index:10;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}._headerBrand_9qaxj_33{color:var(--text-head);align-items:center;gap:.5rem;font-family:Georgia,serif;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}._headerActions_9qaxj_44{gap:.5rem;display:flex}._welcomeRow_9qaxj_50{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}._welcomeTitle_9qaxj_59{margin-bottom:.25rem;font-size:clamp(1.3rem,3vw,1.8rem)}._grid_9qaxj_65{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}._cardTitle_9qaxj_72{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.95rem}._bigStat_9qaxj_80{color:var(--text-head);margin-bottom:.5rem;font-family:Georgia,serif;font-size:2.2rem;font-weight:700}._progressBar_9qaxj_89{background:var(--border);border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}._progressFill_9qaxj_97{border-radius:4px;height:100%;transition:width .4s}._accountInfo_9qaxj_104{flex-direction:column;gap:.75rem;display:flex}._accountRow_9qaxj_110{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}._accountRow_9qaxj_110:last-child{border-bottom:none}._accountLabel_9qaxj_123{color:var(--text-muted);flex-shrink:0;font-size:.85rem}._accountValue_9qaxj_129{color:var(--text);text-align:right;word-break:break-all;font-size:.9rem}._chatCta_9qaxj_137{text-align:center;background:linear-gradient(135deg, var(--bg-card) 0%, #4a7c5914 100%);border-color:var(--green);flex-direction:column;justify-content:center;align-items:center;display:flex}._chatCtaIcon_9qaxj_147{margin-bottom:.75rem;font-size:2.5rem}._chatCta_9qaxj_137 h3{margin-bottom:.4rem}._chatCta_9qaxj_137 p{color:var(--text-muted);font-size:.9rem}@media (width<=480px){._headerActions_9qaxj_44 ._btn-ghost_9qaxj_162{display:none}}
