@font-face{font-family:Inter;src:url(/biotools/assets/fonts/inter-latin.woff2)format("woff2");font-style:normal;font-weight:300 700;font-display:swap}:root{--bg-primary:#f1f5f9;--bg-secondary:#fff;--bg-tertiary:#e2e8f0;--bg-card:#ffffffd9;--bg-card-hover:#fffffff2;--bg-input:#f1f5f9e6;--bg-overlay:#0f172a66;--surface-border:#0f172a14;--surface-border-hover:#0f172a26;--surface-highlight:#0f172a08;--surface-frozen:#fdfefe;--accent-violet:#9b3d8e;--accent-magenta:#8e2f83;--accent-blue:#2563eb;--accent-teal:#0d9488;--accent-sky:#0284c7;--gradient-primary:linear-gradient(135deg, #9b3d8e 0%, #a84d9b 50%, #c47fb6 100%);--gradient-subtle:linear-gradient(135deg, #9b3d8e14 0%, #a84d9b0d 50%, #c47fb608 100%);--gradient-glow:linear-gradient(135deg, #9b3d8e26 0%, #a84d9b1a 100%);--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-accent:#9b3d8e;--text-on-accent:#fff;--success:#059669;--success-bg:#05966914;--warning:#d97706;--warning-bg:#d9770614;--danger:#dc2626;--danger-bg:#dc262614;--info:#2563eb;--info-bg:#2563eb14;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Consolas", monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 8px 30px #0f172a1f;--shadow-glow:0 4px 20px #9b3d8e1a;--shadow-glow-magenta:0 4px 20px #9b3d8e1a;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--sidebar-width:260px;--sidebar-collapsed:72px;--header-height:64px;--content-max-width:1400px}html[data-theme=dark]{--bg-primary:#0b1120;--bg-secondary:#111827;--bg-tertiary:#1f2937;--bg-card:#1e293bd9;--bg-card-hover:#1e293bf2;--bg-input:#1e293be6;--bg-overlay:#0009;--surface-border:#94a3b824;--surface-border-hover:#94a3b847;--surface-highlight:#94a3b80f;--surface-frozen:#1b2537;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-on-accent:#fff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-compact=true]{--space-md:12px;--space-lg:18px;--space-xl:24px;--space-2xl:36px;--space-3xl:48px;--text-base:.875rem;--text-lg:1.0625rem;--text-xl:1.1875rem;--text-2xl:1.375rem;--text-3xl:1.625rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-behavior:smooth;height:100%}body{min-height:100%;font-family:var(--font-sans);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#9b3d8e08 0%,#0000 60%);width:80%;height:80%;position:fixed;top:-30%;left:-20%}body:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#a84d9b05 0%,#0000 60%);width:70%;height:70%;position:fixed;bottom:-30%;right:-20%}a{color:var(--text-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:#7c2f72}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#0f172a1f}::-webkit-scrollbar-thumb:hover{background:#0f172a33}::selection{color:var(--text-primary);background:#9b3d8e26}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px)saturate(120%);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--surface-border-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-sans);font-size:var(--text-sm);letter-spacing:.01em;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;padding:10px 20px;font-weight:600;line-height:1;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(135deg,#ffffff26,#0000);position:absolute;inset:0}.btn:hover:after{opacity:1}.btn:active{transform:scale(.97)}.btn-primary{background:var(--gradient-primary);color:var(--text-on-accent);box-shadow:0 2px 8px #9b3d8e40}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #9b3d8e4d}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--surface-border)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--surface-border-hover)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--surface-highlight);color:var(--text-primary)}.btn-danger{background:var(--danger);color:var(--text-on-accent)}.btn-danger:hover{background:#dc2626;box-shadow:0 4px 16px #ef444459}.btn-sm{font-size:var(--text-xs);padding:6px 14px}.btn-lg{font-size:var(--text-base);border-radius:var(--radius-lg);padding:14px 28px}.btn-icon{border-radius:var(--radius-md);width:36px;height:36px;padding:8px}.input,.select,.textarea{width:100%;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-primary);background:var(--bg-input);border:1px solid var(--surface-border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:10px 14px}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent-violet);box-shadow:0 0 0 3px #9b3d8e26}.input::placeholder,.textarea::placeholder{color:var(--text-muted)}.input-group{flex-direction:column;gap:6px;display:flex}.input-label{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500}.table-container{border-radius:var(--radius-lg);border:1px solid var(--surface-border);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.table th{text-align:left;font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:var(--bg-secondary);border-bottom:1px solid var(--surface-border);padding:12px 16px}.table td{border-bottom:1px solid var(--surface-border);color:var(--text-secondary);transition:background var(--transition-fast);padding:12px 16px}.table tr:last-child td{border-bottom:none}.table tr:hover td{color:var(--text-primary);background:#9b3d8e08}.badge{font-size:var(--text-xs);border-radius:var(--radius-full);letter-spacing:.02em;align-items:center;gap:4px;padding:3px 10px;font-weight:600;display:inline-flex}.badge-primary{color:#9b3d8e;background:#9b3d8e14}.badge-success{background:var(--success-bg);color:var(--success)}.badge-warning{background:var(--warning-bg);color:var(--warning)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge-info{background:var(--info-bg);color:var(--info)}.modal-overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;animation:fadeIn var(--transition-fast) ease-out;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-secondary);border:1px solid var(--surface-border);border-radius:var(--radius-xl);padding:var(--space-xl);width:90%;max-width:560px;max-height:85vh;box-shadow:var(--shadow-lg);animation:slideUp var(--transition-normal) ease-out;overflow-y:auto}.modal-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.modal-title{font-size:var(--text-xl);font-weight:700}.modal-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.modal-close:hover{background:var(--surface-highlight);color:var(--text-primary)}.modal-footer{justify-content:flex-end;gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--surface-border);display:flex}.toast-container{bottom:var(--space-lg);right:var(--space-lg);z-index:2000;gap:var(--space-sm);flex-direction:column;display:flex;position:fixed}.toast{border-radius:var(--radius-md);font-size:var(--text-sm);box-shadow:var(--shadow-lg);animation:slideInRight var(--transition-normal) ease-out;align-items:center;gap:var(--space-sm);padding:12px 20px;font-weight:500;display:flex}.toast-success{color:#bbf7d0;background:#166534;border:1px solid #22c55e4d}.toast-error{color:#fecaca;background:#991b1b;border:1px solid #ef44444d}.pagination{align-items:center;gap:var(--space-xs);display:flex}.pagination-btn{width:36px;height:36px;font-size:var(--text-sm);border:1px solid var(--surface-border);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;font-weight:500;display:flex}.pagination-btn:hover{background:var(--surface-highlight);border-color:var(--surface-border-hover);color:var(--text-primary)}.pagination-btn.active{color:var(--text-on-accent);background:#9b3d8e;border-color:#9b3d8e}.spinner{border:2px solid var(--surface-border);border-top-color:var(--accent-violet);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin}.spinner-lg{border-width:3px;width:40px;height:40px}.empty-state{padding:var(--space-3xl) var(--space-xl);text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state svg{width:64px;height:64px;margin-bottom:var(--space-md);opacity:.4}.empty-state p{font-size:var(--text-sm);max-width:360px}.app-layout{z-index:1;min-height:100vh;display:flex;position:relative}.app-main{margin-left:var(--sidebar-width);min-height:100vh;transition:margin-left var(--transition-normal);flex-direction:column;flex:1;display:flex}.app-content{padding:var(--space-lg) var(--space-xl);max-width:var(--content-max-width);flex:1;width:100%;margin:0 auto}.page-header{margin-bottom:var(--space-xl)}.page-title{font-size:var(--text-3xl);letter-spacing:-.02em;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.page-subtitle{font-size:var(--text-base);color:var(--text-muted);margin-top:var(--space-xs)}.grid{gap:var(--space-lg);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-in{animation:fadeInUp var(--transition-slow) ease-out both}.animate-in:first-child{animation-delay:0s}.animate-in:nth-child(2){animation-delay:60ms}.animate-in:nth-child(3){animation-delay:.12s}.animate-in:nth-child(4){animation-delay:.18s}.animate-in:nth-child(5){animation-delay:.24s}.animate-in:nth-child(6){animation-delay:.3s}.skeleton{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-card-hover) 50%, var(--bg-tertiary) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}@media (max-width:1200px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.app-main{margin-left:0}.app-content{padding:var(--space-md)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page-title{font-size:var(--text-2xl)}.modal-content{width:95%;padding:var(--space-lg)}}@media (max-width:480px){.btn{font-size:var(--text-xs);padding:8px 16px}.table th,.table td{padding:8px 12px}}.avatar{border-radius:var(--radius-full);width:36px;height:36px;font-weight:600;font-size:var(--text-sm);color:var(--text-on-accent);background:var(--gradient-primary);text-transform:uppercase;letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;display:flex}.avatar-sm{width:28px;height:28px;font-size:var(--text-xs)}.avatar-lg{width:48px;height:48px;font-size:var(--text-lg)}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot-online{background:var(--success);animation:2s ease-in-out infinite pulse;box-shadow:0 0 6px #0596694d}.status-dot-offline{background:var(--text-muted)}.status-dot-busy{background:var(--warning);box-shadow:0 0 6px #d977064d}.notif-badge{border-radius:var(--radius-full);background:var(--danger);min-width:18px;height:18px;color:var(--text-on-accent);justify-content:center;align-items:center;padding:0 5px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.stat-value{font-size:var(--text-3xl);letter-spacing:-.02em;animation:countUp var(--transition-slow) ease-out both;font-weight:800;line-height:1}.trend{font-size:var(--text-xs);border-radius:var(--radius-full);align-items:center;gap:4px;padding:2px 8px;font-weight:600;display:inline-flex}.trend-up{color:var(--success);background:var(--success-bg)}.trend-down{color:var(--danger);background:var(--danger-bg)}.divider{background:var(--surface-border);width:100%;height:1px;margin:var(--space-md) 0}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media print{aside,header,button,[class*=syncWrap],[class*=filtersFooter],[class*=viewToggles],[class*=chartControls]{display:none!important}[class*=main]{margin-left:0!important}[class*=content]{max-width:none!important;padding:0!important}body{background:#fff!important}body:before,body:after{display:none!important}[class*=card],[class*=totalCard],[class*=quadCard]{break-inside:avoid;box-shadow:none!important;border:1px solid #e2e8f0!important}[class*=chartCanvasWrap]{height:280px!important}a{color:inherit!important}}
.geli-module__jgA1IW__burbuja{z-index:900;border-radius:var(--radius-full);background:var(--gradient-primary);cursor:pointer;width:56px;height:56px;transition:transform var(--transition-spring), box-shadow var(--transition-normal);border:2px solid #ffffffe6;padding:0;position:fixed;bottom:22px;right:22px;box-shadow:0 6px 22px #9b3d8e61}.geli-module__jgA1IW__burbuja:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 10px 28px #9b3d8e80}.geli-module__jgA1IW__burbuja:focus-visible{outline:3px solid var(--accent-violet);outline-offset:3px}.geli-module__jgA1IW__burbujaAbierta{opacity:.85;transform:scale(.9)}.geli-module__jgA1IW__burbujaImg{border-radius:var(--radius-full);object-fit:cover;display:block}.geli-module__jgA1IW__burbujaPulso{border-radius:var(--radius-full);border:2px solid var(--accent-violet);opacity:0;pointer-events:none;animation:2.8s ease-out infinite geli-module__jgA1IW__pulso;position:absolute;inset:-4px}@keyframes geli-module__jgA1IW__pulso{0%{opacity:.5;transform:scale(1)}70%{opacity:0;transform:scale(1.35)}to{opacity:0}}.geli-module__jgA1IW__panel{z-index:901;background:var(--bg-secondary);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:min(430px,100vw - 32px);height:min(640px,100vh - 130px);box-shadow:var(--shadow-lg), 0 0 0 1px #9b3d8e14;animation:geli-module__jgA1IW__entra var(--transition-spring);flex-direction:column;display:flex;position:fixed;bottom:90px;right:22px;overflow:hidden}@keyframes geli-module__jgA1IW__entra{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}.geli-module__jgA1IW__cabecera{align-items:center;gap:var(--space-sm);background:var(--gradient-primary);color:#fff;flex-shrink:0;padding:12px 14px;display:flex}.geli-module__jgA1IW__cabeceraImg{border-radius:var(--radius-full);object-fit:cover;border:2px solid #ffffff8c}.geli-module__jgA1IW__cabeceraTexto{flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.geli-module__jgA1IW__cabeceraNombre{font-weight:700;font-size:var(--text-base)}.geli-module__jgA1IW__cabeceraSub{opacity:.85;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.geli-module__jgA1IW__cabeceraAcciones{align-items:center;gap:4px;display:flex}.geli-module__jgA1IW__cabeceraBtn{color:#fff;cursor:pointer;border-radius:var(--radius-full);transition:background var(--transition-fast);background:#ffffff29;border:0;padding:5px 10px;font-size:11px;font-weight:600}.geli-module__jgA1IW__cabeceraBtn:hover{background:#ffffff4d}.geli-module__jgA1IW__cabeceraIcono{color:#fff;cursor:pointer;border-radius:var(--radius-full);width:30px;height:30px;transition:background var(--transition-fast);background:0 0;border:0;place-items:center;display:grid}.geli-module__jgA1IW__cabeceraIcono:hover{background:#fff3}.geli-module__jgA1IW__scroll{padding:var(--space-md);background:var(--bg-primary);flex-direction:column;flex:1;gap:14px;display:flex;overflow-y:auto}.geli-module__jgA1IW__mio{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg) var(--radius-lg) 4px var(--radius-lg);max-width:85%;font-size:var(--text-sm);white-space:pre-wrap;word-break:break-word;align-self:flex-end;padding:9px 13px;line-height:1.5}.geli-module__jgA1IW__suyo{flex-direction:column;align-self:flex-start;gap:5px;max-width:94%;display:flex}.geli-module__jgA1IW__globo{background:var(--bg-secondary);border:1px solid var(--surface-border);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) 4px;font-size:var(--text-sm);color:var(--text-primary);word-break:break-word;padding:11px 13px;line-height:1.6}.geli-module__jgA1IW__globoAviso{border-color:var(--warning);background:var(--warning-bg)}.geli-module__jgA1IW__globo p{margin:0 0 8px}.geli-module__jgA1IW__globo p:last-child{margin-bottom:0}.geli-module__jgA1IW__subtitulo{color:var(--text-accent);font-weight:700;font-size:var(--text-sm);margin:12px 0 6px!important}.geli-module__jgA1IW__subtitulo:first-child{margin-top:0!important}.geli-module__jgA1IW__lista{margin:0 0 8px;padding-left:18px}.geli-module__jgA1IW__lista li{margin-bottom:3px}.geli-module__jgA1IW__code{font-family:var(--font-mono);background:var(--surface-highlight);border-radius:var(--radius-sm);padding:1px 5px;font-size:.9em}.geli-module__jgA1IW__tablaWrap{border-radius:var(--radius-sm);margin:0 0 10px;overflow-x:auto}.geli-module__jgA1IW__tabla{border-collapse:collapse;width:100%;font-size:11.5px}.geli-module__jgA1IW__tabla th,.geli-module__jgA1IW__tabla td{border-bottom:1px solid var(--surface-border);text-align:left;white-space:nowrap;padding:5px 8px}.geli-module__jgA1IW__tabla th{background:var(--surface-highlight);color:var(--text-secondary);font-weight:700}.geli-module__jgA1IW__tabla td.geli-module__jgA1IW__num,.geli-module__jgA1IW__tabla th.geli-module__jgA1IW__num{text-align:right;font-variant-numeric:tabular-nums}.geli-module__jgA1IW__tabla tr:last-child td{border-bottom:0}.geli-module__jgA1IW__descarga{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;font-size:var(--text-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:7px;margin-top:10px;padding:8px 13px;font-weight:600;text-decoration:none;display:inline-flex}.geli-module__jgA1IW__descarga:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px)}.geli-module__jgA1IW__descarga em{opacity:.8;font-style:normal;font-weight:500}.geli-module__jgA1IW__citas{border-top:1px solid var(--surface-border);flex-wrap:wrap;align-items:center;gap:5px;margin-top:9px;padding-top:8px;display:flex}.geli-module__jgA1IW__citasTitulo{color:var(--text-muted);margin-right:2px;font-size:11px}.geli-module__jgA1IW__cita{border-radius:var(--radius-full);border:1px solid var(--surface-border);color:var(--text-secondary);transition:border-color var(--transition-fast), color var(--transition-fast);padding:2px 7px;font-size:11px;text-decoration:none}.geli-module__jgA1IW__cita:hover{border-color:var(--accent-violet);color:var(--accent-violet)}.geli-module__jgA1IW__valorar{flex-wrap:wrap;align-items:center;gap:6px;padding-left:4px;display:flex}.geli-module__jgA1IW__valorarTexto,.geli-module__jgA1IW__valorado{color:var(--text-muted);font-size:11px}.geli-module__jgA1IW__pulgar{border:1px solid var(--surface-border);background:var(--bg-secondary);width:26px;height:26px;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);place-items:center;display:grid}.geli-module__jgA1IW__pulgar:hover{color:var(--accent-violet);border-color:var(--accent-violet);background:var(--surface-highlight)}.geli-module__jgA1IW__motivos{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.geli-module__jgA1IW__motivosTitulo{color:var(--text-muted);margin-right:2px;font-size:11px}.geli-module__jgA1IW__motivo{border-radius:var(--radius-full);border:1px solid var(--surface-border);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:4px 9px;font-size:11px}.geli-module__jgA1IW__motivo:hover{border-color:var(--accent-violet);color:var(--accent-violet)}.geli-module__jgA1IW__bienvenida{text-align:center;padding:var(--space-lg) var(--space-sm) var(--space-sm)}.geli-module__jgA1IW__bienvenidaImg{border-radius:var(--radius-full);margin:0 auto var(--space-sm);object-fit:cover;display:block}.geli-module__jgA1IW__bienvenidaTitulo{font-weight:700;font-size:var(--text-lg);color:var(--text-accent);margin:0 0 6px}.geli-module__jgA1IW__bienvenidaTexto{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 var(--space-md);line-height:1.55}.geli-module__jgA1IW__sugerencias{flex-direction:column;gap:7px;display:flex}.geli-module__jgA1IW__sugerencia{text-align:left;font-size:var(--text-sm);border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:9px 13px}.geli-module__jgA1IW__sugerencia:hover{border-color:var(--accent-violet);color:var(--text-accent);background:var(--surface-highlight);transform:translate(2px)}.geli-module__jgA1IW__pensando{align-items:center;gap:5px;display:flex}.geli-module__jgA1IW__punto{border-radius:var(--radius-full);background:var(--accent-violet);width:6px;height:6px;animation:1.2s ease-in-out infinite geli-module__jgA1IW__salta}.geli-module__jgA1IW__punto:nth-child(2){animation-delay:.15s}.geli-module__jgA1IW__punto:nth-child(3){animation-delay:.3s}@keyframes geli-module__jgA1IW__salta{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.geli-module__jgA1IW__pensandoTexto{color:var(--text-muted);margin-left:5px;font-size:11px}.geli-module__jgA1IW__privacidad{border-top:1px solid var(--surface-border);background:var(--bg-secondary);flex-shrink:0}.geli-module__jgA1IW__privacidadBtn{cursor:pointer;width:100%;color:var(--text-muted);text-align:left;transition:color var(--transition-fast);background:0 0;border:0;align-items:center;gap:6px;padding:7px 14px;font-size:11px;display:flex}.geli-module__jgA1IW__privacidadBtn:hover{color:var(--accent-violet)}.geli-module__jgA1IW__privacidadLista{color:var(--text-secondary);margin:0;padding:0 14px 10px 32px;font-size:11px;line-height:1.5}.geli-module__jgA1IW__privacidadLista li{margin-bottom:3px}.geli-module__jgA1IW__entrada{align-items:flex-end;gap:var(--space-sm);border-top:1px solid var(--surface-border);background:var(--bg-secondary);flex-shrink:0;padding:10px 12px;display:flex}.geli-module__jgA1IW__textarea{resize:none;border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:var(--bg-input);max-height:120px;color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-sm);field-sizing:content;flex:1;padding:9px 12px;line-height:1.5}.geli-module__jgA1IW__textarea:focus{border-color:var(--accent-violet);outline:none;box-shadow:0 0 0 3px #9b3d8e1f}.geli-module__jgA1IW__textarea::placeholder{color:var(--text-muted)}.geli-module__jgA1IW__enviar{border-radius:var(--radius-full);background:var(--gradient-primary);color:#fff;cursor:pointer;width:38px;height:38px;transition:transform var(--transition-fast), opacity var(--transition-fast);border:0;flex-shrink:0;place-items:center;display:grid}.geli-module__jgA1IW__enviar:hover:not(:disabled){transform:scale(1.06)}.geli-module__jgA1IW__enviar:disabled{opacity:.4;cursor:not-allowed}@media (max-width:560px){.geli-module__jgA1IW__panel{border:0;border-radius:0;width:100vw;height:100dvh;max-height:none;bottom:0;left:0;right:0}.geli-module__jgA1IW__burbuja{bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.geli-module__jgA1IW__burbuja,.geli-module__jgA1IW__panel,.geli-module__jgA1IW__punto,.geli-module__jgA1IW__burbujaPulso,.geli-module__jgA1IW__descarga,.geli-module__jgA1IW__sugerencia{transition:none;animation:none}.geli-module__jgA1IW__burbuja:hover,.geli-module__jgA1IW__descarga:hover,.geli-module__jgA1IW__sugerencia:hover,.geli-module__jgA1IW__enviar:hover:not(:disabled){transform:none}}
.AppShell-module__oSLs6a__sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(20px)saturate(180%);border-right:1px solid var(--surface-border);z-index:100;height:100vh;transition:width var(--transition-normal);background:#0f172af7;flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow:hidden}.AppShell-module__oSLs6a__sidebarCollapsed{width:var(--sidebar-collapsed)}.AppShell-module__oSLs6a__brand{align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-lg);min-height:var(--header-height);border-bottom:1px solid var(--surface-border);flex-shrink:0;display:flex}.AppShell-module__oSLs6a__brandLogo{filter:brightness(0)invert();width:150px;max-width:100%;height:auto;transition:opacity var(--transition-fast)}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__brandLogo{display:none}.AppShell-module__oSLs6a__brandMark{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.4rem;font-weight:800;line-height:1;display:none;box-shadow:0 2px 12px #9b3d8e66}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__brandMark{display:flex}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__brand{padding-left:var(--space-sm);padding-right:var(--space-sm);justify-content:center}.AppShell-module__oSLs6a__nav{padding:var(--space-md) var(--space-sm);flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden auto}.AppShell-module__oSLs6a__navSection{margin-top:var(--space-md)}.AppShell-module__oSLs6a__navSectionLabel{padding:var(--space-xs) var(--space-md);text-transform:uppercase;letter-spacing:.08em;color:#94a3b899;white-space:nowrap;opacity:1;transition:opacity var(--transition-fast);font-size:.6875rem;font-weight:600;overflow:hidden}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navSectionLabel{opacity:0}.AppShell-module__oSLs6a__navItem{align-items:center;gap:var(--space-md);padding:10px var(--space-md);border-radius:var(--radius-md);color:#cbd5e1cc;font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;text-align:left;background:0 0;border:none;width:100%;font-weight:500;text-decoration:none;display:flex;position:relative}.AppShell-module__oSLs6a__navItem:hover{color:#f1f5f9;background:#ffffff14}.AppShell-module__oSLs6a__navItemActive{color:#f1f5f9;background:#9b3d8e26}.AppShell-module__oSLs6a__navItemActive:before{content:"";background:var(--gradient-primary);border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.AppShell-module__oSLs6a__navIcon{opacity:.7;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.AppShell-module__oSLs6a__navItemActive .AppShell-module__oSLs6a__navIcon{opacity:1}.AppShell-module__oSLs6a__navLabel{white-space:nowrap;opacity:1;transition:opacity var(--transition-fast);overflow:hidden}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navLabel{opacity:0;width:0}.AppShell-module__oSLs6a__navBadge{border-radius:var(--radius-full);color:#f0d9ea;min-width:20px;height:20px;transition:opacity var(--transition-fast);background:#9b3d8e33;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-size:.65rem;font-weight:700;display:flex}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navBadge{opacity:0}.AppShell-module__oSLs6a__navGroup{flex-direction:column;display:flex}.AppShell-module__oSLs6a__navChevron{border-radius:var(--radius-sm);opacity:.55;width:20px;height:20px;transition:transform var(--transition-fast), opacity var(--transition-fast), background var(--transition-fast);justify-content:center;align-items:center;margin-left:auto;font-size:.7rem;display:flex}.AppShell-module__oSLs6a__navChevron:hover{opacity:1;background:#ffffff1a}.AppShell-module__oSLs6a__navChevronOpen{transform:rotate(180deg)}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navChevron,.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navSub{display:none}.AppShell-module__oSLs6a__navSub{flex-direction:column;gap:2px;margin:2px 0 4px;padding-left:32px;display:flex;position:relative}.AppShell-module__oSLs6a__navSub:before{content:"";background:#ffffff1f;width:1px;position:absolute;top:4px;bottom:4px;left:19px}.AppShell-module__oSLs6a__navSubItem{padding:6px var(--space-sm);border-radius:var(--radius-md);color:#cbd5e1b8;font-size:var(--text-sm);white-space:nowrap;transition:all var(--transition-fast);flex-direction:column;gap:1px;text-decoration:none;display:flex}.AppShell-module__oSLs6a__navSubItem:hover{color:#f1f5f9;background:#ffffff12}.AppShell-module__oSLs6a__navSubItemActive{color:#f1f5f9;background:#9b3d8e29}.AppShell-module__oSLs6a__navSubLabel{font-weight:600;line-height:1.2}.AppShell-module__oSLs6a__navSubDesc{color:#cbd5e180;font-size:.68rem;line-height:1.2}.AppShell-module__oSLs6a__navSubItemActive .AppShell-module__oSLs6a__navSubDesc{color:#f0d9eabf}.AppShell-module__oSLs6a__sidebarFooter{padding:var(--space-md);border-top:1px solid var(--surface-border);flex-shrink:0}.AppShell-module__oSLs6a__collapseBtn{width:100%;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.AppShell-module__oSLs6a__collapseBtn:hover{color:var(--text-primary);background:#ffffff14}.AppShell-module__oSLs6a__collapseIcon{transition:transform var(--transition-normal)}.AppShell-module__oSLs6a__collapseIconRotated{transform:rotate(180deg)}.AppShell-module__oSLs6a__header{height:var(--header-height);padding:0 var(--space-xl);-webkit-backdrop-filter:blur(12px);z-index:50;justify-content:space-between;align-items:center;gap:var(--space-lg);background:#ffffffd9;border-bottom:1px solid #0f172a14;display:flex;position:sticky;top:0}.AppShell-module__oSLs6a__backBtn{margin-right:var(--space-md);border:1px solid var(--surface-border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);flex-shrink:0;align-items:center;gap:6px;padding:7px 14px 7px 11px;font-weight:600;display:inline-flex}.AppShell-module__oSLs6a__backBtn:hover{background:var(--bg-card-hover);border-color:var(--accent-violet);color:var(--accent-violet)}.AppShell-module__oSLs6a__searchBar{align-items:center;gap:var(--space-sm);background:var(--bg-input);border:1px solid var(--surface-border);border-radius:var(--radius-md);max-width:420px;transition:all var(--transition-fast);flex:1;padding:8px 14px;display:flex}.AppShell-module__oSLs6a__searchBar:focus-within{border-color:var(--accent-violet);box-shadow:0 0 0 3px #9b3d8e1a}.AppShell-module__oSLs6a__searchIcon{color:var(--text-muted);flex-shrink:0}.AppShell-module__oSLs6a__searchInput{color:var(--text-primary);font-family:var(--font-sans);font-size:var(--text-sm);background:0 0;border:none;outline:none;flex:1}.AppShell-module__oSLs6a__searchInput::placeholder{color:var(--text-muted)}.AppShell-module__oSLs6a__headerActions{align-items:center;gap:var(--space-md);display:flex}.AppShell-module__oSLs6a__headerBtn{width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.AppShell-module__oSLs6a__headerBtn:hover{color:var(--text-primary);background:#0f172a0f}.AppShell-module__oSLs6a__notifWrapper{position:relative}.AppShell-module__oSLs6a__notifBadge{border-radius:var(--radius-full);color:#fff;pointer-events:none;background:#dc2626;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.AppShell-module__oSLs6a__notifPanel{border-radius:var(--radius-lg);z-index:200;background:#fff;border:1px solid #0f172a1a;width:380px;animation:.2s ease-out AppShell-module__oSLs6a__notifSlideIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #0f172a24,0 0 0 1px #0f172a0a}@keyframes AppShell-module__oSLs6a__notifSlideIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.AppShell-module__oSLs6a__notifHeader{border-bottom:1px solid #0f172a0f;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.AppShell-module__oSLs6a__notifTitle{font-size:var(--text-base);color:#0f172a;margin:0;font-weight:700}.AppShell-module__oSLs6a__notifMarkAll{font-size:var(--text-xs);color:#9b3d8e;cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast);background:0 0;border:none;padding:4px 8px;font-weight:600}.AppShell-module__oSLs6a__notifMarkAll:hover{background:#9b3d8e0f}.AppShell-module__oSLs6a__notifList{max-height:360px;overflow-y:auto}.AppShell-module__oSLs6a__notifItem{cursor:pointer;text-align:left;width:100%;transition:background var(--transition-fast);background:0 0;border:none;border-bottom:1px solid #0f172a0a;align-items:flex-start;gap:12px;padding:14px 20px;display:flex}.AppShell-module__oSLs6a__notifItem:last-child{border-bottom:none}.AppShell-module__oSLs6a__notifItem:hover{background:#9b3d8e08}.AppShell-module__oSLs6a__notifItemUnread{background:#9b3d8e0a}.AppShell-module__oSLs6a__notifItemUnread:hover{background:#9b3d8e12}.AppShell-module__oSLs6a__notifIcon{border-radius:var(--radius-md);background:#0f172a0a;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex}.AppShell-module__oSLs6a__notifContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AppShell-module__oSLs6a__notifItemTitle{font-size:var(--text-sm);color:#0f172a;font-weight:600;line-height:1.3}.AppShell-module__oSLs6a__notifDesc{font-size:var(--text-xs);color:#64748b;line-height:1.3}.AppShell-module__oSLs6a__notifTime{color:#94a3b8;margin-top:2px;font-size:.6875rem}.AppShell-module__oSLs6a__notifDot{border-radius:var(--radius-full);background:#9b3d8e;flex-shrink:0;width:8px;height:8px;margin-top:6px}.AppShell-module__oSLs6a__notifFooter{border-top:1px solid #0f172a0f;padding:12px 20px}.AppShell-module__oSLs6a__notifViewAll{width:100%;font-size:var(--text-sm);color:#9b3d8e;cursor:pointer;border-radius:var(--radius-md);transition:background var(--transition-fast);background:0 0;border:none;padding:8px;font-weight:600}.AppShell-module__oSLs6a__notifViewAll:hover{background:#9b3d8e0f}.AppShell-module__oSLs6a__notif_danger{box-shadow:inset 3px 0 0 var(--danger)}.AppShell-module__oSLs6a__notif_danger .AppShell-module__oSLs6a__notifIcon{background:var(--danger-bg)}.AppShell-module__oSLs6a__notif_warning{box-shadow:inset 3px 0 0 var(--warning)}.AppShell-module__oSLs6a__notif_warning .AppShell-module__oSLs6a__notifIcon{background:var(--warning-bg)}.AppShell-module__oSLs6a__notif_info{box-shadow:inset 3px 0 0 var(--info)}.AppShell-module__oSLs6a__notif_info .AppShell-module__oSLs6a__notifIcon{background:var(--info-bg)}.AppShell-module__oSLs6a__notifEmpty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:36px 24px;display:flex}.AppShell-module__oSLs6a__notifEmptyIcon{border-radius:var(--radius-full);background:var(--success-bg);width:44px;height:44px;color:var(--success);justify-content:center;align-items:center;margin-bottom:4px;font-size:1.25rem;font-weight:700;display:flex}.AppShell-module__oSLs6a__notifEmptyTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:700}.AppShell-module__oSLs6a__notifEmptyDesc{font-size:var(--text-xs);color:var(--text-muted);max-width:220px;line-height:1.4}.AppShell-module__oSLs6a__userMenuWrapper{position:relative}.AppShell-module__oSLs6a__userMenu{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);font-family:var(--font-sans);text-align:left;background:0 0;border:1px solid #0000;padding:4px 12px 4px 4px;display:flex}.AppShell-module__oSLs6a__userMenu:hover{background:#0f172a0a;border-color:#0f172a1a}.AppShell-module__oSLs6a__userDropdown{background:var(--bg-secondary);border:1px solid var(--surface-border);border-radius:var(--radius-lg);width:260px;box-shadow:var(--shadow-lg);z-index:200;animation:.2s ease-out AppShell-module__oSLs6a__notifSlideIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.AppShell-module__oSLs6a__userDropdownHeader{align-items:center;gap:var(--space-sm);border-bottom:1px solid var(--surface-border);padding:14px 16px;display:flex}.AppShell-module__oSLs6a__userDropdownEmail{font-size:var(--text-xs);color:var(--text-muted);text-overflow:ellipsis;line-height:1.2;overflow:hidden}.AppShell-module__oSLs6a__userDropdownItem{align-items:center;gap:var(--space-sm);width:100%;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;text-align:left;transition:all var(--transition-fast);background:0 0;border:none;padding:12px 16px;font-weight:500;display:flex}.AppShell-module__oSLs6a__userDropdownItem:hover{background:var(--surface-highlight);color:var(--text-primary)}.AppShell-module__oSLs6a__userDropdownItemDanger:hover{background:var(--danger-bg);color:var(--danger)}.AppShell-module__oSLs6a__userInfo{flex-direction:column;display:flex;overflow:hidden}.AppShell-module__oSLs6a__userName{font-size:var(--text-sm);color:var(--text-primary);font-weight:600;line-height:1.2}.AppShell-module__oSLs6a__userRole{font-size:var(--text-xs);color:var(--text-muted);line-height:1.2}.AppShell-module__oSLs6a__main{margin-left:var(--sidebar-width);min-height:100vh;transition:margin-left var(--transition-normal);flex-direction:column;flex:1;display:flex}.AppShell-module__oSLs6a__mainCollapsed{margin-left:var(--sidebar-collapsed)}.AppShell-module__oSLs6a__content{padding:var(--space-lg) var(--space-xl);max-width:var(--content-max-width);flex:1;width:100%;margin:0 auto}.AppShell-module__oSLs6a__mobileOverlay,.AppShell-module__oSLs6a__mobileMenuBtn{display:none}@media (max-width:768px){.AppShell-module__oSLs6a__sidebar{z-index:200;width:var(--sidebar-width);box-shadow:var(--shadow-lg);transform:translate(-100%)}.AppShell-module__oSLs6a__sidebarCollapsed{width:var(--sidebar-width)}.AppShell-module__oSLs6a__sidebarMobileOpen{transform:translate(0)}.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__brandText,.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navLabel,.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navSectionLabel,.AppShell-module__oSLs6a__sidebarCollapsed .AppShell-module__oSLs6a__navBadge{opacity:1;width:auto}.AppShell-module__oSLs6a__main,.AppShell-module__oSLs6a__mainCollapsed{margin-left:0}.AppShell-module__oSLs6a__content{padding:var(--space-md)}.AppShell-module__oSLs6a__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;animation:AppShell-module__oSLs6a__fadeIn var(--transition-fast) ease-out;background:#0009;display:block;position:fixed;inset:0}.AppShell-module__oSLs6a__mobileMenuBtn{width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.AppShell-module__oSLs6a__mobileMenuBtn:hover{color:var(--text-primary);background:#0f172a0f}.AppShell-module__oSLs6a__userInfo{display:none}.AppShell-module__oSLs6a__searchBar{max-width:240px}.AppShell-module__oSLs6a__backBtn{margin-right:var(--space-sm);padding:8px 10px}.AppShell-module__oSLs6a__backBtnLabel{display:none}}html[data-theme=dark] .AppShell-module__oSLs6a__header{border-bottom-color:var(--surface-border);background:#111827d9}:is(html[data-theme=dark] .AppShell-module__oSLs6a__headerBtn:hover,html[data-theme=dark] .AppShell-module__oSLs6a__mobileMenuBtn:hover,html[data-theme=dark] .AppShell-module__oSLs6a__userMenu:hover){background:#94a3b81f}html[data-theme=dark] .AppShell-module__oSLs6a__userMenu:hover{border-color:var(--surface-border-hover)}html[data-theme=dark] .AppShell-module__oSLs6a__notifPanel{background:var(--bg-secondary);border-color:var(--surface-border);box-shadow:0 12px 40px #00000080}:is(html[data-theme=dark] .AppShell-module__oSLs6a__notifHeader,html[data-theme=dark] .AppShell-module__oSLs6a__notifItem,html[data-theme=dark] .AppShell-module__oSLs6a__notifFooter){border-color:var(--surface-border)}:is(html[data-theme=dark] .AppShell-module__oSLs6a__notifTitle,html[data-theme=dark] .AppShell-module__oSLs6a__notifItemTitle){color:var(--text-primary)}html[data-theme=dark] .AppShell-module__oSLs6a__notifDesc{color:var(--text-secondary)}html[data-theme=dark] .AppShell-module__oSLs6a__notifTime{color:var(--text-muted)}html[data-theme=dark] .AppShell-module__oSLs6a__notifIcon{background:var(--surface-highlight)}html[data-theme=dark] .AppShell-module__oSLs6a__notifItem:hover{background:#9b3d8e1f}html[data-theme=dark] .AppShell-module__oSLs6a__notifItemUnread{background:#9b3d8e1f}
