@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap";:root{--bg:#f7f7f8;--surface:#fff;--surface-muted:#fafafc;--surface-soft:#fcfcfd;--line:#e5e5eb;--line-strong:#d8d8df;--text:#111;--muted:#5f5f67;--muted-strong:#404047;--accent:#c00;--accent-soft:#cc000014;--accent-border:#cc000038;--success:#17824a;--success-soft:#17824a1a;--warning:#b86f00;--warning-soft:#b86f001a;--danger:#b22121;--danger-soft:#b221211a;--shadow:0 12px 32px #1111110a;--shadow-soft:0 4px 14px #11111109;--radius-lg:20px;--radius-md:16px;--radius-sm:12px;--radius-xs:12px;color:var(--text);font-synthesis:style;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100svh}body{color:var(--text);background:linear-gradient(#fff 0%,#fbfbfc 100%);margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:2px solid #cc000061}button:disabled{cursor:not-allowed;opacity:.56;transform:none}input,textarea,select{border:1px solid var(--line);border-radius:var(--radius-xs);color:var(--text);background:#fff;outline:none;padding:13px 14px;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{border-color:#cc000073;box-shadow:0 0 0 3px #cc000014}textarea{resize:vertical}select{appearance:none}a{color:inherit}h1,h2,h3,h4,p{margin:0}#root{width:100%}.login-page,.shell{min-height:100svh}.login-page{flex-direction:column;display:flex}.login-topbar,.topbar{z-index:10;background:#fff;border-bottom:1px solid #e5e5ebe6;justify-content:space-between;align-items:center;gap:24px;padding:16px 24px;display:flex;position:sticky;top:0;box-shadow:0 1px #1118270a}.brand-line,.sidebar__brand{align-items:center;gap:14px;display:flex}.brand-line__logo,.sidebar__logo,.login-card__mark{object-fit:cover;border-radius:14px;width:48px;height:48px}.brand-line__title,.sidebar__brand strong{letter-spacing:-.02em;font-size:17px;font-weight:700;display:block}.brand-line__caption,.sidebar__brand span{color:var(--muted);font-size:13px}.client-lock,.profile-chip,.meta-text,.status-chip{border:1px solid var(--line);color:var(--muted-strong);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:12px;display:inline-flex}.login-grid{flex:1;grid-template-columns:minmax(0,620px) minmax(320px,420px);align-items:center;gap:28px;width:100%;max-width:1240px;margin:0 auto;padding:28px;display:grid}.login-card,.login-side-card,.panel,.hero-card,.metric-card{border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);border:1px solid #e5e5ebf5}.login-card{padding:32px}.login-side-card{flex-direction:column;gap:18px;padding:26px;display:flex}.login-card__header{align-items:center;gap:18px;margin-bottom:28px;display:flex}.login-card__header h1,.topbar__title h1{letter-spacing:-.05em;font-size:28px;line-height:1.08}.login-card__header p,.topbar__title p,.panel__lead,.hero-card__copy,.summary-card p,.feature-row p,.flag-row p,.faq-card p,.claim-row p,.answer-box p{color:var(--muted)}.topbar__title p{max-width:360px;font-size:14px}.hero-card__copy{max-width:760px;font-size:14px}.login-form,.form-stack,.stack-grid{flex-direction:column;gap:16px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.form-field span{color:var(--muted-strong);font-size:12px;font-weight:600}.password-field{position:relative}.password-field svg{color:var(--muted);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.password-field input{width:100%;padding-right:42px}.role-list{border:0;flex-direction:column;gap:10px;margin:4px 0 0;padding:0;display:flex}.role-list legend{color:var(--muted-strong);margin-bottom:8px;font-size:13px;font-weight:700}.role-option{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;align-items:flex-start;gap:12px;padding:14px;display:flex}.role-option input{margin-top:2px}.role-option strong,.panel h3,.feature-row h2,.hero-card h2{letter-spacing:-.03em;font-size:18px;font-weight:700;display:block}.role-option span,.feature-row p,.panel__lead,.queue-row span,.permission-row span,.document-row span,.timeline__row span{color:var(--muted);font-size:13px}.primary-button,.secondary-button,.ghost-button,.text-button{border-radius:14px;justify-content:center;align-items:center;gap:8px;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.text-button:hover,.sidebar__nav-item:hover{transform:translateY(-1px)}.primary-button{background:var(--accent);color:#fff;padding:12px 16px;font-weight:600}.primary-button--full{width:100%}.secondary-button{border:1px solid var(--line);color:var(--text);background:#fff;padding:11px 15px}.secondary-button--small{padding:10px 14px;font-size:13px}.ghost-button{background:#fff;border:1px solid #e5e5ebd1;padding:9px 11px}.ghost-button--icon{width:38px;height:38px;padding:0}.ghost-button--danger{color:var(--accent);border-color:#cc00002e}.text-button{color:var(--accent);padding:0;font-weight:600}.feature-row{border-top:1px solid #e5e5ebd9;grid-template-columns:52px 1fr;gap:14px;padding:16px 0;display:grid}.feature-row:first-child{border-top:0;padding-top:0}.feature-row__icon{border:1px solid var(--line);width:52px;height:52px;color:var(--accent);background:#fff;border-radius:16px;place-items:center;display:grid}.shell{background:var(--bg);grid-template-columns:224px minmax(0,1fr);min-height:100svh;display:grid}.sidebar{background:#fff;border-right:1px solid #e5e5ebf5;flex-direction:column;gap:22px;height:100svh;padding:24px 16px;display:flex;position:sticky;top:0}.sidebar__nav{flex-direction:column;gap:6px;display:flex}.sidebar__section-label,.section-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.sidebar__nav-item{border-radius:var(--radius-sm);width:100%;color:var(--muted-strong);text-align:left;border:1px solid #0000;align-items:center;gap:12px;padding:11px 12px;font-weight:500;display:flex}.sidebar__nav-item--active{color:var(--text);box-shadow:inset 3px 0 0 var(--accent);background:#fff;border-color:#e5e5ebf5}.workflow-card,.summary-card,.metric-card,.answer-box,.checklist-card,.faq-card{border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ebd9;padding:16px}.sidebar__user{background:#fff;border:1px solid #e5e5ebd9;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:12px;display:flex}.sidebar__user strong{display:block}.sidebar__user span{color:var(--muted);font-size:13px}.shell__main{min-width:0}.topbar__title{min-width:220px}.topbar__search{min-width:min(320px,100%);color:var(--muted);background:#fff;border:1px solid #e5e5ebe6;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex}.topbar__search input{width:100%;box-shadow:none;background:0 0;border:0;padding:0}.topbar__actions{justify-content:flex-end;align-items:center;gap:0;display:flex}.workspace-main{flex-direction:column;gap:18px;padding:24px;display:flex}.hero-card{justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.hero-card h2{letter-spacing:-.04em;margin-top:4px;font-size:21px;line-height:1.15}.hero-card__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.metric-grid,.overview-grid,.two-column-list,.admin-layout,.agent-layout,.editor-layout,.topic-grid{gap:18px;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{box-shadow:none;padding:16px 18px}.metric-card span{color:var(--muted);font-size:12px;display:block}.metric-card strong{letter-spacing:-.05em;margin:6px 0 4px;font-size:22px;display:block}.metric-card--good{background:linear-gradient(#17824a09,#fffffff5);border-color:#17824a29}.metric-card--alert{background:linear-gradient(#b86f0009,#fffffff5);border-color:#b86f0029}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:18px}.panel--sticky{align-self:start;position:sticky;top:92px}.panel__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.panel__header h3{margin-top:2px;font-size:18px;line-height:1.2}.stack-list{flex-direction:column;gap:12px;display:flex}.stack-list--compact{gap:10px}.queue-row,.permission-row,.document-row,.flag-row,.timeline__row,.claim-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.queue-row strong,.permission-row strong,.document-row strong,.faq-card strong,.answer-box strong,.editable-section h4,.checklist-card strong,.workflow-card strong,.summary-card strong,.flag-row strong{font-size:14px;line-height:1.35;display:block}.queue-row__meta{align-items:center;gap:8px;display:inline-flex}.queue-row div,.permission-row div,.document-row div,.timeline__row div,.flag-row div{flex-direction:column;gap:4px;display:flex}.readiness-list{flex-direction:column;gap:10px;display:flex}.readiness-item{background:#fff;border:1px solid #e5e5ebdb;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.readiness-item strong{font-size:14px;display:block}.readiness-item p{color:var(--muted);margin-top:4px;font-size:13px}.readiness-item--done{background:linear-gradient(#17824a0a,#fffffffa);border-color:#17824a2e}.readiness-item--pending{background:linear-gradient(#b86f0009,#fffffffa);border-color:#b86f0029}.queue-row--compact{padding:0}.status-chip--Em\ redacao{color:var(--accent);background:#cc00000d;border-color:#cc00002e}.status-chip--Em\ revisao{color:var(--warning);background:#b86f000f;border-color:#b86f0033}.status-chip--Enviado\ para\ revisao\ final{color:#8d3d00;background:#8d3d0014;border-color:#8d3d002e}.status-chip--Aprovado\ pelo\ administrador{color:var(--success);background:#17824a12;border-color:#17824a33}.flag-row{border-top:1px solid #e5e5ebbf;padding:12px 0}.flag-row:first-child{border-top:0;padding-top:0}.flag-row span:last-child{color:var(--muted);font-size:12px}.meta-inline{color:var(--muted);flex-wrap:wrap;gap:14px;margin-top:16px;font-size:13px;display:flex}.meta-inline--stacked{flex-direction:column;gap:8px}.meta-inline span{align-items:center;gap:8px;display:inline-flex}.bullet-list{color:var(--muted-strong);margin:14px 0 0;padding-left:18px}.bullet-list--compact{margin-top:10px}.bullet-list li+li{margin-top:8px}.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-tag{border-radius:var(--radius-sm);color:var(--muted-strong);background:#fcfcfd;border:1px solid #e5e5ebcc;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.editor-layout{grid-template-columns:300px minmax(0,1fr) 300px}.editor-surface,.section-stack{flex-direction:column;gap:16px;display:flex}.editable-section{border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ebd9;padding:18px}.editable-section__header{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.editable-section__header span{color:var(--muted);font-size:12px}.editable-section textarea{width:100%}.tab-group{background:#e5e5ebb8;border-radius:999px;gap:8px;padding:4px;display:inline-flex}.tab-button{color:var(--muted);border-radius:999px;padding:8px 14px}.tab-button--active{color:var(--text);box-shadow:var(--shadow-soft);background:#fff}.html-preview{flex-direction:column;gap:14px;display:flex}.html-preview pre{border-radius:var(--radius-md);background:#fbfbfd;border:1px solid #e5e5ebd9;margin:0;padding:18px;font-size:13px;line-height:1.55;overflow:auto}.html-snippet{border-radius:var(--radius-md);white-space:pre-wrap;background:#fbfbfd;border:1px solid #e5e5ebd9;max-height:260px;margin:0;padding:16px;font-size:12px;line-height:1.6;overflow:auto}.dual-metric{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.dual-metric article{border-radius:var(--radius-sm);background:#fff;border:1px solid #e5e5ebcc;padding:14px}.dual-metric span{color:var(--muted);font-size:12px}.dual-metric strong{margin-top:8px;font-size:24px;display:block}.checklist-stack{flex-direction:column;gap:12px;display:flex}.checklist-card ul{flex-direction:column;gap:10px;margin:14px 0 0;padding:0;list-style:none;display:flex}.checklist-card li{color:var(--muted-strong);justify-content:space-between;align-items:center;gap:12px;display:flex}.check-state{border-radius:999px;justify-content:center;align-items:center;min-width:80px;padding:7px 10px;font-size:12px;font-weight:600;display:inline-flex}.check-state--pass{background:var(--success-soft);color:var(--success)}.check-state--warn{background:var(--warning-soft);color:var(--warning)}.check-state--fail{background:var(--danger-soft);color:var(--danger)}.workflow-card{flex-direction:column;gap:12px;display:flex}.workflow-card__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.toolbar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:14px 0;display:flex}.toolbar-row--users{margin-top:4px}.segmented-control{background:#fbfbfc;border:1px solid #e5e5ebe6;border-radius:14px;flex-wrap:wrap;gap:6px;padding:4px;display:inline-flex}.segmented-control--wrap{max-width:100%}.segmented-control__item{color:var(--muted);border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600}.segmented-control__item--active{color:var(--text);background:#fff;box-shadow:0 1px #1111110a}.toolbar-select{color:var(--muted);align-items:center;gap:10px;font-size:12px;font-weight:600;display:inline-flex}.agent-list-shell .toolbar-select{padding-top:6px}.toolbar-select select{background:#fff;min-width:164px;padding:9px 12px}.queue-card-button{border-radius:var(--radius-sm);text-align:left;background:#fff;border:1px solid #e5e5ebd1;width:100%;padding:11px 12px}.queue-card-button--active{border-color:var(--accent-border);background:#cc00000a}.stage-list{color:var(--muted-strong);margin:0;padding-left:18px}.stage-list li+li{margin-top:8px}.summary-card{flex-direction:column;gap:10px;display:flex}.summary-card--soft{background:#f8f8fa}.summary-card--alert{background:#b86f0014;border-color:#b86f0033}.admin-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start}.approval-preview{flex-direction:column;gap:14px;margin-top:18px;display:flex}.editable-list{flex-direction:column;gap:10px;display:flex}.editable-list__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.editable-list__header span{color:var(--muted);font-size:12px}.editable-list__row,.add-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.editable-list__row textarea,.editable-list__row input,.add-row input{width:100%}.two-column-list{grid-template-columns:repeat(2,minmax(0,1fr))}.geo-core-accordion__list{flex-direction:column;gap:12px;display:flex}.geo-core-section{border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ebeb;overflow:clip}.geo-core-section summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;list-style:none;display:flex}.geo-core-section summary::-webkit-details-marker{display:none}.geo-core-section summary:after{content:"+";border:1px solid var(--line);width:26px;height:26px;color:var(--accent);border-radius:999px;place-items:center;font-weight:800;display:grid}.geo-core-section[open] summary:after{content:"-"}.geo-core-section summary span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.geo-core-section summary strong{margin-top:4px;font-size:18px;display:block}.geo-core-section__body{flex-direction:column;gap:16px;padding:0 18px 18px;display:flex}.geo-core-section__actions{justify-content:flex-end;display:flex}.chip-cloud{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.danger-chip{background:var(--danger-soft);color:var(--danger);border:1px solid #b221212e;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.timeline{flex-direction:column;gap:18px;display:flex}.timeline__row{position:relative}.timeline__dot{background:#11111129;border-radius:999px;width:11px;height:11px;margin-top:6px}.timeline__dot--active{background:var(--accent)}.agent-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start}.faq-card,.claim-row,.permission-row,.document-row{border-radius:var(--radius-sm);background:#fff;border:1px solid #e5e5ebcc;padding:14px}.faq-card{flex-direction:column;gap:12px;display:flex}.faq-create-box{border-radius:var(--radius-sm);background:snow;border:1px dashed #cc000042;flex-direction:column;gap:12px;margin-top:14px;padding:14px;display:flex}.claim-row p{color:var(--muted-strong)}.claim-row--positive{border-color:#17824a29}.claim-row--negative{border-color:#b2212129}.document-table{flex-direction:column;gap:10px;display:flex}.document-row a{color:var(--accent);font-weight:600;text-decoration:none}.agent-directory{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.agent-card{border-radius:var(--radius-md);text-align:left;background:#fff;border:1px solid #e5e5ebd6;flex-direction:column;gap:12px;padding:18px;display:flex}.agent-card--active{border-color:var(--accent-border);background:linear-gradient(#cc00000d,#fff)}.agent-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.agent-card__header strong{font-size:16px;display:block}.agent-card__header span,.agent-card p{color:var(--muted);font-size:13px}.agent-card__meta{flex-wrap:wrap;gap:8px;display:flex}.agent-card__meta span{min-height:28px;color:var(--muted-strong);background:#fff;border:1px solid #e5e5ebeb;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;display:inline-flex}.answer-box__actions{flex-wrap:wrap;gap:10px;display:flex}.status-badge{border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.status-badge__dot{background:currentColor;border-radius:999px;width:8px;height:8px}.status-badge--green{background:var(--success-soft);color:var(--success)}.status-badge--yellow{background:var(--warning-soft);color:var(--warning)}.status-badge--red{background:var(--danger-soft);color:var(--danger)}.score-donut{align-items:center;gap:14px;display:flex}.score-donut--compact{gap:14px}.score-donut__ring{aspect-ratio:1;background:conic-gradient(currentColor var(--score-angle), #e5e5ebe6 0);border-radius:50%;flex:0 0 92px;place-items:center;block-size:92px;min-block-size:92px;max-block-size:92px;inline-size:92px;min-inline-size:92px;max-inline-size:92px;padding:8px;display:grid;overflow:hidden}.score-donut--compact .score-donut__ring{flex-basis:76px;block-size:76px;min-block-size:76px;max-block-size:76px;inline-size:76px;min-inline-size:76px;max-inline-size:76px}.score-donut--compact .score-donut__inner strong{font-size:24px}.score-donut--compact .score-donut__inner span{font-size:10px}.score-donut__ring--green{color:var(--success)}.score-donut__ring--yellow{color:var(--warning)}.score-donut__ring--red{color:var(--accent)}.score-donut__inner{aspect-ratio:1;text-align:center;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.score-donut__value{flex-direction:column;justify-content:center;align-items:center;gap:2px;line-height:1;display:flex}.score-donut__inner strong{font-size:30px;line-height:1}.score-donut__inner span{color:var(--muted);font-size:11px;line-height:1}.score-donut__meta{flex-direction:column;gap:6px;display:flex}.score-donut__label{font-size:14px;font-weight:700}.score-donut__caption{color:var(--muted);font-size:13px}.panel--solid{background:#fff}.add-stack{flex-direction:column;gap:12px;display:flex}.add-stack--top-gap{margin-top:22px}.three-column-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.status-toggle{border:1px solid var(--line);background:#fafafc;border-radius:999px;gap:8px;padding:4px;display:inline-flex}.status-toggle__button{color:var(--muted);border-radius:999px;padding:9px 14px}.status-toggle__button--active{color:var(--text);box-shadow:var(--shadow-soft);background:#fff}.permission-row,.document-row{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr) auto;align-items:center;display:grid}.permission-row>div,.document-row>div{min-width:0}.permission-row>div:last-of-type{text-align:right;align-items:flex-end}.permission-row strong,.permission-row span,.document-row strong,.document-row span{overflow-wrap:anywhere}@media (width<=1220px){.metric-grid,.overview-grid,.two-column-list,.topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-directory,.three-column-form,.editor-layout,.admin-layout,.agent-layout{grid-template-columns:1fr}.panel--sticky{position:static}}@media (width<=980px){.shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #e5e5ebe6;border-right:0;height:auto;position:static}.topbar,.login-topbar{flex-direction:column;align-items:stretch}.topbar__search{min-width:0}.login-grid,.metric-grid,.overview-grid,.two-column-list,.topic-grid{grid-template-columns:1fr}}@media (width<=720px){.workspace-main,.login-grid,.sidebar,.topbar,.login-topbar{padding-inline:18px}.hero-card,.panel,.login-card,.login-side-card{padding:20px}.hero-card,.hero-card__actions,.topbar__actions{flex-direction:column;align-items:stretch}.login-card__header{flex-direction:column;align-items:flex-start}.dual-metric{grid-template-columns:1fr}.permission-row,.document-row{grid-template-columns:1fr;align-items:flex-start}.permission-row>div:last-of-type{text-align:left;align-items:flex-start}}.shell__main{flex-direction:column;min-height:100svh;display:flex}.workspace-main{flex:1}.app-footer{color:var(--muted);justify-content:flex-end;padding:4px 22px 22px;font-size:13px;display:flex}.app-footer--login{justify-content:center;padding-top:8px}.app-footer a{color:var(--accent);font-weight:700;text-decoration:none}.users-layout,.form-grid--users,.users-directory,.editor-posts-filters,.editor-post-insights{gap:14px;display:grid}.editor-posts-shell,.editor-post-editor{background:#fff}.editor-posts-toolbar,.editor-post-editor__topbar,.editor-post-footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.editor-posts-toolbar h2{letter-spacing:-.04em;font-size:24px}.editor-posts-toolbar p,.editor-posts-meta,.editor-post-footer__meta,.editor-post-recommendations__item p,.editor-post-editor__nav .status-badge{color:var(--muted);font-size:13px}.editor-posts-toolbar__actions,.editor-post-editor__actions,.editor-post-footer__actions,.editor-post-editor__nav{align-items:center;gap:10px;display:flex}.editor-posts-filters{grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:end}.editor-posts-filters__status{flex-wrap:wrap;gap:8px;display:flex}.editor-posts-meta,.editor-post-footer__meta{flex-wrap:wrap;gap:14px;display:flex}.editor-table-wrap{border:1px solid #e5e5ebeb;border-radius:14px;overflow-x:auto}.editor-table{border-collapse:collapse;background:#fff;width:100%;min-width:780px}.editor-table th,.editor-table td{text-align:left;vertical-align:middle;border-top:1px solid #e5e5ebeb;padding:14px 12px;font-size:14px}.editor-table th{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;background:#f7f7f9;font-size:12px;font-weight:700}.editor-table tbody tr:hover{background:#cc000005}.editor-table--posts td:first-child{min-width:280px;font-size:14px;font-weight:600;line-height:1.45}.editor-table__empty{color:var(--muted);text-align:center;padding:24px 12px;font-size:13px}.editor-table td:last-child{white-space:nowrap;width:1%}.editor-post-link{text-align:left;flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.editor-post-link strong{color:var(--text);font-size:14px}.editor-post-link span{color:var(--muted);font-size:12px;font-weight:500}.editor-row-actions{justify-content:flex-end;gap:8px;min-width:128px;display:flex}.editor-post-editor,.editor-post-fields{flex-direction:column;gap:18px;display:flex}.editor-post-field{margin:0}.editor-post-field span{letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.editor-post-field__title{letter-spacing:-.03em;border:1px solid #e5e5ebf2;border-radius:12px;min-height:58px;font-size:22px;font-weight:700}.rich-editor{background:#fff;border:1px solid #e5e5ebf2;border-radius:10px;overflow:clip;box-shadow:0 14px 34px #1111110d}.rich-editor__toolbar{z-index:2;background:#f6f7f7;border-bottom:1px solid #e5e5ebf2;flex-wrap:wrap;gap:8px;padding:10px;display:flex;position:sticky;top:0}.rich-editor__toolbar-group{border-right:1px solid #d3d3d8d9;flex-wrap:wrap;gap:4px;padding-right:8px;display:flex}.rich-editor__toolbar-group:last-child{border-right:0;padding-right:0}.rich-editor__button{min-height:34px;color:var(--text);background:#fff;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:700;transition:border-color .16s,background .16s,box-shadow .16s,color .16s;display:inline-flex}.rich-editor__button:hover{color:var(--accent);background:#fff5f5;border-color:#cc000038}.rich-editor__button--active{color:#fff;background:#c00;border-color:#cc000057;box-shadow:0 8px 20px #cc00002e}.rich-editor__button--active:hover{color:#fff;background:#b00000}.rich-editor__surface{color:#111;background:#fff;outline:none;min-height:560px;padding:28px 34px;font-family:Inter,sans-serif;font-size:16px;line-height:1.9}.rich-editor__surface:empty:before{content:attr(data-placeholder);color:var(--muted)}.rich-editor__surface p,.rich-editor__surface ul,.rich-editor__surface ol,.rich-editor__surface blockquote,.rich-editor__surface h2,.rich-editor__surface h3{margin:0 0 18px}.rich-editor__surface h2,.rich-editor__surface h3{color:#111;letter-spacing:-.03em;font-weight:800}.rich-editor__surface h2{font-size:26px}.rich-editor__surface h3{font-size:21px}.rich-editor__surface ul,.rich-editor__surface ol{padding-left:26px}.rich-editor__surface blockquote{color:var(--muted-strong);background:#f7f7f9eb;border-left:4px solid #c00;padding:16px 18px}.rich-editor__surface a{color:#c00;text-decoration:underline}.rich-editor__surface em,.rich-editor__surface i{font-style:italic}.editor-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.editor-toolbar__button{color:var(--text);background:#fafafc;border:1px solid #e5e5ebeb;border-radius:12px;align-items:center;gap:6px;padding:9px 12px;font-size:13px;font-weight:600;display:inline-flex}.editor-post-field__body{resize:vertical;border:1px solid #e5e5ebf2;border-radius:12px;min-height:560px;font-family:Inter,sans-serif;font-size:14px;line-height:1.75}.editor-post-field__body--rich{resize:none;white-space:normal;outline:none;padding:18px;overflow:auto}.editor-post-field__body--rich:empty:before{content:attr(data-placeholder);color:var(--muted)}.editor-post-field__body--rich p,.editor-post-field__body--rich ul,.editor-post-field__body--rich ol{margin:0 0 14px}.editor-post-field__body--rich ul,.editor-post-field__body--rich ol{padding-left:22px}.editor-post-field__body--rich a{color:var(--accent);text-decoration:underline}.editor-post-field__hint{color:var(--muted);margin-top:8px;font-size:12px}.editor-share-card{gap:14px;display:grid}.editor-share-card__controls{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.editor-share-card__controls input{min-width:0}.editor-post-insights{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-post-insights .summary-card{min-height:112px}.editor-post-recommendations{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.editor-post-recommendations__item{background:#fafafc;border:1px solid #e5e5ebeb;border-radius:12px;padding:14px}.editor-post-recommendations__item strong{margin-bottom:6px;font-size:14px;display:block}.editor-post-footer{border-top:1px solid #e5e5ebeb;padding-top:12px}.editor-post-loading,.editor-post-final-note{border-radius:12px}.editor-modal-backdrop{z-index:30;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#11111142;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.editor-modal-card{background:#fff;border:1px solid #e5e5ebf5;border-radius:20px;width:min(100%,560px);padding:22px;position:relative;box-shadow:0 24px 70px #11111124}.editor-modal-card--small{width:min(100%,440px)}.editor-modal-card--revalidation{width:min(100%,620px)}.editor-modal-card__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.editor-modal-card__close{position:absolute;top:18px;right:18px}.editor-revalidation-state{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:28px 10px 14px;display:flex}.editor-revalidation-state--result{gap:18px}.editor-revalidation-spinner{border:4px solid #e5e5ebf2;border-top-color:var(--accent);border-radius:50%;width:64px;height:64px;animation:.85s linear infinite editor-spin}.editor-revalidation-state__summary{flex-direction:column;align-items:center;gap:8px;display:flex}.editor-revalidation-state__summary p{max-width:420px;color:var(--muted)}.editor-revalidation-state__metrics{color:var(--muted-strong);flex-wrap:wrap;justify-content:center;gap:10px;font-size:13px;display:flex}@keyframes editor-spin{to{transform:rotate(360deg)}}.summary-card--success{background:#f0fdf4eb;border-color:#22c55e38}.public-review-page{background:#f7f7f9;min-height:100vh}.public-review-topbar,.public-review-workspace,.public-review-lock{width:min(1180px,100% - 32px);margin:0 auto}.public-review-topbar{justify-content:space-between;align-items:center;gap:16px;padding:28px 0 18px;display:flex}.public-review-lock{justify-content:center;align-items:center;padding:30px 0 50px;display:flex}.public-review-lock__card{background:#fff;border:1px solid #e5e5ebf5;border-radius:22px;width:min(100%,560px);padding:28px;box-shadow:0 28px 70px #11111114}.public-review-lock__header{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.public-review-lock__icon{color:#c00;background:#cc000014;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.public-review-lock__form{gap:16px;display:grid}.public-review-workspace{padding-bottom:32px}.public-review-shell{background:#fff;gap:22px;display:grid}.public-review-shell__header,.public-review-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.public-review-summary{grid-template-columns:1.3fr repeat(2,minmax(0,1fr));gap:14px;display:grid}.app-footer--public{padding-bottom:28px}.inspector-check{background:#fff;border:1px solid #e5e5ebd1;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px;display:grid}.inspector-check p{color:var(--muted);margin-top:4px;font-size:13px}.inspector-check__meta{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.inspector-check__meta small{color:var(--muted);font-size:12px}.users-layout{grid-template-columns:1fr;align-items:start}.form-grid--users{grid-template-columns:repeat(2,minmax(0,1fr))}.users-summary-pill{border:1px solid var(--line);color:var(--muted-strong);border-radius:999px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.users-summary-card{margin:12px 0;padding-top:18px;padding-bottom:18px}.users-directory--list{grid-template-columns:1fr;gap:10px}.agent-create-button{margin-top:8px}.users-directory__head{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:minmax(0,1.2fr) minmax(150px,.6fr) minmax(0,1.1fr) auto;gap:12px;padding:0 12px 2px;font-size:12px;font-weight:600;display:grid}.user-access-row{background:#fff;border:1px solid #e5e5ebeb;border-radius:14px;grid-template-columns:minmax(0,1.2fr) minmax(150px,.6fr) minmax(0,1.1fr) auto;align-items:start;gap:12px;padding:14px 16px;display:grid}.user-access-row--active{box-shadow:inset 2px 0 0 var(--accent);border-color:#cc00003d}.user-access-row__identity,.user-access-row__role{flex-direction:column;gap:4px;min-width:0;display:flex}.user-access-row__identity strong,.user-access-row__scope strong{display:block}.user-access-row__select{text-align:left;flex-direction:column;align-items:flex-start;gap:6px;width:100%;min-width:0;display:flex}.user-access-row__identity span,.user-access-row__scope span,.user-access-row__role .meta-text{color:var(--muted);font-size:13px}.user-access-row__identity span{overflow-wrap:anywhere}.user-access-row__chips{flex-wrap:wrap;gap:8px;display:flex}.user-access-row__scope{flex-direction:column;gap:10px;display:flex}.user-access-row__scope>div{min-width:0}.builder-commandbar,.builder-tabs,.builder-panel,.builder-workbench,.builder-layout-grid{width:100%}.builder-commandbar{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #e5e5ebf5;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.builder-commandbar h2{letter-spacing:-.04em;margin-top:4px;font-size:22px;line-height:1.15}.builder-commandbar p:not(.section-kicker){max-width:680px;color:var(--muted);margin-top:6px;font-size:14px}.builder-commandbar__actions,.builder-canvas__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.builder-tabs{background:#fff;border:1px solid #e5e5ebeb;border-radius:14px;flex-wrap:wrap;gap:8px;padding:4px;display:flex}.builder-tabs__item{color:var(--muted);border-radius:10px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;display:inline-flex}.builder-tabs__item--active{color:var(--accent);background:#cc00000f}.builder-search{width:min(360px,100%)}.builder-search input{width:100%}.builder-pages-table td:first-child{min-width:300px}.builder-workbench{grid-template-columns:240px minmax(0,1fr) 280px;align-items:start;gap:16px;display:grid}.builder-library,.builder-inspector{position:sticky;top:92px}.builder-block-library,.builder-menu-list,.builder-footer-columns{flex-direction:column;gap:10px;display:flex}.builder-block-preset{width:100%;color:var(--muted-strong);text-align:left;background:#fff;border:1px solid #e5e5ebeb;border-radius:12px;align-items:center;gap:10px;padding:12px;font-size:13px;font-weight:700;display:flex}.builder-block-preset:hover{color:var(--accent);border-color:#cc00003d}.builder-canvas{flex-direction:column;gap:16px;display:flex}.builder-canvas__top,.builder-footer-column__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.builder-canvas__top h3{letter-spacing:-.03em;margin-top:2px;font-size:19px}.builder-page-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.builder-site-preview{background:#fbfbfc;border:1px solid #e5e5ebf0;border-radius:14px;overflow:hidden}.builder-preview-header,.builder-preview-footer{background:#fff}.builder-preview-header{border-bottom:1px solid #e5e5ebeb;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 18px;display:grid}.builder-preview-header--centered{text-align:center;grid-template-columns:1fr auto 1fr}.builder-preview-header--minimal{grid-template-columns:auto 1fr}.builder-preview-header nav{color:var(--muted);flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.builder-preview-header>span{color:var(--accent);border:1px solid #cc00002e;border-radius:999px;justify-self:end;padding:8px 11px;font-size:12px;font-weight:700}.builder-page-canvas{background:linear-gradient(90deg,#e5e5eb59 1px,#0000 1px) 0 0/24px 24px,linear-gradient(#e5e5eb59 1px,#0000 1px) 0 0/24px 24px,#fbfbfc;flex-direction:column;gap:14px;min-height:420px;padding:18px;display:flex}.builder-block{background:#fff;border:1px solid #e5e5ebf5;border-radius:12px;width:100%;margin:0 auto;box-shadow:0 10px 24px #11111109}.builder-block--boxed{max-width:720px}.builder-block--wide{max-width:940px}.builder-block--full{max-width:none}.builder-block--hidden{opacity:.58}.builder-block__chrome{color:var(--muted);border-bottom:1px solid #e5e5ebeb;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;font-weight:700;display:flex}.builder-block__chrome>div{gap:6px;display:flex}.builder-block__body{flex-direction:column;gap:12px;padding:14px;display:flex}.builder-block__body input:first-child{letter-spacing:-.03em;font-size:18px;font-weight:800}.builder-block__settings{grid-template-columns:minmax(0,1fr) 160px;gap:10px;display:grid}.builder-block__settings label{flex-direction:column;gap:8px;display:flex}.builder-block__settings span{color:var(--muted);font-size:12px;font-weight:700}.builder-empty-state{min-height:260px;color:var(--muted);text-align:center;place-items:center;gap:8px;display:grid}.builder-empty-state strong{color:var(--text)}.builder-preview-footer{border-top:1px solid #e5e5ebeb;justify-content:space-between;align-items:flex-end;gap:18px;padding:18px;display:flex}.builder-preview-footer>div{flex-wrap:wrap;gap:28px;display:flex}.builder-preview-footer section{flex-direction:column;gap:6px;min-width:120px;display:flex}.builder-preview-footer span,.builder-preview-footer a{color:var(--muted);font-size:12px;text-decoration:none}.builder-preview-footer a{color:var(--accent);font-weight:800}.builder-menu-item{background:#fff;border:1px solid #e5e5ebeb;border-radius:14px;grid-template-columns:auto minmax(150px,1fr) minmax(160px,1fr) minmax(150px,1fr) 140px auto auto;align-items:end;gap:10px;padding:14px;display:grid}.builder-menu-item__sort{gap:6px;padding-bottom:1px;display:flex}.builder-toggle{min-height:45px;color:var(--muted-strong);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.builder-toggle input{width:16px;height:16px;accent-color:var(--accent)}.builder-toggle--field{align-self:end;padding:12px 0}.builder-layout-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:16px;display:grid}.builder-global-strip{background:#fbfbfc;border:1px solid #e5e5ebeb;border-radius:12px;grid-template-columns:minmax(0,.8fr) minmax(0,1fr) minmax(0,.8fr);gap:10px;margin-bottom:16px;padding:12px;display:grid}.builder-global-strip span{color:var(--muted-strong);background:#fff;border:1px solid #e5e5ebeb;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:700}.builder-footer-columns{margin-top:16px}.builder-footer-column{background:#fbfbfc;border:1px solid #e5e5ebeb;border-radius:14px;flex-direction:column;gap:12px;padding:14px;display:flex}.ux-builder-shell{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:16px;display:grid}.ux-builder-shell--sidebar-right{grid-template-columns:minmax(0,1fr) 320px}.ux-builder-shell--sidebar-right .ux-builder-sidebar{order:2}.ux-builder-shell--sidebar-right .ux-builder-stage{order:1}.ux-builder-sidebar{color:#e7e9ee;background:#171a20;border:1px solid #11111159;border-radius:16px;max-height:calc(100svh - 116px);padding:14px;position:sticky;top:92px;overflow:auto;box-shadow:0 18px 44px #11111124}.ux-sidebar-top,.ux-sidebar-section__title,.ux-stage-toolbar,.ux-stage-toolbar__actions,.ux-canvas-element__chrome,.ux-inspector-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.ux-sidebar-top{border-bottom:1px solid #e5e5eb1a;padding:4px 2px 14px}.ux-sidebar-top p,.ux-sidebar-section__title small,.ux-tree-children,.ux-element-button small{color:#98a1af}.ux-sidebar-top p{letter-spacing:.12em;text-transform:uppercase;margin-bottom:2px;font-size:11px;font-weight:800}.ux-sidebar-top strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:210px;font-size:14px;display:block;overflow:hidden}.ux-icon-button,.ux-tree-eye{color:#d8dde7;background:#ffffff0f;border:1px solid #e5e5eb1f;border-radius:10px;place-items:center;width:34px;height:34px;display:inline-grid}.ux-sidebar-field,.ux-inspector-form label,.ux-page-config label{flex-direction:column;gap:7px;display:flex}.ux-sidebar-field{margin:14px 0 10px}.ux-sidebar-field span,.ux-inspector-form label span,.ux-page-config label span{color:inherit;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.ux-sidebar-field select,.ux-inspector-form input,.ux-inspector-form textarea,.ux-inspector-form select{color:#fff;background:#101319;border-color:#e5e5eb1f;width:100%}.ux-sidebar-switch{background:#101319;border:1px solid #e5e5eb1a;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:14px;padding:4px;display:grid}.ux-sidebar-switch__item{color:#98a1af;border-radius:9px;padding:8px 10px;font-size:12px;font-weight:800}.ux-sidebar-switch__item--active{color:#171a20;background:#fff}.ux-sidebar-section{border-top:1px solid #e5e5eb1a;flex-direction:column;gap:10px;padding:14px 0;display:flex}.ux-sidebar-section__title span{color:#fff;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.ux-tree,.ux-tree-group,.ux-inspector-form{flex-direction:column;gap:8px;display:flex}.ux-tree-item{background:#ffffff0a;border:1px solid #e5e5eb1a;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.ux-tree-item--active{background:#cc000029;border-color:#cc00008c}.ux-tree-main{color:#e7e9ee;text-align:left;align-items:center;gap:8px;min-width:0;padding:9px 10px;font-size:13px;font-weight:800;display:flex}.ux-tree-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ux-tree-eye{width:30px;height:30px;margin-right:5px}.ux-tree-children{flex-direction:column;gap:5px;margin-left:24px;font-size:12px;display:flex}.ux-tree-children span{align-items:center;gap:6px;display:inline-flex}.ux-tree-empty{color:#98a1af;border:1px dashed #e5e5eb29;border-radius:10px;padding:11px;font-size:13px}.ux-elements-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ux-element-button{color:#e7e9ee;text-align:left;background:#ffffff0e;border:1px solid #e5e5eb1f;border-radius:10px;align-items:center;gap:8px;min-height:40px;padding:9px 10px;font-size:12px;font-weight:800;display:flex}.ux-element-button:hover{background:#cc000029;border-color:#cc000080}.ux-inspector-actions{align-items:stretch}.ux-sidebar-action{color:#fff;background:#ffffff0f;border:1px solid #e5e5eb1f;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:12px;font-weight:800;display:inline-flex}.ux-sidebar-action--danger{color:#ffb4b4;border-color:#cc00006b}.ux-builder-stage{min-width:0;box-shadow:var(--shadow-soft);background:#fff;border:1px solid #e5e5ebf5;border-radius:16px;flex-direction:column;gap:14px;padding:16px;display:flex}.ux-stage-toolbar{align-items:flex-start}.ux-stage-toolbar h3{letter-spacing:-.03em;margin-top:2px;font-size:20px}.ux-stage-toolbar__actions{flex-wrap:wrap;justify-content:flex-end}.ux-page-config{background:#fbfbfc;border:1px solid #e5e5ebeb;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(170px,.5fr) 160px;gap:10px;padding:12px;display:grid}.ux-page-config input,.ux-page-config select{width:100%;padding:10px 11px}.ux-site-frame{background:#fff;border:1px solid #e5e5ebf5;border-radius:14px;overflow:hidden}.ux-page-canvas{background:linear-gradient(90deg,#e5e5eb6b 1px,#0000 1px) 0 0/28px 28px,linear-gradient(#e5e5eb6b 1px,#0000 1px) 0 0/28px 28px,#fbfbfc;flex-direction:column;gap:14px;min-height:560px;padding:18px;display:flex}.ux-canvas-element{cursor:pointer;background:#fff;border:1px solid #e5e5ebfa;border-radius:12px;width:100%;margin:0 auto;box-shadow:0 10px 26px #1111110a}.ux-canvas-element--boxed{max-width:720px}.ux-canvas-element--wide{max-width:960px}.ux-canvas-element--full{max-width:none}.ux-canvas-element--selected{border-color:#cc000094;box-shadow:0 0 0 3px #cc000014,0 12px 30px #1111110f}.ux-canvas-element--hidden{opacity:.5}.ux-canvas-element__chrome{color:var(--muted);border-bottom:1px solid #e5e5ebeb;padding:9px 12px;font-size:12px;font-weight:800}.ux-canvas-element__chrome span{align-items:center;gap:7px;display:inline-flex}.ux-canvas-element__body{padding:18px}.ux-canvas-element__body h4{letter-spacing:-.03em;margin-bottom:8px;font-size:20px}.ux-canvas-element__body p{color:var(--muted-strong)}.ux-preview-row,.ux-preview-columns{gap:10px;display:grid}.ux-preview-row{grid-template-columns:repeat(3,minmax(0,1fr))}.ux-preview-row span,.ux-preview-columns span,.ux-preview-image,.ux-preview-gap{background:#cc00000a;border:1px dashed #cc000047;border-radius:10px}.ux-preview-row span{min-height:54px}.ux-preview-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.ux-preview-columns span{color:var(--muted);text-align:center;padding:24px 14px;font-size:13px;font-weight:800}.ux-preview-button{background:var(--accent);color:#fff;border-radius:999px;padding:11px 16px;font-weight:800}.ux-preview-code{color:#fff;white-space:pre-wrap;background:#171a20;border-radius:10px;padding:14px;display:block;overflow:auto}.ux-preview-accordion{border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:14px;font-weight:800;display:flex}.ux-preview-divider{background:var(--line-strong);border:0;height:1px}.ux-preview-social{gap:10px;display:flex}.ux-preview-social span{color:#fff;background:#171a20;border-radius:999px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:inline-grid}.ux-preview-gap{min-height:48px;color:var(--muted);place-items:center;font-size:12px;font-weight:800;display:grid}.ux-preview-image{min-height:180px;color:var(--accent);place-items:center;gap:8px;font-weight:800;display:grid}@media (width<=1360px){.users-layout{grid-template-columns:1fr}}@media (width<=1220px){.editor-posts-filters,.editor-post-insights,.editor-post-recommendations,.users-directory,.form-grid--users,.builder-workbench,.builder-layout-grid,.ux-builder-shell,.ux-builder-shell--sidebar-right,.editor-share-card__controls,.public-review-summary{grid-template-columns:1fr}.builder-library,.builder-inspector,.ux-builder-sidebar{max-height:none;position:static}.ux-builder-shell--sidebar-right .ux-builder-sidebar,.ux-builder-shell--sidebar-right .ux-builder-stage{order:initial}.builder-menu-item{grid-template-columns:1fr 1fr;align-items:start}.builder-menu-item__sort{grid-column:1/-1}.public-review-shell__header,.public-review-actions{flex-direction:column;align-items:flex-start}}@media (width<=720px){.app-footer{justify-content:flex-start;padding:0 18px 24px}.app-footer--login{justify-content:center;padding:0 18px 18px}.editor-posts-toolbar,.editor-post-editor__topbar,.editor-post-footer,.builder-commandbar,.builder-preview-footer,.public-review-topbar{flex-direction:column;align-items:flex-start}.editor-posts-toolbar__actions,.editor-post-editor__actions,.editor-post-footer__actions,.editor-post-editor__nav,.editor-posts-meta,.editor-post-footer__meta,.builder-commandbar__actions,.public-review-actions{flex-wrap:wrap;width:100%}.builder-commandbar__actions>button,.builder-tabs__item{flex:auto;justify-content:center}.builder-page-fields,.builder-block__settings,.builder-global-strip,.builder-preview-header,.builder-menu-item,.ux-page-config{grid-template-columns:1fr}.ux-stage-toolbar,.ux-stage-toolbar__actions{flex-direction:column;align-items:flex-start}.ux-stage-toolbar__actions{width:100%}.inspector-check,.readiness-item{flex-direction:column;align-items:flex-start}.readiness-item{grid-template-columns:1fr}.users-directory__head{display:none}.user-access-row,.user-access-row__scope{grid-template-columns:1fr}.public-review-topbar,.public-review-workspace,.public-review-lock{width:min(1180px,100% - 20px)}.public-review-lock__card,.public-review-shell{padding:20px}.public-review-actions>button,.editor-share-card__controls>button{width:100%}.rich-editor__toolbar{gap:8px;padding:12px}.rich-editor__toolbar-group{width:100%}.rich-editor__button{flex:calc(50% - 4px);justify-content:center}.rich-editor__surface{min-height:460px;padding:22px 18px}.editor-post-field__title{min-height:52px;font-size:18px}.ux-builder-stage,.ux-builder-sidebar{padding:12px}.ux-elements-grid,.ux-preview-row,.ux-preview-columns{grid-template-columns:1fr}.ux-page-canvas{min-height:420px;padding:12px}.ux-canvas-element__body{padding:14px}}
