.dash{min-height:100vh;display:grid;grid-template-columns:var(--sidebar-width) 1fr;gap:1rem;padding:1rem}.dash-sidebar{display:flex;flex-direction:column;padding:1.25rem 1rem;position:sticky;top:1rem;height:calc(100vh - 2rem)}.dash-brand{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:700;font-size:1.15rem;padding:.25rem .5rem 1.25rem}.dash-logo{display:grid;place-items:center}.dash-logo-img{width:28px;height:28px;border-radius:8px;object-fit:cover}.dash-nav{display:flex;flex-direction:column;gap:.35rem;flex:1}.dash-link{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:14px;color:var(--text-muted);font-weight:550;transition:background .15s ease,color .15s ease}.dash-link:hover{background:var(--primary-softer);color:var(--primary-dark)}.dash-link.active{background:linear-gradient(135deg,#8b5cf629,#a78bfa33);color:var(--primary-dark);box-shadow:inset 0 0 0 1px #8b5cf62e}.dash-sidebar-foot{border-top:1px solid var(--border);padding-top:1rem;display:flex;flex-direction:column;gap:.85rem}.dash-help{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-weight:500;padding:.35rem .5rem}.dash-user{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:14px;background:var(--primary-softer)}.dash-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:grid;place-items:center;font-weight:700}.dash-user-meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}.dash-user-meta strong{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-user-meta button{text-align:left;color:var(--primary-dark);font-size:.8rem;font-weight:600;padding:0}.dash-main{min-width:0;height:calc(100vh - 2rem);display:flex;flex-direction:column;overflow:auto}.dash-mobile-nav{display:none}@media(max-width:900px){.dash{grid-template-columns:1fr;padding:.75rem .75rem 5.5rem}.dash-sidebar{display:none}.dash-main{min-height:auto}.dash-mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);padding:.45rem .35rem calc(.45rem + env(safe-area-inset-bottom))}.mobile-link{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.7rem;color:var(--text-soft);padding:.35rem;border-radius:12px}.mobile-link.active{color:var(--primary-dark);background:var(--primary-softer)}}.top-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;background:#ffffffb3;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.top-nav-brand{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display),sans-serif;font-weight:600;font-size:1.16rem;min-width:170px;text-decoration:none;color:var(--text);transition:color .2s ease}.top-nav-brand:hover{color:var(--primary)}.top-nav-logo{width:40px;height:40px;border-radius:8px;background:url(/assets/images/logo.png) center / cover no-repeat;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem}.top-nav-links{display:flex;align-items:center;gap:1.45rem;font-size:.92rem;color:#6b6579;font-weight:500}.top-nav-link{color:var(--text-soft);text-decoration:none;transition:color .2s ease;padding:.5rem .75rem;border-radius:8px}.top-nav-link:hover{color:var(--primary-dark);background:var(--primary-soft)}.top-nav-actions{display:flex;align-items:center;gap:.55rem;min-width:210px;justify-content:flex-end}@media(max-width:768px){.top-nav{flex-wrap:wrap;padding:.75rem 1rem}.top-nav-brand{min-width:auto;font-size:1rem}.top-nav-logo{width:32px;height:32px;font-size:1.2rem}.top-nav-links{gap:.75rem;font-size:.85rem;order:3;flex-basis:100%;margin-top:.5rem}.top-nav-link{padding:.4rem .5rem}.top-nav-actions{gap:.35rem;min-width:auto}.top-nav-actions .btn{padding:.5rem 1rem;font-size:.85rem}}@media(max-width:600px){.top-nav{padding:.5rem}.top-nav-brand{font-size:.9rem}.top-nav-brand strong{display:none}.top-nav-links{gap:.5rem;font-size:.75rem}.top-nav-link{padding:.3rem .4rem}.top-nav-actions{gap:.25rem}.top-nav-actions .btn{padding:.4rem .75rem;font-size:.75rem}.top-nav-actions .btn-ghost{display:none}}@font-face{font-family:InterCustom;src:url(/assets/fonts/Inter_28pt-Regular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:InterCustom;src:url(/assets/fonts/Inter_28pt-Medium.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:InterCustom;src:url(/assets/fonts/Inter_24pt-SemiBold.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:SoraCustom;src:url(/assets/fonts/Sora-SemiBold.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}.landing{max-width:1180px;margin:0 auto;padding:1.05rem 1rem 2.6rem;font-family:"InterCustom",var(--font),sans-serif;font-weight:400;display:flex;flex-direction:column;gap:70px}.landing h1,.landing h2,.landing h3,.landing h4{font-family:"SoraCustom",var(--font-display),sans-serif;font-weight:600}.reveal{opacity:0;transform:translateY(20px);animation:reveal-up .8s ease forwards}.reveal-1{animation-delay:.05s}.reveal-2{animation-delay:.14s}.reveal-3{animation-delay:.22s}.reveal-4{animation-delay:.3s}.reveal-5{animation-delay:.4s}.reveal-6{animation-delay:.48s}.reveal-7{animation-delay:.56s}.reveal-8{animation-delay:.65s}@keyframes reveal-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:0}.landing-brand{display:flex;align-items:center;gap:.6rem;font-family:"InterCustom",var(--font),sans-serif;font-weight:600;font-size:1.16rem;min-width:170px}.landing-mark{width:40px;height:40px;border-radius:8px;background:url(/assets/images/logo.png) center / cover no-repeat}.landing-nav-links{display:flex;align-items:center;gap:1.45rem;font-size:.92rem;color:#6b6579;font-weight:500}.landing-nav-links a{transition:color .2s ease}.landing-nav-links a:hover{color:var(--primary-dark)}.landing-nav-actions{display:flex;align-items:center;gap:.55rem;min-width:210px;justify-content:flex-end}.landing .btn{border-radius:12px;font-family:"InterCustom",var(--font),sans-serif;font-weight:600}.landing .btn-ghost{font-weight:500}.landing-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;margin-bottom:0}.hero-pill{width:max-content;display:inline-flex;align-items:center;gap:.45rem;font-weight:700;font-size:.78rem;background:#f3f0fb;color:#4f4a62;border:1px solid #e3dbf5;border-radius:999px;padding:.45rem .8rem;margin-bottom:1rem}.hero-pill-logo{width:24px;height:24px;display:block;object-fit:contain;flex-shrink:0}.landing-hero-copy h1{font-size:clamp(2.3rem,4.9vw,4.25rem);line-height:1.08;margin-bottom:1rem;color:#1f1b36}.landing-hero-copy h1 span{display:block;color:#6a4ee0}.hero-lead{max-width:520px;color:#666074;line-height:1.8;font-size:.96rem;margin-bottom:1.35rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem}.hero-meta{margin:0;padding:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:1.1rem;color:#8a839c;font-size:.72rem}.hero-meta li{position:relative;padding-left:1rem}.hero-meta li:before{content:"";width:6px;height:6px;border-radius:50%;background:#9f8df0;position:absolute;left:0;top:.46rem}.landing-hero-visual{min-height:440px}.hero-avatar-card{position:relative;min-height:440px;border-radius:30px;background:radial-gradient(circle at 56% 28%,rgba(123,91,214,.12),transparent 34%),linear-gradient(180deg,#f8f6fd,#f1eef9);border:1px solid #ece5fa;box-shadow:0 22px 52px #6750ad1f;overflow:hidden}.hero-star{position:absolute;width:24px;height:24px;object-fit:contain;display:block;filter:drop-shadow(0 6px 10px rgba(123,91,214,.18))}.hero-star-a{left:7%;top:18%}.hero-star-b{left:55%;top:calc(56% - 230px)}.hero-chat-bubble{position:absolute;max-width:190px;background:#ffffffeb;border:1px solid #ece6f8;border-radius:14px;padding:.7rem .8rem;box-shadow:0 12px 28px #5a48961a}.hero-chat-bubble p{font-size:.74rem;font-weight:700;margin-bottom:.3rem;color:#7364a2}.hero-chat-bubble span{font-size:.75rem;line-height:1.5;color:#57506d}.hero-chat-bubble.user{top:62px;right:18px}.hero-chat-bubble.agent{top:134px;right:18px}.hero-figure,.stage-figure{width:250px;height:340px;display:grid;place-items:end center}.avatar-image{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block}.avatar-image-large{transform:translateY(10px) scale(1.14);filter:drop-shadow(0 18px 26px rgba(78,63,119,.18))}.avatar-image-stage{transform:translateY(4px) scale(.92);filter:drop-shadow(0 14px 22px rgba(78,63,119,.16))}.avatar-image-small{transform:scale(.34);transform-origin:center top}.hero-figure{position:absolute;left:calc(34% - 100px);bottom:-8px;transform:translate(-50%);width:290px;height:390px}.avatar{width:100%;height:100%;display:block}.floating{animation:float-y 4.8s ease-in-out infinite}@keyframes float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.sound-bars{margin-top:.45rem;display:flex;align-items:end;gap:4px;height:14px}.sound-bars span{width:3px;border-radius:4px;background:#7e63ec;animation:bars 1s infinite ease-in-out}.sound-bars span:nth-child(1){animation-delay:0s}.sound-bars span:nth-child(2){animation-delay:.15s}.sound-bars span:nth-child(3){animation-delay:.3s}.sound-bars span:nth-child(4){animation-delay:.45s}.sound-bars span:nth-child(5){animation-delay:.6s}.sound-bars.small{height:12px}.sound-bars.small span{width:2px}@keyframes bars{0%,to{height:3px;opacity:.5}50%{height:13px;opacity:1}}.landing-feature-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:0}.strip-item{padding:1rem;border-radius:15px;background:#ffffffdb}.strip-item h3{margin-bottom:.33rem;font-size:.95rem}.strip-item p{color:#6e6780;font-size:.84rem;line-height:1.6}.landing-showcase{margin-bottom:0}.showcase-shell{display:grid;grid-template-columns:170px 1fr 320px 170px;gap:1rem;padding:.9rem;border-radius:18px;background:#ffffffc7}.showcase-side{border-radius:14px;background:#ffffffe6;border:1px solid #eee7fb;padding:.7rem;display:flex;flex-direction:column;gap:1rem}.side-logo{display:flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-size:.88rem}.side-logo .landing-mark{width:26px;height:26px;border-radius:8px}.showcase-side nav{display:flex;flex-direction:column;gap:.35rem}.showcase-side nav a{font-size:.82rem;color:#635c74;border-radius:10px;padding:.5rem .6rem}.showcase-side nav a.active{background:#f1ecfb;color:#5e46c7;font-weight:700}.side-user{margin-top:auto;font-size:.78rem;color:#7a7390;border-top:1px solid #ece5f8;padding-top:.7rem}.showcase-stage{border-radius:14px;background:linear-gradient(180deg,#f7f4fc,#efeaf8);border:1px solid #e9e3f7;padding:.75rem;display:flex;flex-direction:column;align-items:center;min-height:420px}.stage-header{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.72rem;color:#7f7598;margin-bottom:.5rem}.stage-figure{width:215px;height:285px;margin-bottom:.55rem}.stage-bubble{width:80%;border-radius:13px;background:#fff;border:1px solid #ece5f9;box-shadow:0 12px 25px #513e921a;padding:.65rem .75rem}.stage-bubble strong{display:block;font-size:.78rem;margin-bottom:.3rem}.stage-bubble p{color:#6f6883;font-size:.75rem;line-height:1.5;margin-bottom:.15rem}.stage-bubble span{color:#6c54d3;font-size:.72rem}.stage-controls{margin-top:auto;width:100%;border-radius:12px;background:#fff;border:1px solid #e9e2f8;padding:.55rem;display:flex;align-items:center;justify-content:space-between;color:#6f6883;font-size:.72rem}.stage-controls button{border-radius:999px;border:none;background:linear-gradient(135deg,#8e6cff,#5d42d0);color:#fff;font-size:.7rem;padding:.44rem .72rem;font-weight:600;box-shadow:0 9px 22px #5d42d052}.showcase-chat{border-radius:14px;background:#ffffffeb;border:1px solid #ece6f8;display:flex;flex-direction:column}.showcase-chat header{font-size:.84rem;font-weight:700;color:#433f58;padding:.75rem;border-bottom:1px solid #ede7fa}.chat-lines{padding:.7rem;display:flex;flex-direction:column;gap:.55rem;min-height:330px}.chat-line{max-width:95%;border-radius:12px;border:1px solid #ece7fa;background:#fff;padding:.52rem .6rem}.chat-line.me{margin-left:auto;background:#f4efff;border-color:#e3d8ff}.chat-line p{margin-bottom:.18rem;font-size:.71rem;font-weight:700;color:#6759aa}.chat-line span{font-size:.74rem;line-height:1.5;color:#5d566f}.showcase-chat footer{border-top:1px solid #ede7fa;color:#9089a2;font-size:.76rem;padding:.78rem}.showcase-characters{display:flex;flex-direction:column;gap:.9rem}.showcase-characters article{position:relative;border:none;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:.35rem}.showcase-characters article.active{box-shadow:none}.character-thumb{position:relative;width:104px;height:104px;border-radius:14px;overflow:hidden;background:#f3f0fb;border:1px solid #e5dff3;box-shadow:0 4px 12px #58469114}.showcase-characters article.active .character-thumb{border:2px solid #8e73ea;box-shadow:0 8px 18px #5e44c338}.showcase-characters article.active .character-thumb:after{content:"✓";position:absolute;right:6px;top:6px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:700;background:#7d5ce8;box-shadow:0 4px 10px #4f36a84d}.character-icon-image{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.showcase-characters span{font-size:.75rem;font-weight:600;color:#5f5b71;text-align:center}.showcase-characters>a{margin-top:.15rem;display:block;width:100%;text-align:center;font-size:.82rem;font-weight:600;color:#7f6ad9;border-radius:10px;border:1px solid #e3daf8;background:#f7f4ff;padding:.62rem .5rem}.landing-cta{margin-bottom:0;display:grid;grid-template-columns:1.15fr 1fr;gap:.85rem}.cta-left{border-radius:18px;border:1px solid #ece6f8;background:#ffffffbd;padding:1.1rem}.cta-left h2{font-size:clamp(1.25rem,2.2vw,1.6rem);margin-bottom:.4rem}.cta-left p{color:#6e6780;line-height:1.65;margin-bottom:.9rem;font-size:.92rem}.logo-row{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;color:#807994;font-weight:700;letter-spacing:.01em}.logo-row span{opacity:.85}.cta-right{border-radius:18px;padding:1.2rem;display:flex;flex-direction:column;justify-content:center;gap:.55rem;background:radial-gradient(circle at 85% 18%,rgba(153,123,243,.22),transparent 40%),linear-gradient(145deg,#ede6fc,#f7f4ff)}.cta-right h3{font-size:clamp(1.2rem,2.2vw,1.55rem)}.cta-right p{color:#6d6780;line-height:1.65;margin-bottom:.25rem}.landing-bottom-features{margin-bottom:0}.bottom-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.bottom-feature-item{padding:1rem;border-radius:14px}.bottom-feature-item h4{font-size:.95rem;margin-bottom:.35rem}.bottom-feature-item p{color:#6d6780;font-size:.84rem;line-height:1.6}.landing-footer{display:flex;align-items:center;justify-content:space-between;color:#867f97;font-size:.88rem;border-top:1px solid rgba(147,130,202,.18);padding-top:.95rem}.landing-footer a{color:#5f45c6}@media(max-width:1200px){.showcase-shell{grid-template-columns:150px 1fr 290px}.showcase-characters{grid-column:1 / -1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.showcase-characters>a{display:flex;align-items:center;justify-content:center}}@media(max-width:980px){.landing-nav-links{display:none}.landing-hero{grid-template-columns:1fr}.landing-feature-strip,.bottom-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-shell{grid-template-columns:1fr;gap:.8rem}.showcase-side{flex-direction:row;align-items:center}.showcase-side nav{flex-direction:row;flex-wrap:wrap;gap:.4rem}.side-user{margin-left:auto;margin-top:0;border:none;padding:0}.showcase-chat{order:4}.showcase-characters{order:3;grid-template-columns:repeat(4,minmax(0,1fr))}.landing-cta{grid-template-columns:1fr}}@media(max-width:680px){.landing{padding:1rem .75rem 2.5rem}.landing-nav-actions .btn-ghost{display:none}.landing-nav-actions{min-width:auto}.hero-meta{gap:.65rem}.hero-meta li{font-size:.77rem}.landing-hero-visual,.hero-avatar-card{min-height:430px}.hero-figure{width:210px;height:315px}.hero-chat-bubble{max-width:160px;padding:.58rem}.hero-chat-bubble.user{top:58px;right:10px}.hero-chat-bubble.agent{top:134px;right:8px}.landing-feature-strip,.bottom-feature-grid{grid-template-columns:1fr}.showcase-characters{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-footer{flex-direction:column;align-items:flex-start;gap:.35rem}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.auth-card{width:min(440px,100%);padding:2rem 1.75rem}.auth-card-wide{width:min(560px,100%)}.auth-brand{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:700;margin-bottom:1.25rem}.auth-logo{width:28px;height:28px;border-radius:8px;object-fit:cover}.auth-card h1{font-size:1.85rem;margin-bottom:.4rem}.auth-lead{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1rem}.password-field{position:relative}.password-input{padding-right:3rem}.password-toggle{position:absolute;top:50%;right:.9rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:var(--text-soft);transition:color .15s ease}.password-toggle:hover{color:var(--primary-dark)}.plan-switch,.plan-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.plan-choice-btn{padding:1rem;border-radius:16px;border:1px solid var(--border-strong);background:#fffc;text-align:left;display:flex;flex-direction:column;gap:.25rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.plan-choice-btn strong{font-size:1rem}.plan-choice-btn span{font-size:.88rem;color:var(--text-muted)}.plan-choice-btn.active{border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf626;background:#fff}.plan-choice-btn:hover{transform:translateY(-1px)}.plan-switch-btn{padding:1rem;border-radius:16px;border:1px solid var(--border-strong);background:#fffc;text-align:left;display:flex;flex-direction:column;gap:.25rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.plan-switch-btn strong{font-size:1rem}.plan-switch-btn span{font-size:.88rem;color:var(--text-muted)}.plan-switch-btn.active{border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf626;background:#fff}.plan-switch-btn:hover{transform:translateY(-1px)}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.auth-submit{width:100%;margin-top:.35rem;padding:.95rem 1.25rem}.auth-switch{margin-top:1.25rem;text-align:center;color:var(--text-muted);font-size:.95rem}.auth-switch a,.linkish{color:var(--primary-dark);font-weight:600}.plan-option{display:flex;gap:.85rem;padding:1rem;border-radius:16px;border:1px solid var(--border-strong);background:var(--primary-softer);cursor:pointer}.plan-option.selected{border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf626}.plan-option input{margin-top:.25rem;accent-color:var(--primary)}.plan-option strong{display:block;margin-bottom:.25rem}.plan-option p{color:var(--text-muted);font-size:.88rem;margin-bottom:.5rem}.plan-option ul{margin:0;padding-left:1.1rem;color:var(--text-muted);font-size:.85rem}.demo-note{font-size:.82rem;color:var(--text-soft)}.receipt ul{list-style:none;padding:0;margin:1rem 0 1.25rem;display:flex;flex-direction:column;gap:.65rem}.receipt li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}@media(max-width:560px){.auth-row{grid-template-columns:1fr}}.stage{position:relative;flex:1;min-height:420px;border-radius:var(--radius);overflow:hidden;background:linear-gradient(180deg,#f8f5ff,#eee8fb 40%,#e4dcf7);border:1px solid var(--border);box-shadow:var(--shadow)}.stage-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;border-radius:0;min-height:100vh}.stage-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 72%,rgba(139,92,246,.2),transparent 56%),radial-gradient(circle at 20% 20%,rgba(255,255,255,.7),transparent 40%),linear-gradient(180deg,transparent 60%,rgba(255,255,255,.35));pointer-events:none}.chat-stage-top{position:relative;z-index:2;display:block;padding:1rem}.chat-stage-left{display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px}.listening-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .9rem;border-radius:999px;background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);font-size:.85rem;font-weight:600;color:var(--text-muted)}.listening-pill.active{color:var(--primary-dark)}.wave{display:inline-flex;align-items:flex-end;gap:2px;height:14px}.wave i{display:block;width:3px;height:6px;border-radius:2px;background:var(--primary);animation:wave 1s ease-in-out infinite}.wave i:nth-child(2){animation-delay:.1s;height:10px}.wave i:nth-child(3){animation-delay:.2s;height:14px}.wave i:nth-child(4){animation-delay:.3s;height:9px}.wave i:nth-child(5){animation-delay:.4s;height:5px}.listening-pill:not(.active) .wave i{animation:none;opacity:.45}@keyframes wave{0%,to{transform:scaleY(.55)}50%{transform:scaleY(1.25)}}.chat-stage-controls{position:absolute;right:1rem;top:0;transform:none;margin-top:280px;display:inline-flex;flex-direction:column;gap:.75rem;z-index:4}.icon-btn{width:104px;height:104px;border-radius:50%;position:relative;display:grid;place-items:center;padding:0;background:transparent;border:none;box-shadow:none;transition:transform .15s ease,opacity .15s ease}.icon-btn:hover,.icon-btn.on{transform:translateY(-1px) scale(1.04)}.icon-btn-img{width:68px;height:68px;object-fit:contain;opacity:.62}.icon-btn.on .icon-btn-img,.icon-btn:hover .icon-btn-img{opacity:1}.stage-character{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:flex-end;padding:2.6rem 0 3.75rem}.waiting-indicator{position:absolute;left:1rem;bottom:calc(6.5rem + 10px);transform:none;display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.05rem;margin-bottom:40px;border-radius:999px;background:#ffffffe0;border:1px solid rgba(139,92,246,.18);box-shadow:0 10px 24px #4d2d8d14;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.waiting-label{font-size:.8rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.waiting-bars{display:inline-flex;align-items:flex-end;gap:4px;height:14px}.waiting-bars i{display:block;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--primary-light),var(--primary-dark));animation:waiting-pulse .95s ease-in-out infinite}.waiting-bars i:nth-child(1){height:6px;animation-delay:0s}.waiting-bars i:nth-child(2){height:12px;animation-delay:.15s}.waiting-bars i:nth-child(3){height:8px;animation-delay:.3s}@keyframes waiting-pulse{0%,to{transform:scaleY(.7);opacity:.55}50%{transform:scaleY(1.2);opacity:1}}.character-glow{position:absolute;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(206,160,255,.35),transparent 68%);filter:blur(18px);animation:breathe 4s ease-in-out infinite}.stage.is-speaking .character-glow{animation:pulse-glow 1.2s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.08);opacity:1}}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}}.character-figure{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;animation:float 5s ease-in-out infinite}.image-figure{width:min(515px,56%)}.character-figure.talk .character-head{animation:talk-bob .45s ease-in-out infinite}.character-figure.talk .character-arm.right{animation:wave-arm .9s ease-in-out infinite}.character-figure.talk .character-image{animation:talk-bob .45s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes talk-bob{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(3px) rotate(1deg)}}@keyframes wave-arm{0%,to{transform:rotate(8deg)}50%{transform:rotate(-18deg)}}.character-head{width:130px;height:130px;border-radius:50%;background:linear-gradient(180deg,#f5f0ff,#e8e0f8);box-shadow:0 12px 30px #5b3da833;display:grid;place-items:center;position:relative;border:4px solid #fff}.character-image{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(61,44,112,.2))}.character-face{font-size:4.2rem;line-height:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08))}.glasses{position:absolute;top:48%;left:50%;width:72px;height:18px;border:2px solid rgba(80,60,120,.45);border-radius:8px;transform:translate(-50%,-50%);background:#ffffff26;pointer-events:none}.glasses:before{content:"";position:absolute;left:50%;top:50%;width:8px;height:2px;background:#503c7873;transform:translate(-50%,-50%)}.character-body{position:relative;margin-top:-8px;width:150px;height:160px}.character-torso{width:110px;height:140px;margin:0 auto;border-radius:40px 40px 28px 28px;background:linear-gradient(180deg,var(--char-accent),var(--char-suit));box-shadow:0 16px 32px #0000001f;position:relative}.character-torso:after{content:"";position:absolute;top:28px;left:50%;width:36px;height:48px;transform:translate(-50%);border-radius:12px;background:#fff3}.character-arm{position:absolute;top:28px;width:28px;height:90px;border-radius:16px;background:linear-gradient(180deg,var(--char-accent),var(--char-suit))}.character-arm.left{left:8px;transform:rotate(12deg)}.character-arm.right{right:8px;transform-origin:top center;transform:rotate(-12deg)}.character-name-top{font-weight:700;color:var(--text);background:#ffffffb3;padding:.35rem .9rem;border-radius:999px;font-size:.9rem;border:1px solid var(--border)}.speech-bubble{margin-bottom:60px;position:absolute;left:1.2rem;bottom:5.9rem;max-width:min(360px,44%);background:#ffffffeb;border:1px solid var(--border);border-radius:18px;padding:1rem 1.1rem;box-shadow:var(--shadow);z-index:3;transition:bottom .22s ease,transform .22s ease;animation:bubble-in .35s ease}.speech-bubble p{font-size:.95rem;line-height:1.45;color:var(--text)}.bubble-hint{display:block;margin-top:.5rem;font-size:.75rem;color:var(--primary);font-weight:600}@keyframes bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.stage{min-height:360px}.chat-stage-controls{right:.75rem;top:0;margin-top:280px;gap:.55rem}.icon-btn{width:92px;height:92px}.icon-btn-img{width:58px;height:58px}.image-figure{width:min(360px,70%)}.waiting-indicator{left:.75rem;bottom:calc(5.9rem + 10px);gap:.45rem;padding:.7rem .9rem}.waiting-label{font-size:.74rem}.character-name-top{font-size:.82rem;padding:.3rem .75rem}.speech-bubble{left:.75rem;right:.75rem;top:auto;bottom:1rem;max-width:none}.character-head{width:100px;height:100px}.character-face{font-size:3.2rem}.character-body{width:120px;height:130px}.character-torso{width:88px;height:112px}}.chatbar{position:absolute;left:1rem;right:1rem;bottom:1rem;height:115px;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:999px;margin-top:0;transition:transform .22s ease,box-shadow .22s ease}.chatbar-side{min-width:0;display:flex;align-items:center;gap:.4rem;padding:.65rem .95rem;border-radius:999px;background:var(--primary-softer);color:var(--primary-dark);font-weight:600;font-size:.9rem}.chatbar-side.active{background:var(--primary);color:#fff}.chatbar-mic{min-width:0;display:flex;flex-direction:column;align-items:center;gap:.35rem;justify-self:center;color:var(--primary-dark);font-weight:700;font-size:.85rem}.mic-circle{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--primary-light),var(--primary-dark));box-shadow:0 10px 28px #7c3aed66;transition:transform .15s ease,box-shadow .15s ease}.chatbar-mic:hover .mic-circle{transform:scale(1.04)}.chatbar-mic.recording .mic-circle{animation:mic-pulse 1s ease-in-out infinite;background:linear-gradient(145deg,#f472b6,#db2777)}@keyframes mic-pulse{0%,to{box-shadow:0 0 #db277773}50%{box-shadow:0 0 0 14px #db277700}}.chatbar-form{min-width:0;display:flex;align-items:center;gap:.5rem;width:100%}.chatbar-input{flex:1;min-width:0;border:none;outline:none;background:transparent;padding:.85rem .5rem;font-size:1rem}.chatbar-send{width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center}.chatbar-lang{min-width:140px;min-width:0;justify-self:end}.chatbar-select{border-radius:999px;padding:.65rem .9rem;font-size:.85rem;background:var(--primary-softer);border-color:transparent}@media(max-width:760px){.chatbar{left:.75rem;right:.75rem;bottom:.75rem;grid-template-columns:1fr;border-radius:24px;gap:.85rem}.chatbar-side,.chatbar-lang{justify-self:stretch}.chatbar-side{justify-content:center}.chatbar-form,.chatbar-mic,.chatbar-lang .chatbar-select{width:100%}}.home{position:relative;display:flex;flex-direction:column;height:calc(100vh - 2rem);min-height:560px;overflow:hidden}.home-error{position:absolute;left:1rem;right:1rem;bottom:6.25rem;z-index:25;margin-top:0}@media(max-width:900px){.home{height:auto;min-height:calc(100vh - 6rem);overflow:visible}.home-error{position:static;margin-top:.75rem}}.characters-page{padding:.5rem .25rem 1rem}.carousel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:1.25rem;margin-bottom:1rem}.carousel-arrow{width:44px;height:44px;border-radius:50%;background:var(--primary-softer);color:var(--primary-dark);font-size:1.6rem;font-weight:700}.carousel-arrow:disabled{opacity:.35}.carousel-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:1rem;overflow-x:auto;padding:.35rem;scroll-snap-type:x mandatory}.char-card{position:relative;text-align:left;padding:1rem;border-radius:18px;background:#fff;border:2px solid transparent;box-shadow:var(--shadow);scroll-snap-align:center;transition:transform .2s ease,border-color .2s ease}.char-card.focused,.char-card:hover{transform:translateY(-4px)}.char-card.selected{border-color:var(--accent, var(--primary))}.check{position:absolute;top:.75rem;right:.75rem;width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.85rem;font-weight:700}.char-avatar{width:72%;aspect-ratio:1;border-radius:16px;display:grid;place-items:center;font-size:4rem;margin:0 auto .85rem;overflow:hidden;background:#fff!important}.char-avatar img{width:100%;height:100%;object-fit:cover;border-radius:16px}.char-card strong{display:block;margin-bottom:.35rem}.char-card p{color:var(--text-muted);font-size:.85rem;line-height:1.4}.carousel-dots{display:flex;justify-content:center;gap:.45rem;margin-bottom:1.25rem}.dot{width:8px;height:8px;border-radius:50%;background:#d4cce8}.dot.active{width:22px;border-radius:999px;background:var(--primary)}.char-detail{display:flex;gap:1.25rem;padding:1.25rem;align-items:center}.char-detail-avatar{width:72px;height:72px;border-radius:18px;display:grid;place-items:center;font-size:2.25rem;flex-shrink:0;overflow:hidden;background:#fff!important}.char-detail-avatar img{width:100%;height:100%;object-fit:cover;border-radius:24px}.char-detail h2{margin-bottom:.35rem}.char-detail p{color:var(--text-muted);margin-bottom:1rem}@media(max-width:700px){.carousel{grid-template-columns:1fr}.carousel-arrow{display:none}.char-detail{flex-direction:column;text-align:center}}.history-page{display:flex;flex-direction:column;height:100%;width:100%;padding:2rem;gap:1.5rem;overflow:hidden}.history-header{flex-shrink:0;padding:1rem;background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.05));border-radius:16px;border:1px solid var(--primary)}.history-header h1{margin-top:0}.history-header p{margin:.5rem 0 0}.history-chat{display:grid;grid-template-columns:280px 1fr;width:100%;flex:1;min-height:520px;overflow:hidden;background:#fff6;border-radius:16px;border:1px solid var(--border)}.history-item{width:100%;text-align:left;padding:.75rem;border-radius:12px;margin-bottom:.4rem;display:grid;gap:.2rem;position:relative;background:transparent;transition:background .15s}.history-item strong{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.delete-mini{position:absolute;right:.5rem;top:.5rem;font-size:.7rem;color:var(--danger);background:none;border:none;cursor:pointer;opacity:0;transition:opacity .15s}.history-item:hover .delete-mini{opacity:1}.message-panel{display:flex;flex-direction:column;min-width:0;min-height:0}.messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.empty-messages{color:var(--text-soft);font-size:.9rem;text-align:center;margin-top:2rem}.msg{display:flex;gap:.5rem;max-width:78%}.msg-bubble{position:relative;padding:.75rem .9rem;border-radius:16px;line-height:1.5;font-size:.92rem}.replay{position:absolute;right:-.25rem;bottom:-.35rem;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--border);font-size:.75rem;cursor:pointer}.history-compose{display:flex;gap:.65rem;padding:.85rem 1rem;border-top:1px solid var(--border);flex-shrink:0}@media(max-width:900px){.history-page{padding:1rem;height:auto}}@media(max-width:700px){.history-page{height:auto}.history-chat{grid-template-columns:1fr;min-height:75vh}.history-list{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;border-right:none;border-bottom:1px solid var(--border);max-height:90px}.history-item{min-width:150px;margin-bottom:0}}.history-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.history-layout{display:grid;grid-template-columns:1.3fr .9fr;gap:1rem;min-height:calc(100vh - 9rem)}.history-layout.chat-only{grid-template-columns:1fr}.history-list{border-right:1px solid var(--border);padding:.75rem;overflow-y:auto;background:#f5f3ff8c}.history-item{width:100%;text-align:left;padding:.75rem;border-radius:12px;margin-bottom:.4rem;display:grid;gap:.2rem;position:relative}.history-item strong{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.history-item span{font-size:.75rem;color:var(--text-soft)}.history-item.active,.history-item:hover{background:#fff}.delete-mini{position:absolute;right:.5rem;top:.5rem;font-size:.7rem;color:var(--danger)}.message-panel{display:flex;flex-direction:column;min-width:0}.messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.msg{display:flex;gap:.5rem;max-width:85%}.msg.user{align-self:flex-end}.msg.assistant{align-self:flex-start}.msg-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-soft);display:grid;place-items:center;flex-shrink:0}.msg-bubble{position:relative;padding:.75rem .9rem;border-radius:16px;line-height:1.45;font-size:.92rem}.msg.user .msg-bubble{background:var(--primary-soft);border-bottom-right-radius:6px}.msg.assistant .msg-bubble{background:#fff;border:1px solid var(--border);border-bottom-left-radius:6px}.replay{position:absolute;right:-.25rem;bottom:-.35rem;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid var(--border);font-size:.75rem}.history-compose{display:flex;gap:.65rem;padding:.85rem;border-top:1px solid var(--border)}.history-stage{min-height:420px}.history-stage .stage{height:100%;min-height:480px}.empty{color:var(--text-soft);font-size:.9rem;padding:.5rem}.mobile-only{display:none}@media(max-width:1000px){.history-layout{grid-template-columns:1fr}.mobile-only{display:inline-flex}.history-stage .stage{min-height:320px}}@media(max-width:700px){.history-chat{grid-template-columns:1fr}.history-list{display:flex;gap:.5rem;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border)}.history-item{min-width:160px}}.settings-page{padding:.25rem}.settings-shell{display:grid;grid-template-columns:200px 1fr;min-height:480px;overflow:hidden}.settings-nav{border-right:1px solid var(--border);padding:.85rem;background:#f5f3ff8c;display:flex;flex-direction:column;gap:.35rem}.settings-tab{text-align:left;padding:.75rem .9rem;border-radius:12px;color:var(--text-muted);font-weight:600}.settings-tab.active,.settings-tab:hover{background:#fff;color:var(--primary-dark)}.settings-content{padding:.5rem 1.25rem 1.25rem}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.15rem 0;border-bottom:1px solid var(--border)}.setting-row strong{display:block;margin-bottom:.2rem}.setting-row p{color:var(--text-muted);font-size:.88rem}.setting-control{min-width:140px;display:flex;justify-content:flex-end}.speed-row{display:flex;align-items:center;gap:.5rem;min-width:200px;font-size:.8rem;color:var(--text-soft)}.about-block{padding:1rem 0;display:flex;flex-direction:column;gap:.75rem}.about-block p{color:var(--text-muted)}@media(max-width:760px){.settings-shell{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border)}.settings-tab{white-space:nowrap}.setting-row{flex-direction:column;align-items:flex-start}.setting-control{width:100%;justify-content:flex-start}}.help-page{display:flex;flex-direction:column;height:100%;padding:2rem;gap:1.5rem;overflow:hidden;margin:0 auto;max-width:1200px}.help-header{flex-shrink:0;padding:1rem;background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.05));border-radius:16px;border:1px solid var(--primary)}.help-header h1{margin-top:0}.help-header p{margin:.5rem 0 0}.help-content{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;background:#fff6;border-radius:16px;border:1px solid var(--border)}.help-nav-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.help-nav-card{padding:1.5rem;border-radius:12px;background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.1));border:1px solid var(--primary);text-decoration:none;transition:all .2s;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.help-nav-card:hover{background:linear-gradient(135deg,var(--primary),rgba(138,43,226,.15));transform:translateY(-4px);box-shadow:0 8px 24px #8a2be233}.nav-icon{font-size:2.5rem}.help-nav-card h3{color:var(--primary);margin:0;font-size:1rem}.help-nav-card p{color:var(--text-soft);margin:0;font-size:.85rem;line-height:1.4}.help-section{display:flex;flex-direction:column;gap:1rem}.help-section h2{font-size:1.3rem;color:var(--primary);margin:0;font-weight:600;border-bottom:2px solid var(--primary-soft);padding-bottom:.5rem}.help-item{padding:1rem;border-radius:12px;background:#fff9;border:1px solid var(--border);transition:background .2s}.help-item:hover{background:#fff}.help-item h3{font-size:.95rem;margin:0 0 .5rem;color:var(--text);font-weight:600}.help-item p{margin:0;font-size:.88rem;color:var(--text-soft);line-height:1.6}.help-item p strong{color:var(--text);font-weight:600}.contact-section{background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.1));border-radius:12px;padding:2rem;border:1px solid var(--primary);text-align:center}.contact-section h2{border-bottom:2px solid var(--primary)}.contact-section p{font-size:.95rem;color:var(--text);line-height:1.8}@media(max-width:768px){.help-page{padding:1rem;max-width:100%}.help-content{padding:1rem}.help-section h2{font-size:1.1rem}.help-item{padding:.75rem}.help-item h3{font-size:.9rem}.help-item p{font-size:.85rem}.help-nav-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}}.info-page{display:flex;flex-direction:column;height:100%;padding:2rem;gap:1.5rem;overflow:hidden;margin:0 auto;max-width:1200px}.info-header{flex-shrink:0;padding:1rem;background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.05));border-radius:16px;border:1px solid var(--primary)}.info-header h1{margin-top:0}.info-header p{margin:.5rem 0 0}.info-content{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;background:#fff6;border-radius:16px;border:1px solid var(--border)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.feature-card{padding:1.5rem;border-radius:12px;background:#ffffffb3;border:1px solid var(--border);text-align:center;transition:all .2s}.feature-card:hover{background:#fff;transform:translateY(-4px);box-shadow:0 8px 24px #8a2be226}.feature-icon{font-size:2.5rem;margin-bottom:.75rem}.feature-card h3{font-size:1.1rem;margin:.75rem 0;color:var(--text)}.feature-card p{font-size:.9rem;color:var(--text-soft);line-height:1.6;margin:0}.feature-highlight{background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.1));border-radius:12px;padding:2rem;border:1px solid var(--primary)}.feature-highlight h2{color:var(--primary);margin-top:0}.benefit-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.benefit-list li{font-size:.95rem;color:var(--text)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.use-case-card{padding:1.5rem;border-radius:12px;background:#ffffffb3;border:1px solid var(--border);transition:all .2s}.use-case-card:hover{background:#fff;box-shadow:0 8px 24px #8a2be21a}.use-case-icon{font-size:2rem;margin-bottom:.75rem}.use-case-card h3{font-size:1.05rem;margin:.75rem 0;color:var(--text)}.use-case-card p{font-size:.9rem;color:var(--text-soft);line-height:1.6;margin:.75rem 0}.use-case-tips{background:var(--primary-soft);padding:.75rem;border-radius:8px;font-size:.85rem;color:var(--text);margin-top:1rem}.success-stories{margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border)}.success-stories h2{color:var(--primary)}.story-card{padding:1.5rem;border-radius:12px;background:var(--primary-soft);border-left:4px solid var(--primary);margin-bottom:1rem}.story-quote{font-size:.95rem;font-style:italic;color:var(--text);margin:0 0 .75rem;line-height:1.6}.story-author{font-size:.85rem;color:var(--text-soft);margin:0;font-weight:600}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.pricing-card{padding:2rem;border-radius:12px;border:2px solid var(--border);background:#ffffffb3;position:relative;transition:all .2s}.pricing-card:hover{background:#fff;box-shadow:0 12px 32px #8a2be226}.pricing-card.popular{border-color:var(--primary);background:linear-gradient(135deg,#8a2be20d,#8a2be21a)}.pricing-badge{position:absolute;top:-12px;left:20px;background:var(--primary);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.pricing-badge.popular{background:var(--primary)}.pricing-card h3{font-size:1.3rem;margin:.5rem 0;color:var(--text)}.pricing-price{display:flex;align-items:baseline;gap:.5rem;margin:1.5rem 0}.amount{font-size:2.5rem;font-weight:700;color:var(--primary)}.period{font-size:.9rem;color:var(--text-soft)}.pricing-desc{font-size:.9rem;color:var(--text-soft);margin-bottom:1.5rem}.pricing-features{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.feature-item{font-size:.9rem;color:var(--text)}.comparison-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden}.comparison-table th{background:var(--primary-soft);padding:1rem;text-align:left;font-weight:600;color:var(--text)}.comparison-table td{padding:1rem;border-bottom:1px solid var(--border);color:var(--text)}.comparison-table tr:nth-child(2n) td{background:#8a2be208}.pricing-faq{background:#8a2be20d;padding:2rem;border-radius:12px}.pricing-faq h2{color:var(--primary);margin-top:0}.faq-item{margin-bottom:1.5rem}.faq-item h4{color:var(--text);margin:0 0 .5rem}.faq-item p{color:var(--text-soft);margin:0;line-height:1.6}.docs-nav{background:var(--primary-soft);padding:1.5rem;border-radius:12px;margin-bottom:2rem}.docs-nav h3{margin-top:0;color:var(--primary)}.docs-links{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.docs-links li a{color:var(--primary);text-decoration:none;padding:.5rem;border-radius:8px;transition:all .2s}.docs-links li a:hover{background:#8a2be233}.docs-section{padding-top:1.5rem;border-top:2px solid var(--border)}.docs-section:first-of-type{border-top:none}.docs-section h2{color:var(--primary);margin-top:0}.doc-item{background:#ffffffb3;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:1px solid var(--border)}.doc-item h3{color:var(--text);margin-top:0}.doc-item p{color:var(--text-soft);margin:.75rem 0;line-height:1.6}.doc-item pre{background:#f5f5f5;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.doc-item code{font-family:Courier New,monospace;font-size:.85rem;color:#333}.doc-list{padding-left:1.5rem;color:var(--text-soft)}.doc-list li{margin-bottom:.5rem}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.resource-item{padding:1.5rem;background:var(--primary-soft);border-radius:12px;border:1px solid var(--primary);text-align:center}.resource-item h4{color:var(--primary);margin:0 0 .5rem}.resource-item p{font-size:.9rem;color:var(--text);margin:0}.blog-featured{margin-bottom:2rem}.featured-post{padding:2rem;background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.1));border-radius:12px;border:1px solid var(--primary);display:flex;gap:2rem;align-items:flex-start}.featured-icon{font-size:3rem;flex-shrink:0}.featured-content h2{margin-top:0;color:var(--text)}.featured-meta{font-size:.85rem;color:var(--text-soft);margin-bottom:1rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.blog-card{padding:1.5rem;border-radius:12px;background:#ffffffb3;border:1px solid var(--border);transition:all .2s;display:flex;flex-direction:column}.blog-card:hover{background:#fff;box-shadow:0 8px 24px #8a2be21a}.blog-icon{font-size:2rem;margin-bottom:1rem}.blog-card h3{color:var(--text);margin:0 0 .75rem;font-size:1.05rem}.blog-excerpt{flex:1;font-size:.9rem;color:var(--text-soft);line-height:1.6;margin-bottom:1rem}.blog-meta{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:var(--text-soft);margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.blog-link{color:var(--primary);text-decoration:none;font-weight:600;transition:color .2s}.blog-link:hover{color:var(--primary);text-decoration:underline}.blog-newsletter{margin-top:2rem}.newsletter-box{background:linear-gradient(135deg,var(--primary-soft),rgba(138,43,226,.1));padding:2rem;border-radius:12px;border:1px solid var(--primary);text-align:center}.newsletter-box h3{margin-top:0;color:var(--primary)}.newsletter-form{display:flex;gap:.5rem;margin-top:1rem;max-width:400px;margin-left:auto;margin-right:auto}.newsletter-form .input{flex:1}.blog-categories{margin-top:2rem}.blog-categories h3{color:var(--primary)}.categories-list{display:flex;flex-wrap:wrap;gap:.75rem}.category-tag{padding:.6rem 1.2rem;background:var(--primary-soft);border:1px solid var(--primary);border-radius:20px;font-size:.9rem;color:var(--primary);text-decoration:none;transition:all .2s}.category-tag:hover{background:var(--primary);color:#fff}.blog-sidebar{background:#ffffffb3;padding:1.5rem;border-radius:12px;border:1px solid var(--border)}.blog-sidebar h3{margin-top:0;color:var(--primary)}.recent-list{list-style:none;padding:0;margin:0}.recent-list li{padding:.75rem 0;border-bottom:1px solid var(--border)}.recent-list li:last-child{border-bottom:none}.recent-list a{color:var(--primary);text-decoration:none;transition:color .2s}.recent-list a:hover{text-decoration:underline}.recent-date{display:block;font-size:.8rem;color:var(--text-soft);margin-top:.25rem}@media(max-width:768px){.info-page{padding:1rem;max-width:100%}.info-content{padding:1rem}.feature-grid,.use-cases-grid,.blog-grid{grid-template-columns:1fr}.featured-post{flex-direction:column;gap:1rem}.featured-icon{font-size:2.5rem}.pricing-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.doc-item pre{overflow-x:auto;font-size:.8rem}}.admin{max-width:1200px;margin:0 auto;padding:1.25rem}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;margin-bottom:1rem}.admin-brand{display:flex;gap:.75rem;align-items:center}.admin-brand span{font-size:1.6rem}.admin-logo{width:30px;height:30px;border-radius:8px;object-fit:cover}.admin-brand p{color:var(--text-muted);font-size:.85rem}.admin-actions{display:flex;gap:.5rem}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.admin-tab{padding:.65rem 1rem;border-radius:999px;background:#ffffffb3;font-weight:600;color:var(--text-muted);border:1px solid var(--border)}.admin-tab.active{background:var(--primary);color:#fff;border-color:transparent}.admin-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1rem}.stat-card{padding:1rem;display:flex;flex-direction:column;gap:.35rem}.stat-card span{color:var(--text-muted);font-size:.82rem}.stat-card strong{font-size:1.45rem;font-family:var(--font-display)}.admin-section{padding:1.15rem}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.filters{display:flex;gap:.5rem;flex-wrap:wrap}.filters .input,.filters .select{width:auto;min-width:160px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.85rem .65rem;border-bottom:1px solid var(--border);vertical-align:top;font-size:.92rem}th{color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.muted{color:var(--text-soft);font-size:.8rem;margin-top:.2rem}.actions{display:flex;flex-wrap:wrap;gap:.35rem}.actions .btn{padding:.45rem .7rem;font-size:.8rem}@media(max-width:960px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-top{flex-direction:column;align-items:flex-start}}:root{--bg: #f3f0f8;--bg-soft: #ebe6f4;--surface: rgba(255, 255, 255, .78);--surface-solid: #ffffff;--surface-strong: rgba(255, 255, 255, .92);--border: rgba(139, 92, 246, .12);--border-strong: rgba(139, 92, 246, .22);--text: #2d2a36;--text-muted: #6b6578;--text-soft: #9a94a8;--primary: #8b5cf6;--primary-dark: #7c3aed;--primary-light: #a78bfa;--primary-soft: #ede9fe;--primary-softer: #f5f3ff;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--shadow: 0 10px 40px rgba(91, 61, 168, .08);--shadow-lg: 0 20px 60px rgba(91, 61, 168, .14);--radius: 20px;--radius-sm: 14px;--radius-pill: 999px;--sidebar-width: 240px;--font: "DM Sans", system-ui, sans-serif;--font-display: "Outfit", "DM Sans", sans-serif;--glass: blur(18px)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:radial-gradient(ellipse 80% 50% at 10% -10%,rgba(167,139,250,.28),transparent 50%),radial-gradient(ellipse 60% 40% at 100% 0%,rgba(196,181,253,.35),transparent 45%),radial-gradient(ellipse 50% 40% at 50% 100%,rgba(237,233,254,.8),transparent 50%),var(--bg);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;background:none}h1,h2,h3,h4{font-family:var(--font-display);margin:0;letter-spacing:-.02em}p{margin:0}.app-loading{min-height:100vh;display:grid;place-items:center;color:var(--primary);font-weight:600}.glass-card{background:var(--surface);backdrop-filter:var(--glass);-webkit-backdrop-filter:var(--glass);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-pill);font-weight:600;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;box-shadow:0 8px 24px #7c3aed59}.btn-primary:hover:not(:disabled){box-shadow:0 12px 28px #7c3aed73}.btn-secondary{background:var(--surface-solid);color:var(--text);border:1px solid var(--border-strong)}.btn-ghost{background:transparent;color:var(--primary-dark)}.btn-danger{background:#fee2e2;color:#b91c1c}.input,.select{width:100%;padding:.85rem 1rem;border-radius:14px;border:1px solid var(--border-strong);background:var(--surface-solid);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #8b5cf626}.field{display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.875rem;font-weight:600;color:var(--text-muted)}.field-error{color:var(--danger);font-size:.8rem}.form-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.form-success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.toggle{position:relative;width:48px;height:28px;border-radius:999px;background:#d4d0de;transition:background .2s ease;flex-shrink:0}.toggle.on{background:var(--primary)}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000026;transition:transform .2s ease}.toggle.on:after{transform:translate(20px)}.range{width:100%;accent-color:var(--primary)}.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.6rem;pointer-events:none}.toast{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem .85rem 1.1rem;border-radius:14px;font-size:.9rem;font-weight:500;box-shadow:0 8px 28px #00000024;pointer-events:all;animation:toast-in .3s cubic-bezier(.34,1.56,.64,1);max-width:340px}.toast-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast-message{flex:1}.toast-close{background:none;border:none;cursor:pointer;font-size:1.2rem;line-height:1;opacity:.5;color:inherit;padding:0;flex-shrink:0}.toast-close:hover{opacity:1}@keyframes toast-in{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.badge-active{background:#d1fae5;color:#047857}.badge-pending{background:#fef3c7;color:#b45309}.badge-expired,.badge-cancelled{background:#fee2e2;color:#b91c1c}.page-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.35rem}.page-subtitle{color:var(--text-muted);margin-bottom:1.5rem}@media(max-width:900px){:root{--sidebar-width: 0px}}
