.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.dashboard-page{padding:16px}.dashboard-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.dashboard-charts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dashboard-charts__item{min-width:0}.info-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:12px}.info-card__header{display:flex;justify-content:space-between;align-items:center}.info-card__label{font-size:14px;color:#6b7280;font-weight:500}.info-card__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.info-card__value{font-size:28px;font-weight:700;color:#111827;line-height:1.2}.info-card__unit{font-size:18px;font-weight:500;color:#374151}.info-card__change{font-size:13px;font-weight:500}.info-card__change--up{color:#16a34a}.info-card__change--down{color:#dc2626}.info-card__change--none{color:#9ca3af}@media screen and (max-width:1024px){.dashboard-charts{grid-template-columns:1fr 1fr}.dashboard-charts__item:first-child{grid-column:1/-1}}@media screen and (max-width:768px){.dashboard-cards{grid-template-columns:repeat(2,1fr);gap:12px}.info-card{padding:16px}.info-card__value{font-size:22px}.info-card__icon{width:34px;height:34px;font-size:16px}.dashboard-charts{grid-template-columns:1fr;gap:12px}.retire-banner{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 8px}.retire-banner__left{font-size:13px;gap:6px}.retire-banner__left i{font-size:18px}.retire-banner__arrow{align-self:flex-end;font-size:12px}.retire-banner__critical{display:block;margin-top:2px}}@media screen and (max-width:480px){.dashboard-cards{gap:8px}.info-card{padding:12px;gap:8px}.info-card__value{font-size:20px}.info-card__label{font-size:12px}.retire-banner{padding:10px 4px}.retire-banner__left{font-size:12px}.retire-banner__text{line-height:1.5}}.retire-banner{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;cursor:pointer;transition:all .15s}.retire-banner:hover{background:#fee2e2;border-color:#f87171;transform:translateY(-1px);box-shadow:0 2px 8px rgba(220,38,38,.12)}.retire-banner__left{display:flex;align-items:center;gap:10px;color:#dc2626;font-size:14px}.retire-banner__left i{font-size:20px}.retire-banner__text strong{font-weight:700}.retire-banner__critical{color:#b91c1c;font-weight:600}.retire-banner__arrow{color:#dc2626;font-size:13px;font-weight:500;white-space:nowrap}.retire-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:1000;display:flex;align-items:center;justify-content:center}.retire-popup{background:#fff;border-radius:12px;width:720px;max-width:95vw;max-height:80vh;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2)}.retire-popup__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e8e8e8}.retire-popup__header h3{margin:0;font-size:16px}.retire-popup__close{background:none;border:none;font-size:24px;cursor:pointer;color:#888;line-height:1}.retire-popup__close:hover{color:#333}.retire-popup__body{padding:16px 20px;overflow-y:auto;max-height:calc(80vh - 60px)}.retire-popup__table{width:100%;border-collapse:collapse;font-size:13px}.retire-popup__table th{padding:10px 8px;text-align:left;font-weight:600;font-size:12px;color:#888;border-bottom:2px solid #e0e0e0;white-space:nowrap}.retire-popup__table td{padding:10px 8px;border-bottom:1px solid #f0f0f0;white-space:nowrap}.retire-popup__table tr:hover{background:#fafafa}.retire-badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600}.retire-badge--warn{background:#fef3c7;color:#d97706}.retire-badge--danger{background:#fee2e2;color:#dc2626}.retire-badge--critical{background:#dc2626;color:#fff}@media (max-width:768px){.retire-popup{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}.retire-popup__body{max-height:calc(100vh - 60px)}}