:root{--blue: #006AF5;--blue-light: #E8F0FE;--navy: #001633;--navy-mid: #0a2240;--navy-light: #1a3a5c;--surface: #ffffff;--surface-alt: #F7FAFD;--border: rgba(0, 22, 51, .08);--border-light: rgba(0, 22, 51, .05);--text: #001633;--text-secondary:#2c4a6e;--text-muted: #64748b;--radius-card: 16px;--radius-item: 8px;font-family:Satoshi Variable,Plus Jakarta Sans,system-ui,sans-serif;font-weight:450;color:var(--text);background:var(--surface-alt);-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--surface-alt)}.app-header{background:var(--navy);padding:0;position:sticky;top:0;z-index:100;box-shadow:0 1px #ffffff0f}.app-header__inner{max-width:100%;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.app-header__title{font-size:18px;font-weight:700;color:#fff;letter-spacing:-.01em}.app-header__sub{font-size:12px;color:#ffffff73;margin-top:2px;font-style:italic}.app-header__changelog-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffbf;font-family:inherit;font-size:12px;font-weight:500;padding:5px 12px;border-radius:8px;cursor:pointer;letter-spacing:.02em;transition:background .15s,color .15s,border-color .15s}.app-header__changelog-btn:hover{background:#ffffff24;border-color:#ffffff40;color:#fff}.app-header__year{font-size:32px;font-weight:800;color:#ffffff1a;letter-spacing:-.03em;-webkit-user-select:none;user-select:none}.app-main{flex:1;padding:24px}.app-header__right{display:flex;align-items:center;gap:8px}.app-header__print-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffbf;font-family:inherit;font-size:12px;font-weight:500;padding:5px 12px;border-radius:8px;cursor:pointer;letter-spacing:.02em;transition:background .15s,color .15s,border-color .15s}.app-header__print-btn:hover{background:#ffffff24;border-color:#ffffff40;color:#fff}@media print{@page{size:A3 landscape;margin:12mm}:root{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}body{background:#fff}.app{min-height:0;background:#fff}.app-header{position:static;box-shadow:none}.app-header__changelog-btn,.app-header__print-btn{display:none}.app-main{padding:12px 0 0}}.app-header__meta{font-size:11px;color:var(--text-muted);white-space:nowrap}.app-loading{padding:48px 24px;font-size:13px;color:var(--text-muted)}.ie-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00163359;display:flex;align-items:center;justify-content:center;z-index:9998;padding:24px}.ie-panel{background:var(--surface);border-radius:14px;border:1px solid var(--border);box-shadow:0 18px 50px #00163340;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;padding:18px 20px 16px;display:flex;flex-direction:column;gap:12px}.ie-panel__head{display:flex;align-items:center;justify-content:space-between}.ie-panel__title{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--navy)}.ie-close{border:none;background:transparent;font-size:22px;line-height:1;color:var(--text-muted);cursor:pointer;padding:0 4px}.ie-close:hover{color:var(--navy)}.ie-field{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.ie-field__label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.ie-row{display:flex;gap:10px;align-items:flex-start}.ie-input{font-family:inherit;font-size:13px;color:var(--navy);padding:7px 9px;border-radius:8px;border:1px solid var(--border);background:var(--surface);width:100%;box-sizing:border-box}.ie-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #3b82f626}.ie-textarea{resize:vertical;line-height:1.45}.ie-check{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-secondary);cursor:pointer;flex:1}.ie-panel__foot{display:flex;justify-content:space-between;gap:10px;margin-top:4px;padding-top:12px;border-top:1px solid var(--border)}.ie-btn{font-family:inherit;font-size:12px;font-weight:600;padding:7px 16px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer}.ie-btn--primary{background:var(--navy);border-color:var(--navy);color:#fff}.ie-btn--danger{color:#dc2626;border-color:#dc262659;background:#dc26260f}@media print{.ie-backdrop{display:none}}.rm-root{display:flex;flex-direction:column;gap:10px}.rm-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px 18px}.rm-filter-group{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.rm-filter-group__label{font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);margin-right:2px}.rm-cat-chip{font-family:inherit;font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:background .12s,color .12s,border-color .12s}.rm-cat-chip:hover{border-color:#00163333;color:var(--navy)}.rm-cat-chip--active{font-weight:600;background:var(--navy);border-color:var(--navy);color:#fff}.rm-cat-chip__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rm-empty{padding:48px 24px;text-align:center;font-size:13px;color:var(--text-muted)}.rm-filter-btn{font-family:inherit;font-size:12px;font-weight:500;padding:5px 14px;border-radius:20px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);cursor:pointer;letter-spacing:.01em;transition:background .12s,color .12s,border-color .12s}.rm-filter-btn:hover{background:var(--surface-alt);border-color:#00163326;color:var(--navy)}.rm-filter-btn--active{background:var(--navy);border-color:var(--navy);color:#fff}.rm-filter-btn--active:hover{background:var(--navy-light);border-color:var(--navy-light);color:#fff}.rm-filter-btn:disabled{opacity:.45;cursor:not-allowed}.rm-filter-btn--accent{border-color:var(--blue);color:var(--blue);font-weight:600}.rm-filter-btn--accent:hover{background:#3b82f614;color:var(--blue)}.rm-filter-group--edit{margin-left:auto}.rm-dirty{font-size:11px;font-weight:600;color:#b45309;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);padding:3px 9px;border-radius:10px}.rm-save-error{font-size:11px;font-weight:600;color:#dc2626;background:#dc262614;border:1px solid rgba(220,38,38,.35);padding:3px 9px;border-radius:10px}.rm-edit-hint{margin:0;font-size:11.5px;line-height:1.5;color:var(--text-muted);background:var(--surface-alt);border:1px dashed var(--border);border-radius:10px;padding:8px 12px}.rm-wrapper{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 120px);border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:0 4px 24px #001a330f}.rm-grid{position:relative}.rm-corner,.rm-header-quarter,.rm-header-month,.rm-cat-strip,.rm-track-label,.rm-pillar-label{position:sticky}.rm-header-quarter{top:0;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.12);z-index:30}.rm-header-month{display:flex;align-items:center;justify-content:center;background:var(--navy-mid);color:#ffffffbf;font-size:11px;font-weight:500;letter-spacing:.04em;border-right:1px solid rgba(255,255,255,.08);z-index:30}.rm-header-month--current{background:var(--blue);color:#fff;font-weight:700}.rm-corner{background:var(--navy);z-index:40}.rm-corner--month{background:var(--navy-mid)}.rm-cat-strip{left:0;z-index:20;opacity:.85}.rm-pillar-label{left:8px;display:flex;align-items:center;gap:8px;padding:0 12px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:20;overflow:hidden}.rm-pillar-label__name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--navy);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.rm-pillar-label__owner{font-size:10px;font-weight:600;padding:2px 7px;border-radius:10px;white-space:nowrap;flex-shrink:0;letter-spacing:.01em}.rm-pillar-goal{display:flex;align-items:center;gap:10px;padding:0 14px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.rm-pillar-goal__count{font-size:10px;font-weight:700;letter-spacing:.04em;padding:2px 8px;border:1px solid;border-radius:10px;white-space:nowrap;flex-shrink:0}.rm-track-label{left:8px;display:flex;align-items:center;gap:6px;padding:0 12px;background:var(--surface);border-bottom:1px solid var(--border);z-index:20}.rm-track-label__text{font-size:12px;font-weight:500;color:var(--text-secondary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;min-width:0}.rm-track-label--tbd .rm-track-label__text{color:var(--text-muted);font-style:italic}.rm-track-label__link,.rm-item__link{color:inherit;text-decoration:none;cursor:pointer}.rm-track-label__link:hover,.rm-item__link:hover{text-decoration:underline}.rm-track-label__cat{font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:2px 6px;border-radius:8px;flex-shrink:0}.rm-track-label__tbd-badge{font-size:9px;font-weight:700;letter-spacing:.06em;color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border);padding:1px 5px;border-radius:4px;flex-shrink:0}.rm-track-label__blocked-badge{font-size:9px;font-weight:700;letter-spacing:.06em;color:#dc2626;background:#dc26261a;border:1px solid rgba(220,38,38,.35);padding:1px 5px;border-radius:4px;flex-shrink:0}.rm-month-bg{background:var(--surface);border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.rm-month-bg--current{background:#3b82f60e}.rm-month-bg--track-end{border-bottom:1px solid var(--border)}.rm-col--year-start{box-shadow:inset 1px 0 #00163338}.rm-slot-overlay{position:relative;overflow:visible;z-index:10}.rm-item{position:absolute;top:6px;bottom:6px;border-radius:6px;display:flex;align-items:center;gap:4px;padding:0 8px;overflow:hidden;cursor:default;transition:filter .15s ease,box-shadow .15s ease}.rm-item:hover{filter:brightness(1.05);box-shadow:0 2px 8px #0000001f;z-index:2}.rm-item--editable{cursor:grab;-webkit-user-select:none;user-select:none}.rm-item--editable:active{cursor:grabbing}.rm-item__handle{position:absolute;top:0;bottom:0;width:8px;cursor:ew-resize;background:transparent}.rm-item__handle:hover{background:#0016331f}.rm-item__handle--start{left:0;border-radius:6px 0 0 6px}.rm-item__handle--end{right:0;border-radius:0 6px 6px 0}.rm-track-actions{display:inline-flex;gap:3px;flex-shrink:0}.rm-icon-btn{font-family:inherit;font-size:12px;line-height:1;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer}.rm-icon-btn:hover{color:var(--navy);border-color:#00163338;background:var(--surface-alt)}.rm-item__text{font-size:11.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;flex:1;min-width:0}.rm-item__badge{font-size:10px;font-weight:700;flex-shrink:0;opacity:.8}.rm-item__badge--ongoing{opacity:.6}.rm-item--done{opacity:.82}.rm-item--done .rm-item__text{text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:currentColor;opacity:.85}.rm-item__badge--done{opacity:.9}.rm-note-icon{position:relative;display:inline-flex;align-items:center;flex-shrink:0;color:var(--text-muted);cursor:default}.rm-note-icon:hover{color:var(--navy)}.rm-note-tooltip{display:none;position:fixed;z-index:9999;background:var(--navy);color:#fff;font-size:11px;font-weight:400;font-style:normal;line-height:1.45;padding:6px 10px;border-radius:6px;white-space:normal;width:max-content;max-width:260px;pointer-events:none;box-shadow:0 4px 12px #0000002e}.rm-note-icon--item{font-size:0}.rm-note-icon--item svg{width:12px;height:12px}.rm-today-line{position:absolute;top:0;bottom:0;width:2px;background:#ef4444;opacity:.55}.rm-today-line__pill{position:absolute;top:4px;left:50%;transform:translate(-50%);background:#ef4444;color:#fff;font-size:8px;font-weight:700;letter-spacing:.09em;padding:2px 6px;border-radius:8px;white-space:nowrap}.rm-legend{display:flex;align-items:center;flex-wrap:wrap;gap:6px 16px;padding:12px 16px;border-top:1px solid var(--border);background:var(--surface);border-radius:0 0 16px 16px}.rm-legend__item{display:flex;align-items:center;gap:6px}.rm-legend__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rm-legend__planned{width:20px;height:10px;border-radius:3px;border:1px solid rgba(100,116,139,.35);border-left:3px solid #64748B;background:#64748b24;flex-shrink:0}.rm-legend__tbd,.rm-legend__blocked{font-size:9px;font-weight:700;letter-spacing:.06em;padding:1px 5px;border-radius:4px;flex-shrink:0}.rm-legend__tbd{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border)}.rm-legend__blocked{color:#dc2626;background:#dc26261a;border:1px solid rgba(220,38,38,.35)}.rm-legend__today{width:3px;height:12px;background:#ef4444;opacity:.6;border-radius:2px;flex-shrink:0}.rm-legend__uncertain{width:20px;height:10px;border-radius:3px;border:1.5px dashed #94a3b8;flex-shrink:0}.rm-legend__ongoing{width:20px;height:10px;border-radius:3px;border:1px solid #94a3b8;background:#94a3b826;flex-shrink:0}.rm-legend__done{width:20px;height:10px;border-radius:3px;border:1px solid #94a3b8;background:repeating-linear-gradient(45deg,#94a3b859 0,#94a3b859 3px,#94a3b81a 3px,#94a3b81a 6px);flex-shrink:0}.rm-legend__label{font-size:11px;color:var(--text-muted);font-weight:500}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.rm-wrapper{overflow:visible;max-height:none;border:none;box-shadow:none;border-radius:0}.rm-grid{grid-template-columns:8px 190px repeat(12,108px)!important;min-width:0!important}.rm-corner,.rm-header-quarter,.rm-header-month,.rm-cat-strip,.rm-track-label,.rm-pillar-label{position:static!important}.rm-pillar-label,.rm-pillar-goal,.rm-track-label,.rm-slot-overlay{page-break-inside:avoid;break-inside:avoid}.rm-filter-bar,.rm-edit-hint,.rm-track-actions,.rm-item__handle{display:none}.rm-item:hover{filter:none;box-shadow:none}.rm-legend{border-radius:0}}.cl-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00163373;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;justify-content:flex-end}.cl-panel{width:480px;max-width:100vw;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 40px #00163324;animation:cl-slide-in .22s cubic-bezier(.25,.46,.45,.94)}@keyframes cl-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cl-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--border);background:var(--navy);flex-shrink:0}.cl-header__title{font-size:14px;font-weight:700;color:#fff;letter-spacing:.02em}.cl-close{background:none;border:none;color:#ffffff80;font-size:14px;cursor:pointer;padding:4px 6px;border-radius:6px;line-height:1;transition:color .15s,background .15s}.cl-close:hover{color:#fff;background:#ffffff1a}.cl-body{flex:1;overflow-y:auto;padding:24px}.cl-h1{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:4px}.cl-h2{font-size:13px;font-weight:700;margin-top:24px;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border-light)}.cl-h2__date{color:var(--blue);font-variant-numeric:tabular-nums}.cl-h2__title{color:var(--text-secondary);font-weight:500}.cl-hr{border:none;border-top:1px solid var(--border);margin:16px 0}.cl-p{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:8px;font-style:italic}.cl-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.cl-list li{font-size:13px;color:var(--text-secondary);line-height:1.5}
