/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.table{display:table}.grow{flex-grow:1}.italic{font-style:italic}}:root{--ink:#12130f;--muted:#70736a;--line:#e5e6df;--soft:#f4f4ef;--lime:#d9ff43;--cream:#fffdf4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);font-family:var(--font-geist), Arial, sans-serif;background:#f7f7f3;margin:0}button,a,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.auth-page{background:#fff;grid-template-columns:minmax(430px,.85fr) 1.15fr;min-height:100vh;display:grid}.auth-card{width:min(100%,460px);margin:auto;padding:45px}.auth-heading{margin:55px 0 28px}.auth-heading>span{color:#85887f;letter-spacing:1.5px;font-size:10px;font-weight:850}.auth-heading h1{font:780 32px/1.08 var(--font-manrope);letter-spacing:-1.3px;margin:12px 0 8px}.auth-heading p{color:#85887f;margin:0;font-size:13px;line-height:1.5}.auth-card form{gap:15px;display:grid}.auth-card form label{color:#5f625a;flex-direction:column;gap:7px;font-size:11px;font-weight:750;display:flex}.auth-card input{background:#fafaf7;border:1px solid #dfe1d9;border-radius:10px;outline:0;height:46px;padding:0 13px;font-size:13px}.auth-card input:focus{border-color:#1b1c18;box-shadow:0 0 0 3px #1b1c1812}.auth-card form>button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:10px;height:47px;margin-top:4px;font-size:12px;font-weight:800;box-shadow:0 2px #000}.auth-card form>button:disabled{opacity:.6}.auth-error,.auth-success{border-radius:8px;margin:0;padding:10px;font-size:10px}.auth-error{color:#a13e2a;background:#fff0ec}.auth-success{color:#426719;background:#edf8e4}.auth-card footer{color:#85887f;justify-content:space-between;margin-top:20px;font-size:10px;display:flex}.auth-card footer a{color:#20221c;font-weight:800}.auth-art{color:#fff;background:radial-gradient(circle at 75% 22%,#d9ff43 0 8%,#0000 8.3%),linear-gradient(145deg,#20211c,#34372c);border-radius:24px;align-items:flex-end;margin:18px;padding:60px;display:flex;position:relative;overflow:hidden}.auth-art:before,.auth-art:after{content:"";border:1px solid #d9ff4338;border-radius:50%;position:absolute}.auth-art:before{width:520px;height:520px;top:-130px;right:-120px}.auth-art:after{width:360px;height:360px;top:-20px;right:-10px}.auth-art>div{z-index:1;max-width:570px;position:relative}.auth-art span{color:#d9ff43;letter-spacing:1.4px;font-size:10px;font-weight:850}.auth-art h2{font:760 42px/1.03 var(--font-manrope);letter-spacing:-2px;margin:16px 0 13px}.auth-art p{color:#b7bab0;max-width:480px;margin:0;font-size:14px;line-height:1.6}.auth-loading{color:#777a71;background:#f5f5f1;place-content:center;justify-items:center;gap:12px;min-height:100vh;font-size:12px;display:grid}.auth-loading span{border:3px solid #dfe1d9;border-top-color:#1b1c18;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand-logo{font:800 21px/1 var(--font-manrope);letter-spacing:-.8px;align-items:center;gap:9px;display:flex}.brand-mark{object-fit:cover;background:#171814;border-radius:8px;width:29px;height:29px;display:block}.brand-mark i{background:var(--lime);border-radius:5px 2px}.brand-mark i:last-child{transform:translateY(4px)}.studio-shell{background:#f5f5f1;grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;height:100vh;padding:24px 17px 16px;display:flex;position:sticky;top:0}.sidebar-top{justify-content:space-between;align-items:center;padding:0 8px 25px;display:flex}.close-nav{display:none}.workspace-pill{border:1px solid var(--line);background:#fafaf7;border-radius:13px;align-items:center;gap:9px;margin-bottom:25px;padding:10px;display:flex}.workspace-avatar{color:#fff;background:#292a25;border-radius:10px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.workspace-pill span:nth-child(2),.user-row span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.workspace-pill strong,.user-row strong{white-space:nowrap;font-size:12px}.workspace-pill small,.user-row small{color:#92958b;text-overflow:ellipsis;margin-top:2px;font-size:10px;overflow:hidden}.studio-nav-label{color:#a2a59c;letter-spacing:1.5px;margin:0 11px 9px;font-size:7px;font-weight:850;line-height:1}.studio-nav{flex-direction:column;gap:3px;display:flex}.studio-nav button{color:#676a62;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;min-height:42px;padding:7px 10px;font-size:11px;font-weight:650;transition:background .16s,color .16s,transform .16s;display:flex;position:relative}.studio-nav button:before{content:"";background:0 0;border-radius:0 4px 4px 0;width:3px;height:20px;transition:all .16s;position:absolute;left:-17px}.studio-nav-icon{color:#85887f;border:1px solid #0000;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;transition:all .16s;display:grid}.studio-nav-text{flex:1}.studio-nav button:hover{color:#1e201a;background:#f5f6f1;transform:translate(1px)}.studio-nav button:hover .studio-nav-icon{color:#373a32}.studio-nav button.active{color:#16180f;background:#efffc2;font-weight:780}.studio-nav button.active:before{background:#1b1c18}.studio-nav button.active .studio-nav-icon{color:#16180f;background:#dfff70;border-color:#1b1c181f}.studio-nav button i{color:var(--lime);background:#1c1d19;border-radius:5px;margin-left:auto;padding:3px 5px;font-size:7px;font-style:normal}.plan-card{background:#f5f5f0;border-radius:12px;flex-direction:column;gap:7px;margin-top:auto;padding:13px;display:flex}.plan-card>span{letter-spacing:1.2px;color:#90938a;font-size:8px;font-weight:800}.plan-card>div{background:#dedfd8;border-radius:9px;height:4px;overflow:hidden}.plan-card>div i{background:#1b1c18;width:100%;height:100%;display:block}.plan-card small{color:#8a8d84;font-size:9px}.help-link{color:#73766d;border-radius:9px;align-items:center;gap:9px;margin:7px 0 3px;padding:12px 10px;font-size:10px;font-weight:650;transition:all .16s;display:flex}.help-link:hover{color:#1f211b;background:#f5f6f1}.help-link b{color:#aaada5;margin-left:auto;font-size:9px}.studio-logout{color:#8a5b55;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;width:100%;padding:11px 10px;font-size:10px;font-weight:700;display:flex}.studio-logout:hover{color:#8e3025;background:#fff1ee}.admin-generate-button{background:var(--lime)!important;color:#16180f!important;border:1px solid #b8db2e!important}.admin-generation-message{color:#62665a;background:#f2f4eb;border-radius:8px;margin:0;padding:10px;font-size:9px;line-height:1.45}.help-page{background:#f5f5f1;min-height:100vh;padding:28px clamp(20px,6vw,90px) 70px}.help-page>header{justify-content:space-between;align-items:center;max-width:1100px;margin:auto;display:flex}.help-page>header>a{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 14px;font-size:11px;font-weight:800}.help-hero{text-align:center;max-width:900px;margin:90px auto 50px}.help-hero span{letter-spacing:1.8px;color:#81857a;font-size:9px;font-weight:850}.help-hero h1{font:780 clamp(38px,7vw,72px)/.98 var(--font-manrope);letter-spacing:-3px;margin:16px 0}.help-hero p{color:#74776e;max-width:680px;margin:auto;font-size:15px;line-height:1.6}.help-page>nav{flex-wrap:wrap;gap:8px;max-width:1100px;margin:0 auto 20px;display:flex}.help-page>nav a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-size:9px;font-weight:750}.help-sections{grid-template-columns:1fr 1fr;gap:12px;max-width:1100px;margin:auto;display:grid}.help-sections>section{border:1px solid var(--line);background:#fff;border-radius:16px;gap:16px;padding:24px;scroll-margin-top:20px;display:flex}.help-sections>section>b{width:30px;height:30px;color:var(--lime);background:#1b1c18;border-radius:9px;place-items:center;font-size:8px;display:grid}.help-sections h2{font:760 18px var(--font-manrope);margin:3px 0 15px}.help-sections ul{color:#65685f;gap:9px;margin:0;padding-left:18px;font-size:11px;line-height:1.5;display:grid}.help-page>footer{color:#fff;background:#1b1c18;border-radius:16px;max-width:1100px;margin:14px auto 0;padding:28px}.help-page>footer h2{font:750 18px var(--font-manrope);margin:0 0 7px}.help-page>footer p{color:#b6b9ae;margin:0;font-size:11px}@media (width<=720px){.help-sections{grid-template-columns:1fr}.help-hero{margin-top:55px}.help-hero h1{letter-spacing:-2px}}.user-row{border-top:1px solid var(--line);align-items:center;gap:9px;padding:12px 7px 0;display:flex}.user-row button{color:#777b72;cursor:pointer;background:0 0;border:0}.studio-main{min-width:0}.studio-skeleton{background:#f5f5f1;grid-template-columns:238px 1fr;min-height:100vh;display:grid}.studio-skeleton>aside{border-right:1px solid var(--line);background:#fff;padding:24px 17px}.studio-skeleton>section>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:83px;padding:0 31px;display:flex}.skeleton-line,.skeleton-card{background:#e8e9e3;border-radius:9px;position:relative;overflow:hidden}.skeleton-line:after,.skeleton-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.25s infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-line.logo{width:105px;height:28px;margin:0 8px 28px}.skeleton-card.account{height:56px;margin-bottom:28px}.skeleton-line.menu{height:40px;margin:5px 0}.skeleton-line.title{width:160px;height:24px}.skeleton-line.action{width:130px;height:38px}.skeleton-workspace{grid-template-columns:minmax(420px,1fr) minmax(320px,.72fr);gap:28px;padding:28px;display:grid}.skeleton-workspace>div:first-child{gap:14px;display:grid}.skeleton-card.large{height:210px}.skeleton-card.medium{height:140px}.skeleton-card.phone{border-radius:34px;justify-self:center;width:310px;height:620px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media (width<=700px){.studio-skeleton{display:block}.studio-skeleton>aside{display:none}.skeleton-workspace{grid-template-columns:1fr;padding:16px}.skeleton-card.phone{display:none}}.studio-header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:83px;padding:0 31px;display:flex}.studio-header p,.admin-main header p{color:#969990;letter-spacing:1.6px;margin:0 0 5px;font-size:8px;font-weight:800}.studio-header h1{font:750 22px/1 var(--font-manrope);letter-spacing:-.7px;margin:0}.header-actions{align-items:center;gap:9px;display:flex}.header-actions a,.header-actions button{cursor:pointer;background:#fff;border:1px solid #dfe0d8;border-radius:9px;padding:10px 14px;font-size:10px;font-weight:750}.header-actions button{color:#fff;background:#1a1b17;border-color:#1a1b17;box-shadow:0 2px #000}.header-actions button:disabled{opacity:.6;cursor:wait}.publish-feedback{z-index:20;color:#426719;background:#edf8e4;border:1px solid #cfe5b6;border-radius:10px;align-items:center;gap:12px;max-width:min(420px,100vw - 30px);padding:11px 13px;font-size:10px;font-weight:750;display:flex;position:absolute;top:70px;right:24px;box-shadow:0 10px 30px #1418111f}.publish-feedback.failed{color:#973c30;background:#fff0ed;border-color:#efc8c1}.publish-feedback button{color:inherit;box-shadow:none;background:0 0;border:0;padding:0;font-size:16px}.menu-button{display:none}.editor-workspace{grid-template-columns:minmax(440px,1fr) minmax(360px,.78fr);min-height:calc(100vh - 83px);display:grid}.editor-panel{width:100%;max-width:760px;margin:0 auto;padding:25px 30px 60px}.editor-intro{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:12px 14px;display:flex}.editor-intro>div{grid-template-columns:auto auto;align-items:center;column-gap:7px;display:grid}.status-dot{background:#75b900;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 3px #e9f8d2}.editor-intro strong{font-size:10px}.editor-intro small{color:#989b91;grid-column:2;margin-top:2px;font-size:9px}.editor-intro button{color:#75786f;cursor:pointer;background:0 0;border:0}.editor-section{border:1px solid var(--line);background:#fff;border-radius:15px;margin-bottom:14px;padding:21px}.editor-title{align-items:flex-start;gap:13px;margin-bottom:18px;display:flex}.editor-title>span{width:25px;height:25px;color:var(--lime);background:#1c1d19;border-radius:8px;place-items:center;font-size:8px;font-weight:800;display:grid}.editor-title h2{font:750 14px/1.2 var(--font-manrope);letter-spacing:-.2px;margin:0}.editor-title p{color:#979a90;margin:4px 0 0;font-size:9px}.layout-picker{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.layout-picker>button{text-align:left;cursor:pointer;background:#fff;border:1.5px solid #e3e4dd;border-radius:11px;padding:8px;position:relative}.layout-picker>button.selected{border-color:#24251f;box-shadow:0 0 0 1px #24251f}.layout-picker strong,.layout-picker small{display:block}.layout-picker strong{margin:8px 2px 2px;font-size:10px}.layout-picker small{color:#a1a49b;margin:0 2px 3px;font-size:8px}.layout-picker em{width:16px;height:16px;color:var(--lime);background:#1b1c18;border-radius:50%;place-items:center;font-size:9px;font-style:normal;display:grid;position:absolute;top:8px;right:8px}.theme-picker{grid-template-columns:1fr 1fr}.theme-picker>.theme-option{border-radius:13px;flex-direction:column;justify-content:flex-start;min-height:116px;padding:15px;display:flex}.theme-option-name{letter-spacing:-.6px;font-size:18px;font-weight:800;line-height:1.05;display:block}.theme-picker .theme-option>small{color:#777b72;margin:6px 0 14px;font-size:9px}.theme-swatches{gap:6px;margin-top:auto;display:flex}.theme-swatches i{border:1px solid #0000001a;border-radius:100px;width:24px;height:14px}.theme-mosaico .theme-option-name{font-family:var(--font-manrope)}.theme-impacto .theme-option-name{font-family:var(--font-space-grotesk)}.theme-atelier .theme-option-name{font-family:var(--font-playfair);font-weight:700}.layout-thumb{background:#e7ff74;border-radius:7px;flex-direction:column;gap:4px;height:77px;padding:7px;display:flex;overflow:hidden}.layout-thumb i{background:#1f211a;border-radius:3px;height:18px;display:block}.layout-thumb i:first-child{border-radius:50%;width:33%;height:15px}.layout-thumb i:last-child{height:28px}.thumb-mosaico{grid-template-columns:1fr 1fr;display:grid}.thumb-mosaico i:first-child{grid-column:1/3;width:30%}.thumb-mosaico i:nth-child(2),.thumb-mosaico i:last-child{height:auto}.thumb-impacto i:first-child{border-radius:2px;width:55%;height:22px}.thumb-impacto i:nth-child(2){height:26px}.thumb-impacto i:last-child{background:0 0;border:1px solid #1f211a}.visual-controls{grid-template-columns:1fr 1fr 1.2fr;gap:9px;display:grid}.visual-controls label{color:#8a8d84;flex-direction:column;gap:7px;font-size:8px;font-weight:700;display:flex}.visual-controls label>span{color:#32342e;background:#fff;border:1px solid #e0e1da;border-radius:8px;align-items:center;gap:7px;min-height:35px;padding:8px 9px;font-size:9px;display:flex}.visual-controls label:last-child span{justify-content:space-between}.swatch{border:1px solid #0000001f;border-radius:5px;width:18px;height:18px;display:inline-block}.swatch-dark{background:#10110d}.block-list{flex-direction:column;gap:6px;display:flex}.block-list>div{border:1px solid #e5e6df;border-radius:9px;align-items:center;gap:9px;min-height:40px;padding:7px 10px;display:flex}.block-list>div>span{color:#a3a69c;cursor:grab;font-size:15px}.block-list>div>i{background:#f0f1eb;border-radius:6px;place-items:center;width:22px;height:22px;font-size:8px;font-style:normal;font-weight:800;display:grid}.block-list strong{flex:1;font-size:9px}.block-list button{color:#8b8e85;cursor:pointer;background:0 0;border:0;font-size:19px}.schedule-url-field{color:#777b72;flex-direction:column;gap:7px;font-size:8px;font-weight:750;display:flex}.profile-copy-fields{gap:12px;display:grid}.profile-photo-field{background:#fafaf7;border:1px solid #e3e4dd;border-radius:11px;align-items:center;gap:14px;margin-bottom:15px;padding:12px;display:flex}.profile-photo-field>img{object-fit:cover;border-radius:50%;flex:0 0 64px;width:64px;height:64px}.profile-photo-field>div{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.profile-photo-field strong{font-size:12px}.profile-photo-field small{color:#85887f;font-size:10px;line-height:1.4}.profile-photo-field label{cursor:pointer;background:#fff;border:1px solid #d4d6cd;border-radius:8px;margin-top:4px;padding:7px 11px;font-size:10px;font-weight:750}.profile-photo-field input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.profile-copy-fields label{color:#777b72;flex-direction:column;gap:7px;font-size:8px;font-weight:750;display:flex}.profile-copy-fields input,.profile-copy-fields textarea{color:#242620;resize:vertical;background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;outline:0;width:100%;padding:11px 12px;font:500 10px/1.45 inherit}.profile-copy-fields input:focus,.profile-copy-fields textarea:focus{border-color:#1b1c18;box-shadow:0 0 0 2px #1b1c1814}.profile-copy-fields small{color:#a0a39a;align-self:flex-end;font-size:8px;font-weight:500}.schedule-url-field input{color:#242620;background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;outline:0;width:100%;height:42px;padding:0 12px;font-size:10px}.schedule-url-field input:focus{border-color:#1b1c18;box-shadow:0 0 0 2px #1b1c1814}.schedule-url-field small{color:#a0a39a;font-size:8px;font-weight:500}.block-list>div.disabled{opacity:.52;background:#fafaf7}.block-list>div.dragging{opacity:.35;border-style:dashed}.block-list>div.drag-over{background:#f2ffd0;border-color:#1b1c18;transform:translateY(2px);box-shadow:0 0 0 1px #1b1c18}.drag-handle{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}.block-toggle{cursor:pointer;flex:0 0 30px;width:30px;height:18px;position:relative}.block-toggle input{opacity:0;pointer-events:none;position:absolute}.block-toggle>span{background:#d8dad2;border-radius:20px;transition:all .18s;position:absolute;inset:0}.block-toggle>span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000002e}.block-toggle input:checked+span{background:#1b1c18}.block-toggle input:checked+span:after{background:var(--lime);transform:translate(12px)}.block-order{gap:2px;display:flex}.block-order button{color:#5f625a;background:#fff;border:1px solid #e1e2dc;border-radius:6px;place-items:center;width:24px;height:24px;padding:0;font-size:10px;display:grid}.block-order button:disabled{opacity:.28;cursor:default}.expand-block{border-radius:50%;place-items:center;width:28px;height:28px;padding:0;transition:transform .18s,background .18s,color .18s;display:grid;color:#777b72!important;background:0 0!important;border:0!important}.expand-block:hover{color:#20221c!important;background:#eef0e8!important}.expand-block.open{transform:rotate(180deg);color:#20221c!important;background:#eef0e8!important}.social-settings{background:#f8f8f4;border:1px solid #e2e3dc;border-radius:12px;gap:10px;margin-top:10px;padding:13px;display:grid}.social-setting{grid-template-columns:120px 1fr;align-items:center;gap:12px;display:grid}.social-setting>div{justify-content:space-between;align-items:center;gap:9px;display:flex}.social-setting strong{font-size:11px}.social-setting>input{color:#242620;background:#fff;border:1px solid #dfe1d9;border-radius:8px;outline:0;min-width:0;height:39px;padding:0 11px;font-size:11px}.social-setting>input:focus{border-color:#1b1c18;box-shadow:0 0 0 2px #1b1c1814}.social-setting>input:disabled{opacity:.48;background:#edede8}.block-list>.block-item{background:0 0;border:0;border-radius:0;flex-direction:column;align-items:stretch;gap:0;width:100%;min-height:0;padding:0;display:flex}.block-list .block-row{cursor:default;border:1px solid #e5e6df;border-radius:9px;align-items:center;gap:9px;min-height:40px;padding:7px 10px;display:flex}.block-list .block-item:has(.expand-block) .block-row{cursor:pointer}.block-list .block-row>i{background:#f0f1eb;border-radius:6px;place-items:center;width:22px;height:22px;font-size:8px;font-style:normal;font-weight:800;display:grid}.block-list .block-row>strong{flex:1}.block-list .block-row.disabled{opacity:.52;background:#fafaf7}.block-list .block-row.dragging{opacity:.35;border-style:dashed}.block-list .block-row.drag-over{background:#f2ffd0;border-color:#1b1c18;box-shadow:0 0 0 1px #1b1c18}.block-item .social-settings{border-top-left-radius:5px;border-top-right-radius:5px;margin:6px 0 4px;animation:.18s ease-out social-open}@keyframes social-open{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.featured-link-settings{gap:10px;margin:6px 0 4px;animation:.18s ease-out social-open;display:grid}.featured-link-setting{background:#f8f8f4;border:1px solid #e2e3dc;border-radius:12px;grid-template-columns:1fr 1fr;gap:9px;padding:13px;display:grid}.featured-link-heading{grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.featured-link-heading strong{font-size:12px}.featured-link-setting>input{color:#242620;background:#fff;border:1px solid #dfe1d9;border-radius:8px;outline:0;min-width:0;height:39px;padding:0 11px;font-size:11px}.featured-link-setting>input:nth-of-type(3){grid-column:1/-1}.featured-link-setting>input:focus{border-color:#1b1c18;box-shadow:0 0 0 2px #1b1c1814}.featured-link-setting>input:disabled{opacity:.48;background:#edede8}.about-editor{background:#f8f8f4;border:1px solid #e2e3dc;border-radius:12px;margin:6px 0 4px;padding:12px;animation:.18s ease-out social-open}.about-editor-toolbar{background:#fff;border:1px solid #dfe1d9;border-bottom:0;border-radius:9px 9px 0 0;align-items:center;gap:4px;height:36px;padding:4px;display:flex}.about-editor-toolbar button{cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:28px;height:27px;padding:0;display:grid}.about-editor-toolbar button:hover{background:#eef0e8}.about-editor-toolbar span{color:#969990;margin-left:6px;font-size:9px}.about-editor textarea{resize:vertical;color:#242620;width:100%;min-height:170px;font:500 12px/1.6 var(--font-geist);background:#fff;border:1px solid #dfe1d9;border-radius:0 0 9px 9px;outline:0;padding:12px;display:block}.about-editor textarea:focus{border-color:#1b1c18}.about-editor>small{text-align:right;color:#999c93;margin-top:6px;font-size:9px;display:block}.product-settings{gap:11px;margin:6px 0 4px;animation:.18s ease-out social-open;display:grid}.product-setting{background:#f8f8f4;border:1px solid #e2e3dc;border-radius:12px;grid-template-columns:1fr 1fr;gap:9px;padding:13px;display:grid}.product-setting>.featured-link-heading,.product-setting>textarea{grid-column:1/-1}.product-setting>input,.product-setting>textarea{color:#242620;background:#fff;border:1px solid #dfe1d9;border-radius:8px;outline:0;min-width:0;padding:10px 11px;font-size:11px}.product-setting>input:focus,.product-setting>textarea:focus{border-color:#1b1c18}.product-setting>:disabled{opacity:.48;background:#edede8}.product-image-field{grid-column:1/-1;align-items:center;gap:12px;display:flex}.product-image-field img{object-fit:cover;border-radius:9px;width:78px;height:58px}.product-image-field label{cursor:pointer;background:#fff;border:1px solid #d4d6cd;border-radius:8px;padding:8px 11px;font-size:10px;font-weight:750}.product-image-field input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.preview-panel{background:#e9eae4;border-left:1px solid #dcddd5;flex-direction:column;align-items:center;height:calc(100vh - 83px);padding:17px 28px;display:flex;position:sticky;top:0;overflow:hidden}.preview-toolbar{color:#777a71;justify-content:space-between;align-items:center;width:100%;font-size:9px;font-weight:750;display:flex}.preview-toolbar div{background:#dbdcd6;border-radius:7px;padding:3px}.preview-toolbar button{cursor:pointer;color:#90938a;background:0 0;border:0;border-radius:5px;padding:4px 7px}.preview-toolbar button.active{color:#1d1f19;background:#fff;box-shadow:0 1px 3px #c7c9c0}.phone-frame{aspect-ratio:9/18.7;background:#fff;border:7px solid #181915;border-radius:37px;width:min(300px,90%);margin-top:15px;position:relative;overflow:hidden;box-shadow:0 24px 55px #1819152e}.phone-speaker{z-index:4;background:#181915;border-radius:0 0 12px 12px;width:70px;height:18px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-scroll{scrollbar-width:none;position:absolute;inset:0;overflow-y:auto}.phone-scroll::-webkit-scrollbar{display:none}.preview-note{color:#85887f;align-items:center;gap:7px;font-size:8px;display:flex}.blog-studio{max-width:1220px;margin:0 auto;padding:28px 32px 70px}.blog-hero{color:#fff;background:#1b1c18;border-radius:18px;justify-content:space-between;gap:30px;padding:28px;display:flex}.blog-hero>div{max-width:650px}.blog-hero span{color:#d9ff43;text-transform:uppercase;letter-spacing:1.2px;font-size:10px;font-weight:800}.blog-hero span i{background:#d9ff43;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.blog-hero h2{font:750 27px/1.1 var(--font-manrope);letter-spacing:-1px;margin:14px 0 8px}.blog-hero p{color:#b9bbb3;margin:0;font-size:13px;line-height:1.55}.blog-hero aside{background:#24251f;border:1px solid #3a3c34;border-radius:13px;flex-direction:column;justify-content:center;min-width:230px;padding:17px;display:flex}.blog-hero aside small,.blog-hero aside em{color:#96998f;font-size:10px;font-style:normal}.blog-hero aside strong{margin:7px 0;font-size:15px}.blog-tabs{border-bottom:1px solid #dddeda;gap:5px;margin:24px 0 15px;display:flex}.blog-tabs button{color:#777a71;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 14px;font-size:12px;font-weight:700}.blog-tabs button.active{color:#1b1c18;border-color:#1b1c18}.blog-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:16px;display:grid}.blog-form{gap:14px;display:grid}.blog-form section,.blog-side section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:21px}.blog-form section>header{gap:12px;margin-bottom:18px;display:flex}.blog-form header b{color:#d9ff43;background:#1b1c18;border-radius:8px;place-items:center;width:27px;height:27px;font-size:9px;display:grid}.blog-form h3,.blog-side h3{margin:0;font-size:15px}.blog-form header p{color:#969990;margin:4px 0 0;font-size:11px}.blog-fields{grid-template-columns:1fr 1fr;gap:13px;display:grid}.blog-fields.three{grid-template-columns:repeat(3,1fr)}.blog-fields label{color:#666960;flex-direction:column;gap:7px;font-size:11px;font-weight:700;display:flex}.blog-fields label.wide{grid-column:1/-1}.blog-fields input,.blog-fields textarea,.blog-fields select{color:#242620;width:100%;font:500 12px/1.5 var(--font-geist);background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;outline:0;padding:11px 12px}.blog-fields textarea{resize:vertical}.blog-fields input:focus,.blog-fields textarea:focus,.blog-fields select:focus{border-color:#1b1c18;box-shadow:0 0 0 2px #1b1c1812}.blog-side{gap:12px;display:grid;position:sticky;top:100px}.blog-side section>span{color:#969990;letter-spacing:1.2px;font-size:9px;font-weight:800}.blog-side h3{margin-top:8px}.blog-side ul{gap:9px;margin:14px 0 0;padding:0;list-style:none;display:grid}.blog-side li{color:#676a62;font-size:11px}.blog-side li:before{content:"✓";color:#699600;margin-right:8px;font-weight:900}.approval-row{justify-content:space-between;align-items:center;gap:10px;margin-top:14px;display:flex}.approval-row div{flex-direction:column;display:flex}.approval-row strong{font-size:11px}.approval-row small{color:#92958b;margin-top:3px;font-size:9px}.blog-side>button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:10px;padding:13px;font-size:12px;font-weight:750;box-shadow:0 2px #000}.calendar-page{gap:16px;display:grid}.blog-metrics{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.blog-metrics article,.month-card,.next-article,.article-queue{border:1px solid var(--line);background:#fff;border-radius:15px;padding:19px}.blog-metrics article{flex-direction:column;min-height:120px;display:flex}.blog-metrics span,.next-article>span{color:#92958b;letter-spacing:1px;font-size:9px;font-weight:800}.blog-metrics strong{font:750 23px/1 var(--font-manrope);margin:13px 0 7px}.blog-metrics small{color:#85887f;margin-top:auto;font-size:10px}.blog-metrics article>div{background:#e4e5df;border-radius:9px;height:5px;margin-bottom:7px}.blog-metrics article>div i{background:#1b1c18;border-radius:9px;width:50%;height:100%;display:block}.blog-metrics .ai-ok{color:#5f8c00}.calendar-grid{grid-template-columns:minmax(0,1fr) 290px;gap:14px;display:grid}.month-card header,.article-queue>header,.article-queue footer{justify-content:space-between;align-items:center;display:flex}.month-card h3,.article-queue h3,.next-article h3{margin:0;font-size:15px}.month-card header p,.article-queue header p{color:#92958b;margin:4px 0 0;font-size:10px}.month-card header button{background:#fff;border:1px solid #e0e1da;border-radius:7px;width:29px;height:29px;margin-left:4px}.month-weekdays,.month-days{grid-template-columns:repeat(7,1fr);display:grid}.month-weekdays{margin-top:16px}.month-weekdays span{color:#9a9d94;text-align:center;padding:7px;font-size:8px;font-weight:800}.month-days>div{border:0;border-top:1px solid #eeefe9;border-left:1px solid #eeefe9;min-height:64px;padding:7px}.month-days b{font-size:10px}.month-days small{border-radius:5px;margin-top:8px;padding:4px;font-size:8px;display:block}.month-days .published small{color:#4f7517;background:#e8f4df}.month-days .generation small{color:#313d0e;background:#efffc2}.month-days .planned small{color:#45547c;background:#e8ecf7}.next-article{flex-direction:column;display:flex}.next-article>em{color:#7c5b00;background:#fff2cf;border-radius:99px;align-self:flex-start;margin:12px 0;padding:5px 8px;font-size:9px;font-style:normal}.next-article h3{line-height:1.35}.next-article dl{gap:9px;margin:17px 0;display:grid}.next-article dl div{border-bottom:1px solid #ecece7;padding-bottom:9px}.next-article dt{color:#979a90;font-size:9px}.next-article dd{margin:3px 0 0;font-size:11px;font-weight:700}.next-article button{color:#fff;background:#1b1c18;border:0;border-radius:9px;margin-top:auto;padding:11px;font-size:11px;font-weight:750}.next-article>small{color:#92958b;text-align:center;margin-top:7px;font-size:8px}.article-queue>header>span{background:#efffc2;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:750}.article-queue>article{border-top:1px solid #ecece7;grid-template-columns:44px minmax(0,1fr) auto 28px;align-items:center;gap:11px;min-height:68px;display:grid}.article-queue>article:first-of-type{margin-top:15px}.article-date{background:#f1f2ec;border-radius:9px;align-content:center;place-items:center;width:40px;height:40px;display:grid}.article-date b{font-size:13px}.article-date small{font-size:8px}.article-queue article>div:nth-child(2){flex-direction:column;min-width:0;display:flex}.article-queue article>div:nth-child(2) strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.article-queue article>div:nth-child(2) small{color:#92958b;margin-top:4px;font-size:9px}.article-queue article>em{border-radius:99px;padding:5px 8px;font-size:9px;font-style:normal}.article-queue em.review{color:#7c5b00;background:#fff2cf}.article-queue em.planned{color:#45547c;background:#e8ecf7}.article-queue em.published{color:#4f7517;background:#e8f4df}.article-queue article>button{background:0 0;border:0}.article-queue footer{border-top:1px solid #ecece7;padding-top:14px}.article-queue footer div{flex-direction:column;display:flex}.article-queue footer strong{font-size:10px}.article-queue footer small{color:#92958b;margin-top:3px;font-size:9px}.article-queue footer button{color:#a0a39a;border:0;border-radius:8px;padding:9px 11px;font-size:9px}.month-days .today{outline-offset:-2px;background:#fafbf5;outline:2px solid #1b1c18}.month-days .today>b{color:#fff;background:#1b1c18;border-radius:50%;place-items:center;min-width:20px;height:20px;display:inline-grid}.blog-notice{color:#426719;background:#edf8e4;border:1px solid #cfe5b6;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:11px;font-weight:700;display:flex}.blog-notice button{cursor:pointer;background:0 0;border:0}.article-review-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11120f94;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.article-review{background:#fff;border-radius:18px;width:min(760px,100%);max-height:92vh;padding:25px;overflow-y:auto;box-shadow:0 30px 90px #0000004d}.article-review>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.article-review header span{color:#8f9288;letter-spacing:1.2px;font-size:9px;font-weight:800}.article-review header h2{max-width:620px;font:750 23px/1.2 var(--font-manrope);letter-spacing:-.6px;margin:8px 0 0}.article-review header>button{cursor:pointer;background:#f0f1eb;border:0;border-radius:50%;width:32px;height:32px}.review-seo{background:#f5f5f1;border-radius:12px;gap:10px;margin:20px 0;padding:14px;display:grid}.review-seo div{flex-direction:column;gap:3px;display:flex}.review-seo small{color:#969990;letter-spacing:.8px;font-size:8px;font-weight:800}.review-seo strong{font-size:10px;font-weight:650}.article-review>article{color:#32342e;padding:2px 5px;font-size:13px;line-height:1.7}.article-review article h3{margin:20px 0 4px;font-size:16px}.article-review>footer{border-top:1px solid #e5e6df;justify-content:flex-end;gap:9px;margin-top:22px;padding-top:16px;display:flex}.article-review footer button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:9px;padding:11px 14px;font-size:11px;font-weight:750}.article-review footer button.secondary{color:#34362f;background:#fff;border:1px solid #dfe0d8}.article-review>small{color:#92958b;text-align:right;margin-top:9px;font-size:8px;display:block}.article-editor>label,.article-editor .review-seo label{flex-direction:column;gap:6px;margin-top:16px;display:flex}.article-editor label>small{color:#777b72;letter-spacing:.8px;font-size:8px;font-weight:800}.article-editor input,.article-editor textarea{color:#262821;width:100%;font:500 11px/1.55 var(--font-manrope);resize:vertical;background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;outline:0;padding:10px 11px}.article-editor input:focus,.article-editor textarea:focus{border-color:#7c8f54;box-shadow:0 0 0 3px #7c8f541f}.article-editor .article-content-editor{min-height:330px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.article-editor label>em{color:#92958b;font-size:8px;font-style:normal}.article-editor footer button:disabled{opacity:.5;cursor:not-allowed}.article-queue-actions{align-items:center;gap:8px;display:flex}.article-queue-actions>span{background:#efffc2;border-radius:99px;padding:6px 9px;font-size:9px;font-weight:750}.article-queue-actions>button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:8px;padding:8px 11px;font-size:9px;font-weight:750}.article-cover-editor{background:#fafaf7;border:1px dashed #d7d9d0;border-radius:12px;align-items:center;gap:12px;min-height:112px;margin-top:16px;padding:12px;display:flex}.article-cover-editor>img{object-fit:cover;border-radius:9px;width:150px;height:88px}.article-cover-editor>div{flex-direction:column;gap:4px;margin-right:auto;display:flex}.article-cover-editor span{letter-spacing:.8px;font-size:9px;font-weight:800}.article-cover-editor small{color:#92958b;font-size:9px}.article-cover-editor>label{color:#fff;cursor:pointer;background:#1b1c18;border-radius:8px;margin:0;padding:9px 11px;font-size:9px;font-weight:750}.article-cover-editor input{display:none}.article-cover-editor>button{color:#8b4b47;cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:700}.article-format-toolbar{background:#f1f2ed;border:1px solid #dfe1d9;border-bottom:0;border-radius:9px 9px 0 0;gap:5px;padding:6px;display:flex}.article-format-toolbar button{color:#30322c;cursor:pointer;background:#fff;border:1px solid #d9dbd2;border-radius:6px;min-width:30px;padding:6px 8px;font-size:10px;font-weight:800}.article-format-toolbar button.italic{font-style:italic}.article-editor .article-format-toolbar+.article-content-editor{border-radius:0 0 9px 9px}.blog-hero aside>*{display:none}.blog-hero aside:before{content:"PLANO INICIAL\a 1 artigo por semana\a Configure a IA para começar";white-space:pre-line;color:#c8cbc1;font-size:11px;line-height:1.8}.empty-next{text-align:center;justify-content:center;align-items:center}.empty-next>span{align-self:flex-start}.empty-next .empty-icon{background:#efffc2;border-radius:16px;place-items:center;width:52px;height:52px;margin:22px auto 12px;font-size:21px;display:grid}.empty-next p{color:#85887f;max-width:220px;font-size:10px;line-height:1.5}.empty-articles{text-align:center;border-top:1px solid #ecece7;place-content:center;justify-items:center;min-height:160px;display:grid}.empty-articles strong{font-size:12px}.empty-articles p{color:#92958b;max-width:420px;margin:7px 0 0;font-size:10px;line-height:1.5}.settings-studio{gap:15px;max-width:1120px;margin:0 auto;padding:28px 32px 70px;display:grid}.settings-plan{color:#fff;background:#1b1c18;border-radius:17px;grid-template-columns:1fr 260px auto;align-items:center;gap:25px;padding:25px;display:grid}.settings-plan span,.settings-usage small{color:#d9ff43;letter-spacing:1.2px;font-size:9px;font-weight:850}.settings-plan h2{font:760 25px var(--font-manrope);margin:8px 0 5px}.settings-plan p{color:#aeb1a7;margin:0;font-size:11px}.settings-usage{background:#24251f;border:1px solid #3c3e36;border-radius:11px;flex-direction:column;padding:13px 16px;display:flex}.settings-usage strong{margin:7px 0;font-size:14px}.settings-usage>div{background:#45473f;border-radius:9px;height:5px}.settings-usage>div i{background:#d9ff43;height:100%;display:block}.settings-usage em{color:#aeb1a7;margin-top:6px;font-size:9px;font-style:normal}.settings-plan>button{color:#1b1c18;background:#d9ff43;border:0;border-radius:9px;padding:11px 13px;font-size:10px;font-weight:800}.settings-grid{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:15px;display:grid}.settings-main{gap:14px;display:grid}.settings-main section,.settings-side section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:21px}.settings-main header h3,.settings-side h3{margin:0;font-size:15px}.settings-main header p{color:#92958b;margin:4px 0 17px;font-size:10px}.settings-fields{gap:11px;display:grid}.settings-fields.two{grid-template-columns:1fr 1fr;margin-top:15px}.settings-fields label{color:#666960;flex-direction:column;gap:7px;font-size:10px;font-weight:700;display:flex}.settings-fields input,.settings-fields select{background:#fafaf7;border:1px solid #dfe1d9;border-radius:8px;height:41px;padding:0 11px;font-size:11px}.settings-fields input:disabled{color:#8d9087}.settings-actions{gap:8px;margin-top:14px;display:flex}.settings-actions button,.settings-save{cursor:pointer;background:#fff;border:1px solid #dfe0d8;border-radius:8px;padding:9px 11px;font-size:10px;font-weight:750}.settings-switches{grid-template-columns:1fr 1fr;gap:9px;display:grid}.settings-switches>label{border:1px solid #e4e5df;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;min-height:65px;padding:12px;display:flex}.settings-switches div{flex-direction:column;display:flex}.settings-switches strong{font-size:10px}.settings-switches small{color:#92958b;margin-top:4px;font-size:8px;line-height:1.35}.settings-save{color:#fff;background:#1b1c18;border-color:#1b1c18;margin-top:15px}.settings-side{gap:13px;display:grid}.settings-side section>span{color:#92958b;letter-spacing:1px;font-size:9px;font-weight:850}.settings-side h3{margin-top:8px}.settings-side p{color:#777a71;font-size:10px;line-height:1.5}.settings-side dl{gap:8px;display:grid}.settings-side dl div{border-bottom:1px solid #ecece7;justify-content:space-between;padding-bottom:8px;display:flex}.settings-side dt{color:#92958b;font-size:9px}.settings-side dd{margin:0;font-size:10px;font-weight:750}.settings-side button{color:#a0a39a;background:#e8e9e3;border:0;border-radius:8px;width:100%;padding:9px;font-size:9px;font-weight:750}.settings-side>section>small{color:#92958b;text-align:center;margin-top:7px;font-size:8px;display:block}.danger-zone{border-color:#f0d8d1!important}.danger-zone>span{color:#a24d39!important}.settings-switches>label:nth-child(n+3){display:none}.domain-settings{max-width:1120px;margin:-55px auto 70px;padding:0 32px}.domain-settings section{border:1px solid var(--line);background:#fff;border-radius:15px;padding:21px}.domain-settings header span{color:#92958b;letter-spacing:1px;font-size:9px;font-weight:850}.domain-settings h3{margin:7px 0 4px;font-size:15px}.domain-settings header p{color:#92958b;margin:0 0 18px;font-size:10px}.domain-builder{grid-template-columns:1fr auto 1fr;align-items:end;gap:9px;display:grid}.domain-builder label{color:#666960;flex-direction:column;gap:7px;font-size:10px;font-weight:700;display:flex}.domain-builder input,.domain-builder select{background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;outline:0;height:43px;padding:0 12px;font-size:12px}.domain-builder>b{color:#92958b;padding-bottom:12px}.domain-preview{background:#f2f4eb;border-radius:10px;flex-direction:column;gap:5px;margin:13px 0;padding:12px 14px;display:flex}.domain-preview small{color:#92958b;letter-spacing:1px;font-size:8px;font-weight:800}.domain-preview strong{color:#30332b;font-size:13px}.domain-message{color:#5f751e;margin:0 0 10px;font-size:10px}.domain-settings section>button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:9px;padding:10px 13px;font-size:10px;font-weight:800}.domain-settings section>button:disabled{opacity:.5}.editor-panel>.editor-section{margin-bottom:18px}.domain-settings-embedded{max-width:none;margin:0 0 18px;padding:21px}.domain-settings-embedded .domain-builder{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:14px}.domain-settings-embedded .domain-builder>b{display:none}.domain-settings-embedded .domain-builder label{min-width:0}.domain-settings-embedded .domain-builder input,.domain-settings-embedded .domain-builder select{width:100%}.domain-settings-embedded>button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:9px;padding:10px 13px;font-size:10px;font-weight:800}.domain-settings-embedded>button:disabled{opacity:.5}@media (width<=620px){.domain-settings-embedded .domain-builder{grid-template-columns:1fr}}.studio-shell .workspace-pill strong,.studio-shell .user-row strong{font-size:13px}.studio-shell .workspace-pill small,.studio-shell .user-row small{font-size:11px}.studio-nav-label{font-size:9px}.studio-nav button{font-size:13px}.studio-nav button i{font-size:9px}.plan-card>span{font-size:10px}.plan-card strong{font-size:12px}.plan-card small{font-size:10px}.help-link{font-size:12px}.studio-header p{font-size:10px}.studio-header h1{font-size:24px}.header-actions a,.header-actions button,.editor-intro strong{font-size:12px}.editor-intro small{font-size:11px}.editor-title>span{font-size:10px}.editor-title h2{font-size:16px}.editor-title p{font-size:11px;line-height:1.45}.theme-picker .theme-option>small,.block-list strong{font-size:11px}.schedule-url-field,.profile-copy-fields label{font-size:10px}.schedule-url-field input,.profile-copy-fields input,.profile-copy-fields textarea{font-size:12px}.schedule-url-field small,.profile-copy-fields small{font-size:10px}.preview-toolbar{font-size:11px}.preview-note{font-size:10px}.profile-page{--profile-bg:#d9ff43;--profile-accent:#10110d;background:var(--profile-bg);min-height:100vh;color:var(--profile-accent);font-family:var(--font-manrope), sans-serif;padding:38px 18px}.profile-canvas{width:min(100%,430px);margin:0 auto}.profile-header{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-avatar{border:3px solid var(--profile-accent);width:104px;height:104px;box-shadow:5px 5px 0 var(--profile-accent);background:#fff9e9;border-radius:36% 64% 59% 41%/46% 43% 57% 54%;place-items:center;padding:5px;display:grid;transform:rotate(-3deg)}.profile-avatar span{font:800 28px var(--font-manrope);transform:rotate(3deg)}.profile-eyebrow{letter-spacing:1.6px;margin:25px 0 7px;font-size:9px;font-weight:800}.profile-header h1{letter-spacing:-1.8px;margin:0;font-size:36px;font-weight:850;line-height:1}.profile-bio{max-width:350px;margin:13px 0 15px;font-size:13px;font-weight:550;line-height:1.5}.social-row{gap:7px;display:flex}.social-row a{border:1.5px solid var(--profile-accent);text-transform:uppercase;border-radius:50%;place-items:center;width:32px;height:32px;font-size:9px;font-weight:850;transition:all .2s;display:grid}.social-row a:hover{background:var(--profile-accent);color:var(--profile-bg);transform:translateY(-2px)}.hero-link{background:var(--profile-accent);color:#fff;border-radius:25px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;margin:27px 0 28px;padding:17px;transition:all .2s;display:grid;box-shadow:0 5px #0000002b}.hero-link:hover{transform:translateY(-3px);box-shadow:0 8px #0000002b}.hero-icon{background:var(--profile-bg);width:43px;height:43px;color:var(--profile-accent);border-radius:15px;place-items:center;font-size:20px;display:grid}.hero-link strong,.hero-link small{display:block}.hero-link strong{font-size:12px}.hero-link small{color:#bfc0b9;margin-top:4px;font-size:9px}.section-heading{letter-spacing:1.3px;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:8px;font-weight:850;display:flex}.section-heading>span:last-child,.section-heading a{opacity:.6;letter-spacing:0;font-weight:650}.product-grid{flex-direction:column;gap:11px;display:flex}.product-card{border:2px solid var(--profile-accent);min-height:144px;box-shadow:3px 3px 0 var(--profile-accent);border-radius:25px;grid-template-columns:auto 105px 1fr;align-items:center;gap:10px;padding:17px;display:grid;position:relative;overflow:hidden}.tone-lime{background:#f1ffbd}.tone-dark{color:#fff;background:#1b1c18}.tone-cream{background:#fff9e8}.product-number{font-size:9px;font-weight:850;position:absolute;top:14px;left:15px}.product-art{grid-column:2;place-items:center;height:105px;display:grid;position:relative}.product-art i:first-child{background:linear-gradient(135deg,#ff715b,#ffca48);border:2px solid;border-radius:5px;width:80px;height:100px;transform:rotate(-8deg);box-shadow:5px 5px}.product-art i:last-child{background:var(--profile-bg);border:2px solid var(--profile-accent);border-radius:50%;width:45px;height:45px;position:absolute}.tone-dark .product-art i:last-child{color:var(--profile-accent)}.product-copy{flex-direction:column;align-items:flex-start;display:flex}.product-copy small{text-transform:uppercase;letter-spacing:1px;opacity:.65;font-size:8px}.product-copy strong{letter-spacing:-.6px;margin:7px 0 15px;font-size:16px;line-height:1.08}.product-copy em{border-bottom:1px solid;padding-bottom:3px;font-size:8px;font-style:normal;font-weight:800}.about-card{border:2px solid var(--profile-accent);box-shadow:3px 3px 0 var(--profile-accent);background:#fff9e8;border-radius:28px;margin:28px 0;padding:25px}.about-kicker{letter-spacing:1.4px;font-size:8px;font-weight:850}.about-card h2{letter-spacing:-1.2px;margin:15px 0 12px;font-size:25px;line-height:1.04}.about-card p{font-size:11px;line-height:1.55}.about-card a{border-bottom:1px solid;margin-top:8px;font-size:9px;font-weight:850;display:inline-block}.blog-section{margin:28px 0}.post-list{flex-direction:column;gap:8px;display:flex}.post-card{border:1.5px solid var(--profile-accent);background:#ffffff40;border-radius:18px;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;padding:13px 15px;display:grid}.post-index{font-size:10px;font-weight:850}.post-card small,.post-card strong{display:block}.post-card small{text-transform:uppercase;letter-spacing:.8px;opacity:.65;font-size:7px}.post-card strong{margin-top:5px;font-size:11px;line-height:1.2}.contact-card{color:#171712;border:2px solid var(--profile-accent);box-shadow:3px 3px 0 var(--profile-accent);background:#ef6b57;border-radius:24px;grid-template-columns:1fr auto;padding:20px;display:grid}.contact-card span,.contact-card strong{display:block}.contact-card span{grid-column:1;font-size:9px}.contact-card strong{grid-column:1;margin-top:5px;font-size:14px}.contact-card>:last-child{grid-area:1/2/3;align-self:center;font-size:20px}.profile-canvas footer{opacity:.65;justify-content:space-between;padding:25px 3px 3px;font-size:7px;font-weight:650;display:flex}.layout-mosaico .profile-canvas{width:min(100%,520px)}.layout-mosaico .profile-header{text-align:left;justify-content:center;align-items:flex-start;min-height:108px;padding-left:126px;position:relative}.layout-mosaico .profile-avatar{width:104px;height:104px;position:absolute;top:0;left:0}.layout-mosaico .profile-eyebrow{margin:0 0 7px}.layout-mosaico .profile-bio{margin:10px 0}.layout-mosaico .social-row{flex-direction:column;position:absolute;top:0;right:0}.layout-mosaico .product-grid{grid-template-columns:1fr 1fr;display:grid}.layout-mosaico .product-card{flex-direction:column;align-items:flex-start;min-height:230px;padding-top:34px;display:flex}.layout-mosaico .product-card:first-child{grid-row:span 2}.layout-mosaico .product-art{width:100%}.layout-mosaico .product-copy{margin-top:auto}.layout-mosaico .about-card{grid-template-columns:1fr 1fr;column-gap:20px;display:grid}.layout-mosaico .about-card .about-kicker{grid-column:1/3}.layout-mosaico .about-card h2{grid-row:2/4}.layout-mosaico .about-card a{place-self:end start}.layout-impacto .profile-canvas{width:min(100%,540px)}.layout-impacto .profile-header h1{text-transform:uppercase;max-width:480px;font-size:58px;line-height:.82}.layout-impacto .profile-avatar{width:90px;height:90px;box-shadow:none;border-radius:50%}.layout-impacto .hero-link{border-radius:4px;box-shadow:7px 7px #ff6c57}.layout-impacto .product-card,.layout-impacto .about-card,.layout-impacto .post-card,.layout-impacto .contact-card{box-shadow:6px 6px 0 var(--profile-accent);border-radius:4px}.layout-impacto .product-card{grid-template-columns:auto 140px 1fr;min-height:170px}.layout-impacto .product-copy strong{text-transform:uppercase;font-size:22px}.layout-impacto .about-card h2{text-transform:uppercase;font-size:37px}.profile-page.is-compact{min-height:100%;padding:18px 10px 30px}.is-compact .profile-canvas{width:100%}.is-compact .profile-avatar{width:57px;height:57px;box-shadow:3px 3px 0 var(--profile-accent);border-width:2px}.is-compact .profile-avatar span{font-size:15px}.is-compact .profile-eyebrow{margin:14px 0 4px;font-size:5px}.is-compact .profile-header h1{font-size:21px}.is-compact .profile-bio{max-width:210px;margin:7px 0 9px;font-size:7px}.is-compact .social-row{gap:4px}.is-compact .social-row a{border-width:1px;width:19px;height:19px;font-size:5px}.is-compact .hero-link{border-radius:14px;grid-template-columns:25px 1fr auto;gap:7px;margin:14px 0 17px;padding:9px}.is-compact .hero-icon{border-radius:8px;width:25px;height:25px;font-size:11px}.is-compact .hero-link strong{font-size:7px}.is-compact .hero-link small{margin-top:2px;font-size:5px}.is-compact .section-heading{margin-bottom:6px;font-size:5px}.is-compact .product-grid{gap:7px}.is-compact .product-card{min-height:78px;box-shadow:2px 2px 0 var(--profile-accent);border-width:1px;border-radius:14px;grid-template-columns:auto 58px 1fr;padding:8px}.is-compact .product-number{font-size:5px;top:7px;left:8px}.is-compact .product-art{height:58px}.is-compact .product-art i:first-child{border-width:1px;width:42px;height:52px;box-shadow:3px 3px}.is-compact .product-art i:last-child{border-width:1px;width:25px;height:25px}.is-compact .product-copy small,.is-compact .product-copy em{font-size:4px}.is-compact .product-copy strong{margin:4px 0 8px;font-size:9px}.is-compact .about-card{box-shadow:2px 2px 0 var(--profile-accent);border-width:1px;border-radius:16px;margin:17px 0;padding:13px}.is-compact .about-kicker{font-size:4px}.is-compact .about-card h2{margin:8px 0 7px;font-size:14px}.is-compact .about-card p{font-size:6px}.is-compact .about-card a{font-size:5px}.is-compact .blog-section{margin:17px 0}.is-compact .post-list{gap:5px}.is-compact .post-card{border-width:1px;border-radius:10px;grid-template-columns:17px 1fr auto;gap:5px;padding:7px 8px}.is-compact .post-index{font-size:5px}.is-compact .post-card small{font-size:4px}.is-compact .post-card strong{margin-top:3px;font-size:6px}.is-compact .contact-card{box-shadow:2px 2px 0 var(--profile-accent);border-width:1px;border-radius:13px;padding:10px}.is-compact .contact-card span{font-size:5px}.is-compact .contact-card strong{font-size:7px}.is-compact .profile-canvas footer{padding-top:14px;font-size:4px}.is-compact.layout-mosaico .profile-header{min-height:63px;padding-left:70px}.is-compact.layout-mosaico .profile-avatar{width:57px;height:57px}.is-compact.layout-mosaico .social-row{right:0}.is-compact.layout-mosaico .product-card{min-height:130px;padding-top:20px;display:flex}.is-compact.layout-mosaico .about-card{column-gap:10px}.is-compact.layout-impacto .profile-header h1{font-size:30px}.is-compact.layout-impacto .profile-avatar{width:50px;height:50px}.is-compact.layout-impacto .hero-link,.is-compact.layout-impacto .product-card,.is-compact.layout-impacto .about-card,.is-compact.layout-impacto .post-card,.is-compact.layout-impacto .contact-card{border-radius:2px}.is-compact.layout-impacto .product-card{grid-template-columns:auto 70px 1fr}.is-compact.layout-impacto .product-copy strong{font-size:11px}.is-compact.layout-impacto .about-card h2{font-size:19px}.admin-page{background:#f4f4ef;grid-template-columns:225px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:#181915;flex-direction:column;padding:27px 20px;display:flex}.admin-sidebar .brand-mark{background:#fff}.admin-sidebar .brand-mark i{background:#181915}.admin-sidebar>span{color:#777a70;letter-spacing:1.5px;margin:32px 8px 12px;font-size:8px;font-weight:800}.admin-sidebar nav{flex-direction:column;gap:4px;display:flex}.admin-sidebar nav a{color:#aeb0a8;cursor:pointer;border-radius:9px;padding:11px 12px;font-size:11px}.admin-sidebar nav a.active{color:#161712;background:var(--lime);font-weight:800}.admin-sidebar>div:last-child{background:#242520;border-radius:10px;flex-direction:column;gap:7px;margin-top:auto;padding:13px;display:flex}.admin-sidebar small{color:#74776d;letter-spacing:1.2px;font-size:7px}.admin-sidebar strong{font-size:10px}.admin-sidebar strong i,.all-good i,.health-row i{background:#86c91e;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.admin-main{min-width:0;padding:31px 36px}.admin-main header{justify-content:space-between;align-items:center;margin-bottom:26px;display:flex}.admin-main h1{font:750 27px var(--font-manrope);letter-spacing:-1px;margin:0}.admin-main header button{color:#fff;background:#1b1c18;border:0;border-radius:9px;padding:10px 14px;font-size:9px;font-weight:750}.admin-metrics{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.admin-metrics article{border:1px solid var(--line);background:#fff;border-radius:13px;flex-direction:column;padding:18px;display:flex}.admin-metrics span{color:#90938a;letter-spacing:1.2px;font-size:7px;font-weight:800}.admin-metrics strong{font:750 25px var(--font-manrope);letter-spacing:-1px;margin:15px 0 8px}.admin-metrics small{color:#689500;font-size:8px}.admin-grid{grid-template-columns:minmax(520px,1.7fr) minmax(260px,.8fr);gap:14px;display:grid}.admin-table,.system-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:19px}.table-heading{justify-content:space-between;align-items:flex-start;margin-bottom:17px;display:flex}.table-heading h2{font:750 14px var(--font-manrope);margin:0}.table-heading p{color:#969990;margin:4px 0 0;font-size:8px}.table-heading a{font-size:8px;font-weight:750}.table-row{border-top:1px solid #edeee8;grid-template-columns:2fr .7fr .7fr .6fr;align-items:center;min-height:52px;font-size:9px;display:grid}.table-labels{color:#969990;letter-spacing:.8px;border:0;min-height:28px;font-size:7px;font-weight:800}.table-row>span:first-child{align-items:center;gap:9px;display:flex}.table-row>span:first-child>i{background:#e8ff91;border-radius:8px;place-items:center;width:29px;height:29px;font-size:7px;font-style:normal;font-weight:800;display:grid}.table-row b{flex-direction:column;font-weight:750;display:flex}.table-row b small{color:#9da097;margin-top:2px;font-size:7px;font-weight:500}.table-row em{border-radius:5px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:750}.table-row em.ok{color:#558000;background:#eff9dc}.table-row em.review{color:#a06700;background:#fff3d7}.all-good{color:#5d870e;background:#eff9dc;border-radius:6px;padding:6px 8px;font-size:7px;font-weight:750}.health-row{border-top:1px solid #edeee8;justify-content:space-between;align-items:center;min-height:47px;font-size:9px;display:flex}.health-row span{color:#5f6259}.health-row i{width:5px;height:5px}.health-row strong{font-size:8px}.system-card>a{margin-top:14px;font-size:8px;font-weight:750;display:block}@media (width<=980px){.editor-workspace{grid-template-columns:1fr}.preview-panel{border-left:0;border-top:1px solid var(--line);height:700px;position:relative}.admin-metrics{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.admin-page{grid-template-columns:190px 1fr}.admin-main{padding:25px 20px}}@media (width<=700px){.studio-shell{display:block}.sidebar{width:260px;transition:all .25s;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:12px 0 40px #0000002e}.sidebar.open{transform:translate(0)}.close-nav{background:0 0;border:0;font-size:22px;display:block}.menu-button{background:0 0;border:0;font-size:20px;display:block}.studio-header{gap:12px;padding:0 15px}.studio-header>div:nth-child(2){flex:1}.header-actions a{display:none}.header-actions button{padding:9px;font-size:8px}.editor-panel{padding:16px 12px 40px}.layout-picker{grid-template-columns:1fr}.layout-picker>button{grid-template-rows:1fr 1fr;grid-template-columns:85px 1fr;column-gap:10px;display:grid}.layout-thumb{grid-row:1/3}.layout-picker strong{align-self:end}.visual-controls{grid-template-columns:1fr 1fr}.visual-controls label:last-child{grid-column:1/3}.preview-panel{height:640px;padding-inline:12px}.admin-page{display:block}.admin-sidebar{display:none}.admin-main{padding:22px 12px}.admin-main header button{display:none}.admin-metrics{grid-template-columns:1fr 1fr;gap:8px}.admin-grid{display:block}.system-card{margin-top:12px}.admin-table{overflow-x:auto}.table-row{min-width:560px}.layout-mosaico .profile-header{text-align:center;align-items:center;padding-top:115px;padding-left:0}.layout-mosaico .profile-avatar{left:50%;transform:translate(-50%)rotate(-3deg)}.layout-mosaico .social-row{flex-direction:row;position:static}.layout-mosaico .product-grid{grid-template-columns:1fr}.layout-mosaico .product-card:first-child{grid-row:auto}.layout-mosaico .about-card{display:block}.layout-impacto .profile-header h1{font-size:44px}.layout-impacto .product-card{grid-template-columns:auto 95px 1fr}.layout-impacto .product-copy strong{font-size:17px}}@media (width>=981px){.studio-shell:has(.editor-workspace){height:auto;min-height:100vh;overflow:visible}.studio-shell:has(.editor-workspace) .studio-main{height:auto;min-height:100vh;display:block;overflow:visible}.studio-shell:has(.editor-workspace) .studio-header{z-index:30;position:sticky;top:0}.studio-shell:has(.editor-workspace) .editor-workspace{align-items:start;height:auto;min-height:calc(100vh - 83px);overflow:visible}.studio-shell:has(.editor-workspace) .editor-panel{height:auto;overflow:visible}.studio-shell:has(.editor-workspace) .preview-panel{height:calc(100vh - 83px);position:sticky;top:83px}}.profile-page{color:#fff;font-family:Inter, var(--font-geist), sans-serif;background:#6e6e6e;padding:48px 20px}.profile-page .profile-canvas{width:min(100%,420px)}.profile-page .profile-header{color:#fff}.profile-page .profile-avatar{width:96px;height:96px;box-shadow:none;color:#fff;background:linear-gradient(145deg,#d7d7d7 0 30%,#777 30% 54%,#222 54% 100%);border:0;border-radius:50%;padding:0;overflow:hidden;transform:none}.profile-page .profile-avatar:after{content:"";opacity:.75;background:linear-gradient(160deg,#292929,#bdbdbd);border-radius:50% 50% 42% 42%;width:58px;height:72px}.profile-page .profile-avatar span{z-index:1;font:700 18px Inter,sans-serif;position:absolute;transform:none}.profile-page .profile-eyebrow{letter-spacing:1.4px;opacity:.72;margin:16px 0 6px;font-size:8px}.profile-page .profile-header h1{color:#fff;letter-spacing:-.5px;font:700 24px/1.3 Inter,sans-serif}.profile-page .profile-bio{color:#fff;max-width:300px;margin:7px 0 15px;font-size:14px;font-weight:400;line-height:1.42}.profile-page .social-row{gap:9px}.profile-page .social-row a{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff29;border:0;width:39px;height:39px;font-size:9px;font-weight:700}.profile-page .social-row a:hover{color:#111;background:#fff}.profile-page .hero-link{min-height:90px;box-shadow:none;color:#fff;background:#000;border-radius:28px;grid-template-columns:44px 1fr auto;margin:17px 0 16px;padding:16px 20px}.profile-page .hero-link:hover{box-shadow:none;transform:translateY(-2px)}.profile-page .hero-icon{color:#fff;background:#262626;border-radius:14px;width:44px;height:44px}.profile-page .hero-link strong{font-size:14px;font-weight:600}.profile-page .hero-link small{color:#d0d0d0;font-size:12px;font-weight:400;line-height:1.35}.profile-page .section-heading{color:#fff;letter-spacing:0;margin:0 0 10px;font-size:14px;font-weight:700}.profile-page .section-heading>span:last-child,.profile-page .section-heading a{color:#e5e5e5;opacity:.7;font-size:10px;font-weight:500}.profile-page .products-section{margin:0 0 16px}.profile-page .product-grid{scroll-snap-type:x mandatory;scrollbar-width:none;flex-direction:row;gap:10px;width:100%;padding:0 0 7px;display:flex;overflow-x:auto}.profile-page .product-grid::-webkit-scrollbar{display:none}.profile-page .product-card{color:#e8e8e8;width:148px;height:251px;min-height:251px;box-shadow:none;scroll-snap-align:start;background:#0b0b0b;border:0;border-radius:18px;flex-direction:column;flex:0 0 148px;align-items:stretch;gap:0;padding:0;display:flex;overflow:hidden}.profile-page .tone-lime,.profile-page .tone-dark,.profile-page .tone-cream{color:#e8e8e8;background:#0b0b0b}.profile-page .product-number{display:none}.profile-page .product-art{background:linear-gradient(145deg,#dbdbdb,#8d8d8d 45%,#323232);flex:0 0 185px;width:148px;height:185px;display:block;position:relative;overflow:hidden}.profile-page .product-card:nth-child(2) .product-art{background:linear-gradient(150deg,#171717 0 38%,#6f6f6f 38% 70%,#d4d4d4 70%)}.profile-page .product-card:nth-child(3) .product-art{background:linear-gradient(35deg,#292929,#aaa 52%,#ececec 52%)}.profile-page .product-art i:first-child{background:linear-gradient(160deg,#fffc,#202020d1);border:1px solid #ffffff80;border-radius:5px;width:100px;height:124px;position:absolute;top:28px;left:24px;transform:rotate(-4deg);box-shadow:0 18px 30px #00000047}.profile-page .product-art i:last-child{background:#0a0a0aad;border:1px solid #ffffff80;border-radius:50%;width:54px;height:54px;position:absolute;top:64px;left:48px}.profile-page .product-copy{background:#0b0b0b;flex-direction:column;justify-content:center;align-items:flex-start;min-height:66px;padding:10px 11px 9px;display:flex}.profile-page .product-copy small{display:none}.profile-page .product-copy strong{color:#e8e8e8;letter-spacing:0;text-transform:none;margin:0;font-size:12px;font-weight:700;line-height:1.35}.profile-page .product-copy em{color:#a9a9a9;text-transform:uppercase;letter-spacing:.5px;border:0;margin-top:4px;padding:0;font-size:8px;font-weight:500}.profile-page .about-card{color:#eee;box-shadow:none;background:#232323;border:0;border-radius:28px;margin:16px 0;padding:22px}.profile-page .about-kicker{color:#bcbcbc;letter-spacing:.8px;font-size:9px;font-weight:600}.profile-page .about-card h2{color:#fff;letter-spacing:-.5px;text-transform:none;margin:12px 0 9px;font-size:21px;font-weight:650;line-height:1.2}.profile-page .about-card p{color:#c9c9c9;font-size:12px;line-height:1.55}.profile-page .about-card a{color:#fff;border-color:#777;margin-top:8px;font-size:10px;font-weight:600}.profile-page .blog-section{margin:16px 0}.profile-page .post-list{gap:9px}.profile-page .post-card{color:#fff;min-height:82px;box-shadow:none;background:#151515;border:0;border-radius:24px;padding:13px 15px}.profile-page .post-index{color:#888}.profile-page .post-card small{color:#aaa;letter-spacing:.4px;font-size:8px}.profile-page .post-card strong{color:#eee;margin-top:6px;font-size:12px;font-weight:600;line-height:1.35}.profile-page .contact-card{color:#111;min-height:105px;box-shadow:none;background:#dedede;border:0;border-radius:28px;padding:20px}.profile-page .contact-card span{color:#555;font-size:10px}.profile-page .contact-card strong{font-size:14px}.profile-page .profile-canvas footer{color:#fff;opacity:.58;font-size:8px}.profile-page.layout-mosaico .profile-canvas{width:min(100%,420px)}.profile-page.layout-mosaico .profile-header{text-align:center;align-items:center;min-height:0;padding:0}.profile-page.layout-mosaico .profile-avatar{position:relative;inset:auto}.profile-page.layout-mosaico .profile-eyebrow{margin:16px 0 6px}.profile-page.layout-mosaico .profile-bio{margin:7px 0 15px}.profile-page.layout-mosaico .social-row{flex-direction:row;position:static}.profile-page.layout-mosaico .product-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid;overflow:visible}.profile-page.layout-mosaico .product-card{width:100%;min-width:0;height:244px;min-height:244px;padding:0;display:flex}.profile-page.layout-mosaico .product-card:first-child{grid-row:auto}.profile-page.layout-mosaico .product-art{flex-basis:176px;width:100%;height:176px}.profile-page.layout-mosaico .product-copy{width:100%;margin:0}.profile-page.layout-mosaico .about-card{display:block}.profile-page.layout-impacto .profile-canvas{width:min(100%,420px)}.profile-page.layout-impacto .profile-header h1{color:#fff;text-transform:none;max-width:none;font:700 24px/1.3 Inter,sans-serif}.profile-page.layout-impacto .profile-avatar{width:96px;height:96px;box-shadow:none}.profile-page.layout-impacto .hero-link{box-shadow:none;border-radius:28px}.profile-page.layout-impacto .product-grid{flex-direction:column;display:flex;overflow:visible}.profile-page.layout-impacto .product-card{width:100%;height:150px;min-height:150px;box-shadow:none;border-radius:28px;flex-basis:auto;grid-template-columns:135px 1fr;display:grid}.profile-page.layout-impacto .product-art{width:135px;height:150px}.profile-page.layout-impacto .product-copy{justify-content:center;height:150px;padding:18px}.profile-page.layout-impacto .product-copy strong{text-transform:none;font-size:15px}.profile-page.layout-impacto .about-card,.profile-page.layout-impacto .post-card,.profile-page.layout-impacto .contact-card{box-shadow:none;border-radius:28px}.profile-page.layout-impacto .about-card h2{text-transform:none;font-size:21px}.layout-thumb{background:#747474}.layout-thumb i{background:#0c0c0c;border-radius:7px}.layout-thumb i:first-child{background:#dedede;border-radius:50%}.swatch-lime{background:#6e6e6e}.is-compact.profile-page{padding:25px 10px 30px}.is-compact.profile-page .profile-avatar{width:56px;height:56px}.is-compact.profile-page .profile-avatar:after{width:34px;height:42px}.is-compact.profile-page .profile-avatar span{font-size:10px}.is-compact.profile-page .profile-eyebrow{margin:9px 0 3px;font-size:4px}.is-compact.profile-page .profile-header h1{font-size:14px}.is-compact.profile-page .profile-bio{max-width:190px;margin:4px 0 8px;font-size:7px}.is-compact.profile-page .social-row{gap:4px}.is-compact.profile-page .social-row a{width:21px;height:21px;font-size:5px}.is-compact.profile-page .hero-link{border-radius:15px;grid-template-columns:25px 1fr auto;min-height:50px;margin:10px 0;padding:8px 10px}.is-compact.profile-page .hero-icon{border-radius:8px;width:25px;height:25px}.is-compact.profile-page .hero-link strong{font-size:7px}.is-compact.profile-page .hero-link small{font-size:5px}.is-compact.profile-page .section-heading{margin-bottom:6px;font-size:7px}.is-compact.profile-page .section-heading>span:last-child,.is-compact.profile-page .section-heading a{font-size:5px}.is-compact.profile-page .product-card{border-radius:10px;flex-basis:80px;width:80px;height:136px;min-height:136px}.is-compact.profile-page .product-art{flex-basis:101px;width:80px;height:101px}.is-compact.profile-page .product-art i:first-child{width:54px;height:68px;top:15px;left:13px}.is-compact.profile-page .product-art i:last-child{width:29px;height:29px;top:35px;left:26px}.is-compact.profile-page .product-copy{min-height:35px;padding:5px 6px}.is-compact.profile-page .product-copy strong{font-size:6px}.is-compact.profile-page .product-copy em{margin-top:2px;font-size:4px}.is-compact.profile-page .about-card{border-radius:15px;margin:10px 0;padding:12px}.is-compact.profile-page .about-kicker{font-size:4px}.is-compact.profile-page .about-card h2{margin:6px 0 5px;font-size:11px}.is-compact.profile-page .about-card p{font-size:6px}.is-compact.profile-page .about-card a{font-size:5px}.is-compact.profile-page .blog-section{margin:10px 0}.is-compact.profile-page .post-card{border-radius:13px;min-height:44px;padding:7px 8px}.is-compact.profile-page .post-card small{font-size:4px}.is-compact.profile-page .post-card strong{margin-top:3px;font-size:6px}.is-compact.profile-page .contact-card{border-radius:15px;min-height:58px;padding:10px}.is-compact.profile-page .contact-card span{font-size:5px}.is-compact.profile-page .contact-card strong{font-size:7px}.is-compact.profile-page .profile-canvas footer{font-size:4px}.is-compact.profile-page.layout-mosaico .profile-header{min-height:0;padding:0}.is-compact.profile-page.layout-mosaico .profile-avatar{width:56px;height:56px}.is-compact.profile-page.layout-mosaico .social-row{position:static}.is-compact.profile-page.layout-mosaico .product-card{height:132px;min-height:132px;padding:0}.is-compact.profile-page.layout-mosaico .product-art{flex-basis:97px;height:97px}.is-compact.profile-page.layout-mosaico .about-card{display:block}.is-compact.profile-page.layout-impacto .profile-header h1{font-size:14px}.is-compact.profile-page.layout-impacto .profile-avatar{width:56px;height:56px}.is-compact.profile-page.layout-impacto .product-card{border-radius:15px;grid-template-columns:72px 1fr;width:100%;height:80px;min-height:80px;display:grid}.is-compact.profile-page.layout-impacto .product-art{width:72px;height:80px}.is-compact.profile-page.layout-impacto .product-copy{height:80px;padding:9px}.is-compact.profile-page.layout-impacto .product-copy strong{font-size:8px}.is-compact.profile-page.layout-impacto .about-card,.is-compact.profile-page.layout-impacto .post-card,.is-compact.profile-page.layout-impacto .contact-card{border-radius:15px}@media (width<=700px){.profile-page.layout-mosaico .profile-header{padding:0}.profile-page.layout-mosaico .profile-avatar{left:auto;transform:none}.profile-page.layout-mosaico .product-grid{grid-template-columns:1fr 1fr}.profile-page.layout-impacto .product-card{grid-template-columns:120px 1fr}.profile-page.layout-impacto .product-art{width:120px}}.reference-profile{color:#fff;min-height:100vh;font-family:Inter,var(--font-geist),system-ui,sans-serif;background:#6e6e6e;padding:48px 20px}.reference-inner{width:100%;max-width:420px;margin:0 auto}.ref-section-group{display:contents}.ref-block{width:100%;margin-bottom:16px}.ref-bio{text-align:center;flex-direction:column;align-items:center;gap:12px;min-height:192px;display:flex}.ref-avatar{object-fit:cover;object-position:center 30%;border-radius:50%;flex:0 0 96px;width:96px;height:96px;box-shadow:0 8px 32px #78787840}.ref-bio>div{padding:8px 8px 0}.ref-bio h1{color:#fff;letter-spacing:-.6px;margin:0;font-size:24px;font-weight:700;line-height:32px}.ref-bio p{color:#fff;margin:4px 0 0;font-size:14px;font-weight:400;line-height:20px}.ref-socials{flex-wrap:wrap;justify-content:center;gap:12px;min-height:64px;padding:8px 0;display:flex}.ref-socials a{color:#ebebeb;background:#b5b5b5;border:1.5px solid #ffffff1a;border-radius:16px;place-items:center;width:48px;height:48px;transition:transform .18s,background .18s;display:grid}.ref-socials a:hover{background:#aaa;transform:translateY(-2px)}.ref-socials svg{stroke-width:2px;width:24px;height:24px}.ref-about-text{color:#111;background:#fff;border-radius:24px;width:100%;min-height:220px;padding:30px 26px;overflow:hidden}.ref-about-text h2{letter-spacing:.08em;margin:0 0 20px;font-size:13px}.ref-about-text p{overflow-wrap:anywhere;margin:0;font-size:15px;line-height:1.72}.ref-about-content p+p{margin-top:1em}.is-compact .ref-about-text{border-radius:19px;min-height:150px;padding:21px 18px}.is-compact .ref-about-text h2{margin-bottom:12px;font-size:9px}.is-compact .ref-about-text p{font-size:10px;line-height:1.6}.ref-quiz{color:#fff;background:#000;border:2px solid #000;border-radius:28px;align-items:center;gap:16px;width:calc(100% + 10px);min-height:92px;margin-left:-5px;padding:16px 20px;display:flex;box-shadow:0 4px 24px #00000040}.ref-quiz-icon{background:#fff3;border-radius:12px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.ref-quiz>span:nth-child(2){flex:1;min-width:0}.ref-quiz strong,.ref-quiz small{display:block}.ref-quiz strong{font-size:14px;font-weight:600;line-height:18px}.ref-quiz small{color:#fff;opacity:.8;margin-top:2px;font-size:12px;font-weight:600;line-height:17px}.ref-quiz>i{background:#fff3;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-style:normal;display:grid}.ref-products h2,.ref-gallery h2{color:#fff;letter-spacing:1.4px;text-transform:uppercase;align-items:center;gap:8px;height:20px;margin:0 0 12px;font-size:14px;font-weight:700;line-height:20px;display:flex}.ref-products h2 svg,.ref-gallery h2 svg{color:#787878}.ref-product-scroll{scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:none;cursor:grab;touch-action:auto;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:touch;gap:12px;width:100%;max-width:100%;height:259px;padding-bottom:8px;display:flex;overflow:auto hidden}.ref-product-scroll.is-dragging,.ref-gallery-scroll.is-dragging{cursor:grabbing;scroll-snap-type:none}.ref-product-scroll:focus-visible,.ref-gallery-scroll:focus-visible{outline-offset:3px;outline:2px solid #ffffffbf}.ref-product-scroll::-webkit-scrollbar{display:none}.ref-gallery-scroll::-webkit-scrollbar{display:none}.ref-product{text-align:left;scroll-snap-align:start;flex-direction:column;flex:0 0 148px;width:148px;height:251px;display:flex}.ref-product>img{object-fit:cover;border-radius:12px;flex:0 0 185px;width:148px;height:185px;display:block}.ref-product-meta{flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:66px;padding-top:8px;display:flex}.ref-product-meta strong{-webkit-line-clamp:2;color:#e8e8e8;-webkit-box-orient:vertical;width:100%;height:33px;font-size:12px;font-weight:700;line-height:16.2px;display:-webkit-box;overflow:hidden}.ref-product-meta small{color:#787878;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#000;border-radius:100px;padding:5px 11px;font-size:10px;font-weight:700;line-height:12px}.ref-products-product .ref-product-scroll{height:402px}.ref-products-product.ref-products{height:434px}.ref-products-product .ref-product{background:#fff;border-radius:12px;height:261px;overflow:hidden}.ref-products-product .ref-product>img{border-radius:12px 12px 0 0}.ref-products-product .ref-product-meta{background:#fff;justify-content:flex-start;gap:8px;height:76px;padding:8px 9px 9px}.ref-products-product .ref-product-meta strong{color:#111}.ref-products-product .ref-product-meta{border-radius:0 0 12px 12px;flex:none;height:auto;min-height:0;padding-bottom:10px;overflow:visible}.ref-products-product .ref-product-meta em{color:#555;font-size:10px;font-style:normal;line-height:14px}.ref-products-product .ref-product{background:0 0;height:max-content;min-height:0;overflow:visible}.ref-products-product .ref-product-meta small{color:#fff;background:#111;margin-top:4px}@media (pointer:coarse){.ref-product-scroll{cursor:auto;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;overscroll-behavior-x:auto}.ref-product{touch-action:pan-x pan-y}.ref-product-scroll.is-dragging{scroll-snap-type:x mandatory}}.ref-link-card{color:#e8e8e8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000;border:1.5px solid #ffffff1a;border-radius:28px;align-items:center;gap:16px;height:91px;padding:16px;transition:transform .18s;display:flex;box-shadow:0 8px 24px #00000036}.ref-link-card:hover{transform:scale(1.02)}.ref-link-card.ref-link-soft{color:#ebebeb;background:#232323;box-shadow:0 8px 24px #23232336}.ref-link-card>img{object-fit:cover;border-radius:12px;flex:0 0 56px;width:56px;height:56px}.ref-link-card>span{flex:1;min-width:0}.ref-link-card strong,.ref-link-card small{display:block}.ref-link-card strong{font-size:14px;font-weight:700;line-height:18px}.ref-link-card small{color:currentColor;opacity:.8;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;line-height:16px;overflow:hidden}.ref-link-card>svg{opacity:.7;flex:0 0 16px;width:16px}.ref-podcast{background:#a8a8a8;border:1.5px solid #0000;border-radius:24px;height:251px;position:relative;overflow:hidden;box-shadow:0 8px 32px #a8a8a84f}.ref-podcast>img{object-fit:cover;filter:grayscale()brightness(.72);width:100%;height:100%;position:absolute;inset:0}.ref-podcast:after{content:"";background:linear-gradient(#0000001f,#000000ad);position:absolute;inset:0}.ref-podcast-top{z-index:1;color:#fff;flex-direction:column;justify-content:flex-start;height:96px;padding:20px;display:flex;position:relative}.ref-podcast-top span{opacity:.85;align-items:center;gap:6px;font-size:11px;display:flex}.ref-podcast-top strong{letter-spacing:-.5px;margin-top:6px;font-size:20px}.ref-player{z-index:2;color:#171717;background:#ffffffed;border-radius:16px;align-items:center;gap:11px;height:92px;padding:12px;display:flex;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 10px 28px #00000038}.ref-cover{color:#fff;background:#191919;border-radius:9px;flex:0 0 58px;place-items:center;width:58px;height:58px;font-weight:800;display:grid}.ref-player>span:nth-child(2){flex:1;min-width:0}.ref-player small,.ref-player strong{display:block}.ref-player small{color:#858585;letter-spacing:.7px;font-size:8px;font-weight:700}.ref-player strong{margin-top:4px;font-size:11px;line-height:14px}.ref-player button{color:#fff;background:#171717;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.ref-whatsapp{color:#fff;background:linear-gradient(135deg,#173b2c,#245d43);border:1px solid #ffffff29;border-radius:28px;height:163px;display:block;position:relative;overflow:hidden;box-shadow:0 12px 30px #143b2b47}.ref-whatsapp.support{color:#173b2c;background:linear-gradient(135deg,#e9f3e9,#bcd6c4);box-shadow:0 12px 30px #7a998440}.ref-wa-art{position:absolute;inset:0;overflow:hidden}.ref-wa-art i{border:1px solid #ffffff29;border-radius:50%;position:absolute}.ref-wa-art i:first-child{width:210px;height:210px;top:-65px;right:-72px}.ref-wa-art i:nth-child(2){width:150px;height:150px;top:6px;right:-22px}.ref-wa-art>span{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff21;border:1px solid #ffffff3d;border-radius:28px;place-items:center;width:86px;height:86px;display:grid;position:absolute;top:32px;right:29px;transform:rotate(7deg)}.ref-wa-art>span svg{color:#fff;stroke-width:1.6px;width:40px;height:40px;position:static}.ref-whatsapp.support .ref-wa-art>span{background:#ffffff6b;border-color:#ffffff8c}.ref-whatsapp.support .ref-wa-art>span svg{color:#245d43}.ref-wa-copy{z-index:1;flex-direction:column;align-items:flex-start;height:100%;padding:18px 20px;display:flex;position:relative}.ref-wa-copy small{background:#ffffff24;border-radius:100px;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:700;line-height:11px;display:flex}.ref-whatsapp.support .ref-wa-copy small{background:#ffffff75}.ref-wa-copy strong{letter-spacing:.1px;max-width:220px;margin-top:9px;font-size:14px;line-height:17px}.ref-wa-copy em{opacity:.65;margin-top:3px;font-size:8px;font-style:normal}.ref-wa-copy b{color:#173b2c;text-transform:uppercase;letter-spacing:.5px;background:#fff;border-radius:100px;align-items:center;gap:5px;margin-top:auto;padding:5px 9px;font-size:8px;line-height:10px;display:flex}.ref-whatsapp.support .ref-wa-copy b{color:#fff;background:#173b2c}.ref-gallery{height:302px}.ref-gallery-scroll{scroll-snap-type:x proximity;scrollbar-width:none;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;border:1px solid #ffffff1a;border-radius:28px;gap:8px;width:100%;height:270px;display:flex;overflow-x:auto}.ref-gallery-scroll a{scroll-snap-align:start;flex:0 0 202px;width:202px;height:268px;overflow:hidden}.ref-gallery-scroll img{object-fit:cover;filter:saturate(.82);width:100%;height:100%;display:block}.ref-gallery-scroll a:first-child img{object-position:center 28%}.ref-footer{text-align:center;flex-direction:column;align-items:center;min-height:40px;margin:40px 0 32px;display:flex}.ref-footer>a{color:inherit;align-items:center;gap:7px;text-decoration:none;display:inline-flex}.ref-footer>a img{object-fit:cover;border-radius:7px;width:22px;height:22px}.ref-footer strong{font-size:13px;font-weight:600}.ref-footer small{letter-spacing:.4px;opacity:.3;margin-top:4px;font-size:8px}.ref-layout-mosaico.reference-profile{color:#211f1b;font-family:var(--font-manrope),Inter,sans-serif;background:#c9bba5}.ref-layout-mosaico .ref-bio h1,.ref-layout-mosaico .ref-bio p,.ref-layout-mosaico .ref-products h2,.ref-layout-mosaico .ref-gallery h2{color:#211f1b}.ref-layout-mosaico .ref-socials a{color:#211f1b;background:#211f1b24;border-color:#211f1b1f}.ref-layout-mosaico .ref-quiz{background:#2a2721;border-color:#2a2721;box-shadow:0 8px 22px #2a272133}.ref-layout-mosaico .ref-products-article .ref-product-meta strong{color:#211f1b}.ref-layout-mosaico .ref-products-article .ref-product-meta small{color:#211f1b;background:#f4ecdf}.ref-layout-mosaico .ref-link-card{color:#211f1b;background:#f4ecdf;box-shadow:0 8px 24px #564b391f}.ref-layout-mosaico .ref-link-card.ref-link-soft{color:#fff;background:#342f28}.ref-layout-mosaico .ref-whatsapp{background:linear-gradient(135deg,#342f28,#5b5042);box-shadow:0 12px 30px #4a3e2f38}.ref-layout-mosaico .ref-whatsapp.support{color:#342f28;background:linear-gradient(135deg,#f4ecdf,#d9cbb8)}.ref-layout-mosaico .ref-whatsapp.support .ref-wa-art>span svg{color:#342f28}.ref-layout-mosaico .ref-whatsapp.support .ref-wa-copy b{background:#342f28}.ref-layout-mosaico .ref-footer{color:#211f1b}.ref-layout-impacto.reference-profile{color:#f5f0df;font-family:var(--font-space-grotesk),Arial,sans-serif;background:#173c33}.ref-layout-impacto .ref-socials a{color:#f5f0df;background:#f5f0df24}.ref-layout-impacto .ref-quiz{color:#173c33;background:#f5f0df;border-color:#f5f0df}.ref-layout-impacto .ref-quiz-icon,.ref-layout-impacto .ref-quiz>i{background:#173c331f}.ref-layout-impacto .ref-quiz small{color:#173c33}.ref-layout-impacto .ref-link-card{color:#173c33;background:#f5f0df}.ref-layout-impacto .ref-link-card.ref-link-soft{color:#fff;background:#0f2b24}.ref-layout-impacto .ref-products-article .ref-product-meta small{color:#173c33;background:#f5f0df}.ref-layout-atelier.reference-profile{color:#3e294d;font-family:var(--font-playfair),Georgia,serif;background:#d8cee8}.ref-layout-atelier .ref-bio h1,.ref-layout-atelier .ref-bio p,.ref-layout-atelier .ref-products h2,.ref-layout-atelier .ref-gallery h2{color:#3e294d}.ref-layout-atelier .ref-bio h1{font-size:27px;font-weight:700}.ref-layout-atelier .ref-bio p,.ref-layout-atelier .ref-product-meta,.ref-layout-atelier .ref-link-card small,.ref-layout-atelier .ref-wa-copy{font-family:var(--font-geist),Inter,sans-serif}.ref-layout-atelier .ref-socials a{color:#fff8ed;background:#3e294d;border-color:#3e294d}.ref-layout-atelier .ref-quiz{background:#3e294d;border-color:#3e294d;box-shadow:0 9px 24px #3e294d3b}.ref-layout-atelier .ref-quiz strong{font-size:16px;font-family:var(--font-playfair)}.ref-layout-atelier .ref-products-article .ref-product-meta strong{color:#3e294d;font-family:var(--font-playfair);font-size:13px}.ref-layout-atelier .ref-products-article .ref-product-meta small{color:#3e294d;background:#fff8ed}.ref-layout-atelier .ref-link-card{color:#3e294d;background:#fff8ed;box-shadow:0 8px 24px #3e294d1f}.ref-layout-atelier .ref-link-card.ref-link-soft{color:#fff;background:#3e294d}.ref-layout-atelier .ref-whatsapp{background:linear-gradient(135deg,#3e294d,#694b7a);box-shadow:0 12px 30px #3e294d3d}.ref-layout-atelier .ref-whatsapp.support{color:#3e294d;background:linear-gradient(135deg,#fff8ed,#e8dcef)}.ref-layout-atelier .ref-whatsapp.support .ref-wa-art>span svg{color:#3e294d}.ref-layout-atelier .ref-whatsapp.support .ref-wa-copy b{background:#3e294d}.ref-layout-atelier .ref-products-product .ref-product,.ref-layout-atelier .ref-products-product .ref-product-meta{background:#fff8ed}.ref-layout-atelier .ref-products-product .ref-product-meta strong{color:#3e294d;font-family:var(--font-playfair);font-size:13px}.ref-layout-atelier .ref-products-product .ref-product-meta small{background:#3e294d}.ref-layout-atelier .ref-footer{color:#3e294d}.ref-layout-sereno.reference-profile{color:#183344;font-family:var(--font-geist),Inter,sans-serif;background:#afc2ce}.ref-layout-sereno .ref-bio h1,.ref-layout-sereno .ref-bio p,.ref-layout-sereno .ref-products h2{color:#183344}.ref-layout-sereno .ref-socials a{color:#f7f2e8;background:#183344;border-color:#183344}.ref-layout-sereno .ref-quiz{color:#f7f2e8;background:#183344;border-color:#183344;box-shadow:0 9px 24px #18334438}.ref-layout-sereno .ref-link-card{color:#183344;background:#f7f2e8}.ref-layout-sereno .ref-link-card.ref-link-soft{color:#fff;background:#6e8796}.ref-layout-sereno .ref-products-article .ref-product-meta small{color:#fff;background:#183344}.ref-layout-sereno .ref-whatsapp{background:linear-gradient(135deg,#183344,#456879)}.ref-layout-sereno .ref-whatsapp.support{color:#183344;background:linear-gradient(135deg,#f7f2e8,#dbe4e7)}.ref-layout-sereno .ref-whatsapp.support .ref-wa-copy b{background:#183344}.ref-layout-sereno .ref-footer{color:#183344}.ref-layout-solar.reference-profile{color:#4a1f23;font-family:Georgia,var(--font-playfair),serif;background:#c96f4a}.ref-layout-solar .ref-bio h1,.ref-layout-solar .ref-bio p,.ref-layout-solar .ref-products h2{color:#4a1f23}.ref-layout-solar .ref-bio p,.ref-layout-solar .ref-product-meta,.ref-layout-solar .ref-wa-copy{font-family:var(--font-geist),Inter,sans-serif}.ref-layout-solar .ref-socials a{color:#fff1da;background:#4a1f23;border-color:#4a1f23}.ref-layout-solar .ref-quiz{color:#4a1f23;background:#fff1da;border-color:#fff1da;box-shadow:0 9px 24px #4a1f2333}.ref-layout-solar .ref-quiz small{color:#4a1f23}.ref-layout-solar .ref-link-card{color:#4a1f23;background:#fff1da}.ref-layout-solar .ref-link-card.ref-link-soft,.ref-layout-solar .ref-products-article .ref-product-meta small{color:#fff;background:#4a1f23}.ref-layout-solar .ref-whatsapp{background:linear-gradient(135deg,#4a1f23,#873c35)}.ref-layout-solar .ref-whatsapp.support{color:#4a1f23;background:linear-gradient(135deg,#fff1da,#edc6a6)}.ref-layout-solar .ref-whatsapp.support .ref-wa-copy b{background:#4a1f23}.ref-layout-solar .ref-products-product .ref-product,.ref-layout-solar .ref-products-product .ref-product-meta{background:#fff1da}.ref-layout-solar .ref-products-product .ref-product-meta strong{color:#4a1f23}.ref-layout-solar .ref-products-product .ref-product-meta small{background:#4a1f23}.ref-layout-solar .ref-footer{color:#4a1f23}.reference-profile.is-compact{padding:28px 10px}.is-compact .reference-inner{max-width:420px}.is-compact .ref-bio{min-height:148px}.is-compact .ref-avatar{flex-basis:72px;width:72px;height:72px}.is-compact .ref-bio h1{font-size:18px;line-height:23px}.is-compact .ref-bio p{font-size:9px;line-height:13px}.is-compact .ref-socials{gap:8px;min-height:52px}.is-compact .ref-socials a{border-radius:12px;width:36px;height:36px}.is-compact .ref-socials svg{width:18px}.is-compact .ref-quiz{border-radius:20px;gap:9px;min-height:72px;padding:11px 13px}.is-compact .ref-quiz-icon{flex-basis:32px;width:32px;height:32px}.is-compact .ref-quiz strong{font-size:9px;line-height:12px}.is-compact .ref-quiz small{font-size:7px;line-height:10px}.is-compact .ref-products h2,.is-compact .ref-gallery h2{font-size:9px}.is-compact .ref-link-card{border-radius:20px;gap:10px;height:76px;padding:11px}.is-compact .ref-link-card>img{flex-basis:48px;width:48px;height:48px}.is-compact .ref-link-card strong{font-size:9px}.is-compact .ref-link-card small{font-size:7px}.is-compact .ref-podcast{height:210px}.is-compact .ref-player{bottom:12px;left:12px;right:12px}.is-compact .ref-whatsapp{border-radius:20px;height:135px}.is-compact .ref-wa-copy{padding:15px}.is-compact .ref-wa-copy strong{max-width:150px;font-size:11px;line-height:14px}.is-compact .ref-gallery{height:252px}.is-compact .ref-gallery-scroll{border-radius:20px;height:220px}.is-compact .ref-gallery-scroll a{width:166px;height:218px}.is-compact .ref-products-product .ref-product-meta{gap:4px}@media (width<=480px){.reference-profile:not(.is-compact){padding:32px 16px}.reference-profile:not(.is-compact) .ref-quiz{width:100%;margin-left:0}.reference-profile:not(.is-compact) .ref-gallery-scroll a{width:185px}}.public-blog,.public-article{--blog-bg:#6e6e6e;--blog-ink:#fff;--blog-surface:#151515;--blog-surface-ink:#f1f1f1;background:var(--blog-bg);min-height:100vh;color:var(--blog-ink);font-family:Inter,var(--font-geist),sans-serif;padding:clamp(28px,5vw,72px)}.blog-theme-mosaico{--blog-bg:#c9bba5;--blog-ink:#211f1b;--blog-surface:#f4ecdf;--blog-surface-ink:#211f1b;font-family:var(--font-manrope),sans-serif}.blog-theme-impacto{--blog-bg:#173c33;--blog-ink:#f5f0df;--blog-surface:#f5f0df;--blog-surface-ink:#173c33;font-family:var(--font-space-grotesk),sans-serif}.blog-theme-atelier{--blog-bg:#d8cee8;--blog-ink:#3e294d;--blog-surface:#fff8ed;--blog-surface-ink:#3e294d;font-family:var(--font-playfair),Georgia,serif}.blog-theme-sereno{--blog-bg:#afc2ce;--blog-ink:#183344;--blog-surface:#f7f2e8;--blog-surface-ink:#183344;font-family:var(--font-geist),sans-serif}.blog-theme-solar{--blog-bg:#c96f4a;--blog-ink:#4a1f23;--blog-surface:#fff1da;--blog-surface-ink:#4a1f23;font-family:Georgia,var(--font-playfair),serif}.public-blog>header,.public-blog-grid,.public-article>nav,.public-article>article{width:min(1040px,100%);margin-inline:auto}.public-blog>header>a,.public-article nav a{color:inherit;font-size:14px;font-weight:700;text-decoration:none}.public-blog>header>span{letter-spacing:.18em;margin-top:70px;font-size:12px;font-weight:800;display:block}.public-blog>header h1{margin:14px 0;font-size:clamp(44px,8vw,84px);line-height:.95}.public-blog>header p{max-width:650px;font-size:18px;line-height:1.6}.public-blog-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;margin-top:50px;display:grid}.public-blog-grid article{background:var(--blog-surface);color:var(--blog-surface-ink);border:1px solid var(--blog-surface-ink)}@supports (color:color-mix(in lab, red, red)){.public-blog-grid article{border:1px solid color-mix(in srgb,var(--blog-surface-ink) 15%,transparent)}}.public-blog-grid article{border-radius:22px;flex-direction:column;padding:18px;display:flex}.public-blog-grid article img{aspect-ratio:16/9;object-fit:cover;border-radius:14px;width:100%;margin-bottom:20px}.public-blog-grid time,.public-article time{text-transform:uppercase;letter-spacing:.1em;opacity:.65;font-size:12px}.public-blog-grid h2{margin:12px 0;font-size:25px;line-height:1.12}.public-blog-grid h2 a{color:inherit;text-decoration:none}.public-blog-grid article p{opacity:.72;line-height:1.55}.blog-read{color:inherit;margin-top:auto;padding-top:20px;font-weight:800;text-decoration:none}.public-blog-empty{background:var(--blog-surface);color:var(--blog-surface-ink);text-align:center;border-radius:22px;grid-column:1/-1;padding:60px}.public-article>nav{margin-bottom:60px}.public-article>article{max-width:780px}.public-article article>header h1{letter-spacing:-.04em;margin:16px 0;font-size:clamp(42px,7vw,72px);line-height:1.02}.public-article article>header p{opacity:.72;font-size:21px;line-height:1.55}.article-cover{object-fit:cover;border-radius:24px;width:100%;max-height:500px;margin:32px 0}.article-body{background:var(--blog-surface);color:var(--blog-surface-ink);font-family:var(--font-geist),sans-serif;border-radius:24px;padding:clamp(24px,6vw,64px);font-size:18px;line-height:1.78}.article-body h2{margin:48px 0 16px;font-size:32px;line-height:1.2}.article-body h3{margin:34px 0 12px;font-size:24px}.article-body li{margin:8px 0}.article-body>:first-child{margin-top:0}.article-body>:last-child{margin-bottom:0}.article-body h1{margin:46px 0 16px;font-size:36px;line-height:1.15}.article-body p{margin:0 0 22px}.article-body strong{font-weight:800}.article-body em{font-style:italic}.article-body a{text-underline-offset:3px;font-weight:700;text-decoration:underline}.article-body blockquote{opacity:.78;border-left:4px solid;margin:28px 0;padding:5px 0 5px 20px}.article-body ul,.article-body ol{margin:0 0 24px;padding-left:25px}.article-body table{border-collapse:collapse;width:100%;margin:28px 0;font-size:15px}.article-body th,.article-body td{border:1px solid;padding:10px}@supports (color:color-mix(in lab, red, red)){.article-body th,.article-body td{border:1px solid color-mix(in srgb,currentColor 25%,transparent)}}.article-body th,.article-body td{text-align:left}.article-body code{background:currentColor;border-radius:5px;padding:2px 5px}@supports (color:color-mix(in lab, red, red)){.article-body code{background:color-mix(in srgb,currentColor 10%,transparent)}}.article-body code{font-size:.9em}.article-body pre{color:#f4f4f4;background:#111;border-radius:12px;padding:18px;overflow:auto}.article-body pre code{background:0 0;padding:0}.lead-assistant{z-index:30;font-family:var(--font-geist),sans-serif;position:fixed;bottom:22px;right:22px}.reference-profile.is-compact .lead-assistant{position:absolute;bottom:12px;right:12px}.lead-launcher{background:var(--ref-ink);width:58px;height:58px;color:var(--ref-paper);cursor:pointer;border:0;border-radius:50%;place-items:center;margin-left:auto;display:grid;box-shadow:0 12px 34px #00000040}.lead-launcher svg{width:25px}.is-compact .lead-launcher{width:40px;height:40px}.is-compact .lead-launcher svg{width:18px}.lead-chat{color:#171815;background:#fff;border:1px solid #0000001a;border-radius:22px;width:min(360px,100vw - 28px);margin-bottom:12px;overflow:hidden;box-shadow:0 18px 60px #00000047}.lead-chat header{background:var(--ref-ink);color:var(--ref-paper);align-items:center;gap:10px;padding:14px 16px;display:flex}.lead-chat header>span{background:#ffffff1f;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.lead-chat header div{flex-direction:column;flex:1;display:flex}.lead-chat header small{opacity:.65;font-size:11px}.lead-chat header button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:24px}.lead-chat-body{padding:18px}.lead-chat-body>em{color:#606258;margin-bottom:10px;font-size:13px;font-style:normal;line-height:1.5;display:block}.lead-chat-body>p{margin:0 0 14px;font-size:16px;font-weight:750;line-height:1.35}.lead-chat-body>div{gap:8px;display:grid}.lead-chat-body button,.lead-result a{color:#191a17;text-align:left;min-height:42px;font:inherit;cursor:pointer;background:#f7f7f3;border:1px solid #ddd;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700;text-decoration:none}.lead-result a{color:#fff;background:#191a17;justify-content:space-between;align-items:center;display:flex}.lead-result button{text-align:center;background:0 0;font-size:11px}.lead-disclaimer{color:#8b8d84;margin-top:14px;font-size:9px;line-height:1.4;display:block}.is-compact .lead-chat{border-radius:16px;width:245px}.is-compact .lead-chat header{padding:9px}.is-compact .lead-chat header>span{width:25px;height:25px}.is-compact .lead-chat header strong{font-size:10px}.is-compact .lead-chat header small{font-size:7px}.is-compact .lead-chat-body{padding:11px}.is-compact .lead-chat-body>em{font-size:8px}.is-compact .lead-chat-body>p{margin-bottom:8px;font-size:10px}.is-compact .lead-chat-body button,.is-compact .lead-result a{border-radius:8px;min-height:29px;padding:6px 8px;font-size:8px}.is-compact .lead-disclaimer{margin-top:8px;font-size:6px}.lead-editor{gap:12px;display:grid}.lead-editor>label:not(.lead-editor-switch){color:#777b72;gap:6px;font-size:10px;font-weight:750;display:grid}.lead-editor>label:not(.lead-editor-switch) input{color:#242620;background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;width:100%;height:42px;padding:0 12px;font-size:12px}.lead-editor input:disabled{opacity:.55}.lead-editor-switch{border:1px solid #e0e2da;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.lead-editor-switch div{flex-direction:column;gap:3px;display:flex}.lead-editor-switch strong{font-size:12px}.lead-editor-switch small,.lead-editor-note{color:#858980;font-size:10px;line-height:1.45}.lead-editor-switch input{accent-color:#161713;width:18px;height:18px}.lead-response-heading{border-top:1px solid #e4e5df;flex-direction:column;gap:3px;margin-top:5px;padding-top:15px;display:flex}.lead-response-heading strong{font-size:12px}.lead-response-heading small{color:#858980;font-size:10px;line-height:1.45}.lead-response-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.lead-response-grid label{color:#777b72;gap:6px;font-size:10px;font-weight:750;display:grid}.lead-response-grid input{color:#242620;background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;width:100%;height:42px;padding:0 12px;font-size:12px}@media (width<=620px){.lead-response-grid{grid-template-columns:1fr}}.lead-flow-heading{border-top:1px solid #e4e5df;flex-direction:column;gap:3px;margin-top:5px;padding-top:15px;display:flex}.lead-flow-heading strong{font-size:13px}.lead-flow-heading small{color:#858980;font-size:10px}.lead-flow-list{display:grid}.lead-flow-card{background:#fafaf7;border:1px solid #dfe1d9;border-radius:13px;padding:15px}.lead-flow-card>header{align-items:center;gap:10px;margin-bottom:13px;display:flex}.lead-flow-card>header b{width:28px;height:28px;color:var(--lime);background:#1b1c18;border-radius:8px;place-items:center;font-size:11px;display:grid}.lead-flow-card>header div{flex-direction:column;gap:2px;display:flex}.lead-flow-card>header strong{font-size:12px}.lead-flow-card>header small{color:#8a8e84;font-size:9px}.lead-flow-card>label,.lead-flow-response{color:#71756b;gap:6px;font-size:9px;font-weight:750;display:grid}.lead-flow-card input{color:#252720;background:#fff;border:1px solid #dfe1d9;border-radius:8px;width:100%;height:40px;padding:0 11px;font-size:11px}.lead-flow-responses{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.lead-flow-responses.two{grid-template-columns:1fr 1fr}.lead-flow-response>div{gap:4px;display:grid}.lead-flow-response em{color:#6d7e43;font-size:8px;font-style:normal}.lead-flow-arrow{color:#92968c;place-items:center;height:26px;font-size:16px;font-style:normal;display:grid}.lead-flow-result>div:last-child{background:#eff1e8;border-radius:9px;grid-template-columns:1fr auto;gap:7px 15px;margin-top:12px;padding:11px;display:grid}.lead-flow-result>div:last-child span{font-size:9px}.lead-flow-result>div:last-child em{color:#5f7431;font-size:9px;font-style:normal;font-weight:750}.lead-chat-step{color:#8b8e85;letter-spacing:.1em;margin:2px 0 7px;font-size:8px;font-weight:850;display:block}@media (width<=720px){.lead-flow-responses,.lead-flow-responses.two,.lead-flow-result>div:last-child{grid-template-columns:1fr}.lead-flow-result>div:last-child em{margin-bottom:5px}}@media (width<=600px){.lead-assistant{bottom:14px;right:14px}.lead-chat{width:calc(100vw - 28px)}}.lead-assistant,.reference-profile.is-compact .lead-assistant{z-index:auto;background:var(--ref-paper);width:100%;color:var(--ref-ink);box-shadow:none;border-radius:28px;padding:0;position:static;bottom:auto;right:auto;overflow:hidden}.lead-banner{width:100%;min-height:96px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:13px;padding:16px 18px;display:flex}.lead-avatar{background:var(--ref-ink);width:48px;height:48px;color:var(--ref-paper);border-radius:17px;flex:0 0 48px;place-items:center;display:grid}.lead-avatar svg{width:22px}.lead-opening{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.lead-opening small{letter-spacing:.11em;opacity:.52;font-size:9px;font-weight:850}.lead-opening strong{font-size:14px;line-height:1.35}.typing-dots{background:var(--ref-ink);border-radius:15px;gap:4px;padding:10px 11px;display:flex}@supports (color:color-mix(in lab, red, red)){.typing-dots{background:color-mix(in srgb,var(--ref-ink) 9%,transparent)}}.typing-dots i{background:currentColor;border-radius:50%;width:5px;height:5px;animation:1.25s ease-in-out infinite leadTyping}.typing-dots i:nth-child(2){animation-delay:.16s}.typing-dots i:nth-child(3){animation-delay:.32s}@keyframes leadTyping{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.lead-assistant .lead-chat{border:0;border-top:1px solid var(--ref-ink);width:100%;margin:0}@supports (color:color-mix(in lab, red, red)){.lead-assistant .lead-chat{border-top:1px solid color-mix(in srgb,var(--ref-ink) 12%,transparent)}}.lead-assistant .lead-chat{color:inherit;box-shadow:none;background:0 0;border-radius:0}.lead-assistant.open .typing-dots{display:none}.is-compact .lead-assistant{border-radius:20px}.is-compact .lead-banner{gap:8px;min-height:68px;padding:10px}.is-compact .lead-avatar{border-radius:12px;flex-basis:34px;width:34px;height:34px}.is-compact .lead-avatar svg{width:16px}.is-compact .lead-opening{gap:2px}.is-compact .lead-opening small{font-size:5px}.is-compact .lead-opening strong{font-size:8px;line-height:1.3}.is-compact .typing-dots{gap:3px;padding:7px}.is-compact .typing-dots i{width:3px;height:3px}@media (width<=600px){.lead-assistant{bottom:auto;right:auto}.lead-chat{width:100%}}.lead-assistant,.reference-profile.is-compact .lead-assistant{overflow:visible}.lead-banner-arrow{background:var(--ref-ink);border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}@supports (color:color-mix(in lab, red, red)){.lead-banner-arrow{background:color-mix(in srgb,var(--ref-ink) 9%,transparent)}}.lead-banner-arrow svg{width:16px}.lead-chat-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;background:#08090747;border:0;position:fixed;inset:0}.lead-assistant .lead-chat{z-index:81;color:#171815;background:#fff;border:1px solid #0000001f;border-radius:24px;width:min(370px,100vw - 32px);max-height:min(620px,100vh - 48px);margin:0;position:fixed;bottom:24px;right:24px;overflow:auto;box-shadow:0 24px 80px #0000004d}.lead-assistant .lead-chat header{display:flex}.lead-typing-message{align-items:center;min-height:78px;display:flex!important}.lead-typing-message .typing-dots{background:#efefe9;width:max-content}.lead-greeting{background:#efefe9;border-radius:4px 14px 14px;padding:11px 12px;line-height:1.5;display:block;color:#30322d!important;margin:0 36px 12px 0!important;font-size:13px!important}.lead-assistant.open .lead-typing-message .typing-dots{display:flex}.reference-profile.is-compact .lead-chat-backdrop{border-radius:32px;position:absolute;inset:0}.reference-profile.is-compact .lead-chat{border-radius:17px;width:calc(100% - 16px);max-height:430px;position:absolute;bottom:8px;right:8px}.is-compact .lead-banner-arrow{flex-basis:25px;width:25px;height:25px}.is-compact .lead-banner-arrow svg{width:11px}.is-compact .lead-greeting{padding:7px 8px;margin-right:20px!important;font-size:8px!important}.is-compact .lead-typing-message{min-height:48px}@media (width<=600px){.lead-assistant .lead-chat{width:calc(100vw - 28px);max-height:calc(100vh - 28px);bottom:14px;right:14px}}.lead-conversation{flex-direction:column;margin-bottom:13px;gap:7px!important;display:flex!important}.lead-conversation p{background:#efefe9;border-radius:4px 14px 14px;align-self:flex-start;max-width:88%;margin:0;padding:10px 12px;font-size:12px;line-height:1.4}.lead-conversation em{color:#fff;background:#191a17;border-radius:14px 4px 14px 14px;align-self:flex-end;max-width:88%;padding:10px 12px;font-size:12px;font-style:normal;line-height:1.4}.is-compact .lead-conversation{margin-bottom:8px;gap:4px!important}.is-compact .lead-conversation p,.is-compact .lead-conversation em{border-radius:8px;padding:6px 7px;font-size:7px}.lead-assistant{background:0 0;width:calc(100% + 10px);margin-left:-5px}.lead-assistant .lead-banner{border:2px solid var(--ref-ink);min-height:92px}@supports (color:color-mix(in lab, red, red)){.lead-assistant .lead-banner{border:2px solid color-mix(in srgb,var(--ref-ink) 16%,transparent)}}.lead-assistant .lead-banner{background:#deded9;border-radius:28px;box-shadow:0 4px 24px #00000024}.is-compact .lead-assistant{width:100%;margin-left:0}.is-compact .lead-assistant .lead-banner{border-radius:20px;min-height:72px}.ref-layout-mosaico .lead-assistant .lead-banner{background:#e5ded3}.ref-layout-impacto .lead-assistant .lead-banner{background:#d9ded8}.ref-layout-atelier .lead-assistant .lead-banner{background:#e4e0e6}@media (width<=600px){.reference-profile:not(.is-compact) .lead-assistant{width:100%;margin-left:0}}.ref-layout-vitrine .lead-assistant .lead-banner{color:#171815}.ref-layout-impacto .lead-assistant .lead-banner{color:#173c33}.ref-layout-vitrine .lead-assistant .lead-avatar{color:#fff;background:#171815}.ref-layout-impacto .lead-assistant .lead-avatar{color:#f5f0df;background:#173c33}.ref-layout-sereno .lead-assistant .lead-banner{color:#183344;background:#dce5e8}.ref-layout-sereno .lead-assistant .lead-avatar{color:#f7f2e8;background:#183344}.ref-layout-solar .lead-assistant .lead-banner{color:#4a1f23;background:#f1c7aa}.ref-layout-solar .lead-assistant .lead-avatar{color:#fff1da;background:#4a1f23}.marketing-page{--mk-ink:#17201c;--mk-green:#c8ff31;--mk-cream:#f5f1e7;--mk-line:#17201c26;background:var(--mk-cream);min-height:100vh;color:var(--mk-ink);font-family:var(--font-geist),sans-serif;overflow:hidden}.marketing-page a{color:inherit;text-decoration:none}.marketing-header{border-bottom:1px solid var(--mk-line);justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);height:86px;margin:auto;display:flex}.marketing-header nav,.marketing-header>div{align-items:center;gap:28px;display:flex}.marketing-header a{font-size:13px;font-weight:700}.marketing-primary{background:var(--mk-ink);border-radius:100px;justify-content:center;align-items:center;gap:9px;padding:14px 19px;font-weight:800;display:inline-flex;color:#fff!important}.marketing-primary svg{width:16px}.marketing-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;width:min(1180px,100% - 40px);min-height:700px;margin:auto;padding:70px 0;display:grid}.marketing-hero-copy>span,.marketing-problem>div>span,.marketing-how header>span,.marketing-demo>div>span,.marketing-features header>span,.marketing-plans header>span,.marketing-final>span{letter-spacing:.15em;align-items:center;gap:8px;font-size:10px;font-weight:850;display:flex}.marketing-hero-copy>span svg{width:15px}.marketing-hero h1{font:750 clamp(54px,6.5vw,88px)/.91 var(--font-manrope);letter-spacing:-.065em;margin:24px 0}.marketing-hero h1 em{font:italic 500 1em var(--font-playfair);color:#436756}.marketing-hero-copy>p{color:#59625d;max-width:640px;font-size:18px;line-height:1.65}.marketing-hero-copy>div{align-items:center;gap:22px;margin:30px 0 18px;display:flex}.marketing-hero-copy>div>a:last-child{border-bottom:1px solid;font-size:13px;font-weight:800}.marketing-hero-copy>small{color:#7b837e;font-size:11px}.marketing-hero-visual{place-items:center;height:610px;display:grid;position:relative}.marketing-orbit{border:1px solid #17201c1f;border-radius:50%;position:absolute}.marketing-orbit.one{width:560px;height:560px}.marketing-orbit.two{background:#dbe9d8;width:410px;height:410px}.marketing-phone{z-index:2;border:2px solid var(--mk-ink);background:#171d1a;border-radius:48px;width:285px;height:570px;padding:9px;position:relative;transform:rotate(2deg);box-shadow:0 35px 70px #1e32283d}.marketing-phone-screen{color:#183344;background:#aebfc9;border-radius:38px;height:100%;padding:26px 14px;overflow:hidden}.marketing-profile{background:#f7f2e8;border-radius:20px;align-items:center;gap:10px;padding:12px;display:flex}.marketing-avatar{color:#fff;background:#183344;border-radius:15px;place-items:center;width:48px;height:48px;font-weight:850;display:grid}.marketing-profile div:last-child{flex-direction:column;display:flex}.marketing-profile strong{font-size:12px}.marketing-profile small{opacity:.65;font-size:7px}.marketing-socials{justify-content:center;gap:6px;padding:12px;display:flex}.marketing-socials i{background:#183344;border-radius:9px;width:25px;height:25px}.marketing-schedule,.marketing-assistant{border-radius:18px;align-items:center;gap:9px;margin-bottom:9px;padding:12px;display:flex}.marketing-schedule{color:#fff;background:#183344}.marketing-schedule>svg{width:22px}.marketing-schedule span,.marketing-assistant span{flex-direction:column;flex:1;display:flex}.marketing-schedule strong,.marketing-assistant strong{font-size:8px}.marketing-schedule small,.marketing-assistant small{opacity:.65;font-size:6px}.marketing-schedule>svg:last-child{width:12px}.marketing-assistant{background:#e1e1dc}.marketing-assistant>svg{width:22px}.marketing-assistant b{gap:2px;display:flex}.marketing-assistant b i{background:#183344;border-radius:50%;width:3px;height:3px}.marketing-phone-screen>p{letter-spacing:.14em;margin:18px 0 8px;font-size:7px;font-weight:900}.marketing-articles{gap:8px;display:flex;overflow:hidden}.marketing-articles article{background:#f7f2e8;border-radius:14px;flex:0 0 130px;width:130px;overflow:hidden}.marketing-articles article span{background:linear-gradient(135deg,#5c7c73,#dce9d8);height:70px;display:block}.marketing-articles article strong{padding:8px;font-size:8px;line-height:1.3;display:block}.marketing-float{z-index:3;border:1px solid var(--mk-line);background:#fff;border-radius:100px;align-items:center;gap:8px;padding:11px 14px;font-size:11px;font-weight:800;display:flex;position:absolute;box-shadow:0 12px 35px #17201c1f}.marketing-float svg{width:16px}.marketing-float.float-one{top:125px;left:0}.marketing-float.float-two{bottom:115px;right:-15px}.marketing-strip{background:var(--mk-ink);color:#fff;text-align:center;padding:34px 20px}.marketing-strip>p{font:italic 24px var(--font-playfair);color:var(--mk-green);margin:0 0 18px}.marketing-strip>div{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;display:flex}.marketing-strip span{letter-spacing:.15em;font-size:10px;font-weight:850}.marketing-strip i{background:var(--mk-green);border-radius:50%;width:4px;height:4px}.marketing-problem,.marketing-how,.marketing-demo,.marketing-features,.marketing-plans{padding:110px max(20px,50vw - 590px)}.marketing-problem>div:first-child{grid-template-columns:180px 1fr;gap:40px;display:grid}.marketing-problem h2,.marketing-how h2,.marketing-demo h2,.marketing-features h2,.marketing-plans h2{max-width:900px;font:700 clamp(40px,5vw,68px)/1 var(--font-manrope);letter-spacing:-.05em;margin:0}.marketing-compare{grid-template-columns:1fr 1fr;gap:14px;margin-top:60px;display:grid}.marketing-compare article{border:1px solid var(--mk-line);background:#ebe7dc;border-radius:28px;padding:38px}.marketing-compare article.after{background:#dbe9d8}.marketing-compare small{letter-spacing:.14em;font-size:9px;font-weight:900}.marketing-compare h3{font:700 28px/1.1 var(--font-manrope);margin:18px 0}.marketing-compare ul,.marketing-demo ul,.marketing-plans ul{color:#5c645f;gap:13px;margin:25px 0 0;padding:0;list-style:none;display:grid}.marketing-compare li,.marketing-demo li,.marketing-plans li{align-items:flex-start;gap:8px;font-size:14px;line-height:1.5;display:flex}.marketing-compare svg,.marketing-demo svg,.marketing-plans svg{color:#436756;flex:0 0 16px;width:16px}.marketing-how{background:#fff}.marketing-how header{grid-template-columns:180px 1fr;gap:40px;display:grid}.marketing-how>div{border-top:1px solid var(--mk-line);grid-template-columns:repeat(4,1fr);margin-top:70px;display:grid}.marketing-how article{border-right:1px solid var(--mk-line);padding:34px 25px 10px;position:relative}.marketing-how article:last-child{border:0}.marketing-how article>b{opacity:.35;font-size:10px;position:absolute;top:18px;right:18px}.marketing-how article>svg{width:30px;height:30px;margin-bottom:45px}.marketing-how h3{font:700 20px var(--font-manrope)}.marketing-how p{color:#69716c;font-size:13px;line-height:1.65}.marketing-demo{color:#fff;background:#1b2822;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;display:grid}.marketing-demo h2{margin:20px 0 24px}.marketing-demo p{color:#b7c1bb;font-size:16px;line-height:1.65}.marketing-demo ul{color:#d4ddd7;margin-bottom:30px}.marketing-theme-stack{height:520px;position:relative}.theme-card{border-radius:32px;width:300px;height:390px;padding:28px;position:absolute;box-shadow:0 30px 60px #00000040}.theme-card span{letter-spacing:.15em;font-size:9px;font-weight:900}.theme-card strong{font:700 31px/1.05 var(--font-manrope);margin-top:220px;display:block}.theme-card.serene{color:#183344;background:#afc2ce;top:55px;left:0;transform:rotate(-8deg)}.theme-card.botanical{color:#f5f0df;background:#173c33;top:20px;left:155px;transform:rotate(1deg)}.theme-card.solar{color:#4a1f23;background:#c96f4a;top:75px;right:0;transform:rotate(9deg)}.marketing-features header,.marketing-plans header{text-align:center}.marketing-features header>span,.marketing-plans header>span{justify-content:center}.marketing-features h2,.marketing-plans h2{margin:18px auto}.marketing-features header p,.marketing-plans header p{color:#69716c;max-width:650px;margin:auto;line-height:1.6}.marketing-features>div{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:55px;display:grid}.marketing-features article{border:1px solid var(--mk-line);background:#fff;border-radius:26px;min-height:250px;padding:30px}.marketing-features article>svg{width:30px;height:30px;margin-bottom:55px}.marketing-features h3{font:700 21px var(--font-manrope)}.marketing-features article p{color:#68706b;font-size:13px;line-height:1.65}.marketing-plans{background:#dbe9d8}.marketing-plans>div{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:12px;margin-top:55px;display:grid}.marketing-plans article{background:#f7f8f3;border:1px solid #17201c2e;border-radius:28px;padding:34px;position:relative}.marketing-plans article.featured{background:var(--mk-ink);color:#fff;transform:translateY(-12px)}.marketing-plans article>b{background:var(--mk-green);color:var(--mk-ink);border-radius:100px;padding:7px 9px;font-size:8px;position:absolute;top:22px;right:22px}.marketing-plans article>small{letter-spacing:.15em;font-size:9px;font-weight:900}.marketing-plans h3{font:700 25px var(--font-manrope);margin:20px 0 30px}.marketing-plans article>strong{font:750 25px var(--font-manrope);display:block}.marketing-plans article>strong em{font:500 12px var(--font-geist);opacity:.6}.marketing-plans article.featured ul{color:#c9d1cc}.marketing-plans article>a{border-top:1px solid;justify-content:space-between;align-items:center;margin-top:30px;padding:13px 0;font-size:13px;font-weight:850;display:flex}.marketing-plans article>a svg{width:17px}.marketing-final{text-align:center;background:#c8ff31;padding:120px 20px}.marketing-final>span{justify-content:center}.marketing-final h2{max-width:900px;font:750 clamp(45px,6vw,78px)/.95 var(--font-manrope);letter-spacing:-.06em;margin:22px auto}.marketing-final p{margin:0 auto 30px;font-size:16px}.marketing-footer{background:var(--mk-ink);color:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:40px;padding:36px max(20px,50vw - 590px);display:grid}.marketing-footer p{color:#aeb8b2;font-size:12px}.marketing-footer>div{align-items:center;gap:22px;font-size:11px;display:flex}.marketing-footer span{opacity:.5}@media (width<=900px){.marketing-header nav{display:none}.marketing-hero{grid-template-columns:1fr;padding-top:50px}.marketing-hero-copy{text-align:center}.marketing-hero-copy>p{margin:auto}.marketing-hero-copy>span,.marketing-hero-copy>div{justify-content:center}.marketing-hero-visual{height:590px}.marketing-problem>div:first-child,.marketing-how header{grid-template-columns:1fr;gap:18px}.marketing-how>div{grid-template-columns:1fr 1fr}.marketing-demo{grid-template-columns:1fr}.marketing-features>div,.marketing-plans>div{grid-template-columns:1fr 1fr}.marketing-footer{text-align:center;grid-template-columns:1fr}.marketing-footer>div{justify-content:center}}@media (width<=620px){.marketing-header{width:calc(100% - 28px);height:72px}.marketing-header>div>a:first-child{display:none}.marketing-header .marketing-primary{padding:11px 13px;font-size:11px}.marketing-hero{width:calc(100% - 28px);padding:55px 0 25px}.marketing-hero h1{font-size:49px}.marketing-hero-copy>p{font-size:15px}.marketing-hero-copy>div{flex-direction:column}.marketing-hero-visual{height:520px;transform:scale(.85)}.marketing-float.float-one{left:-35px}.marketing-float.float-two{right:-45px}.marketing-problem,.marketing-how,.marketing-demo,.marketing-features,.marketing-plans{padding:75px 18px}.marketing-problem h2,.marketing-how h2,.marketing-demo h2,.marketing-features h2,.marketing-plans h2{font-size:40px}.marketing-compare,.marketing-how>div,.marketing-features>div,.marketing-plans>div{grid-template-columns:1fr}.marketing-how article{border-right:0;border-bottom:1px solid var(--mk-line)}.marketing-theme-stack{transform-origin:0 0;width:135%;height:430px;transform:scale(.72)}.marketing-plans article.featured{transform:none}.marketing-final h2{font-size:45px}.marketing-footer>div{flex-wrap:wrap}.marketing-strip>div{gap:10px}}.marketing-domain-choice{flex-wrap:wrap;align-items:center!important;gap:7px!important;margin:25px 0 0!important;display:flex!important}.marketing-domain-choice>small{letter-spacing:.14em;color:#7b837e;width:100%;font-size:8px;font-weight:900}.marketing-domain-choice>span{border:1px solid var(--mk-line);color:#69716c;background:#ffffff8c;border-radius:100px;padding:8px 10px;font-size:10px}.marketing-domain-choice b{color:var(--mk-ink)}.marketing-phone{animation:5s ease-in-out infinite marketingPhoneFloat}.marketing-orbit.one{animation:18s linear infinite marketingOrbit}.marketing-orbit.two{animation:5s ease-in-out infinite marketingPulse}.marketing-float.float-one{animation:4.5s ease-in-out infinite marketingBadgeOne}.marketing-float.float-two{animation:5.2s ease-in-out infinite marketingBadgeTwo}.marketing-float.float-three{color:#436756;animation:5.8s ease-in-out infinite reverse marketingBadgeOne;bottom:75px;left:15px}.marketing-assistant{animation:2.8s ease-in-out infinite marketingAssistantGlow}.marketing-assistant b i{animation:1.2s ease-in-out infinite marketingDot}.marketing-assistant b i:nth-child(2){animation-delay:.15s}.marketing-assistant b i:nth-child(3){animation-delay:.3s}.marketing-articles article:first-child{animation:6s ease-in-out infinite marketingArticleSlide}.marketing-phone-domain{text-align:center;background:#1833441a;border-radius:100px;margin-top:12px;padding:7px;font-size:7px}.marketing-phone-domain strong{color:#183344}@keyframes marketingPhoneFloat{0%,to{transform:rotate(2deg)translateY(0)}50%{transform:rotate(-.5deg)translateY(-13px)}}@keyframes marketingOrbit{to{transform:rotate(360deg)}}@keyframes marketingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.78;transform:scale(1.04)}}@keyframes marketingBadgeOne{0%,to{transform:translate(0)}50%{transform:translate(8px,-10px)}}@keyframes marketingBadgeTwo{0%,to{transform:translate(0)}50%{transform:translate(-9px,9px)}}@keyframes marketingAssistantGlow{0%,to{box-shadow:0 0 #18334400}50%{box-shadow:0 0 0 5px #18334417}}@keyframes marketingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes marketingArticleSlide{0%,to{transform:translate(0)}50%{transform:translate(-5px)}}.marketing-domains{background:#eef1e9;grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;padding:110px max(20px,50vw - 590px);display:grid}.marketing-domains>div:first-child>span{letter-spacing:.15em;font-size:10px;font-weight:850}.marketing-domains h2{font:700 clamp(42px,5vw,66px)/1 var(--font-manrope);letter-spacing:-.055em;margin:20px 0}.marketing-domains h2 em{font-family:var(--font-playfair);color:#436756;font-weight:500}.marketing-domains>div:first-child>p{color:#68716b;font-size:15px;line-height:1.7}.marketing-domain-cards{gap:10px;display:grid}.marketing-domain-cards article{border:1px solid var(--mk-line);background:#fff;border-radius:22px;padding:25px 28px;transition:transform .25s,box-shadow .25s}.marketing-domain-cards article:hover{transform:translate(-8px);box-shadow:0 16px 35px #17201c1a}.marketing-domain-cards small{letter-spacing:.14em;color:#7a837d;margin-bottom:12px;font-size:8px;font-weight:900;display:block}.marketing-domain-cards strong{font:650 clamp(21px,2.5vw,31px) var(--font-manrope);letter-spacing:-.035em}.marketing-domain-cards strong b{color:#436756}.marketing-domain-cards p{color:#737c76;margin:8px 0 0;font-size:12px}@media (prefers-reduced-motion:reduce){.marketing-phone,.marketing-orbit,.marketing-float,.marketing-assistant,.marketing-assistant b i,.marketing-articles article{animation:none!important}}@media (width<=900px){.marketing-domains{grid-template-columns:1fr;gap:45px}}@media (width<=620px){.marketing-domain-choice{justify-content:center;flex-direction:row!important}.marketing-domain-choice>small{text-align:center}.marketing-float.float-three{left:-30px}.marketing-domains{padding:75px 18px}.marketing-domains h2{font-size:40px}}.motion-ready .marketing-reveal{opacity:0;filter:blur(5px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1),filter .8s;transform:translateY(54px)scale(.985)}.motion-ready .marketing-reveal.is-visible{opacity:1;filter:blur();transform:translateY(0)scale(1)}.motion-ready .marketing-reveal>*,.motion-ready .marketing-reveal article{opacity:0;transition:opacity .6s}.motion-ready .marketing-reveal.is-visible>*,.motion-ready .marketing-reveal.is-visible article{opacity:1}.motion-ready .marketing-reveal.is-visible article:first-child{transition-delay:.1s}.motion-ready .marketing-reveal.is-visible article:nth-child(2){transition-delay:.18s}.motion-ready .marketing-reveal.is-visible article:nth-child(3){transition-delay:.26s}.motion-ready .marketing-reveal.is-visible article:nth-child(4){transition-delay:.34s}.motion-ready .marketing-reveal.is-visible article:nth-child(5){transition-delay:.42s}.motion-ready .marketing-reveal.is-visible article:nth-child(6){transition-delay:.5s}@media (prefers-reduced-motion:reduce){.marketing-reveal,.marketing-reveal>*{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}}.marketing-hero h1{font-family:var(--font-manrope);letter-spacing:-.06em;font-style:normal;font-weight:760;line-height:.94}.marketing-hero h1 em{font-family:var(--font-manrope);font-size:1em;font-style:normal;font-weight:760;line-height:inherit;letter-spacing:inherit;color:#436756;display:inline}.marketing-price{border-bottom:1px solid #17201c26;flex-wrap:wrap;align-items:baseline;gap:5px;margin:0 0 23px;padding-bottom:22px;display:flex}.marketing-price strong{font:780 38px/1 var(--font-manrope);letter-spacing:-.05em}.marketing-price>span{opacity:.6;font-size:12px}.marketing-price small{color:#557064;width:100%;margin-top:5px;font-size:10px;font-weight:750}.marketing-plans article.featured .marketing-price{border-color:#ffffff2e}.marketing-plans article.featured .marketing-price small{color:var(--mk-green)}.marketing-theme-showcase{flex-direction:column;justify-content:center;align-items:center;height:540px;display:flex}.marketing-theme-stage{perspective:1200px;width:390px;height:465px;position:relative}.marketing-theme-stage:before,.marketing-theme-stage:after{content:"";border:1px solid #ffffff24;border-radius:45px;position:absolute;inset:35px 45px 10px;transform:rotate(-8deg)}.marketing-theme-stage:after{transform:rotate(8deg)}.marketing-theme-stage .theme-card{will-change:transform,opacity;width:300px;height:420px;animation:18s cubic-bezier(.65,0,.35,1) infinite marketingThemeCycle;top:20px;left:45px;right:auto;overflow:hidden;transform:none}.marketing-theme-stage .theme-card:first-child{animation-delay:0s}.marketing-theme-stage .theme-card:nth-child(2){animation-delay:-15s}.marketing-theme-stage .theme-card:nth-child(3){animation-delay:-12s}.marketing-theme-stage .theme-card:nth-child(4){animation-delay:-9s}.marketing-theme-stage .theme-card:nth-child(5){animation-delay:-6s}.marketing-theme-stage .theme-card:nth-child(6){animation-delay:-3s}.marketing-theme-stage .theme-card:before{content:"";background:#ffffff29;border-radius:22px;height:130px;position:absolute;top:72px;left:28px;right:28px}.marketing-theme-stage .theme-card:after{content:"";opacity:.72;background:currentColor;border-radius:24px;width:74px;height:74px;position:absolute;top:95px;left:48px}.marketing-theme-stage .theme-card strong{z-index:2;margin-top:235px;position:relative}.marketing-theme-stage .theme-card>i{gap:7px;display:flex;position:absolute;bottom:28px;left:28px;right:28px}.marketing-theme-stage .theme-card>i b{opacity:.24;background:currentColor;border-radius:100px;flex:1;height:9px}.theme-card.graphite{color:#fff;background:#6e6e6e}.theme-card.editorial{color:#211f1b;background:#c9bba5}.theme-card.atelier{color:#3e294d;background:#d8cee8}.marketing-theme-showcase>p{color:#bdc8c1;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin:10px 0 0;font-size:10px;font-weight:750;display:flex}.marketing-theme-showcase>p span{background:var(--mk-green);border-radius:50%;width:7px;height:7px;animation:2s infinite marketingPulse;box-shadow:0 0 0 5px #c8ff311f}@keyframes marketingThemeCycle{0%,13%{z-index:6;opacity:1;transform:translateZ(80px)rotate(0)}17%,80%{z-index:1;opacity:0;transform:translate3d(80px,-15px,-80px)rotate(8deg)}84%{z-index:2;opacity:.22;transform:translate3d(-48px,22px,-65px)rotate(-7deg)}92%{z-index:4;opacity:.55;transform:translate3d(-24px,10px,-30px)rotate(-4deg)}to{z-index:6;opacity:1;transform:translateZ(80px)rotate(0)}}@media (prefers-reduced-motion:reduce){.marketing-theme-stage .theme-card{animation:none;display:none}.marketing-theme-stage .theme-card:first-child{opacity:1;display:block;transform:none}.marketing-theme-showcase>p span{animation:none}}@media (width<=620px){.marketing-theme-showcase{height:430px}.marketing-theme-stage{transform-origin:top;height:450px;margin-bottom:-85px;transform:scale(.78)}}.marketing-theme-stage:not(.themes-ready) .theme-card:first-child{z-index:5;opacity:1;transform:translateZ(70px)scale(1)}.marketing-theme-stage .theme-card{z-index:0;opacity:0;pointer-events:none;filter:saturate(.75);transition:opacity .6s,transform .85s cubic-bezier(.22,.8,.25,1),filter .6s;animation:none;transform:translate3d(0,18px,-100px)scale(.88)}.marketing-theme-stage .theme-card.is-active{z-index:5;opacity:1;filter:saturate();pointer-events:auto;transform:translateZ(70px)rotate(0)scale(1)}.marketing-theme-stage .theme-card.is-previous{z-index:3;opacity:.42;filter:saturate(.8);transform:translate3d(-58px,18px,-35px)rotate(-7deg)scale(.93)}.marketing-theme-stage .theme-card.is-next{z-index:4;opacity:.62;filter:saturate(.9);transform:translate3d(58px,11px,-18px)rotate(7deg)scale(.96)}@media (prefers-reduced-motion:reduce){.marketing-theme-stage .theme-card.is-active{opacity:1;display:block;transform:none}.marketing-theme-stage .theme-card.is-previous,.marketing-theme-stage .theme-card.is-next{display:none}}.marketing-demo{grid-template-columns:1.08fr .92fr;gap:64px}.marketing-demo>div:first-child{max-width:650px}.marketing-demo>div:first-child>p{max-width:610px;font-size:17px;line-height:1.72}.marketing-demo>div:first-child>ul{max-width:570px}@media (width<=900px){.marketing-demo{grid-template-columns:1fr;gap:55px}.marketing-demo>div:first-child{max-width:720px}}.marketing-booking{background:#fff;grid-template-columns:.92fr 1.08fr;align-items:center;gap:80px;padding:110px max(20px,50vw - 590px);display:grid}.marketing-booking-copy>span{letter-spacing:.15em;font-size:10px;font-weight:850}.marketing-booking h2{font:720 clamp(43px,5vw,68px)/.98 var(--font-manrope);letter-spacing:-.055em;margin:20px 0 25px}.marketing-booking h2 em{color:#436756;font-style:normal;display:block}.marketing-booking-copy>p{color:#68716b;font-size:16px;line-height:1.72}.marketing-booking ul{gap:14px;margin:28px 0 32px;padding:0;list-style:none;display:grid}.marketing-booking li{gap:9px;font-size:13px;line-height:1.5;display:flex}.marketing-booking li svg{color:#436756;flex:0 0 17px;width:17px}.marketing-booking-demo{background:#dbe9d8;border-radius:36px;flex-direction:column;justify-content:center;min-height:570px;padding:35px;display:flex;position:relative;overflow:hidden}.marketing-booking-demo:before{content:"";border:1px solid #17201c1f;border-radius:50%;width:330px;height:330px;position:absolute;top:-110px;right:-120px}.booking-chat{z-index:2;background:#fff;border-radius:22px;width:75%;padding:22px;position:relative;box-shadow:0 16px 40px #17201c1a}.booking-chat small{letter-spacing:.14em;color:#748079;font-size:8px;font-weight:900}.booking-chat p{background:#efefe9;border-radius:4px 14px 14px;max-width:310px;margin:13px 0;padding:11px 13px;font-size:12px}.booking-chat>span{color:#fff;background:#17201c;border-radius:14px 4px 14px 14px;width:max-content;margin-left:auto;padding:10px 13px;font-size:11px;font-weight:750;display:block}.booking-chat>i{background:#efefe9;border-radius:12px;gap:3px;width:max-content;margin-top:13px;padding:8px 9px;display:flex}.booking-chat>i b{background:#17201c;border-radius:50%;width:4px;height:4px;animation:1.2s infinite marketingDot}.booking-chat>i b:nth-child(2){animation-delay:.15s}.booking-chat>i b:nth-child(3){animation-delay:.3s}.booking-path{color:#436756;justify-content:center;align-items:center;gap:7px;height:50px;display:flex}.booking-path span{background:#779083;width:45px;height:1px}.booking-path svg{width:17px}.booking-calendar{z-index:2;color:#fff;background:#17201c;border-radius:24px;width:83%;margin-left:auto;padding:22px;position:relative;box-shadow:0 20px 50px #17201c33}.booking-calendar header{align-items:center;gap:11px;display:flex}.booking-calendar header>svg{width:29px}.booking-calendar header div{flex-direction:column;display:flex}.booking-calendar header strong{font-size:13px}.booking-calendar header small{opacity:.55;font-size:8px}.booking-week,.booking-days{text-align:center;grid-template-columns:repeat(5,1fr);gap:5px;margin-top:20px;display:grid}.booking-week b{opacity:.4;font-size:7px}.booking-days{margin-top:7px}.booking-days span{border-radius:9px;padding:8px 3px;font-size:10px}.booking-days .selected{background:var(--mk-green);color:#17201c;font-weight:850}.booking-times{gap:6px;margin-top:14px;display:flex}.booking-times span{border:1px solid #ffffff2e;border-radius:9px;padding:7px 9px;font-size:8px}.booking-calendar button{color:#17201c;background:#fff;border:0;border-radius:11px;justify-content:space-between;align-items:center;width:100%;margin-top:15px;padding:11px;font-size:10px;font-weight:850;display:flex}.booking-calendar button svg{width:14px}.booking-calendar>small{opacity:.45;text-align:center;margin-top:10px;font-size:7px;line-height:1.4;display:block}@media (width<=900px){.marketing-booking{grid-template-columns:1fr;gap:55px}.marketing-booking-copy{max-width:720px}}@media (width<=620px){.marketing-booking{padding:75px 18px}.marketing-booking h2{font-size:40px}.marketing-booking-demo{min-height:500px;padding:20px}.booking-chat{width:90%}.booking-calendar{width:94%}}.marketing-live-demo{background:#eef1e9;grid-template-columns:1fr 520px;align-items:center;gap:90px;padding:110px max(20px,50vw - 590px);display:grid}.marketing-live-copy>span{letter-spacing:.15em;font-size:10px;font-weight:850}.marketing-live-copy h2{max-width:690px;font:720 clamp(44px,5vw,70px)/.98 var(--font-manrope);letter-spacing:-.055em;margin:20px 0 25px}.marketing-live-copy>p{color:#66706a;max-width:620px;font-size:16px;line-height:1.72}.marketing-live-copy ul{gap:13px;margin:27px 0 32px;padding:0;list-style:none;display:grid}.marketing-live-copy li{align-items:center;gap:9px;font-size:13px;display:flex}.marketing-live-copy li svg{color:#436756;width:17px}.marketing-live-device{background:#17201c;border:2px solid #17201c;border-radius:56px;justify-self:center;width:350px;height:700px;padding:11px;position:relative;transform:rotate(1.5deg);box-shadow:0 35px 70px #17201c40}.marketing-live-speaker{z-index:4;background:#303b35;border-radius:100px;width:72px;height:6px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.marketing-live-screen{scrollbar-width:none;background:#6e6e6e;border-radius:44px;height:100%;overflow:hidden auto}.marketing-live-screen::-webkit-scrollbar{display:none}.marketing-live-screen .reference-profile{min-height:100%;padding-top:34px}.marketing-live-device>span{background:var(--mk-green);color:#17201c;letter-spacing:.12em;border-radius:100px;padding:9px 11px;font-size:7px;font-weight:900;position:absolute;top:50%;right:-46px;transform:rotate(90deg);box-shadow:0 8px 20px #17201c26}.marketing-live-device:before,.marketing-live-device:after{content:"";z-index:-1;border:1px solid #17201c21;border-radius:50%;position:absolute}.marketing-live-device:before{width:480px;height:480px;top:105px;left:-65px}.marketing-live-device:after{background:#dbe9d8;width:390px;height:390px;top:150px;left:-20px}.marketing-live-device{animation:6s ease-in-out infinite marketingLiveFloat}@keyframes marketingLiveFloat{0%,to{transform:rotate(1.5deg)translateY(0)}50%{transform:rotate(-.5deg)translateY(-10px)}}@media (prefers-reduced-motion:reduce){.marketing-live-device{animation:none}}@media (width<=900px){.marketing-live-demo{grid-template-columns:1fr;gap:65px}.marketing-live-copy{max-width:720px}.marketing-live-device{justify-self:center}}@media (width<=620px){.marketing-live-demo{padding:75px 18px}.marketing-live-copy h2{font-size:40px}.marketing-live-device{width:310px;height:620px}.marketing-live-device:before{width:390px;height:390px;left:-40px}.marketing-live-device:after{width:320px;height:320px}}.marketing-live-demo{isolation:isolate;position:relative}.marketing-live-demo>div{z-index:2;position:relative}.marketing-live-device:before,.marketing-live-device:after{display:none}.marketing-live-demo:before,.marketing-live-demo:after{content:"";z-index:1;pointer-events:none;border-radius:50%;position:absolute}.marketing-live-demo:before{border:1px solid #17201c21;width:520px;height:520px;top:150px;right:max(15px,50vw - 640px)}.marketing-live-demo:after{background:#dbe9d8;border:1px solid #17201c14;width:410px;height:410px;top:205px;right:max(70px,50vw - 585px)}@media (width<=900px){.marketing-live-demo:before{top:auto;bottom:130px;right:calc(50% - 260px)}.marketing-live-demo:after{top:auto;bottom:185px;right:calc(50% - 205px)}}@media (width<=620px){.marketing-live-demo:before{width:390px;height:390px;bottom:120px;right:calc(50% - 195px)}.marketing-live-demo:after{width:310px;height:310px;bottom:160px;right:calc(50% - 155px)}}.real-admin .admin-sidebar nav button{color:#aeb0a8;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:11px 12px;font-size:11px}.real-admin .admin-sidebar nav button.active{color:#161712;background:var(--lime);font-weight:800}.admin-back{margin:18px 8px 0;font-size:9px;color:#aeb0a8!important}.admin-header-actions{gap:8px;display:flex}.admin-header-actions button{align-items:center;gap:7px;display:flex}.admin-header-actions button:first-child{color:#1b1c18;border:1px solid var(--line);background:#fff}.admin-error{color:#973c30;background:#fff0ed;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:10px}.admin-loading,.admin-empty{border:1px solid var(--line);color:#858980;text-align:center;background:#fff;border-radius:14px;padding:50px;font-size:11px}.admin-warning{color:#ad5b24!important}.all-good.has-warning{color:#a35a21;background:#fff0dd}.admin-accounts{min-width:0}.admin-account-head,.admin-account-row{grid-template-columns:minmax(220px,2fr) minmax(100px,.7fr) minmax(100px,.8fr) minmax(90px,.6fr);align-items:center;gap:12px;display:grid}.admin-account-head{color:#969990;letter-spacing:.8px;min-height:30px;font-size:7px;font-weight:800}.admin-account-row{border-top:1px solid #edeee8;min-height:65px;font-size:9px}.admin-account-row>span:first-child{align-items:center;gap:10px;min-width:0;display:flex}.admin-account-row>span:first-child>i{background:#e8ff91;border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:8px;font-style:normal;font-weight:850;display:grid}.admin-account-row b,.admin-account-row>span:last-child{flex-direction:column;min-width:0;display:flex}.admin-account-row b{font-size:10px}.admin-account-row small{color:#91958b;text-overflow:ellipsis;margin-top:3px;font-size:7px;font-weight:500;overflow:hidden}.admin-account-row small a{color:inherit}.admin-account-row select{color:#353831;background:#fafaf7;border:1px solid #dedfd8;border-radius:8px;width:100%;height:34px;padding:0 8px;font-size:8px}.admin-wide-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px}.admin-log-row{border-top:1px solid #edeee8;grid-template-columns:minmax(180px,1fr) 120px minmax(180px,1.5fr);align-items:center;gap:18px;min-height:62px;font-size:9px;display:grid}.admin-log-row>div{flex-direction:column;display:flex}.admin-log-row small{color:#999c93;margin-top:4px;font-size:7px}.admin-log-row em{background:#f0f1eb;border-radius:6px;width:max-content;padding:5px 7px;font-size:7px;font-style:normal;font-weight:800}.admin-log-row em.job-succeeded{color:#558000;background:#eff9dc}.admin-log-row em.job-failed{color:#973c30;background:#fff0ed}.admin-log-row em.job-running,.admin-log-row em.job-queued{color:#986600;background:#fff3d7}.admin-log-row p{color:#74786f;text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.real-admin{font-size:14px}.real-admin .admin-sidebar>span{font-size:10px}.real-admin .admin-sidebar nav button{padding:13px 12px;font-size:14px}.real-admin .admin-back{font-size:12px}.real-admin .admin-sidebar small{font-size:10px}.real-admin .admin-sidebar strong{font-size:13px}.real-admin .admin-main header p{font-size:10px}.real-admin .admin-main h1{font-size:31px}.real-admin .admin-main header button{font-size:12px}.real-admin .admin-metrics span{font-size:10px}.real-admin .admin-metrics small{font-size:11px}.real-admin .table-heading h2{font-size:18px}.real-admin .table-heading p{font-size:11px;line-height:1.45}.real-admin .table-heading>span,.real-admin .all-good,.real-admin .admin-account-head{font-size:10px}.real-admin .admin-account-row{min-height:74px;font-size:12px}.real-admin .admin-account-row b{font-size:13px}.real-admin .admin-account-row small{font-size:10px}.real-admin .admin-account-row select{height:40px;padding:0 10px;font-size:13px}.real-admin .admin-account-row select option{font-size:14px}.real-admin .health-row{min-height:54px;font-size:12px}.real-admin .health-row strong{font-size:12px}.real-admin .admin-log-row{min-height:70px;font-size:12px}.real-admin .admin-log-row small,.real-admin .admin-log-row em{font-size:10px}.real-admin .admin-error,.real-admin .admin-loading,.real-admin .admin-empty{font-size:13px}.real-admin .admin-header-actions .process-queue-button{background:var(--lime);color:#1b1c18;border-color:#b5d53d}.real-admin .admin-header-actions button:disabled{opacity:.5;cursor:not-allowed}.real-admin .admin-account-row .admin-account-email{color:#4f534a;font-weight:650}@media (width<=900px){.real-admin{display:block}.real-admin .admin-sidebar{display:none}.real-admin .admin-main{padding:22px 14px}.admin-header-actions button{padding:9px}.admin-account-head,.admin-account-row{min-width:680px}.admin-accounts{overflow-x:auto}.admin-log-row{grid-template-columns:1fr}.admin-log-row p{white-space:normal}.admin-metrics{grid-template-columns:1fr 1fr}}.schedule-only{padding-bottom:0}.schedule-only .settings-grid{grid-template-columns:1fr}.generation-settings{margin-bottom:0!important}.generation-schedule{grid-template-columns:1fr 1fr;gap:12px;margin:17px 0;display:grid}.generation-schedule>div{grid-column:1/-1}.generation-schedule strong,.generation-schedule label{color:#55594f;flex-direction:column;gap:6px;font-size:10px;font-weight:750;display:flex}.generation-schedule small{color:#969a90;font-size:8px;font-weight:500}.generation-days{grid-template-columns:repeat(7,1fr);gap:6px;margin-top:9px;display:grid}.generation-days button{color:#696d63;cursor:pointer;background:#fafaf7;border:1px solid #dfe1d9;border-radius:8px;height:36px;font-size:9px;font-weight:750}.generation-days button.selected{color:#fff;background:#1b1c18;border-color:#1b1c18}.generation-schedule select{color:#292c26;background:#fafaf7;border:1px solid #dfe1d9;border-radius:8px;height:41px;padding:0 10px;font-size:10px}.settings-studio:not(.schedule-only) .settings-main>section:nth-child(2) .settings-fields.two{display:none}@media (width<=620px){.generation-schedule{grid-template-columns:1fr}.generation-days{grid-template-columns:repeat(4,1fr)}}.checkout-page{color:#1b1c18;background:#f2f2ec;min-height:100vh;padding:24px}.checkout-page>header{justify-content:space-between;align-items:center;max-width:1080px;margin:auto;display:flex}.checkout-page>header>a{font-size:11px;font-weight:750}.checkout-layout{grid-template-columns:.9fr 1.1fr;gap:30px;max-width:1080px;margin:50px auto;display:grid}.checkout-plans>span,.checkout-form header>span{letter-spacing:.15em;color:#668335;font-size:9px;font-weight:850}.checkout-plans h1{max-width:470px;font:750 43px/1 var(--font-manrope);letter-spacing:-.05em;margin:14px 0}.checkout-plans>p{color:#73776f;max-width:450px;font-size:12px;line-height:1.6}.checkout-plans>div{gap:9px;margin-top:28px;display:grid}.checkout-plans button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dcded5;border-radius:13px;align-items:center;gap:12px;width:100%;padding:15px;display:flex}.checkout-plans button.selected{border-color:#1b1c18;box-shadow:0 0 0 1px #1b1c18}.checkout-plans button>i{background:#efffc2;border-radius:50%;place-items:center;width:25px;height:25px;font-style:normal;display:grid}.checkout-plans button>span{flex-direction:column;flex:1;display:flex}.checkout-plans button strong{font-size:12px}.checkout-plans button small{color:#858980;margin-top:3px;font-size:9px}.checkout-plans button>b{font-size:16px}.checkout-plans button>b small{font-size:8px}.checkout-form{background:#fff;border:1px solid #dcddd6;border-radius:20px;padding:28px;box-shadow:0 18px 55px #191c1514}.checkout-form h2{margin:8px 0 4px;font-size:23px}.checkout-form header p{color:#858980;margin:0 0 22px;font-size:10px}.checkout-fields{grid-template-columns:1fr 1fr;gap:11px;display:grid}.checkout-fields label{color:#656960;flex-direction:column;gap:6px;font-size:9px;font-weight:750;display:flex}.checkout-fields label.wide{grid-column:1/-1}.checkout-fields input{background:#fafaf7;border:1px solid #dfe1d9;border-radius:9px;outline:0;height:42px;padding:0 11px;font-size:11px}.checkout-fields input:focus{border-color:#1b1c18}.checkout-form>button{color:#fff;cursor:pointer;background:#1b1c18;border:0;border-radius:10px;width:100%;margin-top:18px;padding:13px;font-size:11px;font-weight:800}.checkout-form>button:disabled{opacity:.55}.checkout-form>small{color:#92958b;text-align:center;margin-top:9px;font-size:8px;display:block}.checkout-error{color:#973c30;background:#fff0ed;border-radius:8px;padding:10px;font-size:9px}.checkout-return{background:#f2f2ec;place-items:center;min-height:100vh;padding:20px;display:grid}.checkout-return section{text-align:center;background:#fff;border:1px solid #dfe1d9;border-radius:22px;max-width:520px;padding:40px}.checkout-return span{background:#efffc2;border-radius:50%;place-items:center;width:52px;height:52px;margin:auto;font-size:20px;font-weight:850;display:grid}.checkout-return h1{margin:20px 0 9px;font-size:28px}.checkout-return p{color:#73776f;font-size:12px;line-height:1.65}.checkout-return a{color:#fff;background:#1b1c18;border-radius:10px;margin-top:20px;padding:12px 16px;font-size:10px;font-weight:800;display:inline-block}@media (width<=800px){.checkout-layout{grid-template-columns:1fr}.checkout-plans h1{font-size:37px}}@media (width<=520px){.checkout-page{padding:17px}.checkout-layout{margin-top:35px}.checkout-form{padding:19px}.checkout-fields{grid-template-columns:1fr}.checkout-fields label.wide{grid-column:auto}}.generation-settings>header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.checkout-shortcut{color:#29330f;white-space:nowrap;background:#efffc2;border-radius:8px;padding:9px 11px;font-size:9px;font-weight:800}.settings-side .cancel-subscription{color:#9b3528;background:#fff4f2;border:1px solid #d98d82}.settings-side .cancel-subscription:hover:not(:disabled){color:#fff;background:#9b3528}.settings-side .cancel-subscription:disabled{opacity:.5;cursor:not-allowed}.blog-generation-schedule{margin-top:16px}.blog-generation-schedule .generation-settings{border:1px solid var(--line);background:#fff;border-radius:15px;padding:21px}.blog-generation-schedule+.blog-tabs{margin-top:20px}
