:root{--ink:#111;--muted:#6f6f6f;--line:#dedbd5;--paper:#f7f4ee;--accent:#d8ff55;--dark:#141414;--ok:#176b3a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit}.preview-ribbon{background:#111;color:white;text-align:center;padding:10px;font-size:13px;letter-spacing:.04em}.site-header{display:flex;align-items:center;justify-content:space-between;padding:28px 5vw;border-bottom:1px solid var(--line)}.brand{font-size:22px;font-weight:800}.site-header nav{display:flex;gap:26px}.site-header nav a{text-decoration:none;color:var(--muted)}main{max-width:1400px;margin:auto}.hero{min-height:72vh;display:grid;grid-template-columns:1.2fr .8fr;gap:6vw;align-items:center;padding:8vw 5vw}.hero h1{font-size:clamp(44px,6vw,92px);line-height:.95;letter-spacing:-.06em;max-width:950px;margin:.2em 0}.hero p{font-size:20px;color:var(--muted);max-width:720px;line-height:1.6}.hero-card{height:520px;border-radius:32px;background:var(--dark);color:white;display:flex;flex-direction:column;justify-content:flex-end;padding:36px;position:relative;overflow:hidden}.hero-card .shape{position:absolute;width:320px;height:320px;border-radius:50%;background:var(--accent);top:-70px;right:-70px;filter:blur(1px)}.hero-card strong{font-size:32px;max-width:320px;z-index:1}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.18em;font-weight:800}.button{display:inline-flex;border:0;border-radius:999px;padding:16px 24px;text-decoration:none;font-weight:800;cursor:pointer;justify-content:center}.button.primary{background:var(--dark);color:white}.button.secondary{background:white;border:1px solid var(--line)}.button.whatsapp{background:#25D366;color:#092d15}.section{padding:7vw 5vw;border-top:1px solid var(--line)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.cards article{background:white;border-radius:24px;padding:32px;min-height:260px}.cards article span{color:var(--muted)}.cards h2{font-size:28px}.cards p{color:var(--muted);line-height:1.6}.split{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.split h2{font-size:48px;letter-spacing:-.04em}.split p{font-size:21px;line-height:1.7;color:var(--muted)}.sticky-cta{position:sticky;bottom:14px;margin:14px auto;width:min(900px,calc(100% - 28px));background:white;padding:14px 14px 14px 24px;border-radius:999px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 14px 50px #0002;z-index:10}.wizard-shell,.admin-shell{max-width:1050px;margin:auto;padding:50px 24px 100px}.back{text-decoration:none;color:var(--muted)}.wizard-header{padding:48px 0}.wizard-header h1,.admin-shell h1{font-size:clamp(42px,7vw,78px);margin:.1em 0;letter-spacing:-.05em}.wizard-step{display:grid;grid-template-columns:60px 1fr;gap:24px;padding:32px 0;border-top:1px solid var(--line)}.step-number{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:white;font-weight:900}.wizard-step.done .step-number{background:var(--ok);color:white}.step-body h2{font-size:30px;margin-top:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label,.form-grid fieldset{display:flex;flex-direction:column;gap:8px;font-weight:700}.form-grid input,.form-grid select{width:100%;padding:15px;border:1px solid var(--line);border-radius:12px;background:white;font:inherit}.form-grid fieldset{grid-column:1/-1;border:0;padding:0}.radio{display:flex!important;flex-direction:row!important;align-items:center;background:white;border:1px solid var(--line);border-radius:14px;padding:15px}.radio input{width:auto}.form-grid .button,.notice{grid-column:1/-1}.success{color:var(--ok);font-weight:800}.notice{padding:16px;background:#fff6d8;border-radius:12px}.domain-options{display:grid;gap:12px}.domain-options form{display:flex;justify-content:space-between;align-items:center;background:white;border-radius:16px;padding:18px}.domain-options span{display:block;color:var(--muted);font-size:13px}.admin-shell header{display:flex;justify-content:space-between}.admin-shell section{margin-top:50px}.table-wrap{overflow:auto;background:white;border-radius:18px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px;border-bottom:1px solid var(--line);white-space:nowrap}code{font-size:12px}button{cursor:pointer}@media(max-width:800px){.site-header nav{display:none}.hero,.split{grid-template-columns:1fr}.hero-card{height:350px}.cards{grid-template-columns:1fr}.sticky-cta span{display:none}.form-grid{grid-template-columns:1fr}.wizard-step{grid-template-columns:44px 1fr}.wizard-shell{padding-left:15px;padding-right:15px}}
.manage-link{font-weight:800;color:var(--ink)!important}.hero-card.with-image{background-size:cover;background-position:center}.hero-card.with-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,#000b)}.hero-card.with-image strong{position:relative;z-index:2}.contact-stack{display:flex;flex-direction:column;gap:12px}.contact-stack p{margin-top:0}.contact-stack a{font-size:20px;font-weight:800;text-decoration:none}.contact-stack pre{white-space:pre-wrap;font:inherit;color:var(--muted)}.site-footer{display:flex;justify-content:space-between;padding:30px 5vw;border-top:1px solid var(--line);color:var(--muted)}.site-footer a{font-weight:800;text-decoration:none}.portal-auth-shell{min-height:100vh;display:grid;place-items:center;padding:30px}.portal-auth-card{width:min(520px,100%);background:white;border-radius:28px;padding:40px;box-shadow:0 30px 80px #0001}.portal-auth-card h1{font-size:46px;letter-spacing:-.05em;margin:.2em 0}.portal-auth-card p{color:var(--muted);line-height:1.6}.portal-form{display:grid;gap:16px;margin:28px 0}.portal-form label,.editor-grid label{display:flex;flex-direction:column;gap:8px;font-weight:800}.portal-form input,.editor-grid input,.editor-grid textarea{width:100%;padding:15px;border:1px solid var(--line);border-radius:12px;background:white;font:inherit}.portal-alert{padding:15px 18px;border-radius:14px;background:#fff6d8;margin:18px 0}.portal-alert.error{background:#ffe4e4;color:#8b1010}.portal-alert.success{background:#dcf7e7;color:#145a31}.portal-shell{min-height:100vh;display:grid;grid-template-columns:290px 1fr}.portal-sidebar{position:sticky;top:0;height:100vh;background:#151515;color:white;padding:34px;display:flex;flex-direction:column;justify-content:space-between}.portal-sidebar h2{font-size:28px;margin:.3em 0}.portal-sidebar p{color:#aaa}.portal-sidebar nav{display:grid;gap:8px}.portal-sidebar nav a{padding:12px 14px;border-radius:10px;text-decoration:none;color:#bbb}.portal-sidebar nav a:hover,.portal-sidebar nav a.active{background:#ffffff12;color:white}.portal-main{max-width:none;width:100%;padding:45px min(5vw,70px) 100px}.portal-topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.portal-topbar h1{font-size:clamp(42px,5vw,72px);letter-spacing:-.05em;margin:.1em 0}.status-pill,.version-badge{padding:9px 14px;border-radius:999px;background:white;border:1px solid var(--line);font-size:12px;font-weight:900;letter-spacing:.08em}.portal-panel{background:white;border-radius:24px;padding:32px;margin-top:24px}.panel-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:26px}.panel-heading h2{font-size:30px;margin:.25em 0}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.editor-grid .full{grid-column:1/-1}.editor-actions{display:flex;justify-content:flex-end}.publish-box,.upload-box{margin-top:24px;padding:18px;border-radius:16px;background:var(--paper);display:flex;align-items:center;justify-content:space-between;gap:18px}.publish-box div{display:grid;gap:4px}.publish-box span,.muted,.revision-list span{color:var(--muted);font-size:14px}.editor-hero-preview{width:100%;max-height:430px;object-fit:cover;border-radius:18px}.revision-list{display:grid;gap:12px}.revision-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid var(--line);border-radius:16px}.revision-list article div{display:grid;gap:4px}.revision-list p{margin:4px 0;color:var(--muted)}@media(max-width:900px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:static;height:auto;gap:25px}.portal-sidebar nav{grid-template-columns:repeat(2,1fr)}.portal-main{padding:28px 16px 80px}.editor-grid{grid-template-columns:1fr}.editor-grid .full{grid-column:auto}.publish-box,.upload-box,.revision-list article{align-items:stretch;flex-direction:column}.portal-topbar{gap:15px}.status-pill{display:none}}

/* Lovable-style AI studio */
.studio-shell{min-height:100vh;background:#0d0e12;color:#f5f6f8}.studio-topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #ffffff14;background:#111218;position:sticky;top:0;z-index:50}.studio-brand,.studio-controls{display:flex;align-items:center;gap:10px}.studio-brand>div:last-child{display:grid;gap:1px}.studio-brand span{font-size:11px;color:#8e93a2}.studio-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#b7ff45,#5eecff);color:#071011;display:grid;place-items:center;font-weight:950}.credits-pill{padding:8px 12px;border-radius:999px;background:#1c1e27;border:1px solid #ffffff12;font-size:12px;color:#aeb3c2}.credits-pill b{color:white}.icon-button{width:38px;height:38px;border:1px solid #ffffff14;border-radius:10px;background:#191b23;color:#b9becd;font:inherit;display:grid;place-items:center}.icon-button.active,.icon-button:hover{background:#2a2d38;color:white}.inline-form{display:inline-flex;margin:0}.studio-publish{padding:10px 18px;background:#b7ff45!important;color:#101407!important;border-radius:10px!important}.studio-publish:disabled{opacity:.4}.studio-workspace{height:calc(100vh - 68px);max-width:none;display:grid;grid-template-columns:minmax(350px,31vw) 1fr;overflow:hidden}.studio-chat{display:flex;flex-direction:column;min-width:0;border-right:1px solid #ffffff14;background:#111218}.chat-heading{padding:24px 22px 17px;border-bottom:1px solid #ffffff10;display:flex;justify-content:space-between;gap:15px}.chat-heading h1{font-size:25px;letter-spacing:-.04em;margin:.35em 0 0}.live-dot{font-size:10px;color:#80db9d;white-space:nowrap}.chat-messages{flex:1;overflow:auto;padding:20px;display:flex;flex-direction:column;gap:18px}.chat-message{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:flex-start}.chat-message .avatar{width:30px;height:30px;border-radius:9px;background:#272a34;display:grid;place-items:center;font-size:10px;font-weight:900}.chat-message.user .avatar{background:#b7ff45;color:#0b1008}.chat-message>div:last-child{background:#1a1c24;border:1px solid #ffffff0f;border-radius:4px 15px 15px 15px;padding:12px 14px}.chat-message.user>div:last-child{background:#252a21;border-color:#b7ff4524}.chat-message p{margin:0;color:#d6d9e2;line-height:1.55;font-size:14px;white-space:pre-wrap}.prompt-composer{margin:14px;border:1px solid #ffffff1c;background:#1a1c24;border-radius:16px;padding:8px;box-shadow:0 18px 45px #0005}.prompt-composer textarea{width:100%;resize:none;min-height:100px;border:0;outline:0;background:transparent;color:white;padding:10px;font:inherit;line-height:1.5}.prompt-composer textarea::placeholder{color:#777d8d}.composer-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.prompt-suggestions{display:flex;gap:6px;overflow:auto}.prompt-suggestions button{border:1px solid #ffffff14;background:#242630;color:#aeb3c2;border-radius:999px;padding:7px 9px;font-size:10px}.send-button{width:38px;height:38px;border:0;border-radius:11px;background:#b7ff45;color:#111;font-size:18px}.send-button:disabled{opacity:.4}.composer-note{margin:0 20px 16px;color:#7d8291;font-size:10px;line-height:1.4}.studio-preview-area{min-width:0;background:#191a20;padding:18px;display:flex;flex-direction:column}.browser-frame{flex:1;min-height:0;border:1px solid #ffffff17;border-radius:13px;background:#24262d;box-shadow:0 25px 70px #0006;overflow:hidden;display:flex;flex-direction:column}.browser-bar{height:44px;display:grid;grid-template-columns:100px 1fr 40px;align-items:center;padding:0 12px;border-bottom:1px solid #0005;background:#22242b;color:#8b90a0}.browser-dots{font-size:8px;word-spacing:5px}.browser-address{justify-self:center;width:min(520px,80%);background:#15161b;border-radius:8px;text-align:center;padding:7px 12px;font-size:10px;color:#898e9e}.browser-bar button{border:0;background:transparent;color:#9da2b0;font-size:17px}.preview-viewport{flex:1;min-height:0;background:#3a3c45;display:flex;justify-content:center;overflow:auto;padding:0;transition:.25s}.preview-viewport iframe{border:0;background:white;width:100%;height:100%;min-height:600px;transition:.25s}.preview-viewport.mobile{padding:18px}.preview-viewport.mobile iframe{width:390px;max-width:100%;height:844px;flex:none;border-radius:18px;box-shadow:0 10px 50px #0008}.preview-statusbar{display:flex;justify-content:space-between;color:#7f8494;font-size:10px;padding:10px 4px 0}.studio-toast{position:fixed;top:80px;right:20px;background:#fff;color:#111;padding:12px 16px;border-radius:12px;z-index:70;box-shadow:0 20px 50px #0005}.studio-toast.success{background:#b7ff45}.settings-drawer{position:fixed;top:0;right:0;width:min(450px,95vw);height:100vh;background:#f7f7f8;color:#111;z-index:100;transform:translateX(105%);transition:.25s;overflow:auto;padding:25px;box-shadow:-20px 0 60px #0005}.settings-drawer.open{transform:translateX(0)}.drawer-backdrop{position:fixed;inset:0;background:#0008;z-index:90;opacity:0;pointer-events:none;transition:.25s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-heading{display:flex;justify-content:space-between;align-items:flex-start}.drawer-heading h2{font-size:32px;letter-spacing:-.05em;margin:.25em 0 25px}.quick-form{background:white;border:1px solid #e2e3e7;border-radius:15px;padding:15px;margin:12px 0;display:grid;gap:10px}.quick-form label{display:grid;gap:7px;font-weight:800;font-size:13px}.quick-form input,.quick-form textarea{width:100%;border:1px solid #dddfe5;border-radius:9px;padding:10px;font:inherit;resize:vertical}.quick-form .button{justify-self:start;padding:9px 13px}.drawer-history{margin-top:30px}.drawer-history article{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;padding:13px 0}.drawer-history article>div{display:grid}.drawer-history span,.drawer-history small{font-size:11px;color:#777}.drawer-history button{border:0;background:#e9ebef;border-radius:8px;padding:7px 9px}.settings-drawer .icon-button{background:white;color:#111;border-color:#ddd}.studio-shell .eyebrow{color:#858b9a}.studio-shell code{color:#b7ff45}@media(max-width:900px){.studio-topbar{padding:0 10px}.studio-brand span,.studio-controls [data-device],.credits-pill{display:none}.studio-workspace{height:auto;min-height:calc(100vh - 68px);grid-template-columns:1fr;overflow:visible}.studio-chat{min-height:72vh;border-right:0}.studio-preview-area{height:78vh}.preview-statusbar span:last-child{display:none}.browser-address{width:100%}.studio-controls{gap:5px}}
