/* FEICHEER — Western B2B / V3. One shared design system. */
:root{--canvas:#FAFBFC;--surface:#FFF;--ink:#132A36;--muted:#5B6973;--border:#DCE3E7;--action:#F26B3A;--action-hover:#E95D2B;--sea:#205568;--sea-light:#EDF4F6;--radius:12px;--heading:'Manrope','Noto Sans SC',sans-serif;--body:'DM Sans','Noto Sans SC',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}img{max-width:100%;display:block}figure,p,h1,h2,h3{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:700;line-height:1.2}h1:lang(en),h2:lang(en){letter-spacing:-.05em}button,a,input{outline-offset:5px}:focus-visible{outline:3px solid var(--sea)}button{border:0}svg{flex-shrink:0}.icon{width:24px;height:24px;vertical-align:middle}.shell{width:min(1240px,calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:100;background:var(--ink);color:white;padding:12px 18px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.boot-screen,.noscript{min-height:50vh;display:grid;align-content:center;justify-items:center;gap:24px}.boot-mark{background:var(--ink);color:#FFF;width:56px;height:56px;display:grid;place-items:center;font:700 32px var(--heading)}.eyebrow{font-size:13px;line-height:1.5;letter-spacing:.025em;font-weight:600;color:var(--sea);margin-bottom:20px}.mono{font-family:var(--body)}.button{min-height:52px;padding:14px 24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:6px;font-size:16px;font-weight:700;line-height:1.5;transition:background .18s,border-color .18s}.button .icon{width:22px;height:22px}.button-orange,.button-dark{background:var(--action);color:var(--ink)}.button-orange:hover,.button-dark:hover{background:var(--action-hover)}.button-outline{border:1px solid #A9B8C1;background:var(--surface);color:var(--ink)}.button-outline:hover{background:var(--sea-light)}.text-link{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:15px;font-weight:600}.text-link:hover{color:var(--sea)}.avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--sea-light);color:var(--ink);font-weight:700;font-size:15px}.tiny-square{width:5px;height:5px;background:var(--sea);display:inline-block;flex-shrink:0}
/* Navigation */
.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.header-inner{height:104px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;min-height:48px}.brand-symbol{width:38px;height:38px;color:var(--ink);display:block}.brand-symbol svg{width:100%;height:100%}.brand-type{display:flex;flex-direction:column;gap:3px}.brand-type strong{font:800 23px/1 var(--heading);letter-spacing:.06em}.brand-type>span{font-size:13px;line-height:1.6;font-weight:500}.desktop-nav{display:flex;gap:32px;align-items:center;margin-left:auto}.desktop-nav>a{min-height:48px;display:flex;flex-direction:column;justify-content:center;font-size:15px;line-height:1.4;font-weight:600}.desktop-nav small{font-size:12px;font-weight:400;color:var(--muted);margin-top:3px}.desktop-nav>a:hover,.desktop-nav>a.active{color:var(--sea)}.header-account{display:flex;align-items:center;gap:10px}.header-login{display:flex;align-items:center;justify-content:center;gap:16px;background:var(--action);padding:12px 20px;min-height:48px;border-radius:6px;font-weight:700;font-size:15px;white-space:nowrap}.header-login:hover{background:var(--action-hover)}.account-pill{display:flex;align-items:center;gap:10px;font-size:13px;min-height:44px;white-space:nowrap}.icon-button{width:44px;height:44px;display:grid;place-items:center;background:transparent;border-radius:6px;color:var(--muted)}.icon-button:hover{background:var(--sea-light);color:var(--ink)}
/* Homepage */
.hero{background:var(--surface);padding:64px 0 80px}.hero-inner{display:grid;grid-template-columns:1.12fr 1fr;gap:48px;align-items:center}.hero-copy{padding:16px 0}.hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:26px;font-size:12px}.eyebrow-line{width:28px;height:2px;background:var(--sea)}.hero h1{font-size:clamp(56px,6.1vw,84px);line-height:1.025;letter-spacing:-.058em;font-weight:700;margin-bottom:32px}.hero h1 span{color:inherit}.hero-description{font-size:17px;line-height:1.85;color:var(--muted);max-width:550px}.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:32px}.hero-access{display:flex;gap:9px;align-items:center;font-size:13px;color:var(--muted);margin-top:28px}.hero-access .icon{width:18px;height:18px}.hero-art{height:568px;position:relative;min-width:0;background:var(--sea-light);border-radius:6px;overflow:hidden}.hero-art>img{width:100%;height:100%;object-fit:cover;object-position:95% center}.hero-art:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(10,32,45,.85));pointer-events:none}.hero-art figcaption{position:absolute;z-index:1;bottom:28px;left:28px;right:28px;color:#FFF;display:flex;flex-direction:column;gap:6px}.hero-art figcaption span:first-child{font:600 23px/1.4 var(--heading);letter-spacing:-.025em}.hero-art figcaption span:last-child{font-size:13px;color:#E6EFF4}.tools-section{padding:96px 0;background:var(--canvas);scroll-margin-top:32px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:44px}.section-heading h2{font-size:48px;line-height:1.1;max-width:790px}.section-caption{font-size:17px;line-height:1.8;color:var(--muted);flex-shrink:0;padding-bottom:3px}.section-heading .eyebrow{margin-bottom:16px}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.tool-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:36px 38px 28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .18s,background .18s}.tool-card:hover{border-color:#8CA7B2;background:#FDFEFE}.tool-card-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px}.tool-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:10px;color:var(--sea);background:var(--sea-light);flex-shrink:0}.tool-icon .icon{width:28px;height:28px}.status-pill{display:inline-flex;align-items:center;gap:7px;border-radius:20px;background:#F6F1E7;border:1px solid #E3D8C5;color:#665232;font-size:12px;line-height:1.5;padding:5px 10px;white-space:nowrap}.status-pill i{width:5px;height:5px;border-radius:50%;background:#8E7447}.tool-english{font-size:14px;color:var(--sea);font-weight:600;line-height:1.4;margin-bottom:10px;text-transform:none}.tool-card h3{font-size:28px;line-height:1.3;margin-bottom:18px}.tool-description{font-size:16px;color:var(--muted);line-height:1.85;max-width:485px;margin-bottom:26px}.tool-tags{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:8px;margin-top:auto;margin-bottom:24px}.tool-tags>span{font-size:13px;display:flex;align-items:center;gap:6px;color:var(--ink)}.tool-tags .icon{width:16px;height:16px;color:var(--sea)}.tool-card-footer{border-top:1px solid var(--border);width:100%;padding-top:20px;min-height:44px;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.tool-card-footer>.icon{width:22px;height:22px;transition:transform .18s}.tool-card:hover .tool-card-footer>.icon{transform:translateX(4px)}.directory-note{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.8;color:var(--muted);margin-top:26px}.directory-note>.icon{width:19px;height:19px;margin-top:2px}.how-section{padding:96px 0;background:var(--surface);border-top:1px solid var(--border)}.how-section .section-heading h2{font-size:42px}.home-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin-top:52px}.home-steps article{border-top:1px solid var(--border);padding-top:28px}.step-number{font:600 15px/1.5 var(--body);display:inline-flex;color:var(--sea);margin-bottom:28px}.home-steps h3{font-size:22px;line-height:1.4;margin-bottom:14px}.home-steps p{font-size:16px;line-height:1.8;color:var(--muted);max-width:350px}.closing-section{padding:0 0 96px;background:var(--surface)}.closing-panel{background:var(--ink);color:#FFF;display:flex;align-items:center;justify-content:space-between;gap:48px;padding:64px;border-radius:var(--radius)}.closing-panel .eyebrow{color:#B9D2DC;margin-bottom:20px}.closing-panel h2{font-size:48px;line-height:1.12;margin-bottom:20px}.closing-panel p:not(.eyebrow){font-size:16px;color:#D1DCE2;line-height:1.8}.closing-panel .button{white-space:nowrap}
/* Footer */
.site-footer{background:var(--canvas);border-top:1px solid var(--border)}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:72px;padding:64px 0 56px}.footer-brand p{font-size:14px;line-height:1.9;color:var(--muted);margin-top:22px}.footer-nav{display:flex;flex-direction:column;align-items:flex-start}.footer-nav strong{font-size:14px;margin-bottom:17px}.footer-nav a{font-size:14px;color:var(--muted);min-height:44px;display:flex;align-items:center}.footer-nav a:hover{color:var(--ink)}.footer-bottom{padding:24px 0;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}
/* Account entry */
.login-page{padding:48px 0 64px;background:var(--canvas)}.login-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:780px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.login-story{position:relative;min-height:100%;background:var(--ink);color:#FFF;overflow:hidden}.login-port{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:51% center}.login-story:after{position:absolute;inset:0;content:'';background:linear-gradient(180deg,rgba(11,34,47,.16) 0%,rgba(11,34,47,.62) 45%,rgba(11,34,47,.96) 100%)}.login-story-content{position:absolute;z-index:1;left:48px;right:48px;bottom:56px}.login-story-content .eyebrow{color:#D5E5EA;font-size:12px;letter-spacing:.06em;margin-bottom:20px}.login-story h1{font-size:62px;line-height:1.05;margin-bottom:26px;letter-spacing:-.05em}.login-story-copy{font-size:16px;line-height:1.85;color:#DAE5EA}.login-panel{padding:44px 48px 28px;background:var(--surface)}.login-card{max-width:440px;margin-inline:auto}.back-link{display:inline-flex;align-items:center;min-height:44px;color:var(--muted);font-size:13px;margin-bottom:16px}.back-link:hover{color:var(--ink)}.login-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.login-security{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.login-security>.icon{width:18px;height:18px}.login-card>.eyebrow{font-size:14px;letter-spacing:0;text-transform:none;margin-bottom:12px}.login-card h2{font-size:30px;line-height:1.35;margin-bottom:14px}.login-intro{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:28px}#login-form label{display:block;font-size:14px;font-weight:600;margin-bottom:9px}.input-wrap{height:54px;display:flex;align-items:center;gap:12px;border:1px solid #ABB9C2;border-radius:6px;padding:0 15px;background:var(--surface);margin-bottom:22px;transition:border-color .18s}.input-wrap:focus-within{border-color:var(--sea);box-shadow:0 0 0 3px #20556814}.input-wrap>.icon{width:20px;height:20px;color:var(--muted)}.input-wrap input{border:0;background:transparent;outline:0;min-width:0;width:100%;height:100%;color:var(--ink);font-size:16px;padding:0}.input-wrap input::placeholder{color:#6A7882;opacity:1}.password-toggle{background:transparent;min-width:44px;min-height:44px;display:grid;place-items:center;color:var(--muted);margin-right:-9px}.password-toggle>.icon{width:20px;height:20px}.login-account-note{font-size:12px;color:var(--muted);margin-top:-8px}.form-error{font-size:13px;line-height:1.7;color:#A93424;margin-top:14px}.form-error:empty{margin:0}.login-submit{width:100%;margin-top:24px;justify-content:space-between}.login-footnote{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin-top:18px}.login-footnote>.icon{width:16px;height:16px}.login-tool-nav{margin-top:28px;padding-top:24px;border-top:1px solid var(--border)}.login-tool-nav>span{font-size:12px;color:var(--muted);display:block;margin-bottom:10px}.login-tool-nav>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 12px}.login-tool-nav a{display:flex;gap:7px;align-items:center;min-height:44px;font-size:12px;border-radius:4px;padding:7px 5px;color:var(--muted)}.login-tool-nav a>.icon{width:18px;height:18px}.login-tool-nav a.selected{color:var(--sea);background:var(--sea-light)}.login-tool-nav a:hover{color:var(--ink)}.login-under-card{font-size:12px;color:var(--muted);text-align:center;margin-top:26px}
/* Workspace */
.workspace-page{padding:44px 0 80px}.workspace-layout{display:grid;grid-template-columns:222px minmax(0,1fr);gap:40px;align-items:start}.workspace-sidebar{position:sticky;top:28px;padding-right:24px;border-right:1px solid var(--border)}.sidebar-heading{display:flex;flex-direction:column;gap:5px;margin-bottom:26px;padding-inline:12px}.sidebar-heading>span{font-size:13px;color:var(--muted)}.sidebar-heading strong{font-family:var(--heading);font-size:20px;line-height:1.5}.workspace-sidebar nav>a{display:flex;gap:10px;align-items:center;min-height:48px;padding:10px 12px;font-size:14px;margin-bottom:4px;border-radius:6px;color:var(--muted)}.workspace-sidebar nav>a>.icon{width:20px;height:20px}.workspace-sidebar nav>a.selected{background:var(--sea-light);color:var(--ink);font-weight:600}.workspace-sidebar nav>a:hover{background:#F0F3F5;color:var(--ink)}.workspace-sidebar nav>a>.sidebar-chevron{width:14px;height:14px;margin-left:auto}.sidebar-label{font-size:12px;color:var(--muted);margin:24px 12px 12px}.sidebar-divider{height:1px;background:var(--border);margin:24px 12px}.sidebar-account{display:flex;align-items:center;gap:10px;padding:20px 12px 0;margin-top:28px;border-top:1px solid var(--border)}.sidebar-account strong{display:block;font-size:13px;line-height:1.5}.sidebar-account small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.workspace-main{min-width:0}.workspace-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px;line-height:1.8;color:var(--muted);margin-bottom:26px}.workspace-breadcrumb a:hover{color:var(--ink)}.workspace-breadcrumb>span{color:#92A2AC}.welcome-banner{display:grid;grid-template-columns:1.15fr 1fr;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.welcome-copy{padding:34px}.welcome-copy .eyebrow{font-size:12px;letter-spacing:.07em;margin-bottom:18px}.welcome-banner h1{font-size:48px;line-height:1.05;margin-bottom:20px}.welcome-banner p:not(.eyebrow){font-size:14px;line-height:1.8;color:var(--muted);max-width:270px}.welcome-art{min-height:320px}.welcome-art img{width:100%;height:100%;object-fit:cover;object-position:56% center}.welcome-badge{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:500;color:var(--sea);margin-top:26px}.welcome-badge>.icon{width:17px;height:17px}.workspace-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:44px 0 24px}.workspace-section-heading .eyebrow{font-size:12px;margin-bottom:10px}.workspace-section-heading h2{font-size:25px}.workspace-section-heading>span{font-size:12px;color:var(--muted);padding-bottom:2px}.workspace-tool-grid{gap:20px}.workspace-tool-grid .tool-card{padding:28px 28px 24px}.workspace-tool-grid .tool-card h3{font-size:24px}.workspace-tool-grid .tool-card-top{margin-bottom:24px;gap:10px}.workspace-tool-grid .tool-icon{width:46px;height:46px;border-radius:8px}.workspace-tool-grid .tool-icon .icon{width:25px;height:25px}.workspace-tool-grid .tool-description{font-size:15px;line-height:1.8}.workspace-tool-grid .tool-tags{column-gap:12px}.workspace-tool-grid .tool-tags>span{font-size:12px}.workspace-note{display:flex;gap:12px;align-items:flex-start;background:var(--sea-light);padding:20px 24px;border-radius:8px;color:var(--sea);margin-top:28px}.workspace-note>.icon{width:21px;height:21px;margin-top:2px}.workspace-note p{font-size:13px;line-height:1.8}
/* Tool pages */
.module-hero{padding:10px 0 32px;border-bottom:1px solid var(--border);margin-bottom:32px}.module-identity{display:flex;gap:20px;align-items:center;margin-bottom:22px}.module-identity .tool-icon{width:66px;height:66px}.module-identity .tool-icon>.icon{width:32px;height:32px}.module-identity .eyebrow{font-size:13px;letter-spacing:0;text-transform:none;margin-bottom:6px}.module-identity h1{font-size:36px}.module-description{font-size:17px;line-height:1.85;color:var(--muted);max-width:730px}.module-meta{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:22px}.module-meta>span:not(.status-pill){display:flex;align-items:center;gap:6px;font-size:13px;color:var(--sea)}.module-meta>span>.icon{width:18px;height:18px}.module-action-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px;display:grid;grid-template-columns:46px 1fr;gap:20px;align-items:start}.module-action-icon{width:46px;height:46px;display:grid;place-items:center;background:var(--sea-light);color:var(--sea);border-radius:9px}.module-action-panel .eyebrow{font-size:12px;margin-bottom:10px}.module-action-panel h2{font-size:25px;line-height:1.4;margin-bottom:16px}.module-action-panel p:not(.eyebrow){font-size:16px;line-height:1.85;color:var(--muted)}.module-action-panel>.button{grid-column:2;justify-self:start;margin-top:8px}.reply-destination{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-top:22px}.reply-destination>.icon{width:18px;height:18px}.reply-destination strong{font-weight:500;color:var(--ink);overflow-wrap:anywhere}.pending-note{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-top:20px}.pending-tag{grid-column:2;justify-self:start;display:inline-flex;font-size:13px;color:#665232;background:#F6F1E7;border-radius:5px;padding:8px 12px}.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.step-card{padding-top:22px;border-top:1px solid var(--border)}.step-card .step-number{margin-bottom:17px}.step-card h3{font-size:17px;line-height:1.5;margin-bottom:10px}.step-card p{font-size:14px;line-height:1.85;color:var(--muted)}.module-return{margin-top:40px;color:var(--muted)}.module-error{padding:20px 24px;margin-bottom:24px;border:1px solid #E0AA9A;border-radius:8px;color:#963929;font-size:15px;display:flex;align-items:center;justify-content:space-between;gap:20px}
/* Permissions */
.page-title{margin-bottom:32px}.page-title .eyebrow{font-size:13px;margin-bottom:14px}.page-title h1{font-size:36px;margin-bottom:16px}.page-title>p:not(.eyebrow){font-size:16px;color:var(--muted)}.owner-card{display:flex;align-items:center;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px;margin-bottom:28px}.owner-avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:var(--sea-light);font:600 28px var(--heading);flex-shrink:0}.owner-info{min-width:0}.owner-info>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.owner-info h2{font-size:23px}.owner-label{font-size:12px;letter-spacing:.03em;color:var(--sea);background:var(--sea-light);padding:3px 8px;border-radius:4px}.owner-info p{font-size:16px;margin-top:7px;overflow-wrap:anywhere}.owner-info small{font-size:12px;color:var(--muted);display:block;margin-top:7px}.owner-shield{color:var(--sea);margin-left:auto}.owner-shield>.icon{width:34px;height:34px}.permission-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.permission-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px 32px}.permission-heading h2{font-size:24px;margin-bottom:12px}.permission-heading p{font-size:14px;line-height:1.8;color:var(--muted)}.permission-count{white-space:nowrap;font-size:12px;color:var(--muted)}.permission-row{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:20px;padding:24px 32px;border-top:1px solid var(--border);align-items:center}.permission-table-head{padding-top:13px;padding-bottom:13px;background:var(--canvas);font-size:12px;color:var(--muted)}.permission-tool{display:flex;align-items:center;gap:13px;font-size:15px}.permission-tool>.icon{width:23px;height:23px;color:var(--sea)}.permission-tool small{font-size:12px;color:var(--muted);display:block;line-height:1.5;margin-top:5px;text-transform:none}.permission-granted{display:flex;align-items:center;gap:7px;color:var(--sea);font-size:13px}.permission-granted>.icon{width:18px;height:18px}.permission-note{display:flex;gap:9px;align-items:flex-start;padding:20px 32px;border-top:1px solid var(--border);font-size:12px;line-height:1.8;color:var(--muted)}.permission-note>.icon{width:17px;height:17px;margin-top:2px}.account-settings-note{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:32px}.account-settings-note>div{display:flex;align-items:flex-start;gap:12px}.account-settings-note>div>.icon{width:23px;height:23px;color:var(--sea);margin-top:3px}.account-settings-note strong{font-size:14px}.account-settings-note p{font-size:13px;line-height:1.8;color:var(--muted);margin-top:6px}.account-settings-note .button{font-size:13px;white-space:nowrap;min-height:48px;padding:12px 18px}.not-found{padding:100px 0 140px;min-height:60vh}.not-found h1{font-size:40px;margin-bottom:24px}.not-found>p:not(.eyebrow){font-size:17px;color:var(--muted);margin-bottom:30px}.connection-banner{display:flex;align-items:center;justify-content:center;gap:20px;background:#FBEBE5;border-bottom:1px solid #E5BEB0;color:#873D2E;font-size:14px;padding:14px 24px;margin-bottom:24px}.connection-banner button{color:inherit;font-weight:600;background:transparent;min-height:44px;padding:8px 12px;text-decoration:underline}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:100;background:var(--ink);color:#FFF;padding:16px 24px;border-radius:8px;font-size:14px;max-width:calc(100vw - 40px);box-shadow:0 8px 32px #132A3629}
/* Tablet */
@media(max-width:1150px){.shell{width:calc(100% - 64px)}.header-inner{gap:24px}.desktop-nav{gap:22px}.desktop-nav>a{font-size:14px}.brand-type strong{font-size:21px}.brand-type>span{font-size:12px}.brand-symbol{width:34px;height:34px}.account-pill-copy{display:none}.hero-inner{gap:36px}.hero h1{font-size:68px}.hero-art{height:536px}.hero-description{font-size:16px}.hero-actions{gap:12px}.hero-actions .text-link{font-size:14px}.hero-actions .button{padding-inline:20px}.section-heading h2{font-size:43px}.closing-panel{padding:48px}.closing-panel h2{font-size:42px}.tool-card{padding:30px}.footer-main{gap:48px}.login-panel{padding:32px}.login-story-content{left:32px;right:32px}.login-story h1{font-size:54px}.login-card h2{font-size:26px}.login-tool-nav a{font-size:12px}.workspace-layout{grid-template-columns:190px minmax(0,1fr);gap:28px}.workspace-sidebar{padding-right:16px}.workspace-sidebar nav>a{font-size:13px;padding-inline:9px;gap:8px}.workspace-sidebar nav>a>.sidebar-chevron{display:none}.sidebar-heading{padding-inline:9px}.sidebar-heading strong{font-size:18px}.sidebar-account{padding-inline:8px;gap:8px}.sidebar-account .avatar{width:30px;height:30px}.sidebar-account strong{font-size:12px}.sidebar-account small{font-size:12px}.welcome-copy{padding:28px}.welcome-banner h1{font-size:42px}.workspace-tool-grid .tool-card{padding:24px}.workspace-tool-grid .tool-card-top{align-items:flex-start;gap:8px}.workspace-tool-grid .tool-icon{width:40px;height:40px}.workspace-tool-grid .status-pill{padding:4px 7px;font-size:12px}.workspace-tool-grid .tool-card h3{font-size:22px}.workspace-tool-grid .tool-english{font-size:12px}.workspace-tool-grid .tool-tags{gap:6px 10px}.workspace-section-heading>span{display:none}.account-settings-note{align-items:flex-start;flex-direction:column;gap:20px}.permission-row{padding-inline:24px;gap:14px}.permission-heading{padding:26px 24px}.permission-tool{gap:9px;font-size:14px}.permission-tool small{font-size:12px}.module-action-panel{padding:28px}.module-identity h1{font-size:32px}}
@media(max-width:900px){.header-inner{height:92px;gap:20px}.desktop-nav{gap:18px}.desktop-nav small{display:none}.desktop-nav>a{font-size:13px;white-space:nowrap}.header-login{padding:10px 16px;gap:8px;font-size:14px}.brand{gap:9px}.brand-type strong{font-size:19px}.brand-symbol{width:30px;height:30px}.hero{padding:48px 0 64px}.hero-inner{grid-template-columns:1.08fr 1fr;gap:26px}.hero h1{font-size:56px}.hero-art{height:500px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-description br{display:none}.hero-art figcaption{left:22px;right:22px;bottom:24px}.hero-art figcaption span:first-child{font-size:19px}.section-heading h2{font-size:38px}.section-caption{font-size:15px}.tools-section,.how-section{padding:72px 0}.tool-card{padding:28px}.tool-card-top{gap:12px}.tool-card h3{font-size:26px}.tool-icon{width:48px;height:48px}.tool-description{font-size:15px}.tool-tags{gap:10px 16px}.how-section .section-heading{align-items:flex-start;flex-direction:column;gap:20px}.how-section .section-heading h2{font-size:38px}.home-steps{gap:28px;margin-top:36px}.home-steps h3{font-size:20px}.home-steps p{font-size:15px}.closing-section{padding-bottom:72px}.closing-panel{padding:40px;flex-direction:column;align-items:flex-start;gap:28px}.footer-main{grid-template-columns:1.3fr 1fr 1fr;gap:32px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}.login-layout{grid-template-columns:.9fr 1.1fr}.login-panel{padding:28px}.login-story-content{left:28px;right:28px;bottom:40px}.login-story h1{font-size:44px}.login-story-content .eyebrow{font-size:12px}.login-story-copy{font-size:14px}.login-card h2{font-size:24px}.login-security{font-size:12px}.login-card-top{gap:10px}.login-tool-nav>div{grid-template-columns:1fr}.workspace-layout{grid-template-columns:1fr}.workspace-sidebar{position:static;border:0;padding:0}.sidebar-heading,.sidebar-account,.sidebar-label,.sidebar-divider{display:none}.workspace-sidebar nav{display:flex;overflow-x:auto;gap:8px;border-bottom:1px solid var(--border);padding-bottom:16px}.workspace-sidebar nav>a{white-space:nowrap;margin:0;min-height:44px;flex-shrink:0;padding:10px 14px;font-size:13px}.workspace-sidebar nav>a>.icon{width:18px;height:18px}.workspace-page{padding-top:24px}.workspace-breadcrumb{margin-bottom:22px}.welcome-banner h1{font-size:48px}.workspace-tool-grid .tool-card{padding:28px}.workspace-tool-grid .tool-card h3{font-size:24px}.workspace-tool-grid .tool-card-top{align-items:center}.workspace-tool-grid .tool-english{font-size:14px}.workspace-tool-grid .tool-icon{width:48px;height:48px}.workspace-tool-grid .tool-description{font-size:16px}.workspace-tool-grid .tool-tags>span{font-size:13px}.workspace-main .step-grid{gap:24px}}
/* Mobile */
@media(max-width:780px){.shell{width:calc(100% - 40px)}.header-inner{height:auto;min-height:84px;display:grid;grid-template-columns:1fr auto;gap:10px 16px;padding-top:18px;padding-bottom:0}.brand-symbol{width:31px;height:31px}.brand-type strong{font-size:20px}.brand-type>span{font-size:12px}.header-account{justify-self:end}.header-login{font-size:13px;padding:10px 14px;min-height:44px;gap:8px}.header-login .icon{width:18px;height:18px}.desktop-nav{grid-row:2;grid-column:1/-1;display:flex;justify-content:space-between;width:100%;margin:0;padding-top:3px;gap:16px}.desktop-nav>a{min-height:48px;font-size:13px}.desktop-nav small{display:none}.desktop-nav>a{display:flex;flex-direction:row;align-items:center;gap:0}.account-pill{min-height:44px}.avatar{width:32px;height:32px;font-size:14px}.icon-button{width:44px}.hero{padding:42px 0 52px}.hero-inner{grid-template-columns:1fr;gap:36px}.hero-copy{padding:0}.hero-eyebrow{font-size:12px;margin-bottom:22px;letter-spacing:.045em;gap:9px}.eyebrow-line{width:22px}.hero h1{font-size:clamp(45px,12.4vw,70px);line-height:1.025;letter-spacing:-.055em;margin-bottom:26px}.hero-description{font-size:16px;line-height:1.85;max-width:500px}.hero-actions{flex-direction:row;gap:12px 22px;align-items:center;margin-top:26px}.hero-actions .button{padding:13px 20px;min-height:52px}.hero-actions .text-link{font-size:14px;min-height:48px}.hero-access{font-size:12px;margin-top:22px;gap:7px}.hero-art{height:390px;border-radius:8px}.hero-art>img{object-position:52% center}.hero-art figcaption{left:24px;bottom:24px}.hero-art figcaption span:first-child{font-size:23px}.hero-art figcaption span:last-child{font-size:13px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:38px;line-height:1.1}.section-heading .eyebrow{font-size:12px;margin-bottom:14px}.section-caption{font-size:16px;line-height:1.8;margin-top:20px}.section-caption br{display:none}.tools-section,.how-section{padding:56px 0}.tool-grid{grid-template-columns:1fr;gap:20px}.tool-card{padding:28px}.tool-card-top{margin-bottom:26px}.tool-card h3{font-size:27px;margin-bottom:16px}.tool-english{font-size:14px;margin-bottom:10px}.tool-description{font-size:16px;line-height:1.85;margin-bottom:24px}.tool-tags{gap:9px 16px;margin-bottom:24px}.tool-tags>span{font-size:13px}.tool-card-footer{font-size:15px}.status-pill{font-size:12px;padding:5px 10px}.directory-note{font-size:12px;line-height:1.8;gap:8px;margin-top:22px}.directory-note>.icon{width:18px;height:18px}.how-section .section-heading{display:block}.how-section .section-heading h2{font-size:36px;line-height:1.15}.home-steps{grid-template-columns:1fr;gap:28px;margin-top:32px}.home-steps article{display:grid;grid-template-columns:42px 1fr;column-gap:16px;padding-top:24px}.home-steps .step-number{grid-row:1/3;margin:1px 0 0;font-size:15px}.home-steps h3{font-size:22px;margin-bottom:10px}.home-steps p{font-size:16px;line-height:1.85;max-width:none}.closing-section{padding-bottom:56px}.closing-panel{padding:32px 26px;gap:28px;border-radius:10px}.closing-panel .eyebrow{font-size:12px;margin-bottom:18px}.closing-panel h2{font-size:36px;line-height:1.12;letter-spacing:-.04em;margin-bottom:18px}.closing-panel p:not(.eyebrow){font-size:15px}.closing-panel .button{width:100%;justify-content:space-between}.footer-main{grid-template-columns:1fr 1fr;gap:36px 24px;padding:44px 0 30px}.footer-brand{grid-column:1/-1}.footer-brand p{margin-top:18px;font-size:14px}.footer-nav strong{font-size:12px;margin-bottom:12px}.footer-nav a{font-size:13px;min-height:44px}.footer-bottom{font-size:12px;line-height:1.8;padding:20px 0;gap:12px}.login-page{padding:24px 0 40px}.login-layout{display:flex;flex-direction:column;min-height:0}.login-panel{order:0;padding:26px 24px;background:var(--surface)}.login-story{order:1;min-height:440px}.login-story-content{left:28px;right:28px;bottom:32px}.login-story h1{font-size:46px;line-height:1.04;margin-bottom:20px}.login-story-content .eyebrow{font-size:12px;margin-bottom:18px}.login-story-copy{font-size:15px}.login-card{max-width:100%}.back-link{margin-bottom:16px;min-height:44px;font-size:13px}.login-card-top{margin-bottom:26px}.login-card-top .tool-icon{width:50px;height:50px}.login-card h2{font-size:26px;line-height:1.45}.login-intro{font-size:15px;margin-bottom:28px}.login-card>.eyebrow{font-size:13px}.login-security{font-size:12px}.input-wrap{height:56px;padding-inline:13px;margin-bottom:22px}.input-wrap input{font-size:16px}#login-form label{font-size:14px}.login-submit{font-size:15px;padding-inline:18px;gap:10px}.login-footnote{font-size:12px;align-items:flex-start;line-height:1.8}.login-footnote>.icon{margin-top:3px}.login-tool-nav>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.login-tool-nav a{font-size:12px;line-height:1.5;padding-inline:4px;gap:6px}.login-tool-nav a>.icon{width:16px;height:16px}.login-under-card{margin-top:22px}.workspace-page{padding:20px 0 48px}.workspace-layout{gap:24px}.workspace-sidebar nav{padding-bottom:14px;gap:6px}.workspace-sidebar nav>a{font-size:13px;padding-inline:12px}.workspace-breadcrumb{font-size:12px;gap:8px;margin-bottom:20px}.welcome-banner{grid-template-columns:1fr}.welcome-copy{padding:28px}.welcome-copy .eyebrow{font-size:12px;margin-bottom:18px}.welcome-banner h1{font-size:46px}.welcome-banner p:not(.eyebrow){font-size:15px;max-width:100%}.welcome-badge{font-size:12px;margin-top:22px}.welcome-art{min-height:0;height:210px}.welcome-art img{object-position:50% 50%}.workspace-section-heading{margin-top:32px;margin-bottom:24px}.workspace-section-heading h2{font-size:24px}.workspace-section-heading .eyebrow{font-size:12px}.workspace-tool-grid .tool-card{padding:28px}.workspace-tool-grid .tool-card h3{font-size:26px}.workspace-tool-grid .tool-english{font-size:14px}.workspace-tool-grid .tool-description{font-size:16px}.workspace-note{padding:20px;gap:10px}.workspace-note p{font-size:12px}.workspace-note>.icon{width:18px;height:18px}.module-hero{padding-top:0;padding-bottom:26px;margin-bottom:24px}.module-identity{gap:16px;align-items:flex-start;margin-bottom:22px}.module-identity .tool-icon{width:54px;height:54px}.module-identity .tool-icon>.icon{width:27px;height:27px}.module-identity .eyebrow{font-size:12px;margin-bottom:6px}.module-identity h1{font-size:28px;line-height:1.4}.module-description{font-size:16px;line-height:1.85}.module-meta{gap:16px;margin-top:20px}.module-meta>span:not(.status-pill){font-size:12px}.module-action-panel{padding:26px;display:block}.module-action-icon{margin-bottom:20px}.module-action-panel .eyebrow{font-size:12px;margin-bottom:12px}.module-action-panel h2{font-size:24px;line-height:1.4;margin-bottom:14px}.module-action-panel p:not(.eyebrow){font-size:15px;line-height:1.85}.module-action-panel>.button{margin-top:24px;width:100%;padding-inline:18px;gap:12px;font-size:14px;justify-content:space-between}.reply-destination{font-size:12px;gap:6px;margin-top:20px}.reply-destination strong{font-size:14px;display:block;width:100%;margin-left:24px}.pending-note{font-size:12px;line-height:1.8;align-items:flex-start;gap:7px}.pending-note .tiny-square{margin-top:8px}.pending-tag{font-size:12px;margin-top:20px}.step-grid,.workspace-main .step-grid{grid-template-columns:1fr;gap:26px}.step-card{display:grid;grid-template-columns:36px 1fr;column-gap:14px;padding-top:22px}.step-card .step-number{grid-row:1/3;font-size:14px;margin:2px 0 0}.step-card h3{font-size:18px;margin-bottom:10px}.step-card p{font-size:15px;line-height:1.85}.module-return{font-size:14px;margin-top:28px}.page-title{margin-bottom:26px}.page-title .eyebrow{font-size:12px}.page-title h1{font-size:32px;margin-bottom:14px}.page-title>p:not(.eyebrow){font-size:15px;line-height:1.8}.owner-card{padding:24px;gap:16px;margin-bottom:24px}.owner-avatar{width:52px;height:52px;font-size:23px}.owner-info h2{font-size:20px}.owner-info p{font-size:14px;margin-top:10px}.owner-info small{font-size:12px}.owner-label{font-size:12px}.owner-shield{display:none}.permission-heading{padding:24px;align-items:flex-start;gap:16px}.permission-heading h2{font-size:22px;margin-bottom:12px}.permission-heading p{font-size:13px}.permission-count{font-size:12px;margin-top:4px}.permission-row{grid-template-columns:1.7fr .8fr .8fr;gap:10px;padding:20px 16px}.permission-table-head{padding-top:14px;padding-bottom:14px;font-size:12px}.permission-tool{font-size:13px;gap:8px;align-items:flex-start}.permission-tool>.icon{width:18px;height:18px;margin-top:2px}.permission-tool small{display:none}.permission-granted{font-size:12px;gap:4px;white-space:nowrap}.permission-granted>.icon{width:15px;height:15px}.permission-note{padding:20px 18px;font-size:12px;gap:8px}.account-settings-note{gap:22px;margin-top:26px}.account-settings-note strong{font-size:14px}.account-settings-note p{font-size:13px;line-height:1.8}.account-settings-note .button{font-size:14px;min-height:48px}.not-found{padding:64px 0 90px}.not-found h1{font-size:30px;line-height:1.5}.not-found>p:not(.eyebrow){font-size:16px}.connection-banner{font-size:13px;gap:10px;padding:12px 20px;justify-content:space-between}.connection-banner button{white-space:nowrap}.module-error{flex-direction:column;align-items:flex-start;font-size:14px}}
@media(max-width:380px){.shell{width:calc(100% - 32px)}.brand-symbol{width:27px;height:27px}.brand-type strong{font-size:18px}.brand-type>span{font-size:12px}.header-login{padding-inline:12px}.desktop-nav{gap:12px}.desktop-nav small{display:none}.desktop-nav>a{font-size:13px}.hero h1{font-size:44px}.hero-art{height:340px}.tool-card,.workspace-tool-grid .tool-card{padding:24px}.tool-card h3{font-size:25px}.section-heading h2{font-size:35px}.login-panel{padding:24px 20px}.login-card h2{font-size:24px}.login-tool-nav a{font-size:12px;gap:4px}.login-tool-nav a>.icon{width:15px;height:15px}.permission-row{gap:8px;padding-inline:12px}.permission-tool{gap:6px;font-size:12px}.permission-granted{font-size:12px}.permission-granted>.icon{width:13px;height:13px}.closing-panel h2{font-size:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.tool-card:hover .tool-card-footer>.icon{transform:none}}

/* Keep mobile tool navigation inside its grid track. */
.workspace-sidebar{min-width:0;max-width:100%}.workspace-sidebar nav{max-width:100%}
