.dining-modal-overlay{align-items:center;animation:fadeIn .4s ease forwards;background-color:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.dining-modal{animation:slideIn .4s ease forwards;background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;max-width:420px;overflow:hidden;width:100%}.dining-modal__header{align-items:center;border-bottom:1px solid #f9fafb;display:flex;justify-content:space-between;padding:.5rem .5rem 0}.dining-modal__title{color:#1e2b3c;font-size:1.3rem;font-weight:600}.dining-modal__close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#8b95a1;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;width:32px}.dining-modal__close-btn:hover{background-color:#f2f4f6;color:#1a73e8}.dining-modal__content{display:flex;flex-direction:column;gap:1rem;padding:.5rem 1rem 1rem}.dining-modal__description{color:#8b95a1;font-size:.9rem;line-height:1.6}.dining-modal__toggle-container{align-items:center;background-color:#f9fafb;border:1px solid #e5e8eb;border-radius:8px;display:flex;justify-content:space-between;padding:.5rem}.dining-modal__toggle-info{display:flex;flex-direction:column;gap:4px}.dining-modal__toggle-label{color:#1e2b3c;font-size:.6rem;font-weight:600}.dining-modal__status{font-size:.7rem;font-weight:600}.dining-modal__status--enabled{color:#1a73e8}.dining-modal__status--disabled{color:#8b95a1}.dining-modal__toggle{height:24px;position:relative;width:46px}.dining-modal__toggle input{height:0;opacity:0;width:0}.dining-modal__toggle-slider{background-color:#e5e8eb;border-radius:24px;inset:0;position:absolute;transition:background-color .4s}.dining-modal__toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:transform .4s;width:18px}input:checked+.dining-modal__toggle-slider{background-color:#1a73e8}input:checked+.dining-modal__toggle-slider:before{transform:translateX(22px)}.dining-modal__clear-votes{display:flex;justify-content:flex-end}.dining-modal__clear-button{align-items:center;background-color:#f9fafb;border:1px solid #e5e8eb;border-radius:8px;color:#1e2b3c;cursor:pointer;display:flex;font-size:.9rem;gap:8px;padding:10px 16px;transition:all .2s ease;width:100%}.dining-modal__clear-button:hover{background-color:#fff;border-color:#ffc0c0;color:#ff5a5a}.dining-modal__clear-icon{font-size:1.1rem}@media(max-width:640px){.dining-modal{border-radius:8px;max-width:100%;padding:.5rem}.dining-modal__content{gap:1rem;padding:.5rem}.dining-modal__description{font-size:.8rem}.dining-modal__clear-button{justify-content:center}}.error-modal-overlay{align-items:center;animation:fadeIn .4s ease forwards;background-color:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.error-modal{animation:slideIn .4s ease forwards;background:#fff;border-radius:12px;box-shadow:0 10px 25px #00000026;max-width:420px;overflow:hidden;width:100%}.error-modal__header{align-items:center;border-bottom:1px solid #f9fafb;display:flex;justify-content:space-between;padding:1rem}.error-modal__header-title{color:#1e2b3c;font-size:1.3rem;font-weight:600}.error-modal__header-close{align-items:center;background:none;border:none;border-radius:50%;color:#8b95a1;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;transition:background .2s,color .2s;width:32px}.error-modal__header-close:hover{background-color:#f2f4f6;color:#1a73e8}.error-modal__content{display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem 1rem}.error-modal__content form{display:flex;flex-direction:column;gap:1rem}.error-modal__input{background-color:#fff;border:1px solid #e5e8eb;border-radius:8px;font-size:.8rem;padding:12px 16px;transition:border .3s,box-shadow .3s;width:100%}.error-modal__input::placeholder{color:#8b95a1;opacity:.7}.error-modal__input:focus{border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e826;outline:none}.error-modal__textarea{min-height:120px;resize:vertical}.error-modal__button-group{display:flex;gap:1rem}.error-modal__button-group button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:600;height:42px;transition:all .2s}.error-modal__button-group button:hover{transform:translateY(-2px)}.error-modal__button-group button:first-child{background-color:#1a73e8;color:#fff}.error-modal__button-group button:first-child:hover{background-color:#1461c5}.error-modal__button-group button:last-child{background-color:#0000;border:1px solid #e5e8eb;color:#8b95a1}.error-modal__button-group button:last-child:hover{background-color:#f9fafb}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.error-modal{border-radius:8px;max-width:100%}.error-modal,.error-modal__content,.error-modal__header{padding:.5rem}}.FlexSection_flex-section__cS3ED{align-items:stretch;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between}@media(max-width:1700px){.FlexSection_flex-section__cS3ED{flex-direction:column}.FlexSection_flex-section__cS3ED .FlexSection_section-today__Mo28C{order:1}.FlexSection_flex-section__cS3ED .FlexSection_section-vote__6y33w{order:2}.FlexSection_flex-section__cS3ED .FlexSection_section-notvoted__73aIR{order:3}}.card{background-color:#fff;border:1px solid #e5e8eb;border-radius:12px;box-shadow:0 8px 20px #00000014;box-sizing:border-box;padding:1.5rem;white-space:nowrap}.card,.card .card-body{display:flex;flex-direction:column;justify-content:space-between;width:100%}.card .card-body{gap:1rem}@media(max-width:768px){.card{padding:1rem;white-space:normal}}@media(max-width:640px){.card{border:none;box-shadow:none;padding:0}}.inner-auto-card{white-space:nowrap;width:auto}@media(max-width:768px){.inner-auto-card{white-space:normal;width:100%}}.restaurant-card{border-radius:12px;box-shadow:0 8px 20px #00000014;overflow:hidden;transition:all .3s ease}@media(max-width:768px){.restaurant-card{width:100%}}.restaurant-card-header{border-bottom:1px solid #f2f4f6}.restaurant-card-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.restaurant-card-date-info,.restaurant-card-user-info{align-items:center;color:#8b95a1;display:flex;gap:.5rem}.restaurant-card-date-info svg,.restaurant-card-user-info svg{color:#1a73e8}.restaurant-card-menu{background-color:rgba(251,253,255,.376);border:1px solid #f2f4f6;border-radius:8px;max-height:350px;overflow-y:auto;padding:1rem 1.5rem}.restaurant-card-menu::-webkit-scrollbar{width:4px}.restaurant-card-menu::-webkit-scrollbar-thumb{background:#e5e8eb;border-radius:4px}.restaurant-card-menu-title{color:#1e2b3c;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.restaurant-card-categories{display:flex;flex-direction:column;gap:1.5rem}.restaurant-card-category-block{display:flex;flex-direction:column;gap:1rem}.restaurant-card-category-title{color:#1a73e8;display:flex;font-size:1.2rem;font-weight:600;justify-content:space-between}.restaurant-card-category-count{font-size:.75rem}.restaurant-card-menu-list{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));list-style:none;margin:0;padding:0}.restaurant-card-menu-item{background-color:#f2f4f6;border-radius:4px;color:#8b95a1;font-size:1rem;padding:.5rem 1rem;position:relative}.restaurant-card-menu-item:before{background-color:#1a73e8;border-radius:50%;content:"";height:4px;left:.5rem;position:absolute;top:.8rem;width:4px}.not-voted-card{flex-shrink:0;max-width:100%;overflow:hidden;width:fit-content}@media(max-width:768px){.not-voted-card{white-space:normal;width:100%}}.not-voted-card-header{align-items:center;background-color:#fef2f2;border-radius:8px;display:flex;gap:2rem;justify-content:space-between;padding:.5rem 1rem}.not-voted-card-title{align-items:center;display:flex;gap:.5rem}.not-voted-card-title svg{color:#ff5a5a}.not-voted-card-title h3{color:#991b1b;font-size:1.1rem;font-weight:600;margin:5px 0 0}.not-voted-card-badge{background-color:#ff5a5a;border-radius:9999px;color:#fff;font-size:.8rem;min-width:2rem;padding:.3rem .8rem;text-align:center}.not-voted-card-content{padding:0 1rem 1rem}.not-voted-card-empty{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem;text-align:center}.not-voted-card-empty p,.not-voted-card-empty svg{color:#10b981;font-weight:500;margin:0}.not-voted-card-list{list-style-type:none;margin:0;max-height:960px;overflow-y:auto;padding:0}.not-voted-card-list::-webkit-scrollbar{width:4px}.not-voted-card-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.not-voted-card-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.not-voted-card-list-item{align-items:center;display:flex;font-size:1rem;gap:.5rem;padding:.5rem 0;white-space:nowrap}.not-voted-card-list-item:not(:last-child){border-bottom:1px dashed #e5e8eb}.not-voted-card-department,.not-voted-card-list-item svg{color:#8b95a1;flex-shrink:0}.not-voted-card-department{background-color:#f2f4f6;border-radius:4px;font-size:.75rem;font-weight:500;padding:.15rem .5rem}.not-voted-card-name{color:#4b5563;font-weight:500}.PieChart_no-vote-text__JUsUx{align-items:center;border-radius:8px;color:#8b95a1;display:flex;font-size:1rem;font-weight:500;justify-content:center;margin:1.5rem auto;max-width:100%;padding:.8rem;text-align:center}.PieChart_no-vote-text__JUsUx:before{align-items:center;background-color:#e9ecef;border-radius:50%;color:#6c757d;content:"!";display:inline-flex;font-weight:700;height:22px;justify-content:center;margin-right:8px;width:22px}.PieChart_pie-chart-container__BDDNs{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:1rem}.PieChart_pie-chart-container__BDDNs .PieChart_chart-wrapper__n7RG7{flex-shrink:0;margin:0 auto;max-width:220px}.PieChart_pie-chart-container__BDDNs .PieChart_result-wrapper__sGp5g{display:flex;flex:1 1;flex-direction:column;min-width:240px}.PieChart_pie-chart-container__BDDNs .PieChart_chart-title__5aT4Q{color:#1e2b3c;flex-basis:100%;font-size:1.15rem;font-weight:500;margin-bottom:1rem;text-align:center}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K{border-top:1px solid #e5e8eb;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-top:1rem}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K .PieChart_legend-item__r67MH{align-items:center;border-radius:4px;display:flex;padding:.5rem;transition:background-color .2s}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K .PieChart_legend-item__r67MH:hover{background-color:#f9fafb}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K .PieChart_legend-item__r67MH .PieChart_color-box__CyPPD{border-radius:4px;height:14px;margin-right:.5rem;width:14px}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K .PieChart_legend-item__r67MH .PieChart_label__yX\+83{color:#1e2b3c;flex:1 1;font-weight:500}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K .PieChart_legend-item__r67MH .PieChart_value__3yM53{color:#1e2b3c;margin:0 1rem}.PieChart_pie-chart-container__BDDNs .PieChart_legend-container__dVH6K .PieChart_legend-item__r67MH .PieChart_percentage__spl5C{color:#1a73e8;font-weight:600;min-width:40px;text-align:right}.PieChart_pie-chart-container__BDDNs .PieChart_total-info__\+TIQy{align-items:center;border-top:1px solid #e5e8eb;display:flex;justify-content:space-between;padding-top:1rem}.PieChart_pie-chart-container__BDDNs .PieChart_total-info__\+TIQy .PieChart_label__yX\+83{color:#8b95a1;font-weight:500}.PieChart_pie-chart-container__BDDNs .PieChart_total-info__\+TIQy .PieChart_value__3yM53{color:#1e2b3c;font-size:1.15rem;font-weight:600}@media(max-width:768px){.PieChart_pie-chart-container__BDDNs{align-items:center;flex-direction:column}.PieChart_pie-chart-container__BDDNs .PieChart_chart-wrapper__n7RG7{max-width:240px}.PieChart_pie-chart-container__BDDNs .PieChart_result-wrapper__sGp5g{width:100%}}.LoadingSpinner_loading-wrapper__QoisV{align-items:center;display:flex;justify-content:center;padding:2rem}.LoadingSpinner_spinner__-db-o{animation:LoadingSpinner_spin__uycZu 1s linear infinite;border:4px solid #e5e8eb;border-radius:50%;border-top-color:#3182f6}@keyframes LoadingSpinner_spin__uycZu{to{transform:rotate(1turn)}}.BarChart_no-vote-text__9y7xe{align-items:center;border-radius:8px;color:#8b95a1;display:flex;font-size:1rem;font-weight:500;justify-content:center;margin:1.5rem auto;max-width:100%;padding:.8rem;text-align:center}.BarChart_no-vote-text__9y7xe:before{align-items:center;background-color:#e9ecef;border-radius:50%;color:#6c757d;content:"!";display:inline-flex;font-weight:700;height:22px;justify-content:center;margin-right:8px;width:22px}.BarChart_bar-chart-container__JaMG8{padding:1rem}.BarChart_chart-title__sdaut{color:#1e2b3c;font-size:1.15rem;font-weight:500;margin-bottom:1rem;text-align:center}.BarChart_chart-wrapper__ox4ZA{margin:0 auto;max-width:600px;padding:10px 0}.BarChart_chart-info__jM392{display:flex;flex-direction:row;flex-wrap:wrap;font-size:.95rem;gap:1.5rem;justify-content:center;margin-top:1.5rem}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv{align-items:center;display:flex;gap:1rem;min-width:140px}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV .BarChart_label__tIxsp,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv .BarChart_label__tIxsp{color:#1e2b3c;flex:1 1}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV .BarChart_value__-m2AD,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv .BarChart_value__-m2AD{color:#1e2b3c;font-weight:600}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV .BarChart_color-indicator__SBuxl,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv .BarChart_color-indicator__SBuxl{border-radius:9999px;display:inline-block;height:12px;width:12px}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV .BarChart_color-indicator__SBuxl.BarChart_primary__z0veV,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv .BarChart_color-indicator__SBuxl.BarChart_primary__z0veV{background-color:#1a73e8}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV .BarChart_color-indicator__SBuxl.BarChart_danger__Vr9Q7,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv .BarChart_color-indicator__SBuxl.BarChart_danger__Vr9Q7{background-color:#ff5a5a}@media(max-width:768px){.BarChart_chart-title__sdaut{font-size:1.1rem;text-align:center}.BarChart_chart-wrapper__ox4ZA{max-width:100%}.BarChart_chart-info__jM392{align-items:center;flex-direction:column;font-size:.9rem}.BarChart_chart-info__jM392 .BarChart_legend-item__Q5-ZV,.BarChart_chart-info__jM392 .BarChart_total-info__h0Ixv{flex-wrap:wrap;justify-content:center;text-align:center}}.Section_section__pQC6d{margin-bottom:2rem;position:relative}.Section_section__pQC6d.Section_with-border__5WIcB{border-bottom:1px solid #e5e7eb}.DefaultNotification_notification__9FJXt{align-items:flex-start;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;font-size:18px;font-weight:500;gap:12px;line-height:1.5;margin-bottom:1rem;padding:16px 20px;transition:all .3s ease-in-out}.DefaultNotification_notification__9FJXt strong{font-weight:700}.DefaultNotification_notification__9FJXt .DefaultNotification_icon__wPicd{margin-top:2px}.DefaultNotification_notification__9FJXt .DefaultNotification_body__e0uZv{flex:1 1}.DefaultNotification_person__SJqze,.DefaultNotification_speaker__gfnTy{background-color:#e8f1fd;color:#1a73e8}.DefaultNotification_person__SJqze .DefaultNotification_icon__wPicd,.DefaultNotification_speaker__gfnTy .DefaultNotification_icon__wPicd{color:#1a73e8}.DefaultNotification_info__YkPWh,.DefaultNotification_warning__TyZpP{background-color:#fff4e5;color:#d97706}.DefaultNotification_info__YkPWh .DefaultNotification_icon__wPicd,.DefaultNotification_warning__TyZpP .DefaultNotification_icon__wPicd{color:#d97706}.DefaultNotification_success__32Ogb{background-color:#e6f4ea;color:#2e7d32}.DefaultNotification_success__32Ogb .DefaultNotification_icon__wPicd{color:#2e7d32}.DefaultNotification_error__u9vwS,.DefaultNotification_time__66fOQ{background-color:#fdecea;color:#d32f2f}.DefaultNotification_error__u9vwS .DefaultNotification_icon__wPicd,.DefaultNotification_time__66fOQ .DefaultNotification_icon__wPicd{color:#d32f2f}.dining-toggle{background-color:#f5f5f5;border-radius:50px;box-shadow:inset 0 1px 4px #0000000d;display:flex;margin-bottom:20px;padding:4px}.dining-toggle__button{align-items:center;background:#0000;border:none;border-radius:40px;color:#8b95a1;cursor:pointer;display:flex;flex:1 1;gap:8px;justify-content:center;padding:10px 16px;transition:all .25s ease}.dining-toggle__button.active{background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#1a73e8;font-weight:600}.dining-toggle__button:hover:not(.active){background-color:#ffffff80}.dining-toggle__icon{font-size:1rem}.dining-toggle__text{font-size:.95rem}.DepartmentVote_panel__4Mvi4{display:flex;flex-direction:column;gap:1.5rem}.DepartmentVote_department__Ul6fc{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;padding:1rem}@media(max-width:768px){.DepartmentVote_department__Ul6fc{box-shadow:none;padding:0}.DepartmentVote_DepartmentVote_department__Ul6fc__yvREk{box-shadow:none!important;padding:0!important}}.DepartmentVote_departmentTitle__FLH2S{border-bottom:1px solid #f2f4f6;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.DepartmentVote_users__SHUEh{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}@media(max-width:640px){.DepartmentVote_users__SHUEh{grid-template-columns:repeat(2,1fr)}}.DepartmentVote_userButton__0uuCE{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.DepartmentVote_userButton__0uuCE:hover{background-color:#f9fafb;border-color:#1a73e8;color:#1a73e8}.DepartmentVote_userButton__0uuCE.DepartmentVote_active__xz0VN{background-color:#1a73e8;color:#fff;font-weight:600}.MenuSelect_panel__ytDbJ{display:flex;flex-direction:column;gap:1.5rem}.MenuSelect_prompt__mzR92{color:#1e2b3c;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;padding-left:2px}.MenuSelect_category__VOcT2{display:flex;flex-direction:column;gap:1rem}.MenuSelect_categoryTitle__VFl9B{border-bottom:1px solid #f2f4f6;color:#1e2b3c;font-size:1rem;font-weight:600;padding-bottom:.5rem}.MenuSelect_buttons__H5E6J{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.MenuSelect_noVoteMessage__-0Vws{color:#8b95a1;font-size:.9rem;padding:.5rem 0}.MenuSelect_button__0dCtk{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:12px 16px;position:relative;transition:all .2s ease}.MenuSelect_button__0dCtk.MenuSelect_active__\+l4jB,.MenuSelect_button__0dCtk:hover{background-color:#f2f4f6;border-color:#1a73e8;color:#1a73e8}.MenuSelect_button__0dCtk.MenuSelect_active__\+l4jB{font-weight:700}.MenuSelect_votedMenusContainer__7WMyX{background-color:#f9fafb;border:1px solid #f2f4f6;border-radius:8px;padding:.5rem}.MenuSelect_votedMenusLabel__nPQy-{color:#1e2b3c;font-size:1rem;font-weight:500;margin-bottom:.5rem}.MenuSelect_votedMenusDescription__zIlQ6{color:#8b95a1;font-size:.9rem;margin-bottom:1rem}.MenuSelect_votedMenusList__CzaMx{display:flex;flex-wrap:wrap;gap:.5rem}.MenuSelect_votedMenuItem__r0EdZ{align-items:center;display:flex;gap:.5rem;max-width:100%;padding:.5rem .75rem}.MenuSelect_votedMenuItem__r0EdZ .MenuSelect_menuName__G4zBC{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:480px){.MenuSelect_votedMenuItem__r0EdZ{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;gap:.3rem;padding:.3rem}}.MenuSelect_votedMenuTag__a2j1E{align-items:center;background-color:#1a73e8;border-radius:4px;color:#fff;display:inline-flex;font-size:.85rem;font-weight:500;padding:.3rem .6rem;white-space:nowrap}.MenuSelect_memoInputGroup__RDKtg{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.3rem}@media(max-width:480px){.MenuSelect_memoInputGroup__RDKtg{width:100%}}.MenuSelect_memoInput__2SRLj{max-width:100%;width:180px}.MenuSelect_cancelButton__-o3Gp{background-color:#0000;border:none;border-radius:50%;color:#8b95a1;cursor:pointer;display:contents;font-size:1.1rem;font-weight:700;height:1.5rem;margin-left:auto;transition:all .2s ease;width:1.5rem}.MenuSelect_cancelButton__-o3Gp:hover{background-color:#f2f4f6;color:#ff5a5a}@media(max-width:480px){.MenuSelect_cancelButton__-o3Gp{align-self:flex-end}}.MenuSelect_voteCount__bd69d{align-items:center;background-color:#1a73e8;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:1.4rem;justify-content:center;position:absolute;right:-6px;top:-6px;width:1.4rem}.MenuSelect_weekendNotice__2RgrD{background-color:#f9fafb;border:1px dashed #e5e8eb;border-radius:8px;color:#1e2b3c;font-size:.95rem;padding:1rem;text-align:center}.MenuSelect_memoInput__2SRLj{background-color:#fff;border:1px solid #e5e8eb;border-radius:4px;color:#1e2b3c;font-size:.85rem;margin-left:8px;max-width:240px;min-width:180px;padding:.35rem .6rem}@media(max-width:480px){.MenuSelect_memoInput__2SRLj{min-width:100px}}.MenuSelect_memoButton__cyDWG{background-color:#1a73e814;border-radius:4px;color:#1a73e8;cursor:pointer;font-size:.85rem;margin-left:8px;padding:.35rem .6rem;transition:all .2s ease}.MenuSelect_memoButton__cyDWG:hover{background-color:#1a73e826}.MenuSelect_confirmButton__QT9VZ{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;margin-left:6px;padding:.35rem .6rem;white-space:nowrap}.MenuSelect_confirmButton__QT9VZ:hover{background-color:#3e8e41}.MenuSelect_cancelEditButton__t0klb{background-color:#e0e0e0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:.85rem;margin-left:6px;padding:.35rem .6rem;transition:background-color .2s ease;white-space:nowrap}.MenuSelect_cancelEditButton__t0klb:hover{background-color:#cfcfcf}.ExternalRestaurantSelect_panel__H25P2{display:flex;flex-direction:column;gap:1.5rem}.ExternalRestaurantSelect_prompt__B4LOR{color:#1e2b3c;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;padding-left:2px}.ExternalRestaurantSelect_category__lRz0L{display:flex;flex-direction:column;gap:1rem}.ExternalRestaurantSelect_categoryTitle__if00N{border-bottom:1px solid #f2f4f6;color:#1e2b3c;font-size:1rem;font-weight:600;padding-bottom:.5rem}.ExternalRestaurantSelect_weekendNotice__MsQ8Y{background-color:#f9fafb;border:1px dashed #e5e8eb;border-radius:8px;color:#1e2b3c;font-size:.95rem;padding:1rem;text-align:center}.ExternalRestaurantSelect_buttons__nimCU{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.ExternalRestaurantSelect_button__dTbWK{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;justify-content:center;padding:12px 16px;transition:all .2s ease}.ExternalRestaurantSelect_button__dTbWK:hover{background-color:#f2f4f6;border-color:#1a73e8;color:#1a73e8}.ExternalRestaurantSelect_button__dTbWK.ExternalRestaurantSelect_active__acA2X{background-color:#f2f4f6;border-color:#1a73e8;color:#1a73e8;font-weight:700}.UserDiningSelector_user-dining-selector__toggle__4pqU7{margin-bottom:1rem}.UserDiningSelector_user-dining-selector__prompt__UqePZ,.UserDiningSelector_user-dining-selector__selected-user__19uh1{align-items:center;background-color:#f2f7ff;border-radius:6px;color:#117dff;display:flex;font-size:1.1rem;font-weight:500;gap:8px;padding:8px 14px}.UserDiningSelector_user-dining-selector__selected-user__19uh1 button{background:none;border:none;color:#117dff;cursor:pointer;font-size:.8rem;margin-left:8px;padding:0;text-decoration:underline}.DefaultTitle_app-title__4\+lYK{align-items:center;display:inline-flex;font-family:Pretendard-Regular,sans-serif;font-weight:600;gap:.5rem;line-height:1.3;margin:0 0 1rem}.DefaultTitle_app-title__icon__0TUl2{align-items:center;color:#1a73e8;display:inline-flex;justify-content:center;line-height:1;vertical-align:middle}.DefaultTitle_app-title__text__Zr-ao{display:inline-block;line-height:1;margin-top:4px;vertical-align:middle}.DefaultTitle_app-title--default__aCd-m{color:#1e2b3c;font-size:1.5rem}.DefaultTitle_app-title--primary__uB6h5{color:#1a73e8;font-size:1.5rem}.DefaultTitle_app-title--secondary__6getN{color:#8b95a1;font-size:1.3rem}.InternalRestaurantCard_card__TNV6U{background-color:#fff;border:1px solid #e5e8eb;border-radius:12px;box-shadow:0 8px 20px #00000014;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;white-space:nowrap;width:100%}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_header__q0EoY{border-bottom:1px solid #eaeaea;margin-bottom:16px}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_content__1DXLi{display:flex;flex-direction:column;gap:16px}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_dateInfo__jB7ti{align-items:center;color:#888;display:flex;font-size:.875rem;gap:8px}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_title__AhubY{color:#333;font-size:1.2rem;font-weight:600}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_categories__1sz20{display:flex;flex-direction:column;gap:12px}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_category__qhNjT{display:flex;flex-direction:column;gap:8px}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_categoryTitle__pXZjR{color:#117dff;display:flex;font-size:1rem;font-weight:600;justify-content:space-between}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_count__XyLdU{color:#888;font-size:.75rem}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_menuList__QfCgi{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));list-style:none;margin:0;padding:0}.InternalRestaurantCard_card__TNV6U .InternalRestaurantCard_menuItem__UwWag{background-color:#f5f7fa;border-radius:6px;color:#555;font-size:.9rem;padding:6px 10px;position:relative}@media(max-width:768px){.InternalRestaurantCard_card__TNV6U{padding:1rem;white-space:normal;width:100%}}@media(max-width:480px){.InternalRestaurantCard_card__TNV6U{background-color:#0000;border:none;box-shadow:none;padding:.5rem;white-space:normal;width:100%}}.ExternalRestaurantCard_card__f4W\+j{background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0000000d;overflow:hidden;padding:20px;transition:all .3s ease}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_header__S38UD{border-bottom:1px solid #eaeaea;margin-bottom:16px}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_content__V0gsx{display:flex;flex-direction:column;gap:16px}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_dateInfo__Wzq-O{align-items:center;color:#888;display:flex;font-size:.875rem;gap:8px}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_title__RRbr9{color:#333;font-size:1.2rem;font-weight:600}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_categories__31PFT{display:flex;flex-direction:column;gap:12px}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_category__oVBvb{display:flex;flex-direction:column;gap:8px}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_categoryTitle__pbb25{color:#117dff;display:flex;font-size:1rem;font-weight:600;justify-content:space-between}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_count__eaE5f{color:#888;font-size:.75rem}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_menuList__T5p-n{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));list-style:none;margin:0;padding:0}.ExternalRestaurantCard_card__f4W\+j .ExternalRestaurantCard_menuItem__5yDOQ{background-color:#f5f7fa;border-radius:6px;color:#555;font-size:.9rem;padding:6px 10px;position:relative}.NotVotedCard_card__eGrM-{background-color:#fff;border:1px solid #e5e8eb;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.078);box-sizing:border-box;flex-shrink:0;max-width:100%;overflow:hidden;padding:1.5rem;white-space:nowrap;width:fit-content}.NotVotedCard_card__eGrM- .NotVotedCard_header__9COZx{align-items:center;background-color:#fef2f2;border-radius:8px;display:flex;gap:2rem;justify-content:space-between;padding:.5rem 1rem}.NotVotedCard_card__eGrM- .NotVotedCard_title__9QIAY{align-items:center;display:flex;gap:.5rem}.NotVotedCard_card__eGrM- .NotVotedCard_title__9QIAY svg{color:#ff5a5a}.NotVotedCard_card__eGrM- .NotVotedCard_title__9QIAY h3{color:#991b1b;font-size:1.1rem;font-weight:600;margin:5px 0 0}.NotVotedCard_card__eGrM- .NotVotedCard_badge__tHnZt{background-color:#ff5a5a;border-radius:9999px;color:#fff;font-size:.8rem;min-width:2rem;padding:.3rem .8rem;text-align:center}.NotVotedCard_card__eGrM- .NotVotedCard_content__f\+Q\+6{padding:0 1rem 1rem}.NotVotedCard_card__eGrM- .NotVotedCard_empty__quDpS{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem;text-align:center}.NotVotedCard_card__eGrM- .NotVotedCard_empty__quDpS p,.NotVotedCard_card__eGrM- .NotVotedCard_empty__quDpS svg{color:#10b981;font-weight:500;margin:0}.NotVotedCard_card__eGrM- .NotVotedCard_list__RwN-A{list-style-type:none;margin:0;overflow-y:auto;padding:0}.NotVotedCard_card__eGrM- .NotVotedCard_list__RwN-A::-webkit-scrollbar{width:4px}.NotVotedCard_card__eGrM- .NotVotedCard_list__RwN-A::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.NotVotedCard_card__eGrM- .NotVotedCard_list__RwN-A::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.NotVotedCard_card__eGrM- .NotVotedCard_listItem__VZF60{align-items:center;display:flex;font-size:1rem;gap:1rem;line-height:1.5;padding:.5rem 0;white-space:normal}.NotVotedCard_card__eGrM- .NotVotedCard_listItem__VZF60:not(:last-child){border-bottom:1px dashed #e5e8eb}.NotVotedCard_card__eGrM- .NotVotedCard_listItem__VZF60 svg{color:#8b95a1;flex-shrink:0}.NotVotedCard_card__eGrM- .NotVotedCard_department__\+VIpY{background-color:#f2f4f6;border-radius:4px;color:#8b95a1;flex-shrink:0;font-size:.75rem;font-weight:500;padding:.15rem .5rem}.NotVotedCard_card__eGrM- .NotVotedCard_name__5Zmjw{color:#4b5563;font-size:.95rem;font-weight:500}@media(max-width:1700px){.NotVotedCard_card__eGrM-{padding:1rem;white-space:normal;width:100%}.NotVotedCard_card__eGrM- .NotVotedCard_listItem__VZF60{flex-wrap:wrap;font-size:.95rem;gap:.5rem;justify-content:flex-start}.NotVotedCard_card__eGrM- .NotVotedCard_name__5Zmjw{font-size:1rem}.NotVotedCard_card__eGrM- .NotVotedCard_department__\+VIpY{font-size:.7rem}.NotVotedCard_card__eGrM- .NotVotedCard_title__9QIAY h3{font-size:1rem}.NotVotedCard_card__eGrM- .NotVotedCard_badge__tHnZt{font-size:.75rem;padding:.25rem .6rem}}@media(max-width:480px){.NotVotedCard_card__eGrM-{box-shadow:none;padding:.5rem;white-space:normal;width:100%}.NotVotedCard_card__eGrM- .NotVotedCard_listItem__VZF60{font-size:.9rem;gap:.4rem}.NotVotedCard_card__eGrM- .NotVotedCard_department__\+VIpY{font-size:.65rem}.NotVotedCard_card__eGrM- .NotVotedCard_name__5Zmjw,.NotVotedCard_card__eGrM- .NotVotedCard_title__9QIAY h3{font-size:.95rem}}.NotVotedCard_lunch-modal-overlay__-8M8S{align-items:center;animation:NotVotedCard_fadeIn__9xt7u .3s ease forwards;background-color:#00000073;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.NotVotedCard_lunch-modal__k8uyp{animation:NotVotedCard_slideIn__uzyIj .3s ease forwards;background:#fff;border-radius:8px;box-shadow:0 8px 20px #00000026;max-width:400px;overflow:hidden;width:100%}.NotVotedCard_lunch-modal__header__CboBG{align-items:center;border-bottom:1px solid #f9fafb;display:flex;justify-content:space-between;padding:.5rem 1rem}.NotVotedCard_lunch-modal__title__Fgfns{color:#1e2b3c;font-size:1.3rem;font-weight:600}.NotVotedCard_lunch-modal__close-btn__ARLij{background:none;border:none;border-radius:50%;color:#8b95a1;cursor:pointer;font-size:1.2rem;padding:.2rem}.NotVotedCard_lunch-modal__close-btn__ARLij:hover{background-color:#f2f4f6;color:#1a73e8}.NotVotedCard_lunch-modal__content__eacJS{display:flex;flex-direction:column;gap:1rem;padding:1rem}.NotVotedCard_lunch-modal__button__xiAjo{background-color:#1a73e8;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;padding:.6rem 1rem;transition:background-color .2s ease}.NotVotedCard_lunch-modal__button__xiAjo:hover{background-color:#135cbc}.NotVotedCard_lunch-modal__button--cancel__dk-er{background-color:#f2f4f6;color:#8b95a1;margin-top:.5rem}.NotVotedCard_lunch-modal__button--cancel__dk-er:hover{background-color:#e5e8eb}.NotVotedCard_statusBadge__P0H-J{background-color:#f2f4f6;border-radius:9999px;color:#8b95a1;flex-shrink:0;font-size:.75rem;font-weight:500;margin-left:auto;padding:.2rem .6rem}.NotVotedCard_statusBadge__P0H-J.NotVotedCard_출근__t0WRK{background-color:#d1fae5;color:#047857}.NotVotedCard_statusBadge__P0H-J.NotVotedCard_외근__J4N-C{background-color:#e0f2fe;color:#0369a1}.NotVotedCard_statusBadge__P0H-J.NotVotedCard_휴가__mbS1P{background-color:#fee2e2;color:#b91c1c}.NotVotedCard_statusBadge__P0H-J.NotVotedCard_점심\ 제외__db8wb{background-color:#fef9c3;color:#92400e}@keyframes NotVotedCard_fadeIn__9xt7u{0%{opacity:0}to{opacity:1}}@keyframes NotVotedCard_slideIn__uzyIj{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.NotVotedCard_lunch-modal__k8uyp{border-radius:4px;max-width:100%}.NotVotedCard_lunch-modal__content__eacJS{padding:.5rem}.NotVotedCard_lunch-modal__title__Fgfns{font-size:1.15rem}.NotVotedCard_lunch-modal__button__xiAjo{font-size:.9rem}}.ResultChart_resultContainer__HLELZ{gap:2rem;margin:1.5rem 0}.ResultChart_loadingCard__i9Jmv{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;text-align:center;width:100%}.ResultChart_loadingIcon__oJDbK{justify-items:center}.ResultChart_loadingSpinner__yBNO7{animation:ResultChart_spin__c2hV5 1s linear infinite;border:5px solid #0000001a;border-radius:50%;border-top-color:#1a73e8;height:64px;margin-bottom:1rem;width:64px}@keyframes ResultChart_spin__c2hV5{to{transform:rotate(1turn)}}.ResultChart_loadingText__X2D2O{color:#8b95a1;font-size:1rem}.ResultChart_statsLeft__wH-Fs,.ResultChart_statsRight__K53aT{background-color:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000d;display:flex;flex:1 1 48%;flex-direction:column;padding:1.5rem}.ResultChart_cardHeader__9K82Z{align-items:center;border-bottom:1px solid #f2f4f6;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.ResultChart_cardTitle__bUmY-{color:#1a73e8;font-size:1.4rem;font-weight:600;margin:0}.ResultChart_voteCount__M19Ws{background-color:#f9fafb;border-radius:12px;font-size:.7rem;font-weight:500;padding:6px 12px}.ResultChart_tableContainer__rahdj{border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:.5rem;overflow-x:auto}.ResultChart_statsTable__wRIn4{border-collapse:collapse;border-radius:8px;font-size:1rem;overflow:hidden;width:100%}.ResultChart_statsTable__wRIn4 td,.ResultChart_statsTable__wRIn4 th{padding:.875rem 1rem;text-align:left}.ResultChart_statsTable__wRIn4 th{background-color:#f9fafb;color:#1a73e8;font-weight:600;white-space:nowrap}.ResultChart_statsTable__wRIn4 td{border-bottom:1px solid #f2f4f6}.ResultChart_statsTable__wRIn4 tr:last-child td{border-bottom:none}.ResultChart_statsTable__wRIn4 tr:hover{background-color:#1a73e80d}.ResultChart_menuTag__oX-0e{border-radius:4px;display:inline-block;font-size:1rem;font-weight:500;padding:4px 8px}.ResultChart_external__vdxw\+{background-color:#805ad51a;color:#805ad5}.ResultChart_internal__sXVZh{background-color:#1a73e81a;color:#1a73e8}.ResultChart_menuChart__Uem1l{display:flex;flex-direction:column;gap:1.5rem;width:100%}.ResultChart_menuRow__fou7T{display:flex;flex-direction:column;gap:.6rem}.ResultChart_menuLabelContainer__vr0zX{align-items:center;display:flex;justify-content:space-between}.ResultChart_menuName__Z\+ETg{color:#1a73e8;font-size:1rem;font-weight:600}.ResultChart_voteInfo__o1Hoi{align-items:center;display:flex;gap:8px}.ResultChart_votePercent__fU2xH{color:#1a73e8;font-size:1rem;font-weight:600}.ResultChart_voteCount__M19Ws{color:#8b95a1;font-size:1rem}.ResultChart_bar__\+Dy\+0{background-color:#f2f4f6;border-radius:8px;box-shadow:inset 0 1px 3px #0000000d;height:16px;overflow:hidden;width:100%}.ResultChart_fill__n7Y2j{background-color:#1a73e8;border-radius:8px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.ResultChart_noDataContainer__yCquJ{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1.5rem;justify-content:center;padding:1.5rem}.ResultChart_noDataIcon__jo2CT{color:#8b95a1;height:48px;width:48px}.ResultChart_noDataText__OQSiC{color:#8b95a1;font-size:.6rem;font-weight:500;text-align:center}@media(max-width:768px){.ResultChart_resultContainer__HLELZ{flex-direction:column}.ResultChart_statsLeft__wH-Fs,.ResultChart_statsRight__K53aT{flex:1 1 100%;padding:1rem}.ResultChart_cardHeader__9K82Z{align-items:flex-start;flex-direction:column;gap:1rem}.ResultChart_voteCount__M19Ws{align-self:flex-start}}.ResultChart_memoList__7Z7KJ{margin-top:.5rem;padding-left:1rem}.ResultChart_memoList__7Z7KJ ul{list-style:none;margin:0;padding:0}.ResultChart_memoList__7Z7KJ li{align-items:center;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem;margin-bottom:6px}.ResultChart_memoName__FbVzK{background-color:#1e3a8a;border-radius:4px;color:#fff;font-size:.8rem;padding:2px 6px}.ResultChart_memoDept__OFlgZ{background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;color:#475569;font-size:.8rem;padding:2px 6px}.ResultChart_memoRequest__s5q1y{color:#334155;font-size:.9rem}.UpdateVersionDoc_versionDocContainer__iLINz{font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.UpdateVersionDoc_pageTitle__fm8AX{color:#333;font-size:28px;font-weight:700;margin-bottom:30px;text-align:center}.UpdateVersionDoc_viewModeSelector__rjrkJ{display:flex;gap:10px;justify-content:center;margin-bottom:20px}.UpdateVersionDoc_viewModeSelector__rjrkJ button{background-color:#fff;border:2px solid #007bff;border-radius:5px;color:#007bff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.UpdateVersionDoc_viewModeSelector__rjrkJ button:hover{background-color:#f8f9fa}.UpdateVersionDoc_viewModeSelector__rjrkJ button.UpdateVersionDoc_active__zEW\+j{background-color:#007bff;color:#fff}.UpdateVersionDoc_controlPanel__Gv5u8{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:30px}.UpdateVersionDoc_controlPanel__Gv5u8 select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 12px}.UpdateVersionDoc_controlPanel__Gv5u8 select:focus{border-color:#007bff;outline:none}.UpdateVersionDoc_controlPanel__Gv5u8 input{border:1px solid #ddd;border-radius:4px;font-size:14px;min-width:200px;padding:8px 12px}.UpdateVersionDoc_controlPanel__Gv5u8 input:focus{border-color:#007bff;outline:none}.UpdateVersionDoc_controlPanel__Gv5u8 input::placeholder{color:#999}.UpdateVersionDoc_expandControls__Ms8Yp{display:flex;gap:10px}.UpdateVersionDoc_expandBtn__5mN\+U{background-color:#fff;border:1px solid #28a745;border-radius:4px;color:#28a745;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.UpdateVersionDoc_expandBtn__5mN\+U:hover{background-color:#28a745;color:#fff}.UpdateVersionDoc_versionCard__LZmU6{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;transition:all .2s ease}.UpdateVersionDoc_versionCard__LZmU6:hover{box-shadow:0 4px 8px #00000026}.UpdateVersionDoc_versionCard__LZmU6.UpdateVersionDoc_latestCard__Lwjtt{border-color:#28a745;box-shadow:0 2px 8px #28a74533}.UpdateVersionDoc_versionCard__LZmU6.UpdateVersionDoc_latestCard__Lwjtt:hover{box-shadow:0 4px 12px #28a7454d}.UpdateVersionDoc_versionCard__LZmU6.UpdateVersionDoc_accordionCard__o2Fb7{cursor:default}.UpdateVersionDoc_versionHeader__Ah0Tz{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.UpdateVersionDoc_versionHeader__Ah0Tz.UpdateVersionDoc_clickable__ldCRl{cursor:pointer;transition:background-color .2s ease}.UpdateVersionDoc_versionTitleGroup__L1UG1{align-items:center;display:flex;gap:10px}.UpdateVersionDoc_versionTitle__f0D8x{color:#333;font-size:20px;font-weight:700;margin:0}.UpdateVersionDoc_newBadge__0EsMs{animation:UpdateVersionDoc_pulse__b-956 2s infinite;background-color:#28a745;border-radius:12px;color:#fff;font-size:12px;font-weight:700;padding:2px 8px}@keyframes UpdateVersionDoc_pulse__b-956{0%{box-shadow:0 0 0 0 #28a745b3}70%{box-shadow:0 0 0 10px #28a74500}to{box-shadow:0 0 0 0 #28a74500}}.UpdateVersionDoc_updateCount__fALKT{color:#666;font-size:14px}.UpdateVersionDoc_headerRight__XqfSx{align-items:center;display:flex;gap:15px}.UpdateVersionDoc_versionDate__ujQok{color:#666;font-size:14px}.UpdateVersionDoc_expandIcon__F42Z6{color:#666;font-size:12px;transition:transform .2s ease}.UpdateVersionDoc_expandIcon__F42Z6.UpdateVersionDoc_expanded__4I\+pd{transform:rotate(180deg)}.UpdateVersionDoc_updateContent__3Vcl2{padding:20px}.UpdateVersionDoc_updateList__-ihDo{list-style:none;margin:0;padding:0}.UpdateVersionDoc_updateItem__SXk2s{border-bottom:1px solid #f0f0f0;color:#444;line-height:1.5;padding:8px 0 8px 20px;position:relative}.UpdateVersionDoc_updateItem__SXk2s:last-child{border-bottom:none}.UpdateVersionDoc_updateItem__SXk2s:before{color:#007bff;content:"•";font-weight:700;left:0;position:absolute}.UpdateVersionDoc_noData__kB8vH{background-color:#f8f9fa;border:1px dashed #ddd;border-radius:8px;color:#666;font-size:16px;padding:40px;text-align:center}.UpdateVersionDoc_pagination__M5dtN{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:30px}.UpdateVersionDoc_pagination__M5dtN button{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#007bff;cursor:pointer;font-size:14px;padding:8px 12px;transition:all .2s ease}.UpdateVersionDoc_pagination__M5dtN button:hover:not(:disabled){background-color:#f8f9fa;border-color:#007bff}.UpdateVersionDoc_pagination__M5dtN button:disabled{background-color:#f8f9fa;border-color:#dee2e6;color:#6c757d;cursor:default}.UpdateVersionDoc_pagination__M5dtN button.UpdateVersionDoc_activePage__0wgQe{background-color:#007bff;border-color:#007bff;color:#fff}.UpdateVersionDoc_pagination__M5dtN button.UpdateVersionDoc_activePage__0wgQe:hover{background-color:#0056b3}@media(max-width:768px){.UpdateVersionDoc_versionDocContainer__iLINz{padding:15px}.UpdateVersionDoc_pageTitle__fm8AX{font-size:24px;margin-bottom:20px}.UpdateVersionDoc_viewModeSelector__rjrkJ{align-items:center;flex-direction:column}.UpdateVersionDoc_viewModeSelector__rjrkJ button{max-width:200px;width:100%}.UpdateVersionDoc_controlPanel__Gv5u8{align-items:stretch;flex-direction:column}.UpdateVersionDoc_controlPanel__Gv5u8 input,.UpdateVersionDoc_controlPanel__Gv5u8 select{width:100%}.UpdateVersionDoc_controlPanel__Gv5u8 input{min-width:auto}.UpdateVersionDoc_expandControls__Ms8Yp{justify-content:center}.UpdateVersionDoc_versionHeader__Ah0Tz{align-items:flex-start;flex-direction:column;gap:15px}.UpdateVersionDoc_versionTitleGroup__L1UG1{flex-wrap:wrap}.UpdateVersionDoc_headerRight__XqfSx{justify-content:space-between;width:100%}.UpdateVersionDoc_pagination__M5dtN{flex-wrap:wrap;gap:5px}.UpdateVersionDoc_pagination__M5dtN button{font-size:12px;padding:6px 10px}}@media(max-width:480px){.UpdateVersionDoc_versionDocContainer__iLINz{padding:10px}.UpdateVersionDoc_pageTitle__fm8AX{font-size:20px}.UpdateVersionDoc_updateContent__3Vcl2,.UpdateVersionDoc_versionHeader__Ah0Tz{padding:15px}.UpdateVersionDoc_versionTitle__f0D8x{font-size:18px}}.DefaultToast_toast-notification__KQ2Pb{align-items:center;animation:DefaultToast_fade-in-out__SFOki 3s ease forwards;background-color:#1e2b3cf2;border-radius:12px;box-shadow:0 8px 24px #00000040;color:#fff;display:flex;font-size:1.15rem;gap:12px;left:50%;min-width:280px;padding:1rem 1.5rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:9999}.DefaultToast_toast-notification__KQ2Pb.DefaultToast_success__1idKx{background-color:#265343f2}.DefaultToast_toast-notification__KQ2Pb.DefaultToast_info__qcPiE{background-color:#1e4066f2}.DefaultToast_toast-notification__KQ2Pb.DefaultToast_warning__1YuVu{background-color:#694b14f2}.DefaultToast_toast-notification__KQ2Pb.DefaultToast_error__EFPdc{background-color:#692626f2}.DefaultToast_toast-content__yD0B6{align-items:center;display:flex;gap:12px;width:100%}.DefaultToast_toast-icon__YQMi9{flex-shrink:0;font-size:1.5rem}.DefaultToast_toast-icon__YQMi9.DefaultToast_success__1idKx{color:#4ee58b}.DefaultToast_toast-icon__YQMi9.DefaultToast_info__qcPiE{color:#69b3ff}.DefaultToast_toast-icon__YQMi9.DefaultToast_warning__1YuVu{color:#ffd166}.DefaultToast_toast-icon__YQMi9.DefaultToast_error__EFPdc{color:#ff6b6b}.DefaultToast_toast-message__Da0YX{color:inherit;font-weight:600;letter-spacing:.02em}@keyframes DefaultToast_fade-in-out__SFOki{0%{opacity:0;transform:translate(-50%,-55%)}10%{opacity:1;transform:translate(-50%,-50%)}90%{opacity:1}to{opacity:0;transform:translate(-50%,-55%)}}@font-face{font-family:BMJUA;font-style:normal;font-weight:400;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff) format("woff")}@font-face{font-family:Paperlogy-8ExtraBold;font-style:normal;font-weight:100;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2) format("woff2")}@font-face{font-family:GmarketSansMedium;font-style:normal;font-weight:400;src:url(https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff) format("woff")}@font-face{font-family:Pretendard-Regular;font-style:normal;font-weight:400;src:url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff")}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{background-color:#fff;color:#1e2b3c;font-family:Pretendard-Regular,sans-serif;font-size:16px;line-height:1.6;overflow-y:scroll;scroll-behavior:smooth}a{color:inherit;text-decoration:none}li,ol,ul{list-style:none;margin:0;padding:0}button{background:none;border:none;cursor:pointer;font-family:inherit;padding:0}img{height:100%;object-fit:fill;width:100%}.no-scroll{height:100vh;overflow:hidden;position:fixed;width:100%}.lunch-header{align-items:center;background:#fff;border-bottom:1px solid #e5e8eb;display:flex;height:6rem;padding:1rem 0;position:sticky;top:0;transition:all .3s ease;z-index:1000}.lunch-header--scrolled{box-shadow:0 2px 8px #0000000d}.lunch-header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%;z-index:1001}.lunch-header__title{align-items:center;display:flex;gap:.5rem}.lunch-header__title-text{align-items:center;color:#8b95a1;display:flex;font-size:1.4rem;font-weight:500}.lunch-header__title-text-primary{color:#1a73e8;font-size:1.5rem;font-weight:700}.lunch-header__title-text-highlight{color:#805ad5;font-size:1.4rem;font-weight:600;margin-left:.5rem}.lunch-header__icon-img{border-radius:8px;box-shadow:0 1px 4px #0000000d;height:32px;margin-right:.5rem;object-fit:cover;width:32px}.lunch-header__nav{display:flex;gap:1rem;position:relative;z-index:1000}@media(max-width:768px){.lunch-header__nav{background-color:#fff;border-top:1px solid #f2f4f6;box-shadow:0 10px 30px #1e2b3c00;flex-direction:column;left:0;opacity:0;padding:1rem 1.5rem;pointer-events:none;position:absolute;right:0;top:100%;transform:translateY(-12px);transition:all .4s cubic-bezier(.19,1,.22,1)}.lunch-header__nav.open{box-shadow:0 8px 20px #00000014;opacity:1;pointer-events:auto;transform:translateY(0)}.lunch-header__nav{gap:.5rem}}@media(max-width:480px){.lunch-header__nav{flex-wrap:wrap;justify-content:center}}.lunch-header__link{align-items:center;background-color:#fff;border:1px solid #e5e8eb;border-radius:8px;box-shadow:0 1px 4px #0000000d;color:#4b5563;display:flex;font-size:1.1rem;font-weight:500;gap:.5rem;height:38px;justify-content:center;padding:.5rem 1rem;text-decoration:none;transition:all .25s cubic-bezier(.19,1,.22,1)}@media(max-width:768px){.lunch-header__link{font-weight:500;height:44px;width:100%}}.lunch-header__link.active,.lunch-header__link:hover{background-color:#1a73e8;border-color:#1a73e8;box-shadow:0 4px 12px #1a73e833;color:#fff}.lunch-header__link:hover{transform:translateY(-2px)}.lunch-header__link--accent{background-color:#1a73e81a;border-color:#1a73e833;color:#1a73e8}.lunch-header__link--accent.active,.lunch-header__link--accent:hover{background-color:#1a73e8;border-color:#1a73e8;color:#fff}.lunch-header__link--admin{background-color:#f9fafb;border-color:#e5e8eb;color:#4b5563}.lunch-header__link--admin.active,.lunch-header__link--admin:hover{background-color:#4b5563;border-color:#4b5563;box-shadow:0 4px 12px #4b556333;color:#fff}.lunch-header__link--error{background-color:#ffe9e9;border-color:#ff5a5a33;color:#ff5a5a}.lunch-header__link--error.active,.lunch-header__link--error:hover{background-color:#ff5a5a;border-color:#ff5a5a;box-shadow:0 4px 12px #ff5a5a33;color:#fff}.lunch-header__icon{font-size:1rem}.lunch-header__menu-toggle{background:none;border:none;border-radius:9999px;cursor:pointer;display:none;height:36px;padding:0;position:relative;transition:background-color .2s ease;width:36px;z-index:1003}.lunch-header__menu-toggle:hover{background-color:#f9fafb}@media(max-width:768px){.lunch-header__menu-toggle{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding:.5rem}}.lunch-header__menu-toggle .hamburger-bar{background-color:#1f2937;border-radius:4px;display:block;height:2px;margin:2px 0;transform-origin:center;transition:all .3s cubic-bezier(.645,.045,.355,1);width:20px}.lunch-header__menu-toggle.active .hamburger-bar:first-child{background-color:#1a73e8;transform:translateY(6px) rotate(45deg)}.lunch-header__menu-toggle.active .hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.lunch-header__menu-toggle.active .hamburger-bar:nth-child(3){background-color:#1a73e8;transform:translateY(-8px) rotate(-45deg)}@media(max-width:480px){.lunch-header__title-text{font-size:1.1rem}.lunch-header__title-text-highlight,.lunch-header__title-text-primary{font-size:.9rem}.lunch-header__icon-img{height:24px;width:24px}.lunch-header__container{align-items:flex-start;gap:.5rem}}.footer{background-color:#333;font-size:.9rem;line-height:1.4;margin-top:auto;padding:16px 24px;text-align:center;width:100%}.footer,.footer a{color:#fff}.app-container{block-size:100%;display:flex;flex-direction:column;min-height:100vh}.container{margin:1.1rem}.global-menu-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:900}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.81b92ffe.css.map*/