:root{--white: #fff;--black: #000;--glass: rgba(255,255,255,.18);--glass-dark: rgba(16,18,24,.62);--accent: #b3f511;--accent-cool: #a5dce4;--neutral: #c9c9c9;--border: rgba(201,201,201,.18);--radius-lg: 24px;font-family:Questrial,Century Gothic,URW Gothic L,Avenir Next,Avenir,sans-serif;color:var(--white)}.chat-page,.chat-page *,.chat-page *:before,.chat-page *:after{box-sizing:border-box;font-family:inherit}.chat-page img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.chat-page{margin:0;padding:0;width:100%;height:100%}body.chat-route{margin:0!important;padding:8px 8px 6px!important;display:flex!important;justify-content:center!important;align-items:stretch!important;min-height:100dvh!important;overflow:hidden!important;background:#000 url(../assets/chatbg.avif) center/cover no-repeat fixed!important}body.chat-route:before{display:none!important}body.chat-route #root{width:100%;min-height:100dvh}.chat-page{height:100%;margin:0}.hidden{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.chat-page{width:100%;height:100vh;overflow:hidden;background:#000 url(../assets/chatbg.avif) center/cover no-repeat fixed;padding:0;display:flex;justify-content:center;align-items:stretch}.shell{width:min(1440px,100%);max-width:none;height:100%;flex:1;margin:0 auto;display:grid;grid-template-columns:220px 1fr 420px;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;row-gap:8px;min-height:0;overflow:visible;box-sizing:border-box}.top-bar{grid-column:1 / -1;width:100%;justify-self:center;display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0;padding:6px 16px;border-radius:16px;background:var(--glass-dark);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:120}.logo img{width:140px;max-width:100%}.dashboard-link{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:999px;background:linear-gradient(120deg,var(--accent-cool),var(--accent));color:#000;font-weight:600;text-decoration:none;box-shadow:0 18px 32px #00000073;transition:transform .2s ease,box-shadow .2s ease;font-size:.95rem}.dashboard-link:hover,.dashboard-link:focus-visible{transform:translateY(-3px);box-shadow:0 22px 36px #00000080}.hello{font-size:1rem;color:var(--white)}.user-meta{display:flex;align-items:center;gap:16px;font-size:.95rem}.icon-button{position:relative;width:38px;height:38px;border-radius:12px;border:1px solid rgba(165,220,228,.8);background:#12161ea6;display:grid;place-items:center;cursor:pointer;color:var(--white)}.icon-button img,.icon-button svg{width:18px;height:18px;opacity:.9}.icon-button[data-action=logout]:after{content:"Logout";position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background:#000c;color:var(--white);padding:4px 8px;border-radius:8px;font-size:.8rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.user-menu{position:relative;z-index:70}.user-avatar-btn{width:48px;height:48px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.35);background:transparent;display:grid;place-items:center;cursor:pointer;padding:0}.user-avatar-btn img{width:100%;height:100%;object-fit:cover;display:block}.user-menu-panel{position:absolute;right:0;top:calc(100% + 10px);min-width:180px;padding:12px;background:#0f1218f2;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 42px #00000073;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:80}.user-menu--open .user-menu-panel{opacity:1;transform:translateY(0);pointer-events:auto}.user-menu-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:999px;color:var(--white);background:#ffffff14;border:1px solid rgba(255,255,255,.12);cursor:pointer;font-size:.95rem;gap:10px}.user-menu-item:hover,.user-menu-item:focus-visible{border-color:#a5dce499;background:#ffffff1f}.user-menu-item__label{flex:1;text-align:left}.user-menu-item__icon{width:18px;height:18px;color:#ffffffe6}.history,.chat,.drive{background:#080a1073;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 0 25px #00000040}.history{padding:20px 16px;display:flex;flex-direction:column;gap:18px;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.6) transparent}.history-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.history h2{margin:0;font-size:22px}.history-status,.chat-status,.kb-status{margin:0;padding:8px 12px;border-radius:12px;background:#ffffff14;color:#ffffffd9;font-size:13px}.history-status.error,.chat-status.error,.kb-status.error{color:#ffcdd2;border:1px solid rgba(255,255,255,.18)}.new-chat-btn{padding:0;box-shadow:0 10px 18px #00000059;transition:transform .2s ease,background .2s ease}.new-chat-btn svg{display:block;width:16px;height:16px;opacity:.9}.new-chat-btn:focus-visible,.new-chat-btn:hover{transform:translateY(-1px);background:#181e28c7}.history-card{padding:12px 14px;border-radius:18px;background:#00000040;border:1px solid transparent;line-height:1.4;color:var(--white);width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.history-card__select{flex:1;min-width:0;border:0;background:transparent;color:inherit;text-align:left;padding:0;margin:0;cursor:pointer}.history-card__meta{display:flex;flex-direction:column;gap:4px;min-width:0}.history-card strong{font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-card small{color:#ffffffb3;display:block;margin-top:4px}.history-card__delete{border:none;background:transparent;color:#ffffffe6;font-size:18px;line-height:1;cursor:pointer;padding:4px;border-radius:6px}.history-card__delete:hover,.history-card__delete:focus-visible{color:var(--white);background:#ffffff14}.history-card__confirm{display:none;align-items:center;justify-content:space-between;gap:14px;width:100%;font-size:12px;color:#0f0f11bf}.history-card__confirm-label{display:inline-block;font-size:14px;font-weight:500}.history-card__confirm-btn{border:none;background:#000;color:#fff;font-size:15px;font-weight:700;padding:9px 18px;border-radius:999px;cursor:pointer}.history-card__confirm-btn:hover,.history-card__confirm-btn:focus-visible{background:#000000d9}.history-card.confirming-delete .history-card__delete{display:none}.history-card.confirming-delete .history-card__confirm{display:inline-flex;margin-top:6px}.history-card.confirming-delete{align-items:flex-start;flex-wrap:wrap}.history-card.confirming-delete .history-card__meta,.history-card.confirming-delete .history-card__select{width:100%}.history-card.active .history-card__confirm{color:#0f0f11cc}.history-card.active .history-card__delete{color:var(--black);border-color:#0003;background:#00000014}.history-card.active .history-card__confirm-btn{background:var(--black);color:var(--white)}.history-card.active .history-card__confirm-btn:hover,.history-card.active .history-card__confirm-btn:focus-visible{background:#0f0f11d9}.history::-webkit-scrollbar{width:8px}.history::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.history::-webkit-scrollbar-thumb{background:#ffffffa6;border-radius:999px}.history-card.active{background:var(--white);color:var(--black);border-color:var(--white)}.history-card.active .history-card__select:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:3px;border-radius:10px}.history-card.active small{color:#0f0f11b3}.history-list{display:flex;flex-direction:column;gap:8px}.history-empty{margin:0;font-size:20px;line-height:1.15;color:#fffffff2}.history-empty--top{margin-top:2px;margin-bottom:8px}.chat{padding:32px;display:flex;flex-direction:column;gap:28px;height:100%;min-height:0;overflow:hidden;position:relative}.chat-body{display:flex;flex-direction:column;gap:28px;flex:1;min-height:0;overflow-y:auto;padding-right:12px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.6) transparent}.chat-inline-status{margin:0;padding:10px 16px;border-radius:16px;background:#ffffff1f;color:#fffffff2;font-size:14px;line-height:1.2}.chat-body::-webkit-scrollbar{width:8px}.chat-body::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.chat-body::-webkit-scrollbar-thumb{background:#fff9;border-radius:999px}.bubble-row{display:flex;gap:12px;align-items:flex-start}.avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.2);flex:0 0 56px}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.meta{display:flex;gap:12px;align-items:center;font-size:14px;color:#ffffffe6}.bubble{margin-top:8px;background:#ffffff14;color:var(--white);border-radius:18px;padding:16px 22px;max-width:660px;line-height:1.5;font-size:14px;position:relative;display:flex;flex-direction:column;gap:10px;word-break:break-word;overflow-wrap:anywhere}.bubble.user{background:var(--white);color:var(--black);align-self:flex-start}.bubble.ai{border-radius:24px;background:linear-gradient(135deg,#a5dce440,#000000bf);color:var(--white)}.bubble.ai.thinking{opacity:.75;font-style:italic}.bubble p{margin:0;white-space:pre-wrap}.bubble p+p{margin-top:10px}.bubble ul,.bubble ol{margin:10px 0 0 20px;padding:0}.bubble li{margin:6px 0}.bubble a{color:inherit;text-decoration:underline}.bubble code{font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.9em;background:#00000059;padding:2px 6px;border-radius:6px}.bubble pre{margin:10px 0 0;background:#00000073;padding:12px 14px;border-radius:12px;overflow-x:auto}.bubble pre code{background:none;padding:0;border-radius:0;display:block;white-space:pre}.bubble .timestamp{font-size:12px;color:#ffffffb3;text-align:right}.bubble.user .timestamp{color:#0000008c}.bubble.tool-bubble{padding:14px 18px;background:#0c1016d1;border:1px solid rgba(255,255,255,.12)}.tool-disclosure{width:100%}.tool-disclosure__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:6px 2px 10px;color:#ffffffbf;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.tool-disclosure__summary::-webkit-details-marker{display:none}.tool-disclosure__summary:after{content:"";width:10px;height:10px;border-right:2px solid rgba(255,255,255,.6);border-bottom:2px solid rgba(255,255,255,.6);transform:rotate(-45deg);transition:transform .2s ease}.tool-disclosure[open] .tool-disclosure__summary:after{transform:rotate(45deg)}.tool-disclosure__title{font-weight:600}.tool-disclosure__count{background:#ffffff1f;border-radius:999px;padding:2px 8px;font-size:12px;color:#ffffffd9}.tool-disclosure__body{display:grid;gap:14px}.tool-card{display:flex;flex-direction:column;gap:12px}.tool-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;letter-spacing:.01em;color:#ffffffb3}.tool-card__title{font-weight:600}.tool-card__count{background:#ffffff1f;border-radius:999px;padding:2px 10px;font-size:12px;color:#ffffffd9}.tool-card__label{text-transform:none;letter-spacing:0;font-weight:600;color:#fffffff2}.tool-card__list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.tool-card__item{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px 12px;display:flex;flex-direction:column;gap:6px}.tool-card__name{font-weight:600;color:#fffffff2}.tool-card__meta{font-size:12px;color:#ffffffa6}.tool-card__args{font-size:12px;color:#ffffffbf;word-break:break-word}.tool-card__summary{display:grid;gap:6px;background:#ffffff0f;border-radius:12px;padding:10px 12px;font-size:13px;color:#ffffffe0}.tool-card__summary .tool-result__value{text-align:left}.tool-result{background:#060a0ed9;border-radius:16px;border:1px solid rgba(255,255,255,.08);padding:12px;display:grid;gap:10px}.tool-result__summary{display:grid;gap:6px;background:#ffffff0f;border-radius:12px;padding:10px 12px;font-size:13px;color:#ffffffe0}.tool-result__kv{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.tool-result__key{color:#ffffffa6;font-size:12px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0;overflow-wrap:normal;word-break:keep-all;line-height:1.05}.tool-result__value{color:#fffffff2;text-align:right;word-break:break-word;min-width:0;flex:1 1 0}.tool-result__header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fffc;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.tool-result__title{font-weight:600}.tool-result__label{text-transform:none;letter-spacing:0;font-weight:600;color:#fffffff2}.tool-result__body{margin:0;background:#0006;border-radius:12px;padding:12px;font-size:12px;color:#ffffffe0;overflow-x:auto}.tool-result__body code{white-space:pre-wrap}.page-footer{grid-column:1 / -1;padding:4px 6px 6px;font-size:10px;color:#c9c9c9b3;text-align:center;width:100%;display:flex;align-items:center;justify-content:center;gap:6px;letter-spacing:.05em;font-weight:500;line-height:1.2}.page-footer a{color:inherit;text-decoration:underline}.page-footer .sep{margin:0 6px;opacity:.6}.interrupt-overlay{position:absolute;left:0;right:0;bottom:110px;width:100%;z-index:5;pointer-events:none;display:flex;justify-content:center;padding:0 12px}.interrupt-card{pointer-events:auto;border-radius:18px;background:linear-gradient(160deg,#12161ef2,#12161ecc);border:1px solid rgba(179,245,17,.35);box-shadow:0 18px 40px #00000073;padding:14px 16px;display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:min(720px,100%)}.interrupt-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.interrupt-card h3{margin:0;font-size:16px;letter-spacing:.2px}.interrupt-pill{padding:6px 12px;border-radius:999px;background:#b3f5111f;color:var(--white);border:1px solid rgba(179,245,17,.45);font-size:11px;text-transform:uppercase;letter-spacing:.7px}.interrupt-question{margin:0;color:#ffffffe6;line-height:1.4}.interrupt-form{display:flex;flex-direction:column;gap:10px}.interrupt-form textarea{width:100%;border-radius:12px;border:1px solid var(--border);background:#00000073;color:var(--white);padding:12px 14px;min-height:90px;resize:vertical;font-size:14px}.interrupt-form textarea:focus{outline:2px solid rgba(179,245,17,.45);box-shadow:0 0 0 3px #b3f5112e}.interrupt-actions{display:flex;justify-content:flex-end}.interrupt-submit{border:none;background:linear-gradient(120deg,var(--accent-cool),var(--accent));color:#000;font-weight:700;border-radius:10px;padding:10px 16px;cursor:pointer;box-shadow:0 12px 24px #00000059}.interrupt-submit:disabled{opacity:.6;cursor:not-allowed}.drive{padding:20px 12px;display:flex;flex-direction:column;gap:16px;height:100%;min-height:0;overflow-y:auto;background:#080a1073;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 25px #00000040;scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.7) rgba(255,255,255,.05)}.drive::-webkit-scrollbar{width:8px}.drive::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.drive::-webkit-scrollbar-thumb{background:#ffffffd9;border-radius:999px}.drive-top{display:flex;justify-content:space-between;align-items:center}.drive-top h3{margin:0;font-size:20px;display:flex;align-items:center;gap:8px}.drive-top small{color:#fff9}.drive-actions{display:flex;gap:12px}.knowledge-list{display:flex;flex-direction:column;gap:18px;padding:14px 12px;border-radius:22px;background:transparent;border:none;box-shadow:none}.knowledge-empty{margin:0;padding:10px 12px;border-radius:14px;background:#ffffff0d;color:#ffffffbf;font-size:13px}.kb-card{padding:14px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.kb-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.kb-card__title{margin:0;font-size:14px;font-weight:700}.kb-card__count{padding:4px 10px;border-radius:999px;background:#ffffff14;border:1px solid var(--border);color:#ffffffd1;font-size:12px}.kb-files{display:flex;flex-direction:column;gap:8px}.kb-file{padding:10px 12px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.kb-file__name{display:inline-block;color:var(--white);font-weight:600;text-decoration:none}.kb-file__name:hover{text-decoration:underline}.kb-file__meta{margin-top:2px;color:#ffffffa6;font-size:12px}.kb-empty{margin:0;color:#ffffffb3;font-size:13px}.kb-section{display:flex;flex-direction:column;gap:8px;padding:0;border-radius:0;background:transparent;border:none;box-shadow:none}.drive .kb-section{padding:0 12px;margin-bottom:8px}.kb-section__header{display:flex;justify-content:space-between;align-items:center}.kb-section__header h4{margin:0;font-size:16px}.kb-clear{border:none;background:transparent;color:#ffffffb3;cursor:pointer;font-weight:600}.kb-clear:hover{color:var(--accent)}.kb-tree{display:flex;flex-direction:column;gap:6px}.kb-tree__row{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--white);text-decoration:none;text-align:left}.kb-tree__row--folder{background:#141c2c99}.kb-tree__row--file{background:#ffffff0a}.kb-tree__label{flex:1;font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kb-tree__icon{width:20px;height:20px;flex:0 0 auto;background:center/contain no-repeat}.kb-tree__icon--folder{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M3 6c0-2 1.6-3.5 3.5-3.5h4l2 2H20c1.9 0 3.5 1.6 3.5 3.5v8c0 1.9-1.6 3.5-3.5 3.5H6.5C4.6 19.5 3 17.9 3 16V6z' fill='%23A5DCE4'/%3E%3Cpath d='M3 7h20.5v2H3V7z' fill='%23FFFFFF'/%3E%3C/svg%3E")}.kb-tree__icon--file{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24' fill='none'%3E%3Crect x='3' y='2' width='14' height='20' rx='3' fill='%23C9C9C9'/%3E%3Cpath d='M12 2l5 5h-5V2z' fill='%23FFFFFF'/%3E%3Crect x='5' y='12' width='10' height='2' rx='1' fill='rgba(255,255,255,0.5)'/%3E%3Crect x='5' y='16' width='8' height='2' rx='1' fill='rgba(255,255,255,0.4)'/%3E%3C/svg%3E")}.kb-tree__caret{margin-left:auto;font-size:.85rem;opacity:.7;transform:rotate(-90deg);transition:transform .2s ease}.kb-tree__children{margin-left:14px;border-left:2px solid rgba(165,220,228,.35);padding-left:12px;display:none;flex-direction:column;gap:6px}.kb-tree__item[data-open=true]>.kb-tree__children{display:flex}.kb-tree__item[data-open=true]>.kb-tree__row .kb-tree__caret{transform:rotate(0)}.kb-recent-list{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.kb-recent-list::-webkit-scrollbar{height:6px}.kb-recent-list::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.kb-recent-list::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:999px}.kb-recent-card{border-radius:14px;padding:8px;background:linear-gradient(160deg,#a5dce459,#0009);box-shadow:0 10px 30px #00000059;border:1px solid rgba(255,255,255,.08);min-width:140px;scroll-snap-align:start}.kb-recent-card__name{margin:6px 0 2px;font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kb-recent-card__name:visited{color:#fff}.kb-recent-card__meta{margin:0;color:#ffffffbf;font-size:12px}.kb-folders{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.kb-folder{position:relative;border-radius:16px;background:transparent;border:none;box-shadow:none;padding:6px 4px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.kb-folder:hover{transform:translateY(-1px);box-shadow:none}.kb-folder[data-open=true]{border-color:transparent}.kb-folder__header{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;padding:0;background:transparent;color:var(--white);border:none;cursor:pointer;text-align:left}.kb-folder__left{flex:1;display:inline-flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.kb-folder__icon{display:inline-flex;width:42px;height:30px;border-radius:10px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48' fill='none'%3E%3Cpath d='M6 14c0-4 3-7 7-7h13l6 6h26c4 0 7 3 7 7v18c0 4-3 7-7 7H13c-4 0-7-3-7-7V14z' fill='%2357A7E8'/%3E%3Cpath d='M6 18c0-4 3-7 7-7h13l6 6h26c4 0 7 3 7 7v16c0 4-3 7-7 7H13c-4 0-7-3-7-7V18z' fill='%236CC0F2'/%3E%3Cpath d='M6 20c0-4 3-7 7-7h13l6 6h26c4 0 7 3 7 7v2H6v-2z' fill='%23509BD8'/%3E%3Crect x='10' y='24' width='44' height='16' rx='6' fill='rgba(255,255,255,0.12)'/%3E%3C/svg%3E");box-shadow:0 8px 18px #00000059}.kb-folder__title{font-weight:700;font-size:.7rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kb-folder__meta{display:none}.kb-folder__count{padding:4px 8px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);font-size:12px;font-weight:700;min-width:auto;text-align:left;color:#f7fbff;letter-spacing:.01em;align-self:flex-start}.kb-folder__chevron{display:none;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff14;font-size:12px;transition:transform .2s ease,background .2s ease}.kb-folder[data-open=true] .kb-folder__chevron{transform:rotate(-180deg);background:#ffffff24}.kb-folder__files{display:none;width:100%;padding:6px 2px;border-radius:12px;background:transparent;border:none}.kb-folder__files.open{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:6px}.kb-file-row{padding:6px 8px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.kb-file-row:before{content:"";width:34px;height:42px;display:block;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 64' fill='none'%3E%3Crect x='6' y='6' width='36' height='52' rx='8' fill='%234A90E2'/%3E%3Crect x='6' y='6' width='36' height='12' rx='8' fill='%235AA3F0'/%3E%3Cpath d='M30 6l12 12H30V6z' fill='%237BC1FF'/%3E%3Crect x='12' y='28' width='24' height='6' rx='3' fill='rgba(255,255,255,0.28)'/%3E%3Crect x='12' y='38' width='18' height='6' rx='3' fill='rgba(255,255,255,0.22)'/%3E%3C/svg%3E")}.kb-file-row__name{display:block;color:#fff;font-weight:700;font-size:.85rem;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.55)}.kb-file-row__name:hover{text-decoration:underline}.kb-file-row__name:visited{color:#fff}.kb-file-row__meta{display:none}.drive .knowledge-list{gap:18px}.drive .kb-folders{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.drive .kb-folder{align-items:center}.drive .kb-folder__header,.drive .kb-folder__left{justify-content:center}.drive .kb-folder__count{background:#ffffff14;box-shadow:none;min-width:auto}.drive .kb-folder__chevron{display:inline-flex}.pill-btn{display:flex;align-items:center;gap:10px;border-radius:26px;padding:10px 18px;border:none;background:var(--glass);color:var(--white);cursor:pointer}.pill-btn:before{content:"+";width:18px;height:18px;border-radius:50%;background:#ffffff40;display:grid;place-items:center}.upload-btn:before{display:none}.upload-btn{width:48px;height:48px;padding:0;border-radius:12px;border:none;background:#12161ea6;box-shadow:0 10px 18px #00000059;display:grid;place-items:center}.upload-btn img{width:100%;height:100%;object-fit:contain}.grid-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--border);background:transparent;position:relative;cursor:pointer}.grid-btn:before,.grid-btn:after{content:"";position:absolute;width:6px;height:6px;background:var(--white);border-radius:50%}.grid-btn:before{top:10px;left:10px}.grid-btn:after{bottom:10px;right:10px}.recent{display:flex;justify-content:space-between;font-size:14px;color:#ffffffb3}.recent button{border:none;background:none;color:inherit;cursor:pointer}.recent-items{display:flex;gap:12px;overflow-x:auto;padding:6px 4px 12px;scrollbar-width:auto;scrollbar-color:rgba(255,255,255,.5) rgba(255,255,255,.1);min-height:140px}.recent-items::-webkit-scrollbar{height:8px}.recent-items::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.recent-items::-webkit-scrollbar-thumb{background:#ffffff8c;border-radius:999px}.recent-card{flex:0 0 110px;border-radius:16px;padding:10px;text-align:center;background:#fffffff2;font-size:12px;color:#0b0d11;box-shadow:0 16px 28px #0000004d}.recent-card img{width:100%;height:78px;border-radius:12px;object-fit:cover;margin-bottom:8px}.recent-card div{font-weight:700;color:inherit}.thumb{height:54px;border-radius:12px;display:grid;place-items:center;font-weight:700}.blue{background:linear-gradient(135deg,#a5dce480,#000000b3)}.teal{background:linear-gradient(135deg,#a5dce459,#000000b3)}.gold{background:linear-gradient(135deg,#b3f51173,#000000b3)}.red{background:linear-gradient(135deg,#c9c9c980,#000000b3)}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding-right:8px}.folder-card{border-radius:18px;padding:12px;background:#fff3;text-align:center;font-size:13px;display:flex;flex-direction:column;gap:8px;color:#0b0d11;font-weight:600}.folder-card strong,.folder-card span,.folder-card small{color:inherit}.composer{background:var(--glass-dark);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);align-self:stretch;display:flex;align-items:center;gap:10px;padding:8px 16px;margin-top:auto;position:relative}.composer input{flex:1;border:none;background:transparent;color:var(--white);font-size:15px;padding:8px 0;outline:none}.circle-btn{width:56px;height:56px;padding:0;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:#12161ea6;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 18px #00000059}.circle-btn img{width:100%;height:100%;object-fit:contain}.clip{background:#12161ea6;border:1px solid rgba(165,220,228,.8);box-shadow:0 10px 18px #00000059;width:38px;height:38px;color:var(--white)}.clip svg{width:20px;height:20px}.clip:hover,.clip:focus-visible{background:#181e28c7}.mic{background:#12161ea6;width:42px;height:42px;border:1px solid rgba(165,220,228,.8);color:var(--white)}.mic.active{background:#b3f5111f;box-shadow:0 0 0 2px #b3f51199,0 0 0 10px #b3f5111f}.mic[disabled],.mic[aria-disabled=true]{opacity:.5;cursor:not-allowed}.mic svg{width:22px;height:22px}.send-btn{border:1px solid rgba(165,220,228,.8);background:#12161ea6;padding:0;width:42px;height:42px;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px #00000059;color:var(--white)}.send-btn svg{width:22px;height:22px}.upload-menu{position:absolute;bottom:68px;left:16px;min-width:180px;padding:10px 6px;border-radius:16px;background:#0e121aeb;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 38px #0000008c;display:grid;gap:6px;z-index:5}.upload-menu__item{border:none;background:transparent;color:var(--white);text-align:left;padding:10px 12px;border-radius:12px;cursor:pointer;font-size:.95rem}.upload-menu__item:hover,.upload-menu__item:focus-visible{background:#ffffff14}@media(max-width:1200px){.shell{grid-template-columns:220px 1fr;grid-template-rows:auto minmax(0,1fr) auto auto}.drive{grid-column:1 / -1}.top-bar{padding:8px 12px}.user-meta{gap:10px}.dashboard-link{padding:8px 14px;font-size:.88rem}}@media(max-width:900px){.chat-page{padding:0}body.chat-route{padding:0!important;overflow:auto!important}.shell{grid-template-columns:1fr;grid-template-rows:auto minmax(180px,30vh) minmax(0,1fr);gap:10px;height:100dvh;padding:0 8px 8px}.top-bar{border-radius:0 0 12px 12px;padding:10px 12px;min-height:68px;align-items:center;gap:10px}.logo img{width:112px}.user-meta{display:flex;gap:8px;min-width:0}.hello{font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.history{height:100%;padding:12px;border-radius:18px;gap:10px;overflow-y:auto}.history-header{gap:8px}.history h2{font-size:1.1rem;letter-spacing:0}.history-status{padding:8px 10px;border-radius:10px;font-size:.78rem;line-height:1.3;background:#ffffff1f}.chat-inline-status{padding:8px 10px;border-radius:10px;font-size:.78rem;line-height:1.3}.new-chat-btn{width:38px;height:38px;border-radius:10px}.new-chat-btn svg{width:16px;height:16px}.history-card{border-radius:14px;padding:10px 12px}.history-card strong{font-size:.85rem}.history-card small{font-size:.72rem}.history-card__confirm-label{font-size:.86rem}.history-card__confirm-btn{font-size:.8rem;padding:8px 12px;border-radius:999px}.history-card__delete{font-size:1.15rem}.history-empty{margin-top:0;font-size:1rem;line-height:1.3}.chat{display:flex;padding:14px;gap:14px;border-radius:18px}.chat-body{gap:16px;padding-right:4px}.avatar{width:38px;height:38px;flex:0 0 38px}.bubble{max-width:100%;padding:10px 12px;font-size:13px}.composer{border-radius:16px;padding:8px 10px}.composer input{font-size:14px}.circle-btn,.send-btn,.mic{width:38px;height:38px;border-radius:10px}.clip{width:34px;height:34px}.drive,.page-footer{display:none}}@media(max-width:640px){.top-bar{flex-wrap:wrap;justify-content:center;row-gap:8px;padding:8px 10px}.logo{order:1}.user-meta{order:2;width:100%;justify-content:center}.dashboard-link{padding:7px 12px;font-size:.82rem}.hello{max-width:105px;font-size:.82rem}.user-avatar-btn{width:38px;height:38px}.shell{grid-template-rows:auto minmax(170px,30vh) minmax(0,1fr);gap:8px;padding:0 6px 6px}.history,.chat{padding:10px;border-radius:14px}}.chat-page button{border:none}:root{--bg: #000000;--panel: rgba(14, 18, 30, .78);--panel-strong: rgba(14, 18, 30, .92);--border: rgba(201, 201, 201, .12);--border-strong: rgba(201, 201, 201, .2);--text: #ffffff;--muted: rgba(201, 201, 201, .85);--accent: #b3f511;--accent-cool: #a5dce4;--danger: #c9c9c9;--shadow: 0 18px 60px rgba(0, 0, 0, .55);--radius: 18px;--radius-sm: 12px;--glass: blur(18px);--ring: 0 0 0 3px rgba(179, 245, 17, .25)}.ipi-page{background:#000 url(../assets/chatbg.avif) center/cover no-repeat fixed;height:100%}.main-shell{height:100%;min-height:100%;width:100%;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px}.ipi-page .sidebar,.ipi-page .map-area,.ipi-page .chat-panel{border-radius:18px!important;clip-path:none!important}.layout{height:100%;min-height:0;display:grid;grid-template-columns:420px 1fr;grid-template-rows:minmax(0,1fr);gap:14px;align-items:stretch}.layout.chat-open{grid-template-columns:420px 1fr min(360px,32vw)}.sidebar{position:relative;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;min-height:0;height:100%}.sidebar-header{padding:14px 14px 10px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;justify-content:flex-start;gap:12px}.sidebar-title{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.sidebar-title h2{margin:0;font-size:15.5px;letter-spacing:.2px;line-height:1.25}.sidebar-title p{margin:0;font-size:12.5px;color:var(--muted);line-height:1.25}.map-area-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;margin-bottom:6px}.map-area-text{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.map-area-value{font-size:13px;font-weight:650;color:#fff;white-space:nowrap}.hint{position:relative;display:flex;align-items:center;gap:8px;color:#eaf1ff8c;font-size:12px}.qmark{width:18px;height:18px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:var(--text);font-weight:900;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1}.qmark-sm{width:16px;height:16px;font-size:11px}.tooltip{position:absolute;left:0;top:26px;width:260px;max-width:min(260px,80vw);padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0f121eeb;-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);color:var(--text);font-size:12px;line-height:1.35;box-shadow:0 14px 40px #00000073;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:50}.hint:hover .tooltip,.hint:focus-within .tooltip,.nav-hint:hover .tooltip,.nav-hint:focus-within .tooltip{opacity:1;transform:translateY(0);pointer-events:auto}.sidebar-body{padding:14px 14px 0;display:flex;flex-direction:column;gap:12px;overflow:auto;min-height:0}.section-block{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:10px;background:#080a1059;display:flex;flex-direction:column;gap:10px}.map-generation{border:1px solid rgba(255,255,255,.16);background:#0a0e1699;box-shadow:0 10px 26px #00000059}.section-title{font-size:13.5px;letter-spacing:.4px;text-transform:none;color:#fff;margin:0}.section-subtitle{font-size:11px;color:var(--muted);margin:0}.card{background:#00000038;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);padding:12px;width:100%}.component-card{background:#080a108c;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:10px 12px;margin-bottom:6px}.component-card:last-of-type{margin-bottom:0}.field-label{font-size:12px;color:var(--muted);margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.row{display:grid;grid-template-columns:1fr 120px;gap:10px;align-items:center}.row-single{display:grid;grid-template-columns:1fr;gap:10px;align-items:center}.row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center;margin-top:10px}.input,.select{width:100%;height:36px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:var(--text);padding:0 10px;outline:none;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.input:focus,.select:focus{border-color:#b5ff108c;box-shadow:var(--ring);background:#ffffff0f}.group-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 2px 0}.group-actions__label{font-size:11.5px;letter-spacing:.4px;text-transform:uppercase;color:var(--muted)}.pill-btn{border:1px solid rgba(165,220,228,.65);background:#12161ea6;color:var(--text);border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:600;cursor:pointer}.ipi-page .pill-btn:before{content:none!important;display:none!important}.group-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.group-head strong{font-size:12.5px;letter-spacing:.2px}.toggles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.toggle{display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#12161ead;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:40px}.toggle input{display:none}.toggle .meta span{font-size:12.5px;font-weight:650;line-height:1.2;text-align:center}.toggle:has(input:checked){transform:translateY(-2px);border-color:#a5dce4e6;background:#1e2632d9;box-shadow:0 10px 22px #00000059,0 0 0 2px #a5dce459}.actions{position:sticky;bottom:0;margin-top:auto;margin-left:-14px;margin-right:-14px;background:#0e121e;border-top:1px solid rgba(255,255,255,.12);padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px;border-radius:0 0 var(--radius) var(--radius)}.status{display:flex;align-items:center;gap:10px}.status-dot{width:10px;height:10px;border-radius:999px;background:#eaf1ff59;box-shadow:0 0 0 3px #eaf1ff1a;flex:0 0 auto}.status-text{flex:1;font-size:12.5px;color:#b3f511}.status.status-complete .status-dot{background:#eaf1ff4d;box-shadow:0 0 0 3px #eaf1ff14}.status.status-complete .status-text{color:#eaf1ff9e}.status.status-loading .status-dot{background:#b3f511;box-shadow:0 0 0 3px #b3f51133}.status.status-loading .status-text{color:#b3f511}.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.btn{height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text);font-weight:750;font-size:14px;cursor:pointer}.btn-primary{background:linear-gradient(120deg,#ffffff,var(--accent));color:#000;border-color:#b3f511a6}.btn-small{height:36px;font-size:12px;border-radius:10px;padding:0 10px}.helper-text{margin-top:6px;min-height:12px;font-size:11.5px;color:var(--muted);line-height:1.35}.control-grid{display:grid;gap:10px}.control-row{display:grid;grid-template-columns:1fr 2fr;gap:10px;align-items:center}.control-label{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.control-input{height:42px;border-radius:16px;padding:0 12px}.control-btn{width:100%;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.nav-row{align-items:start}.nav-hint{display:inline-flex;align-items:center;position:relative}.tip-tooltip{left:auto;right:0}.nav-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.map-area{position:relative;background:#0a0e16db;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;min-height:0;height:100%;display:flex;flex-direction:column}.map-engine-toggle{position:absolute;top:12px;right:64px;z-index:6;display:flex;align-items:center;gap:8px;background:#0c0e14d1;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 10px;max-width:calc(100% - 76px)}.map-engine-text{font-size:12px;font-weight:600;color:#ffffffa6}.map-engine-text.active{color:#fff}.map-engine-switch{position:relative;width:44px;height:24px;display:inline-flex;align-items:center;cursor:pointer}.map-engine-switch input{display:none}.map-engine-knob{width:100%;height:100%;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;position:relative;transition:background-color .16s ease,border-color .16s ease}.map-engine-knob:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .16s ease}.map-engine-switch input:checked+.map-engine-knob{background:#a5dce433;border-color:#a5dce4e6}.map-engine-switch input:checked+.map-engine-knob:after{transform:translate(20px)}.map-chat-toggle{height:32px;border-radius:999px;border:1px solid rgba(179,245,17,.65);background:linear-gradient(120deg,#ffffff,var(--accent));color:#000;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;padding:0 10px;cursor:pointer;box-shadow:0 8px 18px #00000052}.map-chat-toggle__icon svg{width:14px;height:14px}.map-wrap{position:relative;width:100%;height:100%;min-height:0;flex:1}#map-frame{width:100%;height:100%;min-height:100%;border:0;display:block}.chat-dock{display:none;align-items:stretch;min-height:0}.layout.chat-open .chat-dock{display:flex}.chat-panel{width:100%;max-width:360px;height:100%;border-radius:18px;background:#101218e6;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 50px #0009;display:flex;flex-direction:column;overflow:hidden;transform:translate(24px);opacity:0;transition:transform .25s ease,opacity .2s ease;pointer-events:none}.chat-panel.open{transform:translate(0);opacity:1;pointer-events:auto}.chat-panel__header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#0c0e14cc;border-bottom:1px solid rgba(255,255,255,.08)}.chat-panel__header h4{margin:0;font-size:.95rem;font-weight:600}.chat-panel__actions{display:flex;align-items:center;gap:8px}.chat-panel__link{height:34px;padding:0 16px;border-radius:999px;border:1px solid rgba(165,220,228,.9);background:linear-gradient(120deg,var(--accent-cool),var(--accent));color:#0b0c0f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:650;font-size:.9rem;text-decoration:none}.chat-panel__upload,.chat-panel__close{width:32px;height:32px;border-radius:10px;border:1px solid rgba(165,220,228,.8);background:#12161ea6;color:var(--text);cursor:pointer;display:grid;place-items:center}.chat-panel__upload svg{width:16px;height:16px}.chat-panel__body{flex:1;padding:0 14px 14px;color:#ffffffb3;font-size:.9rem;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chat-suggestions--sticky{margin:0;padding:10px 0 8px;position:sticky;top:0;background:#0c0e14e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);z-index:2}.chat-suggestion{border:1px solid rgba(165,220,228,.5);background:#ffffff0f;color:var(--text);padding:6px 10px;border-radius:999px;font-size:.78rem;cursor:pointer;text-align:center;white-space:nowrap}.chat-panel__messages{display:flex;flex-direction:column;gap:10px;padding-top:8px}.chat-panel .bubble-row{display:flex;gap:12px;align-items:flex-start}.chat-panel .bubble-row.user{justify-content:flex-end}.chat-panel .bubble{margin-top:8px;background:#ffffff14;color:#fff;border-radius:18px;padding:16px 20px;max-width:100%;line-height:1.5;font-size:14px}.chat-panel .bubble.user{background:#fff;color:#0b0f14}.chat-panel .bubble.ai{border-radius:24px;background:linear-gradient(135deg,#fffffff2,#d5eaf1e6);color:#0b0f14;border:1px solid rgba(165,220,228,.5)}.chat-panel__composer{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.08);background:#0c0e14b3}.chat-panel__composer input{flex:1;border:none;background:#ffffff0f;color:var(--text);padding:10px 12px;border-radius:10px;font-size:.9rem;outline:none}.chat-panel__composer button{width:36px;height:36px;border-radius:10px;border:1px solid rgba(165,220,228,.8);background:#12161ebf;color:var(--text);display:grid;place-items:center;cursor:pointer}.chat-panel__composer button svg{width:18px;height:18px}@media(max-width:1320px){.layout{grid-template-columns:360px 1fr}.layout.chat-open{grid-template-columns:360px 1fr min(320px,34vw)}}@media(max-width:1100px){.layout,.layout.chat-open{grid-template-columns:1fr}.main-shell{gap:10px}.sidebar{max-height:none}.map-area{min-height:420px}.chat-dock{position:fixed;right:20px;bottom:20px;z-index:30;width:auto}.chat-panel{width:min(360px,calc(100vw - 32px));height:min(440px,62dvh);transform:translate(120%);opacity:1;pointer-events:auto}.layout.chat-open .chat-panel{transform:translate(0)}}@media(max-width:760px){.main-shell{gap:8px}.layout{gap:10px}.sidebar-header,.sidebar-body{padding-left:10px;padding-right:10px}.map-area-row{flex-wrap:wrap;align-items:flex-start}.map-area-value{white-space:normal;word-break:break-word}.row,.row-2,.btn-row,.nav-buttons{grid-template-columns:1fr}.control-row{grid-template-columns:1fr;gap:6px}.toggles{grid-template-columns:repeat(2,minmax(0,1fr))}.actions{margin-left:-10px;margin-right:-10px;padding:10px}.map-area{min-height:360px}.map-engine-toggle{right:12px;max-width:calc(100% - 24px)}.chat-dock{right:12px;bottom:12px}}@media(max-width:520px){.toggles{grid-template-columns:1fr}.map-area{min-height:320px}.chat-panel{width:calc(100vw - 20px);height:min(420px,68dvh)}}.landing-page{min-height:100%}.landing-shell{min-height:100%;display:grid;grid-template-rows:auto 1fr;gap:12px}.landing-canvas{position:relative;width:min(1880px,100%);margin:0 auto;min-height:calc(100dvh - 112px);display:grid;grid-template-rows:auto 1fr;gap:20px;padding:18px;background:radial-gradient(circle at 86% 8%,rgba(165,220,228,.18),transparent 34%),radial-gradient(circle at 14% 86%,rgba(179,245,17,.1),transparent 36%),#0a0e16a8;border:1px solid rgba(201,201,201,.18);border-radius:20px;overflow:hidden;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 26px 60px #00000075}.landing-hero{border-radius:16px;border:1px solid rgba(201,201,201,.18);background:linear-gradient(100deg,#080c14f2,#080c14eb 42%,#080c14a3);padding:26px 28px;display:grid;grid-template-columns:minmax(360px,.88fr) minmax(520px,1.12fr);gap:28px;align-items:stretch;min-height:280px}.landing-hero__copy{display:grid;gap:12px;align-content:center;max-width:52ch}.landing-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.13em;color:#a5dce4f2;font-size:.74rem;font-weight:600}.landing-hero__copy h1{margin:0;font-size:clamp(1.48rem,2.6vw,2.1rem);line-height:1.12;max-width:18ch}.landing-hero__copy p{margin:0;color:#ffffffd1;max-width:56ch;line-height:1.45}.landing-hero__visual{position:relative;border:1px solid rgba(255,255,255,.11);border-radius:14px;overflow:hidden;background:linear-gradient(180deg,rgba(165,220,228,.08),transparent 34%),linear-gradient(180deg,#ffffff0d,#ffffff03)}.landing-hero__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 92%,#b3f5111f),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px) 0 0 / 40px 40px;animation:grid-pan 9s linear infinite;pointer-events:none}.landing-hero__visual:after{content:"";position:absolute;inset:-20% -10% auto -10%;height:70%;background:radial-gradient(ellipse at center,#a5dce440,#a5dce400);opacity:.65;animation:aura-drift 10s ease-in-out infinite;pointer-events:none}.building-vector{position:absolute;left:0;bottom:0;width:100%;height:100%;fill:none;stroke-linecap:round;stroke-linejoin:round}.building-vector--back{stroke:#a5dce466;stroke-width:1.3;stroke-dasharray:10 8;transform:translateY(4px);animation:skyline-drift-back 8s ease-in-out infinite,skyline-flow 7s linear infinite}.building-vector--front{stroke:#e9facfa6;stroke-width:1.5;stroke-dasharray:1800;stroke-dashoffset:1800;filter:drop-shadow(0 0 6px rgba(179,245,17,.28));animation:skyline-drift-front 9s ease-in-out infinite,skyline-draw 2.4s ease-out forwards,skyline-pulse 3.2s ease-in-out infinite}.landing-content-grid{min-height:0;display:grid;grid-template-columns:minmax(0,1fr);gap:16px;align-content:stretch;align-items:stretch}.landing-actions-panel{position:relative;border-radius:16px;border:1px solid rgba(201,201,201,.18);background:#090d13d6;padding:16px;display:grid;grid-template-rows:auto 1fr;gap:14px;min-height:0;height:100%}.landing-panel-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.landing-panel-title-row h2{margin:0;font-size:1.06rem}.landing-panel-title-row a{color:#a5dce4f2;text-decoration:none;font-size:.86rem}.landing-actions-grid{min-height:0;height:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch;align-content:stretch}.action-card{min-height:0;height:100%;min-block-size:clamp(170px,22vh,240px);padding:14px;position:relative;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(140deg,#ffffff1a,#ffffff0a);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;text-decoration:none;color:#fffffff5;transition:transform .16s ease,border-color .16s ease,background .16s ease}.action-card__icon{position:absolute;top:12px;right:12px;width:clamp(24px,2.2vw,38px);height:clamp(24px,2.2vw,38px);border-radius:clamp(7px,.7vw,11px);border:1px solid rgba(165,220,228,.45);background:#080c1273;color:#d2eef4eb;display:inline-flex;align-items:center;justify-content:center;z-index:1}.action-card__icon svg{width:clamp(14px,1.2vw,22px);height:clamp(14px,1.2vw,22px)}.action-card:hover,.action-card:focus-visible{transform:translateY(-2px);border-color:#a5dce48c;background:linear-gradient(140deg,#a5dce429,#ffffff0f)}.action-card--disabled{border-color:#bfc6ce47;background:linear-gradient(145deg,#6c737d61,#4c525c57);color:#dce1e7e6;cursor:not-allowed;filter:grayscale(.9) saturate(.55) brightness(.88);opacity:.74}.action-card--disabled:hover,.action-card--disabled:focus-visible{transform:none;border-color:#bfc6ce47;background:linear-gradient(145deg,#6c737d61,#4c525c57)}.action-card--disabled .action-card__badge{border-color:#dce0e559;color:#e8ecf1e0;background:#7e858e47}.action-card--disabled .action-card__icon{border-color:#dce0e54d;background:#7e858e40;color:#dfe4e9d9}.action-card--disabled h3{color:#e1e6ece6}.action-card--disabled p{color:#d0d7e0d6}.action-card__badge{width:118px;min-width:118px;height:30px;border-radius:999px;border:1px solid rgba(255,255,255,.22);color:#ffffffdb;padding:0 10px;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.action-card h3{margin:12px 0 0;font-size:1.1rem;font-weight:600;line-height:1.3}.action-card p{margin:9px 0 0;color:#ffffffbd;font-size:.95rem;line-height:1.4;min-height:2.8em}.action-card__label{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(165,220,228,.45);background:#0c121cb8;color:#def9fff2;font-size:.8rem;font-weight:600;letter-spacing:.02em}@media(max-width:980px){.landing-canvas{min-height:auto;padding:12px;grid-template-rows:auto;gap:12px}.landing-hero{grid-template-columns:1fr;padding:16px;gap:12px;min-height:0}.landing-hero__copy h1{max-width:none}.landing-content-grid{grid-template-columns:1fr}.landing-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr));height:auto}.action-card{min-block-size:0}}@media(max-width:760px){.landing-shell{gap:10px}.landing-canvas{border-radius:0;border-left:0;border-right:0;border-bottom:0;margin-top:-2px}.landing-panel-title-row h2{font-size:1rem}.landing-panel-title-row a{font-size:.8rem}.landing-actions-grid{grid-template-columns:1fr}.action-card__icon{top:10px;right:10px;width:24px;height:24px;border-radius:7px}.action-card__icon svg{width:14px;height:14px}}@keyframes skyline-draw{to{stroke-dashoffset:0}}@keyframes skyline-flow{to{stroke-dashoffset:-140}}@keyframes skyline-drift-back{0%,to{transform:translateY(4px) translate(0);opacity:.82}50%{transform:translateY(1px) translate(2px);opacity:1}}@keyframes skyline-drift-front{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-2px) translate(-1px)}}@keyframes aura-drift{0%{transform:translateY(-12%) translate(-3%);opacity:.45}50%{transform:translateY(12%) translate(3%);opacity:.82}to{transform:translateY(-12%) translate(-3%);opacity:.45}}@keyframes skyline-pulse{0%,to{opacity:.9;filter:drop-shadow(0 0 4px rgba(179,245,17,.2))}50%{opacity:1;filter:drop-shadow(0 0 10px rgba(179,245,17,.42))}}@keyframes grid-pan{0%{background-position:0 0,0 0}to{background-position:0 0,40px 0}}.report-page{min-height:100%;width:100%}.report-shell{min-height:100%;width:min(1980px,calc(100vw - 16px));margin:0 auto;display:grid;grid-template-rows:auto 1fr;gap:12px}.report-canvas{width:100%;max-width:none;margin:0 auto;min-height:calc(100dvh - 112px - var(--react-footer-height, 28px));padding:0}.report-card{border:1px solid rgba(201,201,201,.2);border-radius:16px;background:#070b11c2;padding:24px;display:grid;grid-template-rows:auto auto 1fr auto;gap:16px;min-height:100%}.report-layout{display:grid;grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr);gap:20px;align-items:stretch;min-height:0}.report-controls{display:grid;align-content:start;gap:10px}.report-output{display:grid;grid-template-rows:auto 1fr;gap:8px;min-height:0}.report-card h1{margin:0;font-size:clamp(1.35rem,2.3vw,1.9rem)}.report-subtitle{margin:0;color:#ffffffc7;font-size:.92rem}.report-card label{font-size:.85rem;color:#ffffffd9}.report-input{width:100%;height:44px;border-radius:11px;border:1px solid rgba(255,255,255,.16);background:#ffffff12;color:#fff;padding:0 12px;font-size:.95rem}.report-input:focus-visible{outline:2px solid rgba(165,220,228,.65);outline-offset:1px}.report-actions{display:flex;flex-wrap:wrap;gap:10px}.report-btn{min-width:128px;height:40px;border-radius:999px;border:2px solid #d7e7ff;background:#1f2a3a;color:#f4f7fb;font-weight:600;cursor:pointer;box-shadow:0 0 0 1px #0a0f18a6,0 10px 22px #0006}.report-btn:hover,.report-btn:focus-visible{border-color:#fff;background:#2a3749;box-shadow:0 0 0 2px #a5dce466,0 12px 24px #00000073}.report-btn--primary{color:#0a1006;border-color:#ecffd3;background:#9be015}.report-btn--primary:hover,.report-btn--primary:focus-visible{border-color:#4f7d08;background:#8bc913}.report-btn--primary:disabled{background:#9be015;border-color:#ecffd3;color:#0a1006}.report-btn:disabled{cursor:not-allowed;opacity:1;background:#2d3440;border-color:#d7e7ff;color:#c6cfdb}.report-status{margin:0;color:#ffffffe0;font-size:.9rem}.report-textarea{width:100%;min-height:0;height:100%;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#00000061;color:#ffffffe6;padding:14px;line-height:1.4;font-size:.85rem;white-space:pre-wrap;resize:vertical;font-family:inherit}.report-textarea:focus-visible{outline:2px solid rgba(165,220,228,.65);outline-offset:1px}@media(max-width:1300px){.report-shell{width:min(1980px,calc(100vw - 12px))}.report-layout{grid-template-columns:minmax(320px,460px) minmax(0,1fr);gap:14px}.report-textarea{min-height:320px;height:auto}}@media(max-width:1024px){.report-canvas{min-height:auto;padding:0}.report-card{padding:18px}.report-layout{grid-template-columns:1fr}.report-output{grid-template-rows:auto}.report-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.report-btn{width:100%;min-width:0}}@media(max-width:760px){.report-canvas{min-height:auto;padding:0}.report-card{padding:14px}.report-layout,.report-actions{grid-template-columns:1fr}.report-textarea{min-height:300px;height:auto}.report-btn{width:100%}}:root{--white: #fff;--black: #000;--accent: #b3f511;--accent-cool: #a5dce4;--neutral: #c9c9c9;--glass: rgba(255, 255, 255, .08);--glass-strong: rgba(255, 255, 255, .2);--border: rgba(201, 201, 201, .35);--radius: 999px}*{box-sizing:border-box;-webkit-user-drag:none}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}html,body{height:100%;margin:0;font-family:Questrial,Century Gothic,URW Gothic L,Avenir Next,Avenir,sans-serif;color:var(--white)}body{display:flex;justify-content:center;align-items:flex-start;padding:40px 0;overflow-y:auto;min-height:100vh;background:#000 url(/react/assets/chatbg.avif) center/cover no-repeat fixed;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000b3,#000000eb);z-index:0;pointer-events:none}.react-global-footer{position:fixed;left:50%;bottom:6px;transform:translate(-50%);z-index:9999;display:flex;align-items:center;justify-content:center;gap:6px;height:24px;width:max-content;max-width:calc(100vw - 20px);padding:0 10px;border-radius:999px;color:#ffffffb8;font-size:10px;line-height:1;background:#080c122e;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 18px #0003}.react-global-footer a{color:inherit;text-decoration:underline;text-underline-offset:2px}.react-global-footer a:hover,.react-global-footer a:focus-visible{color:#ffffffeb}.login-shell{position:relative;z-index:1;width:min(860px,94vw);text-align:center;padding:48px 40px 56px;border-radius:36px;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#00000059;border:1px solid rgba(201,201,201,.2);box-shadow:0 30px 80px #0009}.login-shell--narrow{width:min(520px,92vw)}.wordmark{width:200px;max-width:70%;margin:0 auto;display:block;filter:drop-shadow(0 6px 12px rgba(0,0,0,.45))}h1{margin:8px 0 6px;font-weight:500}.intro{margin:0 0 32px;color:#ffffffb3}.login-form{display:flex;flex-direction:column;gap:18px}.link-row{display:flex;justify-content:flex-end;margin-top:-6px}.forgot-password{color:#ffffffbf;font-size:.85rem;text-decoration:underline}.forgot-password:hover{color:var(--white)}.mfa-block.hidden{display:none}.mfa-block input{width:100%}.login-form.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px}.form-column{display:flex;flex-direction:column;gap:18px}.form-footer{grid-column:1 / -1;display:flex;flex-direction:column;gap:14px}.password-rules{display:none;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 14px;font-size:.8rem;color:#ffffffbf}.password-rules.visible{display:block}.password-rules p{margin:0 0 8px;font-weight:700;color:#ffb4aa}.password-rules span{display:block;margin-bottom:8px;color:#ffffffbf}.password-rules ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.password-rules li:before{content:"•";display:inline-block;margin-right:6px;color:#fff6}.password-rules li.met{color:#8cd867}.password-rules li.met:before{color:#8cd867}.login-form input,.login-form textarea{height:48px;border-radius:28px;border:1px solid transparent;padding:0 22px;font-size:1rem;font-family:inherit;background:#fffffff2;color:#0b0b0f;box-shadow:inset 0 2px 6px #00000040}.login-form textarea{height:auto;min-height:88px;padding:14px 22px;resize:vertical}.login-form input:focus,.login-form textarea:focus{outline:none;border-color:#fff9;box-shadow:0 0 0 2px #ffffff59}.login-form button{height:46px;border-radius:var(--radius);border:1px solid var(--border);font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-family:inherit}.login-form .button-link{height:46px;border-radius:var(--radius);border:1px solid var(--border);font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.login-form .sso{background:#a5dce433;color:var(--white);border-color:#a5dce499}.login-form .sso:hover{background:#ffffff2e}.login-form .primary{background:linear-gradient(120deg,#ffffff,var(--accent));color:#000;border-color:transparent}.login-form .primary:hover{background:#ffffffd9}.login-form .ghost{background:transparent;color:var(--white);border-color:#c9c9c966}.login-form .ghost:hover{background:#ffffff14}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.status{margin:-4px 0 4px;font-size:.9rem;color:#ffb4aa;min-height:1.2em}.otp-section{display:flex;flex-direction:column;gap:10px;text-align:left}.checkbox-row{display:flex;gap:12px;align-items:center;justify-content:flex-start;color:#fffc;font-size:.95rem}.checkbox-row input{width:18px;height:18px;accent-color:var(--accent);box-shadow:none}.checkbox-row span{text-align:left}#featureNotes{height:114px;min-height:114px;padding:14px 22px}.consent-row{padding:10px 14px;border-radius:14px;border:1px solid rgba(201,201,201,.25);background:#00000040;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;align-items:center}.consent-row--error{border-color:#ffb4aacc;box-shadow:0 0 0 2px #ffb4aa33}.inline-check{margin:0;gap:10px;font-size:.92rem}.consent-left{justify-content:flex-start}.consent-right{justify-content:flex-end}.consent-right span{text-align:right}.consent-note{margin:0;padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;font-size:.82rem;line-height:1.45;color:#ffffffbf;text-align:left}.consent-note a{color:inherit;text-decoration:underline}.helper{margin:0;font-size:.85rem;color:#ffffffa6}.hidden{display:none}@media(max-width:480px){body{padding:14px 0 36px}.login-shell{width:min(96vw,520px);padding:28px 18px 34px;border-radius:24px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.wordmark{width:168px}.intro{margin-bottom:22px}.login-form input,.login-form textarea,.login-form button{font-size:.9rem}}@media(max-width:860px){body{padding:18px 0 36px}.login-shell{padding:34px 24px 42px;border-radius:28px}.login-form.two-col{grid-template-columns:1fr}}@media(max-width:700px){.react-global-footer{bottom:5px;height:22px;font-size:10px;gap:6px;padding:0 9px}}button{border:none}
