:root{
  --ced-panel-navy:#10213f;--ced-panel-blue:#3159a7;--ced-panel-blue-dark:#183d72;--ced-panel-orange:#e85d1f;
  --ced-panel-bg:#eef3f9;--ced-panel-border:#d8e3ef;--ced-panel-text:#21364f;--ced-panel-muted:#667b91;
}
body.ceducarte-management-screen{margin:0!important;background:var(--ced-panel-bg)!important}
body.ceducarte-management-screen>header,body.ceducarte-management-screen>footer,
.ceducarte-management-screen .site-header,.ceducarte-management-screen .site-footer,.ceducarte-management-screen .entry-header,.ceducarte-management-screen .page-header{display:none!important}
.ceducarte-management-screen .site,.ceducarte-management-screen .site-content,.ceducarte-management-screen .content-area,.ceducarte-management-screen .site-main,.ceducarte-management-screen article.page,.ceducarte-management-screen .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.ceducarte-management-screen .entry-content>*{max-width:none!important;margin:0!important}
.ced-management-app,.ced-panel-login-screen{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ced-panel-text)}
.ced-management-app *,.ced-panel-login-screen *{box-sizing:border-box}

/* Estrutura do painel */
.ced-management-app{min-height:100vh;display:grid;grid-template-columns:286px minmax(0,1fr);background:var(--ced-panel-bg)}
.ced-management-sidebar{position:sticky;top:0;z-index:40;display:flex;flex-direction:column;height:100vh;overflow:auto;padding:20px 15px;background:linear-gradient(180deg,#09172c,#173663);color:#fff}
.ced-management-brand{display:flex;align-items:center;gap:12px;padding:6px 8px 20px;color:#fff;text-decoration:none}
.ced-management-brand img{width:58px;height:52px;padding:6px;border-radius:14px;background:#fff;object-fit:contain}
.ced-management-brand strong,.ced-management-brand small{display:block}.ced-management-brand strong{font-size:20px;letter-spacing:.025em}.ced-management-brand small{margin-top:2px;color:#b9c9e2;font-size:12px}
.ced-management-menu-toggle{display:none}
.ced-management-nav{display:flex;flex-direction:column;gap:4px}
.ced-management-nav__group{margin:16px 12px 6px;color:#8198ba;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.ced-management-nav a{display:flex;align-items:center;gap:11px;min-height:44px;padding:9px 12px;border-radius:12px;color:#dce7f7;text-decoration:none;font-size:14px;font-weight:760;transition:.18s ease}
.ced-management-nav a i{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.08);font-style:normal}
.ced-management-nav a:hover,.ced-management-nav a.is-active{color:#17345d;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.ced-management-nav a.is-active i{color:var(--ced-panel-blue);background:#eaf1ff}
.ced-management-sidebar__footer{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding:20px 10px 4px;border-top:1px solid rgba(255,255,255,.1)}
.ced-management-sidebar__footer a{color:#cbd9ee;text-decoration:none;font-size:13px}
.ced-management-workspace{min-width:0}
.ced-management-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;height:76px;padding:0 28px;border-bottom:1px solid var(--ced-panel-border);background:rgba(255,255,255,.94);backdrop-filter:blur(12px)}
.ced-management-topbar>div:first-of-type{margin-right:auto}.ced-management-topbar span,.ced-management-topbar strong,.ced-management-topbar small{display:block}
.ced-management-topbar>div>span{color:#72849a;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ced-management-topbar>div>strong{color:var(--ced-panel-navy);font-size:20px}
.ced-management-user{padding-left:20px;border-left:1px solid var(--ced-panel-border);text-align:right}.ced-management-user span{color:var(--ced-panel-navy);font-weight:900}.ced-management-user small{color:#6c7e94}
.ced-management-mobile-toggle{display:none;width:42px;height:42px;border:0;border-radius:12px;background:#eaf1ff;font-size:20px}
.ced-management-content{width:100%;max-width:1580px;margin:0 auto;padding:26px}
.ced-management-content .wrap{margin:0}.ced-management-content .ced-admin{width:100%;max-width:none}.ced-management-content .ced-admin-head{margin-top:0}
.ced-panel-alert{margin:0 0 18px;padding:14px 17px;border-radius:13px;font-weight:750}.ced-panel-alert--success{border:1px solid #bcebd1;background:#e8f8ef;color:#0c7149}.ced-panel-alert--error{border:1px solid #ffcaca;background:#fff0f0;color:#9d2929}
.ced-management-content .button,.ced-management-content button.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid #b9c9dc;border-radius:10px;background:#fff;color:#213f63;text-decoration:none;font-weight:800;line-height:1.1;cursor:pointer}
.ced-management-content .button-primary,.ced-management-content .button.button-primary{border-color:var(--ced-panel-blue);background:var(--ced-panel-blue);color:#fff}
.ced-management-content .widefat{width:100%;border-collapse:collapse}.ced-management-content .widefat th,.ced-management-content .widefat td{padding:13px 12px;border-bottom:1px solid #e6edf5;text-align:left}
.ced-management-content input:not([type=checkbox]):not([type=radio]),.ced-management-content select,.ced-management-content textarea{width:100%;max-width:100%;border:1px solid #bfd0e4;border-radius:10px;padding:10px 12px;background:#fff;color:#183450;font:inherit}
.ced-management-content input:focus,.ced-management-content select:focus,.ced-management-content textarea:focus{outline:3px solid rgba(49,89,167,.14);border-color:var(--ced-panel-blue)}

/* Login */
.ced-panel-login-screen{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(410px,.8fr);background:#f2f6fc}
.ced-panel-login-visual{display:flex;flex-direction:column;justify-content:center;padding:clamp(45px,8vw,110px);background:radial-gradient(circle at 85% 15%,rgba(232,93,31,.24),transparent 30%),linear-gradient(145deg,#0b1930,#244b86);color:#fff}
.ced-panel-login-visual img{width:150px;max-height:95px;margin-bottom:42px;padding:12px;border-radius:22px;background:#fff;object-fit:contain}.ced-panel-login-visual>span{color:#ffbc91;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.ced-panel-login-visual h1{max-width:850px;margin:18px 0 24px;font-size:clamp(42px,5.7vw,78px);line-height:.98;letter-spacing:-.05em}.ced-panel-login-visual p{max-width:760px;color:#d5e2f5;font-size:19px;line-height:1.6}.ced-panel-login-visual>div{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.ced-panel-login-visual>div strong{padding:10px 13px;border:1px solid rgba(255,255,255,.18);border-radius:99px;background:rgba(255,255,255,.08);font-size:12px}
.ced-panel-login-card{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,7vw,90px);background:#fff}.ced-panel-login-card__eyebrow{color:var(--ced-panel-orange);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.ced-panel-login-card h2{margin:10px 0;color:var(--ced-panel-navy);font-size:40px;letter-spacing:-.035em}.ced-panel-login-card>p{margin:0 0 28px;color:#657990}.ced-panel-login-card form{display:flex;flex-direction:column;gap:17px}.ced-panel-login-card label{display:flex;flex-direction:column;gap:7px;color:#263d58;font-weight:850}.ced-panel-login-card input[type=text],.ced-panel-login-card input[type=password]{width:100%;height:52px;padding:0 14px;border:1.5px solid #c4d3e6;border-radius:13px;font:inherit}.ced-panel-password{display:flex}.ced-panel-password input{border-radius:13px 0 0 13px!important}.ced-panel-password button{padding:0 14px;border:1.5px solid #c4d3e6;border-left:0;border-radius:0 13px 13px 0;background:#edf3fb;color:#31557f;font-weight:800}.ced-panel-remember{flex-direction:row!important;align-items:center;font-size:13px}.ced-panel-primary-button{height:54px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--ced-panel-blue),#20477f);box-shadow:0 14px 30px rgba(49,89,167,.22);color:#fff;font-size:16px;font-weight:900;cursor:pointer}.ced-panel-back-link{margin-top:28px;color:#4f6682;text-decoration:none;font-weight:800}

/* Usuários e perfis */
.ced-users-head{align-items:center}.ced-users-head__summary{display:grid;grid-template-columns:auto auto;gap:2px 10px;min-width:210px;padding:14px 18px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.08)}.ced-users-head__summary strong{color:#fff;font-size:24px}.ced-users-head__summary span{align-self:center;color:#dce8ff;font-size:12px}
.ced-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.ced-card-heading h2{margin:3px 0 5px}.ced-card-heading p{max-width:760px;margin:0;color:var(--ced-panel-muted)}
.ced-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.ced-profile-card{position:relative;margin:0;border:1px solid var(--ced-panel-border);border-radius:16px;background:#f9fbfe}.ced-profile-card--fixed{display:flex;gap:13px;padding:16px}.ced-profile-card__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#e9f1ff;color:var(--ced-panel-blue);font-size:18px;font-weight:900}.ced-profile-card span{color:#74869a;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ced-profile-card h3{margin:3px 0;color:#17375e;font-size:17px}.ced-profile-card p{margin:0 0 8px;color:#60758d;font-size:12px;line-height:1.45}.ced-profile-card small{color:#3159a7;font-size:11px;font-weight:850}
.ced-profile-card--custom{grid-column:span 1;overflow:hidden}.ced-profile-card--custom>summary{display:flex;gap:13px;padding:16px;list-style:none;cursor:pointer}.ced-profile-card--custom>summary::-webkit-details-marker{display:none}.ced-profile-card--custom[open]{grid-column:1/-1;background:#fff}.ced-profile-edit-form{padding:18px;border-top:1px solid var(--ced-panel-border)}.ced-profile-actions{display:flex;justify-content:flex-end;margin-top:15px}.ced-profile-delete{padding:0 18px 18px;text-align:right}.ced-profile-delete button,.ced-user-delete button{border:0;background:none;color:#a83232;font-size:12px;font-weight:850;cursor:pointer}
.ced-profile-create{margin-top:18px;padding:20px;border:2px solid #b9ccec;border-radius:18px;background:#f7faff}.ced-profile-create[hidden]{display:none}.ced-profile-create__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.ced-profile-create__head h3{margin:3px 0;color:#17375e;font-size:22px}.ced-profile-create__head>button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#e7eef8;color:#17375e;font-size:24px;cursor:pointer}
.ced-form-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.ced-permission-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 12px}.ced-permission-toolbar>strong{color:#17375e}.ced-permission-toolbar>div{display:flex;flex-wrap:wrap;gap:7px}
.ced-permission-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ced-permission-group{overflow:hidden;border:1px solid var(--ced-panel-border);border-radius:15px;background:#fff}.ced-permission-group h4{margin:0;padding:11px 13px;border-bottom:1px solid var(--ced-panel-border);background:#f1f6fc;color:#31557f;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.ced-permission-list{display:flex;flex-direction:column}.ced-permission-switch{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:10px;min-height:67px;padding:10px 12px;border-bottom:1px solid #edf1f6;cursor:pointer}.ced-permission-switch:last-child{border-bottom:0}.ced-permission-switch input{position:absolute;opacity:0;pointer-events:none}.ced-permission-switch__control{position:relative;width:42px;height:24px;border-radius:99px;background:#c8d3df;transition:.2s}.ced-permission-switch__control i{position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.18);transition:.2s}.ced-permission-switch input:checked+.ced-permission-switch__control{background:var(--ced-panel-blue)}.ced-permission-switch input:checked+.ced-permission-switch__control i{transform:translateX(18px)}.ced-permission-switch input:focus-visible+.ced-permission-switch__control{outline:3px solid rgba(49,89,167,.22)}.ced-permission-switch__copy strong,.ced-permission-switch__copy small{display:block}.ced-permission-switch__copy strong{color:#233f60;font-size:13px}.ced-permission-switch__copy small{margin-top:3px;color:#718399;font-size:10.5px;line-height:1.35}
.ced-user-list{display:flex;flex-direction:column;gap:13px}.ced-user-card{overflow:hidden;border:1px solid var(--ced-panel-border);border-radius:16px;background:#fbfdff}.ced-user-card.is-disabled{background:#f4f4f4;opacity:.76}.ced-user-card__summary{display:flex;align-items:center;gap:12px;padding:16px}.ced-user-card__summary>span{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:#e8f0ff;color:var(--ced-panel-blue);font-weight:900}.ced-user-card__summary>div:nth-child(2){min-width:0}.ced-user-card__summary strong,.ced-user-card__summary small{display:block}.ced-user-card__summary small{overflow:hidden;color:#73859a;text-overflow:ellipsis}.ced-user-card__badges{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;margin-left:auto}.ced-user-card__badges em,.ced-user-card__badges b{padding:6px 9px;border-radius:99px;background:#e8f0ff;color:#315b99;font-size:10px;font-style:normal;font-weight:900}.ced-user-card__badges b{background:#edf5ef;color:#26704d}.ced-user-card__badges .is-danger{background:#ffe9e9;color:#9d2929}.ced-user-editor{border-top:1px solid var(--ced-panel-border)}.ced-user-editor>summary{padding:12px 16px;color:#3159a7;font-size:13px;font-weight:850;cursor:pointer}.ced-user-card__form{padding:17px;border-top:1px solid #edf1f6;background:#fff}.ced-user-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.ced-account-toggle{display:flex;align-items:center;gap:8px;font-weight:750}.ced-user-delete{padding:0 17px 16px;text-align:right;background:#fff}

/* Editor visual do site dentro do painel */
.ced-management-content .ceducarte-site-editor{width:100%;max-width:none;margin:0}.ced-management-content .ceducarte-admin__hero{margin:0 0 20px;padding:25px 28px;border-radius:20px}.ced-management-content .ceducarte-admin__hero img{width:180px;max-height:110px}.ced-management-content .ceducarte-admin__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ced-management-content .ceducarte-admin__card{min-width:0;margin:0;padding:22px;border-radius:17px}.ced-management-content .ceducarte-admin__field input,.ced-management-content .ceducarte-admin__field textarea{min-height:44px}.ced-management-content .ceducarte-admin__image-field{padding:13px;border:1px dashed #b8c9df;border-radius:13px;background:#f8fbff}.ced-management-content .ceducarte-admin__image-field .button{margin-top:8px}.ced-management-content .submit{position:sticky;bottom:14px;z-index:10;display:flex;justify-content:flex-end;margin:18px 0;padding:12px;border:1px solid var(--ced-panel-border);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 12px 35px rgba(16,33,63,.13);backdrop-filter:blur(8px)}

@media(max-width:1240px){.ced-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ced-permission-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.ced-form-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){
  .ced-management-app{grid-template-columns:1fr}.ced-management-sidebar{position:fixed;left:0;top:0;width:286px;transform:translateX(-103%);transition:transform .25s ease;box-shadow:20px 0 50px rgba(0,0,0,.25)}.ced-management-app.is-menu-open .ced-management-sidebar{transform:none}.ced-management-mobile-toggle{display:block}.ced-management-topbar{padding:0 18px}.ced-panel-login-screen{grid-template-columns:1fr}.ced-panel-login-visual{min-height:44vh;padding:40px}.ced-panel-login-visual img{margin-bottom:25px}.ced-panel-login-visual h1{font-size:44px}.ced-panel-login-card{padding:42px}
  .ced-management-content .ceducarte-admin__grid{grid-template-columns:1fr}.ced-management-content .ceducarte-admin__wide{grid-column:auto}
}
@media(max-width:700px){
  .ced-management-content{padding:13px}.ced-management-user{display:none}.ced-management-topbar>div>strong{font-size:17px}.ced-admin-head{padding:20px!important}.ced-admin-head h1{font-size:26px!important}.ced-users-head__summary{display:none}.ced-card-heading{align-items:stretch;flex-direction:column}.ced-card-heading>.button{width:100%}.ced-profile-grid,.ced-permission-groups,.ced-form-grid--four{grid-template-columns:1fr}.ced-profile-card--custom[open]{grid-column:auto}.ced-permission-toolbar{align-items:flex-start;flex-direction:column}.ced-permission-toolbar>div{width:100%}.ced-permission-toolbar .button{flex:1}.ced-user-card__summary{align-items:flex-start;flex-wrap:wrap}.ced-user-card__badges{justify-content:flex-start;width:100%;margin-left:58px}.ced-user-actions{align-items:stretch;flex-direction:column}.ced-user-actions .button{width:100%}.ced-panel-login-visual{display:none}.ced-panel-login-card{min-height:100vh;padding:28px}.ced-panel-login-card h2{font-size:34px}.ced-management-content .ceducarte-admin__hero{grid-template-columns:1fr;padding:20px}.ced-management-content .ceducarte-admin__hero img{display:none}
}

.ced-panel-empty-access{max-width:620px;margin:10vh auto;padding:34px;border:1px solid var(--ced-panel-border,#dce4ee);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(20,43,75,.12);text-align:center}.ced-panel-empty-access h2{margin:0 0 10px;color:#17375e}.ced-panel-empty-access p{color:#60758d;line-height:1.6}.ced-panel-empty-access a{display:inline-flex;margin-top:10px;padding:11px 18px;border-radius:12px;background:#3159a7;color:#fff;text-decoration:none;font-weight:850}


/* 3.2.0 - Painel estável, identidade e seleção de oficinas */
body.ceducarte-management-screen{margin:0!important;padding:0!important;background:var(--ced-panel-bg,#eef3f8)!important;overflow-x:hidden}
body.ceducarte-management-screen #page,body.ceducarte-management-screen #content,body.ceducarte-management-screen .site,body.ceducarte-management-screen .site-content,body.ceducarte-management-screen .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.ceducarte-management-screen header:not(.ced-management-topbar):not(.ced-admin-head),body.ceducarte-management-screen footer:not(.ced-management-sidebar__footer){display:none!important}
.ced-management-app{width:100%;max-width:none!important;margin:0!important;overflow-x:hidden}.ced-management-workspace,.ced-management-content{min-width:0}.ced-management-content>.ced-admin{width:100%;max-width:1500px!important;margin:0 auto!important}
.ced-management-brand img,.ced-panel-login-visual img{display:block;object-fit:contain;background:#fff}.ced-management-brand img{flex:0 0 58px;width:58px;height:58px;padding:5px;border-radius:13px}.ced-panel-login-visual img{width:150px;height:145px;padding:8px;border-radius:18px}
.ced-workshop-scope{margin-top:18px;padding:18px;border:1px solid var(--ced-panel-border);border-radius:17px;background:#f8fbff}.ced-workshop-scope__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start}.ced-workshop-scope__head h4{margin:3px 0 5px;color:#18385f;font-size:17px}.ced-workshop-scope__head p{margin:0;color:#647991;font-size:12px;line-height:1.5}.ced-workshop-scope__mode{display:flex;gap:8px;flex-wrap:wrap}.ced-workshop-scope__mode label{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid #cad8e8;border-radius:12px;background:#fff;color:#31557f;font-size:12px;font-weight:850;cursor:pointer}.ced-workshop-scope__mode input{margin:0}.ced-workshop-scope__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:15px}.ced-workshop-scope__list[hidden]{display:none!important}.ced-workshop-scope__item{display:flex;align-items:flex-start;gap:9px;padding:11px;border:1px solid #d8e3ef;border-radius:12px;background:#fff;cursor:pointer}.ced-workshop-scope__item input{flex:0 0 auto;margin-top:3px}.ced-workshop-scope__item span,.ced-workshop-scope__item strong,.ced-workshop-scope__item small{display:block;min-width:0}.ced-workshop-scope__item strong{color:#294762;font-size:12px;overflow-wrap:anywhere}.ced-workshop-scope__item small{margin-top:3px;color:#71849a;font-size:10px}.ced-workshop-scope__notice{margin:12px 0 0!important;padding:10px 12px;border-left:3px solid var(--ced-panel-orange);border-radius:8px;background:#fff7f1;color:#67442e!important}.ced-user-card__badges .is-scope{background:#eef0ff;color:#4b4f9d}
.ced-management-content .ceducarte-site-editor{display:block!important;min-width:0}.ced-management-content .ceducarte-admin__hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px}.ced-management-content .ceducarte-admin__hero>div{min-width:0}.ced-management-content .ceducarte-admin__hero img{display:block!important;object-fit:contain;background:#fff}.ced-management-content .ceducarte-admin__card,.ced-management-content .ceducarte-admin__field,.ced-management-content .ceducarte-admin__image-field{min-width:0}.ced-management-content .ceducarte-admin__field input,.ced-management-content .ceducarte-admin__field textarea,.ced-management-content .ceducarte-admin__field select{max-width:100%}
@media(max-width:1000px){.ced-workshop-scope__list{grid-template-columns:repeat(2,minmax(0,1fr))}.ced-workshop-scope__head{grid-template-columns:1fr}.ced-workshop-scope__mode{justify-content:flex-start}}
@media(max-width:700px){.ced-workshop-scope{padding:14px}.ced-workshop-scope__list{grid-template-columns:1fr}.ced-workshop-scope__mode{flex-direction:column}.ced-workshop-scope__mode label{width:100%}.ced-management-content .ceducarte-admin__hero{grid-template-columns:1fr!important}.ced-management-content .ceducarte-admin__hero img{display:block!important;width:120px!important;height:110px;margin:0 auto}}


/* 3.3.0 - menu lateral em altura única; rolagem somente no conteúdo */
@media(min-width:981px){
  html:has(body.ceducarte-management-screen),
  body.ceducarte-management-screen{
    height:100%;
    overflow:hidden!important;
  }
  .ced-management-app{
    height:100dvh;
    min-height:0;
    overflow:hidden!important;
  }
  .ced-management-sidebar{
    position:relative;
    top:auto;
    height:100dvh;
    min-height:0;
    overflow:hidden;
    padding:10px 12px 9px;
  }
  .ced-management-brand{
    flex:0 0 auto;
    gap:9px;
    padding:2px 6px 8px;
  }
  .ced-management-brand img{
    flex-basis:44px;
    width:44px;
    height:44px;
    padding:4px;
    border-radius:11px;
  }
  .ced-management-brand strong{font-size:16px}
  .ced-management-brand small{font-size:10px}
  .ced-management-nav{
    display:flex;
    flex:1 1 auto;
    min-height:0;
    flex-direction:column;
    gap:1px;
    overflow:hidden;
  }
  .ced-management-nav__group{
    flex:0 0 auto;
    margin:4px 9px 1px;
    font-size:8px;
    line-height:1.1;
  }
  .ced-management-nav a{
    flex:0 0 auto;
    min-height:clamp(27px,3.8vh,33px);
    gap:8px;
    padding:3px 9px;
    border-radius:9px;
    font-size:12px;
    line-height:1.1;
  }
  .ced-management-nav a i{
    width:22px;
    height:22px;
    border-radius:7px;
    font-size:11px;
  }
  .ced-management-sidebar__footer{
    flex:0 0 auto;
    flex-direction:row;
    justify-content:space-between;
    gap:8px;
    margin-top:5px;
    padding:7px 7px 1px;
  }
  .ced-management-sidebar__footer a{
    font-size:10px;
    white-space:nowrap;
  }
  .ced-management-workspace{
    display:flex;
    height:100dvh;
    min-height:0;
    flex-direction:column;
    overflow:hidden;
  }
  .ced-management-topbar{
    position:relative;
    top:auto;
    flex:0 0 76px;
  }
  .ced-management-content{
    flex:1 1 auto;
    min-height:0;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-gutter:stable;
  }
}

@media(min-width:981px) and (max-height:700px){
  .ced-management-sidebar{overflow-y:auto}
  .ced-management-nav{overflow:visible}
}

@media(max-width:980px){
  body.ceducarte-management-screen{overflow:hidden!important}
  .ced-management-app,.ced-management-workspace{height:100dvh;min-height:0;overflow:hidden}
  .ced-management-workspace{display:flex;flex-direction:column}
  .ced-management-topbar{position:relative;top:auto;flex:0 0 76px}
  .ced-management-content{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
  .ced-management-sidebar{height:100dvh;overflow-y:auto;overscroll-behavior:contain}
}

/* 3.4.0 - Tela de login com identidade visual completa */
body.ceducarte-management-screen:has(.ced-panel-login-screen){
  min-height:100dvh!important;
  background:#0d1f3b!important;
  overflow:auto!important;
}
body.ceducarte-management-screen .ced-panel-login-screen{
  position:relative;
  isolation:isolate;
  width:100%!important;
  min-height:100dvh!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr)!important;
  overflow:hidden!important;
  background:#0d1f3b!important;
  color:#21364f;
}
body.ceducarte-management-screen .ced-panel-login-screen::before,
body.ceducarte-management-screen .ced-panel-login-screen::after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
}
body.ceducarte-management-screen .ced-panel-login-screen::before{
  top:-180px;
  left:35%;
  width:520px;
  height:520px;
  background:rgba(49,89,167,.32);
  filter:blur(20px);
}
body.ceducarte-management-screen .ced-panel-login-screen::after{
  right:32%;
  bottom:-260px;
  width:560px;
  height:560px;
  background:rgba(232,93,31,.22);
  filter:blur(30px);
}
body.ceducarte-management-screen .ced-panel-login-visual{
  position:relative;
  z-index:1;
  display:flex!important;
  min-width:0;
  min-height:100dvh;
  padding:clamp(54px,7vw,112px)!important;
  justify-content:center;
  background:
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,0)),
    radial-gradient(circle at 16% 16%,rgba(255,255,255,.10),transparent 24%),
    linear-gradient(145deg,#09172d 0%,#173c70 62%,#244f8d 100%)!important;
  color:#fff!important;
}
body.ceducarte-management-screen .ced-panel-login-visual::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:8%;
  width:280px;
  height:280px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 84px rgba(255,255,255,.018);
  pointer-events:none;
}
body.ceducarte-management-screen .ced-panel-login-visual__brand{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  width:max-content;
  max-width:100%;
  margin:0 0 clamp(42px,7vh,82px)!important;
  padding:10px 15px 10px 10px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
}
body.ceducarte-management-screen .ced-panel-login-visual__brand img{
  flex:0 0 64px!important;
  width:64px!important;
  height:58px!important;
  max-height:none!important;
  margin:0!important;
  padding:6px!important;
  border-radius:12px!important;
  background:#fff!important;
  object-fit:contain!important;
}
body.ceducarte-management-screen .ced-panel-login-visual__brand>div{
  display:block!important;
  margin:0!important;
}
body.ceducarte-management-screen .ced-panel-login-visual__brand strong,
body.ceducarte-management-screen .ced-panel-login-visual__brand small{
  display:block;
}
body.ceducarte-management-screen .ced-panel-login-visual__brand strong{
  color:#fff!important;
  font-size:18px!important;
  letter-spacing:.04em;
}
body.ceducarte-management-screen .ced-panel-login-visual__brand small{
  margin-top:2px;
  color:#c8d8ee!important;
  font-size:11px!important;
}
body.ceducarte-management-screen .ced-panel-login-visual>span{
  color:#ffb783!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.17em!important;
}
body.ceducarte-management-screen .ced-panel-login-visual h1{
  position:relative;
  z-index:1;
  max-width:850px!important;
  margin:18px 0 24px!important;
  color:#fff!important;
  font-size:clamp(46px,5.4vw,78px)!important;
  font-weight:950!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}
body.ceducarte-management-screen .ced-panel-login-visual p{
  position:relative;
  z-index:1;
  max-width:720px!important;
  margin:0!important;
  color:#d5e3f6!important;
  font-size:18px!important;
  line-height:1.62!important;
}
body.ceducarte-management-screen .ced-panel-login-features{
  position:relative;
  z-index:1;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin:30px 0 0!important;
}
body.ceducarte-management-screen .ced-panel-login-features strong{
  padding:9px 12px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
}
body.ceducarte-management-screen .ced-panel-login-card{
  position:relative;
  z-index:2;
  display:flex!important;
  min-width:0;
  min-height:100dvh!important;
  padding:clamp(30px,5vw,72px)!important;
  align-items:center;
  justify-content:center;
  background:#f4f8fd!important;
  box-shadow:-30px 0 70px rgba(5,18,38,.16);
}
body.ceducarte-management-screen .ced-panel-login-card__inner{
  width:min(100%,520px);
  margin:auto;
  padding:clamp(28px,4vw,46px);
  border:1px solid #dbe5f1;
  border-radius:28px;
  background:#fff;
  box-shadow:0 28px 80px rgba(16,33,63,.13);
}
body.ceducarte-management-screen .ced-panel-login-card__brand{
  display:flex;
  align-items:center;
  gap:11px;
  margin:0 0 30px;
  padding-bottom:22px;
  border-bottom:1px solid #e3eaf3;
}
body.ceducarte-management-screen .ced-panel-login-card__brand img{
  display:block;
  flex:0 0 58px;
  width:58px;
  height:52px;
  padding:5px;
  border:1px solid #dbe5f1;
  border-radius:13px;
  background:#fff;
  object-fit:contain;
}
body.ceducarte-management-screen .ced-panel-login-card__brand strong,
body.ceducarte-management-screen .ced-panel-login-card__brand small{display:block}
body.ceducarte-management-screen .ced-panel-login-card__brand strong{
  color:#10213f;
  font-size:18px;
  font-weight:950;
  letter-spacing:.03em;
}
body.ceducarte-management-screen .ced-panel-login-card__brand small{
  margin-top:2px;
  color:#71849a;
  font-size:11px;
  font-weight:750;
}
body.ceducarte-management-screen .ced-panel-login-card__eyebrow{
  display:block;
  color:#e85d1f!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
body.ceducarte-management-screen .ced-panel-login-card h2{
  margin:8px 0 10px!important;
  color:#10213f!important;
  font-size:clamp(34px,3.2vw,44px)!important;
  font-weight:950!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
}
body.ceducarte-management-screen .ced-panel-login-card__intro{
  margin:0 0 26px!important;
  color:#657990!important;
  font-size:14px!important;
  line-height:1.55!important;
}
body.ceducarte-management-screen .ced-panel-login-card form{
  display:flex!important;
  flex-direction:column!important;
  gap:17px!important;
  margin:0!important;
}
body.ceducarte-management-screen .ced-panel-login-card form>label{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  margin:0!important;
  color:#263d58!important;
  font-size:13px!important;
  font-weight:850!important;
}
body.ceducarte-management-screen .ced-panel-login-card input[type=text],
body.ceducarte-management-screen .ced-panel-login-card input[type=password]{
  display:block!important;
  width:100%!important;
  height:54px!important;
  max-width:none!important;
  margin:0!important;
  padding:0 15px!important;
  border:1.5px solid #c4d3e6!important;
  border-radius:13px!important;
  outline:0!important;
  background:#fbfdff!important;
  color:#10213f!important;
  box-shadow:none!important;
  font:inherit!important;
}
body.ceducarte-management-screen .ced-panel-login-card input:focus{
  border-color:#3159a7!important;
  box-shadow:0 0 0 4px rgba(49,89,167,.12)!important;
}
body.ceducarte-management-screen .ced-panel-password{
  display:flex!important;
  width:100%!important;
}
body.ceducarte-management-screen .ced-panel-password input{
  min-width:0!important;
  border-radius:13px 0 0 13px!important;
}
body.ceducarte-management-screen .ced-panel-password button{
  flex:0 0 auto!important;
  min-width:82px!important;
  padding:0 13px!important;
  border:1.5px solid #c4d3e6!important;
  border-left:0!important;
  border-radius:0 13px 13px 0!important;
  background:#edf3fb!important;
  color:#31557f!important;
  font-size:12px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
body.ceducarte-management-screen .ced-panel-login-options{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
body.ceducarte-management-screen .ced-panel-remember{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:8px!important;
  color:#405a76!important;
  font-size:12px!important;
  font-weight:750!important;
}
body.ceducarte-management-screen .ced-panel-remember input{
  width:17px!important;
  height:17px!important;
  margin:0!important;
  accent-color:#3159a7;
}
body.ceducarte-management-screen .ced-panel-login-help{
  color:#7b8da1;
  font-size:10px;
  font-weight:750;
}
body.ceducarte-management-screen .ced-panel-primary-button{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  height:56px!important;
  margin-top:2px!important;
  padding:0 19px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#3159a7,#183d72)!important;
  box-shadow:0 15px 32px rgba(49,89,167,.25)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:950!important;
  cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
body.ceducarte-management-screen .ced-panel-primary-button:hover{
  transform:translateY(-2px);
  box-shadow:0 19px 38px rgba(49,89,167,.30)!important;
}
body.ceducarte-management-screen .ced-panel-primary-button b{
  display:grid;
  place-items:center;
  width:29px;
  height:29px;
  border-radius:50%;
  background:rgba(255,255,255,.15);
  font-size:17px;
}
body.ceducarte-management-screen .ced-panel-login-card__footer{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-top:26px;
  padding-top:20px;
  border-top:1px solid #e3eaf3;
}
body.ceducarte-management-screen .ced-panel-back-link{
  flex:0 0 auto;
  margin:0!important;
  color:#3159a7!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
body.ceducarte-management-screen .ced-panel-login-card__footer small{
  max-width:255px;
  color:#7a8ca1;
  font-size:10px;
  line-height:1.45;
  text-align:right;
}
@media(max-width:980px){
  body.ceducarte-management-screen .ced-panel-login-screen{
    grid-template-columns:minmax(0,.82fr) minmax(390px,1.18fr)!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual{
    min-height:100dvh!important;
    padding:42px!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual h1{
    font-size:48px!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual p{
    font-size:15px!important;
  }
  body.ceducarte-management-screen .ced-panel-login-card{
    padding:28px!important;
  }
}
@media(max-width:760px){
  body.ceducarte-management-screen:has(.ced-panel-login-screen){
    background:linear-gradient(155deg,#09172d,#244f8d)!important;
  }
  body.ceducarte-management-screen .ced-panel-login-screen{
    display:block!important;
    min-height:100dvh!important;
    padding:16px!important;
    overflow:visible!important;
    background:linear-gradient(155deg,#09172d 0%,#173c70 65%,#244f8d 100%)!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual{
    display:flex!important;
    min-height:0!important;
    padding:18px 16px 25px!important;
    background:transparent!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual::after,
  body.ceducarte-management-screen .ced-panel-login-visual>p,
  body.ceducarte-management-screen .ced-panel-login-features{
    display:none!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual__brand{
    margin:0 0 24px!important;
    padding:7px 11px 7px 7px!important;
    border-radius:14px!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual__brand img{
    flex-basis:50px!important;
    width:50px!important;
    height:45px!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual__brand strong{font-size:15px!important}
  body.ceducarte-management-screen .ced-panel-login-visual__brand small{font-size:9px!important}
  body.ceducarte-management-screen .ced-panel-login-visual>span{
    font-size:9px!important;
  }
  body.ceducarte-management-screen .ced-panel-login-visual h1{
    max-width:470px!important;
    margin:10px 0 0!important;
    font-size:clamp(31px,9vw,43px)!important;
    line-height:1.02!important;
  }
  body.ceducarte-management-screen .ced-panel-login-card{
    display:block!important;
    min-height:0!important;
    padding:0!important;
    border-radius:26px!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.ceducarte-management-screen .ced-panel-login-card__inner{
    width:100%!important;
    padding:25px 21px!important;
    border:0!important;
    border-radius:25px!important;
    box-shadow:0 28px 70px rgba(0,0,0,.25)!important;
  }
  body.ceducarte-management-screen .ced-panel-login-card__brand{
    display:none!important;
  }
  body.ceducarte-management-screen .ced-panel-login-card h2{
    font-size:34px!important;
  }
}
@media(max-width:430px){
  body.ceducarte-management-screen .ced-panel-login-screen{padding:10px!important}
  body.ceducarte-management-screen .ced-panel-login-visual{padding:14px 11px 20px!important}
  body.ceducarte-management-screen .ced-panel-login-card__inner{padding:23px 17px!important}
  body.ceducarte-management-screen .ced-panel-login-options,
  body.ceducarte-management-screen .ced-panel-login-card__footer{
    align-items:flex-start;
    flex-direction:column;
  }
  body.ceducarte-management-screen .ced-panel-login-help{display:none}
  body.ceducarte-management-screen .ced-panel-login-card__footer small{
    max-width:none;
    text-align:left;
  }
}

/* 3.5.0 — Construtor de formulários */
.ced-form-builder-page{max-width:1500px}
.ced-form-builder-intro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 22px}
.ced-form-builder-intro article{display:flex;gap:14px;background:#fff;border:1px solid #d8e2ef;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(16,33,63,.04)}
.ced-form-builder-intro article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf1ff;color:#3159a7;font-weight:900;flex:0 0 auto}
.ced-form-builder-intro strong{display:block;color:#10213f;margin-bottom:4px}.ced-form-builder-intro p{margin:0;color:#6b7b90;line-height:1.45}
.ced-form-list{display:grid;gap:16px}
.ced-form-list-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid #d8e2ef;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(16,33,63,.05)}
.ced-form-list-card.is-archived{opacity:.72}
.ced-form-list-card__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,#3159a7,#163566);color:#fff;font-size:1.5rem;font-weight:900}
.ced-form-list-card__main>span{font-size:.73rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#6e7d91}
.ced-form-list-card__main h2{margin:5px 0 6px;color:#10213f;font-size:1.25rem}.ced-form-list-card__main p{margin:0 0 10px;color:#65758b}
.ced-form-list-card__main>div{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.ced-form-list-card__main b,.ced-form-list-card__main em{font-style:normal;font-size:.75rem;border-radius:999px;padding:6px 9px;background:#eef3fa;color:#52657f}
.ced-form-list-card__main b.is-active{background:#e6f7ee;color:#187047}.ced-form-list-card__main b.is-draft{background:#fff4df;color:#8b5a00}.ced-form-list-card__main b.is-archived{background:#f2f2f2;color:#777}
.ced-form-list-card__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:370px}.ced-form-list-card__actions form{margin:0}
.ced-form-builder-protection{display:flex;gap:16px;align-items:flex-start;background:#fff7e8;border:1px solid #f2d28f;border-radius:16px;padding:16px 18px;margin-bottom:18px}.ced-form-builder-protection strong{color:#7f5100;white-space:nowrap}.ced-form-builder-protection p{margin:0;color:#795d2c}
.ced-field-palette{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0}
.ced-field-palette button{display:flex;align-items:center;gap:9px;border:1px solid #d6e0ed;background:#f8fbff;border-radius:13px;padding:11px 12px;color:#213858;font-weight:800;text-align:left;cursor:pointer;transition:.18s}
.ced-field-palette button:hover{border-color:#3159a7;background:#edf3ff;transform:translateY(-1px)}.ced-field-palette i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#3159a7;color:#fff;font-style:normal;flex:0 0 auto}
.ced-builder-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;border-top:1px solid #e4ebf4}.ced-builder-toolbar>div{display:flex;gap:8px}
.ced-builder-fields{display:grid;gap:12px}
.ced-builder-field{border:1px solid #d7e1ee;border-radius:17px;background:#fff;overflow:hidden;transition:.18s}.ced-builder-field.is-dragging{opacity:.45}.ced-builder-field.is-drag-over{border-color:#e85d1f;box-shadow:0 0 0 3px rgba(232,93,31,.12)}
.ced-builder-field>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px 15px;background:#f8fbff}
.ced-builder-drag{border:0;background:transparent;color:#7c8ba0;font-size:1.2rem;cursor:grab;padding:8px}.ced-builder-drag:active{cursor:grabbing}
.ced-builder-field__identity{min-width:0}.ced-builder-field__identity>span{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:#738299;font-weight:900}.ced-builder-field__identity strong{display:block;color:#10213f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ced-builder-field__identity small{color:#7a899d}
.ced-builder-field__badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.ced-builder-field__badges b,.ced-builder-field__badges em{font-style:normal;font-size:.68rem;border-radius:999px;padding:5px 8px;background:#eaf1ff;color:#3159a7}.ced-builder-field__badges b.is-custom{background:#edf8f2;color:#23704b}.ced-builder-field__badges em{background:#fff1e9;color:#a84819}.ced-builder-field__badges em.is-off{background:#eee;color:#666}
.ced-builder-field__actions{display:flex;gap:5px}.ced-builder-field__actions button{width:32px;height:32px;border:1px solid #d2ddea;border-radius:9px;background:#fff;color:#294467;font-weight:900;cursor:pointer}.ced-builder-field__actions button:hover{border-color:#3159a7}.ced-builder-field__actions button[disabled]{opacity:.35;cursor:not-allowed}
.ced-builder-field__body{display:none;padding:18px;border-top:1px solid #e2e9f2}.ced-builder-field.is-expanded .ced-builder-field__body{display:block}
.ced-builder-settings-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ced-builder-settings-grid label{display:flex;flex-direction:column;gap:6px}.ced-builder-settings-grid label.is-wide{grid-column:span 2}.ced-builder-settings-grid span{font-size:.78rem;font-weight:900;color:#52637b}.ced-builder-settings-grid input,.ced-builder-settings-grid select,.ced-builder-settings-grid textarea{width:100%;box-sizing:border-box;border:1px solid #cad7e7;border-radius:11px;padding:10px 11px;background:#fff;color:#10213f}.ced-builder-settings-grid small{color:#7a899d;font-size:.72rem}
.ced-builder-switch-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:16px;padding-top:15px;border-top:1px solid #e4ebf4}.ced-builder-switch-row label{display:flex;align-items:center;gap:9px;cursor:pointer}.ced-builder-switch-row input{position:absolute;opacity:0}.ced-builder-switch-row label>span{width:42px;height:24px;border-radius:999px;background:#c5d0de;position:relative;transition:.2s}.ced-builder-switch-row label>span:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;left:3px;top:3px;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:.2s}.ced-builder-switch-row input:checked+span{background:#3159a7}.ced-builder-switch-row input:checked+span:after{transform:translateX(18px)}.ced-builder-switch-row strong{font-size:.85rem;color:#30445f}
.ced-shortcode-box{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#10213f;color:#fff;border-radius:16px;padding:16px 18px;margin:18px 0}.ced-shortcode-box span{display:block;color:#aebed2;font-size:.75rem;margin-bottom:5px}.ced-shortcode-box code{color:#fff;font-size:.95rem}.ced-shortcode-box button{border:0;border-radius:11px;background:#f46d2e;color:#fff;font-weight:900;padding:10px 14px;cursor:pointer}
.ced-inline-form{display:inline-flex;margin:0}.ced-submission-detail{margin-bottom:18px}.ced-submission-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ced-submission-data>div,.ced-submission-data>section{border:1px solid #dce5f0;border-radius:13px;padding:12px;background:#fbfdff}.ced-submission-data span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#7b899b;font-weight:900;margin-bottom:4px}.ced-submission-data strong{color:#173252;word-break:break-word}.ced-submission-data section{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ced-submission-data section h3{grid-column:1/-1;margin:0 0 5px;color:#3159a7}
@media(max-width:1180px){.ced-field-palette{grid-template-columns:repeat(3,minmax(0,1fr))}.ced-builder-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ced-submission-data{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){
 .ced-form-builder-intro{grid-template-columns:1fr}.ced-form-list-card{grid-template-columns:auto 1fr}.ced-form-list-card__actions{grid-column:1/-1;justify-content:flex-start;max-width:none}.ced-field-palette{grid-template-columns:repeat(2,minmax(0,1fr))}.ced-builder-field>header{grid-template-columns:auto minmax(0,1fr)}.ced-builder-field__badges,.ced-builder-field__actions{grid-column:2;justify-content:flex-start}.ced-builder-settings-grid{grid-template-columns:1fr}.ced-builder-settings-grid label.is-wide{grid-column:1}.ced-shortcode-box{align-items:flex-start;flex-direction:column}.ced-submission-data,.ced-submission-data section{grid-template-columns:1fr}.ced-submission-data section h3{grid-column:1}.ced-form-builder-protection{flex-direction:column;gap:5px}.ced-form-builder-protection strong{white-space:normal}
}
@media(max-width:520px){.ced-field-palette{grid-template-columns:1fr}.ced-builder-toolbar{align-items:flex-start;flex-direction:column}.ced-builder-field__actions{flex-wrap:wrap}.ced-form-list-card{grid-template-columns:1fr}.ced-form-list-card__actions{grid-column:1}}
.ced-extra-response-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ced-extra-response-grid>div{padding:13px;border:1px solid #dbe5f1;border-radius:13px;background:#fbfdff}.ced-extra-response-grid span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#76869a;font-weight:900;margin-bottom:5px}.ced-extra-response-grid strong{display:block;color:#173252;word-break:break-word}.ced-extra-response-grid a{color:#3159a7}@media(max-width:900px){.ced-extra-response-grid{grid-template-columns:1fr}}
