.ConversationCard-module__ypE8aa__item{border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .1s;display:flex}.ConversationCard-module__ypE8aa__item:hover{background:var(--secondary)}.ConversationCard-module__ypE8aa__avatar{background:linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 70%, var(--fg)));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.ConversationCard-module__ypE8aa__content{flex:1;min-width:0}.ConversationCard-module__ypE8aa__top{align-items:center;gap:.5rem;display:flex}.ConversationCard-module__ypE8aa__name{color:var(--fg);font-size:.875rem;font-weight:500}.ConversationCard-module__ypE8aa__preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8125rem;overflow:hidden}.ConversationCard-module__ypE8aa__time{color:var(--muted);flex-shrink:0;font-size:.75rem}.ConversationCard-module__ypE8aa__message{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.125rem;font-size:.8125rem;overflow:hidden}.ConversationCard-module__ypE8aa__meta{flex-shrink:0}.ConversationCard-module__ypE8aa__count{background:var(--secondary);min-width:20px;height:20px;color:var(--muted);border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:.6875rem;font-weight:500;display:inline-flex}
.ConversationList-module__oiby2W__list{flex-direction:column;margin:0 -1rem;display:flex}.ConversationList-module__oiby2W__empty{text-align:center;padding:3rem 1rem}.ConversationList-module__oiby2W__empty p{color:var(--muted);font-size:.875rem}
.Button-module__VMVMAW__button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.Button-module__VMVMAW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__VMVMAW__primary{background:var(--primary);color:var(--bg)}.Button-module__VMVMAW__primary:hover:not(:disabled){background:var(--primary-hover)}.Button-module__VMVMAW__secondary{background:var(--secondary);color:var(--fg)}.Button-module__VMVMAW__secondary:hover:not(:disabled){background:var(--secondary-hover)}.Button-module__VMVMAW__ghost{color:var(--fg);background:0 0}.Button-module__VMVMAW__ghost:hover:not(:disabled){background:var(--secondary)}.Button-module__VMVMAW__danger{background:var(--error);color:#fff}.Button-module__VMVMAW__danger:hover:not(:disabled){background:color-mix(in srgb, var(--error) 90%, black)}.Button-module__VMVMAW__sm{height:32px;padding:0 .75rem;font-size:.875rem}.Button-module__VMVMAW__md{height:40px;padding:0 1rem;font-size:.875rem}.Button-module__VMVMAW__lg{height:48px;padding:0 1.5rem;font-size:1rem}.Button-module__VMVMAW__fullWidth{width:100%}
.Input-module__rdnxQa__container{flex-direction:column;gap:.375rem;display:flex}.Input-module__rdnxQa__label{font-size:.875rem;font-weight:500}.Input-module__rdnxQa__input{border:1px solid var(--border);background:var(--bg);height:40px;color:var(--fg);border-radius:8px;padding:0 .875rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.Input-module__rdnxQa__input::placeholder{color:var(--muted)}.Input-module__rdnxQa__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);outline:none}.Input-module__rdnxQa__input.Input-module__rdnxQa__error{border-color:var(--error)}.Input-module__rdnxQa__input.Input-module__rdnxQa__error:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--error) 15%, transparent)}.Input-module__rdnxQa__errorText{color:var(--error);font-size:.75rem}
.PlanCard-module__n2PHxq__card{border:1px solid var(--border);background:var(--bg);border-radius:12px;flex-direction:column;padding:1.5rem;display:flex;position:relative}.PlanCard-module__n2PHxq__current{border-color:var(--primary)}.PlanCard-module__n2PHxq__highlighted{border-color:var(--primary);background:color-mix(in srgb, var(--primary) 5%, var(--bg))}.PlanCard-module__n2PHxq__badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.125rem .75rem;font-size:.6875rem;font-weight:600;position:absolute;top:-10px;left:1rem}.PlanCard-module__n2PHxq__name{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.PlanCard-module__n2PHxq__pricing{align-items:baseline;gap:.25rem;margin-bottom:1.25rem;display:flex}.PlanCard-module__n2PHxq__price{font-size:2rem;font-weight:700}.PlanCard-module__n2PHxq__period{color:var(--muted);font-size:.875rem}.PlanCard-module__n2PHxq__features{flex-direction:column;flex:1;gap:.625rem;margin-bottom:1.5rem;list-style:none;display:flex}.PlanCard-module__n2PHxq__feature{color:var(--fg);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.PlanCard-module__n2PHxq__feature svg{color:#22c55e;flex-shrink:0}
.Textarea-module__OSRF5G__container{flex-direction:column;gap:.375rem;display:flex}.Textarea-module__OSRF5G__label{font-size:.875rem;font-weight:500}.Textarea-module__OSRF5G__textarea{border:1px solid var(--border);background:var(--bg);min-height:100px;color:var(--fg);resize:vertical;border-radius:8px;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.Textarea-module__OSRF5G__textarea::placeholder{color:var(--muted)}.Textarea-module__OSRF5G__textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent);outline:none}.Textarea-module__OSRF5G__textarea.Textarea-module__OSRF5G__error{border-color:var(--error)}.Textarea-module__OSRF5G__textarea.Textarea-module__OSRF5G__error:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--error) 15%, transparent)}.Textarea-module__OSRF5G__errorText{color:var(--error);font-size:.75rem}
.UsageBar-module__SEwpxq__container{flex-direction:column;gap:.5rem;display:flex}.UsageBar-module__SEwpxq__label{font-size:.875rem;font-weight:500}.UsageBar-module__SEwpxq__barBackground{background:var(--secondary);border-radius:4px;width:100%;height:8px;overflow:hidden}.UsageBar-module__SEwpxq__barFill{border-radius:4px;height:100%;transition:width .3s}.UsageBar-module__SEwpxq__healthy{background:#22c55e}.UsageBar-module__SEwpxq__warning{background:#eab308}.UsageBar-module__SEwpxq__critical{background:var(--error)}.UsageBar-module__SEwpxq__info{color:var(--muted);justify-content:space-between;font-size:.75rem;display:flex}.UsageBar-module__SEwpxq__used{font-weight:500}.UsageBar-module__SEwpxq__remaining{color:var(--muted)}
.Avatar-module__zq2rBq__avatar{background:var(--secondary);color:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.Avatar-module__zq2rBq__sm{width:32px;height:32px;font-size:.75rem}.Avatar-module__zq2rBq__md{width:40px;height:40px;font-size:.875rem}.Avatar-module__zq2rBq__lg{width:56px;height:56px;font-size:1.125rem}.Avatar-module__zq2rBq__image{object-fit:cover;width:100%;height:100%}.Avatar-module__zq2rBq__fallback{font-weight:500}
.Markdown-module__jJgFVq__markdown{line-height:1.6}.Markdown-module__jJgFVq__markdown p{margin-bottom:.75rem}.Markdown-module__jJgFVq__markdown p:last-child{margin-bottom:0}.Markdown-module__jJgFVq__markdown strong{font-weight:600}.Markdown-module__jJgFVq__markdown em{font-style:italic}.Markdown-module__jJgFVq__markdown code{background:color-mix(in srgb, var(--fg) 8%, transparent);border-radius:4px;padding:.125rem .375rem;font-family:ui-monospace,monospace;font-size:.875em}.Markdown-module__jJgFVq__markdown pre{background:color-mix(in srgb, var(--fg) 5%, transparent);border-radius:8px;margin:.75rem 0;padding:.875rem;overflow-x:auto}.Markdown-module__jJgFVq__markdown pre code{background:0 0;padding:0;font-size:.8125rem}.Markdown-module__jJgFVq__markdown ul,.Markdown-module__jJgFVq__markdown ol{margin:.75rem 0;padding-left:1.5rem}.Markdown-module__jJgFVq__markdown li{margin-bottom:.25rem}.Markdown-module__jJgFVq__markdown blockquote{border-left:3px solid var(--border);color:var(--muted);margin:.75rem 0;padding-left:1rem}.Markdown-module__jJgFVq__markdown a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.Markdown-module__jJgFVq__markdown a:hover{text-decoration:none}.Markdown-module__jJgFVq__markdown hr{border:none;border-top:1px solid var(--border);margin:1rem 0}
.Loader-module__SjBMXa__loader{gap:4px;padding:.5rem 0;display:flex}.Loader-module__SjBMXa__dot{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Loader-module__SjBMXa__bounce}.Loader-module__SjBMXa__dot:first-child{animation-delay:-.32s}.Loader-module__SjBMXa__dot:nth-child(2){animation-delay:-.16s}@keyframes Loader-module__SjBMXa__bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}
.Message-module__q9h2Ba__message{gap:.75rem;max-width:85%;display:flex}.Message-module__q9h2Ba__player{flex-direction:row-reverse;margin-left:auto}.Message-module__q9h2Ba__character{margin-right:auto}.Message-module__q9h2Ba__avatar{flex-shrink:0;align-self:flex-end}.Message-module__q9h2Ba__bubble{border-radius:16px;padding:.75rem 1rem;font-size:.9375rem;line-height:1.5}.Message-module__q9h2Ba__player .Message-module__q9h2Ba__bubble{background:var(--message-player-bg);color:var(--message-player-fg);border-bottom-right-radius:4px}.Message-module__q9h2Ba__character .Message-module__q9h2Ba__bubble{background:var(--message-character-bg);color:var(--message-character-fg);border-bottom-left-radius:4px}
.ChatContainer-module__r4ZLha__container{flex:1;padding:1.5rem;overflow-y:auto}.ChatContainer-module__r4ZLha__messages{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.ChatContainer-module__r4ZLha__empty{text-align:center;color:var(--muted);padding:3rem 1rem}
.PushToTalkBar-module__PAj70W__bar{border-top:1px solid var(--border);background:var(--bg);-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.PushToTalkBar-module__PAj70W__bar.PushToTalkBar-module__PAj70W__listening{border-top-color:var(--accent);box-shadow:0 -2px 20px rgba(var(--accent-rgb,99, 102, 241), .15)}.PushToTalkBar-module__PAj70W__bar.PushToTalkBar-module__PAj70W__thinking{border-top-color:var(--muted)}.PushToTalkBar-module__PAj70W__bar.PushToTalkBar-module__PAj70W__speaking{border-top-color:var(--success,#22c55e);box-shadow:0 -2px 20px #22c55e1a}.PushToTalkBar-module__PAj70W__content{justify-content:center;align-items:center;min-height:24px;display:flex}.PushToTalkBar-module__PAj70W__label{color:var(--muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.PushToTalkBar-module__PAj70W__listening .PushToTalkBar-module__PAj70W__label{color:var(--accent)}.PushToTalkBar-module__PAj70W__speaking .PushToTalkBar-module__PAj70W__label{color:var(--success,#22c55e)}.PushToTalkBar-module__PAj70W__transcript{color:var(--fg);opacity:.8;text-align:center;max-width:600px;font-size:.8125rem;line-height:1.4}.PushToTalkBar-module__PAj70W__pulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite PushToTalkBar-module__PAj70W__pulse;display:inline-block}@keyframes PushToTalkBar-module__PAj70W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.PushToTalkBar-module__PAj70W__spinner{border:2px solid var(--border);border-top-color:var(--fg);border-radius:50%;width:14px;height:14px;animation:.6s linear infinite PushToTalkBar-module__PAj70W__spin;display:inline-block}@keyframes PushToTalkBar-module__PAj70W__spin{to{transform:rotate(360deg)}}.PushToTalkBar-module__PAj70W__stopBtn{border:1px solid var(--border);background:var(--secondary);color:var(--fg);cursor:pointer;border-radius:4px;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem;transition:background .15s}.PushToTalkBar-module__PAj70W__stopBtn:hover{background:var(--border)}.PushToTalkBar-module__PAj70W__touchTarget{cursor:pointer;z-index:0;position:absolute;inset:0}.PushToTalkBar-module__PAj70W__stopBtn{z-index:1;position:relative}
.Thread-module__klehxW__root{flex-direction:column;height:100%;display:flex}.Thread-module__klehxW__viewport{scroll-behavior:smooth;flex-direction:column;flex:1;display:flex;overflow-y:auto}.Thread-module__klehxW__messages{flex-direction:column;gap:.25rem;max-width:800px;margin:0 auto;padding:1.5rem;display:flex}.Thread-module__klehxW__empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.Thread-module__klehxW__emptyAvatar{width:56px;height:56px;font-size:1.25rem}.Thread-module__klehxW__emptyTitle{color:var(--fg);font-size:1.125rem;font-weight:600}.Thread-module__klehxW__emptySubtitle{color:var(--muted);font-size:.875rem}.Thread-module__klehxW__message{gap:.625rem;max-width:85%;padding:.5rem 0;display:flex}.Thread-module__klehxW__userMessage{flex-direction:row-reverse;margin-left:auto}.Thread-module__klehxW__assistantMessage{margin-right:auto}.Thread-module__klehxW__avatar{flex-shrink:0;align-self:flex-end}.Thread-module__klehxW__bubble{word-wrap:break-word;overflow-wrap:break-word;border-radius:18px;padding:.625rem .875rem;font-size:.9375rem;line-height:1.55}.Thread-module__klehxW__userMessage .Thread-module__klehxW__bubble{background:var(--message-player-bg);color:var(--message-player-fg);border-bottom-right-radius:4px}.Thread-module__klehxW__assistantMessage .Thread-module__klehxW__bubble{background:var(--message-character-bg);color:var(--message-character-fg);border-bottom-left-radius:4px}.Thread-module__klehxW__streaming .Thread-module__klehxW__bubble:after{content:"";vertical-align:text-bottom;background:currentColor;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite Thread-module__klehxW__blink;display:inline-block}@keyframes Thread-module__klehxW__blink{50%{opacity:0}}.Thread-module__klehxW__loader{gap:4px;padding:.5rem 0;display:flex}.Thread-module__klehxW__dot{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both Thread-module__klehxW__bounce}.Thread-module__klehxW__dot:first-child{animation-delay:-.32s}.Thread-module__klehxW__dot:nth-child(2){animation-delay:-.16s}@keyframes Thread-module__klehxW__bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.Thread-module__klehxW__scrollToBottom{border:1px solid var(--border);background:var(--bg);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s,opacity .15s;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000001a}.Thread-module__klehxW__scrollToBottom:hover{background:var(--secondary);color:var(--fg)}.Thread-module__klehxW__scrollToBottom:disabled{opacity:0;pointer-events:none}.Thread-module__klehxW__composerRoot{background:var(--bg);border-top:1px solid var(--border);padding:.75rem 1.5rem 1.25rem}.Thread-module__klehxW__composerForm{border:1px solid var(--border);background:var(--bg);border-radius:20px;align-items:flex-end;gap:.75rem;max-width:800px;margin:0 auto;padding:.625rem .75rem .625rem 1rem;transition:border-color .15s,box-shadow .15s;display:flex}.Thread-module__klehxW__composerForm:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 12%, transparent)}.Thread-module__klehxW__composerInput{resize:none;color:var(--fg);background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:160px;font-family:inherit;font-size:.9375rem;line-height:1.5}.Thread-module__klehxW__composerInput::placeholder{color:var(--muted)}.Thread-module__klehxW__composerInput:disabled{opacity:.5}.Thread-module__klehxW__composerSend{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .15s,opacity .15s;display:flex}.Thread-module__klehxW__composerSend:hover:not(:disabled){background:var(--primary-hover)}.Thread-module__klehxW__composerSend:disabled{opacity:.4;cursor:not-allowed}.Thread-module__klehxW__viewportFooter{margin-top:auto;position:sticky;bottom:0}
.VoiceAgent-module__Hx3osG__container{flex-direction:column;height:100%;min-height:0;display:flex}.VoiceAgent-module__Hx3osG__messages{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.VoiceAgent-module__Hx3osG__error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;margin:1rem 1.5rem 0;padding:.75rem 1rem;font-size:.875rem}.VoiceAgent-module__Hx3osG__loading{color:var(--muted);flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}
.OAuthButtons-module__M-xaVW__wrapper{flex-direction:column;gap:1rem;display:flex}.OAuthButtons-module__M-xaVW__buttons{flex-direction:column;gap:.5rem;display:flex}.OAuthButtons-module__M-xaVW__button{background:var(--bg,#fff);width:100%;color:var(--fg,#0a0a0a);border:1px solid var(--border,#e5e5e5);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:.625rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .12s,border-color .12s;display:flex}.OAuthButtons-module__M-xaVW__button:hover:not(:disabled){background:color-mix(in srgb, var(--fg,#0a0a0a) 4%, transparent);border-color:var(--fg,#0a0a0a)}.OAuthButtons-module__M-xaVW__button:disabled{opacity:.6;cursor:not-allowed}.OAuthButtons-module__M-xaVW__divider{color:var(--muted,#888);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.OAuthButtons-module__M-xaVW__divider:before,.OAuthButtons-module__M-xaVW__divider:after{content:"";background:var(--border,#e5e5e5);flex:1;height:1px}.OAuthButtons-module__M-xaVW__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;padding:.75rem 1rem;font-size:.875rem}
.page-module__F4hHVq__page{min-height:100vh}.page-module__F4hHVq__container{text-align:center;max-width:400px;margin:0 auto;padding:5rem 1.5rem 4rem}.page-module__F4hHVq__title{letter-spacing:-.025em;margin:.75rem 0 .5rem;font-size:2rem}.page-module__F4hHVq__subtitle{color:var(--sm-fg-muted);margin-bottom:2rem;font-size:1rem}.page-module__F4hHVq__form{text-align:left;flex-direction:column;gap:1rem;display:flex}.page-module__F4hHVq__label{flex-direction:column;gap:.375rem;display:flex}.page-module__F4hHVq__labelText{color:var(--sm-fg);font-size:.8125rem;font-weight:500}.page-module__F4hHVq__input{background:var(--sm-bg-elevated);border:1px solid var(--sm-border-strong);border-radius:var(--radius-md);color:var(--sm-fg);transition:border-color .15s var(--ease-out), box-shadow .15s var(--ease-out);padding:.75rem .875rem;font-family:inherit;font-size:.9375rem}.page-module__F4hHVq__input:focus{border-color:var(--sm-accent);box-shadow:0 0 0 3px var(--sm-accent-glow);outline:none}.page-module__F4hHVq__input::placeholder{color:var(--sm-fg-faint)}.page-module__F4hHVq__error{border-radius:var(--radius-md);color:#fca5a5;background:#f871711a;border:1px solid #f871714d;padding:.75rem .875rem;font-size:.875rem}.page-module__F4hHVq__login{color:var(--sm-fg-muted);text-align:center;margin-top:1.5rem;font-size:.875rem}.page-module__F4hHVq__loginLink{color:var(--sm-accent);transition:color .15s var(--ease-out);font-weight:500}@media (hover:hover) and (pointer:fine){.page-module__F4hHVq__loginLink:hover{color:var(--sm-accent-hover)}}
.DesktopSignInForm-module__UU4ayG__wrapper{flex-direction:column;gap:1rem;max-width:360px;margin:0 auto;display:flex}.DesktopSignInForm-module__UU4ayG__form{text-align:left;flex-direction:column;gap:.75rem;display:flex}.DesktopSignInForm-module__UU4ayG__label{flex-direction:column;gap:.375rem;display:flex}.DesktopSignInForm-module__UU4ayG__labelText{color:var(--sm-fg);font-size:.8125rem;font-weight:500}.DesktopSignInForm-module__UU4ayG__input{background:var(--sm-bg-elevated);border:1px solid var(--sm-border-strong);border-radius:var(--radius-md);color:var(--sm-fg);transition:border-color .15s var(--ease-out), box-shadow .15s var(--ease-out);padding:.75rem .875rem;font-family:inherit;font-size:.9375rem}.DesktopSignInForm-module__UU4ayG__input:focus{border-color:var(--sm-accent);box-shadow:0 0 0 3px var(--sm-accent-glow);outline:none}.DesktopSignInForm-module__UU4ayG__input::placeholder{color:var(--sm-fg-faint)}.DesktopSignInForm-module__UU4ayG__error{border-radius:var(--radius-md);color:#fca5a5;background:#f871711a;border:1px solid #f871714d;padding:.75rem .875rem;font-size:.875rem}.DesktopSignInForm-module__UU4ayG__modeToggle{cursor:pointer;color:var(--sm-fg-muted);text-align:center;transition:color .15s var(--ease-out);background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem}.DesktopSignInForm-module__UU4ayG__modeToggle:hover{color:var(--sm-fg)}
.TopUpCard-module__dKuGxW__card{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.TopUpCard-module__dKuGxW__info{flex-direction:column;gap:.125rem;display:flex}.TopUpCard-module__dKuGxW__name{font-size:.9375rem;font-weight:500}.TopUpCard-module__dKuGxW__hours{color:var(--muted);font-size:.8125rem}.TopUpCard-module__dKuGxW__action{align-items:center;gap:.75rem;display:flex}.TopUpCard-module__dKuGxW__price{font-size:1rem;font-weight:600}
.CharacterCard-module__yw4PZa__card{border:1px solid var(--border);background:var(--bg);border-radius:16px;flex-direction:column;transition:border-color .15s,box-shadow .2s,transform .2s;display:flex;overflow:hidden}.CharacterCard-module__yw4PZa__card:hover{border-color:var(--muted);transform:translateY(-2px);box-shadow:0 4px 24px #0000000f}.CharacterCard-module__yw4PZa__main{text-align:center;flex-direction:column;flex:1;align-items:center;padding:2rem 1.5rem 1rem;display:flex}.CharacterCard-module__yw4PZa__avatar{border:3px solid var(--secondary);width:72px;height:72px;margin-bottom:1rem;font-size:1.5rem;transition:border-color .15s}.CharacterCard-module__yw4PZa__card:hover .CharacterCard-module__yw4PZa__avatar{border-color:var(--primary)}.CharacterCard-module__yw4PZa__name{margin-bottom:.375rem;font-size:1.125rem;font-weight:600;line-height:1.3}.CharacterCard-module__yw4PZa__description{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:280px;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.CharacterCard-module__yw4PZa__footer{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;display:flex}.CharacterCard-module__yw4PZa__chatButton{background:var(--primary);color:#fff;letter-spacing:.01em;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:36px;padding:0 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background-color .15s;display:inline-flex}.CharacterCard-module__yw4PZa__chatButton:hover{background:var(--primary-hover)}.CharacterCard-module__yw4PZa__chatButton svg{width:14px;height:14px}.CharacterCard-module__yw4PZa__editLink{width:36px;height:36px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.CharacterCard-module__yw4PZa__editLink:hover{background:var(--secondary);color:var(--fg)}.CharacterCard-module__yw4PZa__editLink svg{width:16px;height:16px}
.CharacterForm-module__IRYC6q__form{flex-direction:column;gap:1.25rem;max-width:600px;display:flex}.CharacterForm-module__IRYC6q__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.CharacterForm-module__IRYC6q__avatarSection{border:1px solid var(--border);background:var(--secondary);border-radius:12px;align-items:center;gap:1.25rem;padding:1.25rem;display:flex}.CharacterForm-module__IRYC6q__avatarPreview{border:3px solid var(--bg);flex-shrink:0;width:80px;height:80px;font-size:1.5rem;box-shadow:0 2px 8px #00000014}.CharacterForm-module__IRYC6q__avatarActions{flex-direction:column;gap:.375rem;display:flex}.CharacterForm-module__IRYC6q__avatarLabel{font-size:.875rem;font-weight:600}.CharacterForm-module__IRYC6q__avatarPromptInput{border:1px solid var(--border);background:var(--bg);height:32px;color:var(--fg);border-radius:6px;outline:none;padding:0 .625rem;font-family:inherit;font-size:.8125rem;transition:border-color .15s}.CharacterForm-module__IRYC6q__avatarPromptInput::placeholder{color:var(--muted)}.CharacterForm-module__IRYC6q__avatarPromptInput:focus{border-color:var(--accent)}.CharacterForm-module__IRYC6q__actions{gap:.75rem;padding-top:.5rem;display:flex}
.DocumentManager-module__PWeeaq__container{flex-direction:column;gap:1.5rem;display:flex}.DocumentManager-module__PWeeaq__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.DocumentManager-module__PWeeaq__dropZone{border:2px dashed var(--border);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:border-color .15s,background-color .15s;display:flex}.DocumentManager-module__PWeeaq__dropZone:hover,.DocumentManager-module__PWeeaq__dropZoneActive{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 5%, transparent)}.DocumentManager-module__PWeeaq__fileInput{display:none}.DocumentManager-module__PWeeaq__dropZoneText{color:var(--fg);font-size:.875rem;font-weight:500}.DocumentManager-module__PWeeaq__dropZoneHint{color:var(--muted);margin-top:.25rem;font-size:.75rem}.DocumentManager-module__PWeeaq__empty{text-align:center;color:var(--muted);padding:3rem 1rem;font-size:.875rem}.DocumentManager-module__PWeeaq__list{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:0;display:flex;overflow:hidden}.DocumentManager-module__PWeeaq__item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.DocumentManager-module__PWeeaq__item:last-child{border-bottom:none}.DocumentManager-module__PWeeaq__itemInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.DocumentManager-module__PWeeaq__itemName{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.DocumentManager-module__PWeeaq__itemMeta{color:var(--muted);gap:.5rem;font-size:.75rem;display:flex}.DocumentManager-module__PWeeaq__fileType{text-transform:uppercase;font-weight:500}.DocumentManager-module__PWeeaq__itemActions{flex-shrink:0;align-items:center;gap:.5rem;margin-left:1rem;display:flex}.DocumentManager-module__PWeeaq__badge{text-transform:capitalize;border-radius:9999px;align-items:center;gap:.375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.DocumentManager-module__PWeeaq__badge_pending{color:#eab308;background:#eab30826}.DocumentManager-module__PWeeaq__badge_processing{color:#3b82f6;background:#3b82f626}.DocumentManager-module__PWeeaq__badge_ready{color:#22c55e;background:#22c55e26}.DocumentManager-module__PWeeaq__badge_failed{background:color-mix(in srgb, var(--error) 15%, transparent);color:var(--error)}.DocumentManager-module__PWeeaq__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:10px;height:10px;animation:.8s linear infinite DocumentManager-module__PWeeaq__spin;display:inline-block}@keyframes DocumentManager-module__PWeeaq__spin{to{transform:rotate(360deg)}}.DocumentManager-module__PWeeaq__errorMessage{color:var(--error);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.75rem;overflow:hidden}
.ChatInterface-module__chwIRG__header{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:relative}.ChatInterface-module__chwIRG__back{color:var(--fg);font-size:.9375rem;font-weight:500}.ChatInterface-module__chwIRG__back:hover{color:var(--accent)}.ChatInterface-module__chwIRG__headerRight{align-items:center;gap:.75rem;display:flex}.ChatInterface-module__chwIRG__modeSelect{color:var(--fg);background:var(--secondary);border:1px solid var(--border);cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.ChatInterface-module__chwIRG__modeSelect:hover{border-color:var(--muted)}.ChatInterface-module__chwIRG__modeSelect:focus{border-color:var(--accent);outline:none}.ChatInterface-module__chwIRG__status{color:var(--muted);background:var(--secondary);border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.ChatInterface-module__chwIRG__panelToggle{background:var(--secondary);border:1px solid var(--border);width:32px;height:32px;color:var(--fg);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:flex;position:relative}.ChatInterface-module__chwIRG__panelToggle:hover{background:var(--secondary-hover);border-color:var(--muted)}.ChatInterface-module__chwIRG__badge{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.ChatInterface-module__chwIRG__dropdownBackdrop{z-index:10;position:fixed;inset:0}.ChatInterface-module__chwIRG__dropdown{background:var(--bg);border:1px solid var(--border);z-index:20;border-radius:10px;flex-direction:column;width:280px;max-height:400px;margin-top:.5rem;display:flex;position:absolute;top:100%;right:1.5rem;overflow:hidden;box-shadow:0 4px 24px #0000001f}.ChatInterface-module__chwIRG__dropdownNew{width:100%;color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;transition:background-color .15s;display:flex}.ChatInterface-module__chwIRG__dropdownNew:hover{background:var(--secondary)}.ChatInterface-module__chwIRG__dropdownDivider{background:var(--border);height:1px}.ChatInterface-module__chwIRG__dropdownList{flex:1;padding:.25rem;overflow-y:auto}.ChatInterface-module__chwIRG__dropdownItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;transition:background-color .1s;display:flex;position:relative}.ChatInterface-module__chwIRG__dropdownItem:hover,.ChatInterface-module__chwIRG__dropdownItemActive{background:var(--secondary)}.ChatInterface-module__chwIRG__dropdownItemActive:before{content:"";background:var(--accent);border-radius:2px;width:3px;height:1.25rem;position:absolute;left:.25rem}.ChatInterface-module__chwIRG__dropdownItemText{color:var(--fg);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8125rem;overflow:hidden}.ChatInterface-module__chwIRG__dropdownItemTime{color:var(--muted);flex-shrink:0;font-size:.6875rem}.ChatInterface-module__chwIRG__loading{color:var(--muted);flex:1;justify-content:center;align-items:center;font-size:.875rem;display:flex}.ChatInterface-module__chwIRG__errorBanner{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);text-align:center;padding:.75rem 1.5rem;font-size:.875rem}
.PlaygroundChat-module___1EAjG__header{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.PlaygroundChat-module___1EAjG__headerLeft{align-items:center;gap:.75rem;display:flex}.PlaygroundChat-module___1EAjG__title{font-size:1.125rem;font-weight:600}.PlaygroundChat-module___1EAjG__modelBadge{color:var(--muted);background:var(--secondary);border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem;font-size:.6875rem;font-weight:500}.PlaygroundChat-module___1EAjG__headerRight{gap:.5rem;display:flex}.PlaygroundChat-module___1EAjG__headerBtn{border:1px solid var(--border);background:var(--bg);color:var(--fg);cursor:pointer;border-radius:6px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,border-color .15s}.PlaygroundChat-module___1EAjG__headerBtn:hover{background:var(--secondary);border-color:var(--muted)}.PlaygroundChat-module___1EAjG__headerBtnActive{background:var(--secondary);border-color:var(--accent);color:var(--accent)}.PlaygroundChat-module___1EAjG__body{flex:1;display:flex;overflow:hidden}.PlaygroundChat-module___1EAjG__settingsPanel{border-right:1px solid var(--border);background:var(--bg);flex-direction:column;flex-shrink:0;gap:0;width:320px;padding:1.25rem;display:flex;overflow-y:auto}.PlaygroundChat-module___1EAjG__settingsSection{flex-direction:column;gap:.75rem;display:flex}.PlaygroundChat-module___1EAjG__sectionTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:600}.PlaygroundChat-module___1EAjG__modelList{flex-direction:column;gap:.25rem;display:flex}.PlaygroundChat-module___1EAjG__modelItem{border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;border-radius:6px;flex-direction:column;gap:.125rem;padding:.5rem .625rem;transition:background-color .15s,border-color .15s;display:flex}.PlaygroundChat-module___1EAjG__modelItem:hover:not(:disabled){background:var(--secondary);border-color:var(--muted)}.PlaygroundChat-module___1EAjG__modelItemActive{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 5%, transparent)}.PlaygroundChat-module___1EAjG__modelItemHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.PlaygroundChat-module___1EAjG__modelItemName{color:var(--fg);font-size:.8125rem;font-weight:500}.PlaygroundChat-module___1EAjG__modelItemLoaded{color:var(--accent);text-transform:uppercase;letter-spacing:.03em;font-size:.625rem;font-weight:600}.PlaygroundChat-module___1EAjG__modelItemDesc{color:var(--muted);font-size:.6875rem;line-height:1.3}.PlaygroundChat-module___1EAjG__chatArea{flex-direction:column;flex:1;min-width:0;display:flex}
.page-module__YgDJnG__container{max-width:800px}.page-module__YgDJnG__header{margin-bottom:2rem}.page-module__YgDJnG__title{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.page-module__YgDJnG__subtitle{color:var(--muted);font-size:.875rem}.page-module__YgDJnG__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.page-module__YgDJnG__loginForm{align-items:flex-start;gap:.75rem;display:flex}.page-module__YgDJnG__passwordInput{border:1px solid var(--border);background:var(--bg);height:40px;color:var(--fg);border-radius:8px;flex:1;padding:0 .875rem;font-family:inherit;font-size:.875rem}.page-module__YgDJnG__passwordInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent);outline:none}.page-module__YgDJnG__section{margin-bottom:2.5rem}.page-module__YgDJnG__sectionTitle{margin-bottom:.25rem;font-size:1rem;font-weight:600}.page-module__YgDJnG__templateDescription{color:var(--muted);margin-bottom:.75rem;font-size:.8125rem}.page-module__YgDJnG__textarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--fg);resize:vertical;border-radius:8px;min-height:160px;padding:.75rem;font-family:ui-monospace,SF Mono,Monaco,monospace;font-size:.8125rem;line-height:1.5}.page-module__YgDJnG__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 20%, transparent);outline:none}.page-module__YgDJnG__textarea::placeholder{color:var(--muted);opacity:.5}.page-module__YgDJnG__actions{gap:.75rem;margin-top:.75rem;display:flex}
.page-module___cg5va__container{max-width:900px}.page-module___cg5va__header{margin-bottom:2rem}.page-module___cg5va__title{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.page-module___cg5va__subtitle{color:var(--muted);font-size:.875rem}.page-module___cg5va__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.page-module___cg5va__loading{text-align:center;color:var(--muted);padding:3rem}.page-module___cg5va__section{margin-bottom:2.5rem}.page-module___cg5va__sectionTitle{margin-bottom:.5rem;font-size:1rem;font-weight:600}.page-module___cg5va__sectionSubtitle{color:var(--muted);margin-bottom:1rem;font-size:.8125rem}.page-module___cg5va__currentPlan{border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.page-module___cg5va__planHeader{justify-content:space-between;align-items:center;display:flex}.page-module___cg5va__planHeader>div{align-items:center;gap:.75rem;display:flex}.page-module___cg5va__planName{font-size:1.125rem;font-weight:600}.page-module___cg5va__statusBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.page-module___cg5va__active{color:#22c55e;background:#22c55e26}.page-module___cg5va__canceled{background:color-mix(in srgb, var(--error) 15%, transparent);color:var(--error)}.page-module___cg5va__past_due{color:#eab308;background:#eab30826}.page-module___cg5va__renewal{color:var(--muted);font-size:.8125rem}.page-module___cg5va__credits{color:#22c55e;font-size:.8125rem;font-weight:500}.page-module___cg5va__planGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (max-width:768px){.page-module___cg5va__planGrid{grid-template-columns:1fr}}.page-module___cg5va__topUpList{flex-direction:column;gap:.75rem;display:flex}
.page-module__NZdoma__container{flex-direction:column;height:calc(100vh - 4rem);display:flex}.page-module__NZdoma__header{flex-shrink:0}.page-module__NZdoma__headerTop{justify-content:space-between;align-items:flex-start;display:flex}.page-module__NZdoma__back{color:var(--muted);margin-bottom:.5rem;font-size:.875rem;display:inline-block}.page-module__NZdoma__back:hover{color:var(--fg)}.page-module__NZdoma__title{font-size:1.5rem;font-weight:600}.page-module__NZdoma__tabs{border-bottom:1px solid var(--border);gap:0;margin-top:1.5rem;display:flex}.page-module__NZdoma__tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.page-module__NZdoma__tab:hover{color:var(--fg)}.page-module__NZdoma__activeTab{color:var(--fg);border-bottom-color:var(--accent)}.page-module__NZdoma__tabCount{background:var(--secondary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.375rem;padding:0 5px;font-size:.6875rem;font-weight:500;display:inline-flex}.page-module__NZdoma__agentWrapper{flex-direction:column;flex:1;min-height:0;display:flex}
.page-module__z4Jgda__container{flex-direction:column;height:100%;margin:-2rem;display:flex}
.page-module__ocQjwW__container{max-width:800px}.page-module__ocQjwW__header{margin-bottom:2rem}.page-module__ocQjwW__headerTop{justify-content:space-between;align-items:flex-start;display:flex}.page-module__ocQjwW__back{color:var(--muted);margin-bottom:.5rem;font-size:.875rem;display:inline-block}.page-module__ocQjwW__back:hover{color:var(--fg)}.page-module__ocQjwW__title{font-size:1.5rem;font-weight:600}.page-module__ocQjwW__tabs{border-bottom:1px solid var(--border);gap:0;margin-top:1.5rem;display:flex}.page-module__ocQjwW__tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.page-module__ocQjwW__tab:hover{color:var(--fg)}.page-module__ocQjwW__activeTab{color:var(--fg);border-bottom-color:var(--accent)}.page-module__ocQjwW__tabCount{background:var(--secondary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.375rem;padding:0 5px;font-size:.6875rem;font-weight:500;display:inline-flex}
.page-module__etBJ4q__container{max-width:800px}.page-module__etBJ4q__header{margin-bottom:2rem}.page-module__etBJ4q__back{color:var(--muted);margin-bottom:.75rem;font-size:.875rem;display:inline-block}.page-module__etBJ4q__back:hover{color:var(--fg)}.page-module__etBJ4q__titleRow{justify-content:space-between;align-items:center;display:flex}.page-module__etBJ4q__title{font-size:1.5rem;font-weight:600}.page-module__etBJ4q__chatLink{background:var(--primary);height:40px;color:var(--bg);border-radius:8px;justify-content:center;align-items:center;padding:0 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s;display:inline-flex}.page-module__etBJ4q__chatLink:hover{background:var(--primary-hover)}.page-module__etBJ4q__tabs{border-bottom:1px solid var(--border);gap:0;margin-top:1.5rem;display:flex}.page-module__etBJ4q__tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.page-module__etBJ4q__tab:hover{color:var(--fg)}.page-module__etBJ4q__activeTab{color:var(--fg);border-bottom-color:var(--accent)}.page-module__etBJ4q__tabCount{background:var(--secondary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.375rem;padding:0 5px;font-size:.6875rem;font-weight:500;display:inline-flex}.page-module__etBJ4q__loading,.page-module__etBJ4q__error{text-align:center;color:var(--muted);padding:3rem 1rem}.page-module__etBJ4q__error{color:var(--error)}.page-module__etBJ4q__backLink{color:var(--accent);margin-top:1rem;display:inline-block}
.page-module__VP6sHa__container{max-width:800px}.page-module__VP6sHa__header{margin-bottom:2rem}.page-module__VP6sHa__headerTop{justify-content:space-between;align-items:flex-start;display:flex}.page-module__VP6sHa__back{color:var(--muted);margin-bottom:.5rem;font-size:.875rem;display:inline-block}.page-module__VP6sHa__back:hover{color:var(--fg)}.page-module__VP6sHa__title{font-size:1.5rem;font-weight:600}.page-module__VP6sHa__tabs{border-bottom:1px solid var(--border);gap:0;margin-top:1.5rem;display:flex}.page-module__VP6sHa__tab{color:var(--muted);border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.page-module__VP6sHa__tab:hover{color:var(--fg)}.page-module__VP6sHa__activeTab{color:var(--fg);border-bottom-color:var(--accent)}.page-module__VP6sHa__tabCount{background:var(--secondary);border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.375rem;padding:0 5px;font-size:.6875rem;font-weight:500;display:inline-flex}
.page-module__d3C2Lq__container{max-width:800px}.page-module__d3C2Lq__header{margin-bottom:2rem}.page-module__d3C2Lq__back{color:var(--muted);margin-bottom:.75rem;font-size:.875rem;display:inline-block}.page-module__d3C2Lq__back:hover{color:var(--fg)}.page-module__d3C2Lq__title{font-size:1.5rem;font-weight:600}
.page-module__Da4gkq__container{width:100%}.page-module__Da4gkq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-module__Da4gkq__headerLeft{flex-direction:column;display:flex}.page-module__Da4gkq__title{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.page-module__Da4gkq__subtitle{color:var(--muted);font-size:.875rem}.page-module__Da4gkq__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.page-module__Da4gkq__createCard{border:2px dashed var(--border);min-height:220px;color:var(--muted);cursor:pointer;background:0 0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;transition:border-color .15s,color .15s,background-color .15s;display:flex}.page-module__Da4gkq__createCard:hover{border-color:var(--primary);color:var(--primary);background:color-mix(in srgb, var(--primary) 4%, transparent)}.page-module__Da4gkq__createIcon{background:var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .15s;display:flex}.page-module__Da4gkq__createCard:hover .page-module__Da4gkq__createIcon{background:color-mix(in srgb, var(--primary) 12%, transparent)}.page-module__Da4gkq__createIcon svg{width:24px;height:24px}.page-module__Da4gkq__createLabel{font-size:.875rem;font-weight:500}.page-module__Da4gkq__empty{text-align:center;color:var(--muted);padding:4rem 1rem}.page-module__Da4gkq__empty p:first-child{margin-bottom:.5rem;font-size:1.125rem}.page-module__Da4gkq__emptyHint{font-size:.875rem}
.page-module__BiU03W__container{max-width:640px}.page-module__BiU03W__header{margin-bottom:1.5rem}.page-module__BiU03W__title{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.page-module__BiU03W__subtitle{color:var(--muted);font-size:.875rem}
.page-module__m7aZmq__page{flex-direction:column;height:100%;margin:-2rem;display:flex;overflow:hidden}
.page-module__WM94TG__container{max-width:800px}.page-module__WM94TG__header{margin-bottom:2rem}.page-module__WM94TG__title{margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.page-module__WM94TG__subtitle{color:var(--muted);font-size:.875rem}.page-module__WM94TG__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.page-module__WM94TG__section{margin-bottom:2.5rem}.page-module__WM94TG__sectionTitle{margin-bottom:1rem;font-size:1rem;font-weight:600}.page-module__WM94TG__createForm{align-items:flex-start;gap:.75rem;display:flex}.page-module__WM94TG__createForm>:first-child{flex:1}.page-module__WM94TG__select{border:1px solid var(--border);background:var(--bg);height:40px;color:var(--fg);border-radius:8px;min-width:200px;padding:0 .875rem;font-family:inherit;font-size:.875rem}.page-module__WM94TG__newKeyCard{border:1px solid var(--border);background:var(--secondary);border-radius:12px;padding:1.5rem}.page-module__WM94TG__newKeyWarning{color:var(--muted);margin-bottom:1rem;font-size:.875rem}.page-module__WM94TG__newKeyValue{background:var(--bg);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.page-module__WM94TG__newKeyValue code{word-break:break-all;flex:1;font-family:ui-monospace,monospace;font-size:.8125rem}.page-module__WM94TG__keyList{flex-direction:column;gap:.75rem;display:flex}.page-module__WM94TG__keyCard{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.page-module__WM94TG__keyInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.page-module__WM94TG__keyName{font-weight:500}.page-module__WM94TG__keyPreview{color:var(--muted);font-family:ui-monospace,monospace;font-size:.8125rem}.page-module__WM94TG__keyDate{color:var(--muted);font-size:.75rem}.page-module__WM94TG__loading,.page-module__WM94TG__empty{text-align:center;color:var(--muted);padding:2rem}
.AuthForm-module__N3bjga__container{width:100%;max-width:400px}.AuthForm-module__N3bjga__header{text-align:center;margin-bottom:2rem}.AuthForm-module__N3bjga__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.AuthForm-module__N3bjga__subtitle{color:var(--muted);font-size:.875rem}.AuthForm-module__N3bjga__form{flex-direction:column;gap:1rem;display:flex}.AuthForm-module__N3bjga__error{background:color-mix(in srgb, var(--error) 10%, transparent);color:var(--error);border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.AuthForm-module__N3bjga__footer{text-align:center;color:var(--muted);margin-top:1.5rem;font-size:.875rem}.AuthForm-module__N3bjga__link{color:var(--fg);text-underline-offset:2px;text-decoration:underline}.AuthForm-module__N3bjga__link:hover{color:var(--accent)}
