/* This sheet is loaded only by the login page. */
html,html:root{--bg:#fff;--text:#121617;--line:#e2d9cf;--accent:#C64110}
body{background:#F9F6F0;color:#121617;margin:0}.app-nav,body>.footer{display:none}.app-main{padding:20px;min-height:100svh;box-sizing:border-box}.app-main>.wrap{width:100%;max-width:none;padding:0;margin:0}
.auth-login{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);min-height:calc(100svh - 40px);max-width:1680px;margin:auto;background:#fff;border:1px solid #eee5db;border-radius:26px;overflow:hidden;box-shadow:0 3px 12px #392d2110}
.auth-art{position:relative;min-height:720px;isolation:isolate;padding:clamp(30px,4vw,64px);display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;background:#f1e8d9}
.auth-art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2}.auth-art::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#fffaf5d9 0%,#fffaf59c 31%,transparent 58%)}
.auth-brand{display:flex;align-items:center;gap:20px;color:#121617;font-size:23px;font-weight:600;letter-spacing:-.03em;text-decoration:none;margin-bottom:58px}.auth-brand span{font-size:21px;color:#C64110}.auth-kicker{font-size:11px;letter-spacing:.11em;text-transform:uppercase;margin:0 0 16px;color:#121617}.auth-art h2{font-family:'Inter Tight',sans-serif;font-size:clamp(40px,4vw,64px);font-weight:500;line-height:1.04;letter-spacing:-.045em;text-transform:none;color:#121617;margin:0 0 22px}.auth-art-copy>p:last-child{font-size:16px;line-height:1.65;max-width:360px;color:#121617}.auth-art-bottom{display:flex;flex-wrap:wrap;gap:9px;margin-top:180px}.auth-art-bottom span{background:#fffefaed;color:#121617;border:1px solid #ffffff60;border-radius:24px;padding:10px 15px;font-size:12px}
.auth-form-side{display:flex;flex-direction:column;padding:40px clamp(28px,5vw,85px) 28px;min-width:0}.auth-back{font-size:12px;color:#121617;align-self:flex-end;text-decoration:none}.auth-form-content{width:100%;max-width:410px;margin:auto;padding:45px 0}.auth-emblem{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:#fff0e8;color:#C64110;margin-bottom:25px}.auth-emblem svg{width:27px;height:27px}.auth-form-content h1{font-family:'Inter Tight',sans-serif;font-size:clamp(36px,3.5vw,48px);font-weight:500;line-height:1.1;letter-spacing:-.035em;text-transform:none;color:#121617;margin:0 0 15px}.auth-intro{font-size:15px;color:#121617;margin:0 0 35px}
.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{font-size:13px;color:#121617}.auth-form input:not([type=hidden]){width:100%;min-width:0;box-sizing:border-box;min-height:52px;border:1px solid #d9cfc4;border-radius:10px;background:#fff;color:#121617;font:inherit;font-size:15px;padding:13px 15px;box-shadow:none}.auth-form input::placeholder{color:#121617;opacity:.7}.auth-form input:focus{outline:2px solid #C64110;outline-offset:2px;border-color:#C64110}.auth-password-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.auth-password-label a{font-size:12px;color:#121617}.auth-password{position:relative}.auth-password input{padding-right:65px!important}.auth-password button{position:absolute;right:8px;top:8px;min-height:36px;background:transparent;border:0;border-radius:6px;color:#121617;font:inherit;font-size:12px;padding:8px;cursor:pointer}
.auth-submit{margin-top:16px;display:flex;align-items:center;justify-content:space-between;min-height:54px;border:1px solid #C64110;background:#C64110;color:#fff;border-radius:11px;padding:13px 20px;font:inherit;font-size:15px;font-weight:500;cursor:pointer;box-shadow:0 3px 7px #9b431520}.auth-submit:hover{background:#a4360d}.auth-error{color:#9f2514;background:#fff0ea;border:1px solid #dba896;padding:12px;border-radius:8px;font-size:13px;margin:4px 0}.auth-register{font-size:13px;line-height:1.7;text-align:center;margin:25px 0 0;color:#121617}.auth-register a{color:#121617;text-underline-offset:4px}.auth-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;border-top:1px solid #eee5db;font-size:11px}.auth-bottom a{color:#121617}.auth-bottom span{display:flex;gap:18px}.auth-login :focus-visible{outline:2px solid #C64110;outline-offset:4px}
@media(min-width:1600px){.auth-art{min-height:800px}}
@media(max-width:900px){.auth-form-side{padding-inline:28px}.auth-art{padding:30px}.auth-brand{margin-bottom:45px}}
@media(max-width:700px){.app-main{padding:12px}.auth-login{grid-template-columns:minmax(0,1fr);min-height:0;border-radius:20px}.auth-art{min-height:255px;padding:24px}.auth-art>img{object-position:center 61%}.auth-brand{font-size:20px;margin-bottom:25px}.auth-art h2{font-size:35px;margin-bottom:12px}.auth-art-copy>.auth-kicker,.auth-art-copy>p:last-child,.auth-art-bottom{display:none}.auth-art::after{background:linear-gradient(90deg,#fffaf5e8, #fffaf570 65%,transparent)}.auth-form-side{padding:24px}.auth-form-content{padding:32px 0}.auth-emblem{display:none}.auth-form-content h1{font-size:36px}.auth-back{align-self:flex-start}}/* Signup page: same shell as login, but a wider column and multi field rows. */
.auth-form-wide{max-width:470px}
.auth-form label{display:block}
.auth-form label input,.auth-form label select{margin-top:6px}
.auth-form select{width:100%;min-width:0;box-sizing:border-box;min-height:52px;border:1px solid #d9cfc4;border-radius:10px;background:#fff;color:#121617;font:inherit;font-size:15px;padding:13px 15px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23121617' stroke-width='1.6' d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px;padding-right:42px}
.auth-form select:focus{outline:2px solid #C64110;outline-offset:2px;border-color:#C64110}
.auth-form-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.auth-form input[readonly]{background:#f6f1ea}
.auth-note{background:#f2f7f0;border:1px solid #c5d8bd;color:#121617;padding:12px;border-radius:8px;font-size:13px;margin:0 0 18px}
.auth-fineprint{font-size:12px;line-height:1.6;color:#121617;margin:14px 0 0}
.auth-fineprint a{color:#121617;text-underline-offset:3px}
.auth-form .cf-turnstile{margin:14px 0 0}
@media(max-width:700px){.auth-form-2{grid-template-columns:minmax(0,1fr)}}
