@charset "UTF-8";/*!
 * AZ Dashboard Component v2.0.0
 * Self-contained dashboard layout for AZ UI Kit — stat tiles, alert hub,
 * action queues, quick actions, gauge/meter/spotlight/segbar widgets.
 * Pure CSS grid/flex, NO Bootstrap dependency.
 * Copyright 2026 Tunet Ltd · Licensed under MIT
 */.az-ic{width:1.05em;height:1.05em;flex-shrink:0;display:inline-block;vertical-align:-.14em}.az-ic-spin{animation:az-ic-spin .9s linear infinite}@keyframes az-ic-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.az-ic-spin{animation-duration:1.8s}}.az-dash{display:flex;flex-direction:column;gap:1rem}.az-dash-grid{display:grid;gap:1rem;width:100%;align-items:start}.az-dash-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}@media (max-width:1200px){.az-dash-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.az-dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}.az-dash-2col{grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.az-dash-1col{grid-template-columns:1fr}.az-dash-charts{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.az-kpi{position:relative;display:block;padding:1rem 1.15rem 1.1rem}.az-kpi-icon{position:absolute;top:1rem;right:1.1rem;width:auto;height:auto;font-size:1rem;line-height:1;color:rgba(236,238,244,.4);background:0 0;border-radius:0}svg.az-kpi-icon{width:1.05rem;height:1.05rem}.az-kpi-body{display:flex;flex-direction:column-reverse;gap:.45rem;min-width:0}.az-kpi-value{font-size:1.65rem;font-weight:600;line-height:1.05;color:#eceef4;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.az-kpi-label{font-size:.68rem;font-weight:600;line-height:1.35;text-transform:uppercase;letter-spacing:.1em;color:rgba(236,238,244,.62);padding-right:1.5rem}.az-kpi-sublabel{font-size:.72rem;color:rgba(236,238,244,.4)}.az-kpi--positive .az-kpi-icon{color:#35c46f}.az-kpi--warning .az-kpi-icon{color:#e6b84a}.az-kpi--danger .az-kpi-icon{color:#f06a6a}.az-kpi--info .az-kpi-icon{color:rgba(236,238,244,.4)}.az-kpi--trend{display:flex;flex-direction:column;gap:.45rem}a.az-kpi--trend{text-decoration:none;color:inherit}a.az-kpi--trend:hover{border-color:rgba(255,255,255,.18)}.az-kpi-value-line{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;min-width:0}.az-kpi-note{font-size:.68rem;font-weight:600;line-height:1.4;padding:.08rem .5rem;border-radius:99px;white-space:nowrap;background:rgba(255,255,255,.06);color:rgba(236,238,244,.62)}.az-kpi-note--up{color:#35c46f;background:rgba(36,192,99,.13)}.az-kpi-note--down{color:#f06a6a;background:rgba(250,85,85,.13)}.az-kpi-note--warn{color:#e6b84a;background:rgba(240,198,70,.13)}.az-kpi-spark{width:100%;height:26px;margin-top:.35rem}.az-kpi-spark .az-kpi-spark-line{fill:none;stroke:#f6b73c;stroke-width:1.5}.az-kpi-spark .az-kpi-spark-fill{fill:#f6b73c;opacity:.1;stroke:none}.az-kpi-spark circle{fill:#f6b73c}.az-dash-card-title{display:flex;align-items:center;gap:.6rem;margin:0;padding:.9rem 1.15rem;font-size:.92rem;font-weight:600;letter-spacing:-.01em;color:#eceef4;border-bottom:1px solid rgba(255,255,255,.09)}.az-dash-card-title .az-ic,.az-dash-card-title i{width:1.1rem;font-size:.9rem;text-align:center;flex-shrink:0;color:rgba(236,238,244,.4)}.az-dash-card-title .az-ic{height:1rem}.az-dash-card-body{padding:1rem 1.15rem 1.15rem}.az-alert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.7rem}.az-alert{display:flex;align-items:center;gap:.8rem;min-height:0;padding:.75rem .9rem;border-radius:12px;font-size:.84rem;line-height:1.3;text-decoration:none;color:#eceef4;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.02);transition:background .2s ease,border-color .2s ease}.az-alert:hover{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.16)}.az-bento-card a.az-alert,.az-bento-card a.az-queue-item{display:flex}.az-alert>.az-ic,.az-alert>i{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0;border-radius:10px;font-size:.9rem;color:rgba(236,238,244,.62);background:rgba(255,255,255,.06)}.az-alert>.az-ic{padding:8px;box-sizing:border-box}.az-alert span{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1 1 auto;font-size:.78rem;line-height:1.35;color:rgba(236,238,244,.62)}.az-alert-count{font-size:1.25rem;font-weight:600;line-height:1.1;color:#eceef4;font-variant-numeric:tabular-nums}.az-alert::after{content:"";flex-shrink:0;width:7px;height:7px;border-right:1.5px solid currentColor;border-top:1.5px solid currentColor;transform:rotate(45deg);opacity:.3;transition:opacity .2s ease,transform .2s ease}.az-alert:hover::after{opacity:.6;transform:rotate(45deg) translate(1px,-1px)}.az-alert--positive{border-color:rgba(53,196,111,.22)}.az-alert--positive>.az-ic,.az-alert--positive>i{color:#35c46f;background:rgba(36,192,99,.13)}.az-alert--positive .az-alert-count{color:#35c46f}.az-alert--positive:hover{border-color:rgba(53,196,111,.4);background:rgba(36,192,99,.05)}.az-alert--negative{border-color:rgba(240,106,106,.25)}.az-alert--negative>.az-ic,.az-alert--negative>i{color:#f06a6a;background:rgba(250,85,85,.13)}.az-alert--negative .az-alert-count{color:#f06a6a}.az-alert--negative:hover{border-color:rgba(240,106,106,.45);background:rgba(250,85,85,.05)}.az-alert--neutral{cursor:pointer}.az-alert--neutral>.az-ic,.az-alert--neutral>i{color:#f6b73c;background:rgba(246,183,60,.1)}.az-alert--neutral span{flex-direction:row;align-items:center;font-size:.875rem;font-weight:500;color:#eceef4}.az-alert--neutral:hover{background:rgba(246,183,60,.06);border-color:rgba(246,183,60,.3)}.az-queue-list{display:flex;flex-direction:column}.az-queue-item{display:flex;align-items:center;gap:.7rem;padding:.62rem .5rem;border-radius:10px;font-size:.875rem;color:#eceef4;text-decoration:none;box-shadow:0 1px 0 rgba(255,255,255,.09);transition:background .15s ease}.az-queue-item:last-child{box-shadow:none}.az-queue-item:hover{background:rgba(255,255,255,.04)}.az-queue-item .az-ic,.az-queue-item i{width:1.05rem;font-size:.85rem;text-align:center;flex-shrink:0;color:rgba(236,238,244,.4)}.az-queue-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.az-queue-meta{font-size:.78rem;color:rgba(236,238,244,.62);flex-shrink:0;font-variant-numeric:tabular-nums}.az-queue-empty{display:flex;align-items:center;gap:.55rem;padding:1rem .5rem;font-size:.875rem;color:rgba(236,238,244,.62)}.az-queue-empty .az-ic,.az-queue-empty i{color:#35c46f}.az-queue-footer{margin-top:.75rem;text-align:right}.az-queue-footer a{font-size:.8rem;font-weight:600;color:#f6b73c;text-decoration:none}.az-queue-footer a:hover{text-decoration:underline}.az-dash-card-pad{padding:1.15rem}.az-bento-card:has(.az-chart) .az-dash-card-pad{min-height:320px;display:flex;flex-direction:column;justify-content:center}.az-dash-1col .az-dash-card-pad [data-az-calendar]{max-width:1400px;margin:0 auto}.az-dash-charts,.az-dash-kpis{align-items:stretch}.az-dash-charts>.az-bento-card{display:flex;flex-direction:column;min-height:452px}.az-dash-charts>.az-bento-card>.az-dash-card-pad{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.az-gauge{display:flex;flex-direction:column;align-items:center;gap:1.1rem;width:100%}.az-gauge-ring{position:relative;width:182px;height:182px;flex-shrink:0}.az-gauge-ring svg{width:100%;height:100%;transform:rotate(-90deg);transform-origin:center}.az-gauge-track{fill:none;stroke:rgba(255,255,255,0.08);stroke-width:15}.az-gauge-stop-a{stop-color:var(--az-gauge-color,#35c46f);stop-opacity:1}.az-gauge-stop-b{stop-color:var(--az-gauge-color,#35c46f);stop-opacity:0.55}.az-gauge-fill{--az-circ:540.35;fill:none;stroke:url(#azGaugeGrad);stroke-width:15;stroke-linecap:round;stroke-dasharray:var(--az-circ);stroke-dashoffset:calc(var(--az-circ) * (1 - var(--az-gauge-pct,0)/ 100));transition:stroke-dashoffset 1s cubic-bezier(.4, 0, .2, 1)}.az-gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.az-gauge-score{font-size:2.7rem;font-weight:600;line-height:1;letter-spacing:-.03em;color:#eceef4;font-variant-numeric:tabular-nums}.az-gauge-score small{font-size:1rem;font-weight:600;color:rgba(236,238,244,.4);letter-spacing:0}.az-gauge-grade{margin-top:.5rem;padding:.2rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.02em;color:var(--az-gauge-color,#35c46f);background:color-mix(in srgb,var(--az-gauge-color,#35c46f) 14%,transparent)}.az-gauge-scale{display:flex;gap:5px;width:100%;margin-top:auto}.az-gauge-scale-seg{flex:1;padding:.4rem .2rem;border-radius:.5rem;border:1px solid transparent;font-size:.62rem;font-weight:600;letter-spacing:.06em;text-align:center;text-transform:uppercase;color:rgba(236,238,244,.4);background:rgba(255,255,255,.04);transition:color .2s ease,border-color .2s ease}.az-gauge-scale-seg.is-active{color:var(--seg,#eceef4);border-color:var(--seg,#eceef4);background:color-mix(in srgb,var(--seg,#eceef4) 14%,transparent)}.az-gauge-caption{margin:0;max-width:36ch;font-size:.8rem;line-height:1.45;text-align:center;color:rgba(236,238,244,.62)}.az-meter-list{display:flex;flex-direction:column;gap:1.35rem;width:100%}.az-meter-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.az-meter-label{display:flex;align-items:center;gap:.6rem;min-width:0;font-size:.875rem;line-height:1.3;color:#eceef4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.az-meter-label .az-ic,.az-meter-label i{width:1.05rem;flex-shrink:0;text-align:center;font-size:.85rem;color:rgba(236,238,244,.4)}.az-meter-value{flex-shrink:0;font-size:.95rem;font-weight:600;line-height:1.3;color:#eceef4;font-variant-numeric:tabular-nums}.az-meter-track{position:relative;height:8px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden}.az-meter-fill{height:100%;width:0;border-radius:999px;background-color:var(--az-meter-color,#35c46f);transition:width 1s cubic-bezier(.4, 0, .2, 1)}.az-spotlight-list{display:flex;flex-direction:column;width:100%}.az-spotlight-row{display:flex;align-items:center;gap:.8rem;padding:.75rem .5rem;border-radius:10px;box-shadow:0 1px 0 rgba(255,255,255,.09);transition:background .15s ease}.az-spotlight-row:last-child{box-shadow:none}.az-spotlight-row:hover{background:rgba(255,255,255,.035)}.az-spotlight-icon{display:grid;place-items:center;width:34px;height:34px;flex-shrink:0;border-radius:10px;font-size:.9rem;color:rgba(236,238,244,.62);background:rgba(255,255,255,.06)}.az-spotlight-icon .az-ic{width:1rem;height:1rem}.az-spotlight-row--negative .az-spotlight-icon{color:#f06a6a;background:rgba(250,85,85,.13)}.az-spotlight-row--positive .az-spotlight-icon{color:#35c46f;background:rgba(36,192,99,.13)}.az-spotlight-row--neutral .az-spotlight-icon{color:rgba(236,238,244,.62);background:rgba(255,255,255,.06)}.az-spotlight-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.1rem}.az-spotlight-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.az-spotlight-value{font-size:1.25rem;font-weight:600;line-height:1.1;color:#eceef4;font-variant-numeric:tabular-nums}.az-spotlight-label{font-size:.8rem;line-height:1.3;color:rgba(236,238,244,.62)}.az-spotlight-trend{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;padding:.25rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600;white-space:nowrap}.az-spotlight-trend::before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.az-spotlight-trend--positive{color:#35c46f;background:rgba(36,192,99,.13)}.az-spotlight-trend--negative{color:#f06a6a;background:rgba(250,85,85,.13)}.az-spotlight-trend--neutral{color:rgba(236,238,244,.62);background:rgba(255,255,255,.06)}.az-segbar{display:flex;flex-direction:column;gap:1.35rem;width:100%}.az-segbar-track{display:flex;width:100%;height:12px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.05)}.az-segbar-seg{height:100%;min-width:3px;transition:width 1s cubic-bezier(.4, 0, .2, 1)}.az-segbar-seg+.az-segbar-seg{box-shadow:-1px 0 0 rgba(0,0,0,.55)}.az-segbar-legend{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.5rem}.az-segbar-key{display:flex;align-items:center;gap:.55rem;font-size:.84rem;color:rgba(236,238,244,.62)}.az-segbar-key .dot{width:8px;height:8px;flex-shrink:0;border-radius:50%}.az-segbar-key b{margin-left:auto;font-weight:600;color:#eceef4;font-variant-numeric:tabular-nums}.az-segbar-caption{margin:0;font-size:.8rem;line-height:1.4;text-align:center;color:rgba(236,238,244,.62)}.az-dash-table-toolbar{display:flex;align-items:center;gap:.75rem;padding:0 1.15rem .85rem;flex-wrap:wrap}.az-dash-table-search{flex:1 1 240px;max-width:340px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:.5rem .85rem;color:#eceef4;font-size:.875rem;outline:0}.az-dash-table-search::placeholder{color:rgba(236,238,244,.45)}.az-dash-table-search:focus{border-color:rgba(246,183,60,.6)}.az-dash-table-count{font-size:.8rem;color:rgba(236,238,244,.55)}.az-dash-table-wrap{overflow-x:auto;padding:0 .6rem .9rem}.az-dash-table{width:100%;border-collapse:collapse;font-size:.875rem}.az-dash-table th{text-align:left;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(236,238,244,.5);padding:.55rem .6rem;white-space:nowrap}.az-dash-table td{padding:.62rem .6rem;color:#eceef4;box-shadow:0 1px 0 rgba(255,255,255,.08);vertical-align:middle}.az-dash-table tr:hover td{background:rgba(255,255,255,.04)}.az-dash-table-lead{font-weight:600;white-space:nowrap}.az-dash-table-sub{display:block;font-size:.75rem;color:rgba(236,238,244,.55);font-weight:400}.az-dash-table-num{font-variant-numeric:tabular-nums}.az-dash-table-actions{display:flex;gap:.35rem}.az-dash-table-actions a{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:8px;background:rgba(255,255,255,.06);color:rgba(236,238,244,.75)}.az-dash-table-actions a:hover{background:rgba(246,183,60,.2);color:#f6b73c}.az-dash-table-actions .az-ic{width:.95rem;height:.95rem}@media (max-width:768px){.az-dash-table td.az-dash-table-collapsible,.az-dash-table th.az-dash-table-collapsible{display:none}}.az-chip{display:inline-block;padding:.18rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;white-space:nowrap}.az-chip--positive{background:rgba(53,196,111,.16);color:#35c46f}.az-chip--warning{background:rgba(246,183,60,.16);color:#f6b73c}.az-chip--negative{background:rgba(235,87,87,.16);color:#f06a6a}.az-chip--muted{background:rgba(236,238,244,.12);color:rgba(236,238,244,.6)}.az-dash-banner{display:flex;align-items:center;gap:.6rem;border-radius:12px;padding:.7rem 1rem;font-size:.875rem}.az-dash-banner .az-ic{width:1.05rem;height:1.05rem;flex-shrink:0}.az-dash-banner--success{background:rgba(53,196,111,.14);color:#35c46f}.az-dash-banner--error{background:rgba(235,87,87,.14);color:#f06a6a}.az-demo-chip{display:inline-flex;align-items:center;gap:.4rem;background:rgba(246,183,60,.16);color:#f6b73c;border-radius:999px;padding:.2rem .7rem;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;vertical-align:middle}.az-page-cta{display:inline-flex;align-items:center;gap:.5rem;background:#f6b73c;color:#1c2333;border:0;border-radius:12px;padding:.6rem 1.1rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.az-page-cta:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(246,183,60,.35)}.az-page-cta .az-ic{width:1rem;height:1rem}.az-page-cta-link{font-size:.8rem;font-weight:600;color:rgba(236,238,244,.65);text-decoration:none;margin-left:.9rem}.az-page-cta-link:hover{color:#f6b73c}@media (max-width:1100px){.az-dash-charts>.az-bento-card{min-height:380px}}@media (max-width:600px){.az-dash{gap:.85rem}.az-dash-grid{gap:.85rem}.az-dash-charts>.az-bento-card{min-height:0}.az-dash-card-title{padding:.85rem 1rem}.az-dash-card-pad{padding:1rem}.az-dash-card-body{padding:.9rem 1rem 1rem}.az-kpi{padding:.85rem 1rem .95rem}.az-kpi-value{font-size:1.45rem}.az-alert-grid{grid-template-columns:1fr}.az-gauge-ring{width:168px;height:168px}}