.button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 30px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:650;letter-spacing:0;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:focus-visible{outline:3px solid rgb(17 17 17 / 16%);outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{background:#111;box-shadow:0 18px 40px #11111129;color:#fff}.button--secondary,.button--quiet{border-color:#ded7cf;background:#fff;color:#191714}.button--full{width:100%}.brand-header{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;opacity:.86}.lmt-logo{display:inline-grid;width:116px;height:42px;place-items:center;flex:0 0 auto;border:1px solid #e5ddd3;border-radius:14px;background:#fffefd;overflow:hidden}.lmt-logo img{display:block;width:100%;height:100%;object-fit:contain;padding:8px 10px}.lmt-logo span{color:#191714;font-size:.8rem;font-weight:800;text-transform:uppercase}.gadgets-logo{display:block;width:116px;height:42px;object-fit:cover;object-position:center;border:1px solid #e5ddd3;border-radius:14px;background:#fffefd}@media(max-width:560px){.brand-header{gap:16px}.lmt-logo{width:104px;height:38px;border-radius:13px}.lmt-logo img{padding:7px 9px}.gadgets-logo{width:104px;height:38px;border-radius:13px}}.page-frame{width:min(1080px,calc(100% - 48px));min-height:100vh;margin:0 auto;padding:64px 0}.page-frame--centered{display:grid;place-items:center}.page-frame--centered.page-frame--with-header{grid-template-rows:auto minmax(0,1fr);place-items:stretch;gap:44px}.page-frame--centered.page-frame--with-header>:not(.brand-header){align-self:center;justify-self:center}.page-frame--wide{display:grid;width:min(980px,calc(100% - 40px));height:100dvh;min-height:0;grid-template-rows:minmax(0,1fr)}.page-frame--wide.page-frame--with-header{grid-template-rows:auto minmax(0,1fr);gap:28px}.page-card{width:min(760px,100%);padding:clamp(44px,9vw,88px);border:1px solid #ebe4dc;border-radius:44px;background:#fffefd;box-shadow:0 30px 90px #342e2714}.page-card--narrow{width:min(600px,100%)}.page-kicker{margin:0 0 16px;color:var(--color-primary);font-size:.78rem;font-weight:850;text-transform:uppercase}.page-title{margin:0;color:#171512;font-size:clamp(4.2rem,14vw,8rem);font-weight:420;line-height:.9;letter-spacing:0}.page-title--compact{font-size:clamp(3rem,9vw,5.25rem);font-weight:430;line-height:.94}.page-subtitle{margin:18px 0 0;color:var(--color-text);font-size:clamp(1.15rem,3vw,1.45rem);font-weight:700}.page-copy{max-width:610px;margin:30px 0 0;color:#6f675f;font-size:1.18rem;line-height:1.9}.page-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:52px}@media(max-width:640px){.page-frame{width:min(100% - 24px,1080px);padding:32px 0}.page-card{border-radius:34px}.page-actions{display:grid}}.chat-page{display:grid;height:100%;min-height:0;grid-template-rows:auto minmax(0,1fr);gap:18px}.chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0}.chat-toolbar p,.chat-toolbar h1{margin:0}.chat-toolbar p{margin-top:5px;color:#746c63;font-size:.88rem;font-weight:520}.chat-toolbar h1{color:#171512;font-size:clamp(1.55rem,4vw,2.15rem);font-weight:430;letter-spacing:0}.chat-toolbar .button{min-height:44px;padding:0 18px;font-size:.9rem;font-weight:600}.chat-panel{display:grid;height:100%;min-height:0;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.message-list{display:grid;align-content:start;justify-items:center;gap:30px;min-height:0;overflow-y:auto;overflow-anchor:none;scroll-behavior:smooth;scroll-padding-bottom:28px;-webkit-overflow-scrolling:touch;padding:clamp(28px,5vw,52px) 0 30px}.message-list__anchor{width:100%;height:1px}.message{display:flex;width:min(100%,720px);max-width:720px}.message--employee{justify-content:flex-end}.message__content{max-width:min(92%,620px);padding:19px 22px;border:1px solid #eee7df;border-radius:28px;background:#faf7f2;box-shadow:none}.message--employee .message__content{border-color:#111;background:#111;color:#fff}.message__content span{color:#837a70;font-size:.78rem;font-weight:620}.message--employee .message__content span{color:#ffffffbd}.message__content p{margin:9px 0 0;font-size:1.06rem;line-height:1.78}.typing-indicator{display:flex;gap:5px;margin-top:12px}.typing-indicator i{width:6px;height:6px;border-radius:999px;animation:typing-pulse .9s ease-in-out infinite;background:var(--color-muted)}.typing-indicator i:nth-child(2){animation-delay:.12s}.typing-indicator i:nth-child(3){animation-delay:.24s}.chat-composer{display:grid;position:sticky;z-index:1;bottom:0;grid-template-columns:minmax(0,1fr) auto;gap:14px;width:min(100%,760px);margin:0 auto;padding:18px 0 4px;border-top:1px solid transparent;background:linear-gradient(180deg,#f7f5f200,#f7f5f2 38%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.chat-composer input{min-width:0;min-height:66px;padding:0 24px;border:1px solid #e4ddd5;border-radius:28px;background:#fff;color:#191714;box-shadow:0 10px 32px #342e2712}.chat-composer input:disabled{opacity:.72}.chat-composer input:focus{border-color:#bdb4aa;box-shadow:0 0 0 4px #19171412;outline:none}.feedback-loading p{margin-top:9px}@keyframes typing-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media(max-width:767px){.page-frame--wide:has(.chat-page){position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;min-height:0;padding:12px 14px 0;overflow:hidden}@supports (height: 100dvh){.page-frame--wide:has(.chat-page){height:100dvh}}.chat-toolbar{align-items:center;flex-direction:row;flex:0 0 auto}.chat-page{display:flex;height:100%;min-height:0;flex-direction:column;gap:10px}.chat-panel{display:flex;min-height:0;flex:1 1 auto;flex-direction:column}.message-list{flex:1 1 auto;gap:24px;scroll-padding-bottom:10px;padding:18px 0 8px}.message{width:100%}.chat-composer{position:sticky;flex:0 0 auto;grid-template-columns:minmax(0,1fr) auto;padding:8px 0 max(4px,env(safe-area-inset-bottom))}.chat-composer .button{min-width:72px;padding:0 15px}}.text-field{display:grid;gap:10px}.text-field span{color:#191714;font-size:.95rem;font-weight:620}.text-field input{width:100%;min-height:64px;padding:0 22px;border:1px solid #e7dfd6;border-radius:26px;background:#fffefd;color:#191714;font-size:1.05rem;transition:border-color .16s ease,box-shadow .16s ease}.text-field input:focus{border-color:#bdb4aa;box-shadow:0 0 0 4px #19171412;outline:none}.employee-form{display:grid;gap:28px;margin-top:56px}.instruction-card{width:min(780px,100%)}.instructions-copy{display:grid;gap:26px;margin-top:46px}.instructions-copy p{margin:0;color:#6f675f;font-size:clamp(1.14rem,3vw,1.34rem);line-height:1.9}.results-card{width:min(820px,100%)}.results-card .page-title--compact{max-width:680px;font-size:clamp(2.2rem,6vw,3.6rem)}.score-summary{display:grid;gap:10px;justify-items:start;margin-top:54px;padding:0;border:0;background:transparent;box-shadow:none}.score-summary strong{color:#111;font-size:clamp(3.4rem,9vw,5.6rem);font-weight:430;line-height:1}.score-summary p{margin:0;color:#191714;font-size:1.05rem;font-weight:600}.score-summary span{color:#746c63;font-size:.98rem;font-weight:460;line-height:1}.criteria-list{display:grid;gap:34px;margin-top:64px}.criterion{display:grid;gap:16px;min-height:0;padding:0 0 34px;border-bottom:1px solid #e8e1d9;background:transparent}.criterion__summary{display:grid;grid-template-columns:auto minmax(32px,1fr) auto;align-items:baseline;gap:12px}.criterion__summary:after{height:1px;background:linear-gradient(90deg,#d8d0c7 45%,transparent 0);background-size:8px 1px;content:""}.criterion h2{margin:0;color:#4d463f;font-size:1rem;font-weight:600;line-height:1.35}.criterion__summary span{color:#191714;font-size:1rem;font-weight:560;order:3}.criterion__details{display:grid;gap:14px;margin:0}.criterion__details div{display:grid;gap:4px}.criterion__details dt{color:#191714;font-size:.82rem;font-weight:650}.criterion__details dd{margin:0;color:#766e65;font-size:.95rem;line-height:1.68}.feedback-grid{display:grid;gap:34px;margin-top:72px}.feedback-box{padding:clamp(22px,4vw,30px);border:1px solid #e8e1d9;border-radius:28px;background:#fffefd}.feedback-box--highlight{border-color:#d8cec3;background:#f8f3ec;box-shadow:none}.feedback-box h2{margin:0 0 12px;color:#191714;font-size:1.08rem;font-weight:620}.feedback-box p{margin:0;color:#6f675f;line-height:1.82}.feedback-box ul{display:grid;gap:10px;margin:0;padding-left:20px;color:#6f675f;line-height:1.72}@media(max-width:560px){.criterion{gap:14px}.criterion__summary{grid-template-columns:1fr auto}.criterion__summary:after{display:none}}.root-landing{display:grid;justify-items:center;width:min(560px,100%);text-align:center}.root-landing__logo{display:block;width:min(320px,76vw);height:auto;margin-bottom:46px;object-fit:contain;opacity:.9}.root-landing h1{margin:0;color:#171512;font-size:clamp(2.2rem,8vw,4rem);font-weight:430;line-height:1}.root-landing p{max-width:500px;margin:24px 0 0;color:#6f675f;font-size:clamp(1rem,3vw,1.15rem);line-height:1.7}.root-landing span{margin-top:68px;color:#8a8178;font-size:.78rem}.welcome-hero{display:grid;justify-items:center;width:min(620px,100%);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:center}.welcome-logos{display:flex;align-items:center;justify-content:center;margin-bottom:54px}.welcome-lmt-logo{width:146px;height:auto;border:0;border-radius:0;background:transparent}.welcome-lmt-logo img{padding:0}.welcome-gadgets-logo{display:block;width:250px;height:auto;object-fit:contain;opacity:.86}.welcome-hero .page-title{max-width:560px;font-size:clamp(2.25rem,8vw,4.1rem);font-weight:430;line-height:.98}.welcome-hero__sentence{max-width:510px;margin:24px 0 0;color:#6f675f;font-size:clamp(1.06rem,3vw,1.2rem);line-height:1.7}.welcome-hero__action{margin-top:42px}.welcome-powered-by{display:inline-flex;align-items:center;flex-direction:column;gap:8px;margin-top:118px;color:#8a8178;font-size:.78rem}@media(max-width:560px){.welcome-logos{margin-bottom:44px}.welcome-lmt-logo{width:128px}.welcome-lmt-logo img{padding:0}.welcome-gadgets-logo{width:220px}}.app-shell{min-height:100vh;background:#f7f5f2;color:#191714}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;--color-primary: #111111;--color-background: #f7f5f2;--color-surface: #ffffff;--color-text: #191714;--color-muted: #706a63;--color-border: #e7e0d8;--shadow-soft: 0 24px 70px rgb(35 31 27 / 7%)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f7f5f2;color:var(--color-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}a{color:inherit}
