:root{--color-primary: #b91c1c;--color-primary-dark: #7f1d1d;--color-accent: #f59e0b;--color-bg: #faf7f2;--color-surface: #ffffff;--color-text: #1f2937;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-shadow: rgba(0, 0, 0, .1);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--header-height: 56px;--search-height: 56px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer}.app{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100vw;overflow:hidden}.app-header{height:var(--header-height);background:var(--color-primary);color:#fff;display:flex;align-items:baseline;gap:10px;padding:0 16px;box-shadow:0 2px 8px var(--color-shadow);z-index:1000;flex-shrink:0}.app-header h1{margin:0;font-size:18px;font-weight:700;font-family:Georgia,Times New Roman,serif;letter-spacing:.3px}.app-subtitle{font-size:13px;opacity:.85}.app-map{flex:1;position:relative;overflow:hidden}.search-bar{position:relative;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:10px 12px;z-index:900;flex-shrink:0}.search-input-wrapper{position:relative;display:flex;align-items:center;background:#f3f4f6;border-radius:var(--radius-md);padding:0 10px}.search-icon{color:var(--color-text-muted);flex-shrink:0}.search-input-wrapper input{flex:1;border:none;background:transparent;padding:10px 8px;font-size:15px;color:var(--color-text);outline:none;min-width:0}.search-input-wrapper input::placeholder{color:var(--color-text-muted)}.search-clear{background:#d1d5db;border:none;color:#fff;width:22px;height:22px;border-radius:50%;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.search-clear:hover{background:#9ca3af}.search-results{position:absolute;top:calc(100% - 1px);left:12px;right:12px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:0 0 var(--radius-md) var(--radius-md);list-style:none;margin:0;padding:4px 0;max-height:320px;overflow-y:auto;box-shadow:0 8px 24px var(--color-shadow);z-index:901}.search-result-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:transparent;text-align:left;font-size:14px;color:var(--color-text);transition:background .15s}.search-result-item:hover{background:#f9fafb}.result-number{background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;min-width:38px;text-align:center;flex-shrink:0}.result-name{flex:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-tipo{font-size:11px;padding:2px 6px;border-radius:4px;text-transform:capitalize;flex-shrink:0}.search-empty,.search-more{padding:10px 12px;color:var(--color-text-muted);font-size:13px;font-style:italic}.map-view{width:100%;height:100%;position:relative;overflow:hidden;background:#1a1410;touch-action:none}.map-view .plano-wrapper{width:100%!important;height:100%!important}.plano-bg{position:relative;cursor:grab;user-select:none;-webkit-user-select:none}.plano-bg:active{cursor:grabbing}.caseta-rect,.caseta-circulo{position:absolute;margin:0;padding:0;background:#ffffff03;border:1.5px solid rgba(139,58,74,0);color:#1c0f00;font-weight:800;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .2s ease;font-family:inherit;overflow:visible;box-sizing:border-box}.caseta-rect{border-radius:2px}.caseta-circulo{border-radius:50%}.caseta-label{pointer-events:none;font-size:33px;font-weight:400;text-shadow:none}.caseta-rect:hover,.caseta-circulo:hover{background:#f59e0b59;border-color:#b4530999;color:#1c0f00;box-shadow:0 0 0 2px #f59e0b40;z-index:10}.caseta-rect.selected,.caseta-circulo.selected{background:#f59e0bd9!important;border:2px solid #b45309!important;color:#1c0f00!important;z-index:20;animation:pulse-caseta 1.4s ease-in-out infinite}@keyframes pulse-caseta{0%,to{box-shadow:0 0 0 3px #f59e0b8c,0 0 16px 6px #f59e0b73,0 2px 4px #0000004d}50%{box-shadow:0 0 0 7px #f59e0b40,0 0 24px 10px #f59e0b4d,0 2px 4px #0000004d}}.app-editor .caseta-rect,.app-editor .caseta-circulo{background:#e89ba840;border-color:#8b3a4a99;color:#3a0e16}.app-editor .caseta-tipo-no_tradicional{background:#c8a8dc40;border-color:#5e3e8099;color:#2a0a45}.app-editor .caseta-tipo-municipal{background:#a8c4e840;border-color:#2a4a8099;color:#0d1b3a}.app-editor .caseta-tipo-servicio{background:#fff9;border-color:#b91c1c;color:#b91c1c}.app-editor .caseta-rect.selected,.app-editor .caseta-circulo.selected{cursor:move}.caseta-handle{position:absolute;width:12px;height:12px;background:#fff;border:2px solid #b45309;border-radius:50%;box-shadow:0 1px 3px #0006;cursor:nwse-resize;z-index:30;touch-action:none}.caseta-handle-nw{top:-6px;left:-6px;cursor:nwse-resize}.caseta-handle-ne{top:-6px;right:-6px;cursor:nesw-resize}.caseta-handle-sw{bottom:-6px;left:-6px;cursor:nesw-resize}.caseta-handle-se{bottom:-6px;right:-6px;cursor:nwse-resize}.caseta-handle-e{top:50%;right:-6px;transform:translateY(-50%);cursor:ew-resize}.panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1100;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.caseta-sheet{position:fixed;left:0;right:0;bottom:0;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 -8px 32px #0003;z-index:1101;overflow:hidden;transition:max-height .32s ease-out;animation:slideUp .25s ease-out}.caseta-sheet.collapsed{max-height:72px}.caseta-sheet.expanded{max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle-bar{width:100%;display:flex;align-items:center;gap:10px;padding:14px 14px 12px;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;position:relative;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.sheet-grip{position:absolute;top:6px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:2px;background:#d1d5db}.sheet-handle-content{flex:1;display:flex;align-items:center;gap:10px;min-width:0;padding-top:6px}.sheet-numero{background:var(--color-primary);color:#fff;font-weight:700;font-size:13px;padding:3px 10px;border-radius:10px;flex-shrink:0}.sheet-nombre{font-weight:700;font-size:16px;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.sheet-chevron{font-size:18px;color:var(--color-text-muted);padding:0 4px;margin-top:6px}.sheet-body{border-top:1px solid var(--color-border);position:relative;animation:fadeIn .2s}.panel-top-actions{position:absolute;top:8px;right:8px;display:flex;gap:8px;z-index:2}.panel-icon-btn{width:36px;height:36px;border-radius:50%;background:#fffffff2;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;color:var(--color-text);cursor:pointer;transition:background .15s,transform .1s;padding:0}.panel-icon-btn:hover{background:#fff}.panel-icon-btn:active{transform:scale(.94)}.panel-close{font-size:24px;line-height:1}.panel-share-btn{color:var(--color-primary)}.panel-share-toast{position:absolute;left:50%;bottom:16px;transform:translate(-50%);background:#111827eb;color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;box-shadow:0 4px 12px #00000040;z-index:5;pointer-events:none;animation:fadeIn .18s ease-out}.panel-photo{width:100%;height:180px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));overflow:hidden}.panel-photo img{width:100%;height:100%;object-fit:cover;display:block}.panel-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Georgia,serif;font-size:64px;font-weight:700;letter-spacing:2px;opacity:.8}.panel-body{padding:16px 20px 28px}.panel-header{display:flex;gap:8px;align-items:center;margin-bottom:8px}.panel-numero{background:var(--color-primary);color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:10px}.panel-tipo{font-size:12px;padding:3px 10px;border-radius:10px;text-transform:capitalize}.panel-nombre{margin:0 0 12px;font-size:22px;font-weight:700;color:var(--color-text);font-family:Georgia,serif}.panel-descripcion{margin:0 0 16px;color:var(--color-text);line-height:1.5;font-size:15px}.panel-field{display:flex;flex-direction:column;gap:2px;padding:10px 0;border-top:1px solid var(--color-border)}.panel-field-label{font-size:11px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.panel-field-value{font-size:15px;color:var(--color-text)}.panel-notice{margin-top:12px;padding:10px 12px;background:#fef3c7;border-left:3px solid #f59e0b;color:#78350f;font-size:13px;border-radius:4px}.btn{flex:1;border:none;padding:12px 16px;border-radius:var(--radius-md);font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.tipo-tradicional{background:#fef3c7;color:#854d0e}.tipo-no_tradicional{background:#f3e8ff;color:#6b21a8}.tipo-municipal{background:#dbeafe;color:#1e40af}.tipo-servicio{background:#fee2e2;color:#991b1b}.tipo-no_tradicional{text-transform:none}.acceso-publica{background:#dcfce7;color:#166534}.acceso-privada{background:#fce7f3;color:#9d174d}.acceso-servicios_publicos{background:#e0e7ff;color:#3730a3}.editor-panel{position:fixed;right:0;top:112px;bottom:0;width:340px;background:#fff;border-left:2px solid #f59e0b;box-shadow:-4px 0 16px #00000026;display:flex;flex-direction:column;z-index:1200;font-size:13px}.editor-header{background:#f59e0b;color:#1c0f00;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.5px;flex-shrink:0}.editor-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.editor-list-toggle{display:block;width:100%;padding:10px 14px;background:#f9fafb;border:none;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;text-align:left;font-size:13px;font-weight:600;color:#374151;cursor:pointer}.editor-list-toggle:hover{background:#f3f4f6}.editor-progress{font-weight:600}.editor-sync{padding:6px 14px;font-size:12px;font-weight:600;border-bottom:1px solid #e5e7eb;text-align:center;letter-spacing:.3px}.editor-sync.sync-loading{background:#f3f4f6;color:#4b5563}.editor-sync.sync-ready{background:#dcfce7;color:#166534}.editor-sync.sync-saving{background:#dbeafe;color:#1e40af}.editor-sync.sync-error{background:#fee2e2;color:#991b1b}.editor-sync.sync-offline{background:#fef3c7;color:#92400e}.editor-sync{flex-shrink:0}.editor-current{padding:12px 34px 12px 14px;background:#fef3c7;border-bottom:1px solid #fcd34d;position:relative}.editor-close{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:#b453091f;border:none;color:#78350f;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-family:inherit;transition:background .15s}.editor-close:hover{background:#b4530940;color:#3a1506}.editor-current-label{font-size:11px;color:#78350f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.editor-current-name{display:flex;gap:8px;align-items:center;font-weight:600;color:#1c0f00}.editor-current-num{background:#b45309;color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700}.editor-current-empty{color:#78350f;font-style:italic}.editor-tip{margin-top:6px;font-size:12px;color:#78350f}.editor-tip-ok{color:#166534}.editor-tip-locked{color:#1e40af;font-weight:600}.editor-last{margin-top:6px;font-size:12px;color:#166534}.caseta-form{padding:10px 14px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e5e7eb;background:#fafaf9}.form-row{display:flex;gap:8px;align-items:flex-end}.form-field{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.form-field>span{font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:#6b7280;font-weight:600}.form-field input,.form-field select,.form-field textarea{padding:6px 8px;border:1px solid #d1d5db;border-radius:5px;font-size:13px;font-family:inherit;outline:none;background:#fff;width:100%;box-sizing:border-box}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.form-field textarea{resize:vertical;min-height:48px;font-family:inherit}.form-field-sm{flex:0 0 72px}.editor-row-actions{padding:8px 14px;border-bottom:1px solid #e5e7eb}.editor-row-actions .btn-secondary{width:100%;padding:6px 10px;font-size:12px;background:#f3f4f6;color:#111827;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-family:inherit}.editor-row-actions .btn-secondary:hover{background:#e5e7eb}.editor-row-actions .btn-lock,.editor-row-actions .btn-unlock{width:100%;padding:10px 12px;font-size:13px;font-weight:700;border:none;border-radius:6px;cursor:pointer;font-family:inherit;transition:background .15s}.editor-row-actions .btn-lock{background:#16a34a;color:#fff}.editor-row-actions .btn-lock:hover{background:#15803d}.editor-row-actions .btn-unlock{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.editor-row-actions .btn-unlock:hover{background:#fde68a}.caseta-lock-badge{position:absolute;top:-8px;right:-8px;font-size:11px;line-height:1;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.6))}.editor-note{padding:8px 14px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:11px;color:#6b7280;line-height:1.4}.editor-note code{background:#e5e7eb;padding:1px 4px;border-radius:3px;font-size:11px}.editor-controls{padding:10px 14px;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px}.editor-filter{width:100%;padding:6px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:6px;outline:none;font-family:inherit}.editor-filter:focus{border-color:#f59e0b}.editor-check{display:flex;align-items:center;gap:6px;font-size:12px;color:#4b5563;cursor:pointer}.editor-list{list-style:none;padding:0;margin:0;border-bottom:1px solid #e5e7eb}.editor-item{width:100%;padding:8px 14px;background:#fff;border:none;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:8px;cursor:pointer;text-align:left;font-family:inherit;font-size:13px;color:#111827;transition:background .15s}.editor-item:hover{background:#fef3c7}.editor-item.active{background:#f59e0b;color:#fff}.editor-item.active .editor-item-num{background:#fff;color:#b45309}.editor-item.done{opacity:.55}.editor-item-num{background:#6b7280;color:#fff;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:700;min-width:32px;text-align:center;flex-shrink:0}.editor-item-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-item-check{color:#16a34a;font-weight:700}.editor-empty{padding:16px;color:#6b7280;font-style:italic;text-align:center}.editor-actions{padding:10px 14px;display:flex;flex-wrap:wrap;gap:6px;background:#f9fafb;border-top:1px solid #e5e7eb;flex-shrink:0}.editor-actions .btn{flex:1;padding:8px 10px;font-size:12px;font-weight:600;border-radius:6px;border:none;cursor:pointer;font-family:inherit;transition:background .15s}.editor-actions .btn-primary{background:#16a34a;color:#fff}.editor-actions .btn-primary:hover{background:#15803d}.editor-actions .btn-secondary{background:#e5e7eb;color:#111827}.editor-actions .btn-secondary:hover{background:#d1d5db}.editor-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.editor-actions .btn-danger{background:transparent;color:#b91c1c;border:1px solid #fecaca}.editor-actions .btn-danger:hover{background:#fee2e2}@media (min-width: 768px){.app-editor .app-map{margin-right:340px}}.editor-panel--mobile-sheet{top:auto;left:0;right:0;width:auto;border-left:none;border-top:2px solid #f59e0b;border-radius:14px 14px 0 0;box-shadow:0 -4px 20px #0000002e;font-size:14px;display:flex;flex-direction:column;transition:max-height .28s ease,height .28s ease}.editor-panel--mobile-sheet.editor-panel--sheet-open{height:65vh;max-height:65vh}.editor-panel--mobile-sheet.editor-panel--sheet-collapsed{--editor-mobile-strip: 100px;height:var(--editor-mobile-strip);max-height:var(--editor-mobile-strip);overflow:hidden}.editor-mobile-handle{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;flex-shrink:0;background:linear-gradient(180deg,#fff8e6,#fef3c7);border-bottom:1px solid #fcd34d;cursor:pointer;position:relative;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.editor-panel--sheet-collapsed .editor-mobile-handle{border-bottom:none;flex:1;min-height:0;align-items:flex-start}.editor-mobile-grip{position:absolute;top:4px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:2px;background:#d1d5db;pointer-events:none}.editor-mobile-handle-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding-top:8px}.editor-panel--sheet-open .editor-mobile-handle .editor-mobile-handle-content{padding-top:6px}.editor-mobile-hint{font-size:12px;color:#78350f;line-height:1.3}.editor-mobile-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;color:#1c0f00}.editor-mobile-stats-brief{font-size:12px;color:#78350f;font-weight:600;white-space:nowrap}.editor-mobile-caseta-line{display:flex;align-items:center;gap:6px;min-width:0;font-size:13px;color:#1c0f00}.editor-mobile-caseta-line.muted{color:#78350f;font-style:italic;font-size:12px}.editor-mobile-caseta-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-mobile-chevron{font-size:20px;color:#b45309;flex-shrink:0;line-height:1;padding:0 2px 8px 0}@media (max-width: 767px){.app-editor .app-map{height:calc(100dvh - var(--header-height) - var(--search-height) - 65vh);min-height:100px;flex:none}.app-editor.app-editor-panel-collapsed .app-map{height:calc(100dvh - var(--header-height) - var(--search-height) - var( --editor-mobile-strip, 100px ));min-height:100px}.editor-current,.caseta-form,.editor-row-actions,.editor-controls{padding:12px 14px}.caseta-form input[type=text],.caseta-form input[type=search],.caseta-form select,.caseta-form textarea,.editor-filter{font-size:16px;padding:10px 12px}.tag-chip,.editor-item{min-height:40px}.editor-actions .btn{padding:12px 10px;font-size:14px}.editor-close{width:32px;height:32px;font-size:22px}}@media (min-width: 768px){.app-header{height:64px;padding:0 24px}.app-header h1{font-size:22px}.caseta-sheet{left:auto;right:20px;bottom:20px;width:400px;border-radius:var(--radius-lg)}.caseta-sheet.expanded{max-height:calc(100vh - 120px)}.panel-backdrop{display:none}}.calendar-fab{position:fixed;bottom:max(20px,env(safe-area-inset-bottom));right:18px;width:56px;height:56px;border-radius:50%;background:#b91c1c;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #00000047;z-index:60;transition:transform .15s,background .15s}.calendar-fab:hover{background:#991b1b}.calendar-fab:active{transform:scale(.96)}.calendar-fab-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;background:#fbbf24;color:#1f2937;border-radius:999px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000040;border:2px solid white}.app:has(.caseta-sheet.expanded) .calendar-fab{display:none}.panel-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px}.panel-tag{font-size:12px;padding:4px 10px;border-radius:999px;background:#f3e9d8;color:#5a3f17;font-weight:600;border:1px solid #e6d5b8}.panel-tag-musica{background:#fde7f3;color:#8b1d5d;border-color:#f8c8e0}.panel-tag-publico{background:#e0f2fe;color:#075985;border-color:#bae6fd}.panel-tag-ambiente{background:#ecfccb;color:#3f6212;border-color:#d9f99d}.panel-tag-comida{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.panel-section{margin:16px 0;padding-top:12px;border-top:1px solid #f3f4f6}.panel-section-title{margin:0 0 8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted)}.panel-menu-thumb{position:relative;width:100%;border:1px solid #e5e7eb;border-radius:var(--radius-md);overflow:hidden;background:#f9fafb;padding:0;cursor:zoom-in;display:block}.panel-menu-thumb img{display:block;width:100%;max-height:280px;object-fit:cover}.panel-menu-zoom{position:absolute;bottom:8px;right:8px;background:#0000008c;color:#fff;font-size:14px;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;cursor:zoom-out;animation:fadeIn .15s ease-out}.lightbox img{max-width:100%;max-height:100%;object-fit:contain;cursor:default;border-radius:4px;box-shadow:0 12px 40px #0009}.lightbox-close{position:fixed;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#fffffff2;border:none;font-size:28px;line-height:1;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001}.tags-editor{display:flex;flex-direction:column;gap:10px;padding:12px 0 8px;border-top:1px solid #e5e7eb;margin-top:4px}.tags-group-label{font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:#6b7280;font-weight:600;display:block;margin-bottom:5px}.tags-group-options{display:flex;flex-wrap:wrap;gap:6px}.tag-chip{background:#fff;border:1px solid #d1d5db;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;color:#374151;cursor:pointer;transition:background .12s,color .12s,border-color .12s;font-family:inherit}.tag-chip:hover{background:#fef3c7;border-color:#fde68a}.tag-chip.selected{background:#f59e0b;border-color:#b45309;color:#fff}.tag-chip-acceso--publica.selected{background:#16a34a;border-color:#15803d;color:#fff}.tag-chip-acceso--privada.selected{background:#b91c1c;border-color:#7f1d1d;color:#fff}.tag-chip-acceso--servicios.selected{background:#4f46e5;border-color:#3730a3;color:#fff}.form-shape{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.form-shape.is-locked{opacity:.55;pointer-events:none;filter:grayscale(.4)}.form-locked-note{margin:4px 14px 0;padding:8px 10px;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;font-size:12px;color:#78350f;line-height:1.35}.foto-uploader{display:flex;flex-direction:column;gap:6px;padding-top:8px}.foto-uploader-label{font-size:11px;text-transform:uppercase;letter-spacing:.3px;color:#6b7280;font-weight:600}.foto-uploader-empty{width:100%;padding:22px 12px;background:#fafaf9;border:2px dashed #d1d5db;border-radius:var(--radius-md);font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.foto-uploader-empty:hover{background:#fef3c7;border-color:#f59e0b;color:#92400e}.foto-uploader-empty:disabled{opacity:.6;cursor:not-allowed}.foto-uploader-preview{display:flex;flex-direction:column;gap:6px;border:1px solid #e5e7eb;border-radius:var(--radius-md);padding:6px;background:#fff}.foto-uploader-preview img{display:block;width:100%;max-height:160px;object-fit:cover;border-radius:4px}.foto-uploader-actions{display:flex;gap:6px}.foto-uploader-actions .btn{flex:1;font-size:12px;padding:6px}.foto-uploader-error{font-size:11px;color:#b91c1c;background:#fee2e2;padding:6px 8px;border-radius:4px}.calendar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1500;animation:fadeIn .18s ease-out}.calendar-sheet{position:fixed;top:0;right:0;bottom:0;left:0;background:#fafaf7;z-index:1501;display:flex;flex-direction:column;animation:slideUp .22s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.calendar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 3px #0000000a;padding-top:max(14px,env(safe-area-inset-top))}.calendar-header h2{margin:0 0 2px;font-size:18px;font-weight:700;color:#1f2937}.calendar-subtitle{margin:0;font-size:12px;color:#6b7280}.calendar-close{width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:none;color:#1f2937;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.calendar-close:hover{background:#e5e7eb}.calendar-scroll{flex:1;overflow-y:auto;padding:12px 14px max(80px,env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.calendar-empty{text-align:center;padding:60px 20px;color:#4b5563}.calendar-empty p{margin:4px 0}.calendar-empty .muted{font-size:13px;color:#9ca3af}.calendar-day{margin-bottom:18px}.calendar-day-header{position:sticky;top:-12px;z-index:1;background:#fafaf7;font-size:13px;font-weight:700;text-transform:capitalize;color:#4b5563;padding:8px 4px;border-bottom:1px solid #e5e7eb;margin-bottom:8px}.calendar-day-header.is-today{color:#b91c1c}.calendar-day-list{display:flex;flex-direction:column;gap:8px}.calendar-now{display:flex;align-items:center;gap:8px;padding:6px 0}.calendar-now-line{flex:1;height:2px;background:#b91c1c;border-radius:2px}.calendar-now-label{font-size:11px;font-weight:700;color:#b91c1c;background:#fee2e2;padding:2px 8px;border-radius:999px;letter-spacing:.5px}.calendar-item-wrap{display:contents}.calendar-item{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:10px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;text-align:left;cursor:pointer;font-family:inherit;transition:transform .1s,border-color .15s,box-shadow .15s}.calendar-item:hover{border-color:#fcd34d;box-shadow:0 2px 6px #0000000f}.calendar-item:active{transform:scale(.99)}.calendar-item.is-past{opacity:.55;background:#f9fafb}.calendar-item.is-live{border-color:#16a34a;box-shadow:0 0 0 2px #16a34a26}.calendar-item-time{display:flex;flex-direction:column;align-items:flex-start}.calendar-item-time strong{font-size:16px;color:#111827;line-height:1.1}.calendar-item-time .muted{font-size:11px;color:#9ca3af}.calendar-item-body{min-width:0}.calendar-item-title{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-item-caseta{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;margin-top:2px}.calendar-item-num{background:#b91c1c;color:#fff;font-weight:700;font-size:11px;padding:1px 6px;border-radius:4px}.calendar-item-status{display:flex;align-items:center}.badge{font-size:10px;font-weight:700;text-transform:uppercase;padding:3px 7px;border-radius:999px;letter-spacing:.3px}.badge-past{background:#e5e7eb;color:#6b7280}.badge-live{background:#16a34a;color:#fff;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.event-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1600;animation:fadeIn .18s ease-out}.event-modal{position:fixed;z-index:1601;background:#fff;border-radius:14px;max-width:460px;width:calc(100vw - 28px);max-height:calc(100vh - 80px);overflow-y:auto;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 50px #00000059;animation:slideUp .2s ease-out}.event-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#fffffff2;border:none;font-size:24px;line-height:1;color:#111;cursor:pointer;z-index:2;box-shadow:0 2px 6px #0000002e}.event-cartel{display:block;width:100%;border:none;padding:0;background:#f3f4f6;cursor:zoom-in}.event-cartel img{display:block;width:100%;max-height:320px;object-fit:cover}.event-body{padding:18px 18px 22px}.event-title{margin:0 0 12px;font-size:20px;color:#1f2937;line-height:1.25}.event-meta{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#374151;margin-bottom:14px}.event-meta-row{display:flex;gap:8px;align-items:baseline}.event-meta-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#9ca3af;min-width:56px}.event-description{margin:0 0 16px;font-size:14px;line-height:1.5;color:#374151;white-space:pre-wrap}.event-cta{width:100%;background:#b91c1c;color:#fff;border:none;padding:12px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit}.event-cta:hover{background:#991b1b}.panel-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin:4px 0 14px}.panel-tab{flex:1;background:transparent;border:none;padding:10px 8px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;font-family:inherit;position:relative;transition:color .15s;display:flex;align-items:center;justify-content:center;gap:6px}.panel-tab.is-active{color:#b91c1c}.panel-tab.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#b91c1c}.panel-tab-count{background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px;min-width:20px;text-align:center}.panel-tab.is-active .panel-tab-count{background:#b91c1c;color:#fff}.panel-actuaciones-empty{padding:22px 10px;text-align:center;color:#6b7280;font-size:13px}.panel-actuaciones{display:flex;flex-direction:column;gap:8px}.panel-actuacion{border:1px solid #e5e7eb;border-radius:10px;background:#fff;overflow:hidden}.panel-actuacion.is-past{opacity:.6;background:#fafafa}.panel-actuacion.is-live{border-color:#16a34a}.panel-actuacion-head{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:10px;width:100%;background:transparent;border:none;padding:10px 12px;text-align:left;cursor:pointer;font-family:inherit}.panel-actuacion-time{display:flex;flex-direction:column}.panel-actuacion-time strong{font-size:15px;color:#111827;line-height:1.1}.panel-actuacion-time .muted{font-size:11px;color:#9ca3af;text-transform:capitalize}.panel-actuacion-title{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-actuacion-status{display:flex;align-items:center;gap:6px}.panel-actuacion-chev{color:#9ca3af;font-size:14px}.panel-actuacion-body{padding:0 12px 14px;display:flex;flex-direction:column;gap:10px;border-top:1px dashed #e5e7eb}.panel-actuacion-cartel{display:block;width:100%;background:#f3f4f6;border:none;padding:0;border-radius:8px;overflow:hidden;cursor:zoom-in}.panel-actuacion-cartel img{display:block;width:100%;max-height:220px;object-fit:cover}.panel-actuacion-meta{font-size:13px;color:#4b5563;text-transform:capitalize}.panel-actuacion-desc{margin:0;font-size:14px;line-height:1.5;color:#374151;white-space:pre-wrap}.actuaciones-editor{border-top:1px solid #e5e7eb;padding:12px 0 8px;display:flex;flex-direction:column;gap:10px}.actuaciones-editor-head{display:flex;justify-content:space-between;align-items:center}.actuaciones-empty{font-size:12px;color:#9ca3af;font-style:italic}.actuaciones-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.actuaciones-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:6px}.actuaciones-item.is-past{opacity:.65}.actuaciones-item-info{display:flex;flex-direction:column;gap:2px}.actuaciones-item-time{font-size:11px;color:#6b7280;text-transform:capitalize}.actuaciones-item-title{font-size:13px;font-weight:600;color:#1f2937}.actuaciones-item-actions{display:flex;gap:6px}.actuaciones-item-actions .btn{flex:1}.btn-small{font-size:11px!important;padding:5px 8px!important}.btn-danger{background:#fee2e2!important;color:#991b1b!important;border-color:#fecaca!important}.actuaciones-item.is-editing{background:#fffbeb;border-color:#fcd34d}.actuacion-form{display:flex;flex-direction:column;gap:8px}.actuacion-form-actions{display:flex;gap:6px;justify-content:flex-end;margin-top:4px}.actuacion-form-actions .btn{flex:1}@media (max-width: 767px){.calendar-fab{bottom:max(20px,calc(env(safe-area-inset-bottom) + 8px))}.app:has(.caseta-sheet.collapsed) .calendar-fab{bottom:96px}.app-editor:not(.app-editor-panel-collapsed) .calendar-fab{display:none}}
