:root{color-scheme:light;--background:220 20% 97%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:221 83% 53%;--primary-foreground:0 0% 100%;--secondary:220 14% 96%;--secondary-foreground:222 47% 11%;--muted:220 14% 96%;--muted-foreground:220 9% 44%;--accent:38 92% 50%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--success:142 71% 45%;--success-foreground:0 0% 100%;--border:220 13% 91%;--input:220 13% 91%;--ring:221 83% 53%;--sidebar-background:222 47% 11%;--sidebar-foreground:220 14% 96%;--sidebar-primary:221 83% 53%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:222 47% 18%;--sidebar-accent-foreground:220 14% 96%;--sidebar-border:222 47% 18%;--sidebar-ring:221 83% 53%;--stage-someday:220 14% 80%;--stage-todo:221 83% 53%;--stage-progress:38 92% 50%;--stage-waiting:262 83% 58%;--stage-done:142 71% 45%;--ia:262 83% 58%;--primary-hover:221 83% 46%;--radius:0.75rem;--gradient-primary:linear-gradient(135deg,#2463eb,#7c3bed);--gradient-accent:linear-gradient(135deg,#f59f0a,#f97415);--gradient-success:linear-gradient(135deg,#21c45d,#36d399);--shadow-sm:0 1px 2px 0 rgba(15,23,41,.05);--shadow-md:0 4px 6px -1px rgba(15,23,41,.1),0 2px 4px -2px rgba(15,23,41,.1);--shadow-lg:0 10px 15px -3px rgba(15,23,41,.1),0 4px 6px -4px rgba(15,23,41,.1);--shadow-card:0 1px 3px 0 rgba(15,23,41,.1),0 1px 2px -1px rgba(15,23,41,.1);--tinta:hsl(var(--foreground));--fondo:hsl(var(--background));--suave:hsl(var(--muted-foreground));--linea:hsl(var(--border));--acento:hsl(var(--primary));--acento-claro:hsl(var(--primary)/0.1);--ok:hsl(var(--success));--aviso:hsl(var(--accent));--incidencia:hsl(var(--destructive));--nd:hsl(var(--muted-foreground))}.dark{color-scheme:dark;--background:222 47% 6%;--foreground:220 14% 96%;--card:222 47% 11%;--card-foreground:220 14% 96%;--popover:222 47% 11%;--popover-foreground:220 14% 96%;--primary:221 83% 53%;--primary-foreground:0 0% 100%;--secondary:222 47% 18%;--secondary-foreground:220 14% 96%;--muted:222 47% 18%;--muted-foreground:220 9% 60%;--accent:38 92% 50%;--accent-foreground:222 47% 11%;--destructive:0 62% 30%;--destructive-foreground:0 0% 100%;--success:142 71% 45%;--success-foreground:0 0% 100%;--border:222 47% 18%;--input:222 47% 18%;--ring:221 83% 53%;--sidebar-background:222 47% 6%;--sidebar-accent:222 47% 11%;--sidebar-border:222 47% 11%;--shadow-card:0 1px 3px 0 rgba(0,0,0,.4),0 1px 2px -1px rgba(0,0,0,.4);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.5),0 4px 6px -4px rgba(0,0,0,.5)}*{box-sizing:border-box;border-color:hsl(var(--border))}body,html{margin:0;padding:0;overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:hsl(var(--foreground));background:hsl(var(--background));font-size:15px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em}h1{font-size:22px;margin:0 0 4px}h2{font-size:17px;margin:24px 0 10px}.sub{color:hsl(var(--muted-foreground));margin:0 0 20px}a{color:hsl(var(--primary))}.contenido{max-width:1100px;margin:0 auto;padding:24px 20px 80px}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:calc(var(--radius) - 4px)}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:hsl(var(--card));color:hsl(var(--primary));padding:10px 16px;font-size:14px;font-weight:600;border:1px solid hsl(var(--border));border-radius:0 0 var(--radius) 0;box-shadow:var(--shadow-md)}.skip-link:focus{left:0}.tema-toggle{padding:8px 10px;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.tema-toggle:hover{color:hsl(var(--foreground))}.tema-toggle svg{width:16px;height:16px}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:18px;margin-bottom:16px;max-width:100%;overflow-wrap:break-word;box-shadow:var(--shadow-card)}.fila{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}label{display:block;font-size:13px;color:hsl(var(--muted-foreground));margin-bottom:4px}input,select,textarea{padding:8px 10px;border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 2px);font-family:inherit;font-size:14px;background:hsl(var(--card));color:hsl(var(--foreground));min-width:120px}input::-moz-placeholder,textarea::-moz-placeholder{color:hsl(var(--muted-foreground))}input::placeholder,textarea::placeholder{color:hsl(var(--muted-foreground))}input:focus,select:focus,textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.35)}button{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:0;border-radius:calc(var(--radius) - 2px);padding:9px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,opacity .15s ease}button:hover{background:hsl(var(--primary-hover))}button.sec{background:hsl(var(--card));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}button.sec:hover{background:hsl(var(--secondary))}button:disabled{opacity:.5;cursor:default}.enlace{border:0;padding:0;margin:0;width:auto;font:inherit;line-height:inherit;color:hsl(var(--primary));cursor:pointer}.enlace,.enlace:hover{background:none;text-decoration:underline}.enlace:hover{color:hsl(var(--primary-hover))}.btn-desplegar{border:0;padding:0;margin:0;width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;display:inline-flex;align-items:baseline;gap:6px}.btn-desplegar,.btn-desplegar:hover{background:none}table{width:100%;border-collapse:collapse;font-size:14px;display:block;overflow-x:auto}@media (min-width:760px){table{display:table}}td,th{text-align:left;padding:8px 10px;border-bottom:1px solid hsl(var(--border))}th{color:hsl(var(--muted-foreground));font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.02em}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}tr.total td{font-weight:700;border-top:2px solid hsl(var(--foreground))}tr.subtotal td{font-weight:600}.celda-detalle,tr.subtotal td{background:hsl(var(--muted))}tbody tr.cursor-pointer:hover>td{background:hsl(var(--muted)/.5)}button.sem[aria-pressed=true]{box-shadow:0 0 0 2px hsl(var(--ring)/.55)}.resalte-empresa{outline:3px solid hsl(var(--ring));outline-offset:2px}.chip-empresa{background:hsl(var(--primary)/.1);border:1px solid hsl(var(--primary)/.3);color:hsl(var(--primary-hover));font-weight:500}.chip-empresa:hover{background:hsl(var(--primary)/.16)}.dark .chip-empresa{color:#81a7f8;border-color:hsl(var(--primary)/.45)}@media (min-width:760px){.card table thead th{position:sticky;top:56px;background:hsl(var(--card));z-index:1}.card table table thead th{position:static}}.sem{display:inline-block;padding:3px 10px;border-radius:9999px;font-size:12px;font-weight:600}.sem.ok{background:hsl(var(--success)/.15);color:#157a3a}.sem.aviso{background:hsl(var(--accent)/.15);color:#935f06}.sem.incidencia{background:hsl(var(--destructive)/.15);color:#b81e1e}.sem.nd,.sem\.n\/d{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.dark .sem.ok{color:#64d88f}.dark .sem.aviso{color:#f7b645}.dark .sem.incidencia{color:#f17e7e}.dif-sube{color:#157a3a}.dif-baja{color:#b81e1e}.dark .dif-sube{color:#64d88f}.dark .dif-baja{color:#f17e7e}.aviso-box{background:hsl(var(--accent)/.12);border:1px solid hsl(var(--accent)/.35);border-radius:calc(var(--radius) - 2px)}.aviso-box,.error-box{color:hsl(var(--foreground));padding:10px 14px;margin:12px 0;font-size:14px;max-width:100%;overflow-wrap:break-word}.error-box{background:hsl(var(--destructive)/.12);border:1px solid hsl(var(--destructive)/.4);border-radius:calc(var(--radius) - 2px)}.muted{font-size:13px}.frescura,.muted{color:hsl(var(--muted-foreground))}.frescura{font-size:12px;margin-top:10px}.chat{display:flex;flex-direction:column;gap:12px}.msg{padding:12px 14px;border-radius:var(--radius);max-width:80%;white-space:pre-wrap}.msg.user{background:hsl(var(--primary)/.1);align-self:flex-end}.msg.ia{background:hsl(var(--card));align-self:flex-start;border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--ia)/.6)}.md{white-space:normal}.md>:first-child{margin-top:0}.md>:last-child{margin-bottom:0}.md p{margin:0 0 10px;line-height:1.5}.md h3,.md h4,.md h5,.md h6{margin:14px 0 8px;line-height:1.3}.md h3{font-size:16px}.md h4{font-size:15px}.md h5,.md h6{font-size:14px}.md ol,.md ul{margin:0 0 10px;padding-left:22px}.md li{margin:3px 0;line-height:1.45}.md code{background:hsl(var(--muted));border-radius:4px;padding:1px 5px;font-size:.92em}.md strong{font-weight:700}.md table{border-collapse:collapse;margin:6px 0 12px;font-size:13.5px;width:100%}.md td,.md th{border:1px solid hsl(var(--border));padding:5px 9px;text-align:left}.md th{background:hsl(var(--muted));font-weight:600}.md td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.md tr:nth-child(2n) td{background:hsl(var(--muted)/.35)}.md blockquote{margin:8px 0 12px;padding:6px 12px;border-left:3px solid hsl(var(--primary)/.5);background:hsl(var(--primary)/.05);color:hsl(var(--muted-foreground));border-radius:0 var(--radius) var(--radius) 0}.md hr{border:0;border-top:1px solid hsl(var(--border));margin:12px 0}.consul-ctx{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 14px;min-height:32px;font-size:14px}.consul-chip{display:inline-flex;align-items:center;gap:6px;background:hsl(var(--ia)/.08);border:1px solid hsl(var(--ia)/.25);color:hsl(var(--foreground));border-radius:99px;padding:5px 12px;font-size:13px}.consul-chip svg{color:hsl(var(--ia));flex:none}.chat-scroll{max-height:56vh;min-height:180px;overflow-y:auto;padding-right:6px;scroll-behavior:smooth}.chat-vacio{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:26px 12px 18px}.msg-fila{display:flex;align-items:flex-end;gap:8px}.msg-fila.user{justify-content:flex-end}.avatar{flex:none;width:28px;height:28px;border-radius:99px;display:inline-flex;align-items:center;justify-content:center}.avatar.ia{background:hsl(var(--ia)/.12);color:hsl(var(--ia));border:1px solid hsl(var(--ia)/.25);overflow:hidden}.avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:99px;display:block}.avatar.ia.err{background:rgba(184,30,30,.1);color:#b81e1e;border-color:rgba(184,30,30,.3)}.avatar.grande{width:44px;height:44px}.msg-error{border-color:rgba(184,30,30,.4)!important;color:#b81e1e}.msg-copiar{display:inline-flex;align-items:center;gap:4px;margin-top:8px;padding:2px 8px;border-radius:6px;font-size:12px;background:transparent;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));cursor:pointer}.msg-copiar:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.opciones-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.opcion-card{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:10px 12px;cursor:pointer;color:hsl(var(--foreground));font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.opcion-card:hover{border-color:hsl(var(--primary)/.5)}.opcion-card.activa{border-color:hsl(var(--primary));box-shadow:0 0 0 1px hsl(var(--primary));background:hsl(var(--primary)/.05)}.opcion-titulo{font-weight:600;font-size:14px}.opcion-card.activa .opcion-titulo{color:hsl(var(--primary))}.opcion-ayuda{color:hsl(var(--muted-foreground));font-size:12.5px;line-height:1.4}.ejemplo-tono{margin-top:18px;padding:12px 14px;border-radius:var(--radius);background:hsl(var(--ia)/.05);border:1px solid hsl(var(--ia)/.2)}.ejemplo-tono blockquote{margin:0;padding:0;border:0;background:transparent;font-style:italic;line-height:1.5;color:hsl(var(--foreground))}.puntos{display:inline-flex;gap:4px;align-items:center}.puntos i{width:6px;height:6px;border-radius:99px;background:hsl(var(--ia));animation:puntos-bote 1.2s ease-in-out infinite}.puntos i:nth-child(2){animation-delay:.15s}.puntos i:nth-child(3){animation-delay:.3s}@keyframes puntos-bote{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.estado-vacio-titulo{font-size:15px;font-weight:600;margin:0 0 6px}.estado-vacio-cuerpo{color:hsl(var(--muted-foreground));font-size:14px;line-height:1.55}.estado-vacio-cuerpo p{margin:0 0 6px}.estado-vacio-cuerpo p:last-child{margin-bottom:0}.estado-vacio-cuerpo code{background:hsl(var(--muted));border-radius:4px;padding:1px 5px;font-size:.92em}.grafico-pyg{margin:14px 0 18px;display:grid;gap:7px}.grafico-pyg-fila{display:grid;grid-template-columns:minmax(120px,220px) 1fr minmax(90px,auto);align-items:center;gap:10px;font-size:13px}.grafico-pyg-etiqueta{color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grafico-pyg-pista{background:hsl(var(--muted));border-radius:99px;height:12px;overflow:hidden;display:block}.grafico-pyg-barra{display:block;height:100%;border-radius:99px;transition:width .5s ease}.grafico-pyg-barra.pos{background:hsl(var(--primary))}.grafico-pyg-barra.neg{background:#e03e3e}.dark .grafico-pyg-barra.neg{background:#e05252}.grafico-pyg-valor{text-align:right;font-variant-numeric:tabular-nums}.gradient-primary{background:var(--gradient-primary)}.gradient-accent{background:var(--gradient-accent)}.gradient-success{background:var(--gradient-success)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.left-0{left:0}.right-2{right:.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-full{top:100%}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.m-0{margin:0}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-\[18px\]{margin-bottom:18px}.mr-1\.5{margin-right:.375rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-3\.5{margin-top:.875rem}.mt-4{margin-top:1rem}.mt-\[18px\]{margin-top:18px}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-1\/3{width:33.333333%}.w-11\/12{width:91.666667%}.w-2\/3{width:66.666667%}.w-24{width:6rem}.w-28{width:7rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-7\/12{width:58.333333%}.w-\[26rem\]{width:26rem}.w-\[5\.5rem\]{width:5.5rem}.w-\[9\.5rem\]{width:9.5rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[14rem\]{min-width:14rem}.min-w-\[15rem\]{min-width:15rem}.min-w-\[17\.5rem\]{min-width:17.5rem}.min-w-\[18rem\]{min-width:18rem}.min-w-\[8rem\]{min-width:8rem}.max-w-\[160px\]{max-width:160px}.max-w-\[24rem\]{max-width:24rem}.max-w-\[85vw\]{max-width:85vw}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-4{row-gap:1rem}.self-center{align-self:center}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-border{--tw-border-opacity:1;border-color:hsl(var(--border)/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:hsl(var(--primary)/var(--tw-border-opacity,1))}.border-primary\/20{border-color:hsl(var(--primary)/.2)}.border-primary\/40{border-color:hsl(var(--primary)/.4)}.bg-card{--tw-bg-opacity:1;background-color:hsl(var(--card)/var(--tw-bg-opacity,1))}.bg-foreground\/40{background-color:hsl(var(--foreground)/.4)}.bg-muted{--tw-bg-opacity:1;background-color:hsl(var(--muted)/var(--tw-bg-opacity,1))}.bg-popover{--tw-bg-opacity:1;background-color:hsl(var(--popover)/var(--tw-bg-opacity,1))}.bg-primary\/5{background-color:hsl(var(--primary)/.05)}.bg-primary\/\[0\.06\]{background-color:hsl(var(--primary)/.06)}.bg-sidebar{--tw-bg-opacity:1;background-color:hsl(var(--sidebar-background)/var(--tw-bg-opacity,1))}.bg-sidebar-accent{--tw-bg-opacity:1;background-color:hsl(var(--sidebar-accent)/var(--tw-bg-opacity,1))}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pl-0{padding-left:0}.pl-11{padding-left:2.75rem}.pl-6{padding-left:1.5rem}.pr-7{padding-right:1.75rem}.text-left{text-align:left}.text-\[11px\]{font-size:11px}.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-foreground{--tw-text-opacity:1;color:hsl(var(--foreground)/var(--tw-text-opacity,1))}.text-muted-foreground{--tw-text-opacity:1;color:hsl(var(--muted-foreground)/var(--tw-text-opacity,1))}.text-popover-foreground{--tw-text-opacity:1;color:hsl(var(--popover-foreground)/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:hsl(var(--primary)/var(--tw-text-opacity,1))}.text-sidebar-foreground{--tw-text-opacity:1;color:hsl(var(--sidebar-foreground)/var(--tw-text-opacity,1))}.text-sidebar-foreground\/50{color:hsl(var(--sidebar-foreground)/.5)}.text-sidebar-foreground\/60{color:hsl(var(--sidebar-foreground)/.6)}.text-sidebar-foreground\/70{color:hsl(var(--sidebar-foreground)/.7)}.text-sidebar-primary{--tw-text-opacity:1;color:hsl(var(--sidebar-primary)/var(--tw-text-opacity,1))}.no-underline{text-decoration-line:none}.shadow-card{--tw-shadow:var(--shadow-card);--tw-shadow-colored:var(--shadow-card)}.shadow-card,.shadow-elevated{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-elevated{--tw-shadow:var(--shadow-lg);--tw-shadow-colored:var(--shadow-lg)}.shadow-card{--tw-shadow-color:hsl(var(--card)/1);--tw-shadow:var(--tw-shadow-colored)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary)/.5)}.hover\:bg-sidebar-accent\/60:hover{background-color:hsl(var(--sidebar-accent)/.6)}.hover\:text-sidebar-foreground:hover{--tw-text-opacity:1;color:hsl(var(--sidebar-foreground)/var(--tw-text-opacity,1))}.hover\:shadow-elevated:hover{--tw-shadow:var(--shadow-lg);--tw-shadow-colored:var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:sticky{position:sticky}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_\.aviso-box\]\:my-0 .aviso-box{margin-top:0;margin-bottom:0}