@charset "UTF-8";.plando-rte{display:flex;flex-direction:column;gap:8px}.plando-rte-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:4px;border-radius:10px;background:var(--plando-surface-low)}.plando-rte-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:7px;background:transparent;color:var(--plando-text-secondary);cursor:pointer;transition:background .12s ease,color .12s ease}.plando-rte-btn:hover{background:var(--plando-surface-mid);color:var(--plando-text-primary)}.plando-rte-btn.is-active{background:var(--plando-primary-soft);color:var(--plando-primary)}.plando-rte-editor .plando-rte-content{min-height:var(--plando-rte-min-h, 96px);outline:none;font-size:14px;line-height:1.65;color:var(--plando-text-primary);word-break:break-word}.plando-rte-content .is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--plando-text-tertiary);pointer-events:none;height:0;float:left}.plando-rte-content p{margin:0 0 8px}.plando-rte-content p:last-child{margin-bottom:0}.plando-rte-content h2{font-size:18px;font-weight:800;letter-spacing:-.02em;margin:14px 0 6px}.plando-rte-content h3{font-size:15.5px;font-weight:800;letter-spacing:-.01em;margin:12px 0 5px}.plando-rte-content h2:first-child,.plando-rte-content h3:first-child{margin-top:0}.plando-rte-content ul,.plando-rte-content ol{margin:0 0 8px;padding-left:22px}.plando-rte-content li{margin:2px 0}.plando-rte-content li>p{margin:0}.plando-rte-content blockquote{margin:8px 0;padding:2px 12px;border-left:3px solid var(--plando-border);color:var(--plando-text-secondary)}.plando-rte-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em;padding:1px 5px;border-radius:5px;background:var(--plando-surface-mid);color:var(--plando-text-primary)}.plando-rte-content pre{margin:8px 0;padding:10px 12px;border-radius:10px;background:var(--plando-surface-mid);overflow-x:auto}.plando-rte-content pre code{padding:0;background:transparent}.plando-rte-content a{color:var(--plando-primary);text-decoration:underline;word-break:break-all}.plando-rte-content strong{font-weight:800}.plando-rte-content hr{margin:14px 0;border:none;border-top:1px solid var(--plando-border)}.plando-rte-content .suggestion{color:var(--plando-primary)}.pd-panel{width:100%;min-width:0;height:100%;background:var(--plando-surface);color:var(--plando-text-primary);font-size:13px;line-height:1.45;display:flex;flex-direction:column;overflow:hidden}.pd-scroll{flex:1;overflow-y:auto;overflow-x:hidden;min-width:0}.pd-scroll::-webkit-scrollbar{width:0}.pdp-colorbar{height:3px;flex:0 0 3px;background:var(--plando-red);transition:background .3s var(--plando-ease, ease)}.pdp-colorbar.is-prog{background:var(--plando-orange)}.pdp-colorbar.is-done{background:var(--plando-green)}.pdp-title-edit{font-size:21px;font-weight:700;color:var(--plando-text-primary);letter-spacing:-.012em;line-height:1.3;outline:none;padding:4px 6px;margin:0 -6px 4px;border-radius:6px;cursor:text;transition:background .15s,box-shadow .15s;word-break:break-word}.pdp-title-edit:hover{background:var(--plando-surface-alt)}.pdp-title-edit:focus{background:var(--plando-surface);box-shadow:0 0 0 2px var(--plando-primary-soft-2)}.pdp-title-edit:empty:before{content:attr(data-ph);color:var(--plando-text-tertiary)}.pdp-desc-edit{font-size:13px;color:var(--plando-text-secondary);line-height:1.6;outline:none;padding:8px 10px;margin:0 -10px;border-radius:8px;cursor:text;min-height:60px;transition:background .15s,box-shadow .15s;word-break:break-word;white-space:pre-wrap}.pdp-desc-edit:hover{background:var(--plando-surface-alt)}.pdp-desc-edit:focus{background:var(--plando-surface);box-shadow:inset 0 0 0 1px var(--plando-divider),0 0 0 3px var(--plando-primary-soft)}.pdp-desc-edit:empty:before{content:attr(data-ph);color:var(--plando-text-tertiary)}.pd-label{font-size:11px;font-weight:600;color:var(--plando-text-tertiary);letter-spacing:.02em;margin-bottom:6px;display:block}.pd-badge{display:inline-flex;align-items:center;gap:4px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:600;line-height:1.5}.pd-badge-todo{background:var(--plando-red-soft);color:var(--plando-red)}.pd-badge-prog{background:var(--plando-orange-soft);color:var(--plando-orange)}.pd-badge-done{background:var(--plando-green-soft);color:var(--plando-green)}.pd-iconbtn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;background:transparent;color:var(--plando-text-tertiary);cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.pd-iconbtn:hover{background:var(--plando-surface-alt);color:var(--plando-text-primary)}.pd-iconbtn.is-active{color:var(--plando-primary);background:var(--plando-primary-soft)}.pd-textbtn{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:0;background:transparent;color:var(--plando-text-tertiary);font-size:11.5px;font-weight:500;font-family:inherit;cursor:pointer;border-radius:6px;transition:background .15s,color .15s}.pd-textbtn:hover{background:var(--plando-surface-alt);color:var(--plando-text-primary)}.pd-callout{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;background:var(--plando-orange-soft);border:1px solid var(--plando-orange-soft);color:var(--plando-orange);font-size:10.5px;font-weight:600;border-radius:6px}.pd-tabs{display:flex;gap:2px;border-bottom:1px solid var(--plando-divider);padding:0 16px;background:var(--plando-surface)}.pd-tab{border:0;background:transparent;padding:13px 14px;font-family:inherit;font-size:14.5px;font-weight:500;color:var(--plando-text-tertiary);cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:6px;transition:color .15s}.pd-tab:hover{color:var(--plando-text-secondary)}.pd-tab.is-active{color:var(--plando-text-primary);font-weight:600}.pd-tab.is-active:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;background:var(--plando-primary);border-radius:2px}.pd-tab-count{background:var(--plando-surface-low);color:var(--plando-text-secondary);font-size:11.5px;padding:1px 7px;border-radius:999px;font-weight:600}.pdp-card{border-radius:11px;background:var(--plando-surface);overflow:hidden;box-shadow:var(--plando-elev-1);transition:box-shadow .2s}.pdp-card:hover{box-shadow:var(--plando-elev-2)}.pdp-card-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background-image:linear-gradient(to right,transparent,var(--plando-divider) 15%,var(--plando-divider) 85%,transparent);background-size:100% 1px;background-repeat:no-repeat;background-position:bottom}.pdp-card-head-title{font-size:12px;font-weight:600;color:var(--plando-text-secondary);display:inline-flex;align-items:center;gap:7px}.pdp-card-body{padding:4px 14px}.pdp-row{display:flex;align-items:center;min-height:38px;padding:6px 12px;margin:0 -12px;border-radius:7px;cursor:pointer;transition:background .12s;position:relative}.pdp-row:hover{background:var(--plando-surface-alt)}.pdp-row+.pdp-row:before{content:"";position:absolute;top:0;left:12px;right:12px;height:1px;background:var(--plando-divider);opacity:1;transition:opacity .12s}.pdp-row:hover:before,.pdp-row:hover+.pdp-row:before{opacity:0}.pdp-row-label{flex:0 0 92px;display:flex;align-items:center;gap:7px;font-size:12px;color:var(--plando-text-tertiary);font-weight:500}.pdp-row-value{flex:1;min-width:0;display:flex;align-items:center;gap:6px;font-size:13px;color:var(--plando-text-primary)}.pdp-row-value-muted{color:var(--plando-text-tertiary)}.pdp-vchip{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border:1px solid transparent;border-radius:7px;background:transparent;font-size:12.5px;color:var(--plando-text-primary);cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s}.pdp-row:hover .pdp-vchip{border-color:var(--plando-divider);background:var(--plando-surface)}.pdp-vchip-empty{color:var(--plando-text-tertiary);border-style:dashed;border-color:var(--plando-divider)}.pdp-row:hover .pdp-vchip-empty{border-color:var(--plando-border)}.pdp-prio-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.pd-seg-dot{display:inline-block;width:6px;height:6px;border-radius:50%}.pd-dot-todo{background:var(--plando-red)}.pd-dot-prog{background:var(--plando-orange)}.pd-dot-done{background:var(--plando-green)}.pdp-activity{display:flex;gap:10px;padding:8px 0;font-size:12.5px;color:var(--plando-text-secondary);line-height:1.55}.pdp-activity-time{color:var(--plando-text-tertiary);font-size:11px;margin-top:2px}.pdp-minifooter{padding:9px 18px;border-top:1px solid var(--plando-divider);display:flex;align-items:center;gap:6px;font-size:11px;color:var(--plando-text-tertiary);background:var(--plando-surface)}.pdp-minifooter-dot{width:6px;height:6px;border-radius:50%;background:var(--plando-green);flex:0 0 6px}.pdp-minifooter-dot.is-saving{background:var(--plando-orange)}.pdp-minifooter-dot.is-error{background:var(--plando-red)}.pdp-minifooter-dot.is-readonly{background:var(--plando-text-tertiary)}.pd-fullscreen-main .pdp-card-body{column-count:2;column-gap:32px}.pd-fullscreen-main .pdp-card-body>*{break-inside:avoid}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;z-index:1;will-change:width,height}.react-grid-item.react-draggable-dragging{transition:none;z-index:3;will-change:transform}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;z-index:2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{position:absolute;width:20px;height:20px}.react-grid-item>.react-resizable-handle:after{content:"";position:absolute;right:3px;bottom:3px;width:5px;height:5px;border-right:2px solid rgba(0,0,0,.4);border-bottom:2px solid rgba(0,0,0,.4)}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-addons-dnd .rbc-addons-dnd-row-body{position:relative}.rbc-addons-dnd .rbc-addons-dnd-drag-row{position:absolute;top:0;left:0;right:0}.rbc-addons-dnd .rbc-addons-dnd-over{background-color:#0000004d}.rbc-addons-dnd .rbc-event{transition:opacity .15s}.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon{display:block}.rbc-addons-dnd .rbc-addons-dnd-dragged-event{opacity:0}.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview){opacity:.5}.rbc-addons-dnd .rbc-addons-dnd-resizable{position:relative;width:100%;height:100%}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{width:100%;text-align:center;position:absolute}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child{top:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child{bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{display:none;border-top:3px double;margin:0 auto;width:10px;cursor:ns-resize}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor{position:absolute;top:4px;bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child{left:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child{right:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon{display:none;border-left:3px double;margin-top:auto;margin-bottom:auto;height:10px;cursor:ew-resize}:root{--plando-primary: #1976D2;--plando-primary-hover: #1565C0;--plando-primary-pressed: #0D47A1;--plando-primary-soft: #E3F2FD;--plando-primary-soft-2: #BBDEFB;--plando-bg: #F5F6F8;--plando-surface: #FFFFFF;--plando-surface-alt: #F5F7FA;--plando-divider: #E4E8EF;--plando-border: #D4DAE5;--plando-text-primary: #0F172A;--plando-text-secondary: #475569;--plando-text-tertiary: #94A3B8;--plando-text-disabled: #CBD5E1;--plando-red: #E11D48;--plando-red-soft: #FFE4E6;--plando-orange: #F59E0B;--plando-orange-soft: #FEF3C7;--plando-green: #10B981;--plando-green-soft: #D1FAE5;--plando-gray: #94A3B8;--plando-gray-soft: #E4EAF3;--plando-chart-1: #0D47A1;--plando-chart-2: #1565C0;--plando-chart-3: #1976D2;--plando-chart-4: #42A5F5;--plando-chart-5: #90CAF9;--plando-chart-6: #BBDEFB;--plando-radius-sm: 8px;--plando-radius-md: 12px;--plando-radius-lg: 20px;--plando-radius-xl: 28px;--plando-radius-pill: 9999px;--plando-space-1: 4px;--plando-space-2: 8px;--plando-space-3: 12px;--plando-space-4: 16px;--plando-space-5: 20px;--plando-space-6: 24px;--plando-space-8: 32px;--plando-space-10: 40px;--plando-space-14: 56px;--plando-radius-card: 16px;--plando-radius-modal: 24px;--plando-shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 2px 8px rgba(15,23,42,.04);--plando-shadow-raised: 0 4px 12px rgba(15,23,42,.06), 0 12px 32px rgba(15,23,42,.06);--plando-shadow-float: 0 8px 24px rgba(25,118,210,.24), 0 2px 6px rgba(25,118,210,.18);--plando-shadow-nav: 0 -1px 2px rgba(15,23,42,.03), 0 -6px 24px rgba(15,23,42,.06);--plando-shadow-1: 0 1px 2px rgba(17,24,39,.04), 0 1px 3px rgba(17,24,39,.03);--plando-shadow-2: 0 2px 6px rgba(17,24,39,.05), 0 4px 10px rgba(17,24,39,.04);--plando-shadow-3: 0 4px 12px rgba(17,24,39,.06), 0 8px 24px rgba(17,24,39,.05);--plando-shadow-4: 0 8px 24px rgba(17,24,39,.08), 0 16px 40px rgba(17,24,39,.06);--plando-elev-1: none;--plando-elev-2: 0 1px 2px rgba(0,0,0,.02);--plando-elev-3: 0 2px 4px rgba(0,0,0,.03);--plando-ease: cubic-bezier(.2, .8, .2, 1);--plando-dur-fast: .14s;--plando-dur-base: .22s;--plando-dur-slow: .36s;--plando-type-display-size: 28px;--plando-type-display-weight: 700;--plando-type-display-lh: 1.3;--plando-type-display-ls: -.02em;--plando-type-title1-size: 22px;--plando-type-title1-weight: 700;--plando-type-title1-lh: 1.36;--plando-type-title1-ls: -.02em;--plando-type-title2-size: 18px;--plando-type-title2-weight: 700;--plando-type-title2-lh: 1.4;--plando-type-title2-ls: -.01em;--plando-type-title3-size: 16px;--plando-type-title3-weight: 600;--plando-type-title3-lh: 1.45;--plando-type-title3-ls: -.01em;--plando-type-body-size: 15px;--plando-type-body-weight: 500;--plando-type-body-lh: 1.5;--plando-type-body-ls: -.01em;--plando-type-bodyR-size: 15px;--plando-type-bodyR-weight: 400;--plando-type-bodyR-lh: 1.55;--plando-type-bodyR-ls: -.01em;--plando-type-body2-size: 14px;--plando-type-body2-weight: 500;--plando-type-body2-lh: 1.5;--plando-type-body2-ls: -.01em;--plando-type-label-size: 13px;--plando-type-label-weight: 600;--plando-type-label-lh: 1.4;--plando-type-label-ls: 0;--plando-type-caption-size: 12px;--plando-type-caption-weight: 500;--plando-type-caption-lh: 1.45;--plando-type-caption-ls: 0;--plando-type-num-size: 28px;--plando-type-num-weight: 800;--plando-type-num-lh: 1.2;--plando-type-num-ls: -.03em;--plando-type-numLg-size: 36px;--plando-type-numLg-weight: 800;--plando-type-numLg-lh: 1.1;--plando-type-numLg-ls: -.03em;--plando-font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;--plando-input-bg: rgba(0, 0, 0, .03);--plando-input-bd: rgba(0, 0, 0, .12);--plando-input-bg-hover: rgba(0, 0, 0, .05);--plando-sub-surface: #F4F6F8;--plando-sheet-handle: rgba(0, 0, 0, .15);--plando-overlay-bg: rgba(20, 30, 60, .32);--plando-surface-card: #FFFFFF;--plando-surface-faint: rgba(0, 0, 0, .025);--plando-surface-low: rgba(0, 0, 0, .04);--plando-surface-mid: rgba(0, 0, 0, .06);--plando-surface-strong: rgba(0, 0, 0, .1);--plando-shadow-card-ring: 0 1px 3px rgba(15, 23, 42, .05), 0 0 0 1px rgba(15, 23, 42, .07);--plando-ai-grad: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);--plando-ai-grad-dim: linear-gradient(135deg, rgba(37,99,235,.08) 0%, rgba(124,58,237,.08) 100%);--plando-ai-glow: rgba(37, 99, 235, .25);--plando-purple: #7C3AED;--plando-purple-soft: rgba(124, 58, 237, .1)}[data-theme=dark]{--plando-primary: #8AB4F8;--plando-primary-hover: #6EA8F5;--plando-primary-pressed: #4A8FE2;--plando-primary-soft: rgba(138, 180, 248, .1);--plando-primary-soft-2: rgba(138, 180, 248, .18);--plando-bg: #0A0A0F;--plando-surface: #131317;--plando-surface-alt: #0E0E13;--plando-divider: rgba(255,255,255,.06);--plando-border: rgba(255,255,255,.08);--plando-text-primary: #E8EAED;--plando-text-secondary: #9AA0A6;--plando-text-tertiary: #6B7280;--plando-text-disabled: #4B5563;--plando-red-soft: rgba(225, 29, 72, .16);--plando-orange-soft: rgba(245, 158, 11, .16);--plando-green-soft: rgba(16, 185, 129, .16);--plando-gray-soft: rgba(148, 163, 184, .12);--plando-shadow-card: 0 1px 2px rgba(0,0,0,.4), 0 2px 8px rgba(0,0,0,.35);--plando-shadow-raised: 0 6px 16px rgba(0,0,0,.4);--plando-shadow-float: 0 8px 24px rgba(138,180,248,.15);--plando-shadow-nav: 0 -1px 2px rgba(0,0,0,.4), 0 -6px 24px rgba(0,0,0,.35);--plando-shadow-1: 0 1px 2px rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.2);--plando-shadow-2: 0 2px 6px rgba(0,0,0,.35), 0 4px 12px rgba(0,0,0,.25);--plando-shadow-3: 0 4px 14px rgba(0,0,0,.4), 0 10px 28px rgba(0,0,0,.3);--plando-shadow-4: 0 10px 30px rgba(0,0,0,.5), 0 20px 50px rgba(0,0,0,.35);--plando-elev-1: none;--plando-elev-2: 0 1px 2px rgba(0,0,0,.15);--plando-elev-3: 0 2px 4px rgba(0,0,0,.2);--plando-input-bg: rgba(255, 255, 255, .04);--plando-input-bd: rgba(255, 255, 255, .14);--plando-input-bg-hover: rgba(255, 255, 255, .06);--plando-sub-surface: rgba(255, 255, 255, .04);--plando-sheet-handle: rgba(255, 255, 255, .18);--plando-overlay-bg: rgba(0, 0, 0, .5);--plando-surface-card: rgba(255, 255, 255, .04);--plando-surface-faint: rgba(255, 255, 255, .04);--plando-surface-low: rgba(255, 255, 255, .05);--plando-surface-mid: rgba(255, 255, 255, .08);--plando-surface-strong: rgba(255, 255, 255, .1);--plando-shadow-card-ring: 0 1px 3px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .08);--plando-ai-grad: linear-gradient(135deg, #4A8FE2 0%, #9B8AD8 100%);--plando-ai-grad-dim: linear-gradient(135deg, rgba(74,143,226,.1) 0%, rgba(155,138,216,.1) 100%);--plando-ai-glow: rgba(74, 143, 226, .3);--plando-purple: #9B8AD8;--plando-purple-soft: rgba(155, 138, 216, .12)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;background-color:#fff}[data-theme=dark] html,[data-theme=dark] body,[data-theme=dark] #root,html[data-theme=dark],html[data-theme=dark] body,html[data-theme=dark] #root{background-color:#0a0a0f}body{font-family:Roboto,sans-serif;overscroll-behavior:none}@media(hover:none)and (pointer:coarse){*,*:before,*:after{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,[contenteditable=true],.selectable,.selectable *{-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}}img,svg{-webkit-user-drag:none;user-drag:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:999px;background:#00000038}::-webkit-scrollbar-thumb:hover{background:#00000061}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff2e}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff52}.MuiDialog-paperFullScreen{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.MuiDrawer-paperAnchorTop{padding-top:env(safe-area-inset-top)}.MuiDrawer-paperAnchorBottom{padding-bottom:env(safe-area-inset-bottom)}
