:root{--bg-primary: #050911;--bg-secondary: #0b1324;--panel-bg: rgba(18, 27, 45, .72);--panel-bg-side: rgba(6, 10, 18, .88);--panel-bg-side-border: rgba(100, 120, 155, .14);--panel-bg-center: rgba(18, 28, 48, .82);--panel-border: rgba(0, 245, 160, .28);--text-primary: #f3f8ff;--text-secondary: #9caac3;--neon: #00f5a0;--neon-strong: #00ffb7;--danger-shadow: rgba(0, 245, 160, .32)}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100vh;height:100%;margin:0}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text-primary);background:radial-gradient(circle at 20% 15%,#182949,#090f1e 35%,#04070f 80%)}button,input,textarea{color:inherit;font:inherit}.app-root{position:relative;min-height:100vh;height:100vh;max-height:100vh;overflow:hidden;padding:0;display:flex;flex-direction:column}.aaply-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,#060a12f5 20%,#02050deb);z-index:0}.aaply-glow{position:absolute;border-radius:999px;filter:blur(90px);z-index:0;pointer-events:none}.aaply-glow--left{width:420px;height:420px;left:-90px;top:-100px;background:#00f5a038}.aaply-glow--right{width:450px;height:450px;right:-140px;top:25%;background:#009dff2b}.app-shell{position:relative;z-index:1;display:flex;gap:6px;flex:1;min-height:0;width:100%;padding:6px}.app-toast{position:fixed;z-index:30;right:28px;top:24px;padding:10px 14px;border-radius:12px;border:1px solid rgba(0,245,160,.45);background:#08141ae6;color:#dfffee;font-size:.84rem;box-shadow:0 12px 36px #00000059;animation:toast-slide-in .18s ease}.app-toast--error{border-color:#ff84848c;background:#260c0ce6;color:#ffdede}.app-auth-topbar{position:fixed;top:10px;left:312px;right:12px;z-index:42;display:flex;align-items:center;justify-content:space-between}.app-auth-topbar__brand{margin:0;font-size:1.5rem;font-weight:600;color:#00f5a0;letter-spacing:.01em}.app-auth-topbar__actions{display:inline-flex;align-items:center;gap:8px}.app-auth-topbar__btn{border-radius:999px;min-height:32px;padding:0 13px;font-size:.75rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:transform .12s ease,box-shadow .14s ease,background .14s ease}.app-auth-topbar__btn:hover{transform:translateY(-1px)}.app-auth-topbar__btn--login{border-color:#ffffff3d;background:#080c14e6;color:#f4f8ff}.app-auth-topbar__btn--signup{border-color:#fff3;background:var(--neon);color:#0b1321}.app-bootstrap{min-height:100vh;display:grid;place-items:center;color:#dbe7fd;background:radial-gradient(circle at 20% 15%,#182949,#090f1e 35%,#04070f 80%);font-size:.95rem}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.app-shell{gap:6px;padding:6px 4px}}@media (max-width: 767px){.app-auth-topbar{display:none}}.sidebar{width:280px;min-width:280px;height:100%;transition:width .26s ease,min-width .26s ease,transform .28s ease}.sidebar--compressed{width:240px;min-width:240px}.sidebar--collapsed{width:78px;min-width:78px}.sidebar__inner{height:100%;display:flex;flex-direction:column;border-radius:10px;border:1px solid var(--panel-bg-side-border, rgba(100, 120, 155, .14));background:var(--panel-bg-side, rgba(6, 10, 18, .88));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:10px}.sidebar__top-controls{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-left:20px}.sidebar--collapsed .sidebar__top-controls{justify-content:flex-end}.sidebar__brand-logo{height:44px;width:120px;object-fit:contain;object-position:left;display:block;margin-top:-6px;transform:scale(1.3);transform-origin:center;margin-bottom:-16px;clip-path:inset(14% 0 14% 0)}.sidebar--collapsed .sidebar__brand-logo{display:none}.sidebar__collapsed-new-btn{width:30px;height:30px;border:1px solid rgba(0,245,160,.4);border-radius:8px;background:#00f5a01a;color:#c9ffec;font-size:1.1rem;font-weight:600;line-height:1;cursor:pointer;transition:border-color .16s ease,background .16s ease}.sidebar__collapsed-new-btn:hover{border-color:var(--neon);background:#00f5a033}.sidebar__collapse-btn{align-self:flex-end;width:30px;height:30px;border:1px solid rgba(255,255,255,.15);border-radius:10px;background:#ffffff0a;cursor:pointer;transition:border-color .18s ease,background .18s ease}.sidebar__collapse-btn svg{width:.9rem;height:.9rem}.sidebar__collapse-btn:hover{border-color:var(--neon);background:#00f5a021}.sidebar__mobile-close-btn{width:32px;height:32px;border:1px solid rgba(0,245,160,.45);border-radius:10px;background:#00f5a014;color:#d9fff0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .16s ease,background .16s ease}.sidebar__mobile-close-btn:hover{border-color:#00f5a0d9;background:#00f5a02e}.sidebar__mobile-close-btn svg{width:.95rem;height:.95rem}.sidebar--mobile-drawer{width:100%;min-width:100%;height:100%}.sidebar--mobile-drawer .sidebar__inner{border-radius:0;border:0;padding:10px}.sidebar--mobile-drawer .sidebar__chat-item{text-align:left}.sidebar__collapsed-segments{margin-top:8px;display:flex;flex-direction:column;align-items:center;gap:8px;padding:6px 0}.sidebar__collapsed-segment-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff08;color:#bfe7d9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.sidebar__collapsed-segment-btn svg{width:1rem;height:1rem}.sidebar__collapsed-segment-btn:hover{border-color:#00f5a094;background:#00f5a024;color:#e4fff5}.sidebar__profile{display:flex;align-items:center;gap:10px;padding:12px 10px;margin-top:8px;min-height:58px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#080c148a}.sidebar__profile--clickable{cursor:pointer;transition:border-color .16s ease,background .16s ease}.sidebar__profile--clickable:hover{border-color:#00f5a075;background:#00f5a014}.sidebar__profile--clickable:focus-visible{outline:2px solid rgba(0,245,160,.55);outline-offset:1px}.sidebar__bookmarks{margin-top:10px;border-radius:10px;border:1px solid rgba(0,245,160,.2);background:#070e19a6;overflow:hidden}.sidebar__bookmarks-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;min-height:58px;padding:10px 12px;-webkit-user-select:none;user-select:none}.sidebar__bookmarks-summary::-webkit-details-marker{display:none}.sidebar__bookmarks-title-wrap{display:inline-flex;align-items:center;gap:8px}.sidebar__segment-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:.95rem;color:var(--neon);opacity:.95}.sidebar__segment-icon svg{width:1em;height:1em;display:block}.sidebar__bookmarks-title{font-size:.78rem;color:#d3fff0}.sidebar__bookmarks-meta{display:inline-flex;align-items:center;gap:7px}.sidebar__bookmarks-count{border-radius:999px;padding:2px 7px;font-size:.67rem;background:#00f5a038;color:#b5ffe2}.sidebar__bookmarks-dropdown{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;font-size:.72rem;color:#8ecfb8;transition:transform .14s ease}.sidebar__bookmarks[open] .sidebar__bookmarks-dropdown{transform:rotate(180deg)}.sidebar__feature-card{margin-top:10px;min-height:58px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#080c1475;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}.sidebar__feature-left{display:inline-flex;align-items:center;gap:8px}.sidebar__feature-title{font-size:.9rem;color:#e0e8f8}.sidebar__feature-meta{font-size:.82rem;color:#d8e1f68c}.sidebar__bookmarks-list{max-height:190px;overflow-y:auto;border-top:1px solid rgba(255,255,255,.1);padding:8px;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:rgba(170,255,225,0) transparent}.sidebar__bookmarks-list::-webkit-scrollbar{width:3px;height:3px}.sidebar__bookmarks-list::-webkit-scrollbar-track{background:transparent}.sidebar__bookmarks-list::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;box-shadow:none;transition:background .16s ease,box-shadow .16s ease}.sidebar__bookmarks:hover .sidebar__bookmarks-list{scrollbar-color:rgba(170,255,225,.24) transparent}.sidebar__bookmarks:hover .sidebar__bookmarks-list::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#aaffe12e,#00f5a06b,#aaffe12e);box-shadow:0 0 8px #00f5a03d,0 0 14px #00f5a029}.sidebar__bookmarks-empty{margin:4px;font-size:.76rem;color:#99abca}.sidebar__bookmark-item{display:flex;align-items:center;gap:8px;border:0;border-bottom:1px solid rgba(255,255,255,.07);border-radius:0;background:transparent;padding:8px 2px;color:#cfd8e9;transition:color .14s ease}.sidebar__bookmark-item:last-of-type{border-bottom:0}.sidebar__bookmark-item:hover{color:#e4efff}.sidebar__bookmark-link{flex:1;min-width:0;text-decoration:none;color:inherit}.sidebar__bookmark-title{margin:0;font-size:.8rem;line-height:1.2}.sidebar__bookmark-meta{margin:4px 0 0;font-size:.7rem;color:#9fb3d7}.sidebar__bookmark-remove{width:20px;height:20px;border-radius:0;border:0;background:transparent;color:#91a4c8;cursor:pointer;display:grid;place-items:center;transition:color .14s ease;padding:0}.sidebar__bookmark-remove svg{width:.82rem;height:.82rem;display:block}.sidebar__bookmark-remove:hover:not(:disabled){color:#ffc0c0}.sidebar__bookmark-remove:disabled{opacity:.55;cursor:not-allowed}.sidebar__avatar{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#00f5a01a;border:1px solid rgba(0,245,160,.4);color:var(--neon)}.sidebar__avatar svg{width:.92rem;height:.92rem;display:block}.sidebar__profile-meta{flex:1;min-width:0}.sidebar__name,.sidebar__plan{margin:0;line-height:1.2}.sidebar__name{font-size:.88rem;font-weight:600}.sidebar__plan{margin-top:2px;font-size:.72rem;color:var(--text-secondary);display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__upgrade-btn{border:0;border-radius:999px;background:#ffffff1f;color:#f7f8fb;font-size:.72rem;padding:8px 12px;cursor:pointer;transition:background .18s ease}.sidebar__upgrade-btn:hover{background:#fff3}.sidebar__guest-pill{border-radius:999px;border:1px solid rgba(146,168,203,.34);background:#ffffff0a;color:#b7c9e7;font-size:.67rem;padding:5px 9px;line-height:1}.sidebar__chats{margin-top:16px;min-height:0;flex:0 0 auto;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#080c1475;overflow:hidden}.sidebar__chats-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;min-height:52px;padding:10px 12px;-webkit-user-select:none;user-select:none}.sidebar__chats-summary::-webkit-details-marker{display:none}.sidebar__chats-meta{display:inline-flex;align-items:center;gap:7px}.sidebar__chats-count{border-radius:999px;padding:2px 7px;font-size:.67rem;background:#00f5a038;color:#b5ffe2}.sidebar__chats-dropdown{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;font-size:.72rem;color:#8ecfb8;transition:transform .14s ease}.sidebar__chats[open] .sidebar__chats-dropdown{transform:rotate(180deg)}.sidebar__chats-body{border-top:1px solid rgba(255,255,255,.08);padding:8px 10px}.sidebar__chats-header{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:0 0 6px}.sidebar__feature-left--header{min-width:0;flex:1}.sidebar__section-title{margin:0;color:#dce8ff;font-size:.9rem;font-weight:500;text-transform:none;letter-spacing:.01em}.sidebar__section-title--inline{margin:0;flex:1;min-width:0}.sidebar__chats-new-btn{flex-shrink:0;border:1px solid rgba(0,245,160,.38);border-radius:8px;background:#00f5a014;color:#b8ffe4;font-size:.72rem;font-weight:500;text-transform:none;letter-spacing:.01em;padding:4px 8px;cursor:pointer;line-height:1.2;transition:border-color .16s ease,background .16s ease,color .16s ease}.sidebar__chats-new-btn:hover{border-color:#00f5a0a6;background:#00f5a029;color:#e6fff4}.sidebar__chat-list{display:flex;flex-direction:column;gap:0;flex:0 0 auto;min-height:0;max-height:min(42vh,340px);overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(0,245,160,0) transparent}.sidebar__chats-empty{margin:4px 0;padding:4px 2px;font-size:.76rem;color:#99abca}.sidebar__chat-list::-webkit-scrollbar{width:3px;height:3px}.sidebar__chat-list::-webkit-scrollbar-track{background:transparent}.sidebar__chat-list::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;box-shadow:none;transition:background .16s ease,box-shadow .16s ease,opacity .16s ease;opacity:.85}.sidebar__chats:hover .sidebar__chat-list{scrollbar-color:rgba(170,255,225,.24) transparent}.sidebar__chats:hover .sidebar__chat-list::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#aaffe12e,#00f5a06b,#aaffe12e);box-shadow:0 0 8px #00f5a047,0 0 14px #00f5a02e}.sidebar__chat-list:active::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#b9ffe847,#00f5a08f,#b9ffe847);box-shadow:0 0 10px #00f5a059,0 0 18px #00f5a038;opacity:1}.sidebar__chat-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;border:0;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0;min-height:38px;padding:7px 2px;font-size:.84rem;color:#96a4bd;background:transparent;cursor:pointer;transition:color .16s ease,background .16s ease}.sidebar__chat-item:last-of-type{border-bottom:0}.sidebar__chat-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__chat-item:hover{background:#00f5a00f;color:#c8d7f1}.sidebar__chat-item--active{background:#00f5a01a;color:#dbfff1}.sidebar__status{display:inline;flex-shrink:0;font-size:.62rem;font-weight:500;text-transform:none;letter-spacing:.01em;background:transparent;border:0;padding:0;opacity:.85}.sidebar__load-more-btn{width:100%;margin-top:8px;border:1px dashed rgba(0,245,160,.45);border-radius:10px;background:#00f5a00f;color:#c9ffec;font-size:.76rem;padding:9px 10px;cursor:pointer;transition:background .16s ease,border-color .16s ease}.sidebar__load-more-btn:hover{border-color:#00f5a0bf;background:#00f5a024}.sidebar__status--processing{color:#00f5a0}.sidebar__status--completed{color:#90b7ff}.sidebar__status--failed{color:#ff8e8e}.sidebar--collapsed .sidebar__profile{justify-content:center;padding:12px 4px}.sidebar--collapsed .sidebar__chat-item{text-align:center;padding-inline:0}@media (max-width: 1024px){.sidebar{width:220px;min-width:220px}.sidebar--compressed{width:180px;min-width:180px}}@media (max-width: 760px){.sidebar{width:68px;min-width:68px}.sidebar--mobile-drawer{width:100%;min-width:100%}.sidebar__inner{padding:10px 8px}.sidebar--mobile-drawer .sidebar__inner{padding:10px}.sidebar__chat-item{text-align:center;padding:9px 2px}.sidebar--mobile-drawer .sidebar__chat-item{text-align:left;padding:7px 2px}}.chat-panel{position:relative;flex:1;min-width:0;min-height:0;height:100%;display:flex;justify-content:center;align-items:stretch}.chat-landing{width:100%;max-width:980px;margin:auto;align-self:center;padding:48px clamp(18px,4vw,56px);border-radius:10px;border:1px solid rgba(146,168,203,.18);background:var(--panel-bg-center, rgba(18, 28, 48, .82));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:fade-in .36s ease both}.chat-landing__title{margin:0;text-align:center;font-size:clamp(1.6rem,2.8vw,2.8rem);font-weight:700;letter-spacing:.01em}.chat-landing__title-dynamic{display:inline}.prompt-form{width:100%;display:flex;align-items:center;gap:8px;border-radius:16px;border:1px solid rgba(0,245,160,.52);background:#08101cc2;box-shadow:0 0 0 1px #00f5a02b,0 0 26px #00f5a024;transition:box-shadow .22s ease,border-color .22s ease}.prompt-form:focus-within{border-color:var(--neon-strong);box-shadow:0 0 0 1px #00f5a047,0 0 30px #00f5a033}.prompt-form--landing{margin-top:26px;min-height:72px;padding:10px 12px 10px 18px}.prompt-form--chat{min-height:52px;padding:8px 10px 8px 14px}.prompt-form__field-wrap{flex:1;min-width:0;display:flex;align-items:center}.prompt-form__input{flex:1;width:100%;border:0;background:transparent;outline:none;color:var(--text-primary);font-size:1rem;line-height:1.45;resize:none;vertical-align:bottom}.prompt-form__textarea{display:block;min-height:24px;max-height:118px;padding:8px 4px 8px 0;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.prompt-form__textarea::-webkit-scrollbar{width:0;height:0;display:none}.prompt-form__input::placeholder{color:#8fa0bd}.prompt-form__input:disabled{cursor:not-allowed;opacity:.75}.prompt-form__actions{display:inline-flex;align-items:center;flex-shrink:0;padding-bottom:0;gap:8px}.token-usage{--token-color: #5fe9b5;display:inline-flex;align-items:center;justify-content:center;padding:2px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#040b15b3}.token-usage__ring{width:26px;height:26px;transform:rotate(-90deg);flex-shrink:0}.token-usage__ring-track{fill:none;stroke:#ffffff26;stroke-width:3}.token-usage__ring-progress{fill:none;stroke:var(--token-color);stroke-width:3;stroke-linecap:round;transition:stroke-dashoffset .18s ease,stroke .18s ease}.token-usage__label{display:none}.token-usage--safe{--token-color: #4fe5aa}.token-usage--warning{--token-color: #f0cb5d}.token-usage--danger{--token-color: #ff7c7c}.prompt-form__ai-badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:10px;font-size:.72rem;font-weight:700;border:1px solid rgba(0,245,160,.42);color:#0c221b;background:linear-gradient(140deg,#00f5a0,#95ffe0)}.prompt-form__submit-btn{min-width:68px;height:36px;border:0;border-radius:999px;font-size:.82rem;font-weight:600;color:#042518;cursor:pointer;background:linear-gradient(120deg,#00f5a0,#6cffcf);transition:transform .12s ease,box-shadow .15s ease}.prompt-form__submit-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px var(--danger-shadow)}.prompt-form__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.attachment-buttons{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap;align-items:center}.attachment-buttons__item{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;white-space:nowrap;border:1px solid rgba(0,245,160,.4);color:#d9fff0;background:#08121dd6;border-radius:999px;padding:8px 14px;cursor:pointer;font-size:.9rem;line-height:1.1;transition:border-color .16s ease,background .16s ease}.attachment-buttons__item--refresh{margin-left:auto}.attachment-buttons__item:hover{border-color:var(--neon);background:#00f5a01f}.attachment-buttons__item--active{border-color:var(--neon);background:#00f5a033}.attachment-buttons__input{display:none}.chat-status{margin:14px 0 0;font-size:.84rem;color:var(--text-secondary)}.chat-status--chat{margin:0;padding:0 18px 14px}.chat-status--processing{color:#79ebc0}.chat-status--refining{color:#8df}.chat-status--failed{color:#ff8e8e}.chat-status--completed{color:#91b7ff}.chat-conversation{width:100%;height:100%;min-height:0;border-radius:10px;border:1px solid rgba(146,168,203,.2);background:var(--panel-bg-center, rgba(18, 28, 48, .82));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;overflow:hidden;animation:fade-in-up .34s ease both}.chat-conversation__messages{padding:28px clamp(16px,3vw,30px);overflow-y:auto;display:flex;flex-direction:column;gap:14px;scrollbar-width:none;-ms-overflow-style:none}.chat-conversation__messages::-webkit-scrollbar{width:0;height:0;display:none}.chat-message{max-width:86%;border-radius:10px;border:1px solid rgba(255,255,255,.08);padding:14px}.chat-message__role{margin:0 0 8px;font-size:.78rem;color:#7deec5;text-transform:None;letter-spacing:.08em}.chat-message__body p{margin:0;line-height:1.5;color:#e4ebf8;text-align:left}.chat-message__body p+p{margin-top:6px}.chat-message__inline-bold{font-weight:700}.chat-message__numbered-role{text-align:left}.chat-message__numbered-role-prefix{font-weight:600;color:#e4ebf8}.chat-message__job-link{border:0;padding:0;margin:0;background:transparent;color:#aef9dc;text-decoration:underline;text-decoration-color:#aef9dc94;text-underline-offset:2px;cursor:pointer;font:inherit;text-align:left;display:inline;vertical-align:baseline;max-width:100%;white-space:normal;word-break:break-word;transition:color .12s ease,text-decoration-color .12s ease}.chat-message__job-link:hover{color:#d4fff0;text-decoration-color:#d4fff0e6}.chat-message--assistant{align-self:flex-start;background:#ffffff08}.chat-message--typing{border-style:dashed;border-color:#a7c0ec4d;background:#ffffff05;opacity:.72;animation:chat-typing-pulse 1.35s ease-in-out infinite}.chat-message__status-line{color:#d2dff8b3;font-weight:400;letter-spacing:.01em}.chat-message--user{align-self:flex-end;background:#00f5a01c;border-color:#00f5a038}.chat-conversation__input{margin-top:auto;padding:10px 18px 16px;border-top:0;background:transparent}.chat-quick-replies{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.chat-quick-replies__btn{border:1px solid rgba(0,245,160,.4);background:#00f5a01a;color:#d6fff0;border-radius:999px;padding:6px 10px;font-size:.74rem;cursor:pointer;transition:border-color .14s ease,background .14s ease}.chat-quick-replies__btn:hover:not(:disabled){border-color:#00f5a0b3;background:#00f5a02e}.chat-quick-replies__btn:disabled{opacity:.6;cursor:not-allowed}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-typing-pulse{0%{opacity:.58}50%{opacity:.9}to{opacity:.58}}@media (max-width: 760px){.chat-panel{height:calc(100dvh - 56px);min-height:calc(100dvh - 56px)}.chat-landing{display:flex;flex-direction:column;max-width:none;width:100%;height:100%;min-height:calc(100dvh - 56px);margin:0;align-self:stretch;justify-content:flex-start;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:16px 12px max(14px,env(safe-area-inset-bottom));animation:none}.chat-landing__title{font-size:1.3rem;line-height:1.25;min-height:2.5em;margin-top:clamp(11vh,16vh,22vh);margin-bottom:1.2em}.prompt-form--landing{order:3;min-height:60px;padding:8px 8px 8px 14px;margin-top:auto;border-radius:999px}.chat-landing .attachment-buttons{order:2;width:min(360px,100%);margin:0 auto;justify-content:center;gap:10px}.chat-landing .attachment-buttons__item{font-size:.8rem;padding:8px 12px;border-color:#92a8cb5c;background:#ffffff05;color:#dbe7fc}.chat-landing .attachment-buttons__item:hover{border-color:#00f5a0a6;background:#00f5a014}.chat-landing .attachment-buttons__item--refresh{margin-left:0;border-color:#ffbf6f99;color:#ffe8c8;background:#342208a8}.chat-landing .attachment-buttons__item--refresh:hover{border-color:#ffbf6fd9;background:#58380ba8}.chat-landing .profile-inline-status{order:2;margin-top:12px;text-align:center}.chat-message{max-width:94%}.chat-conversation{border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;animation:none}.chat-conversation__messages{padding:12px 10px 14px}.chat-conversation__input{padding:8px 10px 12px}}.job-panel{width:0;min-width:0;opacity:0;overflow:hidden;transform:translate(24px);transition:width .32s ease,min-width .32s ease,opacity .28s ease,transform .32s ease}.job-panel--open{width:350px;min-width:350px;opacity:1;transform:translate(0)}.job-panel--open{display:flex;flex-direction:column;height:100%;border-radius:10px;border:1px solid var(--panel-bg-side-border, rgba(100, 120, 155, .14));background:var(--panel-bg-side, rgba(6, 10, 18, .88));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.job-panel--embedded,.job-panel--embedded.job-panel--open{width:100%;min-width:0;opacity:1;transform:none;display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.job-panel--embedded .job-panel__header{padding:14px 14px 10px}.job-panel--embedded .job-panel__list{padding:10px 10px 12px}.job-panel__header{padding:20px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.job-panel__header h2{margin:0;font-size:1.12rem}.job-panel__header-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.job-panel__load-more-btn{border:1px solid rgba(0,245,160,.55);border-radius:999px;background:#00f5a021;color:#d9fff1;font-size:.72rem;font-weight:600;padding:6px 10px;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.job-panel__load-more-btn:hover:not(:disabled){border-color:#00f5a0d9;background:#00f5a038}.job-panel__load-more-btn:disabled{opacity:.55;cursor:not-allowed}.job-panel__header p{margin:6px 0 0;color:var(--text-secondary);font-size:.83rem}.job-panel__tabs{margin-top:10px;display:flex;gap:6px;overflow-x:auto;padding-bottom:2px}.job-panel__tab{display:inline-flex;align-items:center;border:1px solid rgba(146,168,203,.22);border-radius:11px;background:#ffffff08;min-width:0}.job-panel__tab--active{border-color:#00f5a094;background:#00f5a01a}.job-panel__tab-trigger{border:0;background:transparent;color:#d9e4f8;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;min-width:0;cursor:pointer}.job-panel__tab-label{font-size:.72rem;white-space:nowrap}.job-panel__tab-count{min-width:18px;padding:0 5px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#82a0d233;font-size:.66rem}.job-panel__tab-close{border:0;border-left:1px solid rgba(255,255,255,.14);background:transparent;color:#aab9d7;width:22px;height:22px;cursor:pointer;line-height:1}.job-panel__tab-close:hover{color:#d8e5f8}.job-panel__list{padding:14px 12px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(0,245,160,.25) rgba(255,255,255,.04)}.job-panel__list::-webkit-scrollbar{width:6px}.job-panel__list::-webkit-scrollbar-track{background:#ffffff0a;border-radius:6px}.job-panel__list::-webkit-scrollbar-thumb{background:#00f5a038;border-radius:6px}.job-panel__list--refreshing{animation:job-list-refresh .24s ease}.job-panel__empty{margin:10px 4px;font-size:.86rem;color:var(--text-secondary)}.job-panel__bottom-loader{margin-top:4px;padding:6px 2px 2px}.job-panel__bottom-loader-line{display:block;width:100%;height:6px;border-radius:999px;background:linear-gradient(100deg,#ffffff0f 30%,#82a0d26b,#ffffff0f 60%);background-size:220% 100%;animation:job-panel-loading 1.1s ease-in-out infinite}.job-card{border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;padding:12px}.job-card--focus-target{border-color:#00f5a0d9;box-shadow:0 0 0 1px #00f5a059,0 0 20px #00f5a02e;transition:border-color .18s ease,box-shadow .18s ease}.job-card__title{margin:0;font-size:1rem}.job-card__meta{margin:5px 0 0;font-size:.82rem;color:#ced8ed}.job-card__source{margin:7px 0 0;font-size:.74rem;color:#9eb0d6;word-break:break-all}.job-card__apply-btn{display:inline-flex;align-items:center;justify-content:center;min-width:84px;border:0;border-radius:999px;padding:8px 16px;font-size:.82rem;font-weight:600;color:#0a261c;text-decoration:none;background:linear-gradient(135deg,#00f5a0,#69ffc8);transition:transform .12s ease,box-shadow .15s ease}.job-card__apply-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px var(--danger-shadow)}.job-card__actions{margin-top:11px;display:flex;align-items:center;justify-content:space-between;gap:10px}.job-card__bookmark-btn{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:#ffffff0d;color:#d7e3f7;font-size:1.03rem;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .12s ease}.job-card__bookmark-btn:hover{border-color:#00f5a0b3;background:#00f5a029;transform:translateY(-1px)}.job-card__bookmark-btn--active{border-color:#00f5a0e0;background:#00f5a040;color:#d4fff1}.job-card__bookmark-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.job-card--loading{position:relative;overflow:hidden}.job-card--loading:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#ffffff05 30%,#82a0d22e,#ffffff05 60%);background-size:220% 100%;animation:job-panel-loading 1.2s ease-in-out infinite;pointer-events:none}.job-card__loading-bar{position:relative;z-index:1;border-radius:999px;background:#a8bdde2e}.job-card__loading-bar--title{width:72%;height:18px}.job-card__loading-bar--meta{width:58%;height:13px;margin-top:10px}.job-card__loading-bar--cta{width:92px;height:34px;margin-top:14px}@keyframes job-list-refresh{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes job-panel-loading{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width: 1220px){.job-panel--open{width:320px;min-width:320px}}@media (max-width: 1024px){.job-panel{position:absolute;right:0;top:0;bottom:0;z-index:6;transform:translate(120%)}.job-panel--open{width:min(92vw,340px);min-width:min(92vw,340px);transform:translate(0)}.job-panel--embedded,.job-panel--embedded.job-panel--open{position:relative;right:auto;top:auto;bottom:auto;z-index:auto;width:100%;min-width:0;transform:none}}@media (max-width: 760px){.job-panel--embedded .job-panel__tabs{gap:4px}.job-panel--embedded .job-panel__tab-trigger{gap:5px;padding:5px 7px}.job-panel--embedded .job-panel__tab-label{font-size:.68rem}.job-panel--embedded .job-panel__tab-count{min-width:16px;height:16px;font-size:.6rem;padding:0 4px}}.attachment-buttons__item{display:inline-flex;align-items:center;gap:10px}.attachment-buttons__item:disabled{opacity:.55;cursor:not-allowed}.attachment-buttons__item--saved{border-color:#00f5a0d9;background:#00f5a02e}.attachment-buttons__item--refresh{border-color:#ffbf6f99;color:#ffe8c8;background:#342208a8}.attachment-buttons__item--refresh:hover{border-color:#ffbf6fd9;background:#58380ba8}.attachment-buttons__meta{font-size:.72rem;color:#97e9c9;opacity:.95}.profile-inline-status{margin:12px 0 0;font-size:.82rem;color:#9db6d9}.profile-inline-status--success{color:#7decbe}.profile-inline-status--error{color:#ff9e9e}.profile-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:58;display:flex;justify-content:flex-end}.profile-panel-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#0207109e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-panel{position:relative;z-index:1;width:min(430px,96vw);height:100%;background:#070d17f5;border-left:1px solid rgba(130,165,210,.24);box-shadow:-24px 0 48px #00000059;padding:14px;display:flex;flex-direction:column;gap:10px;overflow:auto}.profile-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(130,165,210,.24);border-radius:12px;background:#ffffff08;padding:10px}.profile-panel__header-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.profile-panel__avatar{width:40px;height:40px;border-radius:12px;border:1px solid rgba(0,245,160,.45);background:#00f5a024;color:#d5fff0;font-weight:700;display:grid;place-items:center;flex-shrink:0}.profile-panel__name{margin:0;font-size:1rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-panel__email{margin:2px 0 0;font-size:.78rem;color:#9eb0d1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-panel__close-btn{width:30px;height:30px;border-radius:9px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#e4ebf8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.profile-panel__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-panel__chip{border-radius:999px;border:1px solid rgba(255,185,122,.45);background:#ffb97a1a;color:#ffe6c5;font-size:.72rem;padding:5px 10px}.profile-panel__chip--good{border-color:#00f5a080;background:#00f5a01f;color:#cbffe9}.profile-panel__refresh-btn{border-radius:999px;border:1px solid rgba(0,245,160,.45);background:#00f5a01a;color:#d8fff1;font-size:.74rem;padding:5px 11px;cursor:pointer}.profile-panel__refresh-btn:disabled{opacity:.65;cursor:not-allowed}.profile-panel__error{margin:0;border-radius:10px;border:1px solid rgba(255,150,150,.38);background:#441212a8;color:#ffdede;font-size:.78rem;padding:8px 10px}.profile-panel__success{margin:0;border-radius:10px;border:1px solid rgba(0,245,160,.36);background:#07261dad;color:#d8fff0;font-size:.78rem;padding:8px 10px}.profile-panel__body{display:flex;flex-direction:column;gap:10px;padding-bottom:18px}.profile-panel__card{border-radius:12px;border:1px solid rgba(130,165,210,.22);background:#ffffff06;padding:11px}.profile-panel__card h3{margin:0 0 8px;font-size:.92rem;color:#def0ff}.profile-panel__card p{margin:0;color:#d0dcf2;font-size:.8rem;line-height:1.45}.profile-panel__card p+p{margin-top:6px}.profile-panel__card p svg{margin-right:6px;vertical-align:text-bottom}.profile-panel__skills{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.profile-panel__skill-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid rgba(0,245,160,.45);background:#00f5a01f;color:#ddfff2;font-size:.74rem;padding:5px 9px}.profile-panel__chip-remove{border:0;background:transparent;color:inherit;font-size:.85rem;cursor:pointer;line-height:1;padding:0}.profile-panel__inline-form{margin-top:8px}.profile-panel__inline-form label{display:block;margin:0 0 6px;color:#b4c7e5;font-size:.76rem}.profile-panel__inline-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.profile-panel__input-wrap{min-height:38px;border-radius:11px;border:1px solid rgba(146,168,203,.34);background:#ffffff08;display:inline-flex;align-items:center;gap:7px;padding:0 10px}.profile-panel__input-wrap svg{color:#a7b8d8}.profile-panel__input-wrap input,.profile-panel__field-grid input,.profile-panel__field-grid select{width:100%;border:0;outline:none;background:transparent;color:#eaf3ff;font-size:.82rem}.profile-panel__inline-row button,.profile-panel__save-btn{border-radius:10px;border:1px solid rgba(0,245,160,.44);background:#00f5a01a;color:#d7fff0;font-size:.76rem;min-height:36px;padding:0 11px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.profile-panel__inline-row button:disabled,.profile-panel__save-btn:disabled{opacity:.66;cursor:not-allowed}.profile-panel__save-btn{margin-top:9px}.profile-panel__field-grid{display:grid;gap:8px}.profile-panel__field-grid label{display:grid;gap:4px;color:#b4c7e5;font-size:.76rem}.profile-panel__field-grid--package{margin-top:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-panel__field-grid input,.profile-panel__field-grid select{min-height:36px;border-radius:10px;border:1px solid rgba(146,168,203,.34);background:#ffffff08;padding:0 9px}.profile-panel__integrations{display:flex;flex-wrap:wrap;gap:7px}.profile-panel__integration{border-radius:999px;border:1px solid rgba(146,168,203,.32);background:#ffffff08;color:#b6c8e5;font-size:.72rem;padding:5px 10px}.profile-panel__card--logout p{color:#b8c9e4}.profile-panel__logout-btn{margin-top:10px;border-radius:10px;border:1px solid rgba(255,130,130,.44);background:#801a1a47;color:#ffd7d7;font-size:.8rem;min-height:36px;padding:0 14px;cursor:pointer;transition:background .16s ease,border-color .16s ease}.profile-panel__logout-btn:hover{background:#9c262661;border-color:#ff96969e}.structured-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#02060fb3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:50;padding:18px}.structured-modal__panel{width:min(700px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:18px;border:1px solid rgba(0,245,160,.28);background:#09101df0;box-shadow:0 24px 50px #0006;padding:18px}.structured-modal__header{display:flex;align-items:center;justify-content:space-between;gap:14px}.structured-modal__title{margin:0;font-size:1.2rem}.structured-modal__close{width:30px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#e8f0ff;cursor:pointer}.structured-modal__subtitle{margin:8px 0 0;font-size:.86rem;color:#96a7c7}.structured-modal__body{margin-top:16px;display:flex;flex-direction:column;gap:14px}.structured-modal__footer{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.structured-modal__btn{border-radius:10px;border:1px solid transparent;padding:10px 14px;cursor:pointer;font-weight:600}.structured-modal__btn:disabled{opacity:.55;cursor:not-allowed}.structured-modal__btn--ghost{background:#ffffff0d;border-color:#ffffff24;color:#dce7f8}.structured-modal__btn--primary{background:linear-gradient(135deg,#00f5a0,#77ffd1);color:#062119}.structured-modal__error{margin:0;font-size:.82rem;color:#ff9b9b}.structured-modal__warning{margin:0;font-size:.9rem;line-height:1.5;color:#d8e6ff}.resume-dropzone{position:relative;border:1px dashed rgba(0,245,160,.52);border-radius:12px;min-height:120px;padding:12px;display:grid;place-items:center;background:#0a1624a8}.resume-dropzone--active{border-color:#00f5a0;background:#00f5a01c}.resume-dropzone__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0}.resume-dropzone__text{margin:0;text-align:center;color:#c6d6ee}.resume-file-name{margin:0;font-size:.84rem;color:#9edfc6}.resume-progress{width:100%;border-radius:999px;border:1px solid rgba(255,255,255,.16);overflow:hidden;height:14px;position:relative}.resume-progress__bar{height:100%;background:linear-gradient(120deg,#00f5a0,#6cffcf);transition:width .14s ease}.resume-progress__label{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:.67rem;font-weight:700;color:#07231a}.skills-search-input,.skills-custom-row__input,.experience-select,.package-field input,.package-field select{width:100%;border:1px solid rgba(255,255,255,.17);border-radius:10px;background:#ffffff0a;color:#edf4ff;padding:10px}.skills-category-list{max-height:280px;overflow:auto;padding-right:4px}.skills-category+.skills-category{margin-top:12px}.skills-category__title{margin:0 0 8px;font-size:.8rem;color:#95aacf}.skills-category__chips{display:flex;flex-wrap:wrap;gap:8px}.skills-chip{border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff0a;color:#dfe8fa;padding:7px 12px;cursor:pointer}.skills-chip--selected{border-color:#00f5a0bd;background:#00f5a026;color:#defff3}.skills-custom-row{display:grid;grid-template-columns:1fr auto;gap:8px}.skills-custom-row__btn{border-radius:10px;border:1px solid rgba(0,245,160,.55);background:#00f5a024;color:#dffff4;padding:0 14px;cursor:pointer}.skills-selected{display:flex;flex-wrap:wrap;gap:8px}.skills-selected__item{border:1px solid rgba(0,245,160,.55);border-radius:999px;background:#00f5a02e;color:#d9fff0;padding:6px 10px;font-size:.78rem;cursor:pointer}.package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.package-field{display:grid;gap:6px}.package-field span{font-size:.8rem;color:#9cb0d3}.package-slider p{margin:0 0 8px;color:#cae0ff}.package-slider input[type=range]{width:100%}@media (max-width: 760px){.profile-panel{width:100%;border-left:0;box-shadow:none}.profile-panel__field-grid--package,.package-grid{grid-template-columns:1fr}}.responsive-layout{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;min-height:0}.responsive-layout>.app-shell{flex:1;min-height:0}.layout-chat-panel{flex:1;min-width:0;min-height:0;display:flex}.layout-results-panel{min-height:0;display:flex}.tablet-results-overlay__content .layout-results-panel,.bottom-sheet__body .layout-results-panel{flex:1;min-height:0}.mobile-navbar{position:fixed;inset:0 0 auto 0;height:56px;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid rgba(146,168,203,.2);background:#050a12eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-navbar__icon-btn{width:36px;height:36px;border:1px solid rgba(0,245,160,.38);border-radius:10px;background:#00f5a014;color:#d9fff0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-navbar__icon-btn svg{width:1rem;height:1rem}.mobile-navbar__title{margin:0;font-size:1rem;font-weight:600;letter-spacing:.01em;text-align:center;flex:1;color:#00f5a0}.mobile-navbar__results-btn{min-height:36px;border:1px solid rgba(0,245,160,.48);border-radius:999px;background:#00f5a01a;color:#d5ffef;display:inline-flex;align-items:center;gap:6px;padding:0 10px;font-size:.74rem;cursor:pointer}.mobile-navbar__results-btn--pulse{animation:mobile-results-pulse 1.2s ease-in-out infinite}.mobile-navbar__results-btn svg{width:.88rem;height:.88rem}.mobile-navbar__results-count{min-width:18px;height:18px;border-radius:999px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;font-size:.67rem;color:#042518;background:linear-gradient(135deg,#00f5a0,#7effd7)}.mobile-navbar__results-placeholder{width:36px;height:36px}.mobile-navbar__brand-logo{width:64px;height:30px;object-fit:contain;object-position:right center;display:block}.mobile-navbar__auth-actions{display:inline-flex;align-items:center;gap:6px}.mobile-navbar__auth-btn{min-height:30px;border-radius:999px;border:1px solid transparent;padding:0 10px;font-size:.68rem;font-weight:600;cursor:pointer}.mobile-navbar__auth-btn--login{border-color:#ffffff38;background:#080c14e0;color:#f1f7ff}.mobile-navbar__auth-btn--signup{border-color:#fff3;background:var(--neon);color:#0b1321}.mobile-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:44;background:#02081099;opacity:0;pointer-events:none;transition:opacity .22s ease}.mobile-sidebar-overlay--open{opacity:1;pointer-events:auto}.mobile-sidebar-drawer{position:fixed;left:0;top:0;bottom:0;width:min(82vw,340px);z-index:45;transform:translate(-104%);transition:transform .26s ease}.mobile-sidebar-drawer--open{transform:translate(0)}.results-fab{position:fixed;z-index:36;border:0;border-radius:999px;padding:10px 14px;font-size:.82rem;font-weight:600;color:#042518;background:linear-gradient(130deg,#00f5a0,#7dffd7);box-shadow:0 12px 30px #00f5a042;cursor:pointer}.results-fab--tablet{right:18px;bottom:18px}.tablet-results-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;pointer-events:none}.tablet-results-overlay--open{pointer-events:auto}.tablet-results-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:#0208108f;opacity:0;transition:opacity .22s ease}.tablet-results-overlay--open .tablet-results-overlay__backdrop{opacity:1}.tablet-results-overlay__panel{position:absolute;right:0;top:0;bottom:0;width:min(92vw,420px);background:var(--panel-bg-side, rgba(6, 10, 18, .94));border-left:1px solid var(--panel-bg-side-border, rgba(100, 120, 155, .2));transform:translate(104%);transition:transform .26s ease;display:flex;flex-direction:column;min-height:0}.tablet-results-overlay--open .tablet-results-overlay__panel{transform:translate(0)}.tablet-results-overlay__header{min-height:52px;padding:10px 12px;border-bottom:1px solid rgba(146,168,203,.2);display:flex;align-items:center;justify-content:space-between}.tablet-results-overlay__header h2{margin:0;font-size:.94rem}.tablet-results-overlay__close-btn{width:30px;height:30px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:#ffffff0d;color:#e4ebf8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tablet-results-overlay__content{min-height:0;flex:1;display:flex}.bottom-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:46;pointer-events:none}.bottom-sheet--open{pointer-events:auto}.bottom-sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:#02081094;opacity:0;transition:opacity .22s ease}.bottom-sheet--open .bottom-sheet__backdrop{opacity:1}.bottom-sheet__panel{position:absolute;left:0;right:0;bottom:0;max-height:min(88vh,760px);min-height:42vh;border-radius:16px 16px 0 0;border-top:1px solid rgba(146,168,203,.25);background:#060a12f5;transform:translateY(104%);transition:transform .26s ease;display:flex;flex-direction:column;min-height:0}.bottom-sheet--open .bottom-sheet__panel{transform:translateY(0)}.bottom-sheet__handle{width:42px;height:4px;border-radius:999px;background:#d6e1f659;margin:8px auto 4px}.bottom-sheet__header{min-height:44px;padding:0 12px 8px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(146,168,203,.2)}.bottom-sheet__header h2{margin:0;font-size:.92rem}.bottom-sheet__close-btn{width:30px;height:30px;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:#ffffff0d;color:#e4ebf8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.bottom-sheet__body{flex:1;min-height:0;display:flex}@keyframes mobile-results-pulse{0%{box-shadow:0 0 #00f5a02e;border-color:#00f5a073}50%{box-shadow:0 0 0 8px #00f5a005;border-color:#00f5a0d9}to{box-shadow:0 0 #00f5a02e;border-color:#00f5a073}}@media (max-width: 1024px){.app-shell--tablet{gap:6px;padding:6px}.app-shell--tablet .layout-chat-panel{flex:1;min-width:0}}@media (max-width: 767px){.app-shell--mobile{gap:0;padding:56px 0 0}.app-shell--mobile .layout-chat-panel{width:100%}.app-toast{top:66px;right:10px;left:10px;width:auto}}.auth-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;min-height:100vh;width:100%;display:grid;place-items:center;padding:20px;overflow-y:auto;background:#02081080;-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px);color:#eef5ff}.auth-shell{width:min(420px,100%)}.auth-card{display:block;border:1px solid rgba(130,165,210,.2);border-radius:18px;overflow:hidden;background:#08101cf0;box-shadow:0 20px 65px #00000061}.auth-card__left{padding:22px 20px}.auth-brand{margin:0;font-size:.78rem;letter-spacing:.06em;color:#d5e9ffb8}.auth-top-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.auth-close-btn{border:1px solid rgba(146,168,203,.34);border-radius:999px;background:#ffffff0a;color:#d9e7fe;min-height:30px;padding:0 10px;font-size:.72rem;cursor:pointer}.auth-title{margin:10px 0 18px;font-size:clamp(1.7rem,2.4vw,2.2rem);letter-spacing:-.01em}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field span{font-size:.82rem;color:#d7e4fad9}.auth-input-wrap{min-height:46px;border-radius:999px;border:1px solid rgba(146,168,203,.36);background:#ffffff08;display:flex;align-items:center;gap:8px;padding:0 14px;transition:border-color .16s ease,box-shadow .16s ease}.auth-input-wrap:focus-within{border-color:#00f5a09e;box-shadow:0 0 0 2px #00f5a01f}.auth-input-wrap svg{color:#aec0dbd6}.auth-input-wrap input{flex:1;border:0;outline:none;background:transparent;color:#f2f7ff;font-size:.95rem}.auth-input-wrap input:-webkit-autofill,.auth-input-wrap input:-webkit-autofill:hover,.auth-input-wrap input:-webkit-autofill:focus,.auth-input-wrap input:-webkit-autofill:active{-webkit-text-fill-color:#f2f7ff;transition:background-color 99999s ease-in-out 0s;box-shadow:0 0 0 1000px #08101cf5 inset;caret-color:#f2f7ff}.auth-input-wrap input::placeholder{color:#aabad4b3}.auth-eye-btn{border:0;background:transparent;color:#aabad4d9;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.auth-link-btn{border:0;background:transparent;color:#7deec5;cursor:pointer;padding:0;font-size:.86rem}.auth-link-btn--right{align-self:flex-end;margin-top:-2px}.auth-submit-btn{border:0;border-radius:999px;min-height:44px;padding:0 18px;background:linear-gradient(125deg,#00f5a0,#75ffd4);color:#03281a;font-size:.95rem;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .16s ease,opacity .16s ease}.auth-submit-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #00f5a03d}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-divider{margin:16px 0 10px;text-align:center;color:#aabad4ad;font-size:.8rem;text-transform:lowercase}.auth-google-row{min-height:40px;display:flex;flex-direction:column;gap:8px}.auth-google-btn{width:100%;border-radius:999px;border:1px solid rgba(130,165,210,.34);background:#ffffff0d;color:#dce8fcf2;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .14s ease}.auth-google-btn svg{width:1.05rem;height:1.05rem}.auth-google-btn:hover:not(:disabled){border-color:#00f5a085;background:#00f5a014;transform:translateY(-1px)}.auth-google-btn:disabled{opacity:.72;cursor:not-allowed}.auth-google-hint{margin:0;font-size:.76rem;color:#b8cbe6b8;text-align:center}.auth-toggle{margin:14px 0 0;font-size:.86rem;color:#d0ddf3d6}.auth-feedback{margin:0 0 10px;padding:9px 11px;border-radius:12px;font-size:.82rem}.auth-feedback--error{color:#ffdede;border:1px solid rgba(255,140,140,.42);background:#3c1212a6}.auth-feedback--success{color:#defeed;border:1px solid rgba(0,245,160,.35);background:#08231bb3}.auth-otp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#03070eb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px}.auth-otp-modal{width:min(420px,100%);border-radius:18px;border:1px solid rgba(130,165,210,.22);background:#09101bf2;box-shadow:0 24px 55px #00000073;padding:18px;display:flex;flex-direction:column;gap:10px}.auth-otp-modal h2{margin:0;font-size:1.25rem}.auth-otp-modal p{margin:0;color:#ccdcf6e0;line-height:1.45;font-size:.9rem}.auth-otp-input{margin-top:6px;min-height:48px;border-radius:12px;border:1px solid rgba(146,168,203,.35);background:#ffffff08;color:#ecf6ff;font-size:1.35rem;letter-spacing:.48em;text-align:center;outline:none}.auth-otp-input:focus{border-color:#00f5a09e;box-shadow:0 0 0 2px #00f5a01f}.auth-otp-reset-fields{display:flex;flex-direction:column;gap:10px;margin-top:4px}.auth-otp-actions{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:10px}@media (max-width: 900px){.auth-shell{width:min(420px,100%)}}@media (max-width: 640px){.auth-page{padding:12px}.auth-card{border-radius:18px}.auth-card__left{padding:22px 16px}.auth-title{font-size:1.5rem;margin-bottom:14px}.auth-field span{font-size:.79rem}.auth-input-wrap{min-height:44px}.auth-submit-btn{min-height:42px}}.guest-login-prompt{position:fixed;top:0;right:0;bottom:0;left:0;z-index:72;display:grid;place-items:center;padding:16px}.guest-login-prompt__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#020810a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.guest-login-prompt__panel{position:relative;z-index:1;width:min(420px,100%);border-radius:16px;border:1px solid rgba(130,165,210,.28);background:#08101bf5;box-shadow:0 24px 50px #00000073;padding:18px}.guest-login-prompt__panel h2{margin:0;font-size:1.2rem;color:#ecf5ff}.guest-login-prompt__panel p{margin:10px 0 0;font-size:.9rem;line-height:1.45;color:#d0def2}.guest-login-prompt__hint{color:#8db4ff;font-size:.8rem}.guest-login-prompt__actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.guest-login-prompt__btn{border-radius:999px;min-height:36px;border:1px solid transparent;padding:0 12px;font-size:.78rem;font-weight:600;cursor:pointer}.guest-login-prompt__btn--login{background:#080c14eb;border-color:#ffffff38;color:#f1f7ff}.guest-login-prompt__btn--signup{background:#ffffffe6;border-color:#fff3;color:#0b1321}.guest-login-prompt__btn--guest{background:#00f5a01a;border-color:#00f5a073;color:#d7fff0}.limit-exceeded-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:75;display:grid;place-items:center;padding:16px}.limit-exceeded-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;margin:0;padding:0;background:#020810a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.limit-exceeded-modal__panel{position:relative;z-index:1;width:min(440px,100%);border-radius:16px;border:1px solid rgba(130,165,210,.28);background:#08101bf5;box-shadow:0 24px 50px #00000073;padding:18px}.limit-exceeded-modal__panel h2{margin:0;font-size:1.18rem;color:#ecf5ff}.limit-exceeded-modal__panel p{margin:10px 0 0;font-size:.9rem;line-height:1.45;color:#d0def2}.limit-exceeded-modal__hint{color:#8db4ff;font-size:.82rem}.limit-exceeded-modal__actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.limit-exceeded-modal__btn{border-radius:999px;min-height:36px;border:1px solid transparent;padding:0 14px;font-size:.8rem;font-weight:600;cursor:pointer}.limit-exceeded-modal__btn--ghost{background:#080c14eb;border-color:#ffffff38;color:#f1f7ff}.limit-exceeded-modal__btn--login{background:#ffffffeb;border-color:#ffffff47;color:#0b1321}
