:root{--bg:#f5f7fb;--surface:#fff;--ink:#101828;--muted:#667085;--line:#e4e7ec;--accent:#111827;--shadow:0 18px 50px #10182814}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#ffffffe6;border-bottom:1px solid #e4e7eccc;justify-content:space-between;align-items:center;height:72px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{letter-spacing:-.02em;align-items:center;gap:10px;font-weight:800;display:flex}.brand-mark{color:#fff;background:#111827;border-radius:10px;place-items:center;width:32px;height:32px;display:grid}.nav-links{color:#475467;align-items:center;gap:22px;font-size:14px;display:flex}.nav-cta,.nav-user{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:10px 14px;display:flex}.nav-cta{color:#fff;background:#111827;border-color:#111827}.nav-user{padding:8px 12px}.hero{grid-template-columns:1.25fr .75fr;align-items:center;gap:80px;max-width:1240px;margin:0 auto;padding:92px 5vw 72px;display:grid}.hero h1{letter-spacing:-.065em;margin:18px 0 22px;font-size:clamp(48px,6.3vw,82px);line-height:.98}.hero h1 span{color:#64748b}.hero p{color:#667085;max-width:680px;font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:12px;margin:28px 0;display:flex}.primary-btn,.secondary-btn{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:13px 18px;font-size:14px;font-weight:700;display:inline-flex}.primary-btn{color:#fff;background:#111827;box-shadow:0 8px 18px #1118272e}.primary-btn:disabled{opacity:.55;cursor:not-allowed}.secondary-btn{border-color:var(--line);color:#344054;background:#fff}.wide{width:100%}.trust-row{color:#667085;flex-wrap:wrap;gap:18px;font-size:13px;display:flex}.trust-row span{align-items:center;gap:6px;display:flex}.hero-panel{background:#0b1220;border-radius:26px;min-height:400px;padding:18px;position:relative;box-shadow:0 28px 80px #0f172a2e}.terminal-dot{background:#475467;border-radius:99px;width:8px;height:8px;margin-right:6px;display:inline-block}.receipt-preview{background:#fff;border-radius:16px;padding:28px;position:absolute;top:22%;left:15%;right:15%;box-shadow:0 24px 50px #0003}.receipt-preview h3{margin:9px 0 24px;font-size:23px}.receipt-line{border-bottom:1px dashed #d0d5dd;justify-content:space-between;padding:11px 0;font-size:14px;display:flex}.receipt-line.total{border:0;border-top:2px solid #101828;margin-top:10px;font-size:17px}.receipt-paid{text-align:center;color:#067647;letter-spacing:.1em;background:#ecfdf3;border-radius:8px;margin-top:22px;padding:8px;font-size:11px;font-weight:800}.feature-strip{color:#fff;background:#111827;grid-template-columns:repeat(3,1fr);gap:24px;padding:25px 5vw;display:grid}.feature-strip>div{justify-content:center;align-items:center;gap:13px;display:flex}.feature-strip span{color:#98a2b3;margin-top:3px;font-size:13px;display:block}.page{max-width:1240px;margin:0 auto;padding:54px 5vw 90px}.section{max-width:1240px}.section-heading,.page-heading,.panel-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:26px;display:flex}.section-heading h2,.page-heading h1{letter-spacing:-.04em;margin:8px 0 0}.section-heading h2{max-width:760px;font-size:40px}.page-heading h1{font-size:48px}.muted{color:var(--muted);line-height:1.65}.text-link{color:#344054;font-size:14px;font-weight:750}.service-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.service-grid-large{grid-template-columns:repeat(2,1fr)}.service-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:15px;min-height:185px;padding:19px;display:flex;box-shadow:0 8px 30px #1018280a}.service-icon{background:#f2f4f7;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.service-card-body{flex-direction:column;flex:1;display:flex}.service-title-row{justify-content:space-between;gap:12px;display:flex}.service-card h3{letter-spacing:-.02em;margin:0;font-size:17px}.service-card p{color:#667085;font-size:13px;line-height:1.55}.pill{color:#1d4ed8;background:#eff6ff;border-radius:999px;height:max-content;padding:5px 7px;font-size:10px;font-weight:800}.service-foot{align-items:center;gap:7px;margin-top:auto;display:flex}.service-foot strong{font-size:20px}.service-foot span{color:#98a2b3;font-size:12px}.icon-link{border:1px solid var(--line);border-radius:10px;place-items:center;width:34px;height:34px;margin-left:auto;display:grid}.cta{background:#eaf0ff;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:50px;padding:38px;display:flex}.cta h2{margin:8px 0;font-size:38px}.auth-shell{place-items:center;min-height:calc(100vh - 72px);padding:50px 20px;display:grid}.auth-card{border:1px solid var(--line);width:min(470px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:34px}.auth-card h1{letter-spacing:-.04em;margin:10px 0;font-size:32px}.google-btn,.input{background:#fff;border:1px solid #d0d5dd;border-radius:12px;width:100%;padding:13px 14px}.google-btn{margin:20px 0;font-weight:700}.or{color:#98a2b3;align-items:center;gap:10px;margin:4px 0 20px;font-size:12px;display:flex}.or:before,.or:after{content:"";background:#eaecf0;flex:1;height:1px}.stack{gap:12px;display:grid}.error-box{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:11px;margin-top:12px;padding:11px 13px;font-size:13px}.auth-switch{text-align:center;color:#667085;margin:22px 0 0;font-size:13px}.auth-switch a{color:#1d4ed8;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-grid label{color:#344054;gap:7px;font-size:13px;font-weight:700;display:grid}.form-grid label.full{grid-column:1/-1}.textarea{resize:vertical;min-height:120px}.booking-layout{grid-template-columns:1.45fr .55fr;align-items:start;gap:20px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:20px;padding:24px;box-shadow:0 7px 25px #10182809}.checkout-card{color:#fff;background:#111827;border-radius:20px;padding:25px;position:sticky;top:96px}.checkout-card h2{letter-spacing:-.03em;margin:10px 0;font-size:27px}.checkout-card p{color:#98a2b3;font-size:13px;line-height:1.6}.summary-line,.summary-total{border-bottom:1px solid #263244;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.summary-total{border-bottom:0;margin:8px 0;font-size:18px}.checkout-card small{color:#98a2b3;text-align:center;margin-top:12px;display:block}.stat-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:auto 1fr;column-gap:10px;padding:18px;display:grid}.stat-card svg{grid-row:1/3;margin-top:3px}.stat-card span{color:#667085;font-size:12px}.stat-card strong{font-size:23px}.small-stat{margin-top:3px;font-size:17px!important}.order-table,.admin-table{display:grid}.order-row,.admin-row{border-bottom:1px solid #f0f2f5;justify-content:space-between;gap:18px;padding:17px 0;display:flex}.order-row:last-child,.admin-row:last-child{border-bottom:0}.order-row span,.admin-row span,.admin-row small{color:#667085;margin-top:5px;font-size:12px;display:block}.order-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:10px;display:flex}.status{background:#f2f4f7;padding:5px 8px;font-weight:700;color:#344054!important;border-radius:99px!important;display:inline-flex!important}.status-paid,.status-ready{color:#067647!important;background:#ecfdf3!important}.status-in_progress{color:#1d4ed8!important;background:#eff6ff!important}.status-cancelled{color:#b42318!important;background:#fef3f2!important}.admin-row>div:last-child{align-items:center;gap:10px;display:flex}.status-select{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px}.empty-state{text-align:center;color:#667085;padding:50px 20px}.page-loader{color:#667085;place-items:center;min-height:65vh;display:grid}.success-card{border:1px solid var(--line);text-align:center;max-width:660px;box-shadow:var(--shadow);background:#fff;border-radius:24px;margin:70px auto;padding:42px}.success-icon{color:#067647;background:#ecfdf3;border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 20px;font-size:28px;font-weight:800;display:grid}.success-card h1{letter-spacing:-.05em;margin:12px 0;font-size:46px}.success-card p{color:#667085;line-height:1.7}.success-card code{background:#f2f4f7;border-radius:10px;margin:20px 0;padding:10px;font-size:12px;display:block}.site-footer{color:#667085;justify-content:space-between;padding:28px 5vw 44px;font-size:12px;display:flex}.site-footer>div{flex-direction:column;gap:4px;display:flex}.site-footer strong{color:#111827}.narrow{max-width:900px}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:35px;padding-top:55px}.hero-panel{min-height:330px}.feature-strip,.service-grid,.service-grid-large,.booking-layout{grid-template-columns:1fr}.checkout-card{position:static}.stat-grid{grid-template-columns:1fr 1fr}.section-heading,.page-heading,.cta{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}.form-grid label.full{grid-column:auto}}@media (max-width:560px){.site-header{padding:0 18px}.nav-links{gap:10px}.nav-links>a:first-child,.nav-user span{display:none}.hero,.page{padding-left:18px;padding-right:18px}.hero h1{font-size:48px}.page-heading h1{font-size:38px}.auth-card{padding:24px}.cta{padding:28px}.stat-grid{grid-template-columns:1fr 1fr}.stat-card{padding:13px}.admin-row{flex-direction:column}.admin-row>div:last-child{justify-content:space-between}.site-footer{gap:20px;padding:25px 18px}}
