:root{--color-primary:#18352c;--color-primary-dark:#10251f;--color-secondary:#a9c69c;--color-background:#f7f5ef;--color-surface:#fff;--color-text:#1f2a28;--color-muted:#6f7975;--color-border:#18352c24;--shadow-soft:0 22px 80px #10251f24;--radius-large:28px;--radius-medium:18px;--radius-small:12px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-text);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.site{min-height:100vh;overflow:hidden}.container{width:min(var(--container), calc(100% - 40px));margin:0 auto}.announcement-bar{background:var(--color-primary);color:#fff;text-align:center;letter-spacing:.02em;padding:9px 20px;font-size:13px}.announcement-bar p{margin:0}.header{height:82px;padding:0 max(24px, calc((100vw - var(--container)) / 2));color:#fff;background:#172622;justify-content:space-between;align-items:center;gap:28px;display:flex}.header__logo{align-items:center;gap:12px;min-width:max-content;display:flex}.header__logo span,.footer__logo span{letter-spacing:-.08em;width:42px;height:42px;color:var(--color-secondary);border:1px solid #ffffff59;border-radius:50%;place-items:center;font-size:18px;display:grid}.header__logo strong,.footer__logo strong{font-size:15px;font-weight:700}.header__nav{color:#ffffffc7;justify-content:center;align-items:center;gap:28px;font-size:14px;display:flex}.header__nav a{transition:color .2s}.header__nav a:hover{color:#fff}.header__button,.button{border-radius:var(--radius-small);justify-content:center;align-items:center;min-height:46px;padding:0 22px;font-weight:700;transition:transform .2s,opacity .2s,background .2s;display:inline-flex}.header__button{background:var(--color-secondary);color:var(--color-primary-dark);font-size:14px}.button:hover,.header__button:hover{transform:translateY(-2px)}.button--primary{background:var(--color-secondary);color:var(--color-primary-dark)}.button--secondary{color:#fff;border:1px solid #ffffff52}.hero{min-height:650px;padding:100px max(24px, calc((100vw - var(--container)) / 2));color:#fff;background:linear-gradient(120deg,#10251feb,#10251f75),radial-gradient(circle at 78% 25%,#a9c69c57,#0000 34%),linear-gradient(135deg,#1a2e2a,#38443f);align-items:center;display:flex;position:relative}.hero:after{content:"";filter:blur(10px);background:#a9c69c24;border-radius:50%;width:620px;height:620px;position:absolute;inset:auto -10% -45% 45%}.hero__content{z-index:2;width:min(680px,100%);position:relative}.section-tag{color:var(--color-secondary);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.06em;margin:0;font-size:clamp(38px,6vw,74px);line-height:.98}.hero p{color:#ffffffc7;width:min(610px,100%);margin:24px 0 0;font-size:18px;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.scrolling-text{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);white-space:nowrap;background:#fff;overflow:hidden}.scrolling-text div{gap:24px;width:max-content;padding:18px 0;animation:28s linear infinite scrollText;display:flex}.scrolling-text span{color:var(--color-primary);align-items:center;gap:24px;font-size:clamp(18px,2.4vw,30px);font-weight:800;display:inline-flex}.scrolling-text span:after{content:"•";color:var(--color-secondary)}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:92px 0}.section--dark{color:#fff;background:#1d2725}.section-heading{width:min(760px,100%);margin-bottom:42px}.section-heading h2,.lead-section__content h2,.office-grid h2,.social-box h2{letter-spacing:-.045em;margin:0;font-size:clamp(32px,4vw,52px);line-height:1.05}.section-heading p,.lead-section__content p,.office-grid p,.social-box p{color:var(--color-muted);margin:16px 0 0;font-size:17px;line-height:1.7}.section--dark .section-heading p{color:#ffffffad}.cards-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.practice-card{border-radius:var(--radius-medium);background:#ffffff06;border:1px solid #ffffff24;min-height:250px;padding:26px}.practice-card__icon{width:46px;height:46px;color:var(--color-secondary);background:#a9c69c29;border-radius:14px;place-items:center;margin-bottom:24px;font-size:24px;font-weight:800;display:grid}.practice-card h3{letter-spacing:-.03em;margin:0;font-size:22px}.practice-card p{color:#ffffffa6;margin:12px 0 0;line-height:1.6}.team-list{gap:28px;display:grid}.team-card{border-radius:var(--radius-large);box-shadow:var(--shadow-soft);background:#ebe4d1;grid-template-columns:320px 1fr;display:grid;overflow:hidden}.team-card--reverse{grid-template-columns:1fr 320px}.team-card--reverse .team-card__image{order:2}.team-card__image{background:linear-gradient(135deg,#10251fc7,#10251f70),radial-gradient(circle,#a9c69c52,#0000 58%);place-items:center;min-height:280px;display:grid}.team-card__image span{color:#fff;background:#ffffff24;border-radius:50%;place-items:center;width:86px;height:86px;font-size:42px;font-weight:800;display:grid}.team-card__content{flex-direction:column;justify-content:center;padding:52px;display:flex}.team-card__content h3{color:var(--color-primary);letter-spacing:-.045em;margin:0;font-size:clamp(28px,4vw,42px)}.team-card__content strong{color:#18352c9e;margin-top:8px}.team-card__content p{color:#59625e;margin:22px 0 0;line-height:1.7}.lead-section{color:#fff;background:#172622;padding:94px 0}.lead-section__grid{grid-template-columns:1fr 460px;align-items:center;gap:58px;display:grid}.lead-section__content p{color:#ffffffb3}.check-list{color:#ffffffc2;gap:12px;margin:28px 0 0;padding:0;list-style:none;display:grid}.check-list li{padding-left:28px;position:relative}.check-list li:before{content:"✓";color:var(--color-secondary);font-weight:900;position:absolute;left:0}.lead-form{color:var(--color-text);border-radius:var(--radius-large);background:#fff;padding:34px;box-shadow:0 32px 90px #0000003d}.lead-form__header h2{letter-spacing:-.04em;margin:14px 0 0;font-size:30px;line-height:1.12}.lead-form__header p{color:var(--color-muted);margin:12px 0 0;line-height:1.6}.lead-form__badge{color:var(--color-primary);text-transform:uppercase;letter-spacing:.06em;background:#a9c69c3d;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800;display:inline-flex}.lead-form__field{gap:8px;margin-top:18px;display:grid}.lead-form__field span{color:var(--color-primary);font-size:13px;font-weight:800}.lead-form__field input{width:100%;height:54px;color:var(--color-text);background:#fff;border:1px solid #18352c2e;border-radius:14px;outline:none;padding:0 16px;transition:border .2s,box-shadow .2s}.lead-form__field input:focus{border-color:var(--color-secondary);box-shadow:0 0 0 4px #a9c69c38}.lead-form__checkbox{color:var(--color-muted);grid-template-columns:22px 1fr;gap:12px;margin-top:20px;line-height:1.5;display:grid}.lead-form__checkbox input{width:22px;height:22px;accent-color:var(--color-primary)}.lead-form__button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:14px;width:100%;min-height:56px;margin-top:24px;font-weight:800}.lead-form__button:disabled{opacity:.68;cursor:not-allowed}.lead-form__status{border-radius:12px;margin:16px 0 0;padding:12px 14px;font-size:14px;line-height:1.5}.lead-form__status--success{color:var(--color-primary);background:#a9c69c38}.lead-form__status--error{color:#bc1212;background:#bc12121a}.office-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:48px;display:grid}.office-card{border-radius:var(--radius-large);box-shadow:var(--shadow-soft);background:#fff;overflow:hidden}.office-card__image{color:#ffffffdb;background:linear-gradient(135deg,#18352ce0,#18352c70),radial-gradient(circle at 70% 25%,#a9c69c52,#0000 46%);place-items:center;min-height:340px;font-weight:800;display:grid}.office-card__content{gap:6px;padding:24px;display:grid}.office-card__content span{color:var(--color-muted)}.section--social{background:#fff}.social-box{text-align:center;width:min(760px,100% - 40px)}.social-box .button{margin-top:26px}.footer{background:var(--color-primary);color:#fff;text-align:center;padding:54px 24px}.footer__logo{align-items:center;gap:12px;display:inline-flex}.footer p{color:#ffffffa3;margin:18px 0 0;font-size:14px}.admin-page{background:#f4f1e9;min-height:100vh;padding:42px 0}.admin-header{width:min(var(--container), calc(100% - 40px));justify-content:space-between;align-items:flex-end;gap:20px;margin:0 auto 28px;display:flex}.admin-header h1{color:var(--color-primary);letter-spacing:-.05em;margin:0;font-size:clamp(32px,4vw,52px)}.admin-header p{color:var(--color-muted);margin:8px 0 0}.admin-card{width:min(var(--container), calc(100% - 40px));box-shadow:var(--shadow-soft);background:#fff;border-radius:24px;margin:0 auto;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top;padding:18px 20px;font-size:14px}.admin-table th{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#172622;font-size:12px}.admin-table td{color:#39423f}.admin-table strong{color:var(--color-primary);margin-bottom:4px;display:block}.admin-empty{color:var(--color-muted);padding:34px}.admin-status{color:var(--color-primary);background:#a9c69c3d;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.admin-link{color:var(--color-primary);text-underline-offset:3px;font-weight:800;text-decoration:underline}@media (max-width:980px){.header{flex-wrap:wrap;height:auto;padding-top:18px;padding-bottom:18px}.header__nav{order:3;justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.cards-grid,.lead-section__grid,.office-grid,.team-card,.team-card--reverse{grid-template-columns:1fr}.team-card--reverse .team-card__image{order:0}.admin-card{overflow-x:auto}.admin-table{min-width:820px}}@media (max-width:640px){.container{width:min(100% - 28px, var(--container))}.hero{min-height:620px;padding-top:72px;padding-bottom:72px}.hero__actions{flex-direction:column}.button,.header__button{width:100%}.section,.lead-section{padding:68px 0}.cards-grid{grid-template-columns:1fr}.team-card__content,.lead-form{padding:26px}.header__logo strong{display:none}}.admin-actions{align-items:center;gap:12px;display:flex}.button--secondary-dark{color:var(--color-primary);border:1px solid var(--color-border);background:#fff}.button--outline{width:100%;color:var(--color-primary);background:0 0;border:1px solid #18352c3d}.admin-breadcrumb{color:var(--color-muted);gap:6px;margin-bottom:10px;font-size:14px;display:inline-flex}.admin-breadcrumb a{color:var(--color-primary);text-underline-offset:3px;font-weight:800;text-decoration:underline}.admin-detail-grid{width:min(var(--container), calc(100% - 40px));grid-template-columns:1fr 420px;align-items:start;gap:24px;margin:0 auto;display:grid}.admin-panel{box-shadow:var(--shadow-soft);background:#fff;border-radius:24px;overflow:hidden}.admin-panel__header{color:#fff;background:#172622;justify-content:space-between;align-items:center;gap:16px;min-height:74px;padding:22px 26px;display:flex}.admin-panel__header h2{letter-spacing:-.02em;margin:0;font-size:20px}.admin-info-list{display:grid}.admin-info-list div{border-bottom:1px solid var(--color-border);padding:20px 26px}.admin-info-list div:last-child{border-bottom:none}.admin-info-list span{color:var(--color-muted);margin-bottom:6px;font-size:13px;display:block}.admin-info-list strong,.admin-info-list a{color:var(--color-primary);word-break:break-word;font-size:16px;font-weight:800}.admin-info-list a{text-underline-offset:3px;text-decoration:underline}.admin-form{gap:18px;padding:26px;display:grid}.admin-form label{gap:8px;display:grid}.admin-form label span{color:var(--color-primary);font-size:13px;font-weight:800}.admin-form select,.admin-form textarea{width:100%;color:var(--color-text);resize:vertical;background:#fff;border:1px solid #18352c2e;border-radius:14px;outline:none;padding:14px 16px}.admin-form select{min-height:52px}.admin-form textarea:focus,.admin-form select:focus{border-color:var(--color-secondary);box-shadow:0 0 0 4px #a9c69c38}.admin-convert-form{padding:0 26px 26px}.admin-success-text{color:var(--color-primary);margin:0;padding:0 26px 26px;font-weight:800}@media (max-width:980px){.admin-detail-grid{grid-template-columns:1fr}.admin-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}}.se-admin{color:#1f1833;background:#f6f4fa;grid-template-columns:280px 1fr;min-height:100vh;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.se-admin-sidebar{color:#fff;background:#171022;border-right:1px solid #ffffff14;flex-direction:column;height:100vh;padding:18px;display:flex;position:sticky;top:0}.se-admin-brand{background:#ffffff0f;border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.se-admin-brand__icon{color:#fff;letter-spacing:-.04em;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:12px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:grid}.se-admin-brand strong,.se-admin-brand small{display:block}.se-admin-brand strong{font-size:15px}.se-admin-brand small{color:#ffffff94;margin-top:2px;font-size:12px}.se-admin-nav{gap:4px;margin-top:22px;display:grid}.se-admin-nav__item{color:#ffffffc2;border-radius:12px;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;font-size:14px;transition:background .2s,color .2s;display:flex}.se-admin-nav__item:hover{color:#fff;background:#ffffff14}.se-admin-nav__item--disabled{opacity:.48;cursor:not-allowed}.se-admin-nav__item small{color:#d8c7ff;background:#7c3aed38;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800}.se-admin-sidebar__footer{background:#7c3aed29;border:1px solid #a855f72e;border-radius:16px;margin-top:auto;padding:14px}.se-admin-sidebar__footer span,.se-admin-sidebar__footer strong{display:block}.se-admin-sidebar__footer span{color:#ffffff8f;font-size:12px}.se-admin-sidebar__footer strong{margin-top:4px;font-size:14px}.se-admin-main{min-width:0;padding:28px}.se-admin-topbar{background:radial-gradient(circle at 82% 24%,#7c3aed3d,#0000 34%),linear-gradient(135deg,#fff,#fbf9ff);border:1px solid #eadff8;border-radius:28px;justify-content:space-between;align-items:flex-start;gap:24px;min-height:150px;padding:30px;display:flex;box-shadow:0 24px 70px #1f183314}.se-admin-eyebrow{color:#7c3aed;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900;display:inline-flex}.se-admin-topbar h1{color:#1f1833;letter-spacing:-.06em;margin:0;font-size:clamp(34px,4vw,56px);line-height:1}.se-admin-topbar p{color:#716a7f;max-width:720px;margin:12px 0 0;line-height:1.6}.se-admin-topbar__actions{flex-wrap:wrap;gap:10px;display:flex}.se-admin-button{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;display:inline-flex}.se-admin-button--secondary{color:#342849;background:#fff;border-color:#ded3ee}.se-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px;display:grid}.se-stat-card{background:#fff;border:1px solid #eadff8;border-radius:22px;padding:20px;box-shadow:0 18px 50px #1f18330f}.se-stat-card span,.se-stat-card small{display:block}.se-stat-card span{color:#716a7f;font-size:13px;font-weight:700}.se-stat-card strong{color:#1f1833;letter-spacing:-.05em;margin-top:8px;font-size:34px;line-height:1;display:block}.se-stat-card small{color:#8a8197;margin-top:8px;font-size:12px}.se-stat-card--highlight{background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#0000}.se-stat-card--highlight span,.se-stat-card--highlight strong,.se-stat-card--highlight small{color:#fff}.se-admin-card{background:#fff;border:1px solid #eadff8;border-radius:24px;margin-top:20px;overflow:hidden;box-shadow:0 24px 70px #1f183314}.se-leads-toolbar{border-bottom:1px solid #eee7f8;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.se-leads-toolbar__filters{flex:1;gap:10px;display:flex}.se-leads-toolbar input,.se-leads-toolbar select{color:#1f1833;background:#fff;border:1px solid #ded3ee;border-radius:12px;outline:none;min-height:44px}.se-leads-toolbar input{width:min(420px,100%);padding:0 14px}.se-leads-toolbar select{padding:0 12px}.se-leads-toolbar input:focus,.se-leads-toolbar select:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.se-leads-toolbar__actions{flex-wrap:wrap;gap:10px;display:flex}.se-leads-toolbar button,.se-bulk-bar button{color:#342849;cursor:pointer;background:#fff;border:1px solid #ded3ee;border-radius:12px;min-height:40px;padding:0 14px;font-weight:800}.se-leads-toolbar button:hover,.se-bulk-bar button:hover{color:#7c3aed;border-color:#7c3aed}.se-leads-toolbar button:disabled,.se-bulk-bar button:disabled{opacity:.45;cursor:not-allowed}.se-bulk-bar{background:#f3ecff;border:1px solid #ddc8ff;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;margin:14px 18px 0;padding:12px;display:flex}.se-bulk-bar strong{color:#5b21b6}.se-bulk-bar div{flex-wrap:wrap;gap:8px;display:flex}.se-table-wrap{width:100%;overflow-x:auto}.se-table{border-collapse:collapse;width:100%;min-width:1080px}.se-table th,.se-table td{text-align:left;vertical-align:top;border-bottom:1px solid #eee7f8;padding:16px 18px;font-size:14px}.se-table th{color:#5b5268;letter-spacing:.06em;text-transform:uppercase;background:#fbf9ff;font-size:11px;font-weight:900}.se-table td{color:#342849}.se-table input[type=checkbox]{accent-color:#7c3aed;width:18px;height:18px}.se-contact-cell,.se-muted-cell{gap:4px;display:grid}.se-contact-cell strong,.se-muted-cell strong{color:#1f1833;font-weight:900}.se-contact-cell span,.se-contact-cell small,.se-muted-cell span{color:#7b7288;word-break:break-word;font-size:13px}.se-contact-cell a{color:#7c3aed;text-underline-offset:3px;font-size:13px;font-weight:800;text-decoration:underline}.se-status,.se-sync{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.se-status--NEW{color:#6d28d9;background:#ede9fe}.se-status--IN_PROGRESS{color:#1d4ed8;background:#dbeafe}.se-status--CONVERTED{color:#15803d;background:#dcfce7}.se-status--DISCARDED{color:#b91c1c;background:#fee2e2}.se-sync--PENDING{color:#92400e;background:#fef3c7}.se-sync--SENT{color:#15803d;background:#dcfce7}.se-sync--ERROR{color:#b91c1c;background:#fee2e2}.se-action-link{color:#7c3aed;text-underline-offset:3px;font-weight:900;text-decoration:underline}.se-empty-state{color:#716a7f;text-align:center;padding:28px}.se-detail-grid{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:20px;margin-top:20px;display:grid}.se-detail-panel{background:#fff;border:1px solid #eadff8;border-radius:24px;overflow:hidden;box-shadow:0 24px 70px #1f183314}.se-detail-panel--side{grid-row:span 3}.se-detail-panel__header{color:#fff;background:#171022;justify-content:space-between;align-items:center;gap:16px;min-height:78px;padding:20px 22px;display:flex}.se-detail-panel__header span:not(.se-status):not(.se-sync){color:#ffffff94;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.se-detail-panel__header h2{letter-spacing:-.03em;margin:0;font-size:20px}.se-info-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.se-info-list--compact{grid-template-columns:1fr}.se-info-list div{border-bottom:1px solid #eee7f8;border-right:1px solid #eee7f8;padding:18px 22px}.se-info-list div:nth-child(2n),.se-info-list--compact div{border-right:none}.se-info-list span{color:#7b7288;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.se-info-list strong,.se-info-list a{color:#1f1833;word-break:break-word;font-weight:900}.se-info-list a{color:#7c3aed;text-underline-offset:3px;text-decoration:underline}.se-admin-form{gap:16px;padding:22px;display:grid}.se-admin-form label{gap:8px;display:grid}.se-admin-form label span{color:#342849;font-size:13px;font-weight:900}.se-admin-form select,.se-admin-form textarea{color:#1f1833;resize:vertical;background:#fff;border:1px solid #ded3ee;border-radius:14px;outline:none;width:100%;padding:14px 16px}.se-admin-form select{min-height:52px}.se-admin-form select:focus,.se-admin-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.se-admin-form .se-admin-button,.se-convert-form .se-admin-button{width:100%}.se-convert-form{padding:0 22px 22px}.se-success-text{color:#15803d;margin:0;padding:0 22px 22px;font-weight:900}@media (max-width:1180px){.se-admin{grid-template-columns:1fr}.se-admin-sidebar{height:auto;position:relative}.se-admin-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.se-admin-sidebar__footer{display:none}.se-stats-grid{grid-template-columns:repeat(2,1fr)}.se-detail-grid{grid-template-columns:1fr}.se-detail-panel--side{grid-row:auto}}@media (max-width:760px){.se-admin-main{padding:16px}.se-admin-topbar{flex-direction:column;padding:22px}.se-stats-grid,.se-admin-nav,.se-info-list{grid-template-columns:1fr}.se-info-list div{border-right:none}.se-leads-toolbar,.se-leads-toolbar__filters,.se-bulk-bar{flex-direction:column;align-items:stretch}.se-leads-toolbar input{width:100%}}.se-admin-nav__item--active{color:#fff;background:#7c3aed38;box-shadow:inset 0 0 0 1px #a855f742}.se-customers-grid{grid-template-columns:420px 1fr;align-items:start;gap:20px;margin-top:20px;display:grid}.se-card-header{padding:24px 24px 0}.se-card-header span{color:#7c3aed;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:900;display:inline-flex}.se-card-header h2{color:#1f1833;letter-spacing:-.04em;margin:0;font-size:26px;line-height:1.05}.se-card-header p{color:#716a7f;margin:10px 0 0;line-height:1.55}.se-card-header--row{border-bottom:1px solid #eee7f8;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;display:flex}.se-customer-form{gap:16px;padding:24px;display:grid}.se-customer-form label{gap:8px;display:grid}.se-customer-form label span{color:#342849;font-size:13px;font-weight:900}.se-customer-form input,.se-customer-form textarea{color:#1f1833;background:#fff;border:1px solid #ded3ee;border-radius:14px;outline:none;width:100%}.se-customer-form input{min-height:46px;padding:0 14px}.se-customer-form textarea{resize:vertical;padding:14px}.se-customer-form input:focus,.se-customer-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.se-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.se-table--customers{min-width:980px}.se-customers-list-card{overflow:hidden}@media (max-width:1180px){.se-customers-grid{grid-template-columns:1fr}}@media (max-width:760px){.se-form-row{grid-template-columns:1fr}}.se-two-column-grid{grid-template-columns:420px 1fr;align-items:start;gap:20px;margin-top:20px;display:grid}.se-single-card{margin-top:20px}.se-form{gap:16px;padding:24px;display:grid}.se-form label{gap:8px;display:grid}.se-form label span,.se-checkbox{color:#342849;font-size:13px;font-weight:900}.se-form input,.se-form textarea,.se-form select{color:#1f1833;background:#fff;border:1px solid #ded3ee;border-radius:12px;outline:none;width:100%;min-height:44px;padding:0 14px}.se-form textarea{resize:vertical;padding-top:12px;padding-bottom:12px}.se-form input:focus,.se-form textarea:focus,.se-form select:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.se-form-grid-2,.se-form-grid-4{gap:14px;display:grid}.se-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.se-form-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.se-checkbox{align-items:center;grid-template-columns:unset!important;gap:10px!important;display:flex!important}.se-checkbox input{accent-color:#7c3aed;width:18px;height:18px;min-height:18px}.se-list-panel,.se-mini-list{padding:14px 24px 24px;display:grid}.se-list-row,.se-mini-list div,.se-integration-card{border-bottom:1px solid #eee7f8;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.se-list-row:last-child,.se-mini-list div:last-child,.se-integration-card:last-child{border-bottom:none}.se-list-row strong,.se-mini-list strong,.se-integration-card strong{color:#1f1833;font-weight:900;display:block}.se-list-row small,.se-mini-list small,.se-integration-card small,.se-integration-card span{color:#7b7288;word-break:break-word;margin-top:4px;font-size:13px;display:block}.se-integration-card p{color:#716a7f;margin:10px 0 0;line-height:1.55}.se-inline-actions{flex-wrap:wrap;align-items:center;gap:12px;display:inline-flex}.se-text-button{color:#7c3aed;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:900;text-decoration:underline}.se-dashboard-grid{grid-template-columns:1.1fr .9fr;gap:20px;margin-top:20px;display:grid}.se-shortcuts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:24px;display:grid}.se-shortcuts-grid a{color:#5b21b6;text-align:center;background:#f3ecff;border-radius:16px;justify-content:center;align-items:center;min-height:72px;font-weight:900;display:flex}.se-editor-grid{grid-template-columns:300px 1fr;align-items:start;gap:20px;margin-top:20px;display:grid}.se-editor-sidebar-card{position:sticky;top:28px}.se-editor-content{gap:20px;display:grid}.se-editor-menu{gap:8px;padding:20px 24px 24px;display:grid}.se-editor-menu a{color:#342849;background:#fbf9ff;border-radius:12px;align-items:center;min-height:42px;padding:0 12px;font-weight:800;display:flex}.se-editor-menu a:hover{color:#7c3aed;background:#f3ecff}.se-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:24px;display:grid}.se-media-card{background:#fbf9ff;border:1px solid #eee7f8;border-radius:18px;gap:8px;padding:14px;display:grid}.se-media-card__preview{aspect-ratio:1.25;color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:14px;place-items:center;font-weight:900;display:grid;overflow:hidden}.se-media-card__preview img{object-fit:cover;width:100%;height:100%}.se-media-card strong{color:#1f1833;word-break:break-word}.se-media-card small{color:#7b7288;word-break:break-word;font-size:12px}.se-info-stack{gap:14px;padding:24px;display:grid}.se-info-stack div{background:#fbf9ff;border:1px solid #eee7f8;border-radius:16px;padding:16px}.se-info-stack strong{color:#1f1833}.se-info-stack p{color:#716a7f;margin:8px 0 0;line-height:1.55}.public-blog-page{background:var(--color-background)}.public-blog-page .section-heading h1{color:var(--color-primary);letter-spacing:-.06em;margin:0;font-size:clamp(44px,6vw,82px);line-height:.95}.public-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.public-post-card{box-shadow:var(--shadow-soft);background:#fff;border-radius:24px;gap:14px;padding:16px;display:grid}.public-post-card img,.public-post-card__placeholder{aspect-ratio:16/10;object-fit:cover;background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;border-radius:18px;place-items:center;width:100%;font-weight:900;display:grid}.public-post-card span{color:var(--color-muted);font-size:13px;font-weight:800}.public-post-card h2{color:var(--color-primary);letter-spacing:-.04em;margin:0;font-size:24px;line-height:1.12}.public-post-card p{color:var(--color-muted);margin:0;line-height:1.6}.public-post{width:min(860px,100% - 40px);margin:0 auto;padding:90px 0}.public-post h1{color:var(--color-primary);letter-spacing:-.06em;margin:0;font-size:clamp(40px,6vw,74px);line-height:1}.public-post time,.public-back-link{color:var(--color-muted);margin-bottom:22px;font-weight:800;display:inline-flex}.public-post>img{width:100%;box-shadow:var(--shadow-soft);border-radius:28px;margin:34px 0}.public-post__content{color:#39423f;gap:18px;font-size:18px;line-height:1.8;display:grid}.public-post__content p{margin:0}@media (max-width:1100px){.se-two-column-grid,.se-dashboard-grid,.se-editor-grid{grid-template-columns:1fr}.se-editor-sidebar-card{position:static}.se-media-grid,.public-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.se-form-grid-2,.se-form-grid-4,.se-shortcuts-grid,.se-media-grid,.public-post-grid{grid-template-columns:1fr}.se-list-row,.se-mini-list div,.se-integration-card{flex-direction:column;align-items:flex-start}}.se-admin-v2{--se-bg:#f7f3ff;--se-surface:#ffffffdb;--se-surface-solid:#fff;--se-panel:#fff;--se-border:#6d28d924;--se-border-strong:#6d28d93d;--se-text:#20142f;--se-muted:#7d708e;--se-purple:#7c3aed;--se-purple-dark:#5b21b6;--se-purple-soft:#f1e8ff;--se-pink:#c026d3;--se-blue:#2563eb;--se-green:#16a34a;--se-red:#dc2626;--se-shadow:0 28px 90px #2e10651f;--se-shadow-soft:0 18px 54px #2e106514;background:radial-gradient(circle at 18% 12%, #a855f726, transparent 25%), radial-gradient(circle at 88% 4%, #7c3aed1f, transparent 30%), var(--se-bg);color:var(--se-text);grid-template-columns:292px 1fr}.se-admin-sidebar-v2{background:linear-gradient(#1d0e31fa,#120a1efa),radial-gradient(circle at 30% 0,#7c3aed75,#0000 28%);padding:18px;box-shadow:18px 0 70px #17102238}.se-admin-brand-v2{background:#ffffff14;border:1px solid #ffffff14;border-radius:20px;padding:14px;box-shadow:inset 0 1px #ffffff14}.se-admin-brand__icon-v2{background:linear-gradient(135deg,#8b5cf6,#d946ef);border-radius:14px;box-shadow:0 14px 34px #7c3aed57}.se-admin-nav-v2{gap:7px;margin-top:22px}.se-admin-nav__item-v2{color:#ffffffb8;border:1px solid #0000;border-radius:16px;min-height:46px;padding:0 12px}.se-admin-nav__item-v2:hover,.se-admin-nav__item--active{color:#fff;background:#ffffff17;border-color:#ffffff14}.se-admin-nav__item--active{background:linear-gradient(135deg,#7c3aed5c,#d946ef29);box-shadow:inset 3px 0 #a855f7}.se-admin-nav__label{align-items:center;gap:10px;display:inline-flex}.se-nav-icon{fill:currentColor;opacity:.92;width:18px;height:18px}.se-admin-sidebar__footer-v2{background:linear-gradient(135deg,#7c3aed47,#c026d31f);border:1px solid #a855f747;justify-content:space-between;align-items:center;display:flex}.se-sidebar-site-link{color:#fff;background:#ffffff14;border-radius:12px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.se-admin-main-v2{padding:30px}.se-admin-topbar-v2{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--se-border);box-shadow:var(--se-shadow-soft);background:radial-gradient(circle at 86% 24%,#7c3aed38,#0000 32%),radial-gradient(circle at 65% 0,#d946ef14,#0000 28%),#ffffffd1}.se-admin-topbar-v2 h1{color:var(--se-text)}.se-admin-button--secondary{color:var(--se-purple-dark);border-color:var(--se-border-strong);background:#fff}.se-admin-button--primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 18px 38px #7c3aed38}.se-command-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.se-command-card{background:var(--se-surface-solid);border:1px solid var(--se-border);box-shadow:var(--se-shadow-soft);border-radius:24px;padding:22px}.se-command-card span,.se-command-card small{color:var(--se-muted);display:block}.se-command-card span{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:900}.se-command-card strong{color:var(--se-text);letter-spacing:-.06em;margin-top:10px;font-size:38px;line-height:1;display:block}.se-command-card small{margin-top:8px;font-size:12px}.se-command-card--gradient{color:#fff;background:linear-gradient(135deg,#7c3aed,#c026d3);border-color:#0000}.se-command-card--gradient span,.se-command-card--gradient strong,.se-command-card--gradient small{color:#fff}.se-section-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.se-section-head span{color:var(--se-purple);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900;display:block}.se-section-head h2{color:var(--se-text);letter-spacing:-.045em;margin:6px 0 0;font-size:24px}.se-section-head p{color:var(--se-muted);margin:8px 0 0;line-height:1.55}.se-section-head--compact{align-items:flex-start}.se-crm-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:18px;margin-top:22px;display:grid}.se-crm-main,.se-crm-aside,.se-profile-card,.se-detail-panel--clean,.se-media-console,.se-customizer{background:var(--se-surface-solid);border:1px solid var(--se-border);box-shadow:var(--se-shadow-soft);border-radius:28px}.se-crm-main,.se-crm-aside{padding:20px}.se-crm-list{gap:14px;display:grid}.se-customer-card{background:linear-gradient(#fff,#fbf9ff);border:1px solid #eee6fb;border-radius:22px;grid-template-columns:58px 1fr;gap:16px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.se-customer-card:hover{border-color:#7c3aed47;transform:translateY(-2px);box-shadow:0 18px 50px #2e10651a}.se-customer-card__avatar,.se-profile-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#d946ef);border-radius:18px;place-items:center;width:58px;height:58px;font-size:22px;font-weight:900;display:grid;box-shadow:0 16px 30px #7c3aed38}.se-customer-card__top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.se-customer-card h3,.se-profile-card h2{color:var(--se-text);letter-spacing:-.035em;margin:0}.se-customer-card h3{font-size:18px}.se-customer-card p,.se-profile-card p{color:var(--se-muted);margin:5px 0 0;line-height:1.5}.se-customer-meta{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.se-customer-meta span{color:#6d627a;background:#f6f1ff;border-radius:999px;padding:7px 9px;font-size:12px}.se-tags{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.se-tags span{color:#6d28d9;background:#ede9fe;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.se-customer-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;display:flex}.se-action-pill{color:#5b21b6;cursor:pointer;background:#fff;border:1px solid #e4d8f7;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.se-inline-editor{position:relative}.se-inline-editor>summary{list-style:none}.se-inline-editor>summary::-webkit-details-marker{display:none}.se-inline-editor__panel{z-index:15;border:1px solid var(--se-border);background:#fff;border-radius:24px;width:min(720px,100vw - 80px);padding:18px;position:absolute;top:44px;right:0;box-shadow:0 28px 100px #2e10653d}.se-panel-form{gap:16px;display:grid}.se-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.se-form-grid label,.se-panel-form label,.se-inspector-fields label{gap:8px;display:grid}.se-form-grid span,.se-panel-form label>span,.se-inspector-fields label>span,.se-switch-row span{color:#443551;font-size:12px;font-weight:900}.se-form-grid input,.se-form-grid select,.se-form-grid textarea,.se-panel-form input,.se-panel-form select,.se-panel-form textarea,.se-inspector-fields input,.se-inspector-fields textarea{width:100%;color:var(--se-text);background:#fff;border:1px solid #e3d7f4;border-radius:14px;outline:none;padding:13px 14px;transition:border-color .2s,box-shadow .2s}.se-form-grid input:focus,.se-form-grid select:focus,.se-form-grid textarea:focus,.se-panel-form input:focus,.se-panel-form select:focus,.se-panel-form textarea:focus,.se-inspector-fields input:focus,.se-inspector-fields textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #7c3aed1a}.se-form-grid textarea,.se-panel-form textarea,.se-inspector-fields textarea{resize:vertical}.se-form-actions{justify-content:flex-end;gap:10px;display:flex}.se-customer-status,.se-status,.se-sync{text-transform:uppercase;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;display:inline-flex}.se-customer-status--PROSPECT{color:#6d28d9;background:#ede9fe}.se-customer-status--ACTIVE{color:#15803d;background:#dcfce7}.se-customer-status--PAUSED{color:#92400e;background:#fef3c7}.se-customer-status--FINISHED{color:#1d4ed8;background:#dbeafe}.se-customer-status--ARCHIVED{color:#6b7280;background:#f3f4f6}.se-customer-profile-grid{grid-template-columns:1fr 360px;gap:18px;margin-top:22px;display:grid}.se-profile-card{padding:22px}.se-profile-card--hero{background:radial-gradient(circle at 100% 0,#7c3aed29,#0000 40%),#fff;align-items:center;gap:18px;display:flex}.se-profile-card h2{margin-top:10px;font-size:34px}.se-quick-actions{gap:10px;display:grid}.se-quick-actions a{color:#6d28d9;background:#f3ecff;border-radius:14px;justify-content:center;align-items:center;min-height:42px;font-weight:900;display:flex}.se-detail-grid--customer{grid-template-columns:minmax(0,1fr) 520px;margin-top:18px}.se-detail-panel--clean{overflow:hidden}.se-detail-panel--clean .se-detail-panel__header{color:var(--se-text);border-bottom:1px solid var(--se-border);background:radial-gradient(circle at 100% 0,#7c3aed2e,#0000 36%),#fff}.se-detail-panel--clean .se-detail-panel__header span{color:var(--se-purple)}.se-info-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;display:grid}.se-detail-item{background:#fbf9ff;border:1px solid #eee6fb;border-radius:16px;padding:14px}.se-detail-item span,.se-notes-box span{color:var(--se-muted);font-size:12px;font-weight:800;display:block}.se-detail-item strong{color:var(--se-text);word-break:break-word;margin-top:5px;display:block}.se-notes-box{background:#f3ecff;border:1px solid #e4d2ff;border-radius:18px;margin:0 18px 18px;padding:16px}.se-notes-box p{color:#4f425c;margin:8px 0 0;line-height:1.6}.se-danger-zone{background:#fff7f7;border:1px solid #dc26262e;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin:18px;padding:16px;display:flex}.se-danger-zone strong{color:var(--se-red)}.se-danger-zone p{color:#8a4d4d;margin:5px 0 0}.se-danger-zone button{background:var(--se-red);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 14px;font-weight:900}.se-empty-state--large{text-align:center;background:#fbf9ff;border:1px dashed #d9c8f2;border-radius:22px;padding:36px}.se-empty-state--large strong{color:var(--se-text);margin-bottom:6px;display:block}.se-empty-state--large p{color:var(--se-muted);margin:0}.se-media-console{grid-template-columns:minmax(0,1fr) 360px;gap:18px;margin-top:22px;padding:18px;display:grid}.se-media-left{min-width:0}.se-media-dropzone{text-align:center;min-height:260px;color:var(--se-text);background:radial-gradient(circle,#7c3aed14,#0000 48%),#fbf9ff;border:1.5px dashed #7c3aed47;border-radius:28px;place-items:center;padding:28px;display:grid;position:relative}.se-media-dropzone--active{background:#f3ecff;border-color:#7c3aed}.se-media-dropzone input[type=file]{display:none}.se-media-dropzone__icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#c026d3);border-radius:22px;place-items:center;width:66px;height:66px;font-size:30px;font-weight:900;display:grid;box-shadow:0 20px 42px #7c3aed3d}.se-media-dropzone strong{letter-spacing:-.03em;margin-top:14px;font-size:22px}.se-media-dropzone p{max-width:520px;color:var(--se-muted);margin:8px auto 0;line-height:1.55}.se-media-dropzone button,.se-media-actions button,.se-media-actions a{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:14px;min-height:42px;margin-top:16px;padding:0 16px;font-weight:900}.se-media-dropzone small{color:var(--se-muted);margin-top:10px;display:block}.se-media-toolbar{gap:10px;margin-top:18px;display:flex}.se-media-toolbar input,.se-media-toolbar select{background:#fff;border:1px solid #e3d7f4;border-radius:14px;outline:none;min-height:46px;padding:0 14px}.se-media-toolbar input{flex:1}.se-media-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:18px;display:grid}.se-media-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #eee6fb;border-radius:20px;padding:10px;transition:transform .2s,border-color .2s,box-shadow .2s}.se-media-card:hover,.se-media-card--active{box-shadow:var(--se-shadow-soft);border-color:#7c3aed5c;transform:translateY(-2px)}.se-media-card__thumb{color:#6d28d9;background:#f3ecff;border-radius:15px;place-items:center;height:118px;font-weight:900;display:grid;overflow:hidden}.se-media-card__thumb img,.se-media-preview img{object-fit:cover;width:100%;height:100%}.se-media-card strong{color:var(--se-text);text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:13px;display:block;overflow:hidden}.se-media-card small{color:var(--se-muted);margin-top:3px;display:block}.se-media-inspector{border-left:1px solid #eee6fb;padding-left:18px}.se-media-preview{color:#6d28d9;background:#f3ecff;border-radius:24px;place-items:center;height:230px;font-weight:900;display:grid;overflow:hidden}.se-media-info-list{gap:10px;display:grid}.se-media-info-list div{background:#fbf9ff;border:1px solid #eee6fb;border-radius:14px;padding:12px}.se-media-info-list span{color:var(--se-muted);font-size:12px;display:block}.se-media-info-list strong{color:var(--se-text);word-break:break-word;margin-top:4px;font-size:13px;display:block}.se-media-actions button,.se-media-actions a{text-align:center;justify-content:center;align-items:center;margin:0;display:flex}.se-media-actions .se-media-danger{color:#be123c;background:#fff1f2}.se-customizer{grid-template-columns:310px minmax(0,1fr) 370px;min-height:760px;margin-top:22px;display:grid;overflow:hidden}.se-customizer-sections,.se-customizer-inspector{background:#fff;padding:18px}.se-customizer-sections{border-right:1px solid #eee6fb}.se-customizer-inspector{border-left:1px solid #eee6fb}.se-customizer-panel-head span{color:var(--se-purple);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.se-customizer-panel-head h2{color:var(--se-text);letter-spacing:-.04em;margin:6px 0 0;font-size:22px}.se-customizer-panel-head p{color:var(--se-muted);margin:8px 0 0;line-height:1.55}.se-section-sort-list{gap:9px;margin-top:16px;display:grid}.se-section-sort-item{width:100%;min-height:66px;color:var(--se-text);text-align:left;cursor:grab;background:#fff;border:1px solid #eee6fb;border-radius:16px;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.se-section-sort-item--active{background:#f6f0ff;border-color:#7c3aed6b;box-shadow:0 12px 28px #7c3aed14}.se-drag-handle{color:#a993c7;font-weight:900}.se-section-sort-item strong,.se-section-sort-item small{display:block}.se-section-sort-item strong{font-size:13px}.se-section-sort-item small{color:var(--se-muted);margin-top:3px}.se-section-sort-actions{gap:4px;display:flex}.se-section-sort-actions span{color:#7c3aed;cursor:pointer;background:#fff;border:1px solid #e2d5f4;border-radius:8px;place-items:center;width:26px;height:26px;font-weight:900;display:grid}.se-customizer-preview-wrap{background-color:#f7f3ff;background-image:linear-gradient(45deg,#7c3aed0d 25%,#0000 25%),linear-gradient(-45deg,#7c3aed0d 25%,#0000 25%),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-width:0;padding:18px}.se-customizer-preview-toolbar{background:#ffffffd6;border:1px solid #eee6fb;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding:12px;display:flex}.se-customizer-preview-toolbar strong,.se-customizer-preview-toolbar span{display:block}.se-customizer-preview-toolbar strong{color:var(--se-text)}.se-customizer-preview-toolbar span{color:var(--se-muted);margin-top:2px;font-size:12px}.se-device-toggle{background:#f1e8ff;border-radius:999px;padding:4px;display:flex}.se-device-toggle button{color:#6d28d9;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:9px 12px;font-weight:900}.se-device-toggle button.active{color:#fff;background:#7c3aed}.se-theme-preview{background:#f7f5ef;border:1px solid #7c3aed38;border-radius:24px;height:660px;margin:0 auto;transition:width .2s;overflow:auto;box-shadow:0 26px 80px #2e106529}.se-theme-preview--desktop{width:min(100%,900px)}.se-theme-preview--mobile{width:375px}.se-theme-preview-section{cursor:pointer;background:0 0;border:2px solid #0000;width:100%;padding:0;display:block;position:relative}.se-theme-preview-section--active{border-color:#7c3aed;box-shadow:inset 0 0 0 2px #7c3aed2e}.se-preview-section-label{color:#fff;opacity:0;background:#7c3aed;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:900;position:absolute;top:8px;right:8px}.se-theme-preview-section:hover .se-preview-section-label,.se-theme-preview-section--active .se-preview-section-label{opacity:1}.preview-announcement{text-align:center;padding:10px;font-size:12px;font-weight:800}.preview-header{color:#fff;background:#172622;justify-content:space-between;align-items:center;gap:14px;min-height:70px;padding:0 34px;display:flex}.preview-header nav{color:#ffffffb3;font-size:12px}.preview-header button,.preview-hero button,.preview-cta button,.preview-social button{color:#17302a;background:#a9c69c;border:none;border-radius:12px;padding:12px 16px;font-weight:900}.preview-hero{color:#fff;text-align:left;min-height:360px;padding:70px 52px}.preview-hero span{color:#a9c69c;text-transform:uppercase;font-size:12px;font-weight:900}.preview-hero h2{letter-spacing:-.06em;max-width:560px;margin:12px 0 0;font-size:46px;line-height:.98}.preview-hero p{color:#ffffffc2;max-width:540px;margin:18px 0 0;line-height:1.55}.preview-hero button{margin-top:22px}.preview-marquee{white-space:nowrap;background:#fff;gap:18px;padding:16px;display:flex;overflow:hidden}.preview-marquee span{color:#18352c;font-weight:900}.preview-section{text-align:left;background:#f7f5ef;padding:52px}.preview-section h2,.preview-cta h2{color:#18352c;letter-spacing:-.045em;margin:0;font-size:34px}.preview-section p{color:#65716b;line-height:1.6}.preview-dark{background:#1d2725}.preview-dark h2,.preview-dark p{color:#fff}.preview-cards,.preview-team{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.preview-cards span,.preview-team span,.preview-office{min-height:90px;color:inherit;background:#ffffff1f;border:1px solid #ffffff24;border-radius:18px;place-items:center;font-weight:900;display:grid}.preview-team span,.preview-office{color:#18352c;background:#ebe4d1}.preview-cta{color:#fff;background:#172622;justify-content:space-between;align-items:center;padding:42px 52px;display:flex}.preview-cta h2{color:#fff}.preview-social{text-align:center;background:#fff}.preview-footer{text-align:center;color:#fff;padding:34px}.se-switch-row{background:#fbf9ff;border:1px solid #eee6fb;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;min-height:46px;margin-top:14px;padding:12px;display:flex}.se-switch-row input[type=checkbox]{accent-color:#7c3aed;width:42px;height:24px}.se-inspector-fields{gap:12px;margin-top:14px;display:grid}.se-customizer-savebar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-top:1px solid #eee6fb;margin:18px -18px -18px;padding:14px 18px;position:sticky;bottom:0}.se-customizer-savebar button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#c026d3);border:none;border-radius:14px;width:100%;min-height:46px;font-weight:900}.se-customizer-savebar span{color:var(--se-muted);text-align:center;margin-top:8px;font-size:12px;display:block}@media (max-width:1280px){.se-command-grid,.se-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.se-crm-layout,.se-media-console,.se-customizer,.se-customer-profile-grid,.se-detail-grid--customer{grid-template-columns:1fr}.se-media-inspector,.se-customizer-inspector,.se-customizer-sections{border:none}.se-customizer{overflow:visible}}@media (max-width:860px){.se-admin-v2{grid-template-columns:1fr}.se-admin-sidebar-v2{height:auto;position:relative}.se-admin-main-v2{padding:16px}.se-admin-topbar-v2,.se-section-head,.se-customer-card__top,.se-danger-zone,.preview-cta{flex-direction:column;align-items:stretch}.se-command-grid,.se-form-grid--two,.se-info-mosaic,.se-customer-card,.se-profile-card--hero{grid-template-columns:1fr}.se-inline-editor__panel{width:auto;position:fixed;inset:16px;overflow:auto}.se-media-toolbar{flex-direction:column}.se-theme-preview--mobile,.se-theme-preview--desktop{width:100%}.preview-header,.preview-hero,.preview-section,.preview-cta{padding-left:22px;padding-right:22px}.preview-hero h2{font-size:34px}.preview-cards,.preview-team{grid-template-columns:1fr}}:root{--se-bg:#f6f6f7;--se-surface:#fff;--se-surface-alt:#f3f4f6;--se-text:#1f2937;--se-muted:#6b7280;--se-border:#e5e7eb;--se-dark:#111827;--se-purple:#5c4db1;--se-purple-soft:#ede9fe;--se-success:#16a34a;--se-danger:#dc2626;--se-radius:14px;--se-shadow:0 1px 2px #1018280a, 0 8px 24px #1018280a}body{background:var(--se-bg);color:var(--se-text)}.se-shop-shell{background:var(--se-bg);min-height:100vh}.se-shop-topbar{color:#fff;z-index:50;background:#0f1115;justify-content:space-between;align-items:center;gap:18px;height:56px;padding:0 16px;display:flex;position:sticky;top:0}.se-shop-topbar__brand{align-items:center;gap:10px;min-width:220px;display:flex}.se-shop-badge{color:#fff;background:linear-gradient(135deg,#7c67ff,#5c4db1);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.se-shop-topbar__brand small{color:#9ca3af;font-size:12px}.se-shop-search{background:#23262d;border:1px solid #30343b;border-radius:12px;flex:1;align-items:center;gap:10px;max-width:620px;height:38px;padding:0 12px;display:flex}.se-shop-search svg{color:#d1d5db;width:16px;height:16px}.se-shop-search input{color:#fff;background:0 0;border:0;outline:none;flex:1;font-size:14px}.se-shop-search kbd{color:#d1d5db;border:1px solid #41454d;border-bottom-width:2px;border-radius:6px;padding:2px 6px;font-size:11px}.se-shop-topbar__actions{align-items:center;gap:10px;display:flex}.se-account-pill{color:#fff;background:#17191f;border:1px solid #2c3138;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;display:flex}.se-account-pill span{background:#7c67ff;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:inline-flex}.se-account-pill strong{font-size:13px}.se-shop-layout{grid-template-columns:260px 1fr;display:grid}.se-shop-sidebar{border-right:1px solid var(--se-border);background:#f3f4f6;min-height:calc(100vh - 56px);padding:18px 12px}.se-nav-caption{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;padding:14px 12px 6px;font-size:12px;font-weight:700}.se-shop-nav__item{color:#374151;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:14px;text-decoration:none;display:flex}.se-shop-nav__item.is-active{color:#312e81;background:#e8e2ff;font-weight:600}.se-shop-nav__label{align-items:center;gap:10px;display:inline-flex}.se-sidebar-project{border:1px solid var(--se-border);box-shadow:var(--se-shadow);background:#fff;border-radius:14px;gap:6px;margin-top:18px;padding:14px;display:grid}.se-sidebar-project a{color:var(--se-purple);font-weight:600;text-decoration:none}.se-shop-main{padding:20px}.se-page-head h1{letter-spacing:-.03em;color:#111827;margin:0;font-size:30px;font-weight:700;line-height:1.08}.se-page-head p{color:var(--se-muted);max-width:900px;margin:6px 0 0;font-size:14px}.se-page-head__actions{align-items:center;gap:10px;display:flex}.se-admin-button,.se-page-head__actions a,.se-page-head__actions button{border:1px solid var(--se-border);color:#111827;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 1px #10182805}.se-admin-button--primary,.se-page-head__actions .se-admin-button--primary{color:#fff;background:#111827;border-color:#111827}.se-admin-button--ghost{background:#fff}.se-admin-card,.se-command-card,.se-data-table-card,.se-crm-main>div,.se-crm-side .se-admin-card{background:var(--se-surface);border:1px solid var(--se-border);border-radius:var(--se-radius);box-shadow:var(--se-shadow)}.se-command-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.se-command-card{padding:16px 18px}.se-command-card--gradient{color:#fff;background:linear-gradient(135deg,#111827,#5c4db1)}.se-command-card span,.se-command-card small{color:inherit;opacity:.8}.se-command-card strong{margin:8px 0 6px;font-size:30px;line-height:1;display:block}.se-table-toolbar{border-bottom:1px solid var(--se-border);justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.se-table-toolbar input,.se-table-toolbar select,.se-table-toolbar button{border:1px solid var(--se-border);background:#fff;border-radius:12px;min-height:40px;padding:0 14px;font-size:14px}.se-table-scroll{overflow:auto}.se-data-table{border-collapse:collapse;width:100%}.se-data-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;border-bottom:1px solid var(--se-border);background:#fafafa;padding:14px;font-size:12px}.se-data-table td{vertical-align:top;border-bottom:1px solid #f0f0f0;padding:14px;font-size:14px}.se-data-table td strong{color:#111827;font-size:14px;display:block}.se-data-table td small{color:#6b7280;margin-top:2px;font-size:12px;display:block}.se-empty-table{text-align:center;color:var(--se-muted);padding:32px!important}.se-status-pill{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.se-status-pill--active,.se-status-pill--sent,.se-status-pill--converted{color:#166534;background:#dcfce7}.se-status-pill--pending,.se-status-pill--new{color:#1d4ed8;background:#eff6ff}.se-status-pill--disabled,.se-status-pill--discarded,.se-status-pill--error{color:#b91c1c;background:#fef2f2}.se-bulk-toolbar,.se-table-bulk,.se-lead-bulk-actions{border:1px solid var(--se-border)!important;background:#f8fafc!important;border-radius:14px!important;padding:12px 14px!important}.se-bulk-toolbar button,.se-table-bulk button,.se-lead-bulk-actions button{border-radius:10px!important;min-height:38px!important;font-size:13px!important}.se-table-bulk strong,.se-lead-bulk-actions strong,.se-bulk-toolbar strong{color:#111827!important;font-size:14px!important;font-weight:700!important}.se-form,.se-inline-form{gap:14px;display:grid}.se-form label,.se-inline-form label,.se-form-grid label,.se-inspector-field,.se-inspector-switch{gap:6px;display:grid}.se-form span,.se-inline-form span,.se-form-grid span,.se-inspector-field span,.se-inspector-switch span{color:#374151;font-size:13px;font-weight:600}.se-form input,.se-form textarea,.se-form select,.se-inline-form input,.se-inline-form textarea,.se-inline-form select,.se-form-grid input,.se-form-grid textarea,.se-form-grid select,.se-inspector-field input,.se-inspector-field textarea,.se-inspector-field select{border:1px solid var(--se-border);color:#111827;background:#fff;border-radius:12px;width:100%;min-height:42px;padding:10px 12px;font-size:14px}.se-form textarea,.se-inline-form textarea,.se-form-grid textarea,.se-inspector-field textarea{resize:vertical;min-height:96px}.se-form-grid{gap:14px;display:grid}.se-form-grid--two,.se-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.se-switch-row{border:1px solid var(--se-border);background:#fafafa;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex!important}.se-switch-row input{width:20px!important;min-height:20px!important}.se-form-divider{border-top:1px solid var(--se-border);padding:12px 0 0}.se-form-divider strong{margin-bottom:4px;display:block}.se-form-divider p{color:var(--se-muted);margin:0;font-size:13px}.se-two-column-grid,.se-crm-layout{grid-template-columns:minmax(0,1.65fr) minmax(340px,.9fr);gap:18px;display:grid}.se-card-header span,.se-section-head span{text-transform:uppercase;letter-spacing:.05em;color:var(--se-purple);font-size:12px;font-weight:700;display:inline-block}.se-card-header h2,.se-section-head h2{margin:4px 0 6px;font-size:22px;line-height:1.15}.se-card-header p,.se-section-head__hint{color:var(--se-muted);font-size:14px}.se-info-stack p{color:var(--se-muted);margin:6px 0 0;font-size:14px}.se-shopify-customizer{grid-template-columns:280px 1fr 320px;gap:18px;min-height:76vh;display:grid}.se-customizer-structure,.se-customizer-inspector-shopify{border:1px solid var(--se-border);box-shadow:var(--se-shadow);background:#fff;border-radius:16px;overflow:hidden}.se-structure-title{border-bottom:1px solid var(--se-border);padding:16px}.se-structure-title h2{margin:0;font-size:22px}.se-structure-item,.se-structure-block,.se-add-block{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;display:flex}.se-structure-item .drag{color:#9ca3af;margin-right:8px}.se-structure-item .label{flex:1;font-size:14px;font-weight:600}.se-structure-blocks{gap:4px;margin-left:18px;padding-bottom:6px;display:grid}.se-add-block{color:var(--se-purple);font-weight:600}.se-customizer-stage{min-width:0}.se-customizer-stage__topbar{border:1px solid var(--se-border);background:#fff;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.se-stage-status{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.se-stage-status .chip{color:#166534;background:#dcfce7;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.se-stage-actions{gap:8px;display:flex}.se-stage-actions button{border:1px solid var(--se-border);background:#fff;border-radius:10px;min-height:36px;padding:0 14px;font-weight:600}.se-stage-actions button.is-active{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.se-stage-preview{border:1px solid var(--se-border);background:#eef1f4;border-top:0;border-radius:0 0 16px 16px;min-height:74vh;padding:20px;overflow:auto}.se-stage-preview--mobile .se-stage-section{max-width:430px;margin-inline:auto}.se-stage-section{text-align:left;cursor:pointer;background:#fff;border:2px solid #0000;border-radius:8px;width:100%;margin-bottom:14px;display:block;position:relative;overflow:hidden}.se-stage-section__label{z-index:4;color:#fff;background:#1d4ed8;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.se-preview-announcement{justify-content:center;align-items:center;min-height:36px;padding:0 12px;font-size:12px;font-weight:600;display:flex}.se-preview-header{background:#fff;justify-content:space-between;align-items:center;min-height:80px;padding:18px 24px;display:flex}.se-preview-header button,.se-preview-content button,.se-preview-hero button{color:#fff;background:#5948a7;border:1px solid #d1d5db;border-radius:999px;min-height:40px;padding:0 16px;font-weight:700}.se-preview-hero{color:#fff;background:radial-gradient(circle at 100% 100%,#a9c69c33,#0000 30%),linear-gradient(90deg,#092920,#2d3d34);padding:64px 40px}.se-preview-hero .eyebrow{text-transform:uppercase;letter-spacing:.06em;color:#c7d2fe;margin-bottom:12px;font-size:12px;display:inline-block}.se-preview-hero p{color:#ffffffd9;max-width:720px;font-size:16px}.se-preview-content h3{margin:0 0 16px;font-size:26px}.se-preview-card-grid,.se-preview-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.se-preview-card-grid article,.se-preview-team-grid article{border:1px solid var(--se-border);background:#fafafa;border-radius:14px;padding:14px}.se-preview-footer{color:#fff;background:#111827;padding:18px 24px}.se-save-inline-message{color:#166534;margin-top:10px;font-size:13px;font-weight:600}.se-inspector-head{border-bottom:1px solid var(--se-border);justify-content:space-between;align-items:center;padding:16px;display:flex}.se-inspector-head h3{margin:0;font-size:20px}.se-close-cross{border:1px solid var(--se-border);background:#fff;border-radius:10px;width:32px;height:32px;font-size:20px}.se-inspector-scroll{gap:12px;max-height:70vh;padding:16px;display:grid;overflow:auto}.se-inline-picker-button{border:1px solid var(--se-border);color:#111827;background:#f9fafb;border-radius:10px;min-height:42px;padding:0 12px;font-weight:600}.se-danger-button{color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:12px;min-height:40px;font-weight:700}.se-media-drawer{background:#fff;grid-template-rows:auto auto 1fr;gap:14px;width:min(540px,100%);height:100vh;padding:18px;display:grid;box-shadow:-8px 0 30px #0000001f}.se-media-drawer__head{justify-content:space-between;gap:12px;display:flex}.se-media-drawer__head button{border:1px solid var(--se-border);background:#fff;border-radius:12px;width:36px;height:36px;font-size:20px}.se-media-drawer__search{border:1px solid var(--se-border);border-radius:12px;min-height:42px;padding:0 12px}.se-media-drawer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid;overflow:auto}.se-media-choice{border:1px solid var(--se-border);text-align:left;background:#fff;border-radius:14px;gap:10px;padding:10px;display:grid}.se-media-choice img,.se-media-file-fallback{object-fit:cover;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:100%;height:140px;display:flex}.se-media-choice span{color:#111827;word-break:break-all;font-size:13px;font-weight:600}.se-inline-details[open]{gap:10px;display:grid}@media (max-width:1180px){.se-shopify-customizer{grid-template-columns:1fr}.se-customizer-structure,.se-customizer-inspector-shopify{min-height:auto}}@media (max-width:980px){.se-shop-layout,.se-two-column-grid,.se-crm-layout{grid-template-columns:1fr}.se-shop-sidebar{min-height:auto}.se-command-grid,.se-form-grid--two,.se-form-grid-2,.se-preview-card-grid,.se-preview-team-grid,.se-preview-gallery{grid-template-columns:1fr}.se-page-head,.se-shop-topbar{flex-direction:column;align-items:stretch;height:auto}.se-shop-search{max-width:none}}:root{--se-shop-bg:#f1f1f1;--se-shop-surface:#fff;--se-shop-sidebar:#ebebeb;--se-shop-topbar:#111;--se-shop-text:#202223;--se-shop-muted:#6d7175;--se-shop-border:#d9d9d9;--se-shop-border-soft:#e5e5e5;--se-shop-purple:#6f3ff5;--se-shop-purple-dark:#4f23c7;--se-shop-purple-soft:#f3efff;--se-shop-green:#aee9c2;--se-shop-radius:12px;--se-shop-shadow:0 1px 0 #0000000d, 0 1px 3px #00000014}:is(body:has(.se-shop-shell),body:has(.se-shopify-customizer)){background:var(--se-shop-bg);color:var(--se-shop-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.se-shop-shell{background:var(--se-shop-bg);min-height:100vh;color:var(--se-shop-text)}.se-shop-topbar{z-index:50;background:var(--se-shop-topbar);color:#fff;grid-template-columns:260px minmax(280px,620px) 1fr;align-items:center;gap:18px;height:48px;padding:0 14px;display:grid;position:sticky;top:0}.se-shop-topbar__brand,.se-shop-topbar__actions,.se-account-pill{align-items:center;display:flex}.se-shop-topbar__brand{gap:9px}.se-shop-badge,.se-account-pill span{background:var(--se-shop-purple);color:#fff;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.se-shop-wordmark{font-size:13px;font-weight:750}.se-shop-topbar__brand small{color:#e7e7e7;background:#2b2b2b;border-radius:999px;padding:2px 7px;font-size:11px}.se-shop-search{color:#d6d6d6;background:#262626;border:1px solid #3a3a3a;border-radius:10px;grid-template-columns:20px 1fr 44px;align-items:center;gap:8px;height:34px;padding:0 10px;display:grid}.se-shop-search input{color:#fff;background:0 0;border:none;outline:none;min-width:0;font-size:13px}.se-shop-search kbd{color:#a7a7a7;justify-self:end;font-family:inherit;font-size:11px}.se-shop-topbar__actions{justify-self:end;gap:8px}.se-icon-button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;width:30px;height:30px}.se-account-pill{gap:8px;font-size:13px;font-weight:750}.se-shop-sidebar{background:var(--se-shop-sidebar);border-right:1px solid var(--se-shop-border-soft);height:calc(100vh - 48px);padding:12px 10px;position:sticky;top:48px;overflow:auto}.se-shop-nav,.se-nav-group{gap:2px;display:grid}.se-nav-caption{color:#616161;margin:18px 8px 6px;font-size:12px;font-weight:650}.se-shop-nav__item{color:#303030;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:28px;padding:0 8px;font-size:13px;line-height:1;display:flex}.se-nav-icon{color:#555;flex:none;width:16px;height:16px}.se-shop-nav__item small{color:#5c5c5c;background:#dedede;border-radius:999px;padding:3px 6px;font-size:10px;font-weight:700}.se-sidebar-project{border:1px solid var(--se-shop-border-soft);box-shadow:var(--se-shop-shadow);background:#fff;border-radius:10px;margin-top:26px;padding:10px}.se-sidebar-project span,.se-sidebar-project strong,.se-sidebar-project a{display:block}.se-sidebar-project strong{margin:3px 0 8px;font-size:13px}.se-page-head{justify-content:space-between;align-items:center;gap:16px;min-height:auto;padding:0 2px 14px;display:flex}.se-page-head p{max-width:760px;color:var(--se-shop-muted);margin:5px 0 0;font-size:13px;line-height:1.45}.se-page-head__actions{flex-wrap:wrap;gap:8px;display:flex}.se-admin-button,.se-leads-toolbar button,.se-bulk-bar button,.se-table-toolbar button,.se-media-actions button,.se-media-actions a,.se-media-dropzone button{color:#303030;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:30px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex;box-shadow:0 1px #0000000a}.se-admin-button:hover,.se-leads-toolbar button:hover,.se-bulk-bar button:hover,.se-table-toolbar button:hover,.se-media-actions button:hover,.se-media-actions a:hover,.se-media-dropzone button:hover{color:#202223;background:#f7f7f7;border-color:#b5b5b5}.se-admin-button--primary:hover{color:#fff;background:#111}.se-admin-button--danger,.se-danger-button{color:#b42318;background:#fff7f6;border-color:#f1c3bd}.se-stats-grid,.se-command-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 14px;display:grid}.se-stat-card,.se-command-card,.se-admin-card,.se-data-table-card,.se-media-console,.se-customizer-structure,.se-customizer-inspector-shopify{border:1px solid var(--se-shop-border);border-radius:var(--se-shop-radius);background:var(--se-shop-surface);box-shadow:var(--se-shop-shadow)}.se-stat-card,.se-command-card{padding:14px}.se-stat-card span,.se-command-card span,.se-card-header span,.se-section-head span{color:var(--se-shop-muted);font-size:12px;font-weight:650}.se-stat-card strong,.se-command-card strong{color:var(--se-shop-text);letter-spacing:-.02em;margin-top:6px;font-size:22px;line-height:1;display:block}.se-stat-card small,.se-command-card small{color:#737373;margin-top:7px;font-size:12px;display:block}.se-stat-card--highlight,.se-command-card--gradient{background:linear-gradient(135deg, #4b3b89, var(--se-shop-purple));border-color:#4b3b89}.se-stat-card--highlight span,.se-stat-card--highlight strong,.se-stat-card--highlight small,.se-command-card--gradient span,.se-command-card--gradient strong,.se-command-card--gradient small{color:#fff}.se-admin-card{overflow:hidden}.se-card-header{border-bottom:1px solid var(--se-shop-border-soft);padding:14px 16px}.se-card-header h2,.se-section-head h2{color:var(--se-shop-text);margin:4px 0 0;font-size:16px;font-weight:650;line-height:1.25}.se-card-header p{color:var(--se-shop-muted);margin:6px 0 0;font-size:13px;line-height:1.45}.se-form,.se-info-stack{padding:16px}.se-form-grid,.se-form-grid-2{gap:12px;display:grid}.se-form-grid--two,.se-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.se-form-grid__full{grid-column:1/-1}.se-form label,.se-form-grid label,.se-inspector-field{gap:5px;display:grid}.se-form label span,.se-form-grid label span,.se-inspector-field span,.se-switch-row span,.se-inspector-switch span{color:#303030;font-size:12px;font-weight:650}.se-form input,.se-form textarea,.se-form select,.se-form-grid input,.se-form-grid textarea,.se-form-grid select,.se-leads-toolbar input,.se-leads-toolbar select,.se-table-toolbar input,.se-media-toolbar input,.se-media-toolbar select,.se-inspector-field input,.se-inspector-field textarea,.se-inspector-field select,.se-media-drawer__search{width:100%;min-height:32px;color:var(--se-shop-text);background:#fff;border:1px solid #c9c9c9;border-radius:8px;outline:none;padding:0 10px;font-size:13px}.se-form textarea,.se-form-grid textarea,.se-inspector-field textarea{resize:vertical;min-height:82px;padding:9px 10px}.se-form input:focus,.se-form textarea:focus,.se-form select:focus,.se-form-grid input:focus,.se-form-grid textarea:focus,.se-form-grid select:focus,.se-leads-toolbar input:focus,.se-leads-toolbar select:focus,.se-table-toolbar input:focus,.se-media-toolbar input:focus,.se-media-toolbar select:focus,.se-inspector-field input:focus,.se-inspector-field textarea:focus,.se-inspector-field select:focus,.se-media-drawer__search:focus{border-color:var(--se-shop-purple);box-shadow:0 0 0 2px #6f3ff52e}.se-form-divider{border:1px solid var(--se-shop-border-soft);background:#f7f7f7;border-radius:10px;margin:6px 0;padding:12px}.se-form-divider strong{font-size:13px;display:block}.se-form-divider p{color:var(--se-shop-muted);margin:4px 0 0;font-size:12px;line-height:1.4}.se-info-stack{gap:10px;display:grid}.se-info-stack div{border:1px solid var(--se-shop-border-soft);background:#f7f7f7;border-radius:10px;padding:12px}.se-info-stack strong{font-size:13px}.se-info-stack p{color:var(--se-shop-muted);margin:4px 0 0;font-size:12px;line-height:1.4}.se-admin-card,.se-leads-toolbar,.se-bulk-bar,.se-table th,.se-table td{font-size:13px}.se-leads-toolbar{border-bottom:1px solid var(--se-shop-border-soft);gap:10px;padding:12px}.se-leads-toolbar__filters{gap:8px}.se-leads-toolbar input{max-width:420px}.se-table th,.se-table td{border-bottom:1px solid var(--se-shop-border-soft);padding:10px 14px}.se-table th{color:#616161;background:#f7f7f7;font-size:11px;font-weight:750}.se-contact-cell strong,.se-muted-cell strong{color:#202223;font-size:13px;font-weight:650}.se-contact-cell span,.se-contact-cell small,.se-muted-cell span{color:var(--se-shop-muted);font-size:12px}.se-action-link,.se-contact-cell a{color:var(--se-shop-purple-dark);font-size:13px;font-weight:650}.se-status,.se-sync,.se-status-pill{text-transform:none;border-radius:999px;min-height:22px;padding:0 8px;font-size:11px;font-weight:750}.se-status--CONVERTED,.se-status-pill--active{color:#0c5132;background:#aee9c2}.se-status-pill--prospect,.se-status--NEW{color:#303030;background:#e4e5e7}.se-status-pill--disabled,.se-status-pill--archived,.se-status--DISCARDED{color:#8e1f0b;background:#fed3d1}.se-status-pill--paused,.se-status--IN_PROGRESS{color:#084e8a;background:#b4e1fa}.se-sync--NOT_SENT{color:#5c5f62;background:#e4e5e7}body:has(.se-shopify-customizer){overflow:hidden}:is(body:has(.se-shopify-customizer) .se-shop-topbar,body:has(.se-shopify-customizer) .se-shop-sidebar,body:has(.se-shopify-customizer) .se-page-head){display:none}:is(body:has(.se-shopify-customizer) .se-shop-layout,body:has(.se-shopify-customizer) .se-shop-main){min-height:calc(100vh - 48px);padding:0;display:block}.se-shopify-customizer{border-top:1px solid var(--se-shop-border);background:#f6f6f7;grid-template-columns:272px minmax(0,1fr) 286px;height:calc(100vh - 48px);display:grid}.se-customizer-structure,.se-customizer-inspector-shopify{height:calc(100vh - 48px);box-shadow:none;border-top:none;border-bottom:none;border-radius:0;overflow:auto}.se-customizer-structure{border-left:none}.se-customizer-inspector-shopify{border-right:none}.se-structure-title,.se-inspector-head{border-bottom:1px solid var(--se-shop-border-soft);background:#fff;justify-content:space-between;align-items:center;min-height:52px;padding:0 12px;display:flex}.se-structure-title h2,.se-inspector-head h3{margin:0;font-size:13px;font-weight:650}.se-group-caption{color:#616161;padding:16px 12px 6px;font-size:12px;font-weight:650;display:block}.se-structure-item,.se-structure-block,.se-add-block{color:#303030;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;grid-template-columns:18px 1fr 22px;align-items:center;gap:8px;width:calc(100% - 16px);min-height:32px;margin:2px 8px;font-size:13px;display:grid}.se-structure-item:hover,.se-structure-block:hover,.se-add-block:hover{background:#f1f1f1}.se-structure-item.is-active,.se-structure-block.is-active{background:#e9effd;box-shadow:inset 3px 0 #0b74de}.se-structure-item .drag{color:#9d9d9d;font-size:12px}.se-structure-item .label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.se-structure-blocks{margin:2px 8px 10px 28px}.se-add-block{color:#0b74de;align-items:center;font-weight:650;display:flex}.se-structure-block{color:#555;grid-template-columns:1fr auto;width:calc(100% - 8px)}.se-structure-block small{color:#8a8a8a;font-size:11px}.se-customizer-stage{background:#ededed;grid-template-rows:52px 1fr;min-width:0;display:grid}.se-customizer-stage__topbar{border-bottom:1px solid var(--se-shop-border);background:#fff;justify-content:space-between;align-items:center;gap:16px;height:52px;padding:0 12px;display:flex}.se-stage-status,.se-stage-actions{color:#303030;align-items:center;gap:8px;font-size:13px;display:flex}.se-stage-actions button{cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:30px;padding:0 10px;font-size:12px;font-weight:650}.se-stage-actions button.is-active{border-color:var(--se-shop-purple);color:var(--se-shop-purple-dark);background:var(--se-shop-purple-soft)}.se-stage-actions button:last-child{color:#fff;background:#303030;border-color:#303030}.se-stage-preview{width:min(100%,1180px);height:calc(100vh - 100px);box-shadow:0 0 0 1px var(--se-shop-border), 0 12px 30px #00000014;transform-origin:top;background:#fff;margin:0 auto;overflow:auto}.se-stage-preview--mobile{border-radius:24px;width:390px;height:calc(100vh - 140px);margin-top:20px}.se-stage-section{text-align:left;cursor:pointer;background:0 0;border:2px solid #0000;width:100%;padding:0;display:block;position:relative}.se-stage-section:hover{border-color:#0b74de}.se-stage-section__label{z-index:4;color:#fff;opacity:0;background:#0b74de;border-radius:0 0 6px;padding:4px 8px;font-size:11px;font-weight:650;position:absolute;top:0;left:0}.se-stage-section:hover .se-stage-section__label,.se-stage-section.is-active .se-stage-section__label{opacity:1}.se-preview-header button,.se-preview-hero button,.se-preview-content button{color:#fff;background:#303030;border:none;border-radius:8px;min-height:38px;padding:0 16px;font-weight:650}.se-preview-hero .eyebrow{color:#b8d7ad;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:800;display:block}.se-preview-hero p{color:#ffffffbf;max-width:560px;font-size:16px;line-height:1.6}.se-preview-card-grid,.se-preview-team-grid,.se-preview-gallery{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.se-preview-card-grid article,.se-preview-team-grid article,.se-preview-gallery div{border:1px solid var(--se-shop-border-soft);background:#f7f7f7;border-radius:12px;min-height:130px;padding:16px}.se-preview-team-grid .avatar{background:linear-gradient(135deg,#ddd,#bbb);border-radius:50%;width:56px;height:56px;margin-bottom:10px}.se-inspector-head{z-index:2;position:sticky;top:0}.se-inspector-switch,.se-switch-row{justify-content:space-between;align-items:center;gap:12px;min-height:36px;display:flex}.se-inspector-switch input,.se-switch-row input[type=checkbox]{width:34px;height:20px;accent-color:var(--se-shop-purple)}.se-field-with-action{grid-template-columns:1fr auto;gap:6px;display:grid}.se-inline-picker-button{cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;padding:0 10px;font-size:12px;font-weight:650}.se-danger-button{border-radius:8px;min-height:32px;font-size:13px;font-weight:650}.se-save-inline-message{z-index:20;color:#fff;background:#303030;border-radius:10px;padding:10px 12px;font-size:13px;position:fixed;bottom:18px;right:306px;box-shadow:0 12px 28px #00000038}.se-media-drawer{background:#fff;grid-template-rows:auto auto 1fr;width:min(520px,100%);height:100vh;display:grid;box-shadow:-12px 0 40px #0003}.se-media-drawer__head{border-bottom:1px solid var(--se-shop-border-soft);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.se-media-drawer__head button{cursor:pointer;background:0 0;border:none;width:30px;height:30px;font-size:22px}.se-media-drawer__search{width:calc(100% - 32px);margin:14px 16px}.se-media-drawer__grid{grid-template-columns:repeat(3,1fr);align-content:start;gap:10px;padding:0 16px 16px;display:grid;overflow:auto}.se-media-choice{border:1px solid var(--se-shop-border-soft);text-align:left;cursor:pointer;background:#fff;border-radius:10px;overflow:hidden}.se-media-choice:hover{border-color:var(--se-shop-purple);box-shadow:0 0 0 2px #6f3ff51f}.se-crm-layout{grid-template-columns:minmax(0,1fr) 380px;gap:14px;display:grid}.se-section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin:0 0 10px;display:flex}.se-data-table-card{overflow:hidden}.se-table-toolbar{border-bottom:1px solid var(--se-shop-border-soft);align-items:center;gap:8px;min-height:44px;padding:8px 10px;display:flex}.se-table-toolbar input{max-width:460px}.se-table-scroll{overflow-x:auto}.se-data-table{border-collapse:collapse;width:100%;min-width:900px}.se-data-table th,.se-data-table td{border-bottom:1px solid var(--se-shop-border-soft);text-align:left;vertical-align:middle;padding:9px 12px;font-size:13px}.se-data-table th{color:#616161;background:#f7f7f7;font-size:12px;font-weight:650}.se-data-table td strong,.se-data-table td small{display:block}.se-data-table td small{color:var(--se-shop-muted);margin-top:2px;font-size:12px}.se-inline-details summary{cursor:pointer;color:var(--se-shop-purple-dark);font-weight:650}.se-inline-form{border:1px solid var(--se-shop-border-soft);background:#f7f7f7;border-radius:10px;min-width:520px;margin:10px 0;padding:12px}.se-empty-table{color:var(--se-shop-muted);text-align:center;padding:24px!important}.se-media-console{grid-template-columns:minmax(0,1fr) 340px;gap:0;display:grid;overflow:hidden}.se-media-left{min-width:0;padding:14px}.se-media-dropzone{text-align:center;background:#fafafa;border:1px dashed #c4c4c4;border-radius:12px;padding:22px}.se-media-dropzone--active{border-color:var(--se-shop-purple);background:var(--se-shop-purple-soft)}.se-media-dropzone input{display:none}.se-media-dropzone__icon{width:42px;height:42px;color:var(--se-shop-purple-dark);background:#eee;border-radius:12px;place-items:center;margin:0 auto 10px;font-size:24px;display:grid}.se-media-dropzone strong{font-size:15px;display:block}.se-media-dropzone p,.se-media-dropzone small{color:var(--se-shop-muted);font-size:13px}.se-media-toolbar{gap:8px;margin:14px 0;display:flex}.se-media-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:10px;display:grid}.se-media-card{border:1px solid var(--se-shop-border-soft);text-align:left;cursor:pointer;background:#fff;border-radius:10px;min-width:0;overflow:hidden}.se-media-card--active{border-color:var(--se-shop-purple);box-shadow:0 0 0 2px #6f3ff524}.se-media-card__thumb{aspect-ratio:1.2;background:#f1f1f1;place-items:center;display:grid;overflow:hidden}.se-media-card__thumb img{object-fit:cover;width:100%;height:100%}.se-media-card strong,.se-media-card small{padding:0 9px;display:block}.se-media-card strong{color:var(--se-shop-text);white-space:nowrap;text-overflow:ellipsis;margin-top:8px;font-size:12px;overflow:hidden}.se-media-card small{color:var(--se-shop-muted);padding-bottom:9px;font-size:11px}.se-media-inspector{border-left:1px solid var(--se-shop-border-soft);background:#fff;min-width:0;padding:14px}.se-media-preview{aspect-ratio:1.2;background:#f1f1f1;border-radius:10px;place-items:center;display:grid;overflow:hidden}.se-media-preview img{object-fit:cover;width:100%;height:100%}.se-media-info-list{gap:8px;margin-top:12px;display:grid}.se-media-info-list div{background:#f7f7f7;border-radius:8px;padding:8px}.se-media-info-list span,.se-media-info-list strong{word-break:break-all;display:block}.se-media-info-list span{color:var(--se-shop-muted);font-size:11px}.se-media-info-list strong{margin-top:2px;font-size:12px}.se-media-actions{gap:8px;margin-top:12px;display:grid}@media (max-width:1180px){.se-shop-topbar{grid-template-columns:1fr;height:auto;padding:8px}.se-shop-layout,.se-shopify-customizer,.se-crm-layout,.se-media-console{grid-template-columns:1fr}.se-shop-sidebar,.se-customizer-structure,.se-customizer-inspector-shopify{height:auto;position:relative;top:0}body:has(.se-shopify-customizer){overflow:auto}.se-shopify-customizer,.se-customizer-structure,.se-customizer-inspector-shopify{height:auto}}@media (max-width:760px){.se-shop-main{padding:12px}.se-stats-grid,.se-command-grid,.se-form-grid--two,.se-form-grid-2{grid-template-columns:1fr}.se-page-head{flex-direction:column;align-items:stretch}}:root{--se-shopify-bg:#f1f1f1;--se-shopify-sidebar:#ebebeb;--se-shopify-topbar:#111;--se-shopify-card:#fff;--se-shopify-border:#dcdcdc;--se-shopify-border-soft:#e8e8e8;--se-shopify-text:#202223;--se-shopify-muted:#616161;--se-shopify-purple:#5948a7;--se-shopify-purple-strong:#4b238f;--se-shopify-purple-soft:#f0ebff;--se-shopify-green:#aee9d1}.se-shop-shell{background:var(--se-shopify-bg);min-height:100vh;color:var(--se-shopify-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.se-shop-topbar{background:var(--se-shopify-topbar);color:#fff;z-index:50;grid-template-columns:250px minmax(260px,620px) 1fr;align-items:center;gap:16px;height:48px;padding:0 14px;display:grid;position:sticky;top:0}.se-shop-topbar__brand--logo{align-items:center;gap:10px;min-width:0;display:flex}.se-shop-topbar__brand--logo img{object-fit:contain;width:155px;height:auto;max-height:28px;display:block}.se-shop-topbar__brand--logo small{color:#ffffffc7;background:#ffffff1a;border-radius:8px;flex:none;padding:3px 6px;font-size:11px}.se-shop-search{color:#ffffffc7;background:#262626;border:1px solid #3a3a3a;border-radius:9px;align-items:center;gap:8px;height:34px;padding:0 10px;display:flex}.se-shop-search svg{width:16px;height:16px}.se-shop-search input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;font-size:13px}.se-shop-search kbd{color:#bbb;background:#333;border-radius:5px;padding:2px 5px;font-family:inherit;font-size:10px}.se-shop-topbar__actions{justify-self:end;align-items:center;gap:8px;display:flex}.se-icon-button{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.se-icon-button:hover{background:#ffffff1a}.se-account-pill{align-items:center;gap:8px;font-size:12px;display:flex}.se-account-pill span{background:var(--se-shopify-purple);border-radius:8px;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.se-shop-layout{grid-template-columns:220px 1fr;min-height:calc(100vh - 48px);display:grid}.se-shop-sidebar{background:var(--se-shopify-sidebar);border-right:1px solid var(--se-shopify-border);flex-direction:column;height:calc(100vh - 48px);padding:10px;display:flex;position:sticky;top:48px}.se-shop-nav{gap:12px;display:grid}.se-nav-group{gap:2px;display:grid}.se-shop-nav__item{color:#303030;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:28px;padding:0 8px;font-size:13px;display:flex}.se-shop-nav__item:hover{background:#e2e2e2}.se-shop-nav__item.is-active{box-shadow:inset 3px 0 0 var(--se-shopify-purple);background:#fff}.se-shop-nav__item small{color:var(--se-shopify-purple-strong);background:#ded6f6;border-radius:999px;padding:2px 6px;font-size:10px}.se-shop-nav__label{align-items:center;gap:8px;min-width:0;display:inline-flex}.se-nav-icon{color:#555;width:16px;height:16px}.is-active .se-nav-icon{color:var(--se-shopify-purple)}.se-sidebar-project{border:1px solid var(--se-shopify-border);background:#fff;border-radius:10px;gap:4px;margin-top:auto;padding:10px;display:grid}.se-sidebar-project span{color:var(--se-shopify-muted);font-size:11px}.se-sidebar-project strong{font-size:13px}.se-sidebar-project a{color:var(--se-shopify-purple);font-size:12px;font-weight:700}.se-shop-main{min-width:0;padding:16px 18px 28px}.se-page-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.se-page-head h1{letter-spacing:-.01em;margin:0;font-size:20px;font-weight:650}.se-page-head p{color:var(--se-shopify-muted);margin:4px 0 0;font-size:13px;line-height:1.4}.se-admin-button{border:1px solid var(--se-shopify-border);color:#202223;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.se-admin-button--danger{color:#b42318;background:#fff4f4;border-color:#f4c7c3}.se-leads-toolbar{gap:10px;padding:10px 12px}.se-leads-toolbar input,.se-leads-toolbar select{border-radius:8px;min-height:34px;font-size:13px}.se-leads-toolbar button,.se-bulk-bar button{border-radius:8px;min-height:30px;padding:0 10px;font-size:13px}.se-bulk-bar{background:#f8f7ff;border-color:#d7c9ff;border-radius:9px;margin:8px 10px 0;padding:8px 10px;font-size:13px}.se-table th{background:#f7f7f7;font-size:11px}.se-contact-cell{gap:2px}.se-contact-cell strong{font-size:13px}.se-contact-cell span,.se-contact-cell a,.se-contact-cell small,.se-muted-cell span{font-size:12px}.se-status,.se-sync{letter-spacing:.03em;min-height:22px;padding:0 8px;font-size:10px}.se-action-link{color:var(--se-shopify-purple);font-size:13px}.se-admin-card,.se-command-card,.se-stat-card{border-color:var(--se-shopify-border);box-shadow:0 1px #0000000d}body:has(.se-shopify-customizer-v4){overflow:hidden}.se-shopify-customizer-v4{border:1px solid var(--se-shopify-border);background:#f1f1f1;border-radius:12px;grid-template-columns:272px minmax(0,1fr) 312px;height:calc(100vh - 116px);min-height:620px;display:grid;overflow:hidden}.se-customizer-structure,.se-customizer-inspector-shopify{background:#fff;min-width:0;height:100%;overflow:auto}.se-customizer-structure{border-right:1px solid var(--se-shopify-border)}.se-customizer-inspector-shopify{border-left:1px solid var(--se-shopify-border)}.se-structure-title{border-bottom:1px solid var(--se-shopify-border);align-items:center;height:44px;padding:0 12px;display:flex}.se-structure-title h2{margin:0;font-size:14px;font-weight:650}.se-structure-group{border-bottom:1px solid #eee;padding:12px 8px}.se-group-caption{color:#444;margin:0 6px 8px;font-size:12px;font-weight:650;display:block}.se-structure-item{text-align:left;cursor:pointer;color:#303030;background:0 0;border:0;border-radius:7px;grid-template-columns:18px 1fr 24px;align-items:center;gap:6px;width:100%;min-height:32px;padding:0 7px;font-size:13px;display:grid}.se-structure-item:hover{background:#f2f2f2}.se-structure-item.is-active{color:#0b5cab;background:#e9f2ff}.se-structure-item .drag{color:#999;letter-spacing:-3px}.se-structure-item .label{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.se-structure-item .eye{opacity:.58;justify-self:end;font-size:12px}.se-structure-blocks{gap:3px;margin:4px 0 6px 30px;display:grid}.se-add-block{color:#005bd3;text-align:left;cursor:pointer;background:0 0;border:0;min-height:26px;font-size:12px}.se-structure-block{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;min-height:28px;padding:0 7px;font-size:12px;display:flex}.se-structure-block:hover{background:#f2f2f2}.se-structure-block.is-active{color:#0b5cab;background:#e9f2ff}.se-customizer-stage{background:#f1f1f1;flex-direction:column;min-width:0;display:flex}.se-customizer-stage__topbar-v4{border-bottom:1px solid var(--se-shopify-border);background:#fff;flex:none;grid-template-columns:44px 1fr auto;align-items:center;gap:8px;height:44px;padding:0 8px;display:grid}.se-customizer-back{color:#303030;border-radius:7px;place-items:center;width:32px;height:32px;font-size:18px;display:grid}.se-customizer-back:hover{background:#f2f2f2}.se-stage-status{color:#4a4a4a;align-items:center;gap:8px;min-width:0;font-size:13px;display:flex}.se-stage-status strong{font-weight:650}.se-stage-status .chip{background:var(--se-shopify-green);color:#0c5132;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:650}.se-stage-actions{align-items:center;gap:4px;display:flex}.se-stage-actions button{border:1px solid var(--se-shopify-border);color:#303030;cursor:pointer;background:#fff;border-radius:7px;min-height:30px;padding:0 9px;font-size:12px;font-weight:650}.se-stage-actions button:hover{background:#f7f7f7}.se-stage-actions button:disabled{opacity:.45;cursor:not-allowed}.se-stage-actions .is-active{color:#fff;background:#303030;border-color:#303030}.se-save-theme-button{color:#fff!important;background:#303030!important;border-color:#303030!important}.se-stage-preview{flex:1;place-content:start center;padding:18px;display:grid;overflow:auto}.se-stage-preview--desktop .se-stage-section{width:min(100%,1180px)}.se-stage-preview--mobile{justify-content:center}.se-stage-preview--mobile .se-stage-section{width:390px;max-width:calc(100vw - 40px)}.se-stage-section{cursor:pointer;text-align:initial;background:#fff;border:2px solid #0000;margin:0 auto;display:block;position:relative}.se-stage-section:hover{outline:1px solid #7f7f7f}.se-stage-section__label{z-index:4;color:#fff;opacity:0;pointer-events:none;background:#005bd3;border-radius:5px 5px 0 0;padding:3px 7px;font-size:11px;position:absolute;top:0;left:0;transform:translateY(-100%)}.se-stage-section.is-active .se-stage-section__label{opacity:1}.se-preview-announcement{place-items:center;min-height:28px;padding:6px 10px;font-size:12px;font-weight:650;display:grid}.se-preview-header{color:#fff;background:#16251f;justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:0 36px;display:flex}.se-preview-header strong{font-size:15px}.se-preview-button{color:#172622;background:#a9c69c;border-radius:9px;justify-content:center;align-items:center;min-height:34px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.se-preview-hero{color:#fff;background:linear-gradient(135deg,#15342c,#293932) 50%/cover;min-height:520px;padding:92px 64px}.se-preview-hero .eyebrow{color:#a9c69c;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.se-preview-hero h2{letter-spacing:-.06em;max-width:680px;margin:16px 0 0;font-size:clamp(34px,5vw,64px);line-height:.96}.se-preview-hero p{color:#ffffffc7;max-width:580px;margin:18px 0 0;line-height:1.6}.se-preview-hero__actions{align-items:center;gap:12px;margin-top:24px;display:flex}.se-preview-hero__actions small{color:#ffffffa6}.se-preview-marquee{white-space:nowrap;color:#18352c;background:#fff;gap:20px;padding:14px 18px;font-size:22px;font-weight:800;display:flex;overflow:hidden}.se-preview-marquee span:after{content:"•";color:#a9c69c;margin-left:20px}.se-preview-content{background:#fff;padding:56px 64px}.se-preview-content h3{letter-spacing:-.04em;margin:0 0 14px;font-size:32px}.se-preview-content p{color:#666;line-height:1.6}.se-preview-card-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px;display:grid}.se-preview-card-grid article{border:1px solid #e5e5e5;border-radius:14px;min-height:130px;padding:18px}.se-preview-team-grid article{background:#eee8d8;border-radius:14px;padding:18px}.se-preview-team-grid .avatar{background:#d9d9d9;border-radius:14px;width:90px;height:90px;margin-bottom:12px;overflow:hidden}.se-preview-gallery{grid-template-columns:1.2fr .8fr .8fr;gap:12px;margin-top:20px;display:grid}.se-stage-preview--mobile .se-preview-header{min-height:58px;padding:0 18px}.se-stage-preview--mobile .se-preview-header nav{display:none}.se-stage-preview--mobile .se-preview-hero h2{font-size:42px}.se-stage-preview--mobile .se-preview-content{padding:38px 22px}.se-stage-preview--mobile .se-preview-card-grid,.se-stage-preview--mobile .se-preview-team-grid,.se-stage-preview--mobile .se-preview-gallery{grid-template-columns:1fr}.se-inspector-head{border-bottom:1px solid var(--se-shopify-border);justify-content:space-between;align-items:center;height:44px;padding:0 12px;display:flex}.se-inspector-head h3{margin:0;font-size:14px;font-weight:650}.se-close-cross{cursor:pointer;background:0 0;border:0;border-radius:7px;width:28px;height:28px;font-size:18px}.se-close-cross:hover{background:#f2f2f2}.se-inspector-scroll{gap:14px;padding:14px;display:grid}.se-inspector-field,.se-inspector-media-field{gap:7px;display:grid}.se-inspector-field span,.se-media-field-label span{color:#303030;font-size:12px;font-weight:650}.se-media-field-label{justify-content:space-between;align-items:center;gap:12px;display:flex}.se-media-field-label small{color:#777;font-size:11px}.se-inspector-field input,.se-inspector-field textarea,.se-inspector-media-field input{color:#202223;background:#fff;border:1px solid #c9c9c9;border-radius:8px;width:100%;min-height:34px;padding:0 10px;font-size:13px}.se-inspector-field textarea{resize:vertical;min-height:92px;padding:8px 10px}.se-inspector-field input:focus,.se-inspector-field textarea:focus,.se-inspector-media-field input:focus{outline-offset:1px;border-color:#005bd3;outline:2px solid #005bd3}.se-inspector-switch{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:14px;padding:10px 0;font-size:13px;display:flex}.se-inspector-switch input{width:40px;height:22px;accent-color:var(--se-shopify-purple)}.se-media-field-preview{color:#666;text-align:center;background:#fafafa;border:1px dashed #c9c9c9;border-radius:10px;place-items:center;min-height:120px;display:grid;overflow:hidden}.se-media-field-preview img{object-fit:cover;width:100%;height:100%;display:block}.se-media-field-preview strong,.se-media-field-preview small{display:block}.se-media-field-preview small{color:#777;margin-top:3px;font-size:11px}.se-media-field-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.se-media-field-actions button,.se-inline-picker-button{cursor:pointer;background:#fff;border:1px solid #c9c9c9;border-radius:8px;min-height:32px;font-size:12px;font-weight:650}.se-media-field-actions button:hover{background:#f7f7f7}.se-danger-button{color:#b42318;cursor:pointer;background:#fff4f4;border:1px solid #f4c7c3;border-radius:8px;min-height:34px;font-weight:650}.se-media-drawer-overlay{z-index:100;background:#0000003d;justify-content:flex-end;display:flex;position:fixed;inset:0}.se-media-drawer{background:#fff;width:min(520px,100%);height:100%;padding:16px;overflow:auto;box-shadow:-20px 0 50px #0000002e}.se-media-drawer__head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.se-media-drawer__head strong{font-size:18px;display:block}.se-media-drawer__head p{color:#666;margin:4px 0 0;font-size:13px}.se-media-drawer__head button{cursor:pointer;background:#f1f1f1;border:0;border-radius:8px;width:32px;height:32px;font-size:20px}.se-media-drawer-upload{text-align:center;background:#fafafa;border:1px dashed #c9c9c9;border-radius:10px;gap:6px;margin-bottom:12px;padding:18px;display:grid}.se-media-drawer-upload input{display:none}.se-media-drawer-upload p{color:#666;margin:0;font-size:12px}.se-media-drawer-upload button{cursor:pointer;background:#fff;border:1px solid #c9c9c9;border-radius:8px;justify-self:center;min-height:32px;padding:0 12px;font-weight:650}.se-media-drawer__search{border:1px solid #c9c9c9;border-radius:8px;width:100%;min-height:36px;margin-bottom:12px;padding:0 10px}.se-media-drawer__grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.se-media-choice{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;padding:0;overflow:hidden}.se-media-choice img,.se-media-file-fallback{aspect-ratio:1;object-fit:cover;background:#f1f1f1;place-items:center;width:100%;display:grid}.se-media-choice span{white-space:nowrap;text-overflow:ellipsis;padding:7px;font-size:11px;display:block;overflow:hidden}.se-save-inline-message{color:#fff;background:#202223;border-radius:8px;padding:8px 12px;font-size:13px;position:absolute;bottom:20px;right:330px}@media (max-width:1180px){body:has(.se-shopify-customizer-v4){overflow:auto}.se-shop-topbar{grid-template-columns:1fr;height:auto;padding:8px}.se-shop-layout{grid-template-columns:1fr}.se-shop-sidebar{height:auto;position:static}.se-shopify-customizer-v4{grid-template-columns:1fr;height:auto;min-height:0}.se-customizer-stage__topbar-v4{grid-template-columns:auto 1fr;height:auto;padding:8px}.se-stage-actions{flex-wrap:wrap;grid-column:1/-1}.se-stage-preview{max-height:70vh}.se-customizer-structure,.se-customizer-inspector-shopify{height:auto;max-height:none}}@media (max-width:760px){.se-shop-main{padding:12px}.se-page-head{flex-direction:column;align-items:stretch}.se-stage-preview--mobile .se-stage-section,.se-stage-preview--desktop .se-stage-section{width:100%}.se-preview-hero h2{font-size:36px}.se-media-drawer__grid{grid-template-columns:repeat(2,1fr)}}.se-shop-topbar{background:#0b0b0c!important;grid-template-columns:260px minmax(260px,660px) 260px!important;align-items:center!important;gap:18px!important;min-height:52px!important;padding:0 16px!important;display:grid!important}.se-shop-topbar__brand--logo{color:#f6f6f7!important;align-items:center!important;gap:10px!important;height:52px!important;display:inline-flex!important}.se-shop-topbar__brand--logo img{object-fit:contain!important;width:168px!important;height:auto!important;display:block!important}.se-shop-topbar__brand--logo small{color:#f6f6f7!important;white-space:nowrap!important;background:#252527!important;border-radius:999px!important;padding:2px 7px!important;font-size:11px!important}.se-shop-search{color:#c9c9cf!important;background:#242426!important;border:1px solid #3b3b3d!important;border-radius:10px!important;align-items:center!important;height:36px!important;display:flex!important;position:relative!important;box-shadow:inset 0 1px #ffffff0a!important}.se-shop-search svg{width:18px!important;height:18px!important;margin-left:12px!important}.se-shop-search input{color:#fff!important;background:0 0!important;border:0!important;outline:none!important;flex:1!important;height:100%!important;padding:0 10px!important;font-size:13px!important}.se-shop-search kbd{color:#bfc0c4!important;background:#323234!important;border:1px solid #424245!important;border-radius:5px!important;margin-right:8px!important;padding:2px 6px!important;font-size:10px!important}.se-search-popover{z-index:80;background:#fff;border:1px solid #d9d9de;border-radius:14px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 60px #0000002e}.se-search-popover button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;gap:2px;width:100%;padding:10px 12px;display:grid}.se-search-popover button span{color:#5948a7;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:800}.se-search-popover button strong{color:#202223;font-size:13px}.se-search-popover button small,.se-search-empty small{color:#6d7175;font-size:12px}.se-search-empty strong{color:#202223}.se-shop-sidebar{color:#202223!important;background:#ebebed!important;border-right:1px solid #dcdce0!important}.se-shop-nav__item{color:#303033!important;border-radius:8px!important;min-height:30px!important;padding:0 10px!important;font-size:13px!important}.se-shop-nav__item.is-active{color:#202223!important;background:#fff!important;box-shadow:0 1px #0000000f!important}.se-shop-nav__item small{color:#5948a7!important;background:#e5ddff!important;font-size:10px!important}.se-nav-caption{color:#616161!important;margin:16px 10px 6px!important;font-size:12px!important}.se-sidebar-project{box-shadow:none!important;color:#202223!important;background:#fff!important;border:1px solid #dcdce0!important}.se-sidebar-project span,.se-sidebar-project a{color:#6d7175!important}.se-shop-main{background:#f1f1f1!important;padding:18px 22px 36px!important}.se-page-head{box-shadow:none!important;background:0 0!important;border:0!important;margin-bottom:16px!important;padding:0!important}.se-page-head h1{color:#202223!important;letter-spacing:0!important;font-size:20px!important;line-height:1.25!important}.se-page-head p{color:#6d7175!important;max-width:740px!important;margin-top:3px!important;font-size:13px!important}.se-admin-button,.se-leads-toolbar button,.se-bulk-bar button{min-height:32px!important;box-shadow:none!important;border-radius:8px!important;font-size:13px!important;font-weight:650!important}.se-admin-button--primary{color:#fff!important;background:#303030!important;border-color:#303030!important}.se-admin-button--dark{color:#fff!important;background:#303030!important;border:1px solid #303030!important}.se-admin-button--danger{color:#b42318!important;background:#fff1f1!important;border:1px solid #ffd5d2!important}.se-admin-card,.se-data-table-card,.se-theme-card,.se-theme-draft,.se-theme-metrics article{background:#fff!important;border:1px solid #dcdce0!important;border-radius:12px!important;box-shadow:0 1px #0000000a!important}.se-leads-toolbar{border-bottom:1px solid #e3e3e6!important;padding:12px 14px!important}.se-leads-toolbar input,.se-leads-toolbar select{border-color:#c9c9cf!important;border-radius:8px!important;min-height:36px!important;font-size:13px!important}.se-bulk-bar{color:#202223!important;background:#faf9ff!important;border:0!important;border-bottom:1px solid #e3e3e6!important;border-radius:0!important;margin:0!important;padding:8px 14px!important}.se-bulk-bar strong{color:#202223!important;font-size:13px!important}.se-table th,.se-table td{padding:11px 14px!important;font-size:13px!important}.se-table th{color:#5c5f62!important;background:#f7f7f8!important;font-size:11px!important}.se-contact-cell strong,.se-muted-cell strong{font-size:13px!important}.se-contact-cell span,.se-contact-cell small,.se-muted-cell span{font-size:12px!important}.se-theme-home{justify-content:center;display:flex}.se-theme-home__main{gap:16px;width:min(980px,100%);display:grid}.se-theme-metrics{background:#fff;border:1px solid #dcdce0;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.se-theme-metrics article{gap:3px;padding:16px 18px;display:grid;border:0!important;border-right:1px solid #e3e3e6!important;border-radius:0!important}.se-theme-metrics article:last-child{border-right:0!important}.se-theme-metrics strong{color:#202223;font-size:13px}.se-theme-metrics span{color:#6d7175;font-size:12px}.se-theme-card--active{overflow:hidden}.se-theme-preview-card{background:linear-gradient(#f6f6f7,#fff);justify-content:center;align-items:end;gap:20px;min-height:260px;padding:26px 24px 0;display:flex}.se-theme-preview-desktop{color:#5948a7;background:linear-gradient(135deg,#fff,#f3f0ff);border:1px solid #dcdce0;border-radius:12px 12px 0 0;place-items:center;width:min(580px,68%);height:230px;display:grid}.se-theme-preview-desktop strong{font-size:26px}.se-theme-preview-desktop span{color:#6d7175;font-size:12px}.se-theme-preview-mobile{color:#6d7175;background:#fff;border:1px solid #dcdce0;border-radius:18px 18px 0 0;place-items:center;width:130px;height:210px;font-size:12px;display:grid}.se-theme-card__body h2{color:#202223;margin:0;font-size:15px}.se-theme-card__body p,.se-theme-card__body small,.se-theme-draft span,.se-theme-draft small{color:#6d7175;margin-top:4px;font-size:12px;display:block}.se-theme-card__actions,.se-theme-draft__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.se-section-head--themes{justify-content:space-between;align-items:center;margin-top:22px;display:flex}.se-add-theme-form button,.se-theme-draft__actions button,.se-theme-draft__actions a{color:#202223;cursor:pointer;background:#fff;border:1px solid #c9c9cf;border-radius:8px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.se-theme-draft__actions .danger{color:#b42318}.se-theme-draft__thumb{color:#6d7175;background:#f6f6f7;border:1px solid #dcdce0;border-radius:8px;place-items:center;width:72px;height:52px;font-size:12px;display:grid}.se-theme-draft>div:nth-child(2){flex:1}.se-shopify-customizer-v4{background:#f6f6f7!important;border-top:1px solid #dcdce0!important;grid-template-columns:272px minmax(0,1fr) 318px!important;height:calc(100vh - 86px)!important;margin:-18px -22px -36px!important}.se-customizer-structure,.se-customizer-inspector-shopify{background:#fff!important;border-color:#dcdce0!important}.se-structure-title{border-bottom:1px solid #e3e3e6!important;justify-content:space-between!important;align-items:center!important;min-height:52px!important;padding:12px 14px!important;display:flex!important}.se-structure-title h2{color:#202223!important;margin:0!important;font-size:14px!important}.se-structure-title button,.se-add-block{color:#005bd3!important;cursor:pointer!important;background:0 0!important;border:0!important;font-size:13px!important;font-weight:650!important}.se-group-caption{color:#6d7175!important;padding:14px 14px 7px!important;font-size:12px!important;font-weight:650!important}.se-structure-item,.se-structure-block{color:#202223!important;border-radius:8px!important;min-height:34px!important;margin:2px 8px!important;font-size:13px!important}.se-structure-item.is-active,.se-structure-block.is-active{color:#005bd3!important;background:#eaf3ff!important}.se-structure-item .eye{opacity:.55}.se-structure-blocks{padding-left:18px!important}.se-structure-block small{color:#6d7175!important}.se-customizer-stage__topbar-v4{background:#fff!important;border-bottom:1px solid #dcdce0!important;min-height:52px!important}.se-customizer-back{color:#202223!important;background:0 0!important;border-radius:8px!important;width:36px!important;height:36px!important}.se-stage-status{color:#202223!important;font-size:13px!important}.se-stage-status .chip{color:#005e46!important;background:#a7f3c0!important}.se-stage-actions button{color:#202223!important;background:#fff!important;border:1px solid #dcdce0!important;border-radius:8px!important;min-height:32px!important;font-size:13px!important}.se-stage-actions .se-save-theme-button{color:#fff!important;background:#303030!important;border-color:#303030!important}.se-stage-preview{background:#f1f1f1!important;padding:10px!important;overflow:auto!important}.se-stage-preview--mobile{background:#fff!important;border:10px solid #202223!important;border-radius:34px!important;width:390px!important;max-width:calc(100% - 24px)!important;min-height:720px!important;margin:18px auto!important;overflow:auto!important;box-shadow:0 20px 50px #00000024!important}.se-stage-preview--mobile .se-preview-header{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.se-stage-preview--mobile .se-preview-hero{min-height:560px!important;padding:42px 24px!important}.se-stage-preview--mobile .se-preview-hero h2{font-size:38px!important;line-height:1.02!important}.se-stage-preview--mobile .se-preview-card-grid,.se-stage-preview--mobile .se-preview-team-grid{grid-template-columns:1fr!important}.se-stage-section{cursor:pointer!important;background:#fff!important;border:2px solid #0000!important;margin-bottom:0!important}.se-stage-section.is-active{border-color:#005bd3!important;box-shadow:inset 0 0 0 1px #005bd3!important}.se-stage-section__label{color:#fff!important;background:#005bd3!important;border-radius:0 0 6px!important;font-size:11px!important}.se-preview-announcement{text-align:center!important;padding:9px 14px!important;font-size:12px!important}.se-preview-header{justify-content:space-between!important;align-items:center!important;gap:18px!important;padding:22px 7vw!important;display:flex!important}.se-preview-header nav{color:#303030!important;font-size:13px!important}.se-preview-button{color:#fff!important;background:#5948a7!important;border-radius:999px!important;align-items:center!important;min-height:34px!important;padding:0 16px!important;font-size:13px!important;font-weight:650!important;display:inline-flex!important}.se-preview-hero{color:#fff!important;background-color:#14342c!important;background-position:50%!important;background-size:cover!important;min-height:640px!important;padding:84px 10vw!important}.se-preview-hero h2{letter-spacing:-.05em!important;max-width:760px!important;font-size:clamp(42px,6vw,86px)!important;line-height:.98!important}.se-preview-hero p{max-width:620px!important;font-size:16px!important;line-height:1.6!important}.se-preview-content{padding:60px 8vw!important}.se-preview-card-grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important;display:grid!important}.se-preview-card-grid article{border:1px solid #dcdce0!important;border-radius:12px!important;padding:18px!important}.se-preview-team-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important;display:grid!important}.se-preview-team-grid article{border:1px solid #dcdce0!important;border-radius:12px!important;padding:18px!important}.se-preview-team-grid .avatar{background:#f1f1f1!important;border-radius:50%!important;width:72px!important;height:72px!important;overflow:hidden!important}.se-preview-team-grid .avatar img{object-fit:cover!important;width:100%!important;height:100%!important}.se-preview-gallery{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;display:grid!important}.se-preview-gallery div{background:#e4e4e7!important;border-radius:12px!important;min-height:120px!important}.se-preview-footer{color:#fff!important;text-align:center!important;background:#111827!important;padding:36px!important}.se-inspector-head{border-bottom:1px solid #dcdce0!important;min-height:52px!important;padding:12px 14px!important}.se-inspector-head h3{color:#202223!important;font-size:14px!important}.se-inspector-field span,.se-inspector-switch span,.se-media-field-label span{color:#303033!important;font-size:12px!important;font-weight:650!important}.se-inspector-field input,.se-inspector-field textarea,.se-inspector-media-field input{border:1px solid #c9c9cf!important;border-radius:8px!important;min-height:34px!important;font-size:13px!important}.se-inspector-media-field{border-bottom:1px solid #e3e3e6!important;padding:14px 0!important}.se-media-field-preview{background:#f7f7f8!important;border:1px dashed #c9c9cf!important;border-radius:8px!important;min-height:118px!important}.se-media-field-actions button,.se-inline-picker-button{color:#202223!important;background:#fff!important;border:1px solid #c9c9cf!important;border-radius:8px!important;min-height:32px!important;font-size:13px!important;font-weight:650!important}.se-section-drawer-overlay,.se-media-drawer-overlay{z-index:120!important;background:#00000038!important;justify-content:flex-end!important;display:flex!important;position:fixed!important;inset:0!important}.se-section-drawer,.se-media-drawer{background:#fff!important;border-left:1px solid #dcdce0!important;width:min(420px,100%)!important;height:100vh!important;padding:16px!important;overflow:auto!important;box-shadow:-20px 0 60px #0000002e!important}.se-section-template-list{gap:8px;margin-top:16px;display:grid}.se-section-template-list button{text-align:left;cursor:pointer;background:#fff;border:1px solid #dcdce0;border-radius:10px;gap:4px;padding:14px;display:grid}.se-section-template-list button:hover{background:#faf9ff;border-color:#5948a7}.se-section-template-list strong{color:#202223;font-size:13px}.se-section-template-list small{color:#6d7175;font-size:12px}@media (max-width:1120px){.se-shop-topbar{grid-template-columns:1fr!important;height:auto!important;padding:10px!important}.se-shop-topbar__actions{display:none!important}.se-shopify-customizer-v4{grid-template-columns:1fr!important;height:auto!important}.se-customizer-structure,.se-customizer-inspector-shopify{min-height:auto!important}.se-theme-metrics{grid-template-columns:1fr 1fr!important}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.se-admin-refined{--se-shop-bg:#f1f1f1;--se-shop-card:#fff;--se-shop-border:#d8d8d8;--se-shop-text:#202223;--se-shop-muted:#616161;--se-shop-strong:#111;--se-shop-dark:#111;--se-brand-purple:#5948a7;--se-brand-purple-soft:#f1edff}.se-admin-refined .se-shop-topbar{color:#fff;height:52px;box-shadow:none;background:#0b0b0b;border:0;grid-template-columns:230px minmax(280px,620px) 1fr;align-items:center;gap:18px;padding:0 16px;display:grid}.se-shop-topbar__brand--logo small{color:#ffffffa3;border-left:1px solid #ffffff2e;padding-left:10px;font-size:12px}.se-admin-refined .se-shop-layout{background:var(--se-shop-bg);grid-template-columns:240px 1fr;min-height:calc(100vh - 52px);display:grid}.se-admin-refined .se-shop-sidebar{background:#ebebeb;border-right:1px solid #d4d4d4;height:calc(100vh - 52px);padding:12px 10px;position:sticky;top:52px;overflow:auto}.se-admin-refined .se-shop-nav,.se-admin-refined .se-nav-group,.se-admin-refined .se-nav-group--single{gap:2px;display:grid}.se-admin-refined .se-shop-nav__item{color:#3f3f3f;border-radius:8px;justify-content:space-between;align-items:center;min-height:32px;padding:0 10px;font-size:13px;font-weight:550;transition:background .12s,color .12s;display:flex}.se-admin-refined .se-shop-nav__item:hover{color:#111;background:#e0e0e0}.se-admin-refined .se-shop-nav__item.is-active{color:#111;background:#fff;box-shadow:0 1px 2px #00000014}.se-admin-refined .se-shop-main{min-width:0;padding:18px 18px 42px}.se-admin-refined .se-page-head{min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:0 0 14px;display:flex}.se-admin-refined .se-page-head h1{letter-spacing:-.01em;color:#111;margin:0;font-size:20px;line-height:1.2}.se-admin-refined .se-page-head p{color:#616161;max-width:760px;margin:4px 0 0;font-size:13px}.se-admin-refined .se-admin-button,.se-admin-button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:0 12px;font-size:13px;font-weight:700;transition:background .12s,box-shadow .12s,transform 80ms;display:inline-flex}.se-admin-button:hover,.se-leads-toolbar button:hover,.se-bulk-bar button:hover,.se-theme-draft__actions button:hover,.se-theme-draft__actions a:hover{background:#f7f7f7;box-shadow:0 1px 2px #00000014}.se-admin-button:active,.se-leads-toolbar button:active,.se-bulk-bar button:active{transform:translateY(1px)}.se-admin-button--primary,.se-admin-button--dark{color:#fff!important;background:#303030!important;border-color:#303030!important}.se-admin-button--danger,.se-theme-draft__actions .danger{color:#b42318!important}.se-shop-search{color:#d0d0d0;z-index:50;background:#242424;border:1px solid #3a3a3a;border-radius:10px;align-items:center;gap:8px;height:36px;padding:0 10px;display:flex;position:relative}.se-shop-search svg{flex:none;width:16px;height:16px}.se-shop-search input{color:#fff;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:13px}.se-shop-search input::placeholder{color:#d8d8d8}.se-shop-search kbd{color:#c7c7c7;white-space:nowrap;background:#ffffff14;border-radius:4px;padding:2px 5px;font-size:10px}@keyframes seSpin{to{transform:rotate(360deg)}}.se-search-popover{color:#202223;z-index:100;background:#fff;border:1px solid #d8d8d8;border-radius:12px;gap:4px;max-height:420px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 16px 48px #0000002e}.se-search-popover button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:2px;padding:9px 10px;display:grid}.se-search-popover button:hover{background:#f1f1f1}.se-search-popover span{color:var(--se-brand-purple);text-transform:uppercase;font-size:11px;font-weight:700}.se-search-popover strong{color:#111;font-size:13px}.se-search-popover small,.se-search-empty small{color:#616161;font-size:12px}.se-search-empty{gap:4px;padding:14px;display:grid}.se-user-menu{position:relative}.se-user-menu summary{cursor:pointer;color:#fff;align-items:center;gap:8px;list-style:none;display:inline-flex}.se-user-menu summary::-webkit-details-marker{display:none}.se-user-menu summary span{color:#fff;background:#7955d8;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.se-user-menu summary strong{font-size:13px}.se-user-menu div{z-index:90;background:#fff;border:1px solid #d8d8d8;border-radius:10px;gap:2px;width:190px;padding:6px;display:grid;position:absolute;top:calc(100% + 9px);right:0;box-shadow:0 12px 36px #0000002e}.se-user-menu div a{color:#202223;border-radius:8px;padding:9px 10px;font-size:13px}.se-user-menu div a:hover{background:#f1f1f1}.se-home-metrics,.se-analytics-grid,.se-members-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.se-home-metrics article,.se-analytics-card,.se-members-summary article{background:#fff;border:1px solid #d8d8d8;border-radius:12px;padding:16px;box-shadow:0 1px #0000000a}.se-home-metrics span,.se-analytics-card span,.se-members-summary span{color:#616161;font-size:12px;font-weight:700;display:block}.se-home-metrics strong,.se-analytics-card strong,.se-members-summary strong{color:#111;margin-top:5px;font-size:26px;line-height:1;display:block}.se-home-metrics small,.se-analytics-card small,.se-members-summary small{color:#6b7280;margin-top:7px;font-size:12px;display:block}.se-analysis-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 16px 16px;display:grid}.se-analysis-mini-grid div,.se-roadmap-list div{background:#f7f7f7;border:1px solid #e4e4e4;border-radius:10px;padding:12px}.se-analysis-mini-grid strong,.se-analysis-mini-grid span,.se-roadmap-list strong,.se-roadmap-list p{margin:0;display:block}.se-analysis-mini-grid span{color:#616161;margin-top:4px;font-size:12px}.se-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.se-analytics-card--soon strong{color:#7c3aed;font-size:18px}.se-analytics-roadmap{margin-top:16px}.se-roadmap-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.se-roadmap-list p{color:#616161;margin-top:6px;font-size:13px;line-height:1.5}.se-members-layout,.se-settings-grid,.se-subscription-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:16px;display:grid}.se-members-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.se-members-side,.se-crm-side{gap:16px;display:grid}.se-add-member-panel summary,.se-add-theme-details summary{cursor:pointer;padding:16px;font-weight:700;list-style:none}.se-add-member-panel summary::-webkit-details-marker{display:none}.se-add-theme-details summary::-webkit-details-marker{display:none}.se-add-member-panel[open] summary{border-bottom:1px solid #e5e5e5}.se-status-pill--active,.se-status-pill--pending,.se-status-pill--disabled{border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.se-status-pill--active{color:#15803d;background:#dcfce7}.se-status-pill--pending{color:#c2410c;background:#fff7ed}.se-status-pill--disabled{color:#6b7280;background:#f3f4f6}.se-settings-grid{grid-template-columns:220px minmax(0,1fr)}.se-settings-nav{background:#fff;border:1px solid #d8d8d8;border-radius:12px;gap:2px;padding:6px;display:grid;position:sticky;top:70px}.se-settings-nav a{color:#202223;border-radius:8px;padding:9px 10px;font-size:13px}.se-settings-nav a:hover{background:#f1f1f1}.se-settings-form{gap:16px;display:grid}.se-domain-help{background:#f7f7f7;border:1px solid #e4e4e4;border-radius:10px;padding:12px}.se-domain-help p{color:#616161;margin:4px 0 0;font-size:13px}.se-settings-actions{gap:10px;padding:0 16px 16px;display:flex}.se-settings-actions a{border:1px solid #d8d8d8;border-radius:8px;padding:9px 12px;font-weight:700}.se-sticky-save{justify-self:end;position:sticky;bottom:16px;box-shadow:0 8px 22px #00000029}.se-subscription-grid{grid-template-columns:1.2fr .8fr .8fr}.se-subscription-price{align-items:flex-end;gap:6px;padding:0 16px 16px;display:flex}.se-subscription-price strong{letter-spacing:-.04em;font-size:38px}.se-subscription-price span{color:#616161;padding-bottom:6px}.se-subscription-status{align-items:center;gap:10px;padding:0 16px 16px;display:flex}.se-check-stack{gap:8px;padding:0 16px 16px;display:grid}.se-check-stack p{margin:0;padding-left:24px;position:relative}.se-check-stack p:before{content:"✓";color:#15803d;font-weight:900;position:absolute;left:0}.se-theme-home-v6{max-width:980px;margin:0 auto}.se-theme-card-v6,.se-theme-draft{background:#fff;border:1px solid #d8d8d8;border-radius:12px;overflow:hidden;box-shadow:0 1px #0000000a}.se-real-theme-preview{background:#f7f7f7;grid-template-columns:minmax(0,1fr) 150px;align-items:end;gap:20px;min-height:230px;padding:22px 22px 0;display:grid}.se-real-theme-preview__desktop,.se-real-theme-preview__mobile{background:#fff;border:1px solid #d8d8d8;border-radius:10px 10px 0 0;overflow:hidden;box-shadow:0 8px 24px #00000014}.se-real-theme-preview__desktop{height:220px}.se-real-theme-preview__mobile{height:190px}.se-real-theme-preview .top{background:#18352c;height:18px}.se-real-theme-preview .nav{background:#172622;align-items:center;gap:10px;height:42px;padding:0 16px;display:flex}.se-real-theme-preview .nav span{color:#a9c69c;font-weight:800}.se-real-theme-preview .nav i{background:#fff3;border-radius:99px;width:50px;height:8px;display:block}.se-real-theme-preview .nav button{background:#a9c69c;border:0;border-radius:6px;width:72px;height:20px;margin-left:auto}.se-real-theme-preview .hero{background:linear-gradient(135deg,#15342c,#294239);height:105px;padding:22px}.se-real-theme-preview .hero strong{background:#fff;border-radius:99px;width:55%;height:13px;margin-bottom:8px;display:block}.se-real-theme-preview .hero p{background:#ffffff8f;border-radius:99px;width:42%;height:8px}.se-real-theme-preview .cards{background:#1d2725;gap:8px;padding:12px;display:flex}.se-real-theme-preview .cards span{border:1px solid #ffffff2e;border-radius:7px;flex:1;height:36px}.se-real-theme-preview__mobile .nav{height:34px;padding:0 8px}.se-real-theme-preview__mobile .hero{height:156px;padding:18px 12px}.se-real-theme-preview__mobile .hero strong{width:78%;height:12px}.se-real-theme-preview__mobile .hero p{width:64%}.se-theme-card__body,.se-theme-draft{justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.se-theme-card__body h2,.se-theme-draft strong{margin:0;font-size:15px}.se-theme-card__body p,.se-theme-draft span,.se-theme-card__body small,.se-theme-draft small{color:#616161;margin-top:4px;font-size:12px;display:block}.se-active-badge{color:#15803d;background:#dcfce7;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.se-section-head--themes{align-items:center;margin-top:32px}.se-section-head--themes p{color:#616161;margin:4px 0 0;font-size:13px}.se-add-theme-details{position:relative}.se-add-theme-details summary{background:#fff;border:1px solid #d8d8d8;border-radius:8px;padding:8px 12px}.se-add-theme-details[open] .se-add-theme-form{z-index:20;background:#fff;border:1px solid #d8d8d8;border-radius:12px;width:310px;padding:12px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 36px #00000024}.se-add-theme-form{gap:8px;display:flex}.se-add-theme-form input{border:1px solid #cfcfcf;border-radius:8px;min-height:34px;padding:0 10px}.se-add-theme-form button{color:#fff;background:#303030;border:1px solid #303030;border-radius:8px;min-height:34px;font-weight:700}.se-theme-drafts-v6{gap:10px;margin-top:14px;display:grid}.se-theme-draft__thumb{border:1px solid #e4e4e4;border-radius:8px;flex:0 0 150px;width:150px;overflow:hidden}.se-theme-draft__thumb .se-real-theme-preview{transform-origin:0 0;gap:10px;width:450%;height:230px;padding:12px;transform:scale(.22)}.se-theme-draft__actions{align-items:center;gap:8px;display:flex}.se-theme-draft__actions a,.se-theme-draft__actions button{color:#202223;background:#fff;border:1px solid #d8d8d8;border-radius:8px;min-height:32px;padding:0 10px;font-size:13px;font-weight:700}.se-bulk-bar{background:#f7f7f7!important;border-color:#d8d8d8!important;border-radius:8px!important;margin:0!important;padding:10px 14px!important}.se-bulk-bar strong{font-size:13px;color:#202223!important}.se-bulk-bar button{min-height:30px!important;font-size:13px!important}.se-table th{color:#616161!important;font-size:11px!important}.se-table td{font-size:13px!important}.se-status,.se-sync{min-height:22px!important;font-size:11px!important}.header__menu-control,.header__menu-button{display:none}.admin-preview-bubble{z-index:50;color:#202223;background:#fffffff5;border:1px solid #18352c29;border-radius:14px;grid-template-columns:1fr auto auto;align-items:center;gap:10px;max-width:310px;padding:12px;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 18px 48px #00000029}.admin-preview-bubble strong{font-size:13px;display:block}.admin-preview-bubble span{color:#616161;margin-top:2px;font-size:12px;display:block}.admin-preview-bubble a{color:#fff;background:#303030;border-radius:8px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.admin-preview-bubble button{cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:8px;width:28px;height:28px}@media (max-width:980px){.se-admin-refined .se-shop-topbar{grid-template-columns:160px 1fr auto}.se-shop-topbar__brand--logo small{display:none}.se-admin-refined .se-shop-layout{grid-template-columns:1fr}.se-admin-refined .se-shop-sidebar{border-bottom:1px solid #d8d8d8;border-right:0;height:auto;position:static}.se-nav-group--single{grid-template-columns:repeat(4,minmax(0,1fr))}.se-home-metrics,.se-analytics-grid,.se-members-summary,.se-subscription-grid,.se-members-layout,.se-settings-grid{grid-template-columns:1fr 1fr}.se-theme-card__body,.se-theme-draft{flex-direction:column;align-items:flex-start}}@media (max-width:760px){.se-admin-refined .se-shop-topbar{grid-template-columns:1fr auto;height:auto;padding:10px 12px}.se-shop-search{order:3;grid-column:1/-1}.se-nav-group--single,.se-home-metrics,.se-analytics-grid,.se-members-summary,.se-subscription-grid,.se-members-layout,.se-settings-grid,.se-roadmap-list,.se-real-theme-preview{grid-template-columns:1fr}.se-real-theme-preview__mobile{display:none}.header{align-items:center;height:auto;padding:18px 20px;position:relative}.header__menu-button{cursor:pointer;border:1px solid #ffffff2e;border-radius:12px;place-items:center;gap:4px;width:42px;height:42px;margin-left:auto;display:grid}.header__menu-button span{background:#fff;border-radius:99px;width:18px;height:2px}.header__drawer{z-index:20;background:#172622;border:1px solid #ffffff1f;border-radius:16px;padding:14px;display:none;position:absolute;top:100%;left:14px;right:14px;box-shadow:0 18px 46px #00000038}.header__menu-control:checked~.header__drawer{gap:14px;display:grid}.header__drawer .header__nav{gap:10px;width:100%;padding:0;display:grid;overflow:visible}.header__drawer .header__button{width:100%}.hero h1{font-size:clamp(34px,12vw,54px)}.hero p{font-size:15px}.admin-preview-bubble{max-width:none;bottom:12px;left:12px;right:12px}}.header__drawer{flex:1;justify-content:flex-end;align-items:center;gap:28px;display:flex}@media (max-width:760px){.header__drawer{z-index:20;background:#172622;border:1px solid #ffffff1f;border-radius:16px;padding:14px;display:none;position:absolute;top:100%;left:14px;right:14px;box-shadow:0 18px 46px #00000038}.header__menu-control:checked~.header__drawer{gap:14px;display:grid}}:root{--se-admin-bg:#f1f1f1;--se-admin-surface:#fff;--se-admin-surface-soft:#f7f7f7;--se-admin-border:#d8d8d8;--se-admin-border-soft:#e7e7e7;--se-admin-text:#202223;--se-admin-muted:#616161;--se-admin-purple:#6d4aff;--se-admin-purple-dark:#4f35c7;--se-admin-purple-soft:#f1edff;--se-admin-green:#008060;--se-admin-green-bg:#c8f1d6;--se-admin-radius:12px;--se-admin-shadow:0 1px 0 #0000000d, 0 1px 3px #00000014}.se-admin-refined,.se-admin-refined *{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.se-admin-refined{background:var(--se-admin-bg)!important;color:var(--se-admin-text)!important}.se-admin-refined .se-shop-topbar{z-index:80;border-bottom:1px solid #1d1d1f;grid-template-columns:280px minmax(260px,560px) 1fr;align-items:center;gap:16px;height:48px;padding:0 12px 0 16px;display:grid;position:sticky;top:0;background:#0b0b0c!important}.se-shop-topbar__brand--logo{color:#fff;align-items:center;gap:10px;min-width:0;display:inline-flex}.se-shop-topbar__brand--logo img{object-fit:contain;width:auto;max-width:152px;height:26px}.se-shop-topbar__brand--logo small{color:#ffffffd1;white-space:nowrap;background:#ffffff1f;border-radius:999px;padding:3px 7px;font-size:11px;line-height:1;display:inline-flex}.se-admin-refined .se-shop-layout{grid-template-columns:228px minmax(0,1fr);min-height:calc(100vh - 48px);display:grid}.se-admin-refined .se-shop-sidebar{border-right:1px solid #dcdcdc;height:calc(100vh - 48px);padding:12px 10px;position:sticky;top:48px;overflow-y:auto;background:#ebebeb!important}.se-admin-refined .se-shop-nav{gap:2px;display:grid}.se-admin-refined .se-shop-nav__item{color:#303030;border-radius:8px;align-items:center;min-height:32px;padding:0 10px;font-size:13px;font-weight:520;display:flex}.se-admin-refined .se-shop-nav__item:hover{background:#e1e1e1}.se-admin-refined .se-shop-nav__item.is-active{box-shadow:inset 3px 0 0 var(--se-admin-purple);color:#111;background:#fff}.se-admin-refined .se-shop-nav__label{align-items:center;gap:9px;display:inline-flex}.se-admin-refined .se-nav-icon{color:#545454;width:16px;height:16px}.se-admin-refined .se-shop-nav__item.is-active .se-nav-icon{color:var(--se-admin-purple)}.se-sidebar-project{background:#fff;border:1px solid #d8d8d8;border-radius:10px;gap:4px;margin-top:auto;margin-bottom:10px;padding:12px;display:grid}.se-sidebar-project span,.se-sidebar-project a{color:#616161;font-size:12px}.se-sidebar-project strong{color:#202223;font-size:13px}.se-sidebar-project a{color:var(--se-admin-purple-dark);font-weight:650}.se-admin-refined .se-shop-main{min-width:0;padding:18px 22px 48px;background:var(--se-admin-bg)!important}.se-page-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex;min-height:40px!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:0 0 16px!important;padding:0!important}.se-page-head h1{color:var(--se-admin-text);letter-spacing:0;margin:0;font-size:20px;font-weight:700;line-height:1.25}.se-page-head p{color:#616161;max-width:760px;margin:3px 0 0;font-size:13px;line-height:1.45}.se-admin-button,.se-admin-refined button,.se-admin-refined input,.se-admin-refined select,.se-admin-refined textarea{font-family:inherit}.se-admin-button,.se-admin-refined .se-admin-button{color:#202223;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;padding:0 13px;font-size:13px;font-weight:650;box-shadow:0 1px #0000000d}.se-admin-button--dark,.se-admin-refined .se-admin-button--dark{color:#fff!important;background:#303030!important;border-color:#303030!important}.se-admin-button--primary{background:var(--se-admin-purple)!important;color:#fff!important;border-color:var(--se-admin-purple)!important}.se-admin-button--secondary{color:#202223!important;background:#fff!important}.se-search-v7{color:#d7d7d7;background:#222225;border:1px solid #38383b;border-radius:10px;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;width:min(580px,100%);height:34px;padding:0 9px;display:grid;position:relative}.se-search-v7 input{color:#fff;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:13px}.se-search-v7 input::placeholder{color:#d0d0d0}.se-search-v7 kbd{color:#c8c8c8;background:#333338;border-radius:5px;padding:2px 6px;font-size:10px;font-weight:600}.se-search-loading{border:2px solid #ffffff38;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.7s linear infinite se-spin}@keyframes se-spin{to{transform:rotate(360deg)}}.se-search-popover-v7{z-index:150;color:#202223;background:#fff;border:1px solid #d8d8d8;border-radius:12px;gap:4px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 18px 55px #00000038}.se-search-popover__title{color:#616161;text-transform:uppercase;letter-spacing:.04em;padding:6px 8px 4px;font-size:11px;font-weight:700}.se-search-popover-v7 a,.se-search-popover-v7 button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:92px 1fr;gap:2px 10px;width:100%;min-height:48px;padding:8px;display:grid}.se-search-popover-v7 a:hover,.se-search-popover-v7 button:hover{background:#f4f4f4}.se-search-popover-v7 span{color:var(--se-admin-purple-dark);grid-row:span 2;font-size:11px;font-weight:700}.se-search-popover-v7 strong{color:#202223;font-size:13px}.se-search-popover-v7 small{color:#616161;font-size:12px}.se-settings-shell-v7{grid-template-columns:264px minmax(0,760px);align-items:start;gap:22px;width:min(1040px,100%);margin:0 auto;padding-bottom:86px;display:grid}.se-settings-nav-v7{box-shadow:var(--se-admin-shadow);background:#fff;border:1px solid #d8d8d8;border-radius:12px;gap:4px;padding:12px;display:grid;position:sticky;top:68px}.se-settings-store-v7{align-items:center;gap:10px;margin-bottom:6px;padding:8px;display:flex}.se-settings-store-v7>span{background:var(--se-admin-purple);color:#fff;border-radius:8px;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.se-settings-store-v7 strong,.se-settings-store-v7 small{display:block}.se-settings-store-v7 strong{font-size:13px}.se-settings-store-v7 small{color:#616161;font-size:12px}.se-settings-nav-v7 a{color:#303030;border-radius:8px;align-items:center;min-height:34px;padding:0 10px;font-size:13px;display:flex}.se-settings-nav-v7 a:hover{background:#f1f1f1}.se-settings-content-v7{gap:14px;display:grid}.se-settings-card-v7{box-shadow:var(--se-admin-shadow);background:#fff;border:1px solid #d8d8d8;border-radius:12px;overflow:hidden}.se-settings-card-v7>header{border-bottom:1px solid #e6e6e6;padding:16px 18px}.se-settings-card-v7>header span{color:#616161;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:750;display:block}.se-settings-card-v7>header h2{color:#202223;margin:0;font-size:15px;line-height:1.35}.se-settings-card-v7>header p{color:#616161;margin:4px 0 0;font-size:13px;line-height:1.45}.se-settings-list-v7{grid-template-columns:1fr 1fr;gap:14px 16px;padding:16px 18px 18px;display:grid}.se-settings-list-v7 label,.se-domain-layout-v7 label{gap:6px;margin:0;display:grid}.se-settings-list-v7 label span,.se-domain-layout-v7 label span{color:#303030;font-size:12px;font-weight:650}.se-settings-list-v7 input,.se-settings-list-v7 select,.se-settings-list-v7 textarea,.se-domain-layout-v7 input{color:#202223;background:#fff;border:1px solid #bababa;border-radius:8px;outline:none;width:100%;min-height:36px;padding:7px 10px;font-size:13px;box-shadow:inset 0 1px #00000005}.se-settings-list-v7 textarea{resize:vertical}.se-settings-list-v7 input:focus,.se-settings-list-v7 select:focus,.se-settings-list-v7 textarea:focus,.se-domain-layout-v7 input:focus{border-color:var(--se-admin-purple);box-shadow:0 0 0 2px #6d4aff26}.se-settings-full-v7{grid-column:1/-1}.se-domain-layout-v7{grid-template-columns:1fr 260px;gap:16px;padding:16px 18px 18px;display:grid}.se-domain-status-card-v7,.se-dns-box-v7,.se-settings-note-v7,.se-access-row-v7{background:#fafafa;border:1px solid #e2e2e2;border-radius:10px;padding:12px}.se-domain-status-card-v7 span,.se-dns-box-v7 strong,.se-settings-note-v7 strong{color:#616161;font-size:12px;display:block}.se-domain-status-card-v7 strong{border-radius:999px;margin-top:6px;padding:4px 8px;font-size:12px;display:inline-flex}.se-domain-status-v7--neutral{color:#616161;background:#ededed}.se-domain-status-v7--warning{color:#7a4b00;background:#fff1b8}.se-domain-status-card-v7 p,.se-dns-box-v7 p,.se-settings-note-v7 p,.se-access-row-v7 p{color:#616161;margin:8px 0 0;font-size:12px;line-height:1.45}.se-domain-status-card-v7 button{background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;margin-top:10px;padding:0 10px;font-size:12px;font-weight:650}.se-dns-box-v7{grid-column:1/-1}.se-settings-note-v7{margin:0 18px 18px}.se-access-row-v7{justify-content:space-between;align-items:center;gap:16px;margin:16px 18px 18px;display:flex}.se-access-row-v7 a{color:#fff;background:#303030;border-radius:8px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.se-settings-savebar-v7{z-index:100;background:#fff;border:1px solid #d8d8d8;border-radius:12px;align-items:center;gap:12px;min-height:52px;padding:8px 8px 8px 16px;display:inline-flex;position:fixed;bottom:16px;right:20px;box-shadow:0 12px 34px #00000029}.se-settings-savebar-v7 span{color:#616161;font-size:12px}.se-settings-savebar-v7 button{color:#fff;background:#303030;border:0;border-radius:8px;min-height:36px;padding:0 14px;font-size:13px;font-weight:700}.se-theme-page-v7{gap:18px;width:min(960px,100%);margin:0 auto;display:grid}.se-performance-strip-v7{box-shadow:var(--se-admin-shadow);background:#fff;border:1px solid #d8d8d8;border-radius:12px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.se-performance-strip-v7 div{border-right:1px solid #e3e3e3;padding:14px 16px}.se-performance-strip-v7 div:last-child{border-right:0}.se-performance-strip-v7 span{color:#616161;font-size:12px;display:block}.se-performance-strip-v7 strong{color:#202223;margin-top:3px;font-size:13px;display:block}.se-main-theme-card-v7,.se-draft-theme-v7,.se-empty-theme-v7{box-shadow:var(--se-admin-shadow);background:#fff;border:1px solid #d8d8d8;border-radius:12px}.se-main-theme-card-v7{overflow:hidden}.se-main-theme-card-v7__preview{background:#f7f7f7;border-bottom:1px solid #e1e1e1;padding:20px}.se-site-preview-v7{grid-template-columns:minmax(0,1fr) 130px;align-items:end;gap:20px;width:min(720px,100%);margin:0 auto;display:grid}.se-site-preview-v7__desktop,.se-site-preview-v7__mobile{background:#fff;border:1px solid #d0d0d0;overflow:hidden;box-shadow:0 8px 22px #00000014}.se-site-preview-v7__desktop{border-radius:10px;height:240px}.se-site-preview-v7__mobile{border-radius:14px;height:210px}.se-site-preview-v7 .announcement{background:#17382f;height:14px}.se-site-preview-v7 .header{background:#11231f;align-items:center;gap:12px;height:42px;padding:0 18px;display:flex}.se-site-preview-v7 .header strong{color:#b7d2a8;font-size:12px}.se-site-preview-v7 .header span{background:#ffffff47;border-radius:999px;width:54px;height:8px}.se-site-preview-v7 .header button{background:#b8d6a8;border:0;border-radius:7px;width:72px;height:22px;margin-left:auto}.se-site-preview-v7 .hero{background:linear-gradient(135deg,#17382f,#27473f);height:116px;padding:20px 26px}.se-site-preview-v7 .hero small,.se-site-preview-v7 .hero strong,.se-site-preview-v7 .hero p{border-radius:999px;display:block}.se-site-preview-v7 .hero small{background:#b8d6a8;width:90px;height:8px}.se-site-preview-v7 .hero strong{background:#fff;width:55%;height:16px;margin-top:10px}.se-site-preview-v7 .hero p{background:#ffffff8c;width:42%;height:8px;margin-top:12px}.se-site-preview-v7 .marquee{background:#fff;height:18px}.se-site-preview-v7 .cards{background:#1f2b28;gap:10px;padding:14px 20px;display:flex}.se-site-preview-v7 .cards i{background:#ffffff14;border-radius:8px;width:72px;height:42px}.se-site-preview-v7__mobile .header{padding:0 12px}.se-site-preview-v7__mobile .header span{width:28px;margin-left:auto}.se-site-preview-v7__mobile .hero{height:154px;padding:22px 14px}.se-site-preview-v7__mobile .hero strong,.se-site-preview-v7__mobile .hero p{width:82%}.se-main-theme-card-v7__body,.se-draft-theme-v7{justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.se-main-theme-card-v7 h2,.se-theme-section-title-v7 h2{color:#202223;margin:0;font-size:15px}.se-main-theme-card-v7 p,.se-main-theme-card-v7 small,.se-theme-section-title-v7 p,.se-draft-theme-v7 span,.se-draft-theme-v7 small,.se-empty-theme-v7 p{color:#616161;font-size:12px}.se-main-theme-card-v7__actions,.se-draft-theme-v7__actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.se-main-theme-card-v7__actions span{background:var(--se-admin-green-bg);color:var(--se-admin-green);border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.se-theme-section-title-v7{justify-content:space-between;align-items:end;gap:16px;margin-top:12px;display:flex}.se-theme-section-title-v7 span{color:#616161;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.se-add-theme-details-v7{position:relative}.se-add-theme-details-v7 summary{cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.se-add-theme-details-v7 form{z-index:5;background:#fff;border:1px solid #d8d8d8;border-radius:12px;gap:8px;width:280px;padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 42px #0000002e}.se-add-theme-details-v7 input{border:1px solid #bababa;border-radius:8px;min-height:36px;padding:0 10px}.se-add-theme-details-v7 button,.se-draft-theme-v7__actions a,.se-draft-theme-v7__actions button{color:#202223;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;padding:0 10px;font-size:13px;font-weight:650}.se-add-theme-details-v7 button{color:#fff;background:#303030;border-color:#303030}.se-draft-theme-list-v7{gap:10px;display:grid}.se-draft-theme-v7{min-height:96px}.se-draft-theme-v7__preview{background:#f3f3f3;border:1px solid #e1e1e1;border-radius:8px;width:88px;height:58px;overflow:hidden}.se-site-preview-v7--compact{transform-origin:0 0;width:150px;transform:scale(.42)}.se-draft-theme-v7>div:nth-child(2){flex:1;gap:2px;display:grid}.se-draft-theme-v7 strong{font-size:14px}.se-draft-theme-v7__actions .danger{color:#b42318}.se-empty-theme-v7{text-align:center;padding:26px}@media (max-width:1080px){.se-settings-shell-v7{grid-template-columns:1fr}.se-settings-nav-v7{position:static}.se-performance-strip-v7,.se-settings-list-v7,.se-domain-layout-v7,.se-site-preview-v7{grid-template-columns:1fr}}@media (max-width:760px){.se-admin-refined .se-shop-topbar{grid-template-columns:1fr auto;height:auto;min-height:48px;padding:8px 10px}.se-search-v7{order:3;grid-column:1/-1;width:100%}.se-admin-refined .se-shop-layout{grid-template-columns:1fr}.se-admin-refined .se-shop-sidebar{height:auto;position:static}.se-admin-refined .se-shop-main{padding:16px}.se-main-theme-card-v7__body,.se-draft-theme-v7,.se-theme-section-title-v7{flex-direction:column;align-items:stretch}.se-settings-savebar-v7{justify-content:space-between;left:12px;right:12px}}.se-theme-page-v7{gap:22px}.se-main-theme-card-v7{max-width:960px}.se-draft-theme-v7__actions{gap:8px}.se-draft-theme-v7__actions a,.se-draft-theme-v7__actions button{cursor:pointer;text-decoration:none}.se-theme-editor-v8{height:calc(100vh - 120px);min-height:720px;box-shadow:var(--se-admin-shadow);background:#f6f6f7;border:1px solid #d8d8d8;border-radius:14px;grid-template-columns:280px minmax(520px,1fr) 340px;display:grid;position:relative;overflow:hidden}.se-editor-structure-v8,.se-editor-inspector-v8{background:#fff;min-height:0;overflow-y:auto}.se-editor-structure-v8{border-right:1px solid #d8d8d8}.se-editor-inspector-v8{border-left:1px solid #d8d8d8}.se-editor-structure-head-v8,.se-editor-inspector-v8>header{border-bottom:1px solid #e3e3e3;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:12px 14px;display:flex}.se-editor-structure-head-v8 h2,.se-editor-inspector-v8 h2{color:#202223;margin:0;font-size:14px;font-weight:700}.se-editor-inspector-v8 p{color:#616161;margin:2px 0 0;font-size:12px}.se-editor-structure-head-v8 button,.se-editor-inspector-v8>header button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:28px;padding:0 10px;font-size:12px;font-weight:650}.se-editor-group-v8{gap:4px;padding:12px 10px 4px;display:grid}.se-editor-group-v8>span{color:#616161;letter-spacing:.04em;text-transform:uppercase;margin:8px 6px 6px;font-size:11px;font-weight:750;display:block}.se-editor-section-row-v8{grid-template-columns:1fr auto;gap:4px;display:grid;position:relative}.se-editor-section-row-v8>button:first-child{color:#303030;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:18px 1fr auto;align-items:center;gap:8px;min-height:38px;padding:0 8px;display:grid}.se-editor-section-row-v8>button:first-child:hover{background:#f2f2f2}.se-editor-section-row-v8>button:first-child.is-active{color:#0b5cab;background:#eaf2ff}.se-editor-section-row-v8 i{color:#777;font-size:12px;font-style:normal}.se-editor-section-row-v8 strong{font-size:13px;font-weight:650}.se-editor-section-row-v8 small{color:#777;font-size:11px}.se-editor-move-actions-v8{align-items:center;gap:2px;display:inline-flex}.se-editor-move-actions-v8 button{color:#444;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:7px;width:26px;height:26px}.se-editor-move-actions-v8 button:disabled{opacity:.35;cursor:not-allowed}.se-editor-blocks-v8{border-left:1px solid #e5e5e5;grid-column:1/-1;gap:3px;margin:2px 0 6px 30px;padding-left:8px;display:grid}.se-editor-blocks-v8 button{text-align:left;cursor:pointer;color:#303030;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;min-height:30px;padding:0 8px;display:flex}.se-editor-blocks-v8 button:hover,.se-editor-blocks-v8 button.is-active{background:#f2f2f2}.se-editor-blocks-v8 button.add{color:#0b5cab;font-weight:650}.se-editor-stage-v8{background:#f1f1f1;grid-template-rows:56px minmax(0,1fr);min-width:0;min-height:0;display:grid}.se-editor-stage-topbar-v8{background:#fff;border-bottom:1px solid #d8d8d8;justify-content:space-between;align-items:center;gap:12px;padding:0 10px 0 14px;display:flex}.se-editor-stage-topbar-v8>div,.se-editor-stage-topbar-v8 nav{align-items:center;gap:8px;display:inline-flex}.se-editor-stage-topbar-v8 a,.se-editor-stage-topbar-v8 button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 10px;font-size:13px;font-weight:650;display:inline-flex}.se-editor-stage-topbar-v8 a{text-decoration:none}.se-editor-stage-topbar-v8 strong{font-size:13px}.se-editor-stage-topbar-v8 span{color:#008060;background:#c8f1d6;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:700}.se-editor-stage-topbar-v8 em{color:#616161;font-size:13px;font-style:normal}.se-editor-stage-topbar-v8 button.is-active{background:#f2f2f2}.se-editor-stage-topbar-v8 button:disabled{opacity:.45;cursor:not-allowed}.se-editor-stage-topbar-v8 button:last-child{color:#777;background:#d9d9d9;border-color:#d9d9d9}.se-editor-stage-topbar-v8 button:last-child.is-dirty{color:#fff;background:#303030;border-color:#303030}.se-editor-preview-scroll-v8{scroll-behavior:smooth;min-height:0;padding:16px;overflow:auto}.se-editor-preview-page-v8{border-radius:10px;width:min(1180px,100%);margin:0 auto;overflow:hidden}.se-editor-preview-scroll-v8--mobile .se-editor-preview-page-v8{width:390px;max-width:100%;box-shadow:0 18px 55px #00000024}.se-editor-preview-section-v8{width:100%;text-align:inherit;cursor:pointer;background:0 0;border:2px solid #0000;padding:0;display:block;position:relative}.se-editor-preview-section-v8>span:first-child{z-index:4;color:#fff;background:#0b5cab;border-radius:6px;padding:3px 7px;font-size:11px;font-weight:700;display:none;position:absolute;top:6px;left:8px}.se-editor-preview-section-v8:hover,.se-editor-preview-section-v8.is-active{border-color:#0b5cab}.se-editor-preview-section-v8:hover>span:first-child,.se-editor-preview-section-v8.is-active>span:first-child{display:inline-flex}.se-preview-announcement-v8{place-items:center;min-height:34px;padding:8px 16px;font-size:13px;font-weight:650;display:grid}.se-preview-header-v8{color:#fff;background:#132620;align-items:center;gap:32px;min-height:76px;padding:0 42px;display:flex}.se-preview-header-v8 strong{font-size:16px}.se-preview-header-v8 nav{color:#ffffffb8;margin-left:auto;font-size:13px}.se-preview-header-v8 span{color:#10251f;background:#a9c69c;border-radius:10px;padding:11px 18px;font-size:13px;font-weight:700}.se-preview-hero-v8{color:#fff;background-position:50%;background-size:cover;min-height:560px;padding:92px 15%}.se-preview-hero-v8 small{color:#a9c69c;text-transform:uppercase;letter-spacing:.08em;font-weight:850;display:block}.se-preview-hero-v8 h2{color:#fff;letter-spacing:-.065em;width:min(680px,100%);margin:22px 0 0;font-size:clamp(42px,6vw,82px);line-height:.98}.se-preview-hero-v8 p{color:#ffffffc7;width:min(620px,100%);margin:24px 0 0;font-size:17px;line-height:1.65}.se-preview-hero-v8 div{align-items:center;gap:14px;margin-top:30px;display:flex}.se-preview-hero-v8 span{color:#10251f;background:#a9c69c;border-radius:10px;padding:12px 18px;font-weight:750}.se-preview-hero-v8 em{color:#ffffffb8;font-size:12px;font-style:normal}.se-preview-marquee-v8{white-space:nowrap;color:#17382f;background:#fff;gap:28px;padding:18px 0;font-size:25px;font-weight:850;display:flex;overflow:hidden}.se-preview-marquee-v8 span:after{content:"•";color:#a9c69c;margin-left:28px}.se-preview-content-v8{color:#202223;background:#fff;padding:72px 9%}.se-preview-content-v8--dark{color:#fff;background:#1d2725}.se-preview-content-v8 h3,.se-preview-lead-v8 h3{letter-spacing:-.04em;margin:0;font-size:40px}.se-preview-content-v8 p,.se-preview-lead-v8 p{color:#616161;line-height:1.6}.se-preview-content-v8--dark p{color:#ffffffad}.se-preview-card-grid-v8,.se-preview-team-grid-v8{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;display:grid}.se-preview-card-grid-v8 article{background:#ffffff09;border:1px solid #ffffff24;border-radius:16px;min-height:160px;padding:22px}.se-preview-team-grid-v8 article{color:#18352c;background:#ebe4d1;border-radius:16px;padding:22px}.se-preview-team-grid-v8 article div{color:#fff;background:#18352c;border-radius:50%;place-items:center;width:62px;height:62px;font-size:24px;font-weight:800;display:grid;overflow:hidden}.se-preview-team-grid-v8 img{object-fit:cover;width:100%;height:100%}.se-preview-lead-v8{color:#fff;background:#172622;grid-template-columns:1fr 360px;gap:42px;padding:72px 9%;display:grid}.se-preview-lead-v8 div{color:#18352c;background:#fff;border-radius:22px;place-items:center;min-height:240px;font-weight:800;display:grid}.se-preview-office-v8{color:#fff;background:#17382f;border-radius:18px;place-items:center;min-height:240px;display:grid}.se-preview-button-v8{color:#10251f;background:#a9c69c;border-radius:10px;margin-top:18px;padding:12px 18px;font-weight:750;display:inline-flex}.se-preview-footer-v8{text-align:center;color:#fff;background:#18352c;padding:50px}.se-editor-inspector-scroll-v8{gap:14px;padding:16px;display:grid}.se-editor-field-v8,.se-editor-switch-v8{gap:6px;display:grid}.se-editor-field-v8>span,.se-editor-switch-v8>span{color:#303030;font-size:12px;font-weight:650}.se-editor-field-v8 input,.se-editor-field-v8 textarea{color:#202223;background:#fff;border:1px solid #bababa;border-radius:8px;outline:0;width:100%;min-height:36px;padding:8px 10px;font-size:13px}.se-editor-field-v8 textarea{resize:vertical}.se-editor-field-v8 input:focus,.se-editor-field-v8 textarea:focus{border-color:#0b5cab;box-shadow:0 0 0 2px #0b5cab29}.se-editor-switch-v8{background:#f7f7f7;border-radius:10px;grid-template-columns:1fr auto;align-items:center;min-height:44px;padding:10px}.se-editor-switch-v8 input{width:20px;height:20px;accent-color:var(--se-admin-purple)}.se-editor-media-field-v8{grid-template-columns:90px 1fr;gap:10px;display:grid}.se-editor-media-preview-v8{background:#fafafa;border:1px dashed #cfcfcf;border-radius:10px;place-items:center;height:78px;display:grid;overflow:hidden}.se-editor-media-preview-v8 img{object-fit:cover;width:100%;height:100%}.se-editor-media-preview-v8 small{color:#777;font-size:11px}.se-editor-media-actions-v8{align-content:center;gap:6px;display:grid}.se-editor-media-actions-v8 button,.se-editor-danger-v8{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;font-size:12px;font-weight:650}.se-editor-danger-v8{color:#b42318}.se-editor-toast-v8{z-index:300;color:#fff;background:#202223;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:650;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #0003}.se-media-modal-v8,.se-section-drawer-v8{z-index:250;background:#00000047;justify-content:flex-end;display:flex;position:fixed;inset:0}.se-media-modal-v8>div,.se-section-drawer-v8>div{background:#fff;grid-template-rows:auto auto minmax(0,1fr);width:min(440px,100%);height:100%;display:grid;box-shadow:-18px 0 50px #00000038}.se-media-modal-v8 header,.se-section-drawer-v8 header{border-bottom:1px solid #e3e3e3;justify-content:space-between;gap:12px;padding:16px;display:flex}.se-media-modal-v8 header strong,.se-section-drawer-v8 header strong{color:#202223;font-size:15px;display:block}.se-media-modal-v8 header p{color:#616161;margin:4px 0 0;font-size:12px}.se-media-modal-v8 header button,.se-section-drawer-v8 header button{cursor:pointer;background:#f2f2f2;border:0;border-radius:8px;width:32px;height:32px}.se-media-modal-actions-v8{border-bottom:1px solid #e3e3e3;grid-template-columns:1fr auto;gap:8px;padding:12px 16px;display:grid}.se-media-modal-actions-v8 input{border:1px solid #bababa;border-radius:8px;min-height:36px;padding:0 10px}.se-media-modal-actions-v8 button{color:#fff;background:#303030;border:1px solid #cfcfcf;border-radius:8px;min-height:36px;padding:0 12px;font-weight:650}.se-media-modal-grid-v8{grid-template-columns:repeat(2,1fr);gap:10px;min-height:0;padding:16px;display:grid;overflow-y:auto}.se-media-modal-grid-v8 button{cursor:pointer;text-align:left;background:#fff;border:1px solid #d8d8d8;border-radius:10px;gap:6px;padding:8px;display:grid}.se-media-modal-grid-v8 img,.se-media-modal-grid-v8 span{aspect-ratio:1.25;object-fit:cover;background:#f2f2f2;border-radius:8px;place-items:center;width:100%;display:grid}.se-media-modal-grid-v8 small{color:#303030;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.se-section-drawer-v8>div{grid-template-rows:auto minmax(0,1fr)}.se-section-drawer-v8>div>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e3e3e3;gap:3px;min-height:72px;margin:0;padding:14px 16px;display:grid}.se-section-drawer-v8>div>button:hover{background:#f7f7f7}.se-section-drawer-v8 strong{color:#202223;font-size:14px}.se-section-drawer-v8 small{color:#616161;font-size:12px}@media (max-width:1180px){.se-theme-editor-v8{grid-template-columns:1fr;height:auto;min-height:0}.se-editor-structure-v8,.se-editor-inspector-v8{max-height:420px}.se-editor-stage-v8{min-height:720px}}@media (max-width:760px){.se-editor-stage-topbar-v8{flex-direction:column;align-items:stretch;min-height:auto;padding:10px}.se-editor-stage-topbar-v8>div,.se-editor-stage-topbar-v8 nav{flex-wrap:wrap}.se-preview-hero-v8{min-height:520px;padding:76px 24px}.se-preview-hero-v8 h2{font-size:44px}.se-preview-card-grid-v8,.se-preview-team-grid-v8,.se-preview-lead-v8{grid-template-columns:1fr}}.se-shop-nav__item[href="/admin/personalizar"]{display:none}.se-theme-editor-v9{background:#f1f1f1;border:1px solid #dadada;border-radius:10px;grid-template-columns:276px minmax(0,1fr) 310px;height:calc(100vh - 48px);display:grid;overflow:hidden}.se-editor-structure-v9,.se-editor-inspector-v9{background:#fff;min-height:0;overflow-y:auto}.se-editor-structure-v9{border-right:1px solid #d8d8d8}.se-editor-inspector-v9{border-left:1px solid #d8d8d8}.se-editor-structure-head-v9,.se-inspector-head-v9{border-bottom:1px solid #e3e3e3;justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:12px 14px;display:flex}.se-editor-structure-head-v9 h2,.se-inspector-head-v9 h3{color:#202223;margin:0;font-size:14px;font-weight:700}.se-editor-structure-head-v9 button,.se-inspector-head-v9 button{cursor:pointer;background:#fff;border:1px solid #c9c9c9;border-radius:8px;min-height:30px;padding:0 10px;font-size:12px;font-weight:650}.se-editor-group-v9{border-bottom:1px solid #ededed;padding:12px 10px}.se-editor-group-v9>span{color:#616161;margin:0 8px 8px;font-size:11px;font-weight:750;display:block}.se-editor-section-row-v9>button:first-child{color:#303030;text-align:left;cursor:grab;background:0 0;border:0;border-radius:8px;grid-template-columns:18px 1fr 20px;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 8px;display:grid}.se-editor-section-row-v9>button:first-child:hover,.se-editor-section-row-v9>button:first-child.is-active{background:#f2f2f2}.se-editor-section-row-v9.is-drag-over>button:first-child{outline-offset:-2px;background:#f1edff;outline:2px solid #6d4aff}.se-editor-section-row-v9 i{color:#8a8a8a;font-size:13px;font-style:normal}.se-editor-section-row-v9 strong{font-size:13px;font-weight:600}.se-eye-indicator-v9{color:#616161;text-align:right;font-size:10px}.se-section-eye-button-v9{cursor:pointer;opacity:.72;background:0 0;border:0;border-radius:6px;width:26px;height:26px;font-size:12px;position:absolute;top:5px;right:8px}.se-section-eye-button-v9:hover{opacity:1;background:#e8e8e8}.se-editor-blocks-v9{gap:4px;padding:4px 0 8px 32px;display:grid}.se-editor-blocks-v9 button{color:#303030;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;width:calc(100% - 8px);min-height:32px;padding:0 8px;font-size:12px;display:flex}.se-editor-blocks-v9 button:hover,.se-editor-blocks-v9 button.is-active{background:#f5f5f5}.se-editor-blocks-v9 .add{color:#005bd3;justify-content:flex-start}.se-editor-stage-v9{background:#f7f7f7;grid-template-rows:52px minmax(0,1fr);min-width:0;min-height:0;display:grid;position:relative}.se-editor-stage-topbar-v9{background:#fff;border-bottom:1px solid #d8d8d8;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;display:flex}.se-editor-stage-topbar-v9 div,.se-editor-stage-topbar-v9 nav{align-items:center;gap:8px;display:flex}.se-editor-stage-topbar-v9 a,.se-editor-stage-topbar-v9 button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;align-items:center;min-height:32px;padding:0 10px;font-size:12px;font-weight:650;display:inline-flex}.se-editor-stage-topbar-v9 button:disabled{opacity:.45;cursor:not-allowed}.se-editor-stage-topbar-v9 button.is-active{background:#f0f0f0}.se-editor-stage-topbar-v9 button.is-dirty{color:#fff;background:#303030;border-color:#303030}.se-editor-stage-topbar-v9 strong{font-size:13px}.se-editor-stage-topbar-v9 span{color:#008060;background:#c8f1d6;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700}.se-editor-stage-topbar-v9 em{color:#616161;font-size:12px;font-style:normal}.se-editor-preview-scroll-v9{min-height:0;padding:28px;overflow:auto}.se-editor-preview-page-v9{background:#fff;width:min(1180px,100%);margin:0 auto;box-shadow:0 0 0 1px #d8d8d8,0 8px 28px #00000014}.se-editor-preview-scroll-v9--mobile .se-editor-preview-page-v9{width:390px;max-width:100%}.se-editor-preview-section-v9{cursor:pointer;outline:1px solid #0000;position:relative}.se-editor-preview-section-v9.is-active{outline-offset:-2px;outline:2px solid #005bd3}.se-editor-preview-section-v9>span:first-child{z-index:3;color:#fff;opacity:0;background:#005bd3;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px}.se-editor-preview-section-v9.is-active>span:first-child,.se-editor-preview-section-v9:hover>span:first-child{opacity:1}.se-preview-announcement-v9{justify-content:center;gap:24px;min-height:32px;padding:8px 18px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.se-preview-announcement-v9.has-multiple span{min-width:max-content}.se-preview-header-v9{color:#fff;background:#11231f;align-items:center;gap:28px;min-height:74px;padding:0 12%;display:flex}.se-preview-header-v9 nav{color:#ffffffb8;margin-left:auto;font-size:13px}.se-preview-header-v9 span{color:#10251f;background:#a9c69c;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:700}.se-preview-hero-v9{color:#fff;background-position:50%;background-size:cover;min-height:560px;padding:100px 12%}.se-preview-hero-v9 small{color:#a9c69c;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.se-preview-hero-v9 h2{letter-spacing:-.06em;max-width:620px;margin:24px 0 0;font-size:clamp(42px,6vw,76px);line-height:.98}.se-preview-hero-v9 p{color:#ffffffc7;max-width:560px;margin:24px 0;line-height:1.6}.se-preview-hero-v9 span,.se-preview-button-v9{color:#10251f;background:#a9c69c;border-radius:10px;align-items:center;min-height:42px;padding:0 18px;font-weight:700;display:inline-flex}.se-editor-preview-scroll-v9--mobile .se-preview-header-v9{padding:0 20px}.se-editor-preview-scroll-v9--mobile .se-preview-header-v9 nav,.se-editor-preview-scroll-v9--mobile .se-preview-header-v9 span{display:none}.se-editor-preview-scroll-v9--mobile .se-preview-hero-v9{min-height:620px;padding:72px 24px}.se-editor-preview-scroll-v9--mobile .se-preview-hero-v9 h2{font-size:44px}.se-preview-marquee-v9{white-space:nowrap;color:#18352c;background:#fff;padding:18px;font-size:26px;font-weight:800;overflow:hidden}.se-preview-marquee-v9 span{margin-right:30px}.se-preview-content-v9,.se-preview-lead-v9{color:#202223;background:#fff;padding:74px 10%}.se-preview-content-v9--dark{color:#fff;background:#1d2725}.se-preview-content-v9 h3,.se-preview-lead-v9 h3{letter-spacing:-.04em;margin:0 0 12px;font-size:36px}.se-preview-content-v9 p,.se-preview-lead-v9 p{color:#616161;line-height:1.6}.se-preview-content-v9--dark p{color:#ffffffa6}.se-preview-card-grid-v9,.se-preview-team-grid-v9{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px;display:grid}.se-preview-card-grid-v9 article,.se-preview-team-grid-v9 article{border:1px solid #0000001f;border-radius:14px;min-height:130px;padding:18px}.se-preview-content-v9--dark .se-preview-card-grid-v9 article{border-color:#ffffff24}.se-preview-team-grid-v9 div{background:#e7e7e7;border-radius:50%;place-items:center;width:64px;height:64px;margin-bottom:10px;display:grid;overflow:hidden}.se-preview-team-grid-v9 img{object-fit:cover;width:100%;height:100%}.se-preview-office-v9,.se-preview-lead-v9 div{color:#616161;background:#f3f3f3;border-radius:14px;place-items:center;min-height:160px;display:grid}.se-preview-footer-v9{color:#fff;text-align:center;background:#18352c;padding:44px}.se-inspector-head-v9 span{color:#616161;text-transform:uppercase;letter-spacing:.04em;font-size:11px;display:block}.se-inspector-scroll-v9{gap:14px;padding:14px;display:grid}.se-editor-field-v9,.se-editor-switch-v9{gap:6px;display:grid}.se-editor-field-v9>span,.se-editor-switch-v9>span{color:#303030;font-size:12px;font-weight:650}.se-editor-field-v9 input,.se-editor-field-v9 textarea{color:#202223;background:#fff;border:1px solid #bababa;border-radius:8px;outline:none;width:100%;min-height:36px;padding:7px 10px;font-size:13px}.se-editor-field-v9 textarea{resize:vertical}.se-editor-field-v9 input:focus,.se-editor-field-v9 textarea:focus{border-color:#6d4aff;box-shadow:0 0 0 2px #6d4aff24}.se-editor-color-field-v9>div{grid-template-columns:38px 1fr;gap:8px;display:grid}.se-editor-color-field-v9 input[type=color]{border-radius:8px;width:38px;height:36px;min-height:36px;padding:2px}.se-editor-switch-v9{grid-template-columns:1fr 42px;align-items:center}.se-editor-switch-v9 input{accent-color:#6d4aff;width:42px;height:24px}.se-editor-media-field-v9{grid-template-columns:74px 1fr;align-items:center;gap:10px;display:grid}.se-editor-media-preview-v9{background:#f7f7f7;border:1px solid #d8d8d8;border-radius:8px;place-items:center;width:74px;height:58px;display:grid;overflow:hidden}.se-editor-media-preview-v9 img{object-fit:cover;width:100%;height:100%}.se-editor-media-preview-v9 small{color:#777;font-size:10px}.se-editor-media-actions-v9{gap:6px;display:grid}.se-editor-media-actions-v9 button,.se-danger-button-v9{cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;padding:0 10px;font-size:12px;font-weight:650}.se-danger-button-v9{color:#b42318}.se-section-drawer-backdrop-v9,.se-media-drawer-overlay-v9{z-index:160;background:#00000038;justify-content:flex-end;display:flex;position:fixed;inset:0}.se-section-drawer-v9,.se-media-drawer-v9{background:#fff;grid-template-rows:auto 1fr;width:min(420px,100%);height:100%;display:grid;box-shadow:-18px 0 48px #0000002e}.se-section-drawer-v9 header,.se-media-drawer-v9 header{border-bottom:1px solid #e3e3e3;justify-content:space-between;gap:12px;padding:18px;display:flex}.se-section-drawer-v9 header strong,.se-media-drawer-v9 header strong{font-size:16px}.se-section-drawer-v9 header p,.se-media-drawer-v9 header p{color:#616161;margin:4px 0 0;font-size:13px}.se-section-drawer-v9 header button,.se-media-drawer-v9 header button{cursor:pointer;background:#f1f1f1;border:0;border-radius:8px;width:32px;height:32px}.se-section-drawer-v9>div,.se-media-drawer-grid-v9{align-content:start;gap:10px;padding:14px;display:grid;overflow-y:auto}.se-section-drawer-v9>div>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:10px;width:100%;padding:14px}.se-section-drawer-v9 strong,.se-section-drawer-v9 span{display:block}.se-section-drawer-v9 span{color:#616161;margin-top:4px;font-size:12px;line-height:1.4}.se-media-drawer-tools-v9{border-bottom:1px solid #ededed;grid-template-columns:1fr auto;gap:8px;padding:12px 14px;display:grid}.se-media-drawer-tools-v9 input{border:1px solid #bababa;border-radius:8px;min-height:36px;padding:0 10px}.se-media-drawer-tools-v9 button{color:#fff;background:#303030;border:1px solid #303030;border-radius:8px;min-height:36px;padding:0 12px;font-weight:650}.se-media-drawer-grid-v9{grid-template-columns:repeat(3,minmax(0,1fr))}.se-media-choice-v9{cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:10px;gap:6px;padding:6px;display:grid}.se-media-choice-v9 img,.se-media-choice-v9>div{aspect-ratio:1;object-fit:cover;background:#f2f2f2;border-radius:7px;place-items:center;width:100%;display:grid}.se-media-choice-v9 span{text-overflow:ellipsis;white-space:nowrap;color:#616161;font-size:11px;overflow:hidden}.se-save-toast-v9{z-index:10;color:#fff;background:#303030;border-radius:10px;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:650;display:inline-flex;position:absolute;bottom:16px;right:16px;box-shadow:0 10px 28px #00000038}.se-save-toast-v9.is-loading:before{content:"";border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:12px;height:12px;margin-right:8px;animation:.8s linear infinite se-spin}.se-modal-details-v9>summary{cursor:pointer;list-style:none}.se-modal-details-v9>summary::-webkit-details-marker{display:none}.se-modal-details-v9[open] .se-modal-backdrop-v9{z-index:170;background:#0000003d;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.se-modal-panel-v9{background:#fff;border-radius:14px;width:min(760px,100%);max-height:min(760px,100vh - 48px);overflow:auto;box-shadow:0 24px 80px #00000040}.se-modal-panel-v9 header{border-bottom:1px solid #e6e6e6;justify-content:space-between;gap:12px;padding:18px;display:flex}.se-modal-panel-v9 header h2{margin:0;font-size:18px}.se-modal-panel-v9 header p{color:#616161;margin:4px 0 0;font-size:13px}.se-modal-panel-v9 .se-panel-form,.se-modal-panel-v9 .se-inline-editor__panel{padding:18px}.se-section-head{align-items:flex-end!important;gap:16px!important;margin:0 0 12px!important}.se-section-head span{color:#616161!important;letter-spacing:.05em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:750!important}.se-section-head h2{margin:4px 0 0!important;font-size:16px!important;line-height:1.35!important}.se-section-head__hint{color:#616161!important;font-size:12px!important}.se-media-card{position:relative}.se-media-card__trash{color:#b42318;opacity:0;cursor:pointer;background:#fffffff0;border:0;border-radius:7px;place-items:center;width:26px;height:26px;display:grid;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #00000024}.se-media-card:hover .se-media-card__trash{opacity:1}.se-media-card__trash svg{fill:currentColor;width:14px;height:14px}@media (max-width:1100px){.se-theme-editor-v9{grid-template-columns:240px minmax(0,1fr)}.se-editor-inspector-v9{border-top:1px solid #d8d8d8;border-left:0;grid-column:1/-1;max-height:420px}}@media (max-width:780px){.se-theme-editor-v9{grid-template-columns:1fr;height:auto}.se-editor-stage-v9{min-height:720px}.se-preview-card-grid-v9,.se-preview-team-grid-v9{grid-template-columns:1fr}}.se-crm-aside#novo-cliente{display:none!important}.se-inline-editor[open] .se-inline-editor__panel{z-index:170;background:#0000003d;place-items:center;width:auto;max-width:none;margin:0;padding:24px;display:grid;position:fixed;inset:0;overflow:auto}.se-inline-editor[open] .se-inline-editor__panel>.se-form-grid{background:#fff;border:1px solid #d8d8d8;border-bottom:0;border-radius:14px 14px 0 0;width:min(760px,100%);max-height:calc(100vh - 110px);padding:18px;overflow:auto}.se-inline-editor[open] .se-inline-editor__panel>.se-form-actions{background:#fff;border:1px solid #d8d8d8;border-top:0;border-radius:0 0 14px 14px;width:min(760px,100%);padding:14px 18px}.se-admin-refined .se-shop-nav__item[href="/admin/personalizar/editor"] .se-nav-icon,.se-admin-refined .se-shop-nav__item.is-active .se-nav-icon{color:var(--se-admin-purple,#6d4aff)}.se-customer-toolbar-v10{justify-content:flex-end;margin:-4px 0 14px;display:flex}.se-crm-layout-v10{display:block!important}.se-section-head-v10,.se-section-head{align-items:flex-start!important}.se-section-head-v10 .se-section-head__hint{margin-top:4px}.se-modal-overlay-v10{z-index:220;background:#1f212452;place-items:center;padding:24px;animation:.16s se-modal-fade-v10;display:grid;position:fixed;inset:0}@keyframes se-modal-fade-v10{0%{opacity:0}to{opacity:1}}.se-modal-panel-v10{background:#fff;border:1px solid #d8d8d8;border-radius:14px;grid-template-rows:auto minmax(0,1fr);width:min(820px,100%);max-height:min(760px,100vh - 48px);animation:.18s se-modal-rise-v10;display:grid;overflow:hidden;box-shadow:0 28px 90px #00000047}@keyframes se-modal-rise-v10{0%{opacity:.6;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.se-modal-panel-v10>header{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;display:flex}.se-modal-panel-v10>header h2{color:#202223;margin:0;font-size:18px;line-height:1.3}.se-modal-panel-v10>header p{color:#616161;margin:4px 0 0;font-size:13px}.se-modal-panel-v10>header>button{color:#303030;cursor:pointer;background:#f1f1f1;border:0;border-radius:8px;width:32px;height:32px;font-size:22px;line-height:1}.se-modal-panel-v10>header>button:hover{background:#e7e7e7}.se-modal-panel-v10 form{min-height:0;overflow:auto}.se-modal-form-grid-v10{padding:18px}.se-modal-panel-v10 form footer{background:#fff;border-top:1px solid #e7e7e7;justify-content:flex-end;gap:10px;padding:14px 18px;display:flex;position:sticky;bottom:0}.se-modal-panel-v10 form footer button[type=button]{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:34px;padding:0 13px;font-weight:650}.se-modal-panel-v10 .se-form-grid label span{color:#303030;font-size:12px;font-weight:650}.se-modal-panel-v10 input,.se-modal-panel-v10 select,.se-modal-panel-v10 textarea{background:#fff;border:1px solid #bababa;border-radius:8px;outline:none;width:100%;min-height:36px;padding:7px 10px;font-size:13px}.se-modal-panel-v10 textarea{resize:vertical}.se-modal-panel-v10 input:focus,.se-modal-panel-v10 select:focus,.se-modal-panel-v10 textarea:focus{border-color:#6d4aff;box-shadow:0 0 0 2px #6d4aff29}.se-empty-centered-v10,.se-empty-state--large{min-height:168px;text-align:center!important;place-items:center!important;display:grid!important}.se-floating-add-v10,.se-crm-aside#novo-cliente,.se-inline-editor[open] .se-inline-editor__panel{display:none!important}.se-editor-section-row-v9{position:relative}.se-editor-section-row-v9.is-drag-over:before{content:"";z-index:3;background:#6d4aff;border-radius:999px;height:2px;position:absolute;top:-2px;left:10px;right:10px;box-shadow:0 0 0 3px #6d4aff24}.se-editor-section-row-v9>button:first-child{grid-template-columns:18px 1fr!important;padding-right:38px!important}.se-editor-section-row-v9>button:first-child strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.se-eye-indicator-v9{display:none!important}.se-section-eye-button-v9{color:#616161!important;opacity:.85!important;background:0 0!important;border-radius:6px!important;place-items:center!important;width:24px!important;height:24px!important;display:grid!important;top:6px!important;right:8px!important}.se-section-eye-button-v9 svg{width:15px;height:15px}.se-section-eye-button-v9:hover{color:#202223!important;background:#e7e7e7!important}.se-editor-blocks-v9{padding-left:30px!important;padding-right:8px!important}.se-editor-blocks-v9 button{border-radius:7px!important}.se-editor-blocks-v9 button.add{color:#005bd3!important;justify-content:flex-start!important;font-weight:560!important}.se-editor-color-field-v9>div{grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:8px!important}.se-editor-color-field-v9 input[type=color]{cursor:pointer;border-radius:7px!important;width:34px!important;height:34px!important;min-height:34px!important;padding:2px!important}.se-editor-color-field-v9 input[type=text]{min-height:34px!important}.se-editor-stage-topbar-v9 nav button:not(.is-dirty):last-child{color:#8a8a8a!important;box-shadow:none!important;background:#d4d4d4!important;border-color:#d4d4d4!important}.se-editor-stage-topbar-v9 nav button.is-dirty:last-child{color:#fff!important;background:#303030!important;border-color:#303030!important}.se-section-drawer-v9{width:min(420px,100vw - 28px)!important}.se-section-drawer-v9>div{gap:8px!important;padding:10px!important;display:grid!important}.se-section-drawer-v9>div button{text-align:left!important;background:#fff!important;border:1px solid #e1e1e1!important;border-radius:10px!important;padding:12px!important}.se-section-drawer-v9>div button:hover{border-color:#6d4aff!important;box-shadow:0 0 0 2px #6d4aff1f!important}.se-media-drawer-grid-v9{align-items:start!important}.se-media-choice-v9{min-height:0!important}.se-media-choice-v9 img,.se-media-choice-v9>div{aspect-ratio:1!important;object-fit:cover!important}.se-media-card__trash{border-radius:7px!important;width:25px!important;height:25px!important}.se-home-metrics-v10{margin-bottom:18px}.se-dashboard-grid-v10{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,.9fr)!important}.se-card-header-v10 h2{font-size:16px!important}.se-card-header-v10 p{font-size:13px!important}.se-analysis-mini-grid-v10 div{min-height:72px}.se-shortcuts-grid-v10 a{border-radius:8px;min-height:38px}@media (max-width:980px){.se-dashboard-grid-v10{grid-template-columns:1fr!important}}@media (max-width:760px){.se-modal-overlay-v10{padding:12px}.se-modal-panel-v10{max-height:calc(100vh - 24px)}.se-modal-form-grid-v10,.se-modal-panel-v10 form footer{padding:14px}.se-customer-toolbar-v10{justify-content:stretch}.se-customer-toolbar-v10 button{width:100%}}.site-password-page{color:#fff;background:radial-gradient(circle at 70% 20%,#a9c69c2e,#0000 32%),linear-gradient(135deg,#10251f,#1d3b33);place-items:center;min-height:100vh;padding:32px;display:grid}.site-password-card{color:#18352c;background:#fffffff5;border-radius:22px;width:min(440px,100%);padding:30px;box-shadow:0 30px 90px #00000047}.site-password-card__badge{color:#18352c;text-transform:uppercase;letter-spacing:.05em;background:#18352c14;border-radius:999px;margin-bottom:14px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.site-password-card h1{letter-spacing:-.04em;margin:0;font-size:30px;line-height:1.05}.site-password-card p{color:#5e6a66;margin:12px 0 0;line-height:1.55}.site-password-form{gap:14px;margin-top:22px;display:grid}.site-password-form label{gap:7px;display:grid}.site-password-form span{color:#18352c;font-size:13px;font-weight:750}.site-password-form input{border:1px solid #18352c2e;border-radius:10px;outline:none;width:100%;min-height:44px;padding:0 12px}.site-password-field{position:relative}.site-password-field input{padding-right:46px}.site-password-form .site-password-field__toggle{color:#18352c;background:0 0;border:0;border-radius:8px;width:32px;height:32px;min-height:32px;padding:0;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.site-password-field__toggle svg{width:18px;height:18px}.site-password-form input:focus{border-color:#6d4aff;box-shadow:0 0 0 3px #6d4aff24}.site-password-form button,.site-password-card__payment{color:#fff;cursor:pointer;background:#18352c;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:44px;font-weight:800;display:inline-flex}.site-password-form__error{color:#b42318;font-weight:650}.site-password-card__payment{background:#6d4aff;margin-top:12px}.se-billing-grid-v11{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:16px;width:min(1120px,100%);margin:0 auto;display:grid}.se-billing-hero-v11,.se-billing-card-v11{background:#fff;border:1px solid #d8d8d8;border-radius:12px;box-shadow:0 1px #0000000d,0 1px 3px #00000014}.se-billing-hero-v11{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:18px;display:grid}.se-billing-hero-v11 span,.se-billing-card-v11 header span{color:#616161;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.se-billing-hero-v11 h2,.se-billing-card-v11 h2{color:#202223;margin:4px 0 0;font-size:18px;line-height:1.3}.se-billing-hero-v11 p,.se-billing-card-v11 header p,.se-billing-help-v11{color:#616161;margin:5px 0 0;font-size:13px;line-height:1.45}.se-billing-price-v11{text-align:right}.se-billing-price-v11 strong{color:#202223;letter-spacing:-.04em;font-size:28px;line-height:1;display:block}.se-billing-price-v11 small{color:#616161;font-size:12px}.se-billing-status-row-v11{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.se-billing-pill-v11{border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.se-billing-pill-v11.is-active,.se-billing-pill-v11.is-open{color:#008060;background:#c8f1d6}.se-billing-pill-v11.is-pending,.se-billing-pill-v11.is-locked{color:#7a4b00;background:#fff1b8}.se-billing-card-v11--wide{grid-column:span 1}.se-billing-card-v11 header{border-bottom:1px solid #e6e6e6;padding:16px 18px}.se-billing-form-v11{grid-template-columns:1fr 1fr;gap:14px;padding:16px 18px 18px;display:grid}.se-billing-form-v11 label{gap:6px;display:grid}.se-billing-form-v11 label span{color:#303030;font-size:12px;font-weight:650}.se-billing-form-v11 input,.se-billing-form-v11 select{color:#202223;background:#fff;border:1px solid #bababa;border-radius:8px;outline:none;width:100%;min-height:36px;padding:7px 10px;font-size:13px}.se-billing-form-v11 input:focus,.se-billing-form-v11 select:focus{border-color:#6d4aff;box-shadow:0 0 0 2px #6d4aff24}.se-billing-form-v11__full,.se-billing-actions-v11{grid-column:1/-1}.se-billing-actions-v11{justify-content:flex-end;align-items:center;gap:8px;display:flex}.se-billing-actions-v11 button,.se-billing-actions-v11 a,.se-password-actions-v11 button,.se-manual-paid-v11 button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:34px;padding:0 12px;font-size:13px;font-weight:700}.se-billing-actions-v11 button,.se-manual-paid-v11 button{color:#fff;background:#303030;border-color:#303030}.se-password-box-v11{background:#f7f7f7;border:1px dashed #cfcfcf;border-radius:10px;margin:16px 18px 0;padding:14px}.se-password-box-v11 strong{color:#202223;letter-spacing:.04em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:20px;display:block}.se-password-box-v11 small{color:#616161;margin-top:5px;font-size:12px;display:block}.se-password-actions-v11{flex-wrap:wrap;gap:8px;padding:14px 18px;display:flex}.se-billing-help-v11{padding:0 18px 18px}.se-manual-paid-v11{padding:16px 18px 4px}.se-cycle-list-v11{gap:10px;padding:14px 18px 18px;display:grid}.se-cycle-list-v11 div,.se-billing-events-v11 div{background:#f7f7f7;border:1px solid #e2e2e2;border-radius:10px;padding:12px}.se-cycle-list-v11 span,.se-billing-events-v11 span{color:#616161;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800;display:block}.se-cycle-list-v11 strong,.se-billing-events-v11 strong{color:#202223;margin-top:4px;font-size:13px;display:block}.se-billing-events-v11{gap:8px;padding:16px 18px 18px;display:grid}.se-billing-events-v11 small{color:#616161;margin-top:4px;font-size:12px;display:block}@media (max-width:980px){.se-billing-grid-v11,.se-billing-hero-v11,.se-billing-form-v11{grid-template-columns:1fr}.se-billing-price-v11,.se-billing-status-row-v11{text-align:left;justify-content:flex-start}}.se-warning-banner-v12{color:#5c3b00;background:#fff8e5;border:1px solid #f1c96b;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;width:min(1040px,100%);margin:0 auto 14px;padding:12px 14px;display:flex;box-shadow:0 1px 2px #0000000a}.se-warning-banner-v12 strong{font-size:13px}.se-warning-banner-v12 span{flex:1;min-width:240px;font-size:13px;line-height:1.4}.se-warning-banner-v12 a{color:#fff;background:#303030;border-radius:8px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.se-warning-banner-v12--soft{color:#3d2e7c;background:#f6f3ff;border-color:#d8ccff}.se-warning-banner-v12--settings{margin-bottom:18px}.se-settings-shell-v12 .se-settings-nav-v7 a[href=\#analytics]{display:none!important}.se-domain-layout-v12{grid-template-columns:minmax(0,1fr) 260px}.se-domain-layout-v12 input[name=customDomain]{height:38px!important;min-height:38px!important;padding:0 12px!important;font-size:13px!important}.se-password-settings-v12{grid-template-columns:1fr 260px;gap:14px;padding:16px 18px 18px;display:grid}.se-password-preview-v12,.se-password-value-v12{background:#fafafa;border:1px solid #e1e1e1;border-radius:10px;padding:12px}.se-password-preview-v12 span,.se-password-value-v12 span{color:#616161;margin-bottom:6px;font-size:12px;display:block}.se-password-preview-v12 strong,.se-password-value-v12 strong{color:#202223;font-size:14px}.se-password-preview-v12 p,.se-password-value-v12 small{color:#616161;margin-top:7px;font-size:12px;line-height:1.45;display:block}.se-password-actions-v12{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.se-password-actions-v12 form{display:inline-flex}.se-password-actions-v12 button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:32px;padding:0 12px;font-size:13px;font-weight:650}.se-password-actions-v12 form:first-child button{color:#fff;background:#303030;border-color:#303030}.se-subscription-v12{gap:16px;width:min(1040px,100%);margin:0 auto;display:grid}.se-subscription-hero-v12,.se-subscription-card-v12,.se-technical-details-v12,.se-subscription-summary-v12 article{background:#fff;border:1px solid #d8d8d8;border-radius:12px;box-shadow:0 1px #0000000d,0 1px 3px #00000014}.se-subscription-hero-v12{background:linear-gradient(135deg,#fff 0%,#f8f7ff 100%);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:22px;min-height:164px;padding:22px;display:grid}.se-subscription-hero-v12 span,.se-subscription-card-v12 header span{color:#616161;letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.se-subscription-hero-v12 h2,.se-subscription-card-v12 h2{color:#202223;margin:0;font-size:18px;line-height:1.3}.se-subscription-hero-v12 p,.se-subscription-card-v12 p{color:#616161;margin:7px 0 0;font-size:13px;line-height:1.45}.se-subscription-price-v12{justify-content:flex-end;align-items:baseline;gap:4px;display:flex}.se-subscription-price-v12 strong{color:#202223;letter-spacing:-.04em;font-size:30px}.se-subscription-price-v12 small{color:#616161;font-size:13px}.se-subscription-actions-v12{justify-items:end;gap:8px;display:grid}.se-subscription-actions-v12 a,.se-subscription-payment-v12 a,.se-card-link-v12,.se-subscription-cancel-v12 button,.se-manual-paid-v11 button{color:#fff;cursor:pointer;background:#303030;border:1px solid #303030;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.se-subscription-summary-v12{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.se-subscription-summary-v12 article{padding:14px}.se-subscription-summary-v12 span{color:#616161;font-size:12px;display:block}.se-subscription-summary-v12 strong{color:#202223;margin-top:5px;font-size:14px;display:block}.se-subscription-grid-v12{grid-template-columns:1fr 1fr;gap:16px;display:grid}.se-subscription-card-v12{overflow:hidden}.se-subscription-card-v12--wide{grid-column:1/-1}.se-subscription-card-v12 header{border-bottom:1px solid #e8e8e8;padding:16px 18px}.se-subscription-payment-v12,.se-site-password-summary-v12{justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.se-site-password-summary-v12{justify-items:start;display:grid}.se-site-password-summary-v12 span{color:#616161;font-size:12px}.se-site-password-summary-v12 strong{color:#202223;font-size:17px}.se-site-password-summary-v12 small,.se-subscription-muted-v12{color:#616161;font-size:12px}.se-card-link-v12{color:#202223;background:#fff;border-color:#cfcfcf;margin:0 18px 18px}.se-subscription-cancel-v12,.se-manual-paid-v11{padding:16px 18px}.se-subscription-cancel-v12 button{color:#b42318;background:#fff;border-color:#e2b5af}.se-subscription-muted-v12{margin:0;padding:16px 18px}.se-technical-details-v12{overflow:hidden}.se-technical-details-v12 summary{cursor:pointer;color:#202223;border-bottom:1px solid #e8e8e8;align-items:center;min-height:46px;padding:0 18px;font-size:13px;font-weight:700;display:flex}.se-technical-details-v12:not([open]) summary{border-bottom:0}.se-technical-details-v12 .se-billing-form-v11{padding:16px 18px 18px}.se-apps-grid-v12{grid-template-columns:repeat(2,1fr);gap:14px;width:min(1040px,100%);margin:0 auto;display:grid}.se-app-card-v12,.se-app-requests-v12{background:#fff;border:1px solid #d8d8d8;border-radius:12px;overflow:hidden;box-shadow:0 1px #0000000d,0 1px 3px #00000014}.se-app-card-v12 summary,.se-app-card-v12>header{cursor:pointer;align-items:center;gap:12px;padding:16px;display:flex}.se-app-card-v12 summary::-webkit-details-marker{display:none}.se-app-icon-v12{color:#1a56db;background:#eaf1ff;border-radius:10px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:900;display:grid}.se-app-icon-v12--green{color:#008060;background:#e2f8ee}.se-app-icon-v12--purple{color:#5b3ad7;background:#f1edff}.se-app-icon-v12--gray{color:#303030;background:#f1f1f1}.se-app-card-v12 strong{color:#202223;font-size:14px;display:block}.se-app-card-v12 small{color:#616161;margin-top:2px;font-size:12px;display:block}.se-app-form-v12{gap:12px;padding:0 16px 16px;display:grid}.se-app-form-v12 p{color:#616161;margin:0;font-size:13px;line-height:1.45}.se-app-form-v12 label{gap:6px;display:grid}.se-app-form-v12 label span{color:#303030;font-size:12px;font-weight:650}.se-app-form-v12 input,.se-app-form-v12 textarea{border:1px solid #bababa;border-radius:8px;outline:none;width:100%;min-height:36px;padding:7px 10px;font-size:13px}.se-app-form-v12 textarea{resize:vertical}.se-app-form-v12 input:focus,.se-app-form-v12 textarea:focus{border-color:#6d4aff;box-shadow:0 0 0 2px #6d4aff24}.se-app-check-v12{color:#303030;grid-template-columns:18px 1fr;align-items:center;font-size:13px;gap:8px!important;display:flex!important}.se-app-check-v12 input{accent-color:#6d4aff;width:16px!important;height:16px!important;min-height:16px!important}.se-app-form-v12 button{color:#fff;cursor:pointer;background:#303030;border:1px solid #303030;border-radius:8px;justify-self:start;min-height:34px;padding:0 12px;font-size:13px;font-weight:700}.se-app-card-v12--request{grid-column:1/-1}.se-app-requests-v12{gap:10px;width:min(1040px,100%);margin:14px auto 0;padding:16px;display:grid}.se-app-requests-v12 header span{color:#616161;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800}.se-app-requests-v12 h2{margin:4px 0 0;font-size:16px}.se-app-requests-v12 article{border-top:1px solid #ececec;padding-top:10px}.se-app-requests-v12 p{color:#616161;margin:4px 0 0;font-size:13px}.admin-preview-bubble-v12{min-width:min(360px,100vw - 28px)}.admin-preview-bubble-v12.is-warning{background:#fffaf0;border-color:#f1c96b}.admin-preview-bubble-v12 small{color:#7a4b00;margin-top:2px;font-size:11px;display:block}.admin-preview-bubble-v12__actions{align-items:center;gap:8px;display:flex}.admin-preview-bubble-v12__actions a:first-child:not(:only-child){color:#3b2700;background:#f1c96b}@media (max-width:980px){.se-subscription-hero-v12,.se-subscription-grid-v12,.se-subscription-summary-v12,.se-apps-grid-v12,.se-password-settings-v12,.se-domain-layout-v12{grid-template-columns:1fr}.se-subscription-actions-v12{justify-items:start}.se-subscription-payment-v12{flex-direction:column;align-items:flex-start}}.se-settings-shell-v13{align-items:start}.se-settings-shell-v13 .se-settings-content-v7>form,.se-settings-shell-v13 .se-settings-content-v7>article{min-width:0}.se-settings-shell-v13 .se-settings-list-v7,.se-settings-shell-v13 .se-domain-layout-v13{margin:0}.se-settings-form-actions-v13{grid-column:1/-1;justify-content:flex-end;padding-top:2px;display:flex}.se-settings-form-actions-v13 button,.se-app-config-card-v13 button,.se-modal-form-v13 footer button[type=submit]{color:#fff;cursor:pointer;background:#303030;border:1px solid #303030;border-radius:8px;min-height:34px;padding:0 13px;font-size:13px;font-weight:700}.se-domain-layout-v13{grid-template-columns:1fr 260px}.se-domain-layout-v13 input{border-radius:8px!important;height:38px!important;min-height:38px!important;padding:0 10px!important}.se-settings-nav-v7 a[href="/admin/integracoes"]{color:var(--se-admin-purple-dark);border-top:1px solid #e6e6e6;margin-top:6px;padding-top:10px;font-weight:650}.se-app-store-v13{gap:18px;width:min(1160px,100%);margin:0 auto;display:grid}.se-app-store-v13__head{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.se-app-store-v13__head span{color:#616161;font-size:13px}.se-app-store-v13__head h2{color:#202223;margin:2px 0 0;font-size:17px}.se-app-store-v13__head p{color:#616161;max-width:420px;margin:0;font-size:13px;line-height:1.45}.se-app-store-grid-v13{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.se-app-market-card-v13{color:#202223;background:#fff;border:1px solid #d8d8d8;border-radius:14px;grid-template-columns:52px minmax(0,1fr);gap:14px;min-height:152px;padding:18px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;box-shadow:0 1px #0000000d,0 1px 3px #00000014}.se-app-market-card-v13:hover{border-color:#bababa;transform:translateY(-1px);box-shadow:0 8px 26px #0000001a}.se-app-market-card-v13 img{object-fit:contain;border-radius:12px;width:52px;height:52px}.se-app-market-card-v13 strong{color:#202223;font-size:15px;line-height:1.25;display:block}.se-app-market-card-v13 p{color:#616161;margin:6px 0 0;font-size:13px;line-height:1.42}.se-app-meta-v13{flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;display:flex}.se-app-meta-v13 span{color:#616161;background:#f1f1f1;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.se-app-meta-v13 span.is-active{color:#008060;background:#c8f1d6}.se-app-requests-v13{gap:12px;width:min(1160px,100%);margin:20px auto 0;display:grid}.se-app-requests-v13 header span{color:#616161;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.se-app-requests-v13 header h2{margin:3px 0 0;font-size:16px}.se-app-requests-v13>div{gap:8px;display:grid}.se-app-requests-v13 article{background:#fff;border:1px solid #d8d8d8;border-radius:12px;padding:12px 14px}.se-app-requests-v13 article p{color:#616161;margin:4px 0 0;font-size:13px}.se-app-detail-v13{gap:14px;width:min(860px,100%);margin:0 auto;display:grid}.se-app-detail-hero-v13,.se-app-config-card-v13{background:#fff;border:1px solid #d8d8d8;border-radius:14px;box-shadow:0 1px #0000000d,0 1px 3px #00000014}.se-app-detail-hero-v13{grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;display:grid}.se-app-detail-hero-v13 img{object-fit:contain;border-radius:14px;width:64px;height:64px}.se-app-detail-hero-v13 span{color:#616161;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.se-app-detail-hero-v13 h2{margin:2px 0 0;font-size:22px;line-height:1.15}.se-app-detail-hero-v13 p{color:#616161;margin:7px 0 0;font-size:13px;line-height:1.45}.se-app-detail-hero-v13>strong{color:#616161;background:#f1f1f1;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;display:inline-flex}.se-app-detail-hero-v13>strong.is-active{color:#008060;background:#c8f1d6}.se-app-config-card-v13{gap:14px;padding:18px;display:grid}.se-app-config-card-v13 header{border-bottom:1px solid #e6e6e6;padding-bottom:8px}.se-app-config-card-v13 h3{margin:0;font-size:16px}.se-app-config-card-v13 p{color:#616161;margin:5px 0 0;font-size:13px;line-height:1.45}.se-app-config-card-v13 label{gap:6px;display:grid}.se-app-config-card-v13 label span{color:#303030;font-size:12px;font-weight:650}.se-app-config-card-v13 input,.se-app-config-card-v13 textarea{color:#202223;background:#fff;border:1px solid #bababa;border-radius:8px;outline:none;width:100%;min-height:38px;padding:7px 10px;font-size:13px}.se-app-config-card-v13 textarea{resize:vertical}.se-app-check-v13{color:#303030;align-items:center;font-size:13px;grid-template-columns:18px 1fr!important}.se-app-check-v13 input{width:18px;height:18px;min-height:0;accent-color:var(--se-admin-purple);padding:0}.se-modal-backdrop-v13{z-index:200;background:#00000052;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.se-modal-card-v13{background:#fff;border-radius:16px;width:min(520px,100%);max-height:min(720px,100vh - 40px);overflow-y:auto;box-shadow:0 22px 70px #00000040}.se-modal-card-v13>header{border-bottom:1px solid #e6e6e6;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px;display:flex}.se-modal-card-v13>header span{color:#616161;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.se-modal-card-v13>header h2{margin:3px 0 0;font-size:18px}.se-modal-card-v13>header p{color:#616161;margin:5px 0 0;font-size:13px;line-height:1.4}.se-modal-card-v13>header button{color:#202223;cursor:pointer;background:#f7f7f7;border:1px solid #d8d8d8;border-radius:8px;width:32px;height:32px;font-size:20px}.se-modal-form-v13{gap:14px;padding:18px;display:grid}.se-modal-form-v13 label{gap:6px;display:grid}.se-modal-form-v13 label span{color:#303030;font-size:12px;font-weight:650}.se-modal-form-v13 input,.se-modal-form-v13 textarea{border:1px solid #bababa;border-radius:8px;width:100%;min-height:38px;padding:8px 10px;font-size:13px}.se-modal-form-v13 textarea{resize:vertical}.se-modal-message-v13{color:#4f35c7;background:#f1edff;border-radius:10px;margin:0;padding:10px 12px;font-size:13px}.se-modal-form-v13 footer{justify-content:flex-end;gap:8px;display:flex}.se-modal-form-v13 footer button[type=button]{color:#202223;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:34px;padding:0 13px;font-size:13px;font-weight:650}@media (max-width:980px){.se-app-store-grid-v13{grid-template-columns:1fr 1fr}.se-domain-layout-v13,.se-settings-list-v7{grid-template-columns:1fr!important}}@media (max-width:640px){.se-app-store-grid-v13,.se-app-detail-hero-v13{grid-template-columns:1fr}.se-app-store-v13__head{flex-direction:column;align-items:flex-start}}.se-access-card-v14.is-password-active{border-color:#ead28a!important;box-shadow:0 1px #0000000d,0 0 0 1px #ead28a47,0 12px 34px #784a000f!important}.se-access-control-v14{gap:14px;padding:16px 18px 18px;display:grid}.se-password-row-v14{background:#fff;border:1px solid #e2e2e2;border-radius:12px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:12px;display:grid}.se-password-row-v14__icon{color:#5f6368;background:#f6f6f7;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.se-access-card-v14.is-password-active .se-password-row-v14__icon{color:#8a5a00;background:#fff4cf}.se-password-row-v14__icon svg{width:18px;height:18px}.se-password-row-v14 strong{color:#202223;font-size:13px;line-height:1.3;display:block}.se-password-row-v14 span:not(.se-toggle-v14 span){color:#616161;margin-top:2px;font-size:12px;line-height:1.4;display:block}.se-password-switch-form-v14{margin:0;display:inline-flex}.se-toggle-v14{cursor:pointer;position:relative;background:#d9d9d9!important;border:0!important;border-radius:999px!important;width:38px!important;height:22px!important;min-height:22px!important;padding:0!important;box-shadow:inset 0 0 0 1px #00000014!important}.se-toggle-v14 span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #00000038}.se-toggle-v14.is-on{background:#303030!important}.se-toggle-v14.is-on span{transform:translate(16px)}.se-password-alert-v14{color:#4a2f00;background:#fff2df;border:1px solid #efd18b;border-radius:10px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.se-password-alert-v14__icon{color:#8a5a00;place-items:center;width:28px;height:28px;display:grid}.se-password-alert-v14__icon svg{width:19px;height:19px}.se-password-alert-v14 strong,.se-password-info-v14 strong{color:inherit;margin:0;font-size:13px;line-height:1.35;display:block}.se-password-alert-v14 p,.se-password-info-v14 p{color:#6c4b0a;margin:3px 0 0;font-size:12px;line-height:1.45}.se-password-alert-v14 a{color:#4a2f00;white-space:nowrap;background:#fff;border:1px solid #d5aa45;border-radius:8px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.se-password-info-v14{color:#07503f;background:#f2fbf7;border:1px solid #c9e2d7;border-radius:10px;padding:12px}.se-password-info-v14 p{color:#28735f}.se-password-card-v14{background:#fafafa;border:1px solid #e2e2e2;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:12px;display:grid}.se-password-card-v14 label{gap:6px;margin:0;display:grid}.se-password-card-v14 label span{color:#303030;font-size:12px;font-weight:650}.se-password-card-v14 input{color:#202223;letter-spacing:.03em;background:#fff;border:1px solid #bdbdbd;border-radius:8px;width:100%;height:36px;padding:0 10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px}.se-password-card-v14 small{color:#616161;font-size:12px}.se-password-card-v14 button{color:#202223;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cfcfcf;border-radius:8px;min-height:36px;padding:0 12px;font-size:13px;font-weight:650}.se-warning-banner-v12--settings{color:#4a2f00!important;background:#fff2df!important;border-color:#ead28a!important}.se-warning-banner-v12--settings:before{content:"🔒";background:#ffe5b8;border-radius:8px;flex:none;place-items:center;width:26px;height:26px;display:inline-grid}.admin-preview-bubble-v14{border-radius:12px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center}.admin-preview-bubble-v14.is-password{color:#4a2f00!important;background:#fff2df!important;border-color:#ead28a!important}.admin-preview-bubble-v14__icon{background:#ffffffb3;border-radius:8px;place-items:center;width:28px;height:28px;font-size:14px;display:grid}.admin-preview-bubble-v14__content strong{color:inherit}.admin-preview-bubble-v14__content span{color:#4a2f00c7}.admin-preview-bubble-v14:not(.is-password) .admin-preview-bubble-v14__content span{color:#616161}.admin-preview-bubble-v14__actions a{color:#fff!important;background:#303030!important}.admin-preview-bubble-v14__actions button{background:#fff!important}.site-password-card{border-top:4px solid #e8b44c!important}.site-password-card__badge{color:#6c4400!important;background:#fff2df!important}@media (max-width:760px){.se-password-row-v14,.se-password-alert-v14,.se-password-card-v14{grid-template-columns:1fr}.se-password-switch-form-v14{justify-content:flex-start}.se-password-alert-v14 a{width:max-content}}.se-access-control-v15{gap:14px;padding:18px;display:grid}.se-password-row-v15{background:#fff;border:1px solid #e1e1e1;border-radius:12px;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;min-height:64px;padding:12px;display:grid}.se-password-row-v15__icon,.se-password-alert-v15__icon{color:#8a6116;background:#fff4d6;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.se-password-row-v15 strong,.se-password-row-v15 span{display:block}.se-password-row-v15 strong{color:#202223;font-size:13px;line-height:1.25}.se-password-row-v15 span{color:#616161;margin-top:3px;font-size:12px;line-height:1.35}.se-toggle-v15{cursor:pointer;background:#d6d6d6;border:0;border-radius:999px;align-items:center;width:42px;height:24px;padding:2px;transition:background .18s,opacity .18s;display:inline-flex}.se-toggle-v15 span{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;box-shadow:0 1px 3px #00000040}.se-toggle-v15.is-on{background:#303030}.se-toggle-v15.is-on span{transform:translate(18px)}.se-toggle-v15:disabled{opacity:.62;cursor:wait}.se-password-alert-v15,.se-warning-banner-v15{color:#3d2a08;background:#fff4de;border:1px solid #e8c872;border-radius:12px}.se-password-alert-v15{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.se-password-alert-v15 strong,.se-password-alert-v15 p{margin:0}.se-password-alert-v15 strong{color:#2f2006;font-size:13px;line-height:1.35;display:block}.se-password-alert-v15 p{color:#5f4615;margin-top:3px;font-size:12px;line-height:1.45}.se-password-alert-v15 a,.se-password-feedback-v15 a{color:#3d2a08;white-space:nowrap;background:#fff;border:1px solid #d5ad45;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.se-password-info-v15{background:#f9f9f9;border:1px solid #dcdcdc;border-radius:12px;padding:12px 14px}.se-password-info-v15 strong,.se-password-info-v15 p{margin:0}.se-password-info-v15 strong{color:#202223;font-size:13px}.se-password-info-v15 p{color:#616161;margin-top:3px;font-size:12px;line-height:1.45}.se-password-feedback-v15{border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding:9px 12px;font-size:12px;font-weight:650;display:flex}.se-password-feedback-v15--success{color:#0f6b43;background:#e6f7ec;border:1px solid #bfe8cf}.se-password-feedback-v15--warning{color:#5f4615;background:#fff4de;border:1px solid #e8c872}.se-password-feedback-v15--error{color:#9f1f1f;background:#fff0f0;border:1px solid #f2c5c5}.se-password-card-v15{background:#fafafa;border:1px solid #e1e1e1;border-radius:12px;gap:8px;padding:14px;display:grid}.se-password-card-v15 label{gap:6px;display:grid}.se-password-card-v15 span{color:#303030;font-size:12px;font-weight:650}.se-password-card-v15 input{color:#202223;background:#fff;border:1px solid #bababa;border-radius:8px;outline:none;width:min(420px,100%);min-height:36px;padding:7px 10px;font-size:13px}.se-password-card-v15 input:focus{border-color:var(--se-admin-purple,#6d4aff);box-shadow:0 0 0 2px #6d4aff26}.se-password-card-v15 small{color:#616161;font-size:12px}.se-config-subscription-card-v15{justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.se-config-subscription-card-v15 strong,.se-config-subscription-card-v15 p{margin:0}.se-config-subscription-card-v15 strong{color:#202223;font-size:14px;display:block}.se-config-subscription-card-v15 p{color:#616161;margin-top:4px;font-size:12px}.se-config-subscription-card-v15 a{color:#fff;white-space:nowrap;background:#303030;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.se-domain-layout-v13 input,.se-domain-layout-v12 input,.se-domain-layout-v7 input{resize:none!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:7px 10px!important}.se-billing-pill-v11,.se-subscription-actions-v15 .se-billing-pill-v11{border-radius:999px;min-height:28px;font-size:12px;font-weight:800;justify-content:center!important;align-items:center!important;padding:0 11px!important;line-height:1!important;display:inline-flex!important}.se-subscription-actions-v15{align-items:center}.se-subscription-actions-v15 a,.se-subscription-payment-v15 a,.se-card-link-v12{white-space:nowrap;background:#303030;border-radius:8px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex;overflow:visible;color:#fff!important}.se-subscription-payment-v15{align-items:center}@media (max-width:760px){.se-password-row-v15,.se-password-alert-v15{grid-template-columns:34px 1fr}.se-toggle-v15,.se-password-alert-v15 a{grid-column:2;justify-self:start}.se-config-subscription-card-v15,.se-subscription-payment-v15{flex-direction:column;align-items:flex-start}}.se-password-toast-v16{z-index:500;color:#fff;background:#303030;border-radius:10px;justify-content:center;align-items:center;gap:12px;max-width:min(520px,100vw - 28px);min-height:42px;padding:10px 14px;font-size:13px;font-weight:650;animation:.18s se-toast-rise-v16;display:inline-flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 14px 44px #0000003d}.se-password-toast-v16 a{color:#fff;text-underline-offset:3px;text-decoration:underline}.se-password-toast-v16--success{background:#303030}.se-password-toast-v16--warning{background:#7a4b00}.se-password-toast-v16--error{background:#b42318}@keyframes se-toast-rise-v16{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.se-password-feedback-v15{display:none!important}.se-access-control-v16 .se-password-card-v16 input{min-height:36px!important}.se-access-control-v16 .se-password-card-v16 small{line-height:1.45}.se-media-empty-v16{text-align:center;color:#303030;background:#fbfaff;border:1px dashed #cfc6e9;border-radius:14px;grid-column:1/-1;align-content:center;place-items:center;width:min(420px,100%);min-height:220px;margin:12px auto 0;padding:28px;display:grid}.se-media-empty-v16>div{color:#6d4aff;background:#f0ebff;border-radius:12px;place-items:center;width:44px;height:44px;margin-bottom:10px;display:grid}.se-media-empty-v16 strong{color:#202223;margin:0;font-size:15px;display:block}.se-media-empty-v16 p{color:#616161;width:min(280px,100%);margin:6px auto 0;font-size:13px;line-height:1.45}.se-crm-layout-v10{box-shadow:inset 0 1px #fff9;background:#f7f7f7!important;border:1px solid #e0e0e0!important;border-radius:18px!important;padding:18px!important}.se-crm-layout-v10 .se-crm-main{background:#fff!important;border:1px solid #d8d8d8!important;border-radius:13px!important;overflow:hidden!important;box-shadow:0 1px #0000000a,0 1px 3px #0000000f!important}.se-crm-layout-v10 .se-section-head-v10{background:#fff!important;border-bottom:1px solid #e7e7e7!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;min-height:58px!important;padding:14px 16px!important;display:flex!important}.se-crm-layout-v10 .se-section-head__hint{color:#616161!important;text-align:right!important;max-width:360px!important;font-size:12px!important;line-height:1.4!important}.se-crm-layout-v10 .se-crm-list{background:#fff!important;padding:14px!important}.se-crm-layout-v10 .se-customer-card{border-color:#e2d7ff!important;box-shadow:0 1px 2px #0000000d!important}.se-home-hero-v16{background:radial-gradient(circle at 88% 18%,#6d4aff1f,#0000 34%),linear-gradient(135deg,#fff,#fbfbfd);border:1px solid #d8d8d8;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;min-height:132px;margin-bottom:14px;padding:22px 24px;display:flex;box-shadow:0 1px #0000000a,0 1px 3px #0000000f}.se-home-hero-v16 span{color:#6d4aff;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:800;display:inline-flex}.se-home-hero-v16 h2{color:#202223;letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1}.se-home-hero-v16 p{color:#616161;max-width:720px;margin:8px 0 0;font-size:14px;line-height:1.5}.se-home-hero-v16__status{background:#fff;border:1px solid #e3e3e3;border-radius:12px;gap:3px;min-width:190px;padding:14px;display:grid}.se-home-hero-v16__status strong{color:#202223;font-size:14px}.se-home-hero-v16__status small{color:#616161;font-size:12px}.se-home-metrics-v16{margin-bottom:16px}.se-onboarding-card-v16{background:#fff;border:1px solid #d8d8d8;border-radius:14px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px #0000000a,0 1px 3px #0000000f}.se-onboarding-card-v16>header{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:flex-start;gap:18px;padding:16px 18px;display:flex}.se-onboarding-card-v16 header span{color:#616161;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.se-onboarding-card-v16 h2{color:#202223;margin:0;font-size:18px;line-height:1.3}.se-onboarding-card-v16 header small,.se-onboarding-card-v16 header p{color:#616161;margin:0;font-size:13px;line-height:1.45}.se-onboarding-grid-v16{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 18px 18px;display:grid}.se-onboarding-step-v16{background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;grid-template-rows:90px auto auto;gap:12px;min-height:198px;padding:16px;display:grid}.se-onboarding-step-v16 h3{color:#202223;margin:0;font-size:16px;line-height:1.25}.se-onboarding-step-v16 p{color:#616161;margin:5px 0 0;font-size:13px;line-height:1.45}.se-onboarding-step-v16 a{color:#202223;background:#fff;border:1px solid #cfcfcf;border-radius:8px;place-self:end start;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex;box-shadow:0 1px #0000000a}.se-onboarding-step-v16--warning{background:#fff8eb;border-color:#f1c768}.se-onboarding-step-v16--success{background:#f0fff5;border-color:#b7e4c7}.se-onboarding-illustration-v16{background:linear-gradient(135deg,#f3f1ff,#fff);border-radius:12px;position:relative;overflow:hidden}.se-onboarding-illustration-v16 span,.se-onboarding-illustration-v16 i{border-radius:14px;display:block;position:absolute}.se-onboarding-illustration-v16 span{opacity:.88;background:#6d4aff;width:76px;height:56px;top:18px;left:22px}.se-onboarding-illustration-v16 i{opacity:.88;background:#17382f;width:92px;height:68px;bottom:14px;right:20px}.se-onboarding-illustration-v16--lock span:after{content:"🔒";color:#fff;place-items:center;font-size:28px;display:grid;position:absolute;inset:0}.se-onboarding-illustration-v16--domain span:after{content:"www";color:#fff;place-items:center;font-size:15px;font-weight:800;display:grid;position:absolute;inset:0}.se-onboarding-illustration-v16--media span:after{content:"IMG";color:#fff;place-items:center;font-size:15px;font-weight:800;display:grid;position:absolute;inset:0}.se-onboarding-illustration-v16--blog span:after{content:"SEO";color:#fff;place-items:center;font-size:15px;font-weight:800;display:grid;position:absolute;inset:0}.se-onboarding-illustration-v16--lead span:after{content:"Lead";color:#fff;place-items:center;font-size:15px;font-weight:800;display:grid;position:absolute;inset:0}.se-dashboard-grid-v16{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,.9fr)!important}.se-dashboard-grid-v16 .se-admin-card{overflow:hidden}@media (max-width:1100px){.se-onboarding-grid-v16,.se-dashboard-grid-v16{grid-template-columns:1fr!important}}@media (max-width:760px){.se-home-hero-v16{flex-direction:column;align-items:stretch}.se-crm-layout-v10 .se-section-head-v10{flex-direction:column}.se-crm-layout-v10 .se-section-head__hint{text-align:left!important}}.admin-preview-bubble-v17{z-index:120;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #d8d8d8;border-radius:14px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:min(360px,100vw - 32px);min-height:58px;padding:12px;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 14px 38px #00000029}.admin-preview-bubble-v17.is-warning{background:#fff8eb;border-color:#edc669}.admin-preview-bubble-v17__icon{color:#6d4aff;background:#f1edff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.admin-preview-bubble-v17.is-warning .admin-preview-bubble-v17__icon{color:#7a4b00;background:#fff1c9}.admin-preview-bubble-v17__icon svg{width:19px;height:19px}.admin-preview-bubble-v17__content{gap:2px;min-width:0;display:grid}.admin-preview-bubble-v17__content strong{color:#202223;font-size:13px;line-height:1.2}.admin-preview-bubble-v17__content span{color:#616161;font-size:12px;line-height:1.35}.admin-preview-bubble-v17__actions{align-items:center;gap:6px;display:inline-flex}.admin-preview-bubble-v17__actions a,.admin-preview-bubble-v17__actions button{color:#202223;cursor:pointer;background:#fff;border:1px solid #cfcfcf;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.admin-preview-bubble-v17__actions a:first-child:not(:last-child){color:#fff;background:#303030;border-color:#303030}.se-home-hero-v17{background:radial-gradient(circle at 86% 22%,#6d4aff14,#0000 32%),#fff;border:1px solid #d8d8d8;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:18px;display:flex;box-shadow:0 1px #0000000a,0 1px 3px #0000000f}.se-home-hero-v17__copy span,.se-onboarding-card-v17 header span{color:#616161;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.se-home-hero-v17 h2{color:#202223;letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,34px);line-height:1.08}.se-home-hero-v17 p{color:#616161;max-width:720px;margin:8px 0 0;font-size:14px;line-height:1.5}.se-home-hero-v17__summary{background:#fafafa;border:1px solid #e3e3e3;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:230px;padding:12px;display:flex}.se-home-hero-v17__summary small,.se-home-hero-v17__summary strong{display:block}.se-home-hero-v17__summary small{color:#616161;font-size:12px}.se-home-hero-v17__summary strong{color:#202223;margin-top:2px;font-size:13px}.se-home-hero-v17__summary a{color:#fff;background:#303030;border-radius:8px;align-items:center;min-height:32px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.se-home-metrics-v17{margin-bottom:16px}.se-onboarding-card-v17{background:#fff;border:1px solid #d8d8d8;border-radius:14px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px #0000000a,0 1px 3px #0000000f}.se-onboarding-card-v17>header{border-bottom:1px solid #e7e7e7;padding:16px 18px}.se-onboarding-card-v17 h2{color:#202223;margin:0;font-size:18px;line-height:1.3}.se-onboarding-card-v17 header p{color:#616161;margin:4px 0 0;font-size:13px}.se-onboarding-grid-v17{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px 18px 18px;display:grid}.se-onboarding-step-v17{background:#fff;border:1px solid #e3e3e3;border-radius:14px;grid-template-rows:128px 1fr;min-height:250px;display:grid;overflow:hidden;box-shadow:0 1px #00000008}.se-onboarding-step-v17--warning{border-color:#f1c768}.se-onboarding-step-v17__image{background:#f7f7f7;overflow:hidden}.se-onboarding-step-v17__image img{object-fit:cover;width:100%;height:100%;display:block}.se-onboarding-step-v17__content{align-content:start;gap:8px;padding:14px;display:grid}.se-onboarding-step-v17 h3{color:#202223;margin:0;font-size:15px;line-height:1.25}.se-onboarding-step-v17 p{color:#616161;margin:0;font-size:13px;line-height:1.42}.se-onboarding-step-v17 a{color:#202223;background:#fff;border:1px solid #cfcfcf;border-radius:8px;justify-self:start;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.se-dashboard-grid-v17{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,.9fr)!important}.se-card-header-v17{padding:16px 18px!important}.se-card-header-v17 span{color:#616161!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:800!important}.se-card-header-v17 h2{color:#202223!important;margin-top:5px!important;font-size:16px!important}.se-card-header-v17 p{color:#616161!important;margin-top:4px!important;font-size:13px!important}.se-media-grid{min-height:260px}.se-media-empty-v16{color:#202223!important;text-align:center!important;background:#fbf9ff!important;border:1px dashed #d9c8ff!important;border-radius:16px!important;grid-column:1/-1!important;place-items:center!important;gap:10px!important;width:min(360px,100%)!important;min-height:190px!important;margin:34px auto!important;padding:26px 24px!important;display:grid!important}.se-media-empty-v16>div{color:#6d4aff!important;background:#f1edff!important;border-radius:12px!important;place-items:center!important;width:44px!important;height:44px!important;display:grid!important}.se-media-empty-v16 svg{fill:currentColor!important;width:23px!important;height:23px!important}.se-media-empty-v16 strong{max-width:210px;color:#202223!important;font-size:15px!important;line-height:1.25!important}.se-media-empty-v16 p{max-width:230px;color:#616161!important;margin:0!important;font-size:13px!important;line-height:1.4!important}.se-crm-layout-v10{box-shadow:none!important;background:0 0!important;border:0!important;margin-top:20px!important;padding:0!important}.se-crm-layout-v10 .se-crm-main{width:100%!important}.se-crm-layout-v10 .se-section-head-v10{box-shadow:none!important;background:#fff!important;border:1px solid #d8d8d8!important;border-bottom:0!important;border-radius:14px 14px 0 0!important;justify-content:space-between!important;align-items:flex-start!important;gap:16px!important;margin:0!important;padding:16px 18px!important;display:flex!important}.se-crm-layout-v10 .se-section-head-v10 span{color:#616161!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:11px!important;font-weight:800!important}.se-crm-layout-v10 .se-section-head-v10 h2{color:#202223!important;margin:4px 0 0!important;font-size:16px!important;line-height:1.3!important}.se-crm-layout-v10 .se-section-head__hint{color:#616161!important;text-align:right!important;font-size:13px!important}.se-crm-layout-v10 .se-crm-list{background:#fff!important;border:1px solid #d8d8d8!important;border-radius:0 0 14px 14px!important;padding:0!important;overflow:hidden!important;box-shadow:0 1px #0000000a,0 1px 3px #0000000f!important}.se-crm-layout-v10 .se-customer-card{box-shadow:none!important;background:#fff!important;border:0!important;border-bottom:1px solid #e7e7e7!important;border-radius:0!important;margin:0!important;padding:18px!important}.se-crm-layout-v10 .se-customer-card:last-child{border-bottom:0!important}.se-customer-card__avatar{box-shadow:0 12px 26px #6d4aff2e!important}.se-customer-meta span,.se-tags span{color:#5b3dd9!important;background:#f6f3ff!important}.se-action-pill{border-color:#d8d8d8!important;box-shadow:0 1px #00000008!important}.se-action-pill--primary{color:#fff!important;background:#6d4aff!important;border-color:#6d4aff!important}.se-action-pill--danger{color:#b42318!important}.se-mini-icon{fill:currentColor!important;width:14px!important;height:14px!important}.se-empty-centered-v10,.se-empty-state--large,.se-empty-state-v17{text-align:center!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:1100px){.se-onboarding-grid-v17,.se-dashboard-grid-v17{grid-template-columns:1fr!important}.se-home-hero-v17{flex-direction:column;align-items:stretch}}@media (max-width:760px){.admin-preview-bubble-v17{grid-template-columns:34px 1fr;width:auto;bottom:12px;left:12px;right:12px}.admin-preview-bubble-v17__actions{grid-column:1/-1;justify-self:end}.se-onboarding-step-v17{min-height:auto}.se-crm-layout-v10 .se-section-head-v10{flex-direction:column!important}.se-crm-layout-v10 .se-section-head__hint{text-align:left!important}}.se-login-page{--login-primary:#4941a2;--login-secondary:#9a93f2;--login-ink:#171527;--login-muted:#66647a;--login-border:#e7e3f4;--login-surface:#fffffff0;min-height:100vh;color:var(--login-ink);background:radial-gradient(circle at 12% 12%,#9a93f229,#0000 28%),radial-gradient(circle at 90% 88%,#4941a229,#0000 34%),linear-gradient(135deg,#f8f7ff 0%,#f4f2fb 43%,#edf2ff 100%);place-items:center;padding:28px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:relative;overflow:hidden}.se-login-background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.se-login-grid{opacity:.36;background-image:linear-gradient(#4941a208 1px,#0000 1px),linear-gradient(90deg,#4941a208 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000e0,#0000 96%);mask-image:linear-gradient(#000000e0,#0000 96%)}.se-login-bg-logo{opacity:.05;filter:saturate(.85);background:url(/admin-assets/brand-mark.svg) 50%/contain no-repeat;position:absolute}.se-login-bg-logo--one{width:640px;height:360px;top:7%;left:-170px;transform:rotate(-13deg)}.se-login-bg-logo--two{width:570px;height:322px;bottom:5%;right:-160px;transform:rotate(12deg)}.se-login-orb{filter:blur(18px);border-radius:999px;animation:15s ease-in-out infinite alternate seLoginDrift;position:absolute}.se-login-orb--one{background:radial-gradient(circle,#9a93f23d,#9a93f200);width:280px;height:280px;top:-90px;left:-50px}.se-login-orb--two{background:radial-gradient(circle,#4941a226,#4941a200);width:360px;height:360px;animation-delay:-6s;bottom:-130px;right:-115px}@keyframes seLoginDrift{0%{transform:translate(0,0)scale(1)}to{transform:translate(24px,18px)scale(1.05)}}.se-login-shell{z-index:2;background:var(--login-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffffd1;border-radius:36px;grid-template-columns:minmax(390px,.95fr) minmax(440px,1fr);width:min(100%,1140px);min-height:660px;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 82px #2d275f24}.se-login-visual-panel{background:linear-gradient(#f7f5ffad,#ecf1ff9e);border-right:1px solid #4941a214;flex-direction:column;justify-content:center;padding:44px 44px 42px;display:flex}.se-login-illustration{object-fit:contain;width:min(100%,485px);max-height:490px;box-shadow:none;filter:none;mix-blend-mode:normal;border-radius:0;margin:0 auto 26px;display:block}.se-login-visual-copy{width:min(100%,470px);margin:0 auto}.se-login-visual-copy span,.se-login-product-pill{width:fit-content;min-height:30px;color:var(--login-primary);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#9a93f226;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:850;display:inline-flex}.se-login-visual-copy h2{color:var(--login-ink);letter-spacing:-.045em;margin:15px 0 8px;font-size:clamp(23px,2.3vw,29px);font-weight:850;line-height:1.06}.se-login-visual-copy p{color:var(--login-muted);margin:0;font-size:14.5px;line-height:1.58}.se-login-feature-list{flex-wrap:wrap;gap:8px;width:min(100%,470px);margin:17px auto 0;display:flex}.se-login-feature-list span{color:#4f46af;background:#ffffffc2;border:1px solid #e9e5fb;border-radius:999px;align-items:center;min-height:30px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.se-login-form-panel{background:#fffffff2;flex-direction:column;justify-content:center;padding:50px 58px;display:flex}.se-login-state{animation:.22s both seLoginStateIn}@keyframes seLoginStateIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.se-login-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:32px;display:flex}.se-login-logo{object-fit:contain;width:226px;max-width:68%;height:auto;display:block}.se-login-copy h1{color:var(--login-ink);letter-spacing:-.047em;margin:0 0 9px;font-size:clamp(27px,2.7vw,34px);font-weight:850;line-height:1.05}.se-login-copy p{max-width:408px;color:var(--login-muted);margin:0 0 24px;font-size:15px;line-height:1.58}.se-google-login,.se-login-submit{cursor:pointer;border-radius:16px;justify-content:center;align-items:center;gap:11px;width:100%;min-height:54px;transition:transform .16s,border-color .16s,background .16s,opacity .16s;display:inline-flex;position:relative;overflow:hidden}.se-google-login{border:1px solid var(--login-border);color:var(--login-ink);box-shadow:none;background:#fff;font-size:15px;font-weight:820}.se-google-login img{object-fit:contain;width:20px;height:20px;display:block}.se-google-login:hover{background:#fbfaff;border-color:#4941a252;transform:translateY(-1px)}.se-login-submit{color:#fff;box-shadow:none;background:#161226;border:0;margin-top:2px;font-size:15px;font-weight:830}.se-login-submit:before{content:"";opacity:0;background:linear-gradient(135deg,#4941a2,#756de6 56%,#9a93f2);transition:opacity .18s;position:absolute;inset:0}.se-login-submit span,.se-login-submit i,.se-google-login span,.se-google-login i,.se-google-login img{z-index:1;position:relative}.se-login-submit:hover{transform:translateY(-1px)}.se-login-submit:hover:before{opacity:1}.se-login-button-progress{background:#ffffffeb;border-radius:999px;width:42%;height:2px;animation:.92s ease-in-out infinite seButtonProgress;position:absolute;bottom:0;left:0}.se-google-login .se-login-button-progress{background:linear-gradient(90deg, transparent, var(--login-secondary), transparent)}@keyframes seButtonProgress{0%{transform:translate(-110%)}to{transform:translate(260%)}}.se-login-divider{color:#8f8aa6;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:14px;margin:20px 0;font-size:11px;font-weight:800;display:flex}.se-login-divider:before,.se-login-divider:after{content:"";background:linear-gradient(90deg,#0000,#e7e2f3,#0000);flex:1;height:1px}.se-login-form{gap:15px;display:grid}.se-login-form label,.se-login-password-field{gap:8px;display:grid}.se-login-form label>span,.se-login-password-field>span{color:var(--login-ink);font-size:13px;font-weight:830}.se-login-form input,.se-login-password-control input{border:1px solid var(--login-border);width:100%;min-height:52px;color:var(--login-ink);background:#fafafefa;border-radius:15px;outline:none;padding:0 15px;font-size:15px;transition:border-color .18s,box-shadow .18s,background .18s}.se-login-form input::placeholder,.se-login-password-control input::placeholder{color:#9d99b2}.se-login-form input:focus,.se-login-password-control input:focus{background:#fff;border-color:#4941a26b;box-shadow:0 0 0 4px #9a93f224}.se-login-password-control{position:relative}.se-login-password-control input{padding-right:54px}.se-login-password-toggle{color:#7b7597;cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;width:36px;height:36px;transition:background .16s,color .16s;display:inline-grid;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.se-login-password-toggle:hover{color:var(--login-primary);background:#9a93f221}.se-login-password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.se-login-error,.se-login-success{border-radius:15px;margin:0 0 18px;padding:13px 15px;font-size:13px;font-weight:740;line-height:1.52}.se-login-error{color:#b42318;background:#fff2f4;border:1px solid #fecdd3}.se-login-success{color:#166534;background:#effcf3;border:1px solid #b7ebc6}.se-login-note{color:var(--login-muted);background:#f9f8fdf2;border:1px solid #ece9f7;border-radius:16px;margin:16px 0 0;padding:14px 15px;font-size:13px;line-height:1.55}.se-login-secondary-action,.se-login-back{cursor:pointer;color:var(--login-primary);background:0 0;border:0;font-weight:820;transition:color .16s,background .16s}.se-login-secondary-action{align-items:center;width:fit-content;margin:17px 0 0;padding:0;font-size:14px;display:inline-flex}.se-login-secondary-action:before{content:"+";width:20px;height:20px;color:var(--login-primary);background:#9a93f22e;border-radius:999px;justify-content:center;align-items:center;margin-right:9px;font-weight:900;display:inline-flex}.se-login-back{align-items:center;gap:8px;min-height:34px;margin:0 0 22px;padding:0 10px 0 0;font-size:14px;display:inline-flex}.se-login-back svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.se-login-whatsapp{z-index:30;color:#fff;background:#161226;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 16px;font-size:13px;font-weight:820;transition:transform .16s,background .16s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 40px #1612262e}.se-login-whatsapp svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.se-global-loader{z-index:99999;pointer-events:none;opacity:0;height:3px;transition:opacity .14s;position:fixed;inset:0 0 auto}@keyframes seTopLoadingBar{0%{transform:translate(-110%)}to{transform:translate(250%)}}.se-admin-loading-active .se-shop-main>:not(.se-global-loader),.se-admin-loading-active .se-shop-layout>*{transition:filter .18s,opacity .18s}.se-admin-loading-active .se-shop-main>:not(.se-global-loader){filter:blur(.6px);opacity:.82}.se-route-loading__topbar{background:linear-gradient(90deg,#0000,#4941a2,#9a93f2);height:3px;animation:1.05s cubic-bezier(.4,0,.2,1) infinite seTopLoadingBar;position:fixed;inset:0 0 auto}.se-route-skeleton--admin{width:min(100%,1180px)}.se-skeleton-line,.se-skeleton-grid span,.se-skeleton-table i{background:#e9e7ef;border-radius:16px;position:relative;overflow:hidden}.se-skeleton-line:after,.se-skeleton-grid span:after,.se-skeleton-table i:after{content:"";background:linear-gradient(90deg,#0000,#ffffff9e,#0000);animation:1.25s ease-in-out infinite seSkeleton;position:absolute;inset:0;transform:translate(-100%)}@keyframes seSkeleton{to{transform:translate(100%)}}.se-skeleton-grid span{border:1px solid #1715270f;min-height:112px}.se-skeleton-table{background:#fff;border:1px solid #17152714;border-radius:22px;gap:10px;padding:18px;display:grid}.se-skeleton-table i{border-radius:12px;height:42px;display:block}.se-admin-button[disabled],.se-login-submit[disabled],.se-google-login[disabled]{cursor:wait;opacity:.76}@media (max-width:1080px){.se-login-shell{grid-template-columns:minmax(330px,.9fr) minmax(390px,1fr);width:min(100%,980px)}.se-login-form-panel{padding:42px 38px}.se-login-visual-panel{padding:36px 34px}.se-login-illustration{max-height:430px}}@media (max-width:900px){.se-login-page{padding:20px}.se-login-shell{grid-template-columns:1fr;width:min(100%,600px);min-height:auto}.se-login-visual-panel{display:none}.se-login-form-panel{padding:34px 30px 32px}.se-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.se-login-page{padding:14px}.se-login-shell{border-radius:26px}.se-login-bg-logo--one{width:280px;height:158px;top:6%;left:-78px}.se-login-bg-logo--two{width:250px;height:142px;bottom:13%;right:-85px}.se-login-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px}.se-login-logo{width:202px;max-width:100%}.se-login-copy h1{font-size:29px}.se-login-copy p{font-size:14px}.se-login-form-panel{padding:26px 20px 24px}.se-login-whatsapp{min-height:44px;padding:0 14px;bottom:16px;right:16px}.se-skeleton-grid{grid-template-columns:1fr}.se-route-loading{padding:18px}}.se-login-visual-copy h2{max-width:430px}.se-login-visual-copy p{max-width:455px}.se-login-error a{color:#8a1f16;text-underline-offset:2px;font-weight:860;text-decoration:underline}.se-google-login,.se-login-submit{isolation:isolate}.se-google-login[data-loading=true]:after,.se-login-submit[data-loading=true]:after{content:"";z-index:0;background:linear-gradient(90deg,#0000,#9a93f2e6,#0000);border-radius:999px;width:42%;height:2px;animation:.95s ease-in-out infinite seButtonProgressV26;position:absolute;bottom:0;left:0;transform:translate(-120%)}.se-login-submit[data-loading=true]:after{background:linear-gradient(90deg,#0000,#fffffff2,#0000)}.se-google-login[data-loading=true] img,.se-google-login[data-loading=true] span,.se-login-submit[data-loading=true] span{transform:none}.se-login-button-progress{display:none!important}@keyframes seButtonProgressV26{0%{transform:translate(-120%)}to{transform:translate(260%)}}.se-global-loader{z-index:99999;pointer-events:none;opacity:0;height:3px;transition:opacity .14s;position:fixed;inset:0 0 auto;transform:none!important}@keyframes seTopLoadingBarV26{0%{transform:translate(-112%)}to{transform:translate(250%)}}.se-admin-loading-active .se-shop-main>*,.se-admin-loading-active .se-shop-layout>*{filter:none!important;opacity:1!important;transform:none!important}.se-admin-loading-screen{color:#171527;background:#f1f1f3;min-height:100vh;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.se-admin-loading-topbar{background:#050505;grid-template-columns:244px minmax(280px,620px) 1fr;align-items:center;gap:24px;height:56px;padding:0 18px;display:grid}.se-admin-loading-logo,.se-admin-loading-search,.se-admin-loading-user,.se-admin-loading-sidebar span,.se-admin-loading-title,.se-admin-loading-subtitle,.se-admin-loading-cards span,.se-admin-loading-panel i,.se-route-skeleton *{background:#e5e3ea;position:relative;overflow:hidden}.se-admin-loading-logo:after,.se-admin-loading-search:after,.se-admin-loading-user:after,.se-admin-loading-sidebar span:after,.se-admin-loading-title:after,.se-admin-loading-subtitle:after,.se-admin-loading-cards span:after,.se-admin-loading-panel i:after,.se-route-skeleton :after{content:"";background:linear-gradient(90deg,#0000,#ffffffb3,#0000);animation:1.25s ease-in-out infinite seSkeletonV26;position:absolute;inset:0;transform:translate(-100%)}@keyframes seSkeletonV26{to{transform:translate(100%)}}.se-admin-loading-logo{background:#ffffff24;border-radius:9px;width:174px;height:28px}.se-admin-loading-search{background:#ffffff24;border-radius:13px;width:min(100%,620px);height:38px}.se-admin-loading-user{background:#ffffff1f;border-radius:999px;justify-self:end;width:138px;height:34px}.se-admin-loading-layout{grid-template-columns:244px minmax(0,1fr);min-height:calc(100vh - 56px);display:grid}.se-admin-loading-sidebar{background:#e7e7e9;border-right:1px solid #d9d9de;align-content:start;gap:9px;padding:18px 12px;display:grid}.se-admin-loading-sidebar span{border-radius:10px;height:32px}.se-admin-loading-sidebar span:first-child{background:#fff}.se-admin-loading-main{padding:26px 28px}.se-admin-loading-title{border-radius:10px;width:220px;height:30px;margin-bottom:10px}.se-admin-loading-subtitle{border-radius:999px;width:min(480px,70%);height:17px;margin-bottom:24px}.se-admin-loading-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.se-admin-loading-cards span{background:#fff;border:1px solid #dddddf;border-radius:14px;min-height:112px}.se-admin-loading-panel{background:#fff;border:1px solid #dddddf;border-radius:16px;gap:11px;padding:18px;display:grid}.se-admin-loading-panel i{background:#f0eff3;border-radius:10px;height:44px}.se-route-loading{color:#171527;background:#f4f4f6;min-height:100vh;padding:28px}.se-route-loading__topbar{z-index:20;background:linear-gradient(90deg,#0000,#4941a2,#9a93f2);height:3px;animation:1.05s cubic-bezier(.4,0,.2,1) infinite seTopLoadingBarV26;position:fixed;inset:0 0 auto}.se-route-skeleton{gap:16px;width:min(100%,980px);margin:76px auto 0;display:grid}.se-skeleton-line{border-radius:12px}.se-skeleton-line--title{width:min(360px,70%);height:34px}.se-skeleton-line--text{width:min(520px,86%);height:18px}.se-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.se-skeleton-grid span{border:1px solid #1715270f;border-radius:16px;min-height:112px}.se-access-page{gap:22px;display:grid}.se-access-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.se-access-summary article,.se-access-list,.se-access-create,.se-access-user-card{background:#fff;border:1px solid #dedde4;box-shadow:0 1px 2px #1414140d}.se-access-summary article{border-radius:14px;align-content:center;gap:4px;min-height:104px;padding:18px;display:grid}.se-access-summary span,.se-access-section-head span,.se-access-create>span{color:#6f6a7d;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:820}.se-access-summary strong{color:#12111d;letter-spacing:-.04em;font-size:30px;line-height:1}.se-access-summary small{color:#6f6a7d;font-size:13px}.se-access-grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:18px;display:grid}.se-access-list,.se-access-create{border-radius:16px;overflow:hidden}.se-access-section-head{border-bottom:1px solid #e7e5eb;justify-content:space-between;align-items:flex-end;gap:18px;padding:18px 20px;display:flex}.se-access-section-head h2,.se-access-create h2{color:#12111d;letter-spacing:-.02em;margin:4px 0 0;font-size:18px}.se-access-section-head small{color:#6f6a7d;text-align:right;max-width:360px;font-size:13px}.se-access-users{gap:12px;padding:16px;display:grid}.se-access-user-card{border-radius:14px;gap:14px;padding:16px;display:grid;position:relative}.se-access-user-main{align-items:flex-start;gap:13px;display:flex}.se-access-avatar{color:#fff;background:linear-gradient(135deg,#4941a2,#9a93f2);border-radius:13px;flex:none;place-items:center;width:44px;height:44px;font-size:17px;font-weight:900;display:grid}.se-access-user-card h3{color:#12111d;letter-spacing:-.02em;margin:0;font-size:16px}.se-access-user-card p{color:#6f6a7d;margin:3px 0 0;font-size:13px}.se-access-badges{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.se-access-badges span{color:#4941a2;background:#f0ecff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:830;display:inline-flex}.se-access-badges span[data-status=ACTIVE]{color:#166534;background:#dcfce7}.se-access-badges span[data-status=PENDING]{color:#8a5a00;background:#fff4d6}.se-access-badges span[data-status=DISABLED]{color:#77737f;background:#efeff1}.se-access-description{background:#f7f7f9;border:1px solid #eeeef1;border-radius:12px;padding:12px 13px}.se-access-edit{border-top:1px solid #eeeeef;padding-top:12px}.se-access-edit summary{cursor:pointer;color:#4941a2;width:fit-content;font-size:13px;font-weight:830}.se-access-edit[open] summary{margin-bottom:12px}.se-access-create{padding:20px;position:sticky;top:78px}.se-access-create p{color:#6f6a7d;margin:8px 0 18px;font-size:14px;line-height:1.55}.se-access-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.se-access-form label{gap:7px;display:grid}.se-access-form label span{color:#12111d;font-size:12px;font-weight:820}.se-access-form input,.se-access-form select{color:#12111d;background:#fff;border:1px solid #d9d6e4;border-radius:11px;outline:none;width:100%;min-height:42px;padding:0 11px;font-size:13px}.se-access-form input:focus,.se-access-form select:focus{border-color:#4941a273;box-shadow:0 0 0 3px #9a93f229}.se-access-form__full{grid-column:1/-1}.se-access-form button{grid-column:1/-1;justify-content:center}.se-access-danger{color:#b42318;cursor:pointer;background:#fff7f7;border:1px solid #f1c8c8;border-radius:10px;width:fit-content;min-height:34px;padding:0 12px;font-size:12px;font-weight:830}@media (max-width:1080px){.se-access-grid{grid-template-columns:1fr}.se-access-create{position:static}}@media (max-width:900px){.se-admin-loading-topbar{grid-template-columns:1fr auto}.se-admin-loading-search{display:none}.se-admin-loading-layout{grid-template-columns:1fr}.se-admin-loading-sidebar{display:none}.se-admin-loading-main{padding:22px 16px}.se-admin-loading-cards,.se-access-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.se-access-section-head{flex-direction:column;align-items:flex-start}.se-access-section-head small{text-align:left}}@media (max-width:640px){.se-admin-loading-cards,.se-access-summary,.se-skeleton-grid,.se-access-form{grid-template-columns:1fr}.se-login-visual-copy h2{font-size:26px}}.se-shop-topbar__brand--logo img{object-fit:contain;object-position:left center;filter:none;width:162px;max-height:32px}.se-shop-topbar__brand--logo small{color:#fff;background:#9a93f22e;border:1px solid #9a93f238;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:760;display:inline-flex}.se-nav-admin-badge{color:#4941a2;background:#eee9ff;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:10px;font-weight:860;line-height:1.35}.se-topbar-icon-button{color:#ffffffdb;cursor:pointer;background:0 0;border:0;border-radius:11px;place-items:center;width:34px;height:34px;transition:background .16s,color .16s,transform .16s;display:inline-grid;position:relative}.se-topbar-icon-button:hover{color:#fff;background:#ffffff1a}.se-topbar-icon-button>span{color:#fff;background:#9a93f2;border-radius:999px;place-items:center;min-width:15px;height:15px;padding:0 4px;font-size:9px;font-weight:900;display:grid;position:absolute;top:3px;right:3px}.se-topbar-popover{position:relative}.se-topbar-popover summary{list-style:none}.se-topbar-popover summary::-webkit-details-marker{display:none}.se-topbar-popover__panel{z-index:80;color:#171527;background:#fff;border:1px solid #1615241f;border-radius:15px;width:min(360px,100vw - 24px);animation:.14s ease-out sePopoverInV27;position:absolute;top:calc(100% + 11px);right:0;overflow:hidden;box-shadow:0 18px 60px #110f1e38}@keyframes sePopoverInV27{0%{opacity:0;transform:translateY(-4px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.se-topbar-popover__panel header{border-bottom:1px solid #eceaf2;gap:3px;padding:15px 16px 12px;display:grid}.se-topbar-popover__panel header span{color:#6d657b;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:820}.se-topbar-popover__panel header strong{color:#171527;font-size:14px;font-weight:880}.se-notification-list-v27,.se-store-switcher-list-v27{padding:8px;display:grid}.se-notification-list-v27 a,.se-store-switcher-list-v27 a{color:#171527;border-radius:12px;align-items:center;gap:10px;padding:10px;text-decoration:none;transition:background .15s;display:flex}.se-notification-list-v27 a:hover,.se-store-switcher-list-v27 a:hover,.se-store-switcher-list-v27 a.is-active{background:#f3f1fb}.se-notification-list-v27 i{background:#d5d2de;border-radius:50%;flex:none;width:9px;height:9px}.se-notification-list-v27 a.is-unread i{background:#6f55ff;box-shadow:0 0 0 4px #6f55ff1c}.se-notification-list-v27 strong,.se-store-switcher-list-v27 strong{font-size:13px;font-weight:820;display:block}.se-notification-list-v27 small,.se-store-switcher-list-v27 small{color:#6d657b;margin-top:2px;font-size:12px;line-height:1.35;display:block}.se-store-switcher-list-v27 a>span{color:#fff;background:linear-gradient(135deg,#4941a2,#9a93f2);border-radius:11px;flex:none;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.se-store-switcher-list-v27 a em{color:#4941a2;margin-left:auto;font-style:normal;font-weight:900}.se-user-menu-v27 summary{border-radius:999px;gap:8px;min-height:36px;padding:4px 9px 4px 4px;transition:background .15s}.se-user-menu-v27 summary:hover{background:#ffffff1a}.se-user-menu-v27 summary span{box-shadow:0 0 0 2px #9a93f238}.se-user-menu__identity{border-bottom:1px solid #eceaf2;align-items:center;gap:10px;margin:-6px -6px 8px;padding:12px 12px 10px;display:flex}.se-user-menu__identity>span{color:#fff;background:linear-gradient(135deg,#4941a2,#9a93f2);border-radius:11px;place-items:center;width:36px;height:36px;font-size:12px;font-weight:900;display:grid}.se-user-menu__identity strong{color:#171527;font-size:13px;line-height:1.2;display:block}.se-user-menu__identity small{color:#6d657b;margin-top:2px;font-size:12px;display:block}.se-user-menu__popover{border:1px solid #1615241f;border-radius:15px;min-width:245px;padding:6px;box-shadow:0 18px 60px #110f1e38}.se-user-menu__popover>a,.se-user-menu__popover form button{color:#252238;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:flex-start;align-items:center;width:100%;min-height:36px;padding:0 10px;font-size:13px;font-weight:720;display:flex}.se-user-menu__popover>a:hover,.se-user-menu__popover form button:hover{background:#f3f1fb}.se-menu-logout{gap:9px;color:#3d354c!important}.se-menu-logout svg{width:17px;height:17px}.se-admin-route-loading{z-index:100000;pointer-events:none;height:3px;position:fixed;inset:0 0 auto;overflow:hidden}.se-admin-route-loading span{background:linear-gradient(90deg,#0000,#4941a2,#9a93f2);border-radius:999px;width:44%;height:100%;animation:1.05s cubic-bezier(.4,0,.2,1) infinite seTopLoadingBarV27;display:block}.se-global-loader{opacity:0;transition:opacity .14s;z-index:100000!important;pointer-events:none!important;height:3px!important;position:fixed!important;inset:0 0 auto!important}.se-global-loader.is-visible{opacity:1}.se-global-loader__track{background:#9a93f21f;position:absolute;inset:0;overflow:hidden}.se-global-loader__bar{background:linear-gradient(90deg,#0000,#4941a2,#9a93f2);border-radius:999px;width:44%;animation:1.05s cubic-bezier(.4,0,.2,1) infinite seTopLoadingBarV27;position:absolute;inset:0 auto 0 0}@keyframes seTopLoadingBarV27{0%{transform:translate(-120%)}to{transform:translate(250%)}}.se-support-modal-v27,.se-modal-v27{z-index:100001;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.se-modal-backdrop-v27{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;background:#120f1e52;border:0;position:absolute;inset:0}.se-support-card-v27,.se-modal-card-v27{z-index:2;color:#171527;background:#fff;border:1px solid #1715271f;border-radius:20px;width:min(100%,620px);max-height:min(820px,100vh - 32px);animation:.18s ease-out seModalInV27;position:relative;overflow:auto;box-shadow:0 26px 80px #110f1e52}@keyframes seModalInV27{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.se-support-card-v27 header,.se-modal-card-v27 header{border-bottom:1px solid #eceaf2;justify-content:space-between;gap:16px;padding:20px 22px;display:flex}.se-support-card-v27 header span,.se-modal-card-v27 header span{color:#4941a2;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.se-support-card-v27 header h2,.se-modal-card-v27 header h2{color:#171527;letter-spacing:-.035em;margin:5px 0 0;font-size:23px;line-height:1.12}.se-support-card-v27 header p,.se-modal-card-v27 header p{color:#6d657b;max-width:500px;margin:7px 0 0;font-size:14px;line-height:1.5}.se-support-card-v27 header button,.se-modal-card-v27 header button{color:#6d657b;cursor:pointer;background:#fff;border:1px solid #e4e1ec;border-radius:11px;width:34px;height:34px}.se-support-card-v27 header button svg,.se-modal-card-v27 header button svg{width:16px;height:16px}.se-support-card-v27 header button svg path,.se-modal-card-v27 header button svg path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round}.se-support-thread-v27{gap:10px;padding:18px 22px 4px;display:grid}.se-support-thread-v27 article{color:#171527;background:#f3f1fb;border-radius:16px 16px 16px 5px;max-width:82%;padding:12px 14px}.se-support-thread-v27 article.is-user{color:#fff;background:linear-gradient(135deg,#4941a2,#7d68f5);border-radius:16px 16px 5px;justify-self:end}.se-support-thread-v27 strong{margin-bottom:4px;font-size:12px;display:block}.se-support-thread-v27 p{margin:0;font-size:13px;line-height:1.45}.se-support-card-v27 form{gap:10px;padding:18px 22px 22px;display:grid}.se-support-card-v27 textarea{resize:vertical;color:#171527;width:100%;min-height:112px;font:inherit;background:#fbfbfd;border:1px solid #ded9ea;border-radius:14px;outline:none;padding:13px 14px}.se-support-card-v27 textarea:focus{border-color:#4941a273;box-shadow:0 0 0 3px #9a93f229}.se-support-card-v27 form button{color:#fff;cursor:pointer;background:#171126;border:0;border-radius:12px;min-height:44px;font-weight:850}.se-support-card-v27 form button:disabled{opacity:.55;cursor:not-allowed}.se-access-page-v27,.se-member-page-v27{gap:22px;display:grid}.se-access-summary-v27{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.se-access-summary-v27 article,.se-access-panel-v27{background:#fff;border:1px solid #dedde4;border-radius:15px;box-shadow:0 1px 2px #1414140d}.se-access-summary-v27 article{align-content:center;gap:5px;min-height:108px;padding:18px 20px;display:grid}.se-access-summary-v27 span,.se-access-panel-v27>header span{color:#6d657b;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:860}.se-access-summary-v27 strong{color:#171527;letter-spacing:-.04em;font-size:30px;line-height:1}.se-access-summary-v27 small{color:#6d657b;font-size:13px}.se-access-panel-v27{overflow:hidden}.se-access-panel-v27>header{border-bottom:1px solid #eceaf2;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.se-access-panel-v27>header h2{color:#171527;letter-spacing:-.02em;margin:4px 0 0;font-size:18px}.se-primary-button-v27,.se-admin-button--primary{color:#fff;cursor:pointer;min-height:38px;box-shadow:none;background:linear-gradient(135deg,#5b42ef,#7d68f5);border:0;border-radius:10px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:850;display:inline-flex}.se-primary-button-v27:hover,.se-admin-button--primary:hover{filter:brightness(.98);transform:translateY(-1px)}.se-access-table-v27{gap:0;display:grid}.se-access-table-v27>article{border-bottom:1px solid #f0eef4;grid-template-columns:minmax(250px,1.5fr) minmax(150px,.7fr) minmax(120px,.5fr) 44px;align-items:center;gap:18px;padding:16px 20px;display:grid}.se-access-table-v27>article:last-child{border-bottom:0}.se-access-user-v27{align-items:center;gap:12px;min-width:0;display:flex}.se-access-user-v27>span{color:#fff;background:linear-gradient(135deg,#4941a2,#9a93f2);border-radius:13px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.se-access-table-v27 strong{color:#171527;font-size:14px;line-height:1.25}.se-access-table-v27 small{color:#6d657b;margin-top:3px;font-size:12px;display:block}.se-icon-edit-v27{color:#4941a2;cursor:pointer;background:#fff;border:1px solid #e3dfee;border-radius:11px;place-items:center;width:36px;height:36px;display:grid}.se-icon-edit-v27:hover{background:#f3f1fb}.se-icon-edit-v27 svg{width:17px;height:17px}.se-access-modal-card-v27{width:min(100%,880px)}.se-member-modal-card-v27{width:min(100%,760px)}.se-access-modal-form-v27,.se-member-form-v27{gap:18px;padding:20px 22px 22px;display:grid}.se-form-row-v27{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.se-access-modal-form-v27 label,.se-member-form-v27 label,.se-password-inline-v27{gap:7px;display:grid}.se-access-modal-form-v27 label span,.se-member-form-v27 label span,.se-password-inline-v27 span{color:#171527;font-size:12px;font-weight:820}.se-access-modal-form-v27 input:not([type=checkbox]):not([type=radio]),.se-access-modal-form-v27 select,.se-member-form-v27 input:not([type=checkbox]):not([type=radio]),.se-member-form-v27 select{color:#171527;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #ded9ea;border-radius:12px;outline:none;padding:0 12px}.se-access-modal-form-v27 input:focus,.se-access-modal-form-v27 select:focus,.se-member-form-v27 input:focus,.se-member-form-v27 select:focus{border-color:#4941a273;box-shadow:0 0 0 3px #9a93f229}.se-access-modal-section-v27{background:#fbfbfd;border:1px solid #ebe8f2;border-radius:14px;gap:10px;padding:14px;display:grid}.se-access-modal-section-v27>strong,.se-section-inline-head-v27 strong{color:#171527;font-size:14px}.se-access-modal-section-v27>p,.se-section-inline-head-v27 p{color:#6d657b;margin:-4px 0 0;font-size:13px}.se-section-inline-head-v27{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.se-section-inline-head-v27 button{color:#4941a2;cursor:pointer;background:#fff;border:1px solid #e0dced;border-radius:9px;min-height:32px;padding:0 10px;font-size:12px;font-weight:830}.se-role-grid-v27{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.se-role-grid-v27 label{cursor:pointer;background:#fff;border:1px solid #e0dced;border-radius:13px;min-height:100px;padding:12px;position:relative}.se-role-grid-v27 label.is-selected{background:#f3f1fb;border-color:#4941a28c;box-shadow:inset 0 0 0 1px #4941a233}.se-role-grid-v27 input{opacity:0;pointer-events:none;position:absolute}.se-role-grid-v27 span{color:#171527;font-size:13px;font-weight:850;display:block}.se-role-grid-v27 small{color:#6d657b;margin-top:5px;font-size:11.5px;line-height:1.35;display:block}.se-check-list-v27{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.se-check-list-v27--projects{grid-template-columns:repeat(2,minmax(0,1fr))}.se-check-list-v27 label{cursor:pointer;background:#fff;border:1px solid #e4e0ed;border-radius:11px;align-items:center;gap:9px;min-height:42px;padding:9px 10px;display:flex!important}.se-check-list-v27 input{accent-color:#5b42ef;flex:none;width:16px;height:16px}.se-check-list-v27 span{color:#262039;font-size:13px;font-weight:720}.se-check-list-v27 strong{color:#171527;font-size:13px;display:block}.se-check-list-v27 small{color:#6d657b;margin-top:2px;font-size:11px;display:block}.se-checkbox-line-v27{background:#fff;border:1px solid #e4e0ed;border-radius:11px;align-items:center;gap:9px;min-height:42px;padding:9px 10px;display:flex!important}.se-checkbox-line-v27 input{accent-color:#5b42ef;width:16px;height:16px}.se-access-modal-form-v27 footer,.se-member-form-v27 footer{justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.se-access-modal-form-v27 footer>span{color:#6d657b;font-size:12px}.se-access-modal-form-v27 footer div,.se-member-form-v27 footer{gap:8px;display:flex}.se-access-modal-form-v27 footer button[type=button],.se-member-form-v27 footer button[type=button]{color:#171527;cursor:pointer;background:#fff;border:1px solid #e0dced;border-radius:10px;min-height:38px;padding:0 13px;font-weight:780}.se-danger-button-v27{color:#b42318;cursor:pointer;background:#fff7f7;border:1px solid #f1c8c8;border-radius:10px;min-height:38px;padding:0 12px;font-weight:830}.se-password-row-v15__icon,.se-password-alert-v15__icon{place-items:center!important;display:grid!important}.se-password-row-v15__icon svg,.se-password-alert-v15__icon svg{width:20px!important;height:20px!important}@media (max-width:1100px){.se-role-grid-v27{grid-template-columns:repeat(2,minmax(0,1fr))}.se-access-table-v27>article{grid-template-columns:minmax(240px,1fr) minmax(140px,.7fr) 44px}.se-access-table-v27>article>div:nth-of-type(3){display:none}}@media (max-width:760px){.se-access-summary-v27,.se-form-row-v27,.se-check-list-v27,.se-check-list-v27--projects,.se-role-grid-v27{grid-template-columns:1fr}.se-access-panel-v27>header{flex-direction:column;align-items:flex-start}.se-access-table-v27>article{grid-template-columns:1fr 38px;gap:12px}.se-access-table-v27>article>div:nth-of-type(2),.se-access-table-v27>article>div:nth-of-type(3){display:none}.se-access-modal-form-v27 footer,.se-member-form-v27 footer{flex-direction:column;align-items:stretch}.se-access-modal-form-v27 footer div{width:100%}.se-access-modal-form-v27 footer div button,.se-member-form-v27 footer button{flex:1}.se-topbar-popover__panel{right:-74px}}.se-support-open-center-v27{color:#4941a2;background:#f3f1fb;border-radius:12px;justify-content:center;align-items:center;min-height:42px;margin:4px 22px 0;font-size:13px;font-weight:850;text-decoration:none;display:flex}.se-support-page-v27{gap:16px;display:grid}.se-support-conversation-v27{background:#fff;border:1px solid #dedde4;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px #1414140d}.se-support-conversation-v27>header{border-bottom:1px solid #eceaf2;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.se-support-conversation-v27>header span{color:#4941a2;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:900}.se-support-conversation-v27>header h2{color:#171527;letter-spacing:-.03em;margin:5px 0 0;font-size:20px}.se-support-conversation-v27>header p{color:#6d657b;margin:4px 0 0;font-size:13px}.se-support-conversation-v27>header small{color:#8a5a00;background:#fff4d6;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:850;display:inline-flex}.se-support-messages-v27{background:#fbfbfd;gap:10px;padding:18px 20px;display:grid}.se-support-messages-v27 div{background:#fff;border:1px solid #eceaf2;border-radius:16px 16px 16px 5px;width:min(74%,620px);padding:12px 14px}.se-support-messages-v27 div.is-admin{color:#fff;background:#171126;border-color:#171126;border-radius:16px 16px 5px;justify-self:end}.se-support-messages-v27 strong{margin-bottom:4px;font-size:12px;display:block}.se-support-messages-v27 p{margin:0;font-size:13px;line-height:1.5}.se-support-conversation-v27 form{border-top:1px solid #eceaf2;gap:10px;padding:16px 20px 20px;display:grid}.se-support-conversation-v27 textarea{resize:vertical;color:#171527;width:100%;min-height:92px;font:inherit;background:#fff;border:1px solid #ded9ea;border-radius:13px;outline:none;padding:12px 13px}.se-support-conversation-v27 textarea:focus{border-color:#4941a273;box-shadow:0 0 0 3px #9a93f229}.se-support-conversation-v27 form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b42ef,#7d68f5);border:0;border-radius:10px;justify-self:end;min-height:38px;padding:0 14px;font-size:13px;font-weight:850}.se-login-page{padding:clamp(18px,3vw,30px)}.se-login-shell{grid-template-columns:minmax(420px,.92fr) minmax(430px,1fr);width:min(100%,1160px);min-height:clamp(620px,82vh,780px)}.se-login-visual-panel{justify-content:center!important;padding:clamp(30px,4.3vw,48px)!important}.se-login-visual-panel:before,.se-login-visual-panel:after,.se-login-illustration:before,.se-login-illustration:after{content:none!important;display:none!important}.se-login-illustration{object-fit:contain!important;object-position:center!important;width:min(100%,520px)!important;height:auto!important;max-height:clamp(320px,48vh,440px)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0 auto clamp(18px,2.4vw,24px)!important}.se-login-visual-copy{text-align:left;width:min(100%,500px)!important}.se-login-visual-copy span{background:#9a93f224;min-height:28px;padding-inline:11px}.se-login-visual-copy h2{margin-top:13px!important;font-size:clamp(22px,2vw,27px)!important}.se-login-visual-copy p{max-width:440px;font-size:14px!important}.se-login-feature-list{width:min(100%,500px)!important;margin-top:14px!important}.se-login-form-panel{padding:clamp(34px,5vw,58px) clamp(34px,5.5vw,64px)!important}.se-login-header{margin-bottom:clamp(25px,3vw,34px)!important}.se-login-logo{width:230px!important;max-width:64%!important}.se-login-product-pill{min-height:28px;padding-inline:11px}.se-login-copy h1{letter-spacing:-.042em!important;font-size:clamp(28px,2.4vw,34px)!important}.se-login-copy p{max-width:430px!important;margin-bottom:22px!important}.se-login-submit{background:#161226!important;box-shadow:inset 0 0 0 1px #ffffff0a!important}.se-login-submit:before{opacity:0!important;background:linear-gradient(135deg,#4941a2b8,#9a93f2e0)!important}.se-login-submit:hover{transform:translateY(-1px);background:#1f1833!important}.se-login-submit:active{transform:translateY(0)}.se-login-whatsapp{background:#171126!important;border-radius:999px 999px 999px 8px!important;gap:7px!important;min-height:42px!important;padding:0 14px!important;font-size:12.5px!important;font-weight:820!important;bottom:22px!important;right:22px!important;box-shadow:0 14px 32px #16122629!important}.se-login-whatsapp:hover{background:#221a38!important;transform:translateY(-1px)!important}.se-login-whatsapp svg{stroke-width:1.9px!important;width:16px!important;height:16px!important}.se-login-whatsapp span{line-height:1}.se-shop-topbar__brand--logo img{object-fit:contain;object-position:left center;width:162px;max-height:32px}@media (max-width:980px){.se-login-shell{grid-template-columns:1fr;width:min(100%,620px);min-height:auto}.se-login-visual-panel{display:none!important}.se-login-form-panel{min-height:auto;padding:34px 26px!important}.se-login-logo{width:205px!important;max-width:60%!important}}@media (max-width:560px){.se-login-page{min-height:100svh;padding:14px;display:block}.se-login-shell{border-radius:24px;margin:16px auto 72px}.se-login-form-panel{padding:28px 20px!important}.se-login-header{align-items:flex-start;gap:12px;margin-bottom:28px!important}.se-login-logo{width:180px!important;max-width:100%!important}.se-login-product-pill{font-size:10px}.se-login-copy h1{font-size:28px!important}.se-login-whatsapp{min-height:40px!important;padding:0 13px!important;bottom:14px!important;right:14px!important}}.se-admin-loading-active .se-shop-layout>*,.se-admin-loading-active .se-shop-main>:not(.se-global-loader),.se-admin-loading-active .se-shop-topbar,.se-admin-loading-active .se-shop-sidebar{filter:none!important;opacity:1!important}.se-admin-content-loading-v29{top:var(--se-topbar-height,56px);bottom:0;right:0;left:var(--se-sidebar-width,240px);z-index:76;pointer-events:none;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:linear-gradient(#f4f4f6e0,#f4f4f6b8);padding:26px 32px;animation:.14s ease-out seContentLoaderInV29;position:fixed}.se-admin-content-loading-v29--route{z-index:1000}.se-admin-content-loading-v29__inner{gap:14px;width:min(100%,1240px);display:grid}.se-admin-skeleton-v29,.se-admin-skeleton-grid-v29 span,.se-admin-skeleton-panel-v29,.se-admin-skeleton-panel-v29 i{background:#e9e7ef;border:1px solid #1715270f;border-radius:14px;position:relative;overflow:hidden}.se-admin-skeleton-v29:after,.se-admin-skeleton-grid-v29 span:after,.se-admin-skeleton-panel-v29:after,.se-admin-skeleton-panel-v29 i:after{content:"";background:linear-gradient(90deg,#0000,#ffffffb8,#0000);animation:1.15s ease-in-out infinite seSkeletonSweepV29;position:absolute;inset:0;transform:translate(-110%)}.se-admin-skeleton-v29--title{border-radius:10px;width:min(280px,62%);height:30px}.se-admin-skeleton-v29--subtitle{border-radius:8px;width:min(520px,84%);height:16px;margin-bottom:6px}.se-admin-skeleton-grid-v29{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.se-admin-skeleton-grid-v29 span{background:#fff;border-radius:15px;min-height:106px}.se-admin-skeleton-grid-v29 span:first-child,.se-admin-skeleton-grid-v29 span:nth-child(2),.se-admin-skeleton-grid-v29 span:nth-child(3),.se-admin-skeleton-grid-v29 span:nth-child(4){height:106px}.se-admin-skeleton-panel-v29{background:#fff;gap:10px;min-height:250px;margin-top:8px;padding:18px;display:grid}.se-admin-skeleton-panel-v29 i{background:#f0eef5;border-radius:11px;height:42px;display:block}.se-admin-skeleton-panel-v29 i:first-child{height:54px}@keyframes seContentLoaderInV29{0%{opacity:0}to{opacity:1}}@keyframes seSkeletonSweepV29{to{transform:translate(110%)}}.se-topbar-icon-button--support:hover svg{transform:translateY(-1px)}.se-warning-banner-v12--settings:before{content:""!important;background-color:#ffe7b8!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238a5a00' d='M10 2.5a3.7 3.7 0 0 0-3.7 3.7v1.1H5.4A1.9 1.9 0 0 0 3.5 9.2v6.9A1.9 1.9 0 0 0 5.4 18h9.2a1.9 1.9 0 0 0 1.9-1.9V9.2a1.9 1.9 0 0 0-1.9-1.9h-.9V6.2A3.7 3.7 0 0 0 10 2.5Zm-2 4.8V6.2a2 2 0 0 1 4 0v1.1H8Zm2 4a1.25 1.25 0 0 1 .7 2.28v1.17H9.3v-1.17a1.25 1.25 0 0 1 .7-2.28Z'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:17px 17px!important;border-radius:9px!important;flex:none!important;place-items:center!important;width:28px!important;height:28px!important;display:inline-grid!important}.se-password-toast-v16{z-index:100002!important}@media (max-width:1020px){.se-admin-content-loading-v29{padding:22px;left:0}.se-admin-skeleton-grid-v29{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.se-admin-content-loading-v29{padding:16px;top:52px}.se-admin-skeleton-grid-v29{grid-template-columns:1fr}.se-admin-skeleton-grid-v29 span:nth-child(n+3){display:none}}:root{--se-topbar-height:48px;--se-sidebar-width:228px}.se-admin-refined .se-shop-topbar{height:var(--se-topbar-height)!important;color:#ffffffe6!important;background:#0b0b0c!important;border-bottom:1px solid #ffffff14!important;grid-template-columns:260px minmax(250px,520px) 1fr!important;gap:14px!important;padding:0 14px 0 16px!important}.se-shop-topbar__brand--logo img{object-fit:contain!important;object-position:left center!important;width:auto!important;max-width:150px!important;height:24px!important;max-height:24px!important}.se-shop-topbar__brand--logo small{color:#ffffffc2!important;letter-spacing:.01em!important;background:#ffffff14!important;border:1px solid #ffffff1f!important;border-radius:999px!important;min-height:20px!important;padding:0 7px!important;font-size:10.5px!important;font-weight:720!important}.se-shop-topbar__actions{justify-content:flex-end!important;gap:5px!important}.se-topbar-icon-button{color:#ffffffb3!important;width:32px!important;height:32px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:9px!important}.se-topbar-icon-button:hover,.se-topbar-popover[open]>.se-topbar-icon-button,.se-topbar-popover[open]>summary.se-topbar-icon-button{color:#fff!important;background:#ffffff14!important}.se-topbar-icon-button svg{width:17px!important;height:17px!important}.se-topbar-icon-button--support svg{width:18px!important;height:18px!important}.se-user-menu-v27 summary{min-height:34px!important;box-shadow:none!important;background:0 0!important;border:0!important;gap:7px!important;padding:3px 8px 3px 3px!important}.se-user-menu-v27 summary:hover,.se-user-menu-v27[open] summary{background:#ffffff14!important}.se-user-menu-v27 summary span{width:27px!important;height:27px!important;box-shadow:none!important;color:#fff!important;background:#7c5cff!important;border:0!important;border-radius:9px!important;font-size:11px!important}.se-user-menu-v27 summary strong{color:#ffffffe6!important;font-size:12.5px!important;font-weight:720!important}.se-search-trigger-v30,button.se-search-trigger-v30{appearance:none!important;color:#ffffffc7!important;cursor:text!important;text-align:left!important;background:#262626!important;border:1px solid #ffffff21!important;border-radius:10px!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:min(520px,100%)!important;height:34px!important;padding:0 11px!important;font-family:inherit!important;font-size:13px!important;font-weight:500!important;display:flex!important;box-shadow:inset 0 1px #ffffff0f!important}.se-search-trigger-v30:hover,.se-search-trigger-v30:focus-visible{background:#2b2b2b!important;border-color:#ffffff3d!important;outline:none!important}.se-search-trigger-v30 svg{color:#ffffffa8!important;width:15px!important;height:15px!important}.se-search-trigger-v30 span{color:#ffffffc2!important}.se-search-trigger-v30 kbd,.se-search-trigger-v30 input{display:none!important}.se-search-overlay-v30{z-index:100000;justify-content:center;align-items:flex-start;padding:8px 16px;display:flex;position:fixed;inset:0}.se-search-backdrop-v30{cursor:default;background:#000000ad;border:0;animation:.12s ease-out seOverlayFadeV30;position:absolute;inset:0}.se-search-dialog-v30{color:#242424;transform-origin:top;background:#fff;border:1px solid #ffffff38;border-radius:16px;width:min(680px,100vw - 32px);min-height:190px;max-height:min(70vh,620px);padding:12px;animation:.16s cubic-bezier(.2,.8,.2,1) seSearchBubbleV30;position:relative;overflow:auto;box-shadow:0 28px 90px #00000057}@keyframes seOverlayFadeV30{0%{opacity:0}to{opacity:1}}@keyframes seSearchBubbleV30{0%{opacity:0;transform:translateY(-8px)scale(.965)}to{opacity:1;transform:translateY(0)scale(1)}}.se-search-dialog-v30__field{background:#fff;border:1px solid #8a8a8a;border-radius:10px;grid-template-columns:22px minmax(0,1fr) auto auto;align-items:center;gap:8px;height:38px;padding:0 10px;display:grid;box-shadow:0 0 0 1px #00000005}.se-search-dialog-v30__field svg{color:#6b6b6b;width:17px;height:17px}.se-search-dialog-v30__field input{color:#222;font:inherit;background:0 0;border:0;outline:0;min-width:0;font-size:14px}.se-search-dialog-v30__field input::placeholder{color:#777}.se-project-message{color:#616161;background:#f7f7f7;border:1px solid #e2e2e2;border-radius:10px;margin:0;padding:12px 14px;font-size:13px;line-height:1.45}.se-project-message--success{color:#146c2e;background:#effaf1;border-color:#b8dfc2}.se-project-message--error{color:#b42318;background:#fff4f4;border-color:#f4c7c3}.se-project-actions{flex-wrap:wrap;gap:10px;display:flex}.se-project-status{color:#303030;background:#f1f1f1;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:650;display:inline-flex}.se-search-dialog-v30__field button{color:#4a4a4a;cursor:pointer;background:#f1f1f1;border:0;border-radius:7px;min-height:26px;padding:0 8px;font-size:12px;font-weight:650}.se-search-loading-v30{border:2px solid #d8d8d8;border-top-color:#5b42ef;border-radius:50%;width:16px;height:16px;animation:.75s linear infinite seSpin}.se-search-tags-v30{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.se-search-tags-v30 span{color:#424242;background:#e6e6e6;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:12px;font-weight:620;display:inline-flex}.se-search-results-v30{gap:3px;margin-top:10px;display:grid}.se-search-results-v30 a{color:#222;border-radius:10px;grid-template-columns:96px minmax(0,1fr);gap:2px 12px;padding:10px;text-decoration:none;display:grid}.se-search-results-v30 a:hover{background:#f3f3f3}.se-search-results-v30 a span{color:#6f55ff;text-transform:uppercase;letter-spacing:.04em;grid-row:span 2;align-self:center;font-size:11px;font-weight:780}.se-search-results-v30 a strong{color:#202020;font-size:13.5px;font-weight:750}.se-search-results-v30 a small{color:#616161;font-size:12px}.se-search-empty-v30{color:#777;text-align:center;align-content:center;place-items:center;gap:8px;min-height:145px;display:grid}.se-search-empty-v30 svg{color:#8b8b8b;width:46px;height:46px}.se-search-empty-v30 strong{color:#3b3b3b;font-size:14px}.se-search-empty-v30 small{color:#666;max-width:320px;font-size:12.5px;line-height:1.45}.se-admin-route-pending .se-shop-topbar,.se-admin-route-pending .se-shop-sidebar{filter:none!important;opacity:1!important}.se-admin-route-pending .se-admin-content-loading-v29{display:none!important}.se-admin-route-pending .se-shop-main :where(.se-settings-card-v7,.se-access-panel-v27,.se-support-conversation-v27,.se-theme-draft,.se-theme-main-card,.se-client-card,.se-customer-card,.se-app-card,.se-media-card,.se-dashboard-card,.se-home-card,.se-empty-state,.se-leads-table,.se-table-card,.se-admin-card,.se-card,article){position:relative!important;overflow:hidden!important}.se-admin-route-pending .se-shop-main :where(.se-settings-card-v7,.se-access-panel-v27,.se-support-conversation-v27,.se-theme-draft,.se-theme-main-card,.se-client-card,.se-customer-card,.se-app-card,.se-media-card,.se-dashboard-card,.se-home-card,.se-empty-state,.se-leads-table,.se-table-card,.se-admin-card,.se-card,article):after{content:"";z-index:25;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffffb8 48%,#0000 100%) -120% 0/58% 100% no-repeat,linear-gradient(#f7f7f9eb,#efeef4eb);animation:1.05s ease-in-out infinite seBlockSweepV30;position:absolute;inset:0}@keyframes seBlockSweepV30{to{background-position:220% 0,0 0}}.se-admin-action-pending .se-shop-main button[type=submit]{position:relative;overflow:hidden}.se-admin-action-pending .se-shop-main button[type=submit]:after{content:"";background:linear-gradient(90deg,#0000,#ffffff61,#0000);animation:.85s ease-in-out infinite seButtonSweepV30;position:absolute;inset:0}@keyframes seButtonSweepV30{0%{transform:translate(-120%)}to{transform:translate(120%)}}.se-admin-fallback-loading-v30{top:calc(var(--se-topbar-height) + 18px);left:calc(var(--se-sidebar-width) + 22px);z-index:75;pointer-events:none;gap:14px;display:grid;position:fixed;right:22px}.se-admin-fallback-loading-v30 span,.se-admin-fallback-loading-v30 i,.se-admin-fallback-loading-v30 strong{background:linear-gradient(90deg,#ebe9f1 0%,#f8f7fb 45%,#ebe9f1 100%) 0 0/220% 100%;border-radius:13px;animation:1.1s ease-in-out infinite seFallbackShimmerV30;display:block}.se-admin-fallback-loading-v30__title{width:220px;height:26px}.se-admin-fallback-loading-v30__text{width:min(520px,70%);height:15px}.se-admin-fallback-loading-v30 div{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.se-admin-fallback-loading-v30 i{height:104px}.se-admin-fallback-loading-v30 strong{height:260px}@keyframes seFallbackShimmerV30{to{background-position:-220% 0}}.se-modal-backdrop-v27,.se-modal-backdrop-v13,.se-modal-details-v9[open] .se-modal-backdrop-v9,.se-support-modal-v27 .se-modal-backdrop-v27{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:#0000008c!important;animation:.14s ease-out seOverlayFadeV30!important}.se-modal-card-v27,.se-modal-card-v13,.se-modal-panel-v10,.se-modal-panel-v9,.se-support-card-v27{border:1px solid #0000001f!important;border-radius:18px!important;animation:.17s cubic-bezier(.2,.8,.2,1) seModalBubbleV30!important;box-shadow:0 26px 88px #0000004d!important}@keyframes seModalBubbleV30{0%{opacity:0;transform:translateY(8px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}.se-modal-card-v27 header button,.se-modal-card-v13>header button,.se-modal-panel-v10>header>button,.se-support-card-v27 header button{color:#5c5967!important;background:#f7f7f8!important;border:1px solid #e4e1ec!important;border-radius:10px!important;place-items:center!important;width:32px!important;height:32px!important;padding:0!important;transition:background .14s,color .14s,transform .14s!important;display:grid!important}.se-modal-card-v27 header button:hover,.se-modal-card-v13>header button:hover,.se-modal-panel-v10>header>button:hover,.se-support-card-v27 header button:hover{color:#171527!important;background:#eceaf3!important}.se-modal-card-v27 header button svg,.se-modal-card-v13>header button svg,.se-modal-panel-v10>header>button svg,.se-support-card-v27 header button svg{width:15px!important;height:15px!important}.se-warning-banner-v12--settings:before,.se-warning-banner-v12.se-warning-banner-v12--settings:before{content:""!important;color:#0000!important;background-color:#ffe7b8!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%238a5a00' d='M10 2.4a3.7 3.7 0 0 0-3.7 3.7v1.2h-.7A1.6 1.6 0 0 0 4 8.9v6.8a1.6 1.6 0 0 0 1.6 1.6h8.8a1.6 1.6 0 0 0 1.6-1.6V8.9a1.6 1.6 0 0 0-1.6-1.6h-.7V6.1A3.7 3.7 0 0 0 10 2.4Zm-2 4.9V6.1a2 2 0 0 1 4 0v1.2H8Zm2 4.1a1.2 1.2 0 0 1 .7 2.2v1.15H9.3V13.6a1.2 1.2 0 0 1 .7-2.2Z'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:17px 17px!important;border-radius:9px!important;flex:0 0 28px!important;place-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;font-size:0!important;line-height:0!important;display:inline-grid!important}@media (max-width:900px){.se-admin-refined .se-shop-topbar{height:auto!important;min-height:var(--se-topbar-height)!important;grid-template-columns:1fr auto!important;padding:8px 12px!important}.se-search-trigger-v30{order:3!important;grid-column:1/-1!important;width:100%!important}.se-admin-fallback-loading-v30{top:74px;left:18px;right:18px}}@media (max-width:640px){.se-search-overlay-v30{padding:8px}.se-search-dialog-v30{border-radius:14px;width:100%}.se-search-results-v30 a{grid-template-columns:1fr}.se-search-results-v30 a span{grid-row:auto}.se-admin-fallback-loading-v30 div{grid-template-columns:1fr}.se-admin-fallback-loading-v30 i:nth-child(n+2){display:none}}.se-command-grid--infra{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.se-infra-meters{gap:16px;padding:16px 18px;display:grid}.se-infra-meter-row__head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.se-infra-meter-row__head span{color:var(--se-muted);font-size:13px}.se-infra-meter-row__head strong{font-size:14px;font-weight:700}.se-infra-meter{background:var(--se-surface-alt);border:1px solid var(--se-border);border-radius:999px;height:10px;overflow:hidden}.se-infra-meter__bar{border-radius:999px;height:100%;transition:width .2s;display:block}.se-infra-meter__bar--ok{background:var(--se-success)}.se-infra-meter__bar--warning{background:#d97706}.se-infra-meter__bar--critical{background:var(--se-danger)}.se-infra-facts{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:0;padding:0 18px 18px;display:grid}.se-infra-facts dt{text-transform:uppercase;letter-spacing:.04em;color:var(--se-muted);font-size:12px}.se-infra-facts dd{margin:4px 0 0;font-size:14px;font-weight:600}.se-infra-status{border:1px solid #0000;border-radius:999px;align-items:center;padding:2px 10px;font-size:12px;font-weight:700;display:inline-flex}.se-infra-status--ok{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.se-infra-status--warning{color:#b45309;background:#fffbeb;border-color:#fde68a}.se-infra-status--critical{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.se-infra-alert-list{gap:10px;margin:0;padding:16px 18px;list-style:none;display:grid}.se-infra-alert{border:1px solid var(--se-border);background:var(--se-surface-alt);border-radius:12px;gap:4px;padding:10px 12px;display:grid}.se-infra-alert strong{text-transform:uppercase;letter-spacing:.05em;font-size:11px}.se-infra-alert span{font-size:13px;line-height:1.45}.se-infra-alert--info{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.se-infra-alert--warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.se-infra-alert--critical{color:#991b1b;background:#fef2f2;border-color:#fecaca}.se-infra-empty{color:var(--se-muted);margin:0;padding:16px 18px;font-size:13px}.se-infra-audit-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;padding:16px 18px;display:grid}.se-infra-audit-tile{border:1px solid var(--se-border);background:var(--se-surface-alt);border-radius:12px;padding:12px 14px}.se-infra-audit-tile span{color:var(--se-muted);font-size:12px}.se-infra-audit-tile strong{margin:6px 0 4px;font-size:24px;line-height:1.1;display:block}.se-infra-audit-tile small{color:var(--se-muted);font-size:11px;line-height:1.35}.se-infra-recommendations{gap:10px;margin:0;padding:16px 18px 18px 34px;font-size:13px;line-height:1.5;display:grid}@media (max-width:900px){.se-infra-facts,.se-infra-audit-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}
