.panel-root{--amarillo: #FDB913;--amarillo-oscuro: #F39C12;--marron-oscuro: #3E2723;--marron-medio: #8D6E63;--beige: #BCAAA4;--verde: #2E7D32;--rojo: #C62828;--naranja: #EF6C00;--bg: #FAF7F2;--borde: #EADFD0;--sombra: 0 4px 16px rgba(62, 39, 35, .08);--sombra-hover: 0 12px 30px rgba(62, 39, 35, .12);--radius: 12px;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Poppins", "Work Sans", system-ui, sans-serif;font-family:var(--font-body);color:var(--marron-oscuro)}.panel-root .app-shell{min-height:100vh;display:flex;flex-direction:column}.panel-root .app-main{flex:1;padding:20px 16px 40px;max-width:760px;margin:0 auto;width:100%}.panel-root .topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fffffff0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--borde)}.panel-root .topbar-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.panel-root .logo-dot{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--amarillo);display:block}.panel-root .topbar-title{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--marron-oscuro)}.panel-root .topbar-right{display:flex;align-items:center;gap:10px}.panel-root .badge-rol{text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 10px;border-radius:50px;background:var(--amarillo);color:var(--marron-oscuro)}.panel-root .topbar-user{font-size:14px;color:var(--marron-medio)}.panel-root .panel-nav{display:flex;gap:8px;overflow-x:auto;padding:10px 16px 0;max-width:760px;margin:0 auto;width:100%}.panel-root .panel-nav-item{white-space:nowrap;text-decoration:none;font-weight:600;font-size:13px;padding:8px 16px;border-radius:50px;border:2px solid var(--borde);background:#fff;color:var(--marron-oscuro);transition:all .3s ease}.panel-root .panel-nav-item:hover{border-color:var(--amarillo);color:var(--amarillo-oscuro)}.panel-root .btn{border:none;border-radius:var(--radius);padding:12px 18px;font-family:var(--font-body);font-size:15px;font-weight:700;cursor:pointer;background:var(--amarillo);color:var(--marron-oscuro);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.panel-root .btn:hover{background:var(--amarillo-oscuro);transform:translateY(-1px);box-shadow:var(--sombra)}.panel-root .btn:active{transform:translateY(0) scale(.98)}.panel-root .btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.panel-root .btn-block{width:100%}.panel-root .btn-ghost{background:transparent;color:var(--marron-medio)}.panel-root .btn-ghost:hover{background:#3e27230f;box-shadow:none}.panel-root .btn-sm{padding:7px 12px;font-size:13px}.panel-root .btn-verde{background:var(--verde);color:#fff}.panel-root .btn-verde:hover{background:#245f28}.panel-root .btn-rojo{background:var(--rojo);color:#fff}.panel-root .btn-rojo:hover{background:#a02020}.panel-root .btn-naranja{background:var(--naranja);color:#fff}.panel-root .btn-naranja:hover{background:#cf5d00}.panel-root .btn-outline{background:#fff;border:2px solid var(--marron-oscuro);color:var(--marron-oscuro)}.panel-root .btn-outline:hover{background:var(--marron-oscuro);color:#fff}.panel-root .card{background:#fff;border-radius:var(--radius);padding:18px;box-shadow:var(--sombra);margin-bottom:14px;border:1px solid rgba(234,223,208,.6)}.panel-root .card-title{font-family:var(--font-heading);font-weight:700;font-size:1.15rem;margin-bottom:12px;color:var(--marron-oscuro)}.panel-root .field{margin-bottom:14px}.panel-root .field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--marron-medio)}.panel-root .field input,.panel-root .field select,.panel-root .field textarea{width:100%;padding:12px;border:1px solid var(--borde);border-radius:10px;font-size:15px;font-family:var(--font-body);background:#fff;color:var(--marron-oscuro)}.panel-root .field input:focus,.panel-root .field select:focus,.panel-root .field textarea:focus{outline:none;border-color:var(--amarillo);box-shadow:0 0 0 3px #fdb91340}.panel-root .error-text{color:var(--rojo);font-size:12px;margin-top:4px}.panel-root .plato-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.panel-root .plato-item{border:2px solid var(--borde);border-radius:var(--radius);padding:12px;cursor:pointer;background:#fff;text-align:center;transition:all .3s ease}.panel-root .plato-item:hover{border-color:var(--amarillo);box-shadow:var(--sombra)}.panel-root .plato-item.selected{border-color:var(--amarillo-oscuro);background:#fff7e0}.panel-root .plato-item.sinstock{opacity:.45;cursor:not-allowed}.panel-root .plato-nombre{font-weight:700;font-size:13px}.panel-root .plato-precio{font-size:12px;color:var(--marron-medio)}.panel-root .plato-stock{font-size:11px;color:var(--verde);font-weight:600}.panel-root .plato-stock.sin{color:var(--rojo)}.panel-root .plato-cat{font-size:10px;color:var(--marron-medio)}.panel-root .pedido-lista{list-style:none}.panel-root .pedido-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--borde)}.panel-root .cant-controller{display:flex;align-items:center;gap:8px}.panel-root .cant-btn{width:30px;height:30px;border-radius:8px;border:none;background:var(--beige);color:var(--marron-oscuro);font-weight:800;font-size:16px;cursor:pointer}.panel-root .cant-btn:hover{background:var(--amarillo)}.panel-root .pago-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.panel-root .pago-option{border:2px solid var(--borde);border-radius:var(--radius);padding:12px 8px;text-align:center;cursor:pointer;background:#fff;font-weight:700;font-size:13px;transition:all .3s ease}.panel-root .pago-option.selected{border-color:var(--amarillo-oscuro);background:#fff7e0}.panel-root .total-row{display:flex;justify-content:space-between;padding:6px 0}.panel-root .total-row.final{font-family:var(--font-heading);font-size:19px;font-weight:700;border-top:2px solid var(--borde);margin-top:6px;padding-top:10px}.panel-root .orden-card{border-left:6px solid var(--amarillo)}.panel-root .orden-card.pendiente{border-left-color:var(--naranja)}.panel-root .orden-card.preparando,.panel-root .orden-card.en_preparacion{border-left-color:var(--amarillo-oscuro)}.panel-root .orden-card.listo{border-left-color:var(--verde)}.panel-root .orden-card.delivery{border-left-color:var(--naranja)}.panel-root .orden-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.panel-root .orden-numero{font-family:var(--font-heading);font-size:24px;font-weight:900;color:var(--marron-oscuro)}.panel-root .orden-tiempo{font-size:12px;color:var(--marron-medio)}.panel-root .item-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px dashed var(--borde)}.panel-root .item-row:last-child{border-bottom:none}.panel-root .estado-chip{font-size:11px;font-weight:700;padding:3px 10px;border-radius:50px}.panel-root .chip-prep{background:#fff3e0;color:var(--naranja)}.panel-root .chip-list{background:#e8f5e9;color:var(--verde)}.panel-root .stock-control{display:flex;align-items:center;gap:8px}.panel-root .stock-input{width:64px;padding:6px;border:1px solid var(--borde);border-radius:8px;text-align:center}.panel-root .kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.panel-root .kpi{background:var(--marron-oscuro);color:#fff;border-radius:var(--radius);padding:16px;position:relative;overflow:hidden}.panel-root .kpi:after{content:"";position:absolute;right:-20px;top:-20px;width:70px;height:70px;border-radius:50%;background:#fdb9132e}.panel-root .kpi-label{font-size:12px;opacity:.85}.panel-root .kpi-value{font-family:var(--font-heading);font-size:26px;font-weight:700;color:var(--amarillo)}.panel-root .kpi.small{background:#fff;color:var(--marron-oscuro);border:1px solid var(--borde)}.panel-root .kpi.small:after{display:none}.panel-root .kpi.small .kpi-value{color:var(--marron-oscuro)}.panel-root .filtros-canal,.panel-root .tabs-scroll{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto;padding-bottom:2px}.panel-root .filtro-chip{border:2px solid var(--borde);background:#fff;color:var(--marron-oscuro);border-radius:50px;padding:7px 16px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .3s ease}.panel-root .filtro-chip:hover{border-color:var(--amarillo)}.panel-root .filtro-chip.active{background:var(--amarillo);border-color:var(--amarillo)}.panel-root .canal-chip{font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.panel-root .canal-salon{background:#e3f2fd;color:#1565c0}.panel-root .canal-delivery{background:#fff3e0;color:var(--naranja)}.panel-root .canal-recojo{background:#f3e5f5;color:#6a1b9a}.panel-root .pago-chip{font-size:11px;font-weight:800;padding:4px 10px;border-radius:6px}.panel-root .pago-pendiente{background:#eceff1;color:#546e7a}.panel-root .pago-porverificar{background:#fff3e0;color:var(--naranja)}.panel-root .pago-pagado{background:#e8f5e9;color:var(--verde)}.panel-root .pago-contraentrega{background:#efebe9;color:#5d4037}.panel-root .pago-cancelado{background:#ffebee;color:var(--rojo)}.panel-root .orden-cliente{font-size:13px;color:var(--marron-oscuro);background:#faf7f2;border-radius:10px;padding:10px 12px;margin-bottom:8px;border-left:3px solid var(--amarillo)}.panel-root .orden-espera-reparto{font-size:13px;font-weight:700;color:var(--naranja)}.panel-root .cobro-box{margin-top:10px;border-top:1px dashed var(--borde);padding-top:10px}.panel-root .dias-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.panel-root .dia-btn{border:2px solid var(--borde);background:#fff;border-radius:10px;padding:9px 0;font-weight:700;font-size:12px;cursor:pointer;transition:all .3s ease}.panel-root .dia-btn:hover{border-color:var(--amarillo)}.panel-root .dia-btn.active{border-color:var(--amarillo-oscuro);background:#fff7e0}.panel-root .login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,#fff7e0,#faf7f2 55%)}.panel-root .login-card{background:#fff;border-radius:20px;padding:34px 28px;width:100%;max-width:400px;box-shadow:var(--sombra-hover);border:1px solid var(--borde)}.panel-root .login-logo{width:84px;height:84px;border-radius:50%;object-fit:cover;border:3px solid var(--amarillo);display:block;margin:0 auto 14px;box-shadow:0 0 24px #fdb9134d}.panel-root .login-title{font-family:var(--font-heading);text-align:center;font-size:2rem;font-weight:700;color:var(--marron-oscuro);margin-bottom:2px}.panel-root .login-sub{text-align:center;color:var(--marron-medio);font-size:13px;margin-bottom:22px;letter-spacing:.5px}.panel-root .centered{display:grid;place-items:center;min-height:40vh;color:var(--marron-medio)}.panel-root .page-title{font-family:var(--font-heading);font-size:1.9rem;font-weight:700;margin-bottom:16px;color:var(--marron-oscuro)}.panel-root .seccion-title{font-size:13px;font-weight:700;margin:16px 0 10px;color:var(--marron-medio);text-transform:uppercase;letter-spacing:1px}.panel-root .toast{position:fixed;top:16px;left:50%;transform:translate(-50%);background:var(--marron-oscuro);color:#fff;padding:11px 20px;border-radius:50px;font-weight:600;z-index:300;box-shadow:var(--sombra-hover);animation:pDown .3s}@keyframes pDown{0%{opacity:0;transform:translate(-50%,-16px)}to{opacity:1;transform:translate(-50%)}}.panel-root .mapa-wrap{height:60vh;border-radius:var(--radius);overflow:hidden}.panel-root .table-list{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.panel-root .mesa-btn{border:2px solid var(--borde);border-radius:10px;padding:12px;background:#fff;font-weight:800;cursor:pointer;transition:all .3s ease}.panel-root .mesa-btn:hover{border-color:var(--amarillo)}.panel-root .mesa-btn.selected{border-color:var(--amarillo-oscuro);background:#fff7e0}.panel-root .cli-estado{border-radius:10px;padding:10px 14px;font-weight:700;font-size:13px;margin-bottom:16px}.panel-root .cli-estado.abierto{background:#e8f5e9;color:var(--verde)}.panel-root .cli-estado.cerrado{background:#ffebee;color:var(--rojo)}.panel-root .cli-plato{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--borde);border-radius:12px;padding:12px 14px;margin-bottom:8px}.panel-root .cli-plato.sinstock{opacity:.5}.panel-root .cli-plato-nombre{font-weight:700;font-size:15px}.panel-root .cli-plato-precio{font-size:13px;color:var(--marron-medio);margin-top:2px}.panel-root .cli-plato-agotado{font-size:12px;font-weight:700;color:var(--rojo)}.panel-root .cli-add{width:42px;height:42px;border-radius:12px;border:none;background:var(--amarillo);color:var(--marron-oscuro);font-weight:900;font-size:17px;cursor:pointer;transition:all .3s ease}.panel-root .cli-add:hover{background:var(--amarillo-oscuro)}.panel-root .cli-add:disabled{opacity:.4}.panel-root .cli-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid var(--borde)}.panel-root .cli-item-nombre{font-weight:700}.panel-root .cli-item-precio{font-size:12px;color:var(--marron-medio)}.panel-root .cli-item-cant{font-weight:800;min-width:20px;text-align:center}.panel-root .cli-item-quitar{border:none;background:none;color:var(--rojo);font-size:16px;cursor:pointer;margin-left:4px}.panel-root .cli-canal{display:grid;grid-template-columns:1fr 1fr;gap:10px}.panel-root .cli-canal-opt{display:flex;flex-direction:column;gap:4px;align-items:flex-start;padding:14px;border:2px solid var(--borde);border-radius:12px;background:#fff;cursor:pointer;font-weight:800;text-align:left;transition:all .3s ease}.panel-root .cli-canal-opt small{font-weight:600;font-size:11px;color:var(--marron-medio)}.panel-root .cli-canal-opt.sel{border-color:var(--amarillo-oscuro);background:#fff7e0}.panel-root .cli-pago-opts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.panel-root .cli-pago-opt{padding:14px 6px;border:2px solid var(--borde);border-radius:12px;background:#fff;font-weight:800;cursor:pointer;transition:all .3s ease}.panel-root .cli-pago-opt.sel{border-color:var(--amarillo-oscuro);background:#fff7e0}.panel-root .cli-qr{margin-top:16px;text-align:center}.panel-root .cli-qr-img{width:210px;height:210px;object-fit:contain;border:1px solid var(--borde);border-radius:12px}.panel-root .cli-qr-placeholder{width:210px;height:210px;margin:0 auto;display:grid;place-items:center;border:2px dashed var(--borde);border-radius:12px;color:var(--marron-medio);font-weight:700}.panel-root .cli-qr-num{margin-top:10px;font-size:14px}.panel-root .cli-qr-help{font-size:13px;color:var(--marron-medio);margin:8px 0}.panel-root .cli-efectivo{margin-top:12px;font-size:14px;color:var(--marron-medio)}.panel-root .cli-legal{font-size:12px;color:var(--marron-medio);text-align:center;margin-top:14px}.panel-root .cli-vacio{text-align:center;padding:40px 0;color:var(--marron-medio)}.panel-root .cli-codigo{text-align:center;font-size:14px;color:var(--marron-medio);margin-bottom:10px}.panel-root .cli-codigo strong{font-family:var(--font-heading);font-size:22px;letter-spacing:2px;color:var(--marron-oscuro)}.panel-root .cli-pago-chip{display:inline-block;color:#fff;font-weight:800;font-size:13px;padding:6px 14px;border-radius:50px;margin:0 auto 14px}.panel-root .cli-timeline{display:flex;justify-content:space-between;gap:4px}.panel-root .cli-paso{display:flex;flex-direction:column;align-items:center;gap:4px;opacity:.35;flex:1;transition:opacity .3s ease}.panel-root .cli-paso.activo{opacity:1}.panel-root .cli-paso-icon{font-size:22px}.panel-root .cli-paso-label{font-size:11px;font-weight:700;text-align:center}.panel-root .cli-item-simple{padding:4px 0;font-size:14px}.panel-root .cli-dato{padding:3px 0;font-size:14px}.panel-root .cli-dato span{color:var(--marron-medio)}.panel-root .cli-cancelado{color:var(--rojo);font-weight:700;text-align:center}.panel-root .pedir-fab{position:fixed;right:16px;bottom:24px;z-index:80;background:var(--amarillo);color:var(--marron-oscuro);border:none;border-radius:50px;padding:14px 22px;font-family:var(--font-body);font-weight:800;font-size:16px;cursor:pointer;box-shadow:0 8px 24px #3e272347;transition:all .3s ease}.panel-root .pedir-fab:hover{background:var(--amarillo-oscuro);transform:translateY(-2px)}.panel-root .pedir-fab-sec{position:fixed;right:16px;bottom:88px;z-index:80;background:#fff;color:var(--marron-oscuro);border:2px solid var(--amarillo);border-radius:50px;padding:9px 16px;font-family:var(--font-body);font-weight:700;font-size:13px;cursor:pointer;box-shadow:var(--sombra)}.panel-root .pedir-overlay{position:fixed;inset:0;z-index:3000;background:#3e27238c;display:flex;justify-content:center;align-items:flex-end}.panel-root .pedir-panel{background:var(--bg);width:100%;max-width:560px;height:92vh;border-radius:22px 22px 0 0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -10px 40px #00000040}.panel-root .pedir-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:var(--marron-oscuro);color:#fff}.panel-root .pedir-head strong{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--amarillo)}.panel-root .pedir-close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer}.panel-root .pedir-body{flex:1;overflow-y:auto;padding:16px}.panel-root .pedir-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-top:1px solid var(--borde);background:#fff}.panel-root .pedir-foot-info{display:flex;flex-direction:column}.panel-root .pedir-foot-info small{font-size:11px;color:var(--marron-medio)}.panel-root .pedir-foot-info strong{font-family:var(--font-heading);font-size:20px}@media(min-width:640px){.panel-root .pedir-overlay{align-items:center;padding:24px}.panel-root .pedir-panel{border-radius:22px;height:auto;max-height:min(760px,82vh);box-shadow:0 20px 60px #0000004d}}.panel-root .cli-leyenda{display:flex;gap:16px;margin-bottom:12px;font-size:13px;color:var(--marron-medio)}.panel-root .cli-leyenda span{display:inline-flex;align-items:center;gap:6px}.panel-root .cli-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;vertical-align:middle}.panel-root .cli-dot.verde{background:var(--verde)}.panel-root .cli-dot.rojo{background:var(--rojo)}.panel-root .cli-plato-left{display:flex;gap:10px;align-items:center;min-width:0}.panel-root .cli-plato-img{width:48px;height:48px;object-fit:cover;border-radius:8px;flex-shrink:0}.panel-root .cli-plato-img.ph{background:#ececec}.panel-root .cli-stepper{display:flex;align-items:center;gap:6px;flex-shrink:0}.panel-root .cli-step-btn{width:36px;height:36px;border-radius:10px;border:none;background:var(--amarillo);color:var(--marron-oscuro);font-weight:900;font-size:18px;cursor:pointer;transition:all .2s ease}.panel-root .cli-step-btn:hover{background:var(--amarillo-oscuro)}.panel-root .cli-step-btn:disabled{opacity:.35;cursor:not-allowed}.panel-root .cli-step-num{min-width:22px;text-align:center;font-weight:800}.panel-root .verpedido-fab{position:fixed;left:16px;bottom:84px;z-index:1500;background:#fff;color:var(--marron-oscuro);border:2px solid var(--amarillo);border-radius:50px;padding:12px 20px;font-family:var(--font-body);font-weight:700;font-size:14px;cursor:pointer;box-shadow:var(--sombra-hover);transition:all .3s ease}.panel-root .verpedido-fab:hover{background:var(--amarillo)}.panel-root .cli-warn{background:#fff3e0;border:1px solid #FFCC80;border-left:4px solid var(--naranja);color:#8a4b00;border-radius:10px;padding:12px 14px;font-size:14px;font-weight:600;margin-bottom:14px;display:flex;gap:8px;align-items:flex-start}.panel-root .mesa-abierta{border:1px solid var(--borde);border-radius:12px;padding:12px;margin-bottom:10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;background:#fffdf8}.panel-root .mesa-abierta-num{font-weight:800}.panel-root .mesa-abierta-items{font-size:12px;color:var(--marron-medio);margin-top:2px}.panel-root .mesa-abierta-right{display:flex;align-items:center;gap:10px}.panel-root .mesa-abierta-total{font-family:var(--font-heading);font-weight:700;font-size:18px}.panel-root .mesa-cobro{width:100%;margin-top:8px;border-top:1px dashed var(--borde);padding-top:10px}.panel-root .verificar-block{background:#fff7e0;border:1px solid #FFE0A3;border-left:5px solid var(--naranja);border-radius:12px;padding:14px;margin-bottom:14px}.panel-root .verificar-title{font-weight:800;color:var(--naranja);margin-bottom:10px;font-family:var(--font-heading);font-size:1.1rem}.panel-root .verificar-item{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;background:#fff;border-radius:10px;padding:10px 12px;margin-bottom:8px}.panel-root .verificar-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-weight:600}.panel-root .verificar-monto{font-family:var(--font-heading);font-weight:700}.panel-root .verificar-ref{font-size:12px;color:var(--marron-medio);margin-top:2px}.panel-root .shiny-text{background:linear-gradient(90deg,#3e2723 0% 35%,#fdb913 50%,#3e2723 65% 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:panel-shine linear infinite}@keyframes panel-shine{0%{background-position:200% center}to{background-position:-200% center}}.panel-root .barchart{display:flex;align-items:flex-end;gap:10px;padding:8px 4px 0}.panel-root .barchart-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:0}.panel-root .barchart-value{font-size:12px;font-weight:800;color:var(--marron-oscuro);margin-bottom:4px}.panel-root .barchart-track{flex:1;width:100%;max-width:46px;display:flex;align-items:flex-end}.panel-root .barchart-bar{width:100%;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#fdb913,#f39c12);box-shadow:0 4px 12px #f39c1259;transform-origin:bottom;animation:barGrow .8s cubic-bezier(.25,.46,.45,.94) both}@keyframes barGrow{0%{transform:scaleY(0);opacity:.3}to{transform:scaleY(1);opacity:1}}.panel-root .barchart-label{font-size:11px;color:var(--marron-medio);margin-top:6px;white-space:nowrap}.panel-root .gauge{display:inline-block}.panel-root .gauge-track{stroke:#f1e9dc}.panel-root .gauge-fill{transition:stroke-dasharray 1s ease}.panel-root .gauge-text{font-family:var(--font-heading);font-size:30px;font-weight:800;fill:var(--marron-oscuro)}.panel-root .gauge-sub{font-family:var(--font-body);font-size:12px;fill:var(--marron-medio)}
