*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#111;background:#f5f4f0;min-height:100vh;font-family:DM Sans,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:99px}input[type=checkbox]{cursor:pointer;accent-color:#111;width:15px;height:15px}.hub-page{min-height:100vh;position:relative}.app-header{background:#111;justify-content:center;align-items:center;gap:16px;padding:32px 16px;display:flex}.app-header-logo{height:var(--header-logo-height,72px);object-fit:contain;width:auto;max-width:min(640px,90vw)}.app-header-edit-actions{align-items:center;gap:8px;display:flex}.btn-icon-round-dark{background:color-mix(in srgb, var(--header-text,#fff) 12%, transparent);width:40px;height:40px;color:var(--header-text,#fff);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:background .15s;display:flex}.btn-icon-round-dark:hover{background:color-mix(in srgb, var(--header-text,#fff) 22%, transparent)}.hub-page-content{flex-direction:column;align-items:center;gap:24px;padding:40px 20px;display:flex}.hub-page-error{width:100%;max-width:900px}.hub-page-body{grid-template-columns:1fr 1fr;grid-template-areas:"left right""main main";align-items:start;gap:24px;width:100%;display:grid}.hub-container{grid-area:main}.hub-side-panel-left{grid-area:left}.hub-side-panel-right{grid-area:right}@media (width>=1500px){.hub-page-body{grid-template-columns:minmax(220px,1fr) minmax(0,900px) minmax(220px,1fr);grid-template-areas:"left main right"}.hub-side-panel-left{justify-self:end;max-width:320px}.hub-side-panel-right{justify-self:start;max-width:320px}}@media (width<=768px){.hub-page-body{grid-template-columns:1fr;grid-template-areas:"left""right""main"}}.hub-container,.hub-side-panel{background:#fff;border-radius:12px;width:100%;max-width:900px;padding:48px 40px;box-shadow:0 4px 20px #00000014}.hub-side-panel{padding:32px}.hub-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px;display:grid}.hub-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:16px;padding:28px;transition:all .2s;display:flex;position:relative}.hub-card:hover{border-color:#111;transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.hub-card.inactive{opacity:.5}.hub-card-editbar{z-index:1;align-items:center;gap:4px;display:flex;position:absolute;top:12px;right:12px}.hub-card-drag-handle{cursor:grab;color:#9ca3af;padding:4px 2px;font-size:16px;line-height:1}.hub-card[draggable=true]{cursor:grab}.hub-card.dragging{opacity:.4}.hub-card.drag-over{border-color:#111;box-shadow:0 0 0 2px #11111126}.hub-card-editing{border-style:dashed;border-color:#d1d5db}.hub-card-editing:hover{box-shadow:none;transform:none}.emoji-picker{flex-shrink:0;position:relative}.emoji-picker-trigger{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.emoji-picker-trigger:hover{border-color:#111}.emoji-picker-popover{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:10px;width:320px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 32px #0000002e}.emoji-picker-search{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:8px 12px;font-family:DM Sans,sans-serif;font-size:13px}.emoji-picker-search:focus{border-color:#111;outline:none;box-shadow:0 0 0 3px #11111114}.emoji-picker-tabs{border-bottom:1px solid #f0f1f3;gap:2px;padding-bottom:8px;display:flex}.emoji-picker-tab{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;flex:1;padding:6px 0;font-size:16px;transition:background .15s}.emoji-picker-tab:hover{background:#f5f4f0}.emoji-picker-tab.active{background:#111}.emoji-picker-grid{grid-template-columns:repeat(7,1fr);align-content:start;gap:2px;height:220px;display:grid;overflow-y:auto}.emoji-picker-option{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 0;font-size:19px;line-height:1}.emoji-picker-option:hover{background:#f5f4f0}.emoji-picker-message{text-align:center;color:#9ca3af;grid-column:1/-1;padding:24px 0;font-size:13px}.hub-card-add{color:#9ca3af;cursor:pointer;background:0 0;border:1px dashed #d1d5db;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;transition:all .15s;display:flex}.hub-card-add:hover{color:#111;border-color:#111}.hub-card-add-icon{font-size:28px;line-height:1}.hub-card-icon{background:#f5f4f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;font-size:26px;display:flex}.hub-card-icon.has-logo{background:0 0;justify-content:flex-start;width:auto;max-width:100%;height:72px}.hub-card-logo{object-fit:contain;width:auto;max-width:100%;height:100%}.hub-card h2{color:#111;margin:0;font-family:Syne,sans-serif;font-size:20px;font-weight:700}.hub-card p{color:#6b7280;flex-grow:1;margin:0;font-size:14px;line-height:1.5}.hub-card-actions{margin-top:auto}.hub-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 24px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.hub-btn:hover{background:#000;transform:translateY(-1px)}.hub-btn:active{transform:translateY(0)}.hub-footer{text-align:center;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:24px;font-size:13px}@media (width<=768px){.hub-container{padding:32px 24px}.hub-grid{grid-template-columns:1fr;gap:16px}.hub-card{padding:24px}}@media (width<=480px){.hub-container{padding:24px 20px}.app-header-logo{max-height:90px}}.config-fab{cursor:pointer;color:#fff;z-index:40;background:#111;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:background .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #0000002e}.config-fab:hover{background:#2a2a2a}.config-fab-logout{width:40px;height:40px;font-size:15px;bottom:78px}.modal-overlay{z-index:50;background:#11111180;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000038}.modal-box-header{background:#fff;border-bottom:1px solid #f0f1f3;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.modal-box-title{font-family:Syne,sans-serif;font-size:17px;font-weight:700}.modal-box-close{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:8px;padding:6px 10px;font-size:14px}.modal-box-body{flex-direction:column;gap:16px;padding:22px;display:flex}.field-label{color:#374151;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.field-input{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:10px 12px;font-family:DM Sans,sans-serif;font-size:14px}.field-input:focus{border-color:#111;outline:none;box-shadow:0 0 0 3px #11111114}textarea.field-input{resize:vertical;min-height:70px}.form-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600}.btn-primary{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex}.btn-primary:disabled{opacity:.6;cursor:wait}.btn-secondary{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;display:inline-flex}.btn-primary.small,.btn-secondary.small{padding:7px 12px;font-size:12px}.btn-danger{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600;transition:background .15s}.btn-danger:hover{background:#fef2f2}.btn-icon{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:6px;padding:6px 8px;font-size:13px}.hub-users-title{margin-bottom:12px;font-family:Syne,sans-serif;font-size:15px}.hub-appearance-row{flex-wrap:wrap;gap:20px;display:flex}.hub-modulos-header{text-align:center;margin-bottom:24px}.hub-modulos-title{color:#111;letter-spacing:-.3px;margin-bottom:14px;font-family:Syne,sans-serif;font-size:30px;font-weight:800;display:inline-block}.hub-modulos-divider{background:#e5e7eb;height:1px}.hub-inline-editable{cursor:text;border-radius:6px;margin:-2px -6px;padding:2px 6px}.hub-inline-editable:hover{background:#f5f4f0}.hub-inline-edit-input{font:inherit;color:inherit;background:#fff;border:1px dashed #9ca3af;border-radius:6px;width:auto;max-width:100%;padding:2px 6px}.hub-inline-edit-input:focus{border-color:#111;outline:none}.hub-seccion-add{color:#6b7280;cursor:pointer;background:0 0;border:1px dashed #d1d5db;border-radius:999px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.hub-seccion-add:hover{color:#111;border-color:#111}.hub-seccion-group{margin-bottom:8px}.hub-seccion-heading{border-radius:8px;align-items:center;gap:10px;margin:28px 0 16px;padding:6px;display:flex}.hub-seccion-group:first-child .hub-seccion-heading{margin-top:0}.hub-seccion-heading.drag-over{background:#f5f4f0;box-shadow:inset 0 0 0 2px #111}.hub-seccion-heading-icon-upload{cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.hub-seccion-heading-icon{object-fit:cover;border-radius:6px;width:28px;height:28px}.hub-seccion-heading-icon-placeholder{background:#f5f4f0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.hub-seccion-heading-title{color:#111;font-family:Syne,sans-serif;font-size:16px;font-weight:700}.hub-seccion-heading-actions{align-items:center;gap:4px;margin-left:auto;display:flex}.hub-card-title-emoji{margin-left:6px}.color-swatch{cursor:pointer;background:#fafaf8;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex;position:relative}.color-swatch-preview{border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;width:28px;height:28px}.color-swatch-code{color:#374151;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600}.color-swatch-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.admin-row{border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.admin-row-info{flex:1;min-width:0}.admin-row-title{font-size:13px;font-weight:700}.admin-row-sub{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}
