.protected-catalog-view{display:none}.protected-catalog-view.active{display:block}.protected-admin-shell{margin-top:22px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}.protected-admin-list,.protected-admin-editor{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.protected-admin-list-head,.protected-editor-head,.protected-design-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.protected-admin-list-head h3,.protected-editor-head h2,.protected-admin-section h3{margin:3px 0}.protected-admin-list-head button,.protected-editor-actions button,.protected-add-design button{padding:9px 12px;border:1px solid #cbd7e8;border-radius:9px;background:#fff;color:var(--navy);font-weight:800}.protected-catalog-node{width:100%;margin-top:9px;padding:12px;display:flex;justify-content:space-between;align-items:center;gap:8px;text-align:left;border:1px solid #dce4ef;border-radius:11px;background:#f7f9fc}.protected-catalog-node.active{border-color:var(--blue);background:var(--ice)}.protected-catalog-node strong,.protected-catalog-node small{display:block}.protected-catalog-node small{margin-top:3px;color:var(--muted)}.protected-catalog-node i{width:10px;height:10px;border-radius:50%;background:#a7b1c0}.protected-catalog-node i.on{background:#20b486}.protected-editor-actions{display:flex;gap:8px;flex-wrap:wrap}.protected-form-grid,.protected-switch-row{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.protected-form-grid label{display:grid;gap:5px}.protected-form-grid span{font-size:11px;font-weight:800}.protected-form-grid input,.protected-add-design input{width:100%;padding:11px;border:1px solid #cbd7e8;border-radius:9px}.protected-switch-row label{padding:12px;display:flex;gap:9px;border:1px solid #d9e2ee;border-radius:11px;background:#f7faff}.protected-switch-row strong,.protected-switch-row small{display:block}.protected-switch-row small{margin-top:3px;color:var(--muted)}.protected-admin-section{margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.protected-admin-section>div:first-child>p,.protected-design-head p{margin:4px 0;color:var(--muted)}.protected-segments{margin-top:10px;display:flex;gap:9px;flex-wrap:wrap}.protected-segments label,.protected-shape-options label{padding:9px 12px;display:flex;align-items:center;gap:7px;border:1px solid #d7e0ec;border-radius:9px;background:#f7faff}.protected-permission-tree{margin-top:12px;display:grid;gap:8px}.protected-permission-tree details{border:1px solid #d8e2ee;border-radius:10px;background:#fff}.protected-permission-tree details details{margin:8px}.protected-permission-tree summary{padding:11px;display:flex;justify-content:space-between;cursor:pointer;list-style:none}.protected-permission-tree summary strong,.protected-permission-tree summary small{display:block}.protected-permission-tree summary small{color:var(--muted)}.protected-shape-options{padding:0 10px 10px;display:flex;gap:7px;flex-wrap:wrap}.protected-design-list{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.protected-design-list article{padding:9px;display:grid;grid-template-columns:58px 1fr auto;gap:9px;align-items:center;border:1px solid #dce4ef;border-radius:11px}.protected-design-list img{width:58px;height:72px;object-fit:cover;border-radius:7px;background:#eef3fa}.protected-design-list label{display:flex;gap:7px}.protected-design-list strong,.protected-design-list small{display:block}.protected-design-list small{margin-top:3px;color:var(--muted);font-size:9px;word-break:break-all}.protected-design-list button{border:0;color:#c93232;background:transparent;font-weight:800}.protected-add-design{margin-top:12px;padding:12px;display:grid;grid-template-columns:.7fr 1.3fr auto;gap:8px;border:1px dashed #a9bfdf;border-radius:11px;background:#f8fbff}
.protected-catalog-group{margin-bottom:18px}.protected-catalog-group-head{margin-bottom:10px;display:flex;justify-content:space-between;align-items:end}.protected-catalog-group-head h3{margin:0}.protected-catalog-group-head p{margin:3px 0 0;color:var(--muted)}.protected-design-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.protected-design-card{padding:0;overflow:hidden;text-align:left;border:2px solid var(--line);border-radius:15px;background:#fff}.protected-design-card.selected{border-color:var(--blue);box-shadow:0 0 0 3px var(--ice)}.protected-design-card img{width:100%;aspect-ratio:4/5;display:block;object-fit:cover}.protected-design-card span{padding:10px;display:block}.protected-design-card strong,.protected-design-card small{display:block}.protected-design-card small{margin-top:2px;color:var(--muted)}.protected-empty-portal{padding:30px;text-align:center;border:1px dashed #afbed2;border-radius:13px;color:var(--muted)}.protected-text-editor{margin-top:14px;padding:14px;display:grid;grid-template-columns:minmax(250px,1.15fr) minmax(250px,.85fr);gap:14px;border:1px solid #cfe0f6;border-radius:15px;background:#f7faff}.protected-text-preview{min-height:390px;position:relative;overflow:hidden;border-radius:13px;background:#13243f}.protected-text-preview img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.protected-text-preview.arch{border-radius:48% 48% 5px 5px}.protected-text-preview.circle{aspect-ratio:1;border-radius:50%;min-height:0}.protected-text-preview.square{aspect-ratio:1;min-height:0}.protected-live-line{position:absolute;left:50%;top:35%;max-width:92%;transform:translate(-50%,-50%);color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.7);font-weight:800;white-space:nowrap;cursor:move;touch-action:none}.protected-live-line.line-2{top:58%}.protected-text-controls{display:grid;gap:10px}.protected-text-controls article{padding:11px;border:1px solid #d9e2ee;border-radius:11px;background:#fff}.protected-text-controls label{display:grid;gap:5px;margin-top:8px}.protected-text-controls input[type=text],.protected-text-controls select{width:100%;padding:9px;border:1px solid #cbd7e8;border-radius:8px}.protected-text-controls .line-switch{margin:0;display:flex;align-items:center;gap:7px}.protected-text-controls small{color:var(--muted)}
@media(max-width:1000px){.protected-admin-shell,.protected-text-editor{grid-template-columns:1fr}.protected-design-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.protected-form-grid,.protected-switch-row,.protected-design-list,.protected-design-grid,.protected-add-design{grid-template-columns:1fr}.protected-editor-head{flex-direction:column}.protected-live-line{font-size:28px!important}}

/* Portal: catálogo compacto y editor flotante. */
.protected-design-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:8px}
.protected-design-card{border-radius:12px}
.protected-design-card img{height:150px;aspect-ratio:auto;object-fit:contain;background:#eef3f8}
.protected-design-card span{padding:7px 8px}
.protected-design-card strong{font-size:13px;line-height:1.15}
.protected-design-card small{font-size:11px}
.protected-editor-overlay{position:fixed;z-index:2200;inset:0;padding:24px;display:grid;place-items:center;background:rgba(8,24,49,.72);backdrop-filter:blur(3px)}
.protected-editor-dialog{width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid #d7e2f0;border-radius:18px;background:#f8fbff;box-shadow:0 28px 90px rgba(4,18,42,.4)}
.protected-editor-dialog>header{position:sticky;z-index:3;top:0;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #dce5f0;background:rgba(255,255,255,.96)}
.protected-editor-dialog>header h3{margin:4px 0 0}.protected-editor-dialog>header p{margin:3px 0 0;color:var(--muted)}
.protected-editor-dialog>header button{padding:9px 12px;border:1px solid #c9d6e6;border-radius:9px;background:#fff;color:var(--navy);font-weight:800}
.protected-editor-dialog .protected-text-editor{margin:0;padding:14px;grid-template-columns:minmax(300px,1.1fr) minmax(300px,.9fr);align-items:start;border:0;border-radius:0;background:transparent}
.protected-preview-column{min-width:0}.protected-preview-stage{height:420px;padding:10px;display:grid;place-items:center;border-radius:12px;background:#13243f}
.protected-editor-dialog .protected-text-preview{width:auto;height:auto;min-height:0;border:2px solid #5ca0ff;background:#fff}
.protected-editor-dialog .protected-text-preview.arch{border-radius:var(--protected-arch-radius) var(--protected-arch-radius) 4px 4px}
.protected-editor-dialog .protected-text-preview img{object-fit:cover;transform-origin:center}
.protected-editor-dialog .protected-text-controls{gap:8px}
.protected-controls-intro{padding:2px 2px 5px}.protected-controls-intro strong,.protected-controls-intro small{display:block}.protected-controls-intro small{margin-top:2px}
.protected-editor-dialog .protected-text-controls article{padding:6px 8px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:center;border-radius:8px}
.protected-editor-dialog .protected-text-controls article>.line-switch{grid-column:1/-1;width:max-content;min-height:22px;margin:0;padding:3px 7px;justify-content:flex-start;border:1px solid #d8e3f1;border-radius:999px;background:#f4f8ff;font-size:11px}
.protected-editor-dialog .protected-text-controls article>.line-switch input{width:13px;height:13px;margin:0}
.protected-line-fields{grid-column:1/-1;display:grid;grid-template-columns:minmax(150px,1.35fr) minmax(105px,.75fr) minmax(88px,.55fr);gap:6px;align-items:end}
.protected-line-fields-quick{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}
.protected-line-fields label{margin-top:0}
.protected-line-text-field{grid-column:1/-1}
.protected-editor-dialog .protected-line-fields>.protected-line-text-field{grid-column:auto}
.protected-editor-dialog .protected-text-controls article>.protected-line-text-field{margin-top:0}
.protected-line-size{grid-column:1/-1;width:min(100%,300px);margin-top:0!important;display:grid!important;grid-template-columns:auto minmax(100px,1fr);align-items:center;gap:7px!important}
.protected-line-size input{margin:0}
.protected-editor-dialog .protected-text-controls input[type=text],.protected-editor-dialog .protected-text-controls select{min-height:32px;padding:5px 7px;font-size:12px;border-radius:7px}
.protected-editor-dialog .protected-text-controls label>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.protected-color-field{margin-top:0}.protected-color-field>span{display:block;margin-bottom:4px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.protected-color-picker{position:relative}.protected-color-picker summary{min-height:32px;padding:5px 7px;display:flex;align-items:center;gap:5px;border:1px solid #cbd7e8;border-radius:7px;background:#fff;cursor:pointer;list-style:none}.protected-color-picker summary::-webkit-details-marker{display:none}.protected-color-picker summary i,.protected-color-picker button i{width:14px;height:14px;flex:0 0 14px;border:1px solid #aebacc;border-radius:50%}.protected-color-picker summary b{flex:1;font-size:11px}.protected-color-picker summary em{font-style:normal}.protected-color-picker>div{position:absolute;z-index:8;top:calc(100% + 4px);left:0;right:0;padding:4px;display:grid;gap:2px;border:1px solid #cbd7e8;border-radius:8px;background:#fff;box-shadow:0 12px 28px rgba(8,24,49,.18)}.protected-color-picker button{padding:5px 6px;display:flex;align-items:center;gap:6px;border:0;border-radius:6px;background:#fff;text-align:left;font-size:11px}.protected-color-picker button:hover{background:#edf5ff}
.protected-image-controls{margin-top:8px;padding:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:8px;align-items:end;border:1px solid #d7e2ef;border-radius:10px;background:#fff}.protected-image-controls label{display:grid;gap:4px}.protected-image-controls span{font-size:10px;font-weight:800}.protected-image-controls output{font-size:10px;color:var(--blue);text-align:center}.protected-image-controls button{padding:8px;border:1px solid #cbd7e8;border-radius:8px;background:#fff;font-weight:800}
.protected-editor-done{width:100%;padding:10px;border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:800}
.protected-text-disabled{padding:14px;border:1px solid #dce5ef;border-radius:10px;background:#fff}
@media(max-width:760px){.protected-editor-overlay{padding:8px}.protected-editor-dialog{max-height:calc(100vh - 16px)}.protected-editor-dialog .protected-text-editor{grid-template-columns:1fr}.protected-preview-stage{height:360px}.protected-line-fields{grid-template-columns:1fr 1fr}.protected-line-text-field{grid-column:1/-1}.protected-editor-dialog .protected-text-controls input[type=text],.protected-editor-dialog .protected-text-controls select{min-height:44px}.protected-line-size{grid-template-columns:1fr}.protected-image-controls{grid-template-columns:1fr}.protected-design-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.protected-design-card img{height:145px}}
.protected-design-list .protected-design-item{display:block;padding:9px}.protected-design-summary{display:grid;grid-template-columns:58px 1fr auto;gap:9px;align-items:center}.protected-design-templates{margin-top:9px;border:1px solid #d8e2ee;border-radius:9px;background:#f8fbff}.protected-design-templates>summary{padding:9px 11px;display:flex;justify-content:space-between;cursor:pointer;list-style:none}.protected-design-templates>summary strong,.protected-design-templates>summary small{display:block}.protected-design-templates>summary small{color:var(--muted)}.protected-design-templates>.protected-permission-tree{padding:0 8px 8px}.protected-template-shape{margin:8px}.protected-template-options{padding:0 9px 9px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.protected-design-list .protected-template-option{padding:9px;display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;border:1px solid #d7e0ec;border-radius:10px;background:#fff}.protected-template-option>strong{font-size:12px}.protected-template-switches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.protected-design-list .protected-template-switches label{padding:7px 8px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d7e0ec;border-radius:8px;background:#f7faff;font-size:11px;font-weight:800}.protected-template-switches label:has(input:checked){border-color:#75a9ff;background:#eaf3ff;color:#075fd4}.protected-template-switches label.is-disabled{opacity:.48;background:#f1f3f6}.protected-template-switches input{margin:0}
@media(max-width:700px){.protected-template-options{grid-template-columns:1fr}}
.predesigned-entry-card{background:linear-gradient(135deg,#f4ecff,#eef7ff)}.predesigned-store{margin:14px 0 18px;padding:18px;border:1px solid #cbdcf4;border-radius:18px;background:#f8fbff}.predesigned-store-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.predesigned-store-head h3{margin:4px 0;font-size:26px}.predesigned-store-head p{margin:0;color:var(--muted)}.predesigned-store-head button{padding:9px 12px;border:1px solid #cbd7e8;border-radius:9px;background:#fff;color:var(--navy);font-weight:800}.predesigned-store section{margin-top:18px;padding-top:16px;border-top:1px solid #dce6f2}.predesigned-store h4{margin:0 0 10px;font-size:16px}.predesigned-theme-grid,.predesigned-choice-grid,.predesigned-design-grid,.predesigned-template-grid{display:grid;gap:10px}.predesigned-theme-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.predesigned-choice-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.predesigned-design-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.predesigned-template-grid{margin-top:10px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.predesigned-theme-card,.predesigned-choice-card,.predesigned-design-card,.predesigned-template-card{padding:9px;display:flex;align-items:center;gap:10px;text-align:left;border:2px solid #d9e3ef;border-radius:13px;background:#fff}.predesigned-theme-card.selected,.predesigned-choice-card.selected,.predesigned-design-card.selected,.predesigned-material-chip.selected{border-color:var(--blue);box-shadow:0 0 0 3px var(--ice)}.predesigned-theme-card img,.predesigned-choice-card img{width:62px;height:68px;object-fit:contain;border-radius:9px;background:#eef3f8}.predesigned-design-card{padding:0;display:block;overflow:hidden}.predesigned-design-card img{width:100%;height:180px;display:block;object-fit:contain;background:#eef3f8}.predesigned-design-card span{padding:9px;display:block}.predesigned-theme-card strong,.predesigned-theme-card small,.predesigned-choice-card strong,.predesigned-choice-card small,.predesigned-design-card strong,.predesigned-design-card small,.predesigned-template-card strong,.predesigned-template-card small{display:block}.predesigned-store small{margin-top:3px;color:var(--muted)}.predesigned-materials{display:flex;gap:8px;flex-wrap:wrap}.predesigned-material-chip{padding:9px 12px;border:2px solid #d9e3ef;border-radius:999px;background:#fff;font-weight:800}.predesigned-template-card .template-shape{width:50px;height:70px;flex:0 0 50px}.predesigned-template-card span{flex:1}.predesigned-template-card b{display:block;margin-top:5px;color:var(--blue)}.predesigned-help{margin:10px 0 0;color:var(--muted)}
@media(max-width:700px){.predesigned-store{padding:13px}.predesigned-store-head{display:block}.predesigned-store-head button{margin-top:10px}.predesigned-theme-grid{grid-template-columns:1fr}.predesigned-design-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.predesigned-design-card img{height:150px}.predesigned-template-grid{grid-template-columns:1fr}}
.protected-position-control{grid-column:1/-1}.protected-position-control>div{display:grid;grid-template-columns:auto minmax(72px,110px) auto;gap:8px;align-items:center}.protected-position-control button{min-height:40px;padding:8px 12px;border:1px solid #cbd7e8;border-radius:9px;background:#f7faff;color:var(--navy);font-weight:800}.protected-position-control input{text-align:center;font-weight:900}@media(max-width:520px){.protected-position-control>div{grid-template-columns:1fr 74px 1fr}.protected-position-control button{padding:8px 6px}}
