:root{--ink:#101a43;--purple:#5946f5;--muted:#65708a;--soft:#f5f6fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Manrope,Arial,sans-serif}.site-header{height:92px;display:flex;align-items:center;padding:0 clamp(25px,7vw,110px);border-bottom:1px solid #edf0f7;gap:42px}.brand{font-size:42px;line-height:1;font-weight:800;letter-spacing:-3px;color:var(--ink);text-decoration:none}.brand span,.mini-brand span{color:var(--purple)}nav{display:flex;gap:42px;margin-left:auto}nav a{color:var(--ink);text-decoration:none;font-size:15px;font-weight:600}.outline-button{border:1.5px solid var(--purple);border-radius:9px;padding:10px 15px;color:var(--purple);font-weight:800;text-decoration:none;font-size:14px}.hero{overflow:hidden;padding:49px clamp(25px,6.6vw,102px) 39px;background:radial-gradient(circle at 100% 43%,#e6e9ff 0,transparent 31%),linear-gradient(125deg,#fbfbff,#f5f6ff)}.hero-copy{text-align:center}.eyebrow{font-size:11px;letter-spacing:1.5px;font-weight:800;color:var(--purple);margin:0 0 5px}.hero h1{font-size:clamp(43px,5.25vw,80px);line-height:1.1;letter-spacing:-4px;margin:0;font-weight:800}.subtitle{font-size:22px;color:#59627a;margin:14px 0 42px}.hero-grid{display:grid;grid-template-columns:410px minmax(530px,1fr);gap:48px;align-items:center;max-width:1330px;margin:auto}.modules{background:rgba(255,255,255,.92);padding:34px 27px;border-radius:16px;box-shadow:0 13px 28px #19204a12}.modules h2{font-size:22px;margin:0 0 25px}.module{font-family:inherit;border:0;width:100%;height:69px;margin:6px 0;background:#f4f5f9;border-radius:11px;display:flex;align-items:center;gap:14px;padding:0 18px;color:#929aab;font-size:19px;font-weight:700;text-align:left}.module.active{background:linear-gradient(110deg,#533af3,#6954ff);color:#fff;text-decoration:none;box-shadow:0 8px 16px #5641f34d}.module-icon{font-size:26px;line-height:1}.module b{margin-left:auto;font-size:35px;font-weight:400}.module em{font-size:9px;font-style:normal;background:#e7e9ef;padding:4px 6px;border-radius:4px}.dashboard-wrap{position:relative;padding-right:60px}.dashboard{height:432px;background:#fff;border:8px solid #101010;border-radius:22px 22px 9px 9px;box-shadow:0 20px 26px #17204a38;display:grid;grid-template-columns:144px 1fr;overflow:hidden}.dashboard aside{border-right:1px solid #edf0f5;padding:22px 13px}.mini-brand{font-size:22px;font-weight:800;letter-spacing:-2px;margin:0 0 27px}.dashboard aside a{display:block;font-size:10px;padding:10px 7px;color:#606a80;border-radius:6px}.dashboard aside .selected{background:#eeecff;color:#5341e8}.dashboard-main{padding:28px 20px}.dashboard-main h2{font-size:17px;margin:0 0 18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats>div,.appointments,.calendar{border:1px solid #edf0f6;border-radius:8px;padding:13px;background:#fff}.stats small{font-size:9px;display:block;color:#5e687c}.stats strong{font-size:24px;display:block;color:#4c40f6;margin-top:8px}.stats .coral{color:#f25d4c}.panel-row{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;margin-top:15px}.panel-row h3{font-size:11px;margin:0 0 13px}.appointments p{font-size:9px;margin:7px 0;padding:7px;background:#fafbfe;border-radius:4px}.appointments p b{margin-right:18px}.appointments p span{float:right;background:#f0f1f6;border-radius:8px;padding:2px 6px}.calendar{text-align:center;font-size:10px}.calendar strong{font-size:9px}.days{line-height:2.3;margin-top:12px;color:#677087;font-size:8px;word-spacing:7px}.phone{position:absolute;right:0;bottom:-27px;width:154px;height:300px;background:#fff;border:7px solid #111;border-radius:29px;padding:30px 12px;color:#182042;box-shadow:0 11px 17px #14162b3b}.phone:before{content:"";position:absolute;top:0;left:42px;width:58px;height:14px;background:#111;border-radius:0 0 10px 10px}.phone h3{text-align:center;font-size:10px;margin:0 0 13px}.phone small{display:block;text-align:center;font-size:8px}.phone-date{width:23px;height:23px;border-radius:50%;background:#5a45f5;color:#fff;text-align:center;padding-top:5px;margin:14px auto}.phone p{font-size:7px;border-bottom:1px solid #eef0f4;padding:8px 0;margin:0}.features{max-width:1330px;margin:0 auto;padding:39px clamp(25px,6.6vw,102px);display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.features article{display:flex;gap:15px;padding-right:16px;border-right:1px solid #e7e9f1}.features article:last-child{border:0}.features i{font-style:normal;color:#5543f3;background:#f1f2fa;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:21px;flex:none}.features h2{font-size:14px;margin:0 0 5px}.features p{font-size:11px;line-height:1.6;margin:0;color:#4f5970}footer{background:#101a43;color:#fff;padding:25px 8%;font-size:12px;text-align:center}footer a{color:#bcb5ff;margin-left:18px}@media(max-width:900px){nav{display:none}.site-header{justify-content:space-between;padding:0 25px}.hero-grid{grid-template-columns:1fr}.modules{max-width:520px;margin:auto}.dashboard-wrap{max-width:680px;width:100%;margin:auto}.features{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.site-header{height:74px}.brand{font-size:34px}.hero{padding:42px 18px 25px}.subtitle{font-size:16px;margin-bottom:28px}.hero-grid{gap:25px}.modules{padding:22px 17px}.dashboard-wrap{padding-right:22px}.dashboard{height:305px;grid-template-columns:95px 1fr;border-width:5px}.dashboard aside{padding:14px 7px}.dashboard aside a{font-size:7px;padding:7px 3px}.mini-brand{font-size:16px;margin-bottom:13px}.dashboard-main{padding:17px 10px}.dashboard-main h2{font-size:13px;margin-bottom:10px}.stats{gap:4px}.stats>div{padding:6px}.stats small{font-size:6px}.stats strong{font-size:15px;margin-top:4px}.panel-row{gap:5px;margin-top:6px}.appointments,.calendar{padding:7px}.panel-row h3,.calendar strong{font-size:7px}.appointments p{font-size:6px;margin:3px 0;padding:4px}.appointments p b{margin-right:3px}.appointments p span{display:none}.days{font-size:5px;line-height:2;word-spacing:2px}.phone{display:none}.features{grid-template-columns:1fr;padding:30px 24px;gap:19px}.features article{border-right:0;border-bottom:1px solid #e7e9f1;padding-bottom:16px}.features article:last-child{border-bottom:0}.outline-button{font-size:12px;padding:8px 11px}.hero h1{letter-spacing:-2px}}
.login-page{min-height:100vh;display:grid;place-items:center;padding:25px;background:radial-gradient(circle at 10% 10%,#e8e5ff,transparent 31%),linear-gradient(145deg,#f9faff,#eef0ff)}.login-card{width:min(100%,455px);background:#fff;border:1px solid #e9eaf1;border-radius:20px;padding:45px;box-shadow:0 25px 60px #1a225a18}.login-card .brand{display:block;text-align:center;font-size:39px;margin-bottom:31px}.login-kicker{font-size:10px;letter-spacing:1.3px;color:var(--purple);font-weight:800;text-align:center;margin:0 0 9px}.login-card h1{text-align:center;margin:0;font-size:27px;letter-spacing:-1px}.login-description{text-align:center;color:var(--muted);font-size:13px;line-height:1.6;margin:10px 0 29px}.login-card label{display:block;font-size:13px;font-weight:700;margin:17px 0 7px}.login-card input{width:100%;height:48px;border:1px solid #dfe2ed;border-radius:8px;padding:0 13px;font:inherit;outline-color:var(--purple)}.primary-button{border:0;background:linear-gradient(100deg,#4d38ef,#6d57ff);color:#fff;font:700 14px Manrope,Arial;width:100%;height:50px;border-radius:8px;margin-top:27px;cursor:pointer}.form-note{text-align:center;color:#737d92;font-size:11px;margin:15px 0 0;min-height:18px}.back-link{display:block;text-align:center;color:var(--purple);font-size:12px;text-decoration:none;font-weight:700;margin-top:25px}
