body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-gradient:radial-gradient(circle at top,#1f3b73,#0b132b 65%,#05060a);--surface:#0f172ab8;--surface-elevated:#0f172ae6;--surface-light:#ffffff14;--border-subtle:#94a3b859;--text-primary:#e2e8f0;--text-muted:#94a3b8;--accent:#38bdf8;--accent-strong:#0ea5e9;--danger:#f97316;color-scheme:light dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root,body,html{height:100%}body{background:radial-gradient(circle at top,#1f3b73,#0b132b 65%,#05060a);background:var(--bg-gradient);box-sizing:border-box;color:#e2e8f0;color:var(--text-primary);margin:0;padding:24px}.App,body{align-items:center;display:flex;justify-content:center}.App{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);max-width:960px;min-height:clamp(500px,80vh,840px);width:100%}.App__loading{color:#94a3b8;color:var(--text-muted);font-size:1.1rem}.auth{background:linear-gradient(165deg,#0f172af0,#0e1834e0 55%,#0a152deb);border:1px solid #94a3b838;border-radius:32px;box-shadow:0 32px 90px #08112399;isolation:isolate;overflow:hidden;padding:clamp(48px,6vw,72px) clamp(36px,6vw,80px);position:relative;text-align:center;width:min(460px,100%)}.auth:after,.auth:before{background:radial-gradient(circle at center,#38bdf859,#0000 70%);border-radius:999px;content:"";position:absolute;z-index:0}.auth:before{height:280px;right:-90px;top:-120px;width:280px}.auth:after{background:radial-gradient(circle at center,#0ea5e947,#0000 72%);bottom:-140px;height:220px;left:-110px;width:220px}.auth__title{color:#f8fafc;font-size:clamp(1.9rem,3.2vw,2.6rem);letter-spacing:-.01em;margin:0}.auth__brand{align-items:center;display:flex;flex-direction:column;gap:18px;margin-bottom:36px;position:relative;text-align:center;z-index:1}.auth__logo{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;border:1px solid #94a3b840;border-radius:24px;box-shadow:0 22px 48px #0e749061;height:96px;object-fit:cover;padding:14px;width:96px}.auth__subtitle{color:#e2e8f0d1;line-height:1.7;margin:0 0 36px;position:relative;z-index:1}.auth__error{color:#f97316;color:var(--danger);font-size:.95rem;margin:0 0 24px}.auth__button,.auth__error{position:relative;z-index:1}.auth__button{align-items:center;background:#fffffff5;border:none;border-radius:999px;box-shadow:0 18px 40px #0f172a59;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:14px;padding:14px 32px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.auth__button:focus,.auth__button:hover{background:#fff;box-shadow:0 24px 54px #0f172a73;transform:translateY(-1px)}.auth__button:active{box-shadow:0 12px 28px #0f172a66;transform:translateY(0)}.auth__button-icon{align-items:center;background:#f1f5f9;border-radius:50%;box-shadow:inset 0 0 0 1px #0f172a14;color:#ea4335;display:inline-flex;height:28px;justify-content:center;width:28px}.auth__button-icon svg{display:block;height:18px;width:18px}.auth__button-label{font-weight:600;letter-spacing:.01em}.auth__button:focus-visible{outline:2px solid #0ea5e97a;outline-offset:4px}.chat-room{background:#0f172ab8;background:var(--surface);border:1px solid #94a3b859;border:1px solid var(--border-subtle);border-radius:32px;box-shadow:0 32px 80px #0f172a73;display:flex;flex-direction:column;height:100%;overflow:hidden;width:min(960px,100%)}.chat-room__header{align-items:flex-start;border-bottom:1px solid #94a3b859;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;padding:clamp(20px,4vw,28px) clamp(24px,4vw,36px)}.chat-room__brand{align-items:flex-start;display:flex;gap:16px}.chat-room__logo{background:#0f172a99;border-radius:50%;box-shadow:0 10px 24px #0f172a59;height:44px;object-fit:cover;padding:6px;width:44px}.chat-room__title{font-size:clamp(1.6rem,2.4vw,2rem);margin:0}.chat-room__subtitle{color:#94a3b8;color:var(--text-muted);font-size:.95rem;margin:6px 0 0}.chat-room__signout{background:none;border:1px solid #94a3b880;border-radius:999px;color:#e2e8f0;color:var(--text-primary);cursor:pointer;font-size:.95rem;font-weight:700;padding:10px 18px;transition:background .15s ease,color .15s ease,border-color .15s ease}.chat-room__signout:focus,.chat-room__signout:hover{background:#94a3b81a;border-color:#94a3b8cc}.chat-room__messages{background:radial-gradient(circle at top left,#38bdf824,#0000 55%);display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:clamp(16px,4vh,28px) clamp(16px,4vw,32px);scroll-behavior:smooth}.chat-message{align-items:flex-end;display:flex;gap:12px;max-width:min(480px,85%)}.chat-message--own{align-items:flex-end;flex-direction:row-reverse;margin-left:auto}.chat-message--other{margin-right:auto}.chat-message--own .chat-message__content{background:#2374e1;border:none;border-radius:18px 18px 6px 18px;box-shadow:0 12px 32px #2374e166;color:#fff}.chat-message--own .chat-message__time{color:#ffffffc7;display:inline-flex;margin-left:auto}.chat-message__avatar{align-self:flex-end;border-radius:50%;box-shadow:0 8px 20px #0f172a99;height:40px;object-fit:cover;width:40px}.chat-message__avatar--placeholder{align-items:center;background:linear-gradient(135deg,#94a3b833,#38bdf840);color:#e2e8f0;color:var(--text-primary);display:flex;font-weight:700;justify-content:center;letter-spacing:.04em}.chat-message__content{align-items:stretch;background:#0f172ad1;border:none;border-radius:18px 18px 18px 6px;box-shadow:0 10px 28px #050a1659;display:flex;flex-direction:column;gap:8px;max-width:min(420px,85vw);padding:12px 16px;width:-webkit-fit-content;width:fit-content}.chat-message__meta{align-items:baseline;color:#e2e8f0c7;display:flex;flex-wrap:wrap;font-size:.75rem;gap:6px;justify-content:flex-start;margin:0 0 4px;order:1;width:100%}.chat-message__author{color:#e2e8f0d1;font-size:.82rem;font-weight:600;letter-spacing:.01em}.chat-message--own .chat-message__author{display:none}.chat-message__time{font-feature-settings:"tnum";color:#94a3b8cc;font-size:.68rem;font-variant-numeric:tabular-nums}.chat-message__text{color:inherit;font-size:.98rem;line-height:1.45;margin:0;order:2;word-break:break-word}.send-message{align-items:center;background:#0f172ae6;background:var(--surface-elevated);border-top:1px solid #94a3b859;border-top:1px solid var(--border-subtle);display:flex;flex-wrap:nowrap;gap:clamp(12px,2vw,18px);padding:20px clamp(18px,4vw,32px) 28px}.send-message__input{background:#0f172aa6;border:1px solid #94a3b859;border-radius:18px;color:#e2e8f0;color:var(--text-primary);flex:1 1;font-size:1rem;outline:none;padding:14px 18px;transition:border-color .15s ease,box-shadow .15s ease}.send-message__input:focus{border-color:#38bdf8;border-color:var(--accent);box-shadow:0 0 0 3px #0ea5e933}.send-message__input:disabled{opacity:.65}.send-message__button{align-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,#34d399,#10b981);border:none;border-radius:999px;box-shadow:0 22px 46px #10b98161;color:#022c22;cursor:pointer;display:inline-flex;flex-shrink:0;height:60px;justify-content:center;min-height:60px;min-width:60px;padding:0;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;width:60px}.send-message__button:not(:disabled):focus,.send-message__button:not(:disabled):hover{box-shadow:0 24px 46px #10b98173;filter:brightness(1.05);transform:translateY(-1px)}.send-message__button:focus-visible{outline:2px solid #22c55e99;outline-offset:4px}.send-message__button:disabled{box-shadow:none;cursor:not-allowed;filter:saturate(.85);opacity:.7}.send-message__icon{align-items:center;display:inline-flex;font-size:28px;justify-content:center;line-height:1;transition:transform .18s ease}.send-message__button:not(:disabled):focus .send-message__icon,.send-message__button:not(:disabled):hover .send-message__icon{transform:translate(2px,-2px)}.send-message__spinner{animation:send-spin .8s linear infinite;border:3px solid #022c2247;border-radius:50%;border-top-color:#022c22b8;box-sizing:border-box;height:22px;width:22px}.send-message__button:disabled .send-message__spinner{border:3px solid #022c223d;border-top-color:#022c22a6}@keyframes send-spin{to{transform:rotate(1turn)}}@media (max-width:768px){body{padding:16px}.App{min-height:100%}.chat-room{border-radius:24px}.chat-room__messages{padding:20px}.chat-message{max-width:86%}}.profile-card{background:#0f172ab8;background:var(--surface);border:1px solid #94a3b859;border:1px solid var(--border-subtle);border-radius:28px;box-shadow:0 24px 60px #0f172a73;gap:28px;margin:0 auto;padding:clamp(32px,5vw,52px);width:min(420px,100%)}.profile-card,.profile-card__header{display:flex;flex-direction:column;text-align:center}.profile-card__header{align-items:center;gap:14px;justify-content:center}.profile-card__logo{background:#0f172a99;border-radius:20px;box-shadow:0 18px 40px #0f172a61;height:80px;object-fit:cover;padding:12px;width:80px}.profile-card__brand{background:linear-gradient(135deg,#38bdf8,#0ea5e9 40%,#bae6fd);-webkit-background-clip:text;color:#0000;font-size:1.5rem;font-weight:700}.profile-card__title{font-size:clamp(1.5rem,3vw,2rem);margin:0}.profile-card__subtitle{color:#94a3b8;color:var(--text-muted);line-height:1.6;margin:0}.profile-card__form{display:flex;flex-direction:column;gap:18px;text-align:left}.profile-card__label{color:#e2e8f0;color:var(--text-primary);font-size:.95rem;font-weight:700}.profile-card__input{background:#0f172aa6;border:1px solid #94a3b859;border-radius:16px;color:#e2e8f0;color:var(--text-primary);font-size:1rem;outline:none;padding:14px 16px;transition:border-color .15s ease,box-shadow .15s ease}.profile-card__input:focus{border-color:#38bdf8;border-color:var(--accent);box-shadow:0 0 0 3px #0ea5e933}.profile-card__input:disabled{opacity:.65}.profile-card__error{color:#f97316;color:var(--danger);font-size:.95rem;margin:0}.profile-card__actions{display:flex;flex-direction:column;gap:12px}.profile-card__button{align-items:center;background:linear-gradient(135deg,#38bdf8,#0ea5e9);background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);border:none;border-radius:999px;box-shadow:0 12px 30px #0ea5e952;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1rem;font-size:.95rem;font-weight:700;justify-content:center;padding:14px 24px;transition:transform .15s ease,box-shadow .15s ease}.profile-card__button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.profile-card__button:not(:disabled):focus,.profile-card__button:not(:disabled):hover{box-shadow:0 18px 36px #0ea5e966;transform:translateY(-1px)}.profile-card__signout{align-self:center;background:none;border:none;color:#94a3b8;color:var(--text-muted);cursor:pointer;font-size:.95rem;text-decoration:underline;text-underline-offset:4px}.profile-card__signout:focus,.profile-card__signout:hover{color:#e2e8f0;color:var(--text-primary)}@media (max-width:560px){.profile-card{padding:32px 24px}.chat-room__header{align-items:center;gap:16px;justify-content:space-between}.chat-room__brand{align-items:center;gap:12px}.chat-room__signout{align-self:stretch;text-align:center}.send-message{gap:12px;padding:18px 18px 24px}.send-message__button{aspect-ratio:1/1;border-radius:50%;box-shadow:0 18px 40px #10b98159;height:48px;min-height:48px;min-width:48px;width:48px}.send-message__icon{font-size:24px}}.chat-message__body{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.chat-message--own .chat-message__body{align-items:flex-end}.chat-message--own .chat-message__avatar,.chat-message__avatar{margin-top:0}.chat-message--own .chat-message__meta{align-self:flex-end;color:#ffffffc7;justify-content:flex-end;margin:6px 0 0;order:3;text-align:right;width:100%}.chat-message--own .chat-message__text{text-align:left}.chat-room__actions{align-items:center;display:flex;justify-content:flex-end;margin-left:auto;position:relative}.chat-room__profile-toggle{align-items:center;background:#0f172a99;border:1px solid #38bdf88c;border-radius:50%;box-shadow:inset 0 0 0 1px #0f172a99;color:#e2e8f0;color:var(--text-primary);cursor:pointer;display:inline-flex;flex-shrink:0;font:inherit;height:48px;justify-content:center;padding:4px;transition:border-color .15s ease,transform .15s ease,background .15s ease,box-shadow .15s ease;width:48px}.chat-room__profile-toggle:focus,.chat-room__profile-toggle:hover{background:#0f172abf;border-color:#38bdf8;border-color:var(--accent);transform:translateY(-1px)}.chat-room__profile-avatar{border-radius:999px;box-shadow:0 5px 15px #0f172a59;flex-shrink:0;height:40px;object-fit:cover;width:40px}.chat-room__profile-avatar--fallback{align-items:center;background:linear-gradient(135deg,#38bdf8,#0ea5e9);background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);color:#0f172a;display:inline-flex;font-weight:700;justify-content:center}.chat-room__profile-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.2;text-align:left}.chat-room__profile-name{font-size:.95rem;font-weight:600}.chat-room__profile-email{color:#94a3b8;color:var(--text-muted);font-size:.8rem}.chat-room__menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172af2;border:1px solid #94a3b82e;border-radius:16px;box-shadow:0 24px 60px #0811238c;display:flex;flex-direction:column;gap:4px;min-width:220px;padding:10px;position:absolute;right:0;top:calc(100% + 10px);z-index:20}.chat-room__menu-item{align-items:center;background:#0000;border:none;border-radius:12px;color:#e2e8f0;color:var(--text-primary);cursor:pointer;display:flex;font:inherit;gap:12px;padding:10px 12px;transition:background .15s ease,color .15s ease;width:100%}.chat-room__menu-item:focus,.chat-room__menu-item:hover{background:#38bdf81f}.chat-room__menu-item svg{font-size:1.1rem}.chat-room__menu-item--danger{color:#f87171f2}.chat-room__menu-label{font-size:.9rem;font-weight:500}.chat-room__menu-text{align-items:flex-start;display:flex;flex-direction:column;line-height:1.2}.chat-room__menu-muted{color:#94a3b8;color:var(--text-muted);font-size:.78rem}.account-drawer{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#04060fb8;display:flex;inset:0;justify-content:center;padding:clamp(16px,6vw,36px);position:fixed;z-index:60}.account-drawer__panel{background:#0f172af5;border:1px solid #94a3b83d;border-radius:24px;box-shadow:0 32px 80px #080b1c99;display:flex;flex-direction:column;gap:24px;padding:clamp(24px,5vw,36px);width:min(420px,100%)}.account-drawer__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.account-drawer__header h2{font-size:clamp(1.3rem,2.8vw,1.6rem);margin:0}.account-drawer__subtitle{color:#94a3b8;color:var(--text-muted);font-size:.9rem;margin:4px 0 0}.account-drawer__close{align-items:center;background:#0f172ab3;border:1px solid #94a3b83d;border-radius:12px;color:#e2e8f0;color:var(--text-primary);cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:border-color .15s ease,transform .15s ease;width:40px}.account-drawer__close:focus,.account-drawer__close:hover{border-color:#38bdf8;border-color:var(--accent);transform:translateY(-1px)}.account-drawer__section{background:#0b1224c7;border:1px solid #94a3b829;border-radius:18px;display:flex;flex-direction:column;gap:16px;padding:18px}.account-drawer__section--footer{align-items:flex-start}.account-drawer__profile-summary{align-items:center;display:flex;gap:14px}.account-drawer__profile-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.account-drawer__profile-row .account-drawer__link{flex-shrink:0}.account-drawer__avatar{border-radius:999px;box-shadow:0 12px 32px #08112373;flex-shrink:0;height:52px;object-fit:cover;width:52px}.account-drawer__avatar--fallback{align-items:center;background:linear-gradient(135deg,#38bdf8,#0ea5e9);background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);color:#0f172a;display:inline-flex;font-weight:700;justify-content:center}.account-drawer__profile-name{font-weight:600;margin:0}.account-drawer__profile-muted{color:#94a3b8;color:var(--text-muted);font-size:.85rem;margin:4px 0 0}.account-drawer__link{align-self:center;background:none;border:none;color:#38bdf8;color:var(--accent);cursor:pointer;font-size:.9rem;padding:0;text-decoration:none}.account-drawer__row{align-items:center;display:flex;gap:12px;justify-content:space-between}.account-drawer__label{color:#94a3b8;color:var(--text-muted);display:block;font-size:.85rem}.account-drawer__value{font-size:1rem;font-weight:600}.account-drawer__username-form{display:flex;flex-direction:column;gap:12px}.account-drawer__input{background:#0f172aa6;border:1px solid #94a3b859;border-radius:14px;color:#e2e8f0;color:var(--text-primary);font-size:.95rem;padding:12px 14px}.account-drawer__input:focus{border-color:#38bdf8;border-color:var(--accent);box-shadow:0 0 0 3px #38bdf82e;outline:none}.account-drawer__error{color:#f97316;color:var(--danger);font-size:.85rem;margin:0}.account-drawer__actions{display:flex;gap:12px;justify-content:flex-end}.account-drawer__primary,.account-drawer__secondary{border:none;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 18px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.account-drawer__secondary{background:#0f172a99;border:1px solid #94a3b838;color:#94a3b8;color:var(--text-muted)}.account-drawer__secondary:focus,.account-drawer__secondary:hover{border-color:#38bdf8;border-color:var(--accent);color:#e2e8f0;color:var(--text-primary)}.account-drawer__primary{background:linear-gradient(135deg,#38bdf8,#0ea5e9);background:linear-gradient(135deg,var(--accent) 0,var(--accent-strong) 100%);box-shadow:0 16px 32px #0ea5e952;color:#0f172a}.account-drawer__primary:focus,.account-drawer__primary:hover{box-shadow:0 20px 36px #0ea5e96b;transform:translateY(-1px)}.account-drawer__primary:disabled,.account-drawer__secondary:disabled,.account-drawer__signout:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.account-drawer__signout{align-items:center;background:#f871711f;border:none;border-radius:12px;color:#f87171f2;cursor:pointer;display:inline-flex;gap:8px;padding:10px 16px;transition:background .15s ease,transform .15s ease}.account-drawer__signout:focus,.account-drawer__signout:hover{background:#f871712e;transform:translateY(-1px)}@media (max-width:600px){.chat-room__header{align-items:center;gap:16px;justify-content:space-between}.chat-room__brand{align-items:center;gap:12px}.chat-room__menu{min-width:200px;right:-4px;top:calc(100% + 8px)}.account-drawer__panel{padding:24px;width:min(360px,100%)}}.chat-room__menu-profile{align-items:center;background:#0f172abf;border:1px solid #94a3b829;border-radius:12px;display:flex;gap:12px;margin-bottom:6px;padding:12px}.chat-room__menu-profile svg{color:#94a3b8d9;font-size:1.2rem}@media (max-width:560px){.chat-room__messages{gap:12px;padding:16px 14px 22px}.chat-message{gap:10px;max-width:min(420px,92vw)}.chat-message__avatar{height:36px;width:36px}.chat-message__content{box-shadow:0 6px 20px #050a1659;max-width:min(340px,88vw);padding:12px 16px}.chat-message--own .chat-message__content{box-shadow:0 12px 30px #2374e157}.chat-message__meta{font-size:.72rem}.chat-message__author{font-size:.76rem}.chat-message__text{font-size:.97rem}.chat-message__time{font-size:.66rem}}
/*# sourceMappingURL=main.732fe29a.css.map*/