:root{font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20231f;background:#f6f6f2;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #20231f;--muted: #7a7d75;--line: #e4e5df;--panel: #eeeee9;--paper: #fbfbf8;--lime: #c7e856;--green: #315d49}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}button,textarea,input{font:inherit}button{color:inherit}.auth-loading{min-height:100vh;display:grid;place-items:center;background:var(--paper);font-size:14px;font-weight:800;letter-spacing:.2em}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,46%) 1fr;background:var(--paper)}.login-card{width:min(420px,calc(100% - 64px));margin:auto;padding:48px 0}.login-brand{padding:0 0 64px}.login-kicker{margin:0 0 14px;color:#7a8d58;font-size:10px;font-weight:800;letter-spacing:.18em}.google-login{height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #dcded6;border-radius:11px;background:#fff;color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}.google-login:hover{border-color:#bfc3b8}.google-login:disabled{color:#9a9d95;cursor:not-allowed}.google-login span{color:#4285f4;font-size:15px;font-weight:800}.login-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#a0a39b;font-size:9px}.login-divider:before,.login-divider:after{height:1px;flex:1;background:#e4e5df;content:""}.login-form{display:grid;gap:15px}.login-form label{display:grid;gap:7px;color:#666a61;font-size:10px;font-weight:700}.login-form input{width:100%;height:46px;padding:0 13px;border:1px solid #dcded6;border-radius:10px;outline:0;background:#fff;color:var(--ink)}.login-form input:focus{border-color:#aeb99a;box-shadow:0 0 0 3px #9db46d1f}.login-form button{height:48px;margin-top:3px;border:0;border-radius:10px;background:var(--ink);color:#fff;cursor:pointer;font-size:12px;font-weight:800}.login-error{margin:0;color:#a54b3e;font-size:10px}.login-visual{margin:18px;display:flex;align-items:flex-end;padding:clamp(32px,5vw,80px);border-radius:24px;background:#283029;color:#f4f5ef;overflow:hidden}.login-visual div{position:relative;z-index:1}.login-visual span{display:block;margin-bottom:18px;color:var(--lime);font-size:10px;font-weight:800;letter-spacing:.2em}.login-visual strong{font-size:clamp(28px,3vw,48px);font-weight:520;line-height:1.12;letter-spacing:-.04em}.app-shell{height:100vh;overflow:hidden;display:grid;grid-template-columns:276px minmax(0,1fr);background:var(--paper)}.sidebar{position:relative;z-index:20;height:100vh;padding:28px 20px 20px;display:flex;flex-direction:column;background:#e9eae4;border-right:1px solid #dedfd8}.sidebar-toggle{position:absolute;top:30px;right:-13px;z-index:1;width:26px;height:26px;display:grid;place-items:center;border:1px solid #d5d7cf;border-radius:50%;background:#fafbf7;color:#73776d;cursor:pointer;font-size:18px;line-height:1;box-shadow:0 3px 10px #1e221b14}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.brand-mark,.welcome-mark,.message-avatar{display:grid;place-items:center;color:#f8f8f4;background:var(--ink);font-weight:800}.brand-mark{width:40px;height:40px;background:url(/axel-logo-transparent-v2.png) center / contain no-repeat}.brand div:last-child{display:flex;flex-direction:column;gap:2px}.brand strong{font-size:16px;letter-spacing:.12em}.brand span{color:var(--muted);font-size:11px}.new-chat{width:100%;height:46px;display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #252824;border-radius:10px;background:#252824;color:#f6f7f1;cursor:pointer;font-size:13px;font-weight:700;box-shadow:0 5px 14px #20231f1a;transition:transform .18s,background .18s}.new-chat:hover{background:#343831;transform:translateY(-1px)}.new-chat>span:first-child{font-size:19px;font-weight:300}kbd{padding:2px 5px;border:1px solid #d5d6cf;border-radius:5px;background:#f7f7f3;color:#74776f;font:10px/1.2 inherit}.history{min-height:0;margin-top:30px;overflow-y:auto}.history-heading{height:28px;margin:0 10px 6px;display:flex;align-items:center;justify-content:space-between;color:#8b8e86;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.history-heading span:last-child{min-width:20px;padding:3px 6px;border-radius:999px;background:#ffffff85;color:#858980;font-size:8px;letter-spacing:0;text-align:center}.history-row{position:relative;margin:2px 0}.history-open{position:relative;width:100%;height:40px;display:flex;align-items:center;padding:0 60px 0 12px;border:0;border-radius:10px;background:transparent;cursor:pointer;color:#62665e;font-size:11px;font-weight:520;text-align:left}.history-open:hover{background:#ffffff73;color:var(--ink)}.history-open.active{background:#ffffffb8;color:var(--ink);box-shadow:inset 0 0 0 1px #d5d8cdb3}.history-open.active:before{position:absolute;top:13px;left:4px;width:2px;height:14px;border-radius:2px;background:#8ca454;content:""}.history-open>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.history-pin,.history-delete{position:absolute;top:8px;width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#979b91;cursor:pointer;opacity:0}.history-pin{right:30px}.history-delete{right:5px}.history-pin svg,.history-delete svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.history-row:hover .history-pin,.history-row:hover .history-delete,.history-pin:focus-visible,.history-delete:focus-visible,.history-pin.pinned{opacity:1}.history-pin:hover,.history-pin.pinned{background:#e8eddc;color:#708247}.history-delete:hover{background:#f1dfdc;color:#9e493e}.history-delete:disabled{cursor:default;opacity:0}.history-empty{display:block;padding:8px 10px;color:#a0a39b;font-size:10px;line-height:1.5}.sidebar-footer{margin-top:auto;display:flex;align-items:center;gap:10px;padding:16px 8px 4px;border-top:1px solid #d8dad2}.team-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#d6ddc6;color:#4e6338;font-size:10px;font-weight:800}.sidebar-footer>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar-footer strong{overflow:hidden;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.sidebar-footer span{color:var(--muted);font-size:9px}.sidebar-footer button{margin-left:auto;border:0;background:none;cursor:pointer;color:#83867f}.main-panel{position:relative;min-width:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;background:var(--paper)}.topbar{height:70px;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;padding:0 38px;border-bottom:1px solid #e9eae5}.status-pill{display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #e1e3dc;border-radius:999px;background:#f7f8f4;color:#676a63;font-size:9px;font-weight:700;letter-spacing:.04em}.status-dot{width:6px;height:6px;border-radius:50%;background:#78a148;box-shadow:0 0 0 3px #78a14821}.conversation{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:56px 48px 208px}.welcome{width:min(760px,100%);margin:4vh auto 0}.welcome-mark{position:relative;width:48px;height:48px;margin-bottom:24px;border-radius:14px 14px 14px 4px;overflow:hidden}.welcome-mark span{position:absolute;left:13px;width:22px;height:2px;background:var(--lime);transform-origin:left center}.welcome-mark span:nth-child(1){top:15px;transform:rotate(0)}.welcome-mark span:nth-child(2){top:23px;width:16px;transform:rotate(0)}.welcome-mark span:nth-child(3){top:31px;width:9px;transform:rotate(0)}.welcome-kicker{margin:0 0 12px;color:#7a8d58;font-size:10px;font-weight:800;letter-spacing:.2em}.welcome-copy{margin:24px 0 36px;color:#74776f;font-size:13px;line-height:1.75}.suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.suggestions button{min-height:136px;padding:18px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #e3e4de;border-radius:14px;background:#f8f8f5;cursor:pointer;text-align:left;transition:transform .2s,border-color .2s,box-shadow .2s}.suggestions button:hover{transform:translateY(-2px);border-color:#cfd2c7;box-shadow:0 12px 30px #2a302512}.suggestion-index{display:grid;place-items:center;width:24px;height:24px;margin-bottom:20px;border-radius:7px;font-size:9px;font-weight:800}.color-0{background:#e7efd0;color:#5f7439}.color-1{background:#dde9e4;color:#45675a}.color-2{background:#ebe5d8;color:#75664d}.suggestions button>span:nth-child(2){display:flex;flex-direction:column;gap:7px}.suggestions em{color:#92958d;font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.suggestions strong{max-width:170px;font-size:11px;line-height:1.45}.suggestions i{margin:auto 0 0 auto;color:#9c9f97;font-size:13px;font-style:normal}.message-list{width:min(780px,100%);margin:0 auto}.message{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;padding:26px 0;border-bottom:1px solid #ecece7}.message-avatar{width:32px;height:32px;border-radius:9px 9px 9px 3px;font-size:11px}.message.user .message-avatar{border-radius:50%;background:#dfe3d5;color:#5d6355}.message-body{min-width:0}.message-meta{display:flex;align-items:baseline;gap:8px;margin:0 0 12px}.message-meta strong{font-size:11px;letter-spacing:.02em}.message-meta span{color:#a0a29b;font-size:9px}.message-body p{margin:0 0 12px;font-size:13px;line-height:1.85}.message-body h1,.message-body h2,.message-body h3{margin:20px 0 8px;font-size:14px}.message-body ul,.message-body ol{padding-left:20px;font-size:13px;line-height:1.8}.message-body code{padding:2px 5px;border-radius:4px;background:#eff0ea;font-size:11px}.message-body pre{padding:14px;overflow-x:auto;border-radius:10px;background:#252824;color:#edf0e7}.message-body pre code{padding:0;background:none;color:inherit}.message-body table{width:100%;margin:18px 0;border-spacing:0;border:1px solid #dfe1da;border-radius:10px;overflow:hidden;font-size:11px;line-height:1.55}.message-body th,.message-body td{padding:10px 12px;border-right:1px solid #e3e5de;border-bottom:1px solid #e3e5de;text-align:left;vertical-align:top}.message-body th{background:#eff1e9;color:#4d5348;font-size:9px;letter-spacing:.04em;white-space:nowrap}.message-body tr:last-child td{border-bottom:0}.message-body th:last-child,.message-body td:last-child{border-right:0}.message-body tbody tr:nth-child(2n){background:#fafaf7}.message.error .message-body>p{color:#a54b3e}.sources{margin-top:18px;padding:14px;border:1px solid #e4e5df;border-radius:12px;background:#f8f8f5}.sources>span{display:block;margin-bottom:9px;color:#90938b;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.sources>div{display:flex;flex-wrap:wrap;gap:7px}.source-chip{display:inline-block;max-width:100%;padding:7px 9px;overflow:hidden;border:1px solid #dde0d7;border-radius:7px;background:#fff;color:#596052;font:inherit;font-size:10px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.source-chip:hover{border-color:#aeb99b;background:#f7f9f2}.source-chip span{margin-right:5px;color:#7c9651}.insufficient{display:inline-block;padding:7px 9px;border-radius:7px;background:#f5eadf;color:#805e44;font-size:10px!important}.document-overlay{position:fixed;inset:0;z-index:40;background:#1f221d47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.document-viewer{position:absolute;inset:0 0 0 auto;width:min(680px,92vw);display:flex;flex-direction:column;background:var(--paper);box-shadow:-22px 0 60px #1c201926}.document-viewer>header{min-height:78px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-bottom:1px solid #e2e4dc}.document-viewer>header>div{min-width:0;display:flex;flex-direction:column;gap:5px}.document-viewer>header span{color:#899079;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.document-viewer>header strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.document-viewer>header button{width:32px;height:32px;flex:0 0 auto;border:1px solid #dddeda;border-radius:9px;background:#fff;color:#60645b;cursor:pointer;font-size:20px}.document-meta{flex:0 0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:14px 24px;border-bottom:1px solid #e7e8e2}.document-meta span{padding:5px 7px;border-radius:6px;background:#e9ede1;color:#657052;font-size:9px}.document-meta a{margin-left:auto;color:#657c42;font-size:10px;font-weight:700;text-decoration:none}.document-content{min-height:0;padding:28px 32px 60px;overflow-y:auto;color:#393d36;font-size:13px;line-height:1.8}.document-content h1,.document-content h2,.document-content h3{margin:28px 0 10px;color:var(--ink);line-height:1.4}.document-content h1{margin-top:0;font-size:22px}.document-content h2{font-size:17px}.document-content h3{font-size:14px}.document-content pre{padding:16px;overflow-x:auto;border-radius:10px;background:#252824;color:#edf0e7}.document-content code{padding:2px 5px;border-radius:4px;background:#eceee7;font-size:11px}.document-content pre code{padding:0;background:none;color:inherit}.document-content table{width:100%;border-collapse:collapse;font-size:11px}.document-content th,.document-content td{padding:9px;border:1px solid #dfe1da;text-align:left;vertical-align:top}.document-content img{max-width:100%}.document-state{padding:40px 24px;color:#858981;font-size:12px}.document-state.error{color:#a54b3e}.thinking{display:flex;gap:4px;padding:6px 0}.thinking span{width:5px;height:5px;border-radius:50%;background:#969a91;animation:pulse 1.2s infinite ease-in-out}.thinking span:nth-child(2){animation-delay:.15s}.thinking span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,70%,to{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.composer-wrap{position:absolute;left:0;right:0;bottom:0;z-index:10;padding:26px 48px 18px;background:linear-gradient(0deg,var(--paper) 72%,rgba(251,251,248,0))}.composer{width:min(780px,100%);min-height:100px;margin:0 auto;padding:16px 16px 12px 18px;border:1px solid #dfe1d9;border-radius:16px;background:#fff;box-shadow:0 16px 50px #262b2317;transition:border-color .2s,box-shadow .2s}.composer:focus-within{border-color:#b9c2a6;box-shadow:0 18px 55px #262b231f,0 0 0 3px #9db46d1a}.composer textarea{width:100%;min-height:38px;max-height:130px;resize:none;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px;line-height:1.5}.composer textarea::placeholder{color:#a7aaa2}.composer-bottom{display:flex;align-items:center;justify-content:space-between}.composer-bottom>span{color:#a0a39b;font-size:9px}.composer-bottom button{width:32px;height:32px;border:0;border-radius:9px;background:var(--ink);color:#fff;cursor:pointer;font-size:17px;transition:transform .2s,opacity .2s}.composer-bottom button:hover:not(:disabled){transform:translateY(-1px)}.composer-bottom button:disabled{opacity:.25;cursor:default}.disclaimer{margin:10px auto 0;color:#a2a59d;font-size:9px;text-align:center}.mobile-menu,.sidebar-scrim{display:none}@media(min-width:821px){.app-shell{transition:grid-template-columns .2s ease}.app-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{transition:padding .2s ease}.sidebar.collapsed{padding-inline:12px}.sidebar.collapsed .brand{justify-content:center;padding-inline:0}.sidebar.collapsed .brand>div:last-child,.sidebar.collapsed .new-chat-label,.sidebar.collapsed .history{display:none}.sidebar.collapsed .new-chat{justify-content:center;padding:0}.sidebar.collapsed .sidebar-footer{flex-direction:column;padding-inline:0}.sidebar.collapsed .sidebar-footer>div:nth-child(2){display:none}.sidebar.collapsed .sidebar-footer button{margin-left:0}}@media(max-width:820px){.login-page{grid-template-columns:1fr}.login-visual{display:none}.app-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:276px;transform:translate(-100%);transition:transform .25s ease;box-shadow:20px 0 50px #191c1624}.sidebar-toggle{display:none}.history-pin,.history-delete{opacity:.38}.history-pin.pinned{opacity:1}.sidebar.is-open{transform:translate(0)}.sidebar-scrim{display:block;position:fixed;inset:0;z-index:15;border:0;background:#20231f40}.mobile-menu{position:fixed;top:21px;left:18px;z-index:12;width:32px;height:28px;display:flex;flex-direction:column;justify-content:center;gap:5px;border:0;background:transparent;cursor:pointer}.mobile-menu span{width:16px;height:1px;background:var(--ink)}.topbar{padding:0 18px 0 58px}.conversation{padding:42px 22px 205px}.welcome{margin-top:1vh}.suggestions{grid-template-columns:1fr}.suggestions button{min-height:104px;display:grid;grid-template-columns:28px 1fr 20px;gap:12px}.suggestion-index,.suggestions i{margin:0}.composer-wrap{padding:24px 16px 14px}}@media(max-width:520px){.login-card{width:calc(100% - 40px)}.login-brand{padding-bottom:48px}.status-pill{width:8px;height:8px;padding:0;border:0;background:transparent;overflow:hidden}.status-dot{flex:0 0 auto}.welcome-copy br{display:none}.composer-bottom>span{display:none}.document-viewer{width:100vw}.document-content{padding:24px 20px 50px}.composer-bottom{justify-content:flex-end}.message-body table{display:block;overflow-x:auto;white-space:nowrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
