:root{--bg: #000000;--bg-2: #0a0a0a;--bg-3: #121216;--surface: #1a1a1a;--surface-2: #222226;--surface-3: #2a2a30;--border: #262626;--border-strong: #333333;--text: #ffffff;--text-2: #b8b8bd;--text-3: #86868b;--text-muted: #5a5a60;--accent: #6c5ce7;--accent-light: #8b7aed;--accent-dark: #5a4bd6;--accent-glow: rgba(108, 92, 231, .4);--danger: #ff4444;--danger-soft: rgba(255, 68, 68, .14);--success: #4caf50;--success-soft: rgba(76, 175, 80, .14);--warning: #ffa726;--warning-soft: rgba(255, 167, 38, .14);--edit: #ffa726;--del: #ef5350;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sidebar-w: 244px;--radius: 14px;--radius-sm: 9px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--accent-light);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit}.bg-circles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.bg-circles span{position:absolute;border-radius:50%;filter:blur(75px)}.bg-circles span:nth-child(1){top:-160px;right:-120px;width:420px;height:420px;background:#8b7aed14}.bg-circles span:nth-child(2){bottom:-180px;left:-150px;width:380px;height:380px;background:#6c5ce70f}.login{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login__card{width:100%;max-width:380px;background:#1a1a1ab8;backdrop-filter:blur(20px);border:1px solid var(--border-strong);border-radius:20px;padding:40px 32px;text-align:center}.login__logo{width:78px;margin:0 auto 16px;display:block;filter:drop-shadow(0 6px 26px var(--accent-glow))}.login__title{font-size:20px;font-weight:700;letter-spacing:.04em}.login__sub{font-size:13px;color:var(--text-3);margin:6px 0 26px}.login__form{display:flex;flex-direction:column;gap:14px;text-align:left}.campo{display:flex;flex-direction:column;gap:6px}.campo__label{font-size:11px;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;display:flex;justify-content:space-between;align-items:baseline}.campo__count{color:var(--text-muted);font-size:10px;letter-spacing:0}.campo__count.is-max{color:var(--warning)}.campo__wrap{position:relative}.campo input,.campo textarea,.campo select{width:100%;padding:12px 40px 12px 14px;background:var(--bg-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);font-size:15px;outline:none;transition:border-color .15s ease}.campo textarea{min-height:96px;resize:vertical}.campo input:focus,.campo textarea:focus,.campo select:focus{border-color:var(--accent)}.campo input::placeholder,.campo textarea::placeholder{color:var(--text-muted)}.campo__btn{position:absolute;right:8px;top:9px;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-3);transition:color .15s ease,background .15s ease}.campo__btn:hover{color:var(--text);background:var(--surface-3)}.campo__btn svg{width:15px;height:15px;fill:currentColor}.campo__err{font-size:12px;color:#ff8a8a}.campo--textarea .campo__btn{top:9px}.btn{display:inline-flex;align-items:center;gap:8px;justify-content:center;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:600;transition:transform .15s ease,background .15s ease,opacity .15s ease,border-color .15s ease}.btn svg{width:16px;height:16px;fill:currentColor}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px var(--accent-glow)}.btn--primary:hover{background:var(--accent-light);transform:translateY(-1px)}.btn--ghost{border:1px solid var(--border-strong);color:var(--text)}.btn--ghost:hover{border-color:var(--accent)}.btn--danger{background:var(--danger-soft);color:#ff8a8a;border:1px solid rgba(255,68,68,.3)}.btn--danger:hover{background:#ff444438}.btn--sm{padding:7px 14px;font-size:13px}.btn:disabled{opacity:.5;pointer-events:none}.shell{position:relative;z-index:1;display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:#0a0a0cd9;backdrop-filter:blur(16px);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 0;position:sticky;top:0;height:100vh}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:0 20px 20px}.sidebar__brand img{width:30px}.sidebar__brand b{font-size:15px;letter-spacing:.03em}.sidebar__brand span{font-size:10px;color:var(--text-3);display:block;letter-spacing:.06em}.sidebar__nav{flex:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.sidebar__group{font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;padding:14px 12px 6px}.sidebar__link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;font-size:14px;color:var(--text-2);transition:background .12s ease,color .12s ease}.sidebar__link:hover{background:var(--surface-2);color:var(--text)}.sidebar__link.is-active{background:#6c5ce729;color:var(--accent-light);font-weight:600}.sidebar__link svg{width:17px;height:17px;fill:currentColor;flex-shrink:0}.sidebar__foot{padding:12px 16px 0;border-top:1px solid var(--border);margin:8px 12px 0}.sidebar__user{display:flex;align-items:center;gap:10px;padding:8px 4px}.sidebar__avatar{width:30px;height:30px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;background-size:cover;background-position:center}.sidebar__user b{font-size:13px;display:block}.sidebar__user span{font-size:11px;color:var(--text-3)}.sidebar__logout{font-size:12px;color:var(--text-3);padding:8px 4px}.sidebar__logout:hover{color:#ff8a8a}.main{flex:1;min-width:0;padding:32px 40px 60px}.shell__menu{display:none;margin-bottom:16px}.page__head{margin-bottom:28px}.page__title{font-size:30px;font-weight:800;letter-spacing:-.02em}.page__sub{color:var(--text-3);font-size:14px;margin-top:4px}.page__actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;margin-bottom:18px}.card__title{font-size:16px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:8px}.card__hint{font-size:12px;color:var(--text-3);margin-bottom:16px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:720px){.grid-2,.grid-3{grid-template-columns:1fr}}.tabla{width:100%;border-collapse:collapse}.tabla th,.tabla td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);font-size:14px}.tabla th{color:var(--text-3);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.tabla tr:hover td{background:var(--surface-2)}.tabla__wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.icon-btn{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease}.icon-btn:hover{background:var(--surface-3)}.icon-btn svg{width:16px;height:16px;fill:currentColor}.icon-btn--edit{color:var(--edit)}.icon-btn--del{color:var(--del)}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}.chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border-strong);font-size:12px}.editbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffa7261f;border:1px solid rgba(255,167,38,.35);border-radius:999px;padding:8px 8px 8px 18px;margin-bottom:20px}.editbar__label{font-size:13px;font-weight:600;color:var(--warning);display:flex;align-items:center;gap:8px}.editbar__label svg{width:15px;height:15px;fill:currentColor}.modal-bg{position:fixed;inset:0;z-index:100;background:#000000b8;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px}.modal{width:100%;max-width:520px;max-height:88vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:18px;padding:28px}.modal__head{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.modal__title{font-size:18px;font-weight:700}.modal__x{width:30px;height:30px;border-radius:8px;color:var(--text-3);display:flex;align-items:center;justify-content:center}.modal__x:hover{background:var(--surface-3);color:var(--text)}.modal__x svg{width:16px;height:16px;fill:currentColor}.modal__foot{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.toasts{position:fixed;bottom:24px;right:24px;z-index:200;display:flex;flex-direction:column;gap:10px}.toast{padding:13px 18px;border-radius:12px;font-size:14px;font-weight:500;border:1px solid var(--border-strong);background:var(--surface);box-shadow:0 12px 40px #00000080;animation:toast-in .2s ease}.toast.ok{border-color:#4caf5066;color:#7ddb80}.toast.err{border-color:#f446;color:#ff8a8a}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.imgpick{display:flex;align-items:center;gap:14px;padding:12px;background:var(--bg-2);border:1px dashed var(--border-strong);border-radius:var(--radius-sm)}.imgpick__preview{width:88px;height:60px;border-radius:8px;object-fit:cover;background:var(--surface-3);display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0}.imgpick__actions{display:flex;flex-direction:column;gap:6px}.loading{display:flex;align-items:center;justify-content:center;min-height:40vh;color:var(--text-3)}.empty{text-align:center;padding:60px 20px;color:var(--text-muted)}.spinner{width:22px;height:22px;border:2px solid var(--surface-3);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:860px){.sidebar{position:fixed;z-index:50;transform:translate(-100%);transition:transform .2s ease}.sidebar.is-open{transform:none}.main{padding:24px 18px 50px}.grid-2{grid-template-columns:1fr}.shell__menu{display:inline-flex}}
