:root{--brand:#24c76b;--brand-dark:#128c55;--ink:#101828;--muted:#667085;--line:#e4e7ec;--soft:#f6f8fb;--panel:#fff}*{letter-spacing:0}body{margin:0;background:#fbfcfe;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.app-navbar{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(16,24,40,.08);backdrop-filter:blur(12px)}.brand-mark{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;color:var(--ink);text-decoration:none}.brand-mark:before{display:none}.brand-mark img{width:42px;height:42px;object-fit:cover;border-radius:8px;box-shadow:0 10px 22px rgba(36,199,107,.18)}.brand-mark span{font-weight:900}.nav-link{color:#344054}.btn i,.nav-link i{margin-right:.35rem}.app-footer{padding:26px 0;border-top:1px solid var(--line);color:var(--muted);background:#fff}.hero{padding:76px 0}.hero-home{min-height:calc(100vh - 144px);display:flex;align-items:center;background:radial-gradient(circle at 82% 14%,rgba(36,199,107,.16),transparent 28%),linear-gradient(180deg,#fff 0%,#f5fbf7 100%)}.hero-grid{min-height:560px}.hero-copy h1{font-size:clamp(3rem,7vw,6.5rem);font-weight:900;line-height:.9;margin:.25rem 0 1rem}.hero-copy .lead{max-width:690px;color:#475467;font-size:1.18rem}.eyebrow{display:inline-flex;align-items:center;font-size:.78rem;font-weight:800;text-transform:uppercase;color:var(--brand-dark);background:#e9fbf1;border:1px solid #c9f2d9;border-radius:999px;padding:.42rem .72rem}.btn-rounded{border-radius:999px}.btn-success{background:var(--brand);border-color:var(--brand)}.btn-success:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.card-soft,.admin-panel,.auth-card{border:1px solid rgba(16,24,40,.06);border-radius:8px;background:var(--panel);box-shadow:0 18px 44px rgba(16,24,40,.08)}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;max-width:680px}.hero-metrics div,.feature-grid div,.stat-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px}.hero-metrics strong,.feature-grid strong,.stat-card strong{display:block;font-size:1.05rem}.hero-metrics span,.feature-grid span,.stat-card span{display:block;color:var(--muted);font-size:.9rem}.store-preview{border:1px solid rgba(16,24,40,.08);border-radius:8px;background:#fff;box-shadow:0 28px 80px rgba(16,24,40,.14);overflow:hidden;max-width:520px;margin-left:auto}.preview-cover{height:156px;background:linear-gradient(135deg,#101828,#169b62 52%,#f7d774)}.preview-head{display:flex;align-items:center;gap:14px;padding:18px 20px}.preview-head span{display:block;color:var(--muted);font-size:.9rem}.preview-logo{width:58px;height:58px;border-radius:8px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;font-weight:900;color:var(--brand-dark);box-shadow:0 10px 24px rgba(16,24,40,.12)}.preview-tabs{display:flex;gap:8px;padding:0 20px 14px}.preview-tabs span{border:1px solid var(--line);border-radius:999px;padding:.35rem .7rem;font-size:.85rem}.preview-products{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 20px 20px}.preview-products div{border:1px solid var(--line);border-radius:8px;padding:10px}.preview-products span{display:block;height:96px;background:linear-gradient(135deg,#eef4ff,#e9fbf1);border-radius:6px;margin-bottom:10px}.preview-products strong,.preview-products small{display:block}.preview-products small{color:var(--muted)}.preview-cart{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#101828;color:#fff}.preview-cart span{background:var(--brand);border-radius:999px;padding:.45rem .8rem;font-weight:700}.section-band{padding:58px 0;background:#fff}.section-title{max-width:760px;margin-bottom:24px}.section-title h2{font-weight:850;margin-top:12px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.directory-hero{padding:58px 0;background:linear-gradient(180deg,#fff,#f4fbf7)}.directory-hero-inner{max-width:920px}.directory-hero h1{font-weight:900;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1;margin:.8rem 0}.directory-hero p{max-width:760px;color:var(--muted);font-size:1.08rem}.directory-search{display:grid;grid-template-columns:1fr 240px auto;gap:10px;margin-top:24px}.directory-section{padding:34px 0 70px;background:#fff}.directory-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.directory-sidebar{border:1px solid var(--line);border-radius:8px;padding:16px;align-self:start;position:sticky;top:88px}.directory-city{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#344054;border-radius:8px;padding:10px 12px}.directory-city:hover,.directory-city.active{background:#e9fbf1;color:var(--brand-dark)}.directory-city small{color:var(--muted)}.directory-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.directory-toolbar span{display:block;color:var(--muted);font-size:.9rem}.directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.directory-card{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(16,24,40,.06)}.directory-card img,.directory-card-cover{width:100%;height:150px;object-fit:cover}.directory-card-body{padding:16px}.directory-card h2{font-size:1.18rem;font-weight:800;margin:.8rem 0 .45rem}.directory-card p{color:var(--muted);font-size:.94rem;min-height:46px}.directory-card-meta{display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:.84rem}.store-cover{height:250px;background-size:cover;background-position:center;border-radius:0 0 8px 8px}.store-logo{width:104px;height:104px;object-fit:cover;border:5px solid #fff;border-radius:8px;margin-top:-52px;background:white;box-shadow:0 16px 34px rgba(16,24,40,.14)}.place-logo{place-items:center;font-weight:900;color:var(--brand-dark)}.store-status{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:.95rem}.status-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.status-dot.online{background:#16a34a;box-shadow:0 0 0 5px rgba(22,163,74,.12)}.status-dot.offline{background:#98a2b3}.store-shell{background:#fff}.category-pills{display:flex;gap:8px;overflow:auto;padding-bottom:4px}.product-card{border:1px solid rgba(16,24,40,.08);border-radius:8px;box-shadow:0 12px 28px rgba(16,24,40,.06);overflow:hidden;background:#fff}.product-img{height:178px;object-fit:cover;background:#f2f4f7}.cart-box{position:sticky;top:88px;border-radius:8px}.empty-img{height:178px;background:linear-gradient(135deg,#f2f4f7,#fff);display:grid;place-items:center;color:#98a2b3}.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:14px;box-shadow:0 10px 24px rgba(16,24,40,.05)}.review-card strong,.review-card span{display:block}.review-stars{color:#f59e0b;letter-spacing:0}.review-card p{color:var(--muted);font-size:.92rem;margin:.4rem 0 0}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metric-strip div{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}.metric-strip strong{display:block;font-size:1.2rem}.metric-strip span{display:block;color:var(--muted);font-size:.82rem}.admin-shell{padding:30px 0}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.admin-header p{color:var(--muted);margin:0}.admin-card-img{height:154px;object-fit:cover;background:#eef2f6}.table>:not(caption)>*>*{padding:1rem}.form-control,.form-select{border-radius:8px;border-color:#d0d5dd;padding:.72rem .85rem}.form-control:focus,.form-select:focus{border-color:var(--brand);box-shadow:0 0 0 .2rem rgba(36,199,107,.16)}.auth-wrap{min-height:calc(100vh - 138px);display:grid;place-items:center;padding:42px 0;background:linear-gradient(180deg,#fff,#f4fbf7)}.auth-card{width:min(100%,460px);padding:30px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:20px}.auth-brand span{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,var(--brand),#10a6a6)}.auth-side{max-width:500px}.validation-summary-errors ul{margin-bottom:0}.field-validation-error{display:block;margin-top:.35rem;color:#b42318;font-size:.88rem}@media (max-width:991px){.hero{padding:48px 0}.hero-grid{min-height:0}.store-preview{margin:24px 0 0}.feature-grid,.hero-metrics,.directory-search,.directory-layout,.directory-grid{grid-template-columns:1fr}.admin-header{flex-direction:column}.cart-box,.directory-sidebar{position:static}.preview-products{grid-template-columns:1fr}}@media (max-width:767px){.reviews-grid,.metric-strip{grid-template-columns:1fr}.brand-mark img{width:36px;height:36px}}@media (max-width:575px){.hero-copy h1{font-size:3.2rem}.preview-cart{align-items:flex-start;flex-direction:column;gap:10px}.store-cover{height:190px}.product-img,.empty-img{height:150px}.directory-toolbar{align-items:flex-start;flex-direction:column}}
.metric-card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:16px;box-shadow:0 10px 24px rgba(16,24,40,.05)}.metric-card span{display:block;color:var(--muted);font-size:.86rem}.metric-card strong{display:block;font-size:1.45rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.calendar-day{min-height:118px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px}.calendar-date{font-weight:800;color:#344054;margin-bottom:8px}.calendar-event{border-radius:6px;background:#fff7e6;border:1px solid #fedf89;color:#92400e;padding:6px;font-size:.78rem;margin-bottom:5px}.calendar-event.confirmed{background:#e9fbf1;border-color:#abefc6;color:#067647}.calendar-event.cancelled{background:#fef3f2;border-color:#fecdca;color:#b42318}@media (max-width:767px){.calendar-grid{grid-template-columns:1fr 1fr}.calendar-day{min-height:96px}}
.app-navbar{min-height:76px}.brand-mark{padding:0;margin-right:1.25rem;min-width:172px}.brand-mark img{width:172px;height:54px;object-fit:contain;object-position:center;border-radius:8px;background:rgba(255,255,255,.92);box-shadow:none;padding:2px}@media (max-width:767px){.brand-mark{min-width:146px}.brand-mark img{width:146px;height:48px}}
.store-message{border-radius:8px;padding:12px 14px;margin-bottom:12px;font-size:.92rem;font-weight:600;border:1px solid var(--line)}.store-message.success{background:#ecfdf3;border-color:#abefc6;color:#067647}.store-message.error{background:#fef3f2;border-color:#fecdca;color:#b42318}.store-message.warning{background:#fffaeb;border-color:#fedf89;color:#92400e}.order-card-table{border-left:4px solid var(--brand)}
.live-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #abefc6;background:#ecfdf3;color:#067647;border-radius:999px;padding:.45rem .75rem;font-weight:800;font-size:.86rem}.live-pill span{width:9px;height:9px;border-radius:999px;background:#12b76a;box-shadow:0 0 0 5px rgba(18,183,106,.14)}
.app-navbar{min-height:108px}.app-navbar .container{gap:14px}.brand-mark{min-width:330px;margin-right:1.5rem;flex:0 0 auto}.brand-mark img{width:330px;height:96px;max-width:48vw;object-fit:contain;background:transparent;border-radius:0;padding:0}.navbar-toggler{border-radius:8px;padding:.55rem .7rem}.navbar-nav .btn,.navbar-nav .nav-link{min-height:40px;display:flex;align-items:center}.store-shell .container{max-width:1180px}.store-logo{width:128px;height:128px;margin-top:-64px}.store-shell h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;overflow-wrap:anywhere}.store-status{justify-content:center}.product-card .card-body{gap:.4rem}.product-card h5{font-size:1.05rem;line-height:1.25}.product-card .btn{white-space:nowrap}.cart-box input,.cart-box select,.cart-box textarea,.cart-box button{font-size:1rem}.admin-header>div:last-child,.card-body .d-flex.flex-wrap{width:auto}.card-body .d-flex.flex-wrap .btn{min-height:38px}.table-responsive{border-radius:8px}@media (max-width:1199px){.brand-mark{min-width:290px}.brand-mark img{width:290px;height:84px;max-width:50vw}.app-navbar{min-height:98px}.directory-search{grid-template-columns:1fr 200px auto}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:991px){.app-navbar{min-height:94px}.brand-mark{min-width:260px}.brand-mark img{width:260px;height:76px;max-width:66vw}.navbar-collapse{border-top:1px solid var(--line);margin-top:12px;padding-top:12px}.navbar-nav{align-items:stretch!important}.navbar-nav .btn,.navbar-nav .nav-link{width:100%;justify-content:flex-start;padding:.72rem .85rem;border-radius:8px}.store-cover{height:220px}.store-logo{width:118px;height:118px;margin-top:-59px}.cart-box{position:static}.admin-shell{padding:22px 0}.admin-header>div:last-child{width:100%}.admin-header>div:last-child .btn{flex:1 1 180px}.directory-sidebar{position:static}.calendar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:767px){body{font-size:15px}.container{padding-left:16px;padding-right:16px}.app-navbar{min-height:88px}.brand-mark{min-width:230px;margin-right:.5rem}.brand-mark img{width:230px!important;height:68px!important;max-width:70vw}.hero{padding:38px 0}.hero-copy h1{font-size:2.65rem;line-height:1}.hero-copy .lead{font-size:1rem}.hero-metrics,.feature-grid,.directory-grid,.reviews-grid,.metric-strip{grid-template-columns:1fr}.section-band{padding:38px 0}.store-cover{height:180px}.store-logo{width:104px;height:104px;margin-top:-52px}.store-shell h1{font-size:2rem}.store-status{font-size:.88rem}.category-pills{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.product-card .d-flex.justify-content-between.align-items-center{align-items:flex-start!important;flex-direction:column;gap:.75rem}.product-card .btn{width:100%;justify-content:center}.cart-box{margin-left:-4px;margin-right:-4px}.admin-card-img{height:130px}.card-body .d-flex.flex-wrap .btn{flex:1 1 44%;justify-content:center}.table>:not(caption)>*>*{padding:.75rem}.auth-card{padding:22px}.calendar-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.app-navbar .container{gap:8px}.brand-mark{min-width:204px}.brand-mark img{width:204px!important;height:60px!important;max-width:72vw}.navbar-toggler{padding:.45rem .58rem}.store-shell h1{font-size:1.75rem}.store-logo{width:96px;height:96px;margin-top:-48px}.card-body .d-flex.flex-wrap .btn{flex:1 1 100%}.calendar-grid{grid-template-columns:1fr}.directory-search{grid-template-columns:1fr}.preview-products{padding-left:14px;padding-right:14px}.app-footer{text-align:center}}
