.home-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;box-sizing:border-box;width:100%;height:100%;max-height:100vh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(12px,3vmin,24px);background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(14,165,233,.2),transparent 55%),linear-gradient(165deg,#0b1220,#111c2e 42%,#0c1929)}.home-landing{position:relative;width:100%;max-width:960px;max-height:100%;flex:0 1 auto;padding:clamp(.75rem,2vw,1.5rem);text-align:center;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:clamp(1rem,3vh,2rem);padding-bottom:80px}.home-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(56,189,248,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(56,189,248,.08) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;border-radius:inherit}.home-header{position:relative;flex-shrink:0;margin:0;padding:0}.home-title{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;letter-spacing:.02em;color:#e0f2fe;text-shadow:0 0 20px rgba(34,211,238,.55),0 0 40px rgba(6,182,212,.35)}.home-subtitle{margin:0;font-size:.95rem;color:#e2e8f0d9;font-weight:400}.home-cards{position:relative;flex-shrink:1;min-height:0;display:flex;flex-wrap:wrap;gap:clamp(.75rem,2vw,1.5rem);justify-content:center;align-items:stretch}.home-card{flex:1 1 min(280px,100%);max-width:400px;padding:clamp(1.25rem,3vw,1.75rem) clamp(1rem,2.5vw,1.5rem);border-radius:16px;background:linear-gradient(145deg,#1e293bf2,#0f172afa);border:1px solid rgba(56,189,248,.15);box-shadow:0 0 0 1px #0f172a80,0 12px 40px #082f4959;display:flex;flex-direction:column;align-items:center;text-align:center}.home-card-icon{width:clamp(56px,12vw,72px);height:clamp(56px,12vw,72px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:clamp(24px,6vw,32px);color:#fff;margin-bottom:.75rem}.home-card-icon--agent{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 24px #2563eb73}.home-card-icon--interview{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 8px 24px #0d948873}.home-card-icon--contract{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 24px #d9770673}.home-card-title{margin:0 0 .5rem;font-size:clamp(1rem,2.8vw,1.15rem);font-weight:700;color:#f8fafc;line-height:1.35}.home-card-desc{margin:0 0 1rem;font-size:clamp(.8rem,2.2vw,.875rem);color:#94a3b8;line-height:1.5;flex:1}.home-card-btn{width:100%;max-width:220px;padding:.65rem 1.25rem;border:none;border-radius:999px;background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:filter .2s,transform .15s}.home-card-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.home-card-btn:active{transform:translateY(0)}@media (max-width: 640px){.home-cards{flex-direction:column}.home-card{max-width:none}}.chat-page-shell{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;max-height:100vh;overflow:hidden;box-sizing:border-box;z-index:1}.chat-layout{display:flex;height:100%;max-height:100%;width:100vw;max-width:none;margin:0 auto;background:#f5f7fa}.chat-page-shell .chat-layout{height:100%}.chat-sidebar{width:280px;flex-shrink:0;background:#0f172a;color:#e2e8f0;display:flex;flex-direction:column;border-right:1px solid #1e293b;min-height:0;height:100%;overflow:hidden}.chat-sidebar-header{flex-shrink:0;padding:16px;border-bottom:1px solid #1e293b}.chat-sidebar-brand{display:flex;align-items:center;gap:8px;margin-bottom:12px;min-width:0}.chat-sidebar-feature-title{margin:0;font-size:16px;font-weight:600;color:#f8fafc;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-sidebar-back-home{width:100%;margin-bottom:10px;border:1px solid #334155;border-radius:10px;background:transparent;color:#94a3b8;height:34px;font-size:13px;cursor:pointer}.chat-sidebar-back-home:hover{color:#e2e8f0;border-color:#475569;background:#94a3b814}.new-chat-button{width:100%;border:none;border-radius:10px;background:#2563eb;color:#fff;height:38px;cursor:pointer}.chat-sidebar-docs-entry{width:100%;margin-top:8px;border:1px solid #334155;border-radius:10px;background:transparent;color:#cbd5e1;height:34px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.chat-sidebar-docs-entry:hover{color:#e2e8f0;border-color:#60a5fa;background:#60a5fa14}.chat-docs-modal-hint{margin:0 0 12px;font-size:13px;color:#64748b;line-height:1.5}.chat-docs-modal-list{max-height:360px;overflow-y:auto}.chat-docs-modal-empty{padding:24px 0;text-align:center;color:#94a3b8;font-size:13px}.chat-docs-modal-row{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;margin-bottom:8px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.chat-docs-modal-row.status-ready{border-color:#a7f3d0;background:#ecfdf5}.chat-docs-modal-row.status-processing,.chat-docs-modal-row.status-pending{border-color:#fde68a;background:#fffbeb}.chat-docs-modal-row.status-failed{border-color:#fecaca;background:#fef2f2}.chat-docs-modal-main{flex:1;min-width:0}.chat-docs-modal-name{font-size:14px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-docs-modal-meta{margin-top:4px;font-size:12px;color:#64748b;line-height:1.4;word-break:break-all}.chat-sidebar-list{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px}.chat-sidebar-userbar{flex-shrink:0;padding:12px 16px;border-top:1px solid #1e293b;display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.chat-sidebar-userbar:hover{background:#ffffff0a}.chat-sidebar-user-avatar{background:#2563eb}.chat-sidebar-user-name{color:#e2e8f0;font-size:14px}.chat-sidebar-row{display:flex;align-items:center;gap:0;overflow:hidden;border:1px solid rgba(255,255,255,.2);background:#111827;color:#cbd5e1;border-radius:10px;margin-bottom:8px;min-height:56px}.chat-sidebar-row.active{border-color:#60a5faf2;background:#1e293b}.chat-sidebar-row-main{flex:1;min-width:0;text-align:left;border:none;background:transparent;color:inherit;cursor:pointer;padding:10px 6px 10px 12px;outline:none;box-shadow:none}.chat-sidebar-row-main::-moz-focus-inner{border:0}.chat-sidebar-row-main:focus,.chat-sidebar-row-main:focus-visible{outline:none;box-shadow:none}.chat-sidebar-title-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.chat-sidebar-pin-icon{color:#fbbf24;font-size:12px;flex-shrink:0}.chat-sidebar-title{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-sidebar-more-wrap{display:flex;align-items:center;align-self:stretch;flex-shrink:0;padding:0 8px 0 0;opacity:0;transition:opacity .15s ease}.chat-sidebar-row:hover .chat-sidebar-more-wrap{opacity:1}.chat-sidebar-more-wrap .ant-btn.ant-btn-text,.chat-sidebar-more-wrap .ant-btn.ant-btn-text:hover,.chat-sidebar-more-wrap .ant-btn.ant-btn-text:focus,.chat-sidebar-more-wrap .ant-btn.ant-btn-text:focus-visible{border:none!important;border-inline:none!important;box-shadow:none!important;outline:none!important}.chat-sidebar-more-wrap .ant-btn:before{display:none!important}.chat-sidebar-more-btn{color:#94a3b8!important}.chat-sidebar-more-btn:hover{color:#e2e8f0!important;background:#94a3b826!important}.chat-sidebar-time{font-size:12px;color:#94a3b8}.chat-container{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;height:100%;overflow:hidden;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.chat-mobile-topbar{display:none;flex-shrink:0;align-items:center;justify-content:center;gap:0;padding:10px 14px;background:#fff;border-bottom:1px solid #e8e8e8}.chat-mobile-title{flex:1;min-width:0;font-size:16px;font-weight:600;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-messages{flex:1;min-height:0;padding:20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:16px}.message{max-width:70%;display:flex;flex-direction:column;gap:4px}.message-bubble-row{display:flex;align-items:flex-start;gap:8px;min-width:0}.ai-message .message-bubble-row{max-width:100%}.message-content-md{flex:1;min-width:0;text-align:left}.message-copy-fab{flex-shrink:0;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#0000000a;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.message-copy-fab:hover{background:#1890ff1f;color:#1890ff}.chat-markdown{font-size:14px;line-height:1.55;word-break:break-word;text-align:left}.chat-stream-direct{white-space:pre-wrap;min-height:1.2em}.chat-stream-progress{display:inline-flex;align-items:center;gap:8px;margin-top:6px;color:#94a3b8;font-size:12px}.chat-stream-progress-text{line-height:1}.chat-stream-progress .loading-indicator{padding:0;gap:5px}.chat-stream-progress .loading-dot{width:6px;height:6px}.chat-stream-plain{font-size:14px;line-height:1.55;word-break:break-word;text-align:left;white-space:pre-wrap}.chat-markdown h1{margin:.4em 0 .3em;font-size:16px;font-weight:600;line-height:1.35;color:#1e293b}.chat-markdown h2{margin:.4em 0 .3em;font-size:15px;font-weight:600;line-height:1.35;color:#1e293b;border-bottom:1px solid #eee;padding-bottom:.2em}.chat-markdown h3{margin:.35em 0 .25em;font-size:14px;font-weight:600;line-height:1.4;color:#334155}.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{margin:.3em 0 .2em;font-size:14px;font-weight:600;line-height:1.4;color:#475569}.chat-markdown p{margin:.2em 0}.chat-markdown p:first-child{margin-top:0}.chat-markdown p:last-child{margin-bottom:0}.chat-markdown ul,.chat-markdown ol{margin:.3em 0 .25em;padding-left:1.35em}.chat-markdown li{margin:.12em 0;line-height:1.5}.chat-assistant-pending,.chat-assistant-fallback{color:#94a3b8;font-size:14px}.chat-markdown strong{color:#0f172a;font-weight:600;font-size:inherit}.chat-markdown blockquote{margin:.5em 0;padding:.35em .75em;border-left:3px solid #1890ff;background:#f8fafc;color:#475569}.chat-markdown .chat-inline-code{padding:.1em .35em;border-radius:4px;background:#f1f5f9;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.chat-pre-wrap{position:relative;margin:.5em 0;border-radius:10px;background:#0f172a;overflow:hidden}.chat-pre-wrap .chat-code-copy{position:absolute;top:8px;right:8px;z-index:1;padding:4px 10px;font-size:12px;border:none;border-radius:6px;background:#ffffff1f;color:#e2e8f0;cursor:pointer}.chat-pre-wrap .chat-code-copy:hover{background:#1890ff73;color:#fff}.chat-pre-wrap .chat-pre{margin:0;padding:40px 14px 14px;overflow-x:auto;font-size:13px;line-height:1.5}.chat-pre-wrap .chat-pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#e2e8f0;background:transparent}.user-message{align-self:flex-end}.ai-message{align-self:flex-start}.message-content{padding:12px 16px;border-radius:18px;line-height:1.4}.user-message .message-content{background-color:#1890ff;color:#fff;border-bottom-right-radius:4px}.ai-message .message-content{background-color:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000d;text-align:left}.message-time{font-size:12px;color:#999;align-self:flex-start;margin-top:4px}.user-message .message-time{align-self:flex-end}.ai-message .message-time{align-self:flex-start}.loading-indicator{display:flex;gap:8px;padding:8px 0}.loading-dot{width:8px;height:8px;border-radius:50%;background-color:#1890ff;animation:pulse 1.4s infinite ease-in-out both}.loading-dot:nth-child(1){animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}@keyframes pulse{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-area{flex-shrink:0;display:flex;flex-direction:column;padding:16px;background-color:#fff;border-top:1px solid #e8e8e8;gap:10px}.chat-input-row{display:flex;gap:12px;align-items:center;width:100%}.chat-attach-button{flex-shrink:0;width:40px;height:40px;border:1px solid #d9d9d9;border-radius:20px;background:#fff;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-attach-button:hover{border-color:#91caff;color:#1677ff}.chat-attach-button.disabled{cursor:not-allowed;opacity:.6}.chat-attach-button input{display:none}.chat-attachment-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.chat-attachment-list-message{margin-top:8px}.chat-attachment-chip{max-width:240px;display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #d9e6f7;border-radius:8px;background:#f6fbff;color:#1f2937;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment-remove{width:18px;height:18px;padding:0;border:none;border-radius:50%;background:transparent;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-attachment-remove:hover:not(:disabled){background:#1890ff1f;color:#1677ff}.chat-attachment-remove:disabled{cursor:not-allowed;opacity:.6}.web-search-toggle{flex-shrink:0;min-height:40px;padding:0 14px;border:1px solid #d9d9d9;border-radius:20px;background:#fff;color:#475569;font-size:13px;cursor:pointer;transition:all .2s ease}.web-search-toggle:hover:not(:disabled){border-color:#91caff;color:#1677ff}.web-search-toggle.active{border-color:#1677ff;background:#e6f4ff;color:#1677ff}.web-search-toggle:disabled{cursor:not-allowed;opacity:.6}.chat-web-sources-collapse{margin:0 0 10px;max-width:min(520px,100%)}.chat-web-sources-summary{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:#8b95a8;font-size:13px;line-height:1.5;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s ease}.chat-web-sources-summary:hover{color:#5b6577}.chat-web-sources-chevron{font-size:10px;transition:transform .18s ease}.chat-web-sources-collapse.is-open .chat-web-sources-chevron{transform:rotate(180deg)}.chat-web-sources-list{margin:8px 0 0;padding:8px 10px 8px 28px;list-style:decimal;border-radius:10px;background:#f7f8fa;max-height:220px;overflow-y:auto}.chat-web-sources-list li{margin:0;padding:4px 0;color:#64748b;font-size:12.5px;line-height:1.45;word-break:break-all}.chat-web-sources-list li+li{border-top:1px solid #eef0f3}.chat-web-sources-list a{color:#3b82f6;text-decoration:none}.chat-web-sources-list a:hover{text-decoration:underline;color:#2563eb}.chat-interview-track-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.chat-interview-track-hint{font-size:13px;color:#64748b;flex-shrink:0}.chat-interview-track-seg .ant-segmented{flex:1;min-width:0}.chat-sidebar-track-tag{margin-inline-start:6px!important;font-size:11px;line-height:1.4;padding:0 6px}.chat-input{flex:1;padding:12px 16px;border:1px solid #d9d9d9;border-radius:24px;font-size:14px;outline:none;transition:all .3s}.chat-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.send-button{padding:12px 24px;flex-shrink:0;box-sizing:border-box;min-height:44px;line-height:1.4;background-color:#1890ff;color:#fff;border:none;border-radius:24px;font-size:14px;cursor:pointer;transition:all .3s}.send-button:hover{background-color:#40a9ff}.send-button:active{background-color:#096dd9}.send-button-stop{background-color:#fa8c16}.send-button-stop:hover{background-color:#ffa940}.send-button-stop:active{background-color:#d46b08}.chat-footer{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background-color:#fff;border-top:1px solid #e8e8e8;font-size:12px;color:#999}@media (max-width: 768px){.chat-layout{width:100%}.chat-sidebar{display:none}.chat-mobile-topbar{display:flex}.message{max-width:85%}.chat-messages,.chat-input-area{padding:12px}.chat-footer{flex-direction:column;gap:4px;padding:8px 20px}}.pdf-export-embedded{margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.pdf-export-inline-text{margin:0 0 10px;font-size:13px;line-height:1.45;color:#333}.pdf-export-inline-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pdf-export-inline-actions button{padding:4px 12px;font-size:13px;line-height:1.4;border-radius:6px;cursor:pointer;border:1px solid #d9d9d9;background:#fff;color:#595959}.pdf-export-inline-actions button:hover{border-color:#1890ff;color:#1890ff}.pdf-export-inline-actions .pdf-export-confirm{background:#1890ff;border-color:#1890ff;color:#fff}.pdf-export-inline-actions .pdf-export-confirm:hover{background:#40a9ff;border-color:#40a9ff;color:#fff}.pdf-export-inline-actions .pdf-export-cancel{background:#fafafa}.chat-messages::-webkit-scrollbar,.chat-sidebar-list::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chat-sidebar-list::-webkit-scrollbar-track{background:#1e293b;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-sidebar-list::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.chat-sidebar-list::-webkit-scrollbar-thumb:hover{background:#64748b}body:has(.contract-shell){display:block;background:#f4f6fa;color:#17243b}#root:has(.contract-shell){max-width:none;padding:0;margin:0;text-align:left}.contract-shell{min-height:100vh;padding:0 5vw 48px;background:#f4f6fa;color:#17243b;font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif;color-scheme:light}.contract-nav{min-height:76px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfe5ee;gap:20px}.contract-nav span{font-size:12px;letter-spacing:1px;color:#66758c;margin-left:16px}.contract-heading{display:flex;align-items:center;justify-content:space-between;padding:40px 0 30px;gap:24px}.contract-heading h1{font-size:clamp(24px,3vw,36px);margin:8px 0 12px;line-height:1.3;overflow-wrap:anywhere}.contract-heading p,.contract-placeholder p{color:#738095}.eyebrow{font-size:11px;letter-spacing:2px;color:#4967bd;font-weight:700}.contract-actions{display:flex;gap:12px;flex-wrap:wrap}.version-select{min-width:180px;max-width:min(300px,85vw)}.contract-panel{background:#fff;border:1px solid #e1e7ef;border-radius:16px;padding:24px;min-width:0;box-shadow:0 4px 20px #25385604}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.panel-heading h2{margin:0;font-size:18px}.contract-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px}.contract-stats>div{background:#fff;border:1px solid #e1e7ef;border-radius:12px;padding:20px 24px}.contract-stats span{display:block;color:#718096;font-size:13px}.contract-stats strong{display:block;margin-top:8px;font-size:25px}.contract-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.contract-tile{text-align:left;background:#fff;color:#17243b;border:1px solid #e2e8f0;padding:24px;border-radius:12px;cursor:pointer}.contract-tile:hover{border-color:#7395e9;box-shadow:0 6px 18px #24469b0d}.contract-tile h3{overflow-wrap:anywhere;font-size:17px}.contract-tile p{color:#748197;font-size:13px}.document-icon{display:inline-flex;padding:8px 12px;background:#edf2ff;color:#4264b5;border-radius:8px}.tile-link{display:block;margin-top:25px;color:#4164b8;font-size:13px}.contract-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.contract-document{white-space:pre-wrap;overflow-wrap:anywhere;max-height:75vh;overflow:auto;line-height:2;padding:20px;background:#fafbfd;font-family:inherit;font-size:14px}.contract-placeholder{padding:64px 12px;text-align:center}.contract-placeholder .ant-empty{margin-bottom:24px}.analysis-summary p{line-height:1.9}.analysis-summary dl{display:grid;grid-template-columns:85px 1fr;gap:12px;font-size:14px}.analysis-summary dt{color:#758198}.analysis-summary dd{margin:0;overflow-wrap:anywhere}.risk-counts{display:flex;gap:16px;padding:20px 0;font-size:13px}.risk-counts b{margin-left:8px;font-size:20px}.risk-card{border:1px solid #e5e9f0;border-left:3px solid #668bd6;border-radius:10px;padding:20px;margin:0 0 18px;line-height:1.8;font-size:14px}.risk-card.high{border-left-color:#d85d5d}.risk-card.medium{border-left-color:#dba44e}.risk-card h3{margin:8px 0;font-size:16px}.risk-card blockquote{margin:12px 0;padding:12px;background:#f6f7fa;color:#677287;white-space:pre-wrap}.risk-suggestion{background:#f0f6ff;padding:12px;border-radius:8px}.risk-suggestion p{margin:6px 0}.analysis-note{color:#8591a3;font-size:12px}@media (max-width: 900px){.contract-columns{grid-template-columns:1fr}.contract-heading{flex-direction:column;align-items:flex-start}.contract-stats{gap:8px}.contract-stats>div{padding:16px}.contract-nav>span{display:none}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem;text-align:center}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.form-container{max-width:400px;margin:0 auto;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;background-color:#f9f9f9}.form-container h2{margin-bottom:1.5rem;color:#333}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff33}.error-message{color:#e53935;font-size:.875rem;margin-top:.5rem}.submit-button{width:100%;margin-top:1.5rem;padding:.8rem;background-color:#646cff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .25s}.submit-button:hover{background-color:#535bf2;border-color:#535bf2}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.link-container{margin-top:1rem;font-size:.875rem}.link-container a{color:#646cff;text-decoration:none}.link-container a:hover{text-decoration:underline}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}.success-message{color:#4caf50;font-size:.875rem;margin-top:.5rem}.auth-page{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:1rem}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;max-width:1000px;margin:0 auto;padding:1rem;text-align:center}.auth-card{width:100%;max-width:500px;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.auth-title{margin-bottom:1.5rem!important;text-align:center}.auth-demo-hint{position:relative;margin-bottom:1.25rem;padding:1rem 1.125rem 1rem 1.25rem;text-align:left;border-radius:12px;border:1px solid rgba(22,119,255,.18);background:linear-gradient(135deg,#f5f9ff,#eef6ff 48%,#f8fbff);box-shadow:0 6px 18px #1677ff14;overflow:hidden}.auth-demo-hint:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:12px 0 0 12px;background:linear-gradient(180deg,#4096ff,#1677ff)}.auth-demo-hint__badge{display:inline-block;margin-bottom:.5rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#1677ff;background:#1677ff1a;border-radius:999px}.auth-demo-hint__title{margin-bottom:.375rem;font-size:1rem;font-weight:600;line-height:1.4;color:#1f1f1f}.auth-demo-hint__desc{margin:0;font-size:.875rem;line-height:1.65;color:#595959}.auth-submit{margin-top:1.5rem!important}.auth-link-text{margin-top:1rem!important;text-align:center;display:block}
