:root{--bg:#f6f8fb;--nav:#fff;--accent:#2563eb;--muted:#64748b;--card:#fff;--muted-bg:#f1f5f9;--border:#e6eef8;color-scheme:light}#root,body,html{background:#f6f8fb;background:var(--bg);color:#0f172a;font-family:Inter,ui-sans-serif,system-ui,Roboto,Arial;height:100%;margin:0}.app{display:flex;min-height:100vh;overflow:visible}.navbar{background:#fff;background:var(--nav);border-right:1px solid #e6eef8;border-right:1px solid var(--border);box-shadow:0 6px 18px #0f172a0f;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:340px;z-index:1000}.calendar{flex:1 1;margin-left:340px;overflow:auto;padding:28px}.year-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.month{background:#fff;background:var(--card);border:1px solid #e6eef8;border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 14px #0f172a08;padding:12px}.weekdays{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(7,1fr)}.days{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(7,1fr)}.weekdays div{color:#64748b;color:var(--muted);font-size:12px;text-align:center}.day{background:#0000;border:1px solid #0000;border-radius:8px;height:60px;overflow:hidden;padding:8px;position:relative;transition:transform .12s,box-shadow .12s,background .12s}.day:hover{box-shadow:0 10px 24px #0f172a0f;transform:translateY(-4px)}.day.inactive{opacity:.28;pointer-events:none}.date-num{color:#64748b;color:var(--muted);font-size:12px;font-weight:700;position:absolute;right:12px;top:8px;z-index:5}.drop-highlight{outline:3px dashed #2563eb29;outline-offset:2px}.day.drop-target{outline:3px dashed var(--drop-color);outline-offset:2px}.days .day.weekend{background:#f3f4f6;border-radius:0}.day.filled.connected-left{border-bottom-left-radius:0;border-top-left-radius:0}.day.filled.connected-right{border-bottom-right-radius:0;border-top-right-radius:0}.day.filled.connected-both{border-radius:0}.day.selected:not(.filled){background:#2563eb14}.day.selected.weekend:not(.filled){background:#2563eb0f}.color-swatch{border:2px solid #e6eef8;border:2px solid var(--border);border-radius:8px;box-shadow:0 2px 6px #0206170a;cursor:pointer;height:34px;justify-content:center;width:34px}.category,.color-swatch{align-items:center;display:flex}.category{background:#f1f5f9;background:var(--muted-bg);border:1px solid #e6eef8;border:1px solid var(--border);border-radius:10px;cursor:grab;gap:12px;margin-bottom:10px;padding:10px}.category:hover{box-shadow:0 10px 24px #0f172a0a;transform:translateY(-4px)}.category.dragging{opacity:.95}.category.dragging .cat-color{border-radius:6px;box-shadow:0 6px 16px #0206170f;height:28px;width:28px}.meta .name{color:#0f172a;font-weight:700}.small-btn{background:#fff;border:1px solid #e6eef8;border:1px solid var(--border);border-radius:10px;box-shadow:0 3px 8px #02061708;color:#64748b;color:var(--muted);cursor:pointer;padding:8px}.small-btn:hover{transform:translateY(-1px)}.footer-note{font-size:13px;margin-top:10px}.footer-note,.seg-btn{color:#64748b;color:var(--muted)}.seg-btn{background:#fff;border:1px solid #e6eef8;border:1px solid var(--border);border-radius:8px;cursor:pointer;flex:1 1;padding:8px 10px}.seg-btn.selected{background:#2563eb;background:var(--accent);border-color:#0000;color:#fff}.day.filled{border-color:#0f172a0a;color:#fff;color:var(--card)}.day:focus{outline:3px solid #2563eb24}@media (max-width:980px){.navbar{height:auto;left:auto;position:relative;top:auto;width:100%}.app{flex-direction:column;height:auto}.calendar{margin-left:0;padding:12px}.year-grid{grid-template-columns:repeat(2,1fr)}}.label.spacer,.spacer,.spacer-top{margin-top:16px}.flex-1{flex:1 1}.create-ghost{cursor:pointer;opacity:.9}.create-icon{align-items:center;background:linear-gradient(135deg,#eef2ff,#e6f2ff);border-radius:6px;display:flex;font-weight:700;height:38px;justify-content:center;width:38px}.create-icon,.muted-text{color:#64748b;color:var(--muted)}.cat-color{border-radius:6px;height:38px;width:38px}.import-export{display:flex;gap:8px;margin-top:24px}.file-input{display:none}.month-title{margin:2px 0 8px;text-align:center}.day-modal{min-width:360px}.modal-section{margin-bottom:8px}.modal-header{align-items:center;display:flex;gap:8px}.cat-pill{border-radius:6px;height:24px;width:24px}.swap-select{border-radius:8px;padding:8px;width:100%}.seg-group{display:flex;gap:8px;margin-bottom:8px}.editor-content{display:flex;flex-direction:column;gap:12px;min-height:200px;min-width:340px;padding-top:5px}.mb-1{margin-bottom:8px}.palette{display:flex;flex-wrap:wrap;gap:8px}.swatch{border:1px solid #e6eef8;border:1px solid var(--border);border-radius:8px;box-sizing:border-box;cursor:pointer;height:40px;width:40px}.swatch.selected{border:3px solid #2563eb2e}.dialog-actions{padding:12px 24px}
/*# sourceMappingURL=main.6248c002.css.map*/