:root{--ink:#172033;--muted:#667085;--line:#e5e7eb;--panel:#fff;--brand:#2856d8;--bg:#f5f7fb}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{background:#101827;color:white;padding:22px;display:flex;flex-direction:column;gap:22px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#6d8cff,#2856d8);font-weight:800}.brand div{display:flex;flex-direction:column}.brand small,.topbar small{display:block;color:#98a2b3;margin-top:2px}.nav-group{margin:18px 0}.nav-group>span{display:block;color:#98a2b3;text-transform:uppercase;font-size:11px;letter-spacing:.08em;margin:0 10px 8px}.nav-group a{display:block;padding:10px 12px;border-radius:10px;color:#e5e7eb}.nav-group a:hover{background:#202b40}.workspace{min-width:0}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.actions,.share-row,.top-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e8edff;color:#2448b8;font-weight:700}.mobile-menu{display:none}.content{padding:30px;max-width:1440px;margin:auto}.page-title{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.auth-card h1,.page-title h1{margin:2px 0 8px;font-size:32px}.page-title p{margin:0;color:var(--muted)}.eyebrow{color:var(--brand)!important;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.card,.item-card,.module-card,.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 8px 30px rgba(17,24,39,.04)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.stat span{display:block;color:var(--muted)}.stat strong{font-size:30px;display:block;margin-top:8px}.dashboard-grid,.editor-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:18px;gap:18px;margin-top:18px}.editor-grid>aside{display:grid;grid-gap:18px;gap:18px;align-content:start}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));grid-gap:16px;gap:16px}.module-card{display:flex;flex-direction:column;gap:15px}.badge{font-size:11px;background:#eef2ff;color:#334fc0;border-radius:999px;padding:5px 9px}.module-card h2{margin:12px 0 6px}.module-card p{color:var(--muted);min-height:42px}.switch-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid #eef0f4}.switch-row input{width:18px;height:18px}.btn{border:0;border-radius:11px;background:var(--brand);color:#fff;padding:11px 16px;cursor:pointer;font-weight:700}.btn.secondary{background:#edf1ff;color:#2548b8}.btn.ghost{background:transparent;color:#344054;border:1px solid var(--line)}.sidebar .btn.ghost{color:white;border-color:#344054}.btn.whatsapp{background:#168c5b}.full{width:100%;text-align:center;display:block}.input{width:100%;padding:12px 13px;border:1px solid #d0d5dd;border-radius:11px;margin:7px 0 14px;background:white}.input:focus{outline:3px solid #dfe7ff;border-color:#6682e7}textarea.input{resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 16px;gap:0 16px}.wide{grid-column:1/-1}.image-field,.money{display:flex;align-items:center;gap:8px}.image-field .input,.money .input{margin:7px 0 14px}.image-preview{border:1px dashed #cbd5e1;border-radius:14px;min-height:160px;display:grid;place-items:center;overflow:hidden;background:#f8fafc;margin-bottom:16px}.image-preview img{width:100%;height:220px;object-fit:cover}.item-card{display:flex;gap:16px;margin-bottom:14px}.item-card img{width:110px;height:100px;object-fit:cover;border-radius:12px}.item-card h3{margin:3px 0}.empty,.item-card p,.muted{color:var(--muted)}.empty{padding:28px;text-align:center}.error,.success{padding:12px 14px;border-radius:10px;margin-bottom:14px}.success{background:#ecfdf3;color:#067647}.error{background:#fef3f2;color:#b42318}.clean-list{padding-left:18px}.list-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #eef0f4}.share-row code{background:#f4f6fa;padding:11px;border-radius:10px;flex:1 1;overflow:auto}.onboarding{max-width:900px;margin:20px auto}.progress{margin-bottom:14px;font-weight:700}.progress>div{height:7px;background:#e5e7eb;border-radius:20px;margin-top:8px;overflow:hidden}.progress span{display:block;height:100%;background:var(--brand)}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.choice{padding:18px;border:1px solid var(--line);border-radius:14px;background:white;text-align:left}.choice.selected{border-color:#5675df;background:#eef2ff;color:#2448b8}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,#e9efff,transparent 40%),#f7f8fc}.auth-card{width:min(480px,100%);background:white;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(30,41,59,.12)}.auth-brand{margin-bottom:30px}.public-page{min-height:100vh;background:#fff}.public-hero{min-height:520px;background:#0f172a;color:white;background-size:cover;background-position:50%;display:flex;align-items:center}.public-hero>div{width:min(1100px,calc(100% - 40px));margin:auto}.public-hero h1{font-size:clamp(44px,8vw,84px);margin:8px 0}.public-hero h2{font-weight:500;max-width:700px}.public-logo{width:92px;height:92px;object-fit:cover;border-radius:24px;background:white}.public-content{width:min(1100px,calc(100% - 40px));margin:auto;padding:70px 0}.public-content section{margin-bottom:70px}.public-content h2{font-size:38px}.public-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:18px;gap:18px}.public-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;padding:20px}.public-card img{width:calc(100% + 40px);height:210px;object-fit:cover;margin:-20px -20px 18px}.empty-public{min-height:100vh;display:grid;place-content:center;text-align:center}.skeleton-card{height:220px;border-radius:18px;background:linear-gradient(90deg,#eee,#f7f7f7,#eee);background-size:200%;animation:pulse 1.2s infinite}@keyframes pulse{to{background-position:-200%}}@media(max-width:980px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.editor-grid{grid-template-columns:1fr}.sidebar{position:fixed;left:-290px;top:0;bottom:0;width:270px;z-index:30;transition:.2s}.sidebar.open{left:0}.app-shell{grid-template-columns:1fr}.mobile-menu{display:block;border:0;background:transparent;font-size:24px}.content{padding:20px}.topbar{padding:0 18px}}@media(max-width:600px){.choice-grid,.form-grid,.stat-grid{grid-template-columns:1fr}.page-title{flex-direction:column}.top-actions .btn{display:none}.content{padding:16px}.auth-card{padding:24px}.public-hero{min-height:440px}.public-content h2{font-size:30px}}.review-source-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.review-source-tabs button{display:flex;flex-direction:column;gap:5px;text-align:left;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;cursor:pointer}.review-source-tabs button span{color:var(--muted);font-size:13px}.review-source-tabs button.selected{border-color:#5675df;background:#eef2ff;color:#2448b8}.review-tool{margin-bottom:22px}.instagram-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px;margin-top:20px}.review-admin-card{display:flex;justify-content:space-between;gap:20px;margin-bottom:14px}.review-admin-card>div:first-child{min-width:0}.review-admin-card img{width:180px;height:160px;object-fit:cover;border-radius:12px;display:block;margin:12px 0}.external-link,.review-admin-card a{color:var(--brand);font-weight:700}.compact{width:150px;margin:0}.stars{display:block;color:#f59e0b;letter-spacing:2px;margin:12px 0}.consent{display:flex;gap:9px;align-items:flex-start;margin:8px 0 16px}.rating-picker{display:flex;justify-content:center;margin:18px 0}.rating-picker button{border:0;background:transparent;color:#f59e0b;font-size:38px;cursor:pointer;padding:2px}.review-heading{justify-content:space-between;gap:20px}.review-heading,.review-score{display:flex;align-items:flex-end}.review-score{flex-direction:column}.review-score strong{font-size:42px}.review-score span{color:#f59e0b;letter-spacing:3px}.review-score small{color:var(--muted)}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.review-public-card{display:flex;flex-direction:column;align-items:flex-start}.review-public-card .badge{margin-bottom:6px}.business-reply{margin-top:auto;background:#f8fafc;border-radius:12px;padding:12px;width:100%}.business-reply p{margin-bottom:0}@media(max-width:760px){.review-source-tabs{grid-template-columns:1fr}.review-admin-card,.review-heading{flex-direction:column;align-items:stretch}.review-score{align-items:flex-start}}.site-design-card{margin-bottom:18px}.section-admin-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.section-admin-heading h2{font-size:26px;margin:2px 0 6px}.section-admin-heading p{margin:0;color:var(--muted);max-width:720px}.template-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.template-choice{border:1px solid var(--line);border-radius:18px;padding:10px;background:#fff;transition:.18s}.template-choice:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(17,24,39,.08)}.template-choice.selected{border:2px solid var(--brand);padding:9px;box-shadow:0 0 0 4px #e8edff}.template-select{width:100%;border:0;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}.template-mini{height:150px;border-radius:13px;overflow:hidden;padding:9px;display:flex;flex-direction:column;gap:7px}.tm-nav{height:12px;border-radius:5px}.tm-hero{flex:1 1;border-radius:9px;padding:12px;display:flex;flex-direction:column;justify-content:flex-end;gap:5px}.tm-hero i{width:22%;height:5px;border-radius:4px}.tm-hero b{width:62%;height:13px;border-radius:4px}.tm-hero span{width:44%;height:6px;border-radius:4px}.tm-grid{height:28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px;gap:5px}.tm-grid i{border-radius:5px}.template-mini-modern{background:#eff2f8}.template-mini-modern .tm-grid i,.template-mini-modern .tm-nav{background:#fff}.template-mini-modern .tm-hero{background:#182033}.template-mini-modern .tm-hero>*{background:#fff}.template-mini-minimal{background:#fbfbf8;border:1px solid #ddd}.template-mini-minimal .tm-nav{background:#222;height:2px}.template-mini-minimal .tm-hero{background:transparent;border-bottom:1px solid #bbb;border-radius:0}.template-mini-minimal .tm-hero>*{background:#222}.template-mini-minimal .tm-grid i{border:1px solid #bbb;border-radius:0}.template-mini-store{background:#fff}.template-mini-store .tm-nav{background:#111}.template-mini-store .tm-hero{background:#eee9df}.template-mini-store .tm-hero>*{background:#111}.template-mini-store .tm-grid i{background:#ececec}.template-mini-premium{background:#11110f}.template-mini-premium .tm-nav{background:#c0a675;height:2px}.template-mini-premium .tm-hero{background:#24211d}.template-mini-premium .tm-hero>*{background:#d8bf91}.template-mini-premium .tm-grid i{border:1px solid #6b5b42}.template-choice-copy{display:block;padding:13px 5px 7px}.template-choice-title{display:flex;justify-content:space-between;gap:8px;align-items:center}.template-choice-title b{font-size:17px}.template-choice-title em{font-style:normal;font-size:10px;background:#e8edff;color:#2448b8;border-radius:999px;padding:4px 7px}.template-choice-copy small{display:block;color:#667085;margin-top:4px}.template-choice-copy p{font-size:13px;line-height:1.5;color:#667085;margin:8px 0 0;min-height:58px}.template-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px}.template-actions .btn{padding:8px 10px;font-size:12px}.template-actions span{font-size:10px;color:#98a2b3;text-align:right}.template-save-row{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #eef0f4;margin-top:16px;padding-top:16px}.section-order{display:grid;grid-gap:7px;gap:7px;margin-top:14px}.section-order>div{display:flex;justify-content:space-between;align-items:center;padding:9px 10px;border:1px solid #eef0f4;border-radius:10px}.section-order>div>span:first-child{display:flex;align-items:center;gap:9px;font-size:13px}.section-order b{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#f2f4f7}.section-order button{border:0;background:#f2f4f7;border-radius:7px;width:28px;height:28px;cursor:pointer}.section-order button:disabled{opacity:.35;cursor:not-allowed}.site-preview-shell{min-height:100vh;background:#111}.site-preview-toolbar{height:58px;background:#101828;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 18px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-preview-toolbar>div{display:flex;align-items:center;gap:10px}.site-preview-toolbar span{font-size:11px;background:#344054;border-radius:999px;padding:4px 8px}.site-preview-toolbar button{border:1px solid #475467;background:transparent;color:white;border-radius:9px;padding:7px 11px;cursor:pointer}.preview-error,.preview-loading{min-height:100vh;display:grid;place-content:center;text-align:center;background:#101828;color:white}.preview-error p{color:#98a2b3}@media(max-width:1100px){.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.section-admin-heading,.template-save-row{flex-direction:column;align-items:stretch}.template-grid{grid-template-columns:1fr}.template-mini{height:180px}.template-actions span{display:none}}.template-family-list{display:grid;grid-gap:28px;gap:28px}.template-family{display:grid;grid-gap:12px;gap:12px}.template-family-heading{display:flex;justify-content:space-between;align-items:center}.template-family-heading h3{margin:0;font-size:16px}.template-family-heading span{font-size:12px;color:var(--muted)}.template-mini-beauty{background:#fff1f6}.template-mini-beauty .tm-nav{background:#b94f83}.template-mini-beauty .tm-hero{background:#f0d8e3}.template-mini-beauty .tm-hero>*{background:#6d2949}.template-mini-beauty .tm-grid i{background:#f6dfe9}.template-mini-restaurant{background:#fffdf3}.template-mini-restaurant .tm-nav{background:#15120d}.template-mini-restaurant .tm-hero{background:#dfff55}.template-mini-restaurant .tm-hero>*{background:#17140f}.template-mini-restaurant .tm-grid i{background:#ede8d9}.template-mini-services{background:#f6f8fb}.template-mini-services .tm-nav{background:#162033}.template-mini-services .tm-hero{background:#e7edf6}.template-mini-services .tm-hero>*{background:#334155}.template-mini-services .tm-grid i{border:1px solid #cad4e1}.theme-card{margin-bottom:18px}.theme-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.theme-controls label{display:grid;grid-gap:8px;gap:8px;font-size:13px;font-weight:650}.color-control{display:grid;grid-template-columns:46px 1fr;grid-gap:8px;gap:8px}.color-control input[type=color]{width:46px;height:42px;border:1px solid var(--line);padding:3px;border-radius:10px;background:#fff}.template-choice-title em{background:#e7f8ef;color:#16794a}@media(max-width:900px){.theme-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.theme-controls{grid-template-columns:1fr}}.theme-controls-extended{grid-template-columns:repeat(4,minmax(0,1fr))}.theme-copy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.theme-copy-grid label{display:grid;grid-gap:8px;gap:8px;font-size:13px;font-weight:650}@media(max-width:900px){.theme-controls-extended,.theme-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.theme-controls-extended,.theme-copy-grid{grid-template-columns:1fr}}.template-mini-soccer-profile{background:#f7f7f7;padding-top:0}.template-mini-soccer-profile .tm-nav{height:64px;border-radius:0 0 10px 10px;background:linear-gradient(135deg,#0d1e27,#26323a)}.template-mini-soccer-profile .tm-hero{margin-top:-22px;margin-left:10px;margin-right:10px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 5px 12px rgba(0,0,0,.06)}.template-mini-soccer-profile .tm-hero>*{background:#111}.template-mini-soccer-profile .tm-grid i{background:#f0f0f0;border:1px solid #e2e2e2}.template-mini-soccer-social{background:#fff;padding-top:0}.template-mini-soccer-social .tm-nav{height:54px;border-radius:0 0 10px 10px;background:linear-gradient(135deg,#07181f,#243137)}.template-mini-soccer-social .tm-hero{margin-top:-16px;margin-left:10px;margin-right:10px;background:#fff;border-bottom:1px solid #ececec;border-radius:9px 9px 0 0}.template-mini-soccer-social .tm-hero>*{background:#161616}.template-mini-soccer-social .tm-grid{border-top:2px solid #21a64a;padding-top:5px}.template-mini-soccer-social .tm-grid i{background:#f1f1f1;border-radius:999px}