body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#0f1216;--panel:#171b22;--panel-2:#1d232c;--text:#e7edf6;--muted:#a9b4c7;--border:#2a3340;--accent:#4ea1ff}*{box-sizing:border-box}body{background:#0f1216;background:var(--bg);color:#e7edf6;color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;margin:0}.app{margin:0 auto;max-width:1200px;padding:24px}.header{align-items:baseline;display:flex;gap:12px;margin-bottom:16px}.title{font-size:20px;font-weight:600}.subtitle{color:#a9b4c7;color:var(--muted);font-size:14px}.filters{align-items:flex-end;background:#171b22;background:var(--panel);border:1px solid #2a3340;border:1px solid var(--border);border-radius:8px;display:flex;gap:12px;margin-bottom:16px;padding:12px}.field{grid-gap:6px;display:grid;gap:6px}label{color:#a9b4c7;color:var(--muted);font-size:12px}input{background:#1d232c;background:var(--panel-2);border:1px solid #2a3340;border:1px solid var(--border);border-radius:6px;color:#e7edf6;color:var(--text);min-width:160px;padding:8px 10px}input::placeholder{color:#7f8aa0}.submit-btn{background:#4ea1ff;background:var(--accent);border:none;border-radius:6px;color:#0b0f14;cursor:pointer;font-weight:600;padding:10px 14px}.submit-btn:hover{filter:brightness(1.05)}.legend{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(280px,1fr));margin:16px 0 24px}.legend-item{align-items:center;background:#171b22;background:var(--panel);border:1px solid #2a3340;border:1px solid var(--border);border-radius:8px;display:flex;gap:10px;padding:8px}.legend-swatch{border:2px solid #2a3340;border:2px solid var(--border);border-radius:50%;height:22px;width:22px}.legend-text{grid-gap:2px;display:grid;gap:2px}.legend-label{font-size:13px;font-weight:600}.legend-code{color:#a9b4c7;color:var(--muted);font-size:12px}.months{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.month{background:#171b22;background:var(--panel);border:1px solid #2a3340;border:1px solid var(--border);border-radius:10px;padding:12px}.month-header{font-weight:600;margin-bottom:8px}.weekdays{grid-gap:6px;color:#a9b4c7;color:var(--muted);display:grid;font-size:12px;gap:6px;grid-template-columns:repeat(7,1fr);margin-bottom:6px}.weekday{text-align:center}.grid{grid-gap:6px;grid-template-rows:repeat(6,1fr)}.grid,.row{display:grid;gap:6px}.row{grid-gap:6px;grid-template-columns:repeat(7,1fr)}.cell{background:#1d232c;background:var(--panel-2);border:1px solid #2a3340;border:1px solid var(--border);border-radius:8px;display:grid;grid-template-rows:auto 1fr;min-height:84px;padding:6px}.cell.empty{background:#0000;border:1px dashed #2a3340;border:1px dashed var(--border)}.date{color:#a9b4c7;color:var(--muted);font-size:12px}.badges{align-content:flex-start;display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.badge{align-items:center;border:2px solid #0000;border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;height:26px;justify-content:center;line-height:1;min-width:26px;padding:0 8px}.badge.dimmed{filter:grayscale(80%);opacity:.3}.legend-item.active{outline:2px solid #333}select{-webkit-appearance:none;appearance:none;background:#1d232c;background:var(--panel-2);border:1px solid #2a3340;border:1px solid var(--border);border-radius:6px;color:#e7edf6;color:var(--text);min-width:160px;padding:8px 10px}select:focus{border-color:#4ea1ff;border-color:var(--accent);outline:none}option{background:#1d232c;background:var(--panel-2);color:#e7edf6;color:var(--text)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.78f29971.css.map*/