:root{--purple:#6D38C3;--purple-dark:#512594;--surface:#fff;--background:#F7F6FA;--soft:#EEE7FA;--ink:#302044;--muted:#716880;--line:#ded8e7}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,44%) 1fr}.brand-panel{padding:clamp(36px,6vw,88px);background:var(--purple);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.brand,.mobile-brand{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none;font-weight:800;font-size:25px;letter-spacing:-1px}.brand-symbol{display:grid;place-items:center;width:32px;height:32px;border:2px solid currentColor;border-radius:50%;font-size:23px;font-weight:400;line-height:1}.brand-copy{max-width:430px}.brand-copy h1{margin:0 0 20px;font-size:clamp(36px,4vw,62px);line-height:1.04;letter-spacing:-.055em}.brand-copy p{margin:0;max-width:390px;font-size:17px;line-height:1.6;color:#eee6ff}.business-types{margin:0;font-size:13px;color:#e1d5f7}.login-panel{display:grid;place-items:center;padding:48px 24px;background:#fff}.login-content{width:min(100%,410px)}.mobile-brand{display:none;color:var(--purple);margin-bottom:56px}.login-content h2{margin:0 0 8px;font-size:34px;letter-spacing:-.04em}.intro{margin:0 0 36px;color:var(--muted);font-size:16px}label{display:block;margin:20px 0 8px;font-size:14px;font-weight:700}input{width:100%;height:52px;border:1px solid var(--line);border-radius:12px;padding:0 15px;color:var(--ink);font:inherit;outline:none}input:focus{border-color:var(--purple);box-shadow:0 0 0 3px var(--soft)}.password-field{position:relative}.password-field input{padding-right:78px}.reveal{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--purple);font-weight:700;cursor:pointer}.forgot{display:inline-block;margin:14px 0 28px;color:var(--purple);font-size:14px;font-weight:700;text-decoration:none}.submit{width:100%;height:52px;border:0;border-radius:12px;background:var(--purple);color:#fff;font:700 16px inherit;cursor:pointer;transition:background .2s}.submit:hover{background:var(--purple-dark)}.submit:disabled{opacity:.65;cursor:wait}.signup{text-align:center;margin:26px 0 0;color:var(--muted);font-size:14px}.signup a{color:var(--purple);font-weight:700;text-decoration:none}.form-message{min-height:20px;margin:0 0 14px;color:#b42318;font-size:14px}.form-message.success{color:#177742}@media(max-width:720px){.login-shell{display:block}.brand-panel{display:none}.login-panel{min-height:100vh;align-items:start;padding:32px 24px}.mobile-brand{display:flex}.login-content{margin:0 auto}.login-content h2{font-size:30px}}
.auth-page{min-height:100vh;padding:36px 24px 72px;background:var(--background)}.purple-brand{color:var(--purple);max-width:1040px;margin:0 auto}.form-card{width:min(100%,600px);margin:62px auto 0;padding:48px;background:#fff;border:1px solid #e9e4ef;border-radius:20px;box-shadow:0 16px 45px rgba(48,32,68,.08)}.form-card h1{font-size:32px;letter-spacing:-.04em;margin:24px 0 8px}.form-card>p:not(.signup){margin:0 0 28px;color:var(--muted)}.back-link{color:var(--purple);font-size:14px;font-weight:700;text-decoration:none}.choice-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0 4px}.choice{margin:0;cursor:pointer}.choice input{position:absolute;opacity:0}.choice span{display:block;padding:14px;border:1px solid var(--line);border-radius:10px;text-align:center;font-weight:600}.choice input:checked+span{border-color:var(--purple);background:var(--soft);color:var(--purple)}select{width:100%;height:52px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff;font:inherit;color:var(--ink)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dashboard{min-height:100vh;background:var(--background);display:flex}.sidebar{width:246px;min-height:100vh;padding:30px 20px;background:#fff;border-right:1px solid #ece7f1;display:flex;flex-direction:column}.sidebar nav{display:grid;gap:7px;margin-top:64px}.sidebar nav a,.logout{padding:12px 14px;color:var(--muted);text-decoration:none;border-radius:10px;font-size:14px;font-weight:650}.sidebar nav a.active,.sidebar nav a:hover{background:var(--soft);color:var(--purple)}.logout{margin-top:auto}.dashboard-main{width:min(100%,1160px);padding:48px 54px;margin:0 auto}.dashboard header{display:flex;justify-content:space-between;align-items:flex-start}.date{color:var(--purple);font-size:12px;font-weight:800;letter-spacing:.1em;margin:0 0 12px}.dashboard h1{font-size:34px;letter-spacing:-.04em;margin:0}.subtitle,.dashboard-section>div>p{color:var(--muted);margin:9px 0 0}.profile{width:42px;height:42px;border:0;border-radius:50%;background:var(--purple);color:#fff;font-weight:800}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:44px 0}.metrics article,.dashboard-section{background:#fff;border:1px solid #e9e4ef;border-radius:16px;padding:24px}.metrics p{margin:0;color:var(--muted);font-size:14px}.metrics strong{display:block;margin:17px 0 8px;font-size:36px}.metrics span{font-size:13px;color:#958aa4}.dashboard-section{display:grid;grid-template-columns:1fr 1fr;gap:34px}.dashboard-section h2{margin:0;font-size:22px}.action-list{display:grid;gap:6px}.action-list a{padding:14px;border-bottom:1px solid #eeeaf2;color:var(--ink);font-weight:650;text-decoration:none;display:flex;justify-content:space-between}.action-list a span{color:var(--purple)}@media(max-width:720px){.form-card{margin-top:38px;padding:28px 22px}.form-grid,.metrics,.dashboard-section{grid-template-columns:1fr}.sidebar{display:none}.dashboard-main{padding:32px 22px}.metrics{margin:30px 0}.dashboard-section{gap:20px}.dashboard h1{font-size:29px}}
.module-page{max-width:1120px;margin:0 auto;padding:48px 28px}.module-header{display:flex;justify-content:space-between;align-items:center;margin:24px 0 36px}.module-header h1{margin:0;font-size:34px;letter-spacing:-.04em}.module-header p{margin:8px 0 0;color:var(--muted)}.module-button{width:auto;padding:0 22px}.empty-module{max-width:560px;padding:44px;background:#fff;border:1px solid #e9e4ef;border-radius:16px;text-align:center;margin:72px auto}.empty-module h2{margin:0;font-size:23px}.empty-module p{color:var(--muted);line-height:1.6;margin:12px 0 25px}.calendar{background:#fff;border:1px solid #e9e4ef;border-radius:16px;overflow:hidden}.calendar-title{display:flex;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #eeeaf2}.calendar-title span{color:var(--muted);font-size:14px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);min-height:210px}.calendar-grid div{padding:18px;border-right:1px solid #eeeaf2;color:var(--muted);font-size:13px}.calendar-grid b{display:inline-block;color:var(--ink);font-size:18px;margin-top:6px}.empty-calendar{text-align:center;color:var(--muted);margin:0;padding:22px}.restaurant-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.restaurant-actions a{background:#fff;border:1px solid #e9e4ef;border-radius:15px;padding:28px;color:var(--ink);font-size:19px;font-weight:750;text-decoration:none}.restaurant-actions span{display:block;margin-top:9px;color:var(--muted);font-size:14px;font-weight:400}@media(max-width:720px){.module-page{padding:32px 22px}.module-header{align-items:flex-start;gap:16px;flex-direction:column}.restaurant-actions{grid-template-columns:1fr}.calendar{overflow:auto}.calendar-grid{min-width:640px}}

html,body{max-width:100%;overflow-x:hidden}.auth-page{width:100%;overflow-x:clip}.form-card{max-width:100%}.form-grid>div{min-width:0}

.sidebar form{margin-top:auto}.logout{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;font-family:inherit}
