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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.confirm-modal-overlay{align-items:flex-start;animation:confirm-modal-fade-in .15s ease-out;background:#0f172a73;box-sizing:border-box;display:flex;inset:0;justify-content:center;padding:0 16px 16px;position:fixed;z-index:1000}@keyframes confirm-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirm-modal-drop-in{0%{opacity:0;transform:translateY(-14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-modal-card{animation:confirm-modal-drop-in .22s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a38,0 4px 12px #0f172a14;box-sizing:border-box;max-width:360px;padding:28px 26px 24px;text-align:center;width:100%}.confirm-modal-title{color:#12151a;font-size:18px;font-weight:700;margin:0 0 10px}.confirm-modal-message{color:#6b7280;font-size:14px;line-height:1.55;margin:0 0 22px}.confirm-modal-actions{display:flex;gap:12px;justify-content:center}.confirm-modal-btn{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:11px 16px;transition:background-color .15s ease,transform .05s ease}.confirm-modal-btn:active{transform:scale(.97)}.confirm-modal-btn-no{background:#fee2e2;color:#b91c1c}.confirm-modal-btn-no:hover{background:#fecaca}.confirm-modal-btn-yes{background:#16a34a;color:#fff}.confirm-modal-btn-yes:hover{background:#15803d}.confirm-modal-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}*{font-family:Inter,sans-serif}.mom-page{height:100vh}.left-panel,.mom-page{display:flex;overflow:hidden}.left-panel{border-right:1px solid #e5e7eb;flex:0 0 35%;flex-direction:column;height:100%}.left-header{align-items:center;display:flex;justify-content:space-between;padding:16px}.left-header h2{font-size:17px;font-weight:500;margin:0}.btn-new{background:#2952e3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 16px}.search-bar{margin:0 16px 12px;position:relative}.search-bar input{border:1px solid #e5e7eb;border-radius:4px;box-sizing:border-box;font-size:14px;outline:none;padding:8px 32px 8px 12px;width:100%}.status-tabs{-ms-overflow-style:none;display:flex;gap:8px;margin:0 16px 12px;overflow-x:auto;scrollbar-width:none}.tab-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;flex:1 1;font-size:12px;padding:8px 10px;white-space:nowrap}.tab-btn.active{background:#f1f3f9;border-color:#cfd6e4;font-weight:500}.meeting-list{-ms-overflow-style:none;flex:1 1;overflow-y:auto;padding:0 16px 16px;scrollbar-width:none}.meeting-list::-webkit-scrollbar{display:none}.empty-state{color:#9ca3af;font-size:13px;margin-top:24px;text-align:center}.date-label{display:flex;justify-content:center;margin:16px 0 12px}.date-label span{background:#eaf1ff;border:1px solid #cfdcf7;border-radius:6px;color:#3b4dbc;font-size:12px;font-weight:500;padding:5px 14px}.meeting-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px #0f172a0d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding:16px;transition:all .25s ease;width:100%}.meeting-card:hover{transform:translateY(-2px)}.meeting-card.active,.meeting-card:hover{border-color:#adadad}.card-top{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px}.card-top h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-size:15px;font-weight:300;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis}.status-badge{border-radius:4px;font-size:12px;font-weight:400;padding:4px 8px;white-space:nowrap}.badge-draft{background:#64748b;color:#fff}.badge-upcoming{background:#f59e0b;color:#fff}.badge-completed{background:#22c55e;color:#fff}.badge-cancelled{background:#ef4444;color:#fff}.badge-overdue{background:#b91c1c;color:#fff}.meeting-meta{gap:16px;justify-content:space-between;width:100%}.meeting-meta,.meta-left{align-items:center;display:flex}.meta-left{flex-wrap:wrap;gap:20px;min-width:0}.meta-item{align-items:center;color:#5e5e5f;display:flex;font-size:13px;gap:6px;white-space:nowrap}.meta-icon{stroke-width:1.8;color:#5e5e5f;flex-shrink:0;height:13px;width:13px}.meta-item span{line-height:1}.meta-right{color:#5e5e5f;flex-shrink:0;font-size:13px;font-weight:500;margin-left:auto;white-space:nowrap}.right-panel{flex:0 0 65%;position:relative}.detail-view,.right-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.btn-back-mobile{display:none}.detail-header{align-items:flex-start;background:#f3f4f6;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 24px}.detail-header h2{color:#000;font-size:16px;font-weight:500}.detail-id{color:#6b7280;margin:0}.btn-download{background:#2952e3;border-radius:8px;height:38px;width:38px}.detail-scroll-area{flex:1 1;min-height:0;overflow-y:auto}.detail-info-row{border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:40px;padding:20px 28px}.info-block{display:flex;flex-direction:column;gap:4px}.info-label{color:#5e5e5f;font-size:12px;font-weight:400;letter-spacing:.03em}.info-value{color:#000;font-size:13px;font-weight:550}.detail-section{border-bottom:1px solid #e5e7eb;margin:0;padding:20px 28px}.section-title{align-items:center;color:#000;display:flex;font-size:13px;font-weight:550;gap:8px;margin:0 0 12px}.section-title .dot{background:#f59e0b;border-radius:50%;display:inline-block;height:6px;width:6px}.section-text{color:#374151;font-size:14px;margin:0}.chip-list{display:flex;flex-wrap:wrap;gap:10px}.chip{background:#f3f4f6;border-radius:20px;color:#374151;padding:6px 14px}.empty-inline{color:#9ca3af;font-size:13px}.points-table-header{border-collapse:collapse;font-size:13px;width:100%}.points-table-header th{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#5e5e5f;font-weight:500;padding:10px 2px;text-align:left}.points-table-header td{border-bottom:1px solid #f1f2f4;color:#5e5e5f;padding:10px 2px}.detail-footer{align-items:center;background:#fff;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:20px 28px}.btn-edit{background:#e0e7ff;border:none;border-radius:6px;color:#3730a3;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.btn-publish{background:#2952e3;border-radius:6px}.btn-edit:disabled,.btn-publish:disabled{cursor:not-allowed;opacity:.5}.point-status{border-radius:6px;display:inline-block;font-size:12px;font-weight:500;padding:5px 12px;white-space:nowrap}.point-status-inprogress{background:#fef3c7;color:#92400e}.point-status-open{background:#d1fae5;color:#065f46}.point-status-closed{background:#fee2e2;color:#991b1b}@media (max-width:768px){.left-panel{flex:0 0 100%}.left-panel.hide-on-mobile,.right-panel{display:none}.right-panel.show-on-mobile{background:#fff;display:flex;flex:0 0 100%;inset:0;position:fixed;z-index:50}.btn-back-mobile{align-items:center;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:12px;top:12px;width:32px;z-index:10}}.add-mom-page{background:#fff;display:flex;flex-direction:column;height:100vh;inset:0;max-width:100%;min-height:0;overflow-x:hidden;position:fixed;z-index:50}.add-mom-page,.add-mom-page *{box-sizing:border-box}.add-mom-header{border-bottom:1px solid #eef0f2;gap:14px;padding:14px 24px}.add-mom-header,.btn-icon{align-items:center;display:flex;flex-shrink:0}.btn-icon{background:#f2f4f7;border:none;border-radius:50%;color:#1f2530;cursor:pointer;height:36px;justify-content:center;width:36px}.btn-icon:hover{background:#e6e9ee}.add-mom-title-block{flex:1 1;min-width:0}.title-input{border:none;color:#12151a;font-size:22px;font-weight:700;outline:none;padding:2px 0;width:100%}.title-input::placeholder{color:#12151a;opacity:.35}.add-mom-title-meta{align-items:center;display:flex;gap:14px;margin-top:4px}.meeting-type-input{background:#0000;border:none;color:#6b7280;flex:1 1;font-size:13px;max-width:320px;outline:none}.detail-id{color:#8b93a1;font-size:13px;white-space:nowrap}.btn-download{align-items:center;background:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.btn-download:disabled{background:#b7c6f2;cursor:not-allowed}.add-mom-locked-banner{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;color:#92400e;flex-shrink:0;font-size:13px;font-weight:500;margin:12px 24px 0;padding:10px 14px}.add-mom-page .growing-text-input[contenteditable=false],.add-mom-page .segmented-toggle button:disabled,.add-mom-page input:disabled,.add-mom-page select:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.add-mom-page .segmented-toggle button:disabled.active{opacity:.85}.add-mom-scroll-area{flex:1 1 auto;max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:20px 24px 32px}.form-row{border-bottom:1px solid #f0f1f3;display:flex;flex-wrap:wrap;gap:28px;max-width:100%;padding:18px 0}.form-block{display:flex;flex:1 1 220px;flex-direction:column;gap:8px;min-width:180px}.form-block-narrow{flex:0 1 190px;min-width:160px}.form-block-time{flex:0 1 160px;min-width:140px}.form-block-wide{flex:1 1 320px}.form-block-full{flex:1 1 100%}.form-label{color:#9aa1ac;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.date-input,.text-input{background:#f8f9fb;border:1px solid #e3e6ea;border-radius:8px;color:#1f2530;font-size:14px;outline:none;padding:9px 12px;width:100%}.date-input:focus,.text-input:focus{background:#fff;border-color:#2563eb}.static-date{color:#4b5563;font-size:14px;padding:4px 0}.segmented-toggle{background:#f2f4f7;border-radius:9px;display:inline-flex;gap:2px;padding:3px}.segmented-toggle button{align-items:center;background:#0000;border:none;border-radius:7px;color:#4b5563;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:7px 14px}.segmented-toggle button.active{background:#2563eb;color:#fff}.time-row{display:flex;gap:10px}.time-input-wrap{align-items:center;background:#f8f9fb;border:1px solid #e3e6ea;border-radius:8px;display:flex;gap:6px;height:34px;padding:0 8px;width:100%}.time-input-wrap:focus-within{background:#fff;border-color:#2563eb}.time-input-wrap input[type=time]{background:#0000;border:none;color:#1f2530;font-size:14px;height:100%;outline:none;padding:0;width:100%}.time-icon{color:#6b7280;flex-shrink:0}.actual-meeting-row{display:flex;flex-wrap:wrap;gap:10px}.btn-meeting-action{border:1px solid #e3e6ea;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;margin-top:6px;padding:7px 10px;transition:background-color .15s ease;width:100%}.btn-meeting-start{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.btn-meeting-start:hover:not(:disabled){background:#dcfce7}.btn-meeting-end{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.btn-meeting-end:hover:not(:disabled){background:#fee2e2}.btn-meeting-action:disabled{background:#f3f4f6;border-color:#e5e7eb;color:#374151;cursor:not-allowed;opacity:.8}.location-row{align-items:center;display:flex;gap:10px}.location-row .text-input{flex:1 1}.person-picker{position:relative}.person-picker input{background:#f8f9fb;border:1px solid #e3e6ea;border-radius:8px;font-size:14px;outline:none;padding:9px 12px;width:100%}.person-picker input:focus{background:#fff;border-color:#2563eb}.person-picker-compact input{font-size:13px;padding:6px 8px}.suggestions-dropdown{background:#fff;border:1px solid #e3e6ea;border-radius:8px;box-shadow:0 8px 20px #0f172a14;left:0;max-height:180px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:20}.suggestion-item{color:#1f2530;cursor:pointer;font-size:13px;padding:8px 12px}.suggestion-item:hover{background:#f2f4f7}.suggestion-freetext{color:#2563eb}.suggestions-dropdown-portal{background:#fff;border:1px solid #e3e6ea;border-radius:8px;box-shadow:0 8px 20px #0f172a14;max-height:180px;overflow-y:auto;position:fixed;z-index:1000}.person-select{-webkit-appearance:none;appearance:none;background:#f8f9fb;border:1px solid #e3e6ea;border-radius:8px;color:#1f2530;cursor:pointer;font-size:14px;outline:none;padding:9px 12px;width:100%}.person-select:focus{background:#fff;border-color:#2563eb}.attendee-picker{position:relative}.attendee-chip-row{align-items:center;background:#f8f9fb;border:1px solid #e3e6ea;border-radius:8px;display:flex;flex-wrap:wrap;gap:6px;min-height:40px;padding:7px 10px}.attendee-chip-row:focus-within{background:#fff;border-color:#2563eb}.attendee-chip-row input{background:#0000;border:none;flex:1 1;font-size:14px;min-width:120px;outline:none}.chip{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;gap:5px;padding:4px 8px 4px 10px;white-space:nowrap}.chip-known{background:#e8effe;color:#1d4ed8}.chip-unknown{background:#f1f2f4;color:#4b5563}.chip-remove{cursor:pointer;opacity:.6}.chip-remove:hover{opacity:1}.section-title-child{align-items:center;color:#1f2530;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0 0 4px}.section-title-child .dot{background:#eab308;border-radius:50%;display:inline-block;height:7px;width:7px}.section-hint{color:#9aa1ac;display:block;font-size:12px;margin-bottom:12px}.points-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:8px;max-width:100%;overflow-x:auto;width:100%}.points-table{border-collapse:collapse;font-size:13px;min-width:760px;table-layout:fixed;width:100%}.points-table td:first-child,.points-table th:first-child{max-width:10px;min-width:10px;text-align:center;width:10px}.points-table td:nth-child(2),.points-table th:nth-child(2){width:32%}.points-table td:nth-child(3),.points-table th:nth-child(3){width:10%}.points-table td:nth-child(4),.points-table th:nth-child(4){width:9%}.points-table td:nth-child(5),.points-table th:nth-child(5){width:8%}.points-table td:nth-child(6),.points-table th:nth-child(6){width:25%}.points-table td:nth-child(7),.points-table th:nth-child(7){max-width:10px;min-width:10px;text-align:center;width:10px}.points-table td input,.points-table td select{min-width:0}.points-table th{background:#fafbfc;border-bottom:1px solid #eef0f2;color:#9aa1ac;font-size:11px;font-weight:600;letter-spacing:.04em;padding:8px 10px;text-align:left;text-transform:uppercase}.points-table td{border-bottom:1px solid #f2f3f5;padding:6px 8px;vertical-align:top}.points-table.editable input,.points-table.editable select{background:#0000;border:1px solid #0000;border-radius:6px;font-size:13px;outline:none;padding:6px 8px;width:100%}.points-table.editable input:focus,.points-table.editable select:focus{background:#fff;border-color:#2563eb}.points-table.editable input:hover,.points-table.editable select:hover{background:#f8f9fb}.growing-text-input{background:#0000;border:1px solid #0000;border-radius:6px;cursor:text;font-family:inherit;font-size:13px;line-height:1.4;max-height:220px;min-height:30px;outline:none;overflow-y:auto;padding:6px 8px;white-space:pre-wrap;width:100%;word-break:break-word}.growing-text-input:hover{background:#f8f9fb}.growing-text-input:focus{background:#fff;border-color:#2563eb}.growing-text-input:empty:before{color:#9aa1ac;content:attr(data-placeholder)}.btn-delete-row{align-items:center;background:#0000;border:none;border-radius:6px;color:#9aa1ac;cursor:pointer;display:flex;justify-content:center;margin-top:2px;padding:6px}.btn-delete-row:hover{background:#fef2f2;color:#dc2626}.btn-add-point{align-items:center;background:#e8effe;border:none;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;margin-top:12px;padding:8px 14px}.btn-add-point:hover{background:#dbe6fd}.add-mom-footer{border-top:1px solid #eef0f2;display:flex;flex-shrink:0;gap:10px;justify-content:flex-end;padding:14px 24px}.btn-draft{background:#f2f4f7;border:1px solid #dbe1e8;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 18px}.btn-draft:hover{background:#e6e9ee}.btn-publish{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.btn-publish:hover{background:#1d4ed8}.btn-draft:disabled,.btn-publish:disabled{cursor:not-allowed;opacity:.6}@media (max-width:720px){.add-mom-scroll-area{padding:16px}.form-row{gap:16px}.form-block{min-width:140px}.points-table{min-width:620px}}
/*# sourceMappingURL=main.5219e5db.css.map*/