@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap";
.gooey-spinnerSpin{animation:1s linear infinite gooey-spin}@keyframes gooey-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-sonner-toast][data-x-position=center]{width:fit-content!important;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}[data-gooey-toast-css]{--gooey-toast:1}[data-sonner-toast][data-expanded=true]{transition:transform .15s,opacity .4s,height .15s,box-shadow .2s!important}.gooey-wrapper{pointer-events:auto;cursor:default;width:fit-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;position:relative}.gooey-blobSvg{pointer-events:none;filter:drop-shadow(0 4px 12px #0000000f)drop-shadow(0 1px 4px #0000000a);position:absolute;top:0;left:0;overflow:visible}.gooey-content{z-index:1;transition:padding .35s cubic-bezier(.4,0,.2,1);position:relative}.gooey-contentCompact{padding:7px 10px}.gooey-contentExpanded{min-width:300px;max-width:380px;padding:7px 10px 16px}.gooey-header{color:inherit;align-items:center;gap:8px;display:inline-flex}.gooey-iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;line-height:0;display:flex}.gooey-title{white-space:nowrap;color:inherit;padding:0 4px 0 2px;font-size:12px;font-weight:700;line-height:1}.gooey-titleDefault{color:#555}.gooey-titleSuccess{color:#4caf50}.gooey-titleError{color:#e53935}.gooey-titleWarning{color:#c49000}.gooey-titleInfo{color:#1e88e5}.gooey-titleLoading{color:#555}.gooey-timestamp{color:#999;white-space:nowrap;padding-left:6px;font-size:11px;font-weight:400;line-height:1}.gooey-description{color:#444;margin-top:16px;font-size:13px;font-weight:400;line-height:1.55;overflow:hidden}.gooey-actionWrapper{margin-top:12px;overflow:hidden}.gooey-actionButton{box-sizing:border-box;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;outline:none;width:100%;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:block}.gooey-actionButton:focus:not(:focus-visible){outline:none}.gooey-actionButton:focus-visible{outline-offset:2px;outline:2px solid}.gooey-actionDefault{color:#555;background:#e8e8e8}.gooey-actionDefault:hover{background:#dcdcdc}.gooey-actionDefault:active{background:#d0d0d0}.gooey-actionSuccess{color:#4caf50;background:#c8e6c9}.gooey-actionSuccess:hover{background:#a5d6a7}.gooey-actionSuccess:active{background:#81c784}.gooey-actionError{color:#e53935;background:#ffcdd2}.gooey-actionError:hover{background:#ef9a9a}.gooey-actionError:active{background:#e57373}.gooey-actionWarning{color:#c49000;background:#ffecb3}.gooey-actionWarning:hover{background:#ffe082}.gooey-actionWarning:active{background:#ffd54f}.gooey-actionInfo{color:#1e88e5;background:#bbdefb}.gooey-actionInfo:hover{background:#90caf9}.gooey-actionInfo:active{background:#64b5f6}.gooey-progressWrapper{background:#0000000f;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.gooey-progressBar{transform-origin:0;height:100%;animation:gooey-progress-shrink var(--gooey-progress-duration,4s)linear forwards;border-radius:2px;animation-play-state:running}.gooey-progressPaused .gooey-progressBar{animation-play-state:paused}@keyframes gooey-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.gooey-progressDefault{background:#999}.gooey-progressSuccess{background:#4caf50}.gooey-progressError{background:#e53935}.gooey-progressWarning{background:#c49000}.gooey-progressInfo{background:#1e88e5}.gooey-wrapper[data-theme=dark] .gooey-blobSvg{filter:drop-shadow(0 4px 12px #0000004d)drop-shadow(0 1px 4px #0003)}.gooey-wrapper[data-theme=dark] .gooey-titleDefault{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-titleSuccess{color:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-titleError{color:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-titleWarning{color:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-titleInfo{color:#42a5f5}.gooey-wrapper[data-theme=dark] .gooey-titleLoading{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-timestamp{color:#777}.gooey-wrapper[data-theme=dark] .gooey-description{color:#e0e0e0}.gooey-wrapper[data-theme=dark] .gooey-actionDefault{color:#ccc;background:#3a3a3a}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:hover{background:#444}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:active{background:#4e4e4e}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess{color:#66bb6a;background:#1b5e20}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:hover{background:#2e7d32}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:active{background:#388e3c}.gooey-wrapper[data-theme=dark] .gooey-actionError{color:#ef5350;background:#b71c1c}.gooey-wrapper[data-theme=dark] .gooey-actionError:hover{background:#c62828}.gooey-wrapper[data-theme=dark] .gooey-actionError:active{background:#d32f2f}.gooey-wrapper[data-theme=dark] .gooey-actionWarning{color:#ffb300;background:#4a3800}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:hover{background:#5c4600}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:active{background:#6e5400}.gooey-wrapper[data-theme=dark] .gooey-actionInfo{color:#42a5f5;background:#0d47a1}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:hover{background:#1565c0}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:active{background:#1976d2}.gooey-wrapper[data-theme=dark] .gooey-progressWrapper{background:#ffffff1a}.gooey-wrapper[data-theme=dark] .gooey-progressDefault{background:#888}.gooey-wrapper[data-theme=dark] .gooey-progressSuccess{background:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-progressError{background:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-progressWarning{background:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-progressInfo{background:#42a5f5}
:root{--bg-light:#f5f5f5;--surface:#fff;--surface-soft:#f1f2fd;--ink:#000000de;--ink-muted:#0009;--line:#0000001f;--brand:#1e88e5;--brand-2:#531ee5;--action:#006fff;--font-sans-ja:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",Roboto,"SF Pro Text",Arial,sans-serif;--font-sans-en:Roboto,"SF Pro Text",Arial,sans-serif;--font-sans:var(--font-sans-ja)}html[lang=en]{--font-sans:var(--font-sans-en)}html[lang=en] body{font-weight:500}html[lang=ja]{--font-sans:var(--font-sans-ja)}*{box-sizing:border-box}html,body{background:var(--bg-light);color:var(--ink);font-family:var(--font-sans);height:100%;margin:0;padding:0;font-size:14px;font-weight:400;overflow:hidden auto}html{scroll-behavior:smooth}body.app-fullscreen{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}input,textarea,select{font:inherit;font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:600}button,.primaryBtn,.ghostBtn,.ctaBtn{font-weight:500}.demoBar{z-index:20;color:#0f172a;border-top:1px solid var(--line);text-align:center;background:#1e88e538;justify-content:center;align-items:center;padding:8px 16px;font-size:12px;line-height:18px;display:flex;position:fixed;bottom:0;left:0;right:0}.demoBarLink{text-underline-offset:2px;margin:0 4px;font-weight:600;text-decoration:underline;display:inline-block}.demoBarSpacer{height:34px}.landing{width:100%;min-height:100vh}.container{width:calc(100% - 48px);max-width:1200px;margin:0 auto}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);z-index:10;background:#fffc;position:sticky;top:0}.navWrap{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{white-space:nowrap;font-size:21px;font-weight:600;line-height:30px}.brandDoc{color:var(--ink)}.brandCopilot{background:linear-gradient(180deg,var(--brand),var(--brand-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.nav{flex:1;justify-content:center;align-items:center;gap:16px;padding:0 40px;font-size:14px;font-weight:500;display:flex}.nav a{padding:4px 6px}.auth{align-items:center;gap:16px;display:flex}.ghostBtn,.primaryBtn{font-size:14px;font-weight:500;line-height:20px;font-family:var(--font-sans);white-space:nowrap;cursor:pointer;border:0;border-radius:100px;justify-content:center;align-items:center;min-height:40px;display:inline-flex}.ghostBtn{color:var(--action);background:0 0;padding:10px 12px}.primaryBtn{background:var(--action);color:#fff;min-height:32px;font-family:var(--font-sans);border-radius:4px;padding:6px 16px}.ctaBtn{background:var(--action);color:#fff}.heroSection{background:linear-gradient(180deg,var(--surface-soft),#fff);padding:120px 0 72px}.heroGrid{grid-template-columns:588px 523px;justify-content:flex-start;align-items:center;gap:89px;width:100%;display:grid}.heroBody{width:588px;max-width:100%}.heroGrid h1{overflow-wrap:anywhere;word-break:normal;max-width:100%;margin:0;font-size:36px;font-weight:400;line-height:44px}.heroGrid h1 span{background:linear-gradient(180deg,var(--brand),var(--brand-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.heroTitleLine{color:var(--ink);-webkit-text-fill-color:currentColor;white-space:nowrap;background:0 0;display:block}.heroTitleAccent{display:block}.heroGrid p{width:565px;max-width:100%;margin:24px 0 40px;font-size:18px;line-height:28px}.heroImage{border-radius:40px;width:523px;max-width:100%}.ctaBtn{color:#fff;width:fit-content;font-size:15px;font-weight:600;line-height:20px;font-family:var(--font-sans);cursor:pointer;letter-spacing:.1px;background:linear-gradient(102deg,#6b4fff 0%,#2a80f0 58%,#1f8fe9 100%);border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:13px 22px;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 10px 24px -10px #1f8fe9bf,inset 0 1px #ffffff3d}.ctaBtn:hover{filter:saturate(1.06);transform:translateY(-1px);box-shadow:0 14px 28px -12px #1f8fe9d1,inset 0 1px #ffffff47}.ctaBtn:active{transform:translateY(0);box-shadow:0 8px 18px -10px #1f8fe9b8,inset 0 1px #ffffff38}.ctaBtn:focus-visible{outline-offset:3px;outline:3px solid #1f8fe959}.ctaBtn img{object-fit:contain;filter:brightness(0)invert();width:11px;height:11px;transition:transform .2s;display:block}.ctaBtn:hover img{transform:translate(1px,-1px)}.arrowWrap{justify-content:center;margin-top:42px;display:flex}.arrowNextBtn{cursor:pointer;appearance:none;background:linear-gradient(#bdbffa 0%,#eceef6 52%,#fff 100%);border:1px solid #c6c9d6;border-radius:999px;justify-content:center;align-items:center;width:88px;height:100px;padding:0;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.arrowNextBtn:hover{background:linear-gradient(#bdbffa 0%,#e9ebf4 52%,#fff 100%);border-color:#b8bcc9;transform:translateY(-2px)}.arrowNextBtn:active{transform:translateY(0)}.arrowNextBtn:focus-visible{outline-offset:4px;outline:3px solid #1e88e559}.arrowNextBtn img{object-fit:contain;filter:brightness(0)saturate();width:40px;height:40px;display:block}.solutionSection{background:#fff;padding:140px 0}.sectionHead{text-align:center;width:100%;max-width:73%;margin:0 auto}.sectionHead h2,.sectionHead p{max-width:900px;margin-left:auto;margin-right:auto}.sectionHead h2,.highlightBody h2{white-space:nowrap;margin:0;font-size:45px;font-weight:400;line-height:52px}.sectionHead p,.highlightBody>p{color:var(--ink-muted);margin:24px 0 0;font-size:20px;line-height:28px}.cardsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:80px;display:grid}.card{background:linear-gradient(#d1dffe33,#bdbdfa33);border-radius:24px;min-height:425px;padding:40px}.cardIcon{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 4px 24px -5px #00000040}.cardIcon img{width:40px;height:40px}.card h3{white-space:normal;overflow-wrap:anywhere;margin:80px 0 13px;font-size:22px;font-weight:600;line-height:28px}.card p{margin:0;font-size:18px;line-height:28px}.highlightSection{background:linear-gradient(#f9fafd,#fff);padding:154px 0}.highlightGrid{grid-template-columns:508px 480px;justify-content:space-between;align-items:start;gap:48px;max-width:1040px;margin:0 auto;display:grid}.strengthImage{border-radius:40px;width:100%}.highlightBody ul{gap:32px;margin:64px 0 0;padding:0;list-style:none;display:grid}.highlightBody,.highlightBody>p,.highlightBody ul{max-width:480px}.highlightBody li{grid-template-columns:40px 1fr;align-items:center;gap:24px;display:grid}.listIcon{background:linear-gradient(#97d0ff,#2a23e6);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.listIcon img{width:24px;height:24px}.highlightBody li p{margin:0;font-size:16px;line-height:24px}.contactSection{background:#fff;padding:0 0 120px;scroll-margin-top:80px}.contactCard{background:linear-gradient(120deg,#eef4ff,#fff);border:1px solid #2c5eff33;border-radius:36px;grid-template-columns:1.3fr .7fr;align-items:center;gap:32px;padding:48px 56px;display:grid;box-shadow:0 18px 45px -30px #0f2b5e99}.contactCard h2{color:var(--brand);margin:0 0 12px;font-size:32px;line-height:40px}.contactCard p{color:var(--text);margin:0;font-size:18px;line-height:28px}.contactForm{justify-self:end;gap:16px;width:100%;max-width:360px;display:grid}.contactFields{gap:12px;display:grid}.contactForm input,.contactForm textarea{background:#fff;border:1px solid #0000003b;border-radius:4px;width:100%;padding:16px 12px;font-family:inherit;font-size:16px;line-height:24px}.contactForm input{height:56px}.contactForm textarea{resize:vertical;min-height:160px}.contactForm input::placeholder,.contactForm textarea::placeholder{color:#0009}.contactSubmit{color:#fff;cursor:pointer;height:40px;box-shadow:none;background:#1e88e5;border:0;border-radius:8px;justify-self:start;align-items:center;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.contactStatus{color:#1f2a44;margin:0;font-size:14px;line-height:20px}.footer{border-top:1px solid var(--line);background:#fff;padding:40px 0}.footerInner{gap:16px;display:grid}.footerTitle{color:var(--brand);margin:0;font-size:16px;font-weight:500;line-height:24px}.footerMeta{white-space:nowrap;margin:0;font-size:14px;line-height:20px}.footerContactLink{color:inherit;text-decoration:none}.footerContactLink:hover,.footerContactLink:focus-visible{text-decoration:underline}@media (max-width:1260px){.heroGrid,.highlightGrid{grid-template-columns:1fr;width:100%}.heroGrid{gap:48px}.heroImage,.strengthImage{max-width:100%}.heroBody{width:100%;min-width:0;max-width:none}.cardsGrid{grid-template-columns:1fr}.card{min-height:auto}.card h3{margin-top:32px}}@media (max-width:900px){.container{width:100%;padding-left:16px;padding-right:16px}.navWrap{flex-wrap:wrap;justify-content:flex-start;row-gap:10px;min-height:auto;padding:12px 0}.brand{margin-right:auto}.nav{scrollbar-width:none;flex:0 0 100%;order:3;justify-content:flex-start;gap:10px;padding:0;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav a{white-space:nowrap}.auth{gap:8px}.ghostBtn{min-height:32px;padding:6px 10px;font-size:13px}.primaryBtn{min-height:32px;padding:6px 12px;font-size:13px}.heroSection,.solutionSection,.highlightSection,.contactSection{padding-top:56px;padding-bottom:56px}.heroGrid{gap:24px}.heroGrid h1,.sectionHead h2,.highlightBody h2{white-space:normal;font-size:32px;line-height:40px}.heroGrid p,.card p,.sectionHead p,.highlightBody>p{font-size:16px;line-height:24px}.cardsGrid{gap:16px;margin-top:36px}.card{padding:24px}.cardIcon{border-radius:16px;width:64px;height:64px}.cardIcon img{width:32px;height:32px}.card h3{white-space:normal;overflow-wrap:anywhere;margin:24px 0 10px;font-size:20px;line-height:28px}.highlightBody ul{gap:18px;margin-top:28px}.highlightBody li{align-items:flex-start;gap:14px}.contactCard{text-align:left;grid-template-columns:1fr;padding:32px}.contactForm{justify-self:start;max-width:100%}.listIcon{border-radius:6px;width:32px;height:32px}.listIcon img{width:18px;height:18px}.footerMeta{white-space:normal}.footerMeta span{display:none}.footerMeta{gap:6px;display:grid}}@media (max-width:640px){.container{padding-left:12px;padding-right:12px}.heroGrid{gap:24px}.heroGrid h1,.sectionHead h2,.highlightBody h2{font-size:28px;line-height:34px}.ctaBtn{justify-content:center;width:fit-content;max-width:100%;padding:12px 18px;font-size:14px}.arrowWrap{margin-top:28px}.arrowNextBtn{border-width:1px;width:88px;height:100px}.arrowNextBtn img{width:40px;height:40px}.footer{padding:28px 0}}.signinPage{background:#f5f5f5;height:100vh;min-height:100vh;overflow:hidden}.signinPanel{border:1px solid #848484;grid-template-columns:500px 1fr;width:100%;height:100vh;min-height:864px;display:grid}.signinLeft{background:#fff;height:100vh;padding:120px 24px 24px;display:block;position:sticky;top:0;overflow:hidden}.signinCard{width:100%;max-width:420px;margin:0 auto}.signinTopBar{justify-content:flex-end;margin-bottom:16px;display:flex}.signinHeader{text-align:center;margin-bottom:40px}.signinHeader h1{margin:0;font-size:32px;font-weight:400;line-height:40px}.signinHeader p{margin:8px 0 0;font-size:16px;line-height:24px}.signinHeader a{color:#1e65d6;font-weight:500}.signinForm{gap:20px;display:grid}.fieldWrap{width:100%}.outlinedField{background:#fff;border:1px solid #79747e;border-radius:4px;align-items:center;width:100%;height:56px;margin:0;padding:0 0 0 12px;display:flex}.outlinedField legend{color:#49454f;white-space:nowrap;padding:0 4px;font-size:12px;line-height:16px}.outlinedField>input{background:0 0;border:0;outline:0;width:100%;min-width:0;padding:0 16px 0 4px;font-size:16px;display:block}.passwordField{align-items:center;width:100%;height:100%;display:flex}.passwordField input{background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 4px;font-size:16px}.passwordField input::-ms-reveal{display:none}.passwordField input::-ms-clear{display:none}.passwordField input::-webkit-credentials-auto-fill-button{visibility:hidden;pointer-events:none;position:absolute;right:0}.passwordField button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.passwordField button img{width:20px;height:20px}.passwordField button svg{fill:#1f1f1f;width:24px;height:24px}.forgotBtn{color:#1e65d6;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;padding:0;font-size:14px;line-height:20px;display:inline-flex}.signinBtn{color:#fff;cursor:pointer;background:#2196f3;border:0;border-radius:4px;height:40px;font-size:14px;font-weight:500;line-height:20px}.signinFooterText{text-align:center;margin-top:40px}.signinFooterText p{margin:0;font-size:14px;line-height:20px}.signinFooterText p:first-child{color:#0009}.signinFooterText p:last-child{font-weight:500}.signinRight{overscroll-behavior:contain;background:#f5f5f5;align-content:start;gap:18px;height:100vh;padding:20px 56px 28px;display:grid;overflow-y:auto}.signinRightTopBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.backBtn{color:#176dc0;background:#dcecfb;border-radius:4px;align-items:center;gap:8px;width:fit-content;height:40px;padding:0 16px;font-size:14px;line-height:20px;display:inline-flex}.backBtn svg{fill:currentColor;width:18px;height:18px}.signinRight h2{margin:0;font-size:28px;font-weight:400;line-height:36px}.signinRight h3{margin:0;font-size:24px;font-weight:400;line-height:32px}.introList,.featureList{gap:18px;width:75%;margin:0;padding:0;list-style:none;display:grid}.introList li,.featureList li{grid-template-columns:24px 1fr;align-items:start;gap:8px;display:grid}.introList img{width:20px;height:18px}.featureList img{width:17px;height:13px}.introList p,.featureList p{margin:0;font-size:16px;line-height:20px}.introList p strong,.featureList p strong{font-weight:400}.signinHero{object-fit:cover;width:100%;max-width:980px;height:clamp(200px,35vh,440px)}.signupLeft{padding-top:24px}.signupCard{max-width:440px}.signupHeader{margin-bottom:40px}.signupForm{gap:16px}.simpleInput{color:#000000de;background:#fff;border:1px solid #c4c4c4;border-radius:3px;width:100%;height:40px;padding:10px 12px;font-size:14px;line-height:20px}.simpleInput::placeholder{color:#000000b3;opacity:1}.agreeRow{cursor:pointer;grid-template-columns:18px 1fr;align-items:flex-start;gap:20px;margin-top:8px;display:grid}.agreeRow input{accent-color:#176dc0;width:18px;height:18px;margin:0}.agreeRow span{font-size:14px;line-height:20px}.agreeRow a{color:#1e65d6}.formMessage{margin:0;font-size:14px;line-height:20px}.formError{color:#b3261e}.formSuccess{color:#176dc0}.signinBtn:disabled{opacity:.8;cursor:not-allowed}.resetLinkBox{background:#1e88e50d;border:1px dashed #1e88e573;border-radius:8px;gap:6px;margin-top:12px;padding:12px;display:grid}.resetHint{color:#0009;margin:0;font-size:12px;line-height:16px}.resetHintInline{color:#0009;margin:4px 0 0;font-size:12px;line-height:16px}.resetNextBtn{margin-top:12px}.resetInlineForm{margin-top:16px}.resetLink{color:#1e65d6;word-break:break-all;text-underline-offset:2px;font-size:13px;line-height:18px;text-decoration:underline}@media (max-width:1100px){.signinPanel{border:0;grid-template-columns:1fr;height:auto}.signinLeft{height:auto;padding:24px 16px;position:static;overflow:visible}.signinRight{height:auto;padding:24px 16px 32px;overflow:visible}.signinHeader h1{font-size:32px;line-height:40px}.signinRight h2{font-size:28px;line-height:36px}.signinRight h3{font-size:24px;line-height:32px}}@media (max-height:900px){.signinLeft{padding-top:48px}.signinRight{gap:16px;padding:16px 48px 24px}.signinRight h2{font-size:24px;line-height:32px}.signinRight h3{font-size:20px;line-height:28px}.introList,.featureList{gap:12px}.signinHero{height:clamp(180px,26vh,360px)}}.dashboardPage{background:#f5f5f5;grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.dashboardHeader{background:#fff;border-bottom:1px solid #0000001f;padding:16px 24px}.dashboardHeaderInner{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboardNav{flex:1;justify-content:center;align-items:center;gap:0;padding:0 40px;display:flex}.dashboardNav a{padding:4px 6px;font-size:14px;font-weight:500;line-height:20px}.dashboardNav a.active{color:#1e88e5}.dashboardLangToggle{color:#1f1f1f;cursor:pointer;background:#fff;border:1px solid #d6dce6;border-radius:999px;align-items:center;gap:4px;padding:2px;transition:background .2s,border-color .2s,box-shadow .2s;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #0f172a14}.dashboardLangToggle:hover{border-color:#c8d1e0;box-shadow:0 2px 4px #0f172a1f}.dashboardLangToggle:focus-visible{outline-offset:2px;outline:2px solid #00000059}.dashboardLangOption{text-align:center;color:#0f172ab3;border-radius:999px;min-width:54px;padding:4px 12px;font-size:12px;font-weight:600;line-height:16px;transition:background .2s,color .2s}.dashboardLangToggle[data-lang=en] .dashboardLangOption:first-child,.dashboardLangToggle[data-lang=ja] .dashboardLangOption:last-child{color:#fff;background:linear-gradient(#2b91ff 0%,#1e7be0 100%)}.groupsPage .dashboardLangToggle{border-radius:999px}.documentsPage{--layout-gap:24px;background:#f5f5f5;width:100vw;height:100vh;min-height:100vh;overflow:hidden}.documentsLayout{align-items:stretch;gap:var(--layout-gap);padding:var(--layout-gap);box-sizing:border-box;flex-direction:row;height:calc(100vh - 72px);transition:gap .25s;display:flex;overflow:hidden}.documentsSidebar,.documentsAssist{flex-direction:column;align-items:stretch;height:100%;min-height:0;display:flex}.documentsSidebar{flex:0 0 260px;width:260px;padding:8px 8px 24px}.documentsSidebarTitle{color:#0009;white-space:nowrap;text-overflow:ellipsis;margin:0 12px 12px;font-size:18px;font-weight:600;line-height:26px;overflow:hidden}.documentsTree{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:12px;width:100%;min-height:0;display:flex;overflow:auto}.documentsTreeEmpty{color:#0009;margin:8px 12px;font-size:14px;line-height:20px}.documentsTreeGroup{flex-direction:column;gap:4px;display:flex}.documentsTreeRow{grid-template-columns:24px minmax(0,1fr);align-items:center;gap:6px;display:grid}.documentsTreeToggle{color:#00000094;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.documentsTreeToggle:hover{background:#00000014}.documentsTreeToggle:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.documentsTreeToggle:disabled{cursor:default;opacity:.55}.documentsTreeToggle:disabled:hover{background:0 0}.documentsTreeToggleIcon{width:22px;height:22px}.documentsTreeButton{text-align:left;color:#000000de;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-width:0;min-height:40px;padding:0 8px;font-size:16px;line-height:24px;display:inline-flex}.documentsTreeButton:hover,.documentsTreeButton.active{background:#d0e7fb}.documentsTreeButton:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.documentsTreeLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.documentsTreeFolderIcon{color:#1e88e5;flex:0 0 20px;width:20px;height:20px}.documentsTreeChildren{flex-direction:column;gap:4px;padding:0 0 4px 30px;display:flex}.documentsTreeChildButton{min-height:36px}.documentsTreeChildIndentIcon{color:#0000008a;flex:0 0 18px;width:18px;height:18px}.documentsTreeChildFolderIcon{color:#4a90e2}.treeRow{text-align:left;cursor:pointer;color:#000000de;background:0 0;border:0;border-radius:4px;grid-template-columns:24px 24px 1fr;align-items:center;gap:4px;width:100%;min-width:0;height:40px;padding:0 8px 0 12px;display:grid}.treeRow span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.treeRow.active{background:#d0e7fb}.treeRow:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.treeIcon img,.treeFolder img,.treeIconMui,.treeFolderMui{width:24px;height:24px}.treeIconMui{color:#0009}.treeFolderMui{color:#1e88e5}.documentsMain{flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;padding:0;display:flex}.documentsPanel{background:#fff;border-radius:8px;flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;padding:0;display:flex;overflow:hidden}.documentsPanelHeader{border-bottom:1px solid #0000001f;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.documentsPanelHeader:not(.documentsCreateHeader)>div:first-child{flex-direction:column;flex:1;align-items:flex-start;gap:8px;min-width:0;display:flex}.documentsPanelHeader h2{margin:0;font-size:18px;font-weight:600;line-height:26px}.documentsFilters{flex-wrap:wrap;align-items:center;gap:8px;margin-top:0;display:flex}.documentsFilterButton{color:#000000de;cursor:pointer;background:#fff;border:1px solid #0000003b;border-radius:8px;align-items:center;min-height:40px;padding:8px 12px;font-size:14px;line-height:20px;display:inline-flex}.documentsDateFilter,.documentsCreatorFilter{position:relative}.documentsDateFilterTrigger.open{border-color:#1e88e5b3;box-shadow:0 0 0 1px #1e88e533}.documentsDateFilterPopover{z-index:30;background:#fff;border:1px solid #dbeafe;border-radius:12px;flex-direction:column;gap:10px;min-width:296px;max-width:calc(100vw - 48px);padding:12px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 42px #2563eb1f}.documentsDateFilterOptions{gap:8px;display:grid}.documentsDateFilterOption{color:#1e40af;text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #c7ddff;border-radius:8px;min-height:36px;padding:7px 10px;font-size:13px;line-height:18px}.documentsDateFilterOption:hover{background:#eff6ff;border-color:#93c5fd}.documentsDateFilterOption.active{color:#1e3a8a;background:#dbeafe;border-color:#60a5fa}.documentsDateRangeForm{border-top:1px solid #dbeafe;gap:10px;padding-top:10px;display:grid}.documentsDateRangeField{color:#475569;gap:6px;font-size:12px;line-height:16px;display:grid}.documentsDateRangeField input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:36px;padding:0 10px;font-size:13px}.documentsDateRangeField input:focus-visible{outline-offset:1px;outline:2px solid #2563eb47}.documentsCreatorFilterPopover{z-index:30;background:#fff;border:1px solid #dbeafe;border-radius:12px;gap:8px;min-width:220px;max-width:min(320px,100vw - 48px);max-height:280px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 18px 42px #2563eb1f}.documentsCreatorFilterOption{color:#1e40af;text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #c7ddff;border-radius:8px;min-height:36px;padding:7px 10px;font-size:13px;line-height:18px}.documentsCreatorFilterOption:hover{background:#eff6ff;border-color:#93c5fd}.documentsCreatorFilterOption.active{color:#1e3a8a;background:#dbeafe;border-color:#60a5fa}.documentsDateFilterReset{color:#1d4ed8;cursor:pointer;background:#f8fbff;border:1px solid #c7ddff;border-radius:8px;align-self:flex-end;align-items:center;min-height:36px;padding:6px 10px;font-size:13px;line-height:18px;display:inline-flex}.documentsDateFilterReset:hover{background:#eff6ff;border-color:#93c5fd}.documentsDateFilterReset.active{color:#1e40af;background:#dbeafe;border-color:#60a5fa}.documentsDateCalendar{margin-top:0}.documentsDateCalendar .rdp-root,.documentsDateCalendar .rdp-root *{box-sizing:border-box}.documentsDateCalendar .rdp-root{--rdp-accent-color:#2563eb;--rdp-accent-background-color:#eff6ff;--rdp-day-width:36px;--rdp-day-height:36px;--rdp-day_button-width:32px;--rdp-day_button-height:32px;--rdp-nav-height:32px;--rdp-nav_button-width:32px;--rdp-nav_button-height:32px;color:#0f172a;font-size:14px}.documentsDateCalendar .rdp-months{display:flex}.documentsDateCalendar .rdp-month{grid-template-rows:auto auto;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:8px;display:grid}.documentsDateCalendar .rdp-month_caption{grid-area:1/2;justify-content:center;align-items:center;height:32px;margin:0;display:flex}.documentsDateCalendar .rdp-dropdowns{align-items:center;gap:8px;display:inline-flex}.documentsDateCalendar .rdp-dropdown_root{background:#fff;border:1px solid #dbeafe;border-radius:8px;align-items:center;min-height:28px;padding:0 24px 0 8px;display:inline-flex;position:relative}.documentsDateCalendar .rdp-dropdown_root .rdp-chevron{width:14px;height:14px;position:absolute;right:8px}.documentsDateCalendar .rdp-dropdown{opacity:0;cursor:pointer;position:absolute;inset:0}.documentsDateCalendar .rdp-caption_label{color:#0f172a;font-size:14px;font-weight:600;line-height:20px}.documentsDateCalendar .rdp-button_previous,.documentsDateCalendar .rdp-button_next{cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:8px;justify-content:center;justify-self:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.documentsDateCalendar .rdp-button_previous{grid-area:1/1}.documentsDateCalendar .rdp-button_next{grid-area:1/3}.documentsDateCalendar .rdp-button_previous:hover:not(:disabled),.documentsDateCalendar .rdp-button_next:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.documentsDateCalendar .rdp-button_previous:disabled,.documentsDateCalendar .rdp-button_next:disabled{opacity:.4;cursor:not-allowed}.documentsDateCalendar .rdp-chevron{fill:#2563eb}.documentsDateCalendar .rdp-month_grid{border-collapse:collapse;grid-area:2/1/auto/-1}.documentsDateCalendar .rdp-weekday{text-align:center;color:#64748b;text-transform:capitalize;width:36px;padding:4px 0 8px;font-size:12px;font-weight:500;line-height:16px}.documentsDateCalendar .rdp-day{text-align:center;width:36px;height:36px}.documentsDateCalendar .rdp-day_button{color:#0f172a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;width:32px;height:32px;margin:0 auto;font-size:13px;line-height:18px}.documentsDateCalendar .rdp-day_button:hover:not(:disabled){background:#eff6ff}.documentsDateCalendar .rdp-day_button:focus-visible{outline-offset:1px;outline:2px solid #2563eb61}.documentsDateCalendar .rdp-selected .rdp-day_button{color:#fff;background:#2563eb;border-color:#2563eb}.documentsDateCalendar .rdp-today:not(.rdp-selected) .rdp-day_button{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd;font-weight:600}.documentsDateCalendar .rdp-outside .rdp-day_button{color:#94a3b8}.documentsDateCalendar .rdp-disabled .rdp-day_button{opacity:.4;cursor:not-allowed}.documentsActions{flex-flow:row;flex-shrink:0;align-items:center;gap:16px;display:flex}.documentsAddButton{color:#fff;cursor:pointer;background:#1e88e5;border:0;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:inline-flex}.documentsAddButton:disabled{opacity:.8;cursor:not-allowed}.documentsAddIcon{color:#fff;width:24px;height:24px}.documentsIconButton{border-color:#0000003b;border-radius:8px}.primaryAction{color:#fff;background:#3d3c3e;border:0;border-radius:100px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;line-height:20px;display:inline-flex}.primaryAction .iconBox{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.primaryAction img{width:24px;height:24px}.iconButton{cursor:pointer;background:#fff;border:1px solid #0000001f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.iconButton img{width:24px;height:24px}.documentsTable{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:auto hidden}.documentsTableBody{flex:1;min-width:0;min-height:0;overflow:hidden auto}.documentsTableEmpty{color:#0009;margin:0;padding:16px;font-size:14px;line-height:20px}.tableHeader,.tableRow{grid-template-columns:40px minmax(320px,2.4fr) 150px 110px minmax(180px,1.3fr) 88px;align-items:center;column-gap:16px;width:100%;min-width:980px;display:grid}.tableHeader{color:#0009;background:#f5f5f5;padding:8px 16px;font-size:14px;font-weight:500;line-height:20px}.tableRow{color:#000000de;border-bottom:1px solid #00000014;padding:10px 16px;font-size:14px;line-height:20px}.docTitle{color:#000000de;align-items:center;gap:8px;min-width:0;font-weight:400;line-height:20px;display:flex;overflow:hidden}.docTitleText{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;display:block;overflow:hidden}.docTitle img,.docIconPdfMui{width:24px;height:24px}.docIconPdfMui{color:#ef5350;width:24px;height:24px}.docIconEditMui{color:#000000de;width:24px;height:24px}.docIconPreviewMui{color:#000000b3;width:24px;height:24px}.docIconDeleteMui{color:#ef5350;opacity:1;width:24px;height:24px}.rowActions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.tableHeader>span,.tableRow>span:not(.docTitle):not(.rowActions){white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.docGroupPath{white-space:normal;text-overflow:clip;word-break:break-word;overflow:visible}.rowActions button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.rowActions img{width:24px;height:24px}.deleteDocumentModalOverlay{z-index:130;background:#0003;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.deleteDocumentModal{background:#fff;border:1px solid #0000002e;border-radius:8px;width:min(392px,100vw - 48px);padding:14px 16px 16px;box-shadow:0 12px 36px #00000038}.deleteDocumentModal h3{text-align:center;color:#000000de;margin:0;font-size:30px;font-weight:400;line-height:38px}.deleteDocumentModal p{text-align:center;color:#000000de;margin:2px 0 18px;font-size:16px;line-height:24px}.deleteDocumentModalActions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.deleteDocumentModalCancelButton,.deleteDocumentModalConfirmButton{cursor:pointer;border-radius:8px;height:40px;font-size:14px;font-weight:500;line-height:20px}.deleteDocumentModalCancelButton{color:#000000de;background:#fff;border:1px solid #0003}.deleteDocumentModalConfirmButton{color:#fff;background:#c62828;border:1px solid #b71c1c}.deleteDocumentModalCancelButton:focus-visible,.deleteDocumentModalConfirmButton:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.deleteDocumentModalCancelButton:disabled,.deleteDocumentModalConfirmButton:disabled{opacity:.7;cursor:not-allowed}.deleteGroupModal{border-radius:8px;flex-direction:column;gap:40px;width:min(450px,100vw - 48px);min-height:196px;padding:24px;display:flex}.deleteGroupModalContent{flex-direction:column;gap:8px;display:flex}.deleteGroupModal h3,.deleteGroupModal p{margin:0}.deleteGroupModal h3{font-size:22px}.deleteGroupModal p{font-size:16px}.deleteGroupModalActions{margin-top:0}.createParentGroupModalOverlay{z-index:125;background:#00000052;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.createParentGroupModal{background:#fff;border:1px solid #00000024;border-radius:8px;width:min(530px,100vw - 48px);padding:23px;box-shadow:0 12px 34px #00000038}.createParentGroupModalHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.createParentGroupModalHeader h3{color:#000000de;margin:0;font-size:22px;font-weight:400;line-height:38px}.createParentGroupModalClose{color:#0000009e;cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.createParentGroupModalClose:hover{background:#00000014}.createParentGroupModalClose:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.createParentGroupModalClose:disabled{opacity:.65;cursor:not-allowed}.createParentGroupModalCloseIcon{width:18px;height:18px}.createParentGroupModalBody{padding:24px 0}.createParentGroupModalField{position:relative}.createParentGroupModalFieldLabel{color:#00000094;opacity:0;pointer-events:none;background:#fff;border-radius:8px;padding:0 6px;font-size:12px;line-height:16px;transition:opacity .16s;position:absolute;top:0;left:12px;transform:translateY(-50%)}.createParentGroupModalInput{color:#0009;background:#fff;border:1px solid #0000003b;border-radius:8px;width:100%;height:56px;padding:0 16px;font-size:16px;font-weight:400;line-height:24px;transition:border-color .2s,box-shadow .2s,color .2s}.createParentGroupModalInput::placeholder{color:#0000008c}.createParentGroupModalInput:focus,.createParentGroupModalInput:focus-visible{box-shadow:none;color:#000000de;border-color:#00000057;outline:none}.createParentGroupModalField.isFilled .createParentGroupModalInput{color:#000000de;border-color:#00000057}.createParentGroupModalField.isFilled .createParentGroupModalFieldLabel{opacity:1}.createParentGroupModalFooter{justify-content:flex-end;margin-top:12px;display:flex}.createParentGroupModalSubmit{color:#fff;cursor:pointer;background:#1e88e5;border:1px solid #1e88e5;border-radius:8px;min-width:134px;padding:14px 24px;font-size:12px;font-weight:500;line-height:16px}.createParentGroupModalSubmit:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.createParentGroupModalSubmit:disabled{opacity:.7;cursor:not-allowed}.editGroupModalFooter{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.editGroupModalDeleteButton{color:#d32f2f;cursor:pointer;background:#fff;border:1px solid #0003;border-radius:8px;min-width:134px;padding:14px 24px;font-size:14px;font-weight:500;line-height:20px}.editGroupModalDeleteButton:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.editGroupModalDeleteButton:disabled{opacity:.7;cursor:not-allowed}.editGroupModalSubmitButton{min-width:134px}.documentsAssist{box-sizing:border-box;flex:0 0 320px;align-items:flex-start;width:320px;padding:0;transition:width .25s,opacity .2s}.documentsLayoutCollapsed{gap:0}.documentsLayoutCollapsed .documentsAssist{opacity:0;pointer-events:none;flex:0 0 0;width:0}.assistCard{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.documentsToggleIcon{color:#1e88e5;width:24px;height:24px}.assistTabs{border-bottom:1px solid #0000001f;grid-template-columns:1fr;display:grid;overflow:visible}.assistTabs button{color:#0009;text-align:center;white-space:nowrap;background:0 0;border:0;padding:12px 10px;font-size:18px;font-weight:600;line-height:26px}.assistTabs button.active{color:#1e88e5;border-bottom:2px solid #1e88e5}.assistBody{flex:1;justify-content:center;align-items:center;min-height:0;padding:24px;display:flex;overflow:auto}.assistBodyChat{justify-content:flex-start;align-items:stretch}.assistEmpty{text-align:center;justify-items:center;gap:8px;display:grid}.assistIcon{background:#dcecfb;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.assistIcon img{width:24px;height:24px}.assistEmpty p{margin:0;font-size:16px;font-weight:500;line-height:24px}.assistChat{flex-direction:column;gap:10px;width:100%;display:flex}.assistMessage{display:flex}.assistMessageUser{justify-content:flex-end}.assistMessageAssistant{justify-content:flex-start}.assistMessageBubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;max-width:92%;padding:10px 12px;font-size:14px;line-height:20px}.assistMessageUser .assistMessageBubble{color:#fff;background:#1e88e5;border-bottom-right-radius:4px}.assistMessageAssistant .assistMessageBubble{color:#000000de;background:#eef3f9;border-bottom-left-radius:4px}.assistInput{box-sizing:border-box;border-top:1px solid #0000001f;align-self:stretch;align-items:center;gap:8px;width:100%;margin-top:auto;padding:16px;display:flex}.assistInput input{border:1px solid #0000003b;border-radius:4px;flex:1;width:100%;min-width:0;padding:10px 12px;font-size:14px;line-height:20px}.assistInput button{opacity:1;cursor:pointer;background:#1e88e5;border:0;border-radius:100px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.assistInput button img{width:16px;height:16px}.assistInput button:disabled{opacity:.4;cursor:not-allowed}.documentDetailViewerOverlay{z-index:140;background:#0a0d13b8;justify-content:stretch;align-items:stretch;padding:8px;display:flex;position:fixed;inset:0}.documentDetailViewer{background:#24262c;border:1px solid #ffffff24;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000075}.documentDetailViewerHeader{color:#ffffffeb;background:#1e1f22;border-bottom:1px solid #ffffff24;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;height:32px;padding:0 10px;display:grid}.documentDetailViewerFile{align-items:center;gap:8px;min-width:0;font-size:11px;line-height:16px;display:inline-flex}.documentDetailViewerFile span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.documentDetailViewerFileIcon{color:#f44336;flex-shrink:0;width:14px;height:14px}.documentDetailViewerTools{justify-content:center;align-items:center;gap:8px;display:inline-flex}.documentDetailToolButton{color:#ffffffe6;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;text-decoration:none;display:inline-flex}.documentDetailToolButton:hover{background:#ffffff14}.documentDetailToolButton.active{border-color:#2196f3;box-shadow:inset 0 0 0 1px #2196f36b}.documentDetailToolButton:focus-visible,.documentDetailCloseButton:focus-visible{outline-offset:1px;outline:2px solid #2196f394}.documentDetailToolIcon{width:14px;height:14px}.documentDetailCloseButton{color:#ffffffe6;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;justify-self:end;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.documentDetailCloseButton:hover{background:#ffffff14}.documentDetailCloseIcon{width:14px;height:14px}.documentDetailViewerBody{background:#24262c;flex:1;grid-template-columns:minmax(0,1fr);gap:12px;min-height:0;padding:8px 12px 12px;display:grid}.documentDetailViewer.withAssist .documentDetailViewerBody{grid-template-columns:minmax(0,1fr) auto}.documentDetailPdfPane{background:#d6d7da;border:1px solid #ffffff1f;min-height:0;overflow:hidden}.documentDetailPdfPane iframe{background:#eceff1;border:0;width:100%;height:100%}.documentDetailAssistPane{background:#1f2024;border:1px solid #ffffff24;border-radius:6px;flex-direction:column;width:320px;min-height:0;display:flex;position:relative;overflow:hidden}.documentDetailAssistResizeHandle{cursor:col-resize;background:0 0;border:0;width:16px;padding:0;position:absolute;top:0;bottom:0;left:-8px}.documentDetailAssistResizeHandle:before{content:"";opacity:.45;background:#51a6ff52;border-radius:999px;width:2px;transition:opacity .2s;position:absolute;top:18px;bottom:18px;left:7px}.documentDetailAssistResizeHandle:hover:before,.previewAssistResizing .documentDetailAssistResizeHandle:before{opacity:1}.documentDetailAssistResizeHandle:focus-visible{outline-offset:1px;outline:2px solid #51a6ff7a}.documentDetailResizeShield{z-index:20;cursor:col-resize;background:0 0;position:absolute;inset:0}.documentDetailAssistTabs{border-bottom:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr);align-items:stretch;display:grid}.documentDetailAssistTabButton{color:#ffffffb3;cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:0;min-height:44px;padding:0 12px;font-size:12px;line-height:18px}.documentDetailAssistTabButton.active{color:#51a6ff;border-bottom:2px solid #51a6ff}.documentDetailAssistBody{flex:1;justify-content:center;align-items:center;min-height:0;padding:20px;display:flex;overflow:auto}.documentDetailAssistBodyChat{justify-content:flex-start;align-items:stretch}.documentDetailAssistEmpty{text-align:center;justify-items:center;gap:14px;display:grid}.documentDetailAssistIcon{background:#51a6ff3d;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.documentDetailAssistIcon img{width:26px;height:26px}.documentDetailAssistEmpty p{color:#ffffffe6;margin:0;font-size:20px;font-weight:600;line-height:28px}.documentDetailAssistInput{box-sizing:border-box;border-top:1px solid #ffffff1a;align-self:stretch;align-items:center;gap:8px;width:100%;padding:12px;display:flex}.documentDetailAssistInput input{color:#0f172a;background:#fffffff5;border:1px solid #ffffff3d;border-radius:4px;flex:1;min-width:0;height:32px;padding:0 10px;font-size:12px;line-height:18px}.documentDetailAssistInput input::placeholder{color:#6b7280}.documentDetailAssistInput button{cursor:pointer;background:#90caf9;border:0;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:inline-flex}.documentDetailAssistInput button img{width:10px;height:10px}.documentDetailAssistInput button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1200px){.documentDetailViewer.withAssist .documentDetailViewerBody{grid-template-columns:minmax(0,1fr)}.documentDetailAssistPane{height:min(320px,36vh);width:auto!important}.documentDetailAssistResizeHandle{display:none}}@media (max-width:900px){.documentDetailViewerOverlay{padding:0}.documentDetailViewer{border:0}.documentDetailViewerHeader{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:0 8px}.documentDetailViewerBody{padding:8px}.documentDetailViewer.withAssist .documentDetailViewerBody{grid-template-columns:minmax(0,1fr)}}.previewAssistResizing,.previewAssistResizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.documentsCreateLayout{grid-template-columns:260px 1fr}.documentsCreatePanel{align-items:stretch;overflow:hidden}.documentsCreateHeader{z-index:1;background:#fff;align-items:center;position:sticky;top:0}.createTitle{align-items:center;gap:8px;display:inline-flex}.createTitleBackLink{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.createTitle img{width:24px;height:24px}.createBackIcon{color:#0009;align-self:center;width:24px;height:24px;display:block}.documentsCreateHeader .createTitle h2{margin:0;font-size:16px;font-weight:400;line-height:24px}.documentsCreateHeader>.createTitle{flex-direction:row;flex:none;align-items:center;gap:8px;display:inline-flex}.documentsCreateHeader .documentsActions{align-items:center;gap:8px}.outlineAction{color:#65558f;background:#fff;border:1px solid #79747e;border-radius:100px;padding:10px 24px;font-size:14px;line-height:20px}.createCancelButton{height:40px;margin-top:0}.documentsCreateBody{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b0bec5 #f1f3f4;flex:1;grid-template-columns:minmax(0,1fr);align-content:start;place-items:stretch stretch;gap:24px;min-width:0;min-height:0;margin:0;padding:16px 500px 24px;display:grid;overflow-y:auto}.documentsCreateBody::-webkit-scrollbar{width:10px}.documentsCreateBody::-webkit-scrollbar-track{background:#f1f3f4;border-radius:999px}.documentsCreateBody::-webkit-scrollbar-thumb{background:#b0bec5;border:2px solid #f1f3f4;border-radius:999px}.documentsCreateBody::-webkit-scrollbar-thumb:hover{background:#90a4ae}.documentsCreateLoading{color:#0009;margin:0;padding:16px 0;font-size:14px;line-height:20px}.createField input{border:1px solid #0000003b;border-radius:4px;width:100%;padding:16px 12px;font-size:16px;line-height:24px}.groupSelect{position:relative}.groupSelectTrigger{text-align:left;cursor:pointer;background:#fff;border:1px solid #00000024;border-radius:4px;justify-content:space-between;align-items:center;width:100%;min-height:56px;padding:0 12px;display:inline-flex}.groupSelectTrigger.open{border-color:#1e88e5}.groupSelectTrigger:focus,.groupSelectTrigger:focus-visible{box-shadow:none;outline:none}.groupSelectValue,.groupSelectPlaceholder{font-size:16px;line-height:24px}.groupSelectValue{color:#000000c7}.groupSelectPlaceholder{color:#00000080}.groupSelectChevron{color:#0000008a;width:24px;height:24px;transition:transform .2s}.groupSelectTrigger.open .groupSelectChevron{transform:rotate(180deg)}.groupSelectDropdown{z-index:10;background:#fff;border:1px solid #0000003b;border-radius:4px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 10px 28px #00000047}.groupSelectSearch{border-bottom:1px solid #0000001f;padding:8px}.groupSelectSearch input{color:#000000de;background:#fff;border:1px solid #0000003b;border-radius:4px;width:100%;height:40px;padding:0 12px;font-size:14px;line-height:20px}.groupSelectSearch input::placeholder{color:#0009}.groupSelectSearch input:focus,.groupSelectSearch input:focus-visible{box-shadow:none;outline:none}.groupSelectHint{color:#0009;margin:8px 4px 0;font-size:12px;line-height:16px}.groupSelectOptions{max-height:220px;padding:6px;overflow:auto}.groupSelectOption{color:#000000de;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;width:100%;padding:8px 10px;font-size:16px;line-height:24px}.groupSelectOption:hover,.groupSelectOption.active{background:#e8eaed}.groupSelectOptionCreate{color:#1e88e5;font-weight:500}.groupSelectOption:focus,.groupSelectOption:focus-visible{box-shadow:none;outline:none}.groupSelectEmpty{color:#0009;margin:0;padding:8px 10px;font-size:14px;line-height:20px}.groupPickerModalOverlay{z-index:60;background:#0f172a6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.groupPickerModal{background:#fff;border-radius:8px;flex-direction:column;width:min(560px,100vw - 48px);height:min(760px,100vh - 80px);max-height:calc(100vh - 80px);display:flex;overflow:hidden;box-shadow:0 24px 60px #0000004d}.groupPickerModalHeader{border-bottom:1px solid #0000001f;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.groupPickerModalHeader h3{color:#000000de;margin:0;font-size:22px;font-weight:400;line-height:28px}.groupPickerModalClose{color:#0000009e;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.groupPickerModalClose:hover{background:#00000014}.groupPickerModalClose:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.groupPickerModalSearch{border-bottom:1px solid #0000001f;padding:12px 20px;position:relative}.groupPickerModalSearch input{color:#000000de;border:1px solid #00000038;border-radius:4px;width:100%;height:40px;padding:0 44px 0 12px;font-size:16px;line-height:24px}.groupPickerModalSearch input::placeholder{color:#0009}.groupPickerModalSearch input:focus,.groupPickerModalSearch input:focus-visible{outline:none}.groupPickerModalSearchIcon{color:#00000094;width:22px;height:22px;position:absolute;top:50%;right:32px;transform:translateY(-50%)}.groupPickerModalBody{flex:1;min-height:320px;padding:12px 16px;overflow:auto}.groupPickerModalEmpty{color:#0000009e;margin:6px 4px;font-size:14px;line-height:20px}.groupPickerTreeParent{flex-direction:column;gap:4px;display:flex}.groupPickerTreeRow{grid-template-columns:24px minmax(0,1fr);align-items:center;gap:6px;display:grid}.groupPickerTreeToggle{color:#00000094;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.groupPickerTreeToggle:hover{background:#00000014}.groupPickerTreeToggle:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.groupPickerTreeToggleIcon{width:22px;height:22px}.groupPickerTreeSelect{text-align:left;color:#000000de;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-width:0;min-height:38px;padding:0 8px;font-size:16px;line-height:24px;display:inline-flex}.groupPickerTreeLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.groupPickerTreeSelect:hover,.groupPickerTreeSelect.active{background:#e8f1fb}.groupPickerTreeSelect:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.groupPickerTreeFolderIcon{color:#1e88e5;flex:0 0 20px;width:20px;height:20px}.groupPickerTreeChildren{flex-direction:column;gap:4px;padding:0 0 8px 26px;display:flex}.groupPickerTreeSelectChild{padding-left:0}.groupPickerTreeChildIndentIcon{color:#0000008a;flex:0 0 18px;width:18px;height:18px}.groupPickerTreeFolderChildIcon{color:#4a90e2}.groupPickerModalFooter{border-top:1px solid #0000001f;justify-content:flex-end;padding:12px 16px;display:flex}.groupPickerModalConfirm{color:#fff;cursor:pointer;background:#1e88e5;border:0;border-radius:8px;min-width:140px;height:40px;padding:0 16px;font-size:14px;font-weight:500;line-height:20px}.groupPickerModalConfirm:disabled{opacity:.7;cursor:not-allowed}.createHint{font-size:16px;line-height:24px}.createHint span{color:#e1251b}.uploadBox{text-align:center;cursor:pointer;border:1px dashed #0000003b;border-radius:4px;place-items:center;gap:16px;height:200px;padding:24px;transition:border-color .2s,background-color .2s;display:grid}.uploadBox:hover{background:#1e88e50a;border-color:#1e88e5}.uploadBoxDragging{background:#1e88e514;border-color:#1e88e5}.uploadInputHidden,.uploadPrintputHidden{display:none}.uploadIcon{background:#dcecfb;border-radius:100px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.uploadIcon img{width:24px;height:24px}.uploadMuiIcon{color:#1e88e5;width:24px;height:24px}.documentsActionGroup{align-items:center;gap:16px;display:inline-flex}.documentsCreateHeader{border-bottom:none}.documentsCreateHeader .documentsAddButton,.documentsCreateHeader .documentsFilterButton{height:40px}.uploadBox p{color:#0009;text-align:center;overflow-wrap:anywhere;word-break:break-word;justify-self:stretch;margin:0;font-size:16px;line-height:24px}.uploadBox p span{color:#1e88e5;overflow-wrap:anywhere;word-break:break-word;vertical-align:bottom;white-space:normal;font-weight:500;display:inline}.uploadClearButton{color:#1e88e5;cursor:pointer;background:0 0;border:0;width:fit-content;margin-left:auto;margin-right:auto;padding:0;font-size:14px;line-height:20px}.uploadClearButton:disabled{opacity:.65;cursor:not-allowed}.uploadPreviewPath{background:linear-gradient(#f7fbff 0%,#f1f7ff 100%);border:1px solid #1e88e53d;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 14px;display:flex}.uploadPreviewLabel{color:#0d4f8c;white-space:normal;overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0;margin:0;font-size:14px;font-weight:600;line-height:20px}.uploadPreviewLink{color:#1f5fac;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #1f5fac4d;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:6px;padding:6px 10px;font-family:inherit;font-size:13px;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex}.uploadPreviewLinkIcon{width:16px;height:16px}.uploadPreviewLink:hover{color:#154680;background:#f7fbff;border-color:#15468073}.uploadPreviewLink:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #1e88e54d}.uploadPreviewLink:disabled{opacity:.6;cursor:not-allowed}html,body{height:100%;overflow:hidden auto}.groupsPage{--layout-gap:24px;background:#f5f5f5;width:100vw;height:100vh;min-height:100vh;overflow:hidden}.groupsPage button{border-radius:8px}.groupsLayout{gap:var(--layout-gap);padding:var(--layout-gap);box-sizing:border-box;grid-template-columns:minmax(0,1fr) 320px;height:calc(100vh - 72px);transition:grid-template-columns .25s,gap .25s;display:grid;overflow:hidden}.groupsMain{flex-direction:column;height:100%;min-height:0;padding:0;display:flex}.groupsPanel{background:#fff;border-radius:8px;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.groupsHeader{justify-content:space-between;align-items:center;padding:16px;display:flex}.groupsHeader p{color:#000000de;margin:0;font-size:18px;font-weight:600;line-height:26px}.groupsActions{align-items:center;gap:16px;display:flex}.groupsAddButton{color:#fff;cursor:pointer;background:#1e88e5;border:0;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.groupsAddButton:disabled{opacity:.8;cursor:not-allowed}.groupsAddIcon{color:#fff;width:24px;height:24px}.groupsCloseIcon{color:#1e88e5;width:24px;height:24px}.groupsBody{flex-direction:column;flex:1;align-items:center;gap:24px;padding:24px 0;display:flex;overflow:hidden}.groupsSearch{width:622px;height:48px;box-shadow:none;background:#fff;border:1px solid #0000003b;border-radius:8px;align-items:center;gap:12px;padding:0 16px;display:flex}.groupsSearchIconButton{color:#0009;background:0 0;border:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.groupsSearchIconButton:last-child{margin-left:auto}.groupsSearch input{color:#000000de;box-shadow:none;background:0 0;border:0;outline:0;flex:1;padding-left:0;font-size:16px;line-height:24px}.groupsSearch input::placeholder{color:#0009;opacity:1}.groupsSearchIcon{color:#000;width:24px;height:24px;display:block}.groupsTreeBox{border:1px solid #0000001f;border-radius:8px;flex:1;width:622px;min-height:0;padding:16px 0;overflow:auto}.groupsTreeEmpty{color:#0009;margin:0;padding:0 16px;font-size:14px;line-height:20px}.groupsTreeItem{flex-direction:column;gap:4px;padding:0 8px;display:flex}.groupsTreeRow{color:#000000de;box-sizing:border-box;border-radius:4px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 8px;font-size:14px;line-height:20px;display:grid}.groupsTreeRow:hover{background:#eaf3fc}.groupsTreeToggleButton{color:#0009;cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.groupsTreeToggleButton:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.groupsTreeToggleButton:disabled{opacity:.7;cursor:not-allowed}.groupsTreeOpenButton{color:#000000de;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;justify-content:flex-start;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 6px;font-family:inherit;font-size:14px;line-height:20px;display:inline-flex}.groupsTreeOpenButton:hover{background:0 0}.groupsTreeOpenButton:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.groupsTreeOpenButton span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.groupsTreeActionButtons{opacity:0;visibility:hidden;pointer-events:none;align-items:center;gap:4px;transition:opacity .16s;display:inline-flex}.groupsTreeRow:hover .groupsTreeActionButtons,.groupsTreeRow:focus-within .groupsTreeActionButtons{opacity:1;visibility:visible;pointer-events:auto}.groupsTreeActionButton{color:#000000ad;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.groupsTreeActionButton:hover{color:#1e88e5;background:#1e88e51a}.groupsTreeActionButton:focus-visible{outline-offset:1px;outline:2px solid #1e88e5}.groupsTreeActionButton:disabled{opacity:.6;cursor:not-allowed}.groupsTreeActionDelete:hover{color:#d32f2f;background:#d32f2f1f}.groupsTreeActionIcon{width:18px;height:18px}.groupsTreeChildren{flex-direction:column;gap:4px;padding:0 8px 8px 24px;display:flex}.groupsTreeChildRow{grid-template-columns:24px minmax(0,1fr) auto}.groupsTreeChildIndentIcon{color:#0000008a;justify-self:center;width:18px;height:18px}.groupsTreeChildFolder{color:#4a90e2}.groupsTreeChildEmpty{color:#00000094;margin:0;padding:4px 6px;font-size:13px;line-height:18px}.groupsTreeChevron,.groupsTreeFolder{width:24px;height:24px}.groupsTreeChevron{color:#0009}.groupsTreeFolder{color:#1e88e5}.groupsAssist{box-sizing:border-box;flex-direction:column;flex:0 0 320px;align-items:stretch;width:320px;height:100%;min-height:0;padding:0;transition:width .25s,opacity .2s;display:flex}.groupsAssist .assistCard{border-radius:0;flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.groupsAssist .assistTabs,.groupsAssist .assistTabs button,.groupsAssist .assistTabs button.active{border-radius:0}.groupsLayoutCollapsed{grid-template-columns:minmax(0,1fr) 0;gap:0}.groupsLayoutCollapsed .groupsAssist{opacity:0;pointer-events:none;flex:0 0 0;width:0}@media (max-width:1200px){.documentsLayout{grid-template-columns:220px 1fr}.documentsAssist{display:none}.groupsLayout{grid-template-columns:1fr}}@media (max-width:1440px){.container{max-width:1120px}.heroGrid{grid-template-columns:minmax(0,520px) minmax(0,480px);gap:56px}.heroBody,.heroGrid p{width:auto}.cardsGrid{gap:20px}.card{min-height:380px;padding:32px}.highlightGrid{grid-template-columns:minmax(0,480px) minmax(0,440px);gap:40px}.contactCard{padding:40px 44px}.documentsLayout,.groupsLayout{--layout-gap:20px}.documentsSidebar{flex:0 0 240px;width:240px}.documentsAssist,.groupsAssist{flex:0 0 300px;width:300px}.groupsSearch{width:min(560px,100%)}}@media (max-width:900px){.documentsLayout{grid-template-columns:1fr;padding:8px 12px 16px}.documentsCreateBody{padding:16px 0 24px}.uploadPreviewPath{padding:10px 12px}.uploadPreviewLink{font-size:12px;line-height:18px}.documentsSidebar{padding-bottom:8px}.documentsPanelHeader{flex-direction:column;align-items:flex-start}.documentsTable{overflow-x:auto}.groupsLayout{padding:var(--layout-gap)}.groupsSearch{width:min(622px,100%);min-width:0}.groupsTreeBox{width:min(622px,100%)}}img,video,svg{max-width:100%;height:auto}@media (max-width:1200px){.heroGrid,.highlightGrid{grid-template-columns:1fr}.sectionHead{max-width:100%}.cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.cardsGrid{grid-template-columns:1fr}.introList,.featureList{width:100%}.signinPage{height:auto}.signinPanel{min-height:auto}.signinLeft,.signinRight{height:auto}.documentsPage,.groupsPage{height:auto;overflow:auto}.documentsLayout{flex-direction:column;height:auto}.documentsSidebar,.documentsMain,.documentsAssist{flex:none;width:100%}.documentsMain{order:1}.documentsSidebar{order:2}.documentsAssist{order:3}.groupsLayout{height:auto}.groupsAssist{flex:none;width:100%}}@media (max-width:720px){.heroSection{padding:72px 0 40px}.heroGrid h1{font-size:28px;line-height:34px}.heroGrid p{font-size:16px;line-height:24px}.sectionHead h2{white-space:normal;font-size:32px;line-height:38px}.card{min-height:auto;padding:24px}.highlightSection{padding:96px 0}.contactCard{padding:32px 24px}.signinRight{padding:20px 16px}.documentsPanelHeader{padding:12px}.documentsFilters{width:100%}.groupsHeader{flex-direction:column;align-items:flex-start;gap:12px}.groupsActions{flex-wrap:wrap;justify-content:flex-start;width:100%}.groupsSearch{height:44px}}@media (max-width:520px){.documentsPage{--layout-gap:12px}.documentsLayout{padding:12px}.documentsPanelHeader h2{font-size:18px;line-height:24px}.documentsTreeButton{font-size:14px;line-height:20px}}.dashboardUser{align-items:center;display:inline-flex;position:relative}.dashboardUserButton{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;border-radius:100px;align-items:center;gap:8px;padding:4px 8px;display:inline-flex}.dashboardUserButton:hover{background:#0000000d}.dashboardUserButton:focus-visible{outline-offset:2px;outline:2px solid #00000059}.dashboardUserAvatar{background:#fff;border:1px solid #0003;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboardUserAvatar img{width:18px;height:22px}.dashboardUserAvatarIcon{color:#0000008a;width:22px;height:22px}.dashboardUser span{font-size:14px;line-height:20px}.dashboardUserMenu{z-index:20;background:#fff;border:1px solid #0000001f;border-radius:12px;min-width:160px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #0000001f}.dashboardUserMenuItem{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:14px;line-height:20px;display:flex}.dashboardUserMenuIcon{color:#0009;width:18px;height:18px}.dashboardUserMenuItem:hover{background:#0000000f}.dashboardUserMenuItem:focus-visible{outline-offset:2px;outline:2px solid #00000059}.dashboardShell{height:calc(100vh - 72px);min-height:0;padding:16px 24px 24px;display:flex;overflow:hidden}.dashboardCard{background:#fff;border-radius:8px;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.dashboardCardTop{color:#1e88e5;border-bottom:1px solid #0000001f;padding:16px 17px;font-size:16px;font-weight:500;line-height:24px}.dashboardChatArea{flex-direction:column;flex:1;align-items:center;height:100%;min-height:0;padding:0 24px 24px;display:flex;overflow:hidden}.dashboardPromptArea{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;width:100%;min-height:0;padding-bottom:50px;display:flex}.dashboardChatScroll{flex:1;width:min(800px,100%);min-height:0;padding:24px 0 12px;overflow-y:auto}.dashboardChatList{flex-direction:column;gap:16px;display:flex}.chatRow{flex-direction:column;gap:8px;display:flex}.chatRowUser{align-items:flex-end}.chatBubble{color:#000000de;white-space:pre-wrap;word-break:break-word;background:#dcecfb;border-radius:8px;max-width:500px;padding:16px;font-size:16px;line-height:24px}.chatAiRow{align-items:flex-start;gap:12px;display:flex}.chatAiAvatar{background:#dcecfb;border-radius:100px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.chatAiAvatar img{width:24px;height:24px}.chatAiAvatarIcon{color:#1e88e5;width:24px;height:24px}.chatAiContent{flex:1;min-width:0}.chatAiText{color:#000000de;white-space:pre-wrap;word-break:break-word;margin:0;font-size:16px;line-height:24px}.chatAiLink{color:#1e88e5;text-underline-offset:2px;font-weight:600;text-decoration:underline}.chatMeta{color:#0009;align-items:center;gap:4px;padding:0 16px;font-size:12px;line-height:16px;display:flex}.chatRowAi .chatMeta{padding:0}.chatMetaDot{background:#0009;border-radius:50%;width:3px;height:3px;display:inline-block}.dashboardPromptWrap{flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:0;display:flex}.dashboardPromptWrap p{text-align:center;margin:0;font-size:20px;font-weight:500;line-height:28px}.dashboardInputWrap{background:#fff;border:1px solid #0000003b;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;width:min(800px,100%);height:44px;padding:8px 16px;display:flex;box-shadow:0 1px 2px #0000001f}.dashboardInputWrap input{background:0 0;border:0;outline:0;width:100%;font-size:14px;line-height:20px}.dashboardInputWrap input::placeholder{color:#0009}.dashboardInputWrap button{aspect-ratio:1;background:#1e88e5;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;display:inline-flex;overflow:hidden}.dashboardInputWrapChat{width:min(800px,100%);margin-bottom:0}.dashboardInputWrapPrompt{width:min(720px,100%);box-shadow:none;border-color:#1e88e5;margin:20px 0 0}.dashboardInputWrapChat button{opacity:1}.dashboardInputWrapChat button:disabled{opacity:.4;cursor:not-allowed}.dashboardInputWrap button img{width:16px;height:16px}.dashboardSendIcon{color:#fff;font-size:16px}.dashboardInputWrap button svg{font-size:16px}@media (max-width:900px){.dashboardHeader{padding:12px 16px}.dashboardHeaderInner{flex-wrap:wrap;row-gap:10px}.dashboardNav{scrollbar-width:none;flex:0 0 100%;order:3;justify-content:flex-start;gap:14px;padding:0;overflow-x:auto}.dashboardNav::-webkit-scrollbar{display:none}.dashboardNav a{white-space:nowrap}.dashboardShell{padding:0 12px 12px}.dashboardPromptWrap p{font-size:28px;line-height:36px}.dashboardInputWrap{height:48px;padding:8px 12px}}
