.app-header{background:#e6e8ed;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 32px;font-family:Inter,sans-serif;display:flex}.app-header__left{align-items:center;gap:18px;display:flex}.app-header__menu{position:relative}.app-header__menu-btn{cursor:pointer;color:var(--gray-500,#6a7797);background:0 0;border:none;align-items:center;padding:0;font-size:20px;display:flex}.app-header__menu-dropdown{border:1px solid var(--gray-50,#e6e8ed);z-index:50;background:#fff;border-radius:8px;min-width:160px;padding:4px 0;position:absolute;top:36px;left:0;box-shadow:0 8px 16px #1b212c1f}.app-header__menu-item{width:100%;color:var(--gray-700,#475066);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;display:block}.app-header__menu-item:hover{background:#00000008}.app-header__menu-divider{background:var(--gray-50,#e6e8ed);height:1px;margin:4px 0}.app-header__logo-img{width:auto;height:28px}.app-header__center{align-items:center;gap:12px;display:flex}.app-header__filter{position:relative}.app-header__filter-btn{border:1px solid var(--gray-200,#b4bbcb);cursor:pointer;color:var(--gray-400,#5c6478);background:0 0;border-radius:20px;align-items:center;gap:4px;height:28px;padding:4px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;display:flex}.app-header__filter-btn:hover{color:var(--gray-700,#475066);border-color:var(--gray-300,#9ba5ba)}.app-header__filter-btn--active{color:var(--gray-700,#475066);border-color:var(--blue-300,#5ed0fa);background:#5ed0fa14}.app-header__filter-chevron{color:var(--gray-400,#5c6478);font-size:10px}.app-header__filter-count{background:var(--blue-300,#5ed0fa);color:#fff;text-align:center;border-radius:10px;min-width:16px;padding:1px 6px;font-size:10px;font-weight:700}.app-header__filter-panel{border:1px solid var(--gray-50,#e6e8ed);z-index:50;background:#fff;border-radius:8px;min-width:220px;max-height:300px;padding:4px 0;position:absolute;top:38px;left:0;overflow-y:auto;box-shadow:0 8px 16px #1b212c1f}.app-header__filter-option{color:var(--gray-700,#475066);cursor:pointer;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:flex}.app-header__filter-option:hover{background:#00000008}.app-header__filter-checkbox{width:16px;height:16px;accent-color:var(--blue-300,#5ed0fa);cursor:pointer}.app-header__filter-clear{border:none;border-top:1px solid var(--gray-50,#e6e8ed);width:100%;color:var(--gray-400,#5c6478);cursor:pointer;text-align:left;background:0 0;padding:8px 12px;font-family:Inter,sans-serif;font-size:12px;display:block}.app-header__filter-clear:hover{color:var(--gray-700,#475066)}.app-header__more-btn{border:1px solid var(--gray-200,#b4bbcb);cursor:pointer;color:var(--gray-400,#5c6478);background:0 0;border-radius:20px;align-items:center;gap:4px;height:28px;padding:4px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;display:flex}.app-header__more-btn:hover{color:var(--gray-700,#475066);border-color:var(--gray-300,#9ba5ba)}.app-header__more-btn--active{color:var(--gray-700,#475066);border-color:var(--blue-300,#5ed0fa);background:#5ed0fa14}.app-header__right{align-items:center;gap:24px;display:flex}.app-header__search{cursor:pointer;align-items:center;gap:8px;display:flex}.app-header__search-icon{opacity:.5;width:18px;height:18px}.app-header__search-input{color:var(--gray-700,#475066);background:0 0;border:none;outline:none;width:120px;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.app-header__search-input::placeholder{color:var(--gray-400,#5c6478)}.app-header__search-clear{cursor:pointer;color:var(--gray-400,#5c6478);background:0 0;border:none;padding:0;font-size:12px}.app-header__search-clear:hover{color:var(--gray-700,#475066)}.app-header__user{position:relative}.app-header__user-btn{color:var(--gray-500,#6a7797);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;display:flex}.app-header__user-btn:hover{color:var(--gray-700,#475066)}.app-header__user-dropdown{border:1px solid var(--gray-50,#e6e8ed);z-index:50;background:#fff;border-radius:8px;min-width:180px;padding:4px 0;position:absolute;top:36px;right:0;box-shadow:0 8px 16px #1b212c1f}.app-header__user-icon{background:var(--gray-50,#e6e8ed);width:30px;height:30px;color:var(--gray-400,#5c6478);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.app-header__extended{background:#e6e8ed;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:8px 32px;display:flex}.app-header__chips{background:#e6e8ed;flex-wrap:wrap;gap:4px;padding:6px 32px;display:flex}.app-header__chip{height:26px;color:var(--gray-700,#475066);white-space:nowrap;background:#5ed0fa1f;border:1px solid #5ed0fa4d;border-radius:13px;align-items:center;gap:4px;padding:0 8px;font-family:Inter,sans-serif;font-size:11px;display:flex}.app-header__chip-label{color:var(--gray-500,#6a7797);font-weight:600}.app-header__chip-remove{cursor:pointer;color:var(--gray-400,#5c6478);background:0 0;border:none;padding:0;font-size:12px;line-height:1}.app-header__chip-remove:hover{color:var(--gray-700,#475066)}.calendar-header{flex-direction:column;display:flex}.calendar-header__row{height:19px;display:flex}.calendar-header__label{color:#3d4559;text-align:right;z-index:2;background:#fff;justify-content:flex-end;align-items:center;width:76px;min-width:76px;padding-right:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:flex;position:sticky;left:0}.calendar-header__cells{display:flex}.calendar-header__month-cell{border:1px solid var(--gray-50,#e6e8ed);color:var(--gray-700,#475066);background:#fff;border-right:none;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.calendar-header__month-cell:last-child{border-right:1px solid var(--gray-50,#e6e8ed)}.calendar-header__week-cell{background:var(--gray-200,#b4bbcb);border:1px solid var(--gray-50,#e6e8ed);color:var(--gray-700,#475066);border-bottom:none;border-right:none;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.calendar-header__week-cell:last-child{border-right:1px solid var(--gray-50,#e6e8ed)}.calendar-header__week-cell--critical{background:#ffd6d6}.calendar-header__week-cell--current{border:2px solid #27ab83;font-weight:700}.calendar-header__date-cell{border:1px solid var(--gray-50,#e6e8ed);color:var(--gray-700,#475066);cursor:default;background:#fff;border-right:none;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.calendar-header__date-cell:last-child{border-right:1px solid var(--gray-50,#e6e8ed)}.calendar-header__date-cell--holiday{cursor:help;background:#8eedc7}.calendar-toolbar{background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:12px 24px;font-family:Inter,sans-serif;display:flex}.calendar-toolbar__left{align-items:center;gap:12px;display:flex}.calendar-toolbar__today{border:2px solid var(--gray-50,#e6e8ed);color:var(--gray-300,#6a7797);cursor:pointer;background:#fff;border-radius:20px;padding:8px 20px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;box-shadow:0 2px 5px #26334d08}.calendar-toolbar__today:hover{color:var(--gray-700,#475066);border-color:var(--gray-200,#b4bbcb)}.calendar-toolbar__center{align-items:center;gap:16px;display:flex}.calendar-toolbar__nav{border:2px solid var(--gray-50,#e6e8ed);width:40px;height:40px;color:var(--gray-500,#6a7797);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:18px;display:flex;box-shadow:0 2px 5px #26334d08}.calendar-toolbar__nav:hover:not(:disabled){border-color:var(--gray-200,#b4bbcb);color:var(--gray-700,#475066)}.calendar-toolbar__nav:disabled{opacity:.5;cursor:not-allowed}.calendar-toolbar__create{background:var(--gray-700,#475066);border:2px solid var(--gray-400,#838da8);color:#fff;cursor:pointer;white-space:nowrap;border-radius:20px;height:40px;padding:0 20px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;box-shadow:0 2px 5px #26334d08}.calendar-toolbar__create:hover{background:var(--gray-800,#363d4d)}.calendar-toolbar__year{color:var(--gray-700,#475066);text-align:center;min-width:50px;font-size:16px;font-weight:700}.calendar-toolbar__right{align-items:center;gap:12px;display:flex}.calendar-toolbar__views{display:flex;box-shadow:0 2px 5px #26334d08}.calendar-toolbar__collapse{cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .15s;display:flex}.calendar-toolbar__collapse:hover{opacity:1}.calendar-toolbar__view{border:2px solid var(--gray-50,#e6e8ed);color:var(--gray-300,#6a7797);cursor:pointer;background:#fff;margin-left:-2px;padding:8px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.calendar-toolbar__view:first-child{border-radius:30px 0 0 30px;margin-left:0}.calendar-toolbar__view:last-child{border-radius:0 30px 30px 0}.calendar-toolbar__view--active,.calendar-toolbar__view:hover{color:var(--gray-700,#475066)}:root{--gray-50:#e6e8ed;--gray-200:#b4bbcb;--gray-300:#9ba5ba;--gray-400:#838da8;--gray-500:#6a7797;--gray-700:#475066;--gray-800:#363d4d;--blue-100:#b3ecff;--blue-300:#5ed0fa;--blue-900:#035388;--yellow-100:#fff3c4;--yellow-300:#fadb5f;--yellow-800:#b44d12;--violet-100:#e8d5f5;--violet-300:#b07cd8;--violet-800:#5b2677;--bubble-red:#e12d39;--bubble-green:#27ab83;--bubble-brown:#8d6e63;--bubble-yellow:#f0b429}.project-card{cursor:pointer;box-sizing:border-box;border-width:1px;border-radius:5px;flex-direction:column;justify-content:space-between;height:100%;font-family:Inter,sans-serif;font-size:10px;line-height:1.3;display:flex;position:relative;overflow:hidden}.project-card:hover{box-shadow:0 2px 8px #1b212c26}.project-card--yellow{border-color:var(--yellow-300);background:#ffcb3380}.project-card--yellow[style*=dashed]{background:#ffcb3308}.project-card--blue{border-color:var(--blue-300);background:#e3f8ff80}.project-card--blue[style*=dashed]{background:#e3f8ff08}.project-card--lightblue{border-color:var(--blue-300);background:#b3ecff80}.project-card--lightblue[style*=dashed]{background:#b3ecff08}.project-card--violet{border-color:var(--violet-300);background:#b07cd880}.project-card--violet[style*=dashed]{background:#b07cd808}.project-card--gray{border-color:var(--gray-300);background:#9ba5ba26}.project-card--gray[style*=dashed]{background:#9ba5ba08}.project-card--yellow:has(.project-card__project-nr--gebucht){background:#ffcb3326;border-color:#fadb5f66}.project-card--blue:has(.project-card__project-nr--gebucht){background:#e3f8ff26;border-color:#5ed0fa66}.project-card--lightblue:has(.project-card__project-nr--gebucht){background:#b3ecff26;border-color:#5ed0fa66}.project-card--violet:has(.project-card__project-nr--gebucht){background:#b07cd826;border-color:#b07cd866}.project-card__bubbles{z-index:1;gap:2px;display:flex;position:absolute;top:3px;left:3px}.project-card__bubble{border-radius:50%;width:8px;height:8px;display:block}.project-card__body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:8px;display:flex;overflow:hidden}.project-card__body p{white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;margin:0;overflow:hidden}.project-card__line1{color:var(--gray-800);font-weight:500}.project-card__product{color:var(--gray-700);font-weight:700}.project-card__module-info{color:var(--gray-800);font-weight:500}.project-card__variant{color:var(--gray-800);font-style:italic;font-weight:500}.project-card__project-nr{color:var(--gray-800);font-weight:700}.project-card__project-nr--gebucht{color:#000}.project-card__pl{color:var(--gray-800);font-weight:700}.project-card__remarks{color:var(--gray-700,#475066);font-size:10px;font-weight:400}.project-card__footer{gap:1px;width:100%;display:flex}.project-card__day{flex:1;justify-content:center;align-items:center;height:20px;font-size:10px;font-weight:700;display:flex;overflow:hidden}.project-card__footer--yellow .project-card__day{background:var(--yellow-100);color:var(--yellow-800)}.project-card__footer--blue .project-card__day,.project-card__footer--lightblue .project-card__day{background:var(--blue-100);color:var(--blue-900)}.project-card__footer--violet .project-card__day{background:var(--violet-100);color:var(--violet-800)}.project-card__footer--gray .project-card__day{background:var(--gray-50);color:var(--gray-700)}.module-row{border-bottom:1px solid var(--gray-50,#e6e8ed);display:flex}.module-row__label{border-right:1px solid var(--gray-50,#e6e8ed);z-index:2;background:#fff;justify-content:center;align-items:center;width:76px;min-width:76px;display:flex;position:sticky;left:0}.module-row__label--warteliste{background:#f0f1f4}.module-row__label--tasting_sml{background:#e3f8ff}.module-row__label--tasting_customized{background:#d0f0ff}.module-row__label--tasting_exclusive{background:#c0e8ff}.module-row__label--sample_full_day{background:#e0f7ed}.module-row__label--sample_half_day{background:#d0f0e4}.module-row__label--sample_tailored{background:#c4ebdb}.module-row__label--young_urban{background:#fce4f0}.module-row__label--young_happening{background:#f8d6e8}.module-row__label-text{writing-mode:vertical-rl;color:var(--gray-700,#475066);white-space:pre-line;text-align:center;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.3;transform:rotate(180deg)}.module-row__grid{flex:1;position:relative}.module-row__cell{border-right:1px solid var(--gray-50,#e6e8ed);box-sizing:border-box;cursor:pointer;border-bottom:1px solid #e6e8ed4d}.module-row__cell:hover{background:#8eedc714}.module-row__cell--alt{background:#00000004}.module-row__cell--alt:hover{background:#8eedc71a}.module-row__cell--full{cursor:not-allowed}.module-row__cell--full:hover{background:#e12d390d}.module-row__cell--drop-preview{box-sizing:border-box;border:2px dashed var(--blue-300,#5ed0fa)!important;background:#5ed0fa33!important}.module-row__cell--drop-blocked{background:#e12d391a!important}.module-row__card-wrapper{cursor:grab}.module-row__card-wrapper:active{cursor:grabbing}.module-row__card-wrapper--dragging{opacity:.3}.confirm-overlay{z-index:200;background:#26334d80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-dialog{background:#fff;border-radius:12px;width:400px;padding:24px;font-family:Inter,sans-serif;box-shadow:0 16px 48px #1b212c26}.confirm-dialog__title{color:var(--gray-700,#475066);margin:0 0 8px;font-size:18px;font-weight:700}.confirm-dialog__message{color:var(--gray-500,#6a7797);margin:0 0 24px;font-size:14px;line-height:1.5}.confirm-dialog__actions{justify-content:flex-end;gap:12px;display:flex}.confirm-dialog__btn{cursor:pointer;border-radius:20px;height:36px;padding:0 20px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.confirm-dialog__btn--cancel{border:2px solid var(--gray-50,#e6e8ed);color:var(--gray-300,#9ba5ba);background:#fff}.confirm-dialog__btn--cancel:hover{color:var(--gray-700,#475066);border-color:var(--gray-200,#b4bbcb)}.confirm-dialog__btn--confirm{color:#fff;background:#e12d39;border:2px solid #c62828}.confirm-dialog__btn--confirm:hover{background:#c62828}.modal-overlay{z-index:100;background:#26334d80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:15px;flex-direction:column;gap:24px;width:960px;max-height:90vh;padding:24px;font-family:Inter,sans-serif;display:flex;overflow-y:auto;box-shadow:0 60px 120px #26334d0d}.modal__head{border-bottom:1px solid var(--gray-50,#e6e8ed);justify-content:space-between;align-items:center;padding-bottom:24px;display:flex}.modal__title{color:var(--gray-700,#475066);letter-spacing:-.6px;margin:0;font-size:28px;font-weight:500}.modal__body{gap:40px;display:flex}.modal__col{flex-direction:column;flex:1;gap:24px;display:flex}.field{flex-direction:column;gap:4px;display:flex}.field__label{color:#58647f;margin:0;font-size:14px;font-weight:700}.field__required{color:#e12d39;font-weight:700}.field__error{color:#e12d39;margin:2px 0 0;font-size:12px}.field__input--error,.field__select--error{border-color:#e12d39}.field__input--error:focus,.field__select--error:focus{box-shadow:0 0 0 2px #e12d3933}.field__input,.field__select,.field__textarea{border:1px solid var(--gray-200,#b4bbcb);height:48px;color:var(--gray-700,#475066);box-sizing:border-box;-moz-appearance:textfield;background:#fff;border-radius:4px;outline:none;padding:0 16px;font-family:Inter,sans-serif;font-size:15px}.field__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.field__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.field__input:focus,.field__select:focus,.field__textarea:focus{border-color:var(--blue-300,#5ed0fa);box-shadow:0 0 0 2px #5ed0fa33}.field__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236a7797' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.field__textarea{resize:vertical;height:80px;padding:12px 16px}.field__input::placeholder,.field__textarea::placeholder{color:var(--gray-400,#5c6478)}.field--switch{flex-direction:row;align-items:center;gap:12px}.switch{background:var(--gray-200,#b4bbcb);cursor:pointer;border:none;border-radius:12px;width:44px;height:24px;padding:0;transition:background .2s;position:relative}.switch--active{background:var(--blue-300,#5ed0fa)}.switch__knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.switch--active .switch__knob{transform:translate(20px)}.field__bp-list{flex-direction:column;gap:8px;display:flex}.field__bp-row{align-items:center;gap:8px;display:flex}.field__bp-row .field__input{flex:1}.field__bp-btn{border:1px solid var(--gray-200,#b4bbcb);width:32px;height:32px;color:var(--gray-500,#6a7797);cursor:pointer;background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.field__bp-btn:hover{background:var(--gray-50,#e6e8ed)}.einsatztage__header{justify-content:space-between;align-items:baseline;margin-bottom:24px;display:flex}.einsatztage__total{color:#58647f;font-size:14px}.einsatztage__total strong{font-weight:700}.einsatztage__week{margin-bottom:16px}.einsatztage__week-header{color:#58647f;justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:14px;display:flex}.einsatztage__week-header strong{font-weight:700}.einsatztage__days{gap:6px;display:flex}.einsatztage__day{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.einsatztage__day-input{border:1px solid var(--gray-200,#b4bbcb);text-align:center;width:100%;height:48px;color:var(--gray-500,#6a7797);box-sizing:border-box;-moz-appearance:textfield;background:#fff;border-radius:4px;outline:none;font-family:Inter,sans-serif;font-size:15px}.einsatztage__day-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.einsatztage__day-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.einsatztage__day-input:focus{border-color:var(--blue-300,#5ed0fa);box-shadow:0 0 0 2px #5ed0fa33}.einsatztage__day-input--sunday,.einsatztage__day-input--holiday{background:#8eedc7}.einsatztage__day-label{color:var(--gray-500,#6a7797);font-size:13px}.modal__footer{border-top:1px solid var(--gray-50,#e6e8ed);justify-content:space-between;align-items:center;padding-top:16px;display:flex}.modal__btn{cursor:pointer;border:2px solid var(--gray-50,#e6e8ed);border-radius:20px;height:40px;padding:0 20px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;box-shadow:0 2px 5px #26334d08}.modal__btn--secondary{color:var(--gray-300,#6a7797);background:#fff}.modal__btn--secondary:hover{color:var(--gray-700,#475066);border-color:var(--gray-200,#b4bbcb)}.modal__btn--primary{background:var(--gray-700,#475066);border-color:var(--gray-400,#838da8);color:#fff}.modal__btn--primary:hover{background:var(--gray-800,#363d4d)}.yc-overlay{z-index:100;background:#26334d80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.yc-panel{background:#fff;border-radius:15px;flex-direction:column;width:700px;max-width:90vw;max-height:85vh;font-family:Inter,sans-serif;display:flex;box-shadow:0 60px 120px #26334d0d}.yc-panel__loading{text-align:center;color:var(--gray-400,#838da8);padding:40px}.yc-panel__header{border-bottom:1px solid var(--gray-50,#e6e8ed);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.yc-panel__title{color:var(--gray-700,#475066);margin:0;font-size:20px;font-weight:700}.yc-panel__close{cursor:pointer;color:var(--gray-400,#838da8);background:0 0;border:none;font-size:20px}.yc-panel__close:hover{color:var(--gray-700,#475066)}.yc-panel__tabs{border-bottom:1px solid var(--gray-50,#e6e8ed);flex-shrink:0;padding:0 24px;display:flex}.yc-panel__tab{color:var(--gray-400,#838da8);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.yc-panel__tab:hover{color:var(--gray-700,#475066)}.yc-panel__tab--active{color:var(--gray-700,#475066);border-bottom-color:var(--blue-300,#5ed0fa)}.yc-panel__content{flex:1;padding:24px;overflow-y:auto}.yc-info{color:var(--gray-500,#6a7797);margin:0 0 16px;font-size:13px}.yc-error{color:#e12d39;background:#e12d3914;border:1px solid #e12d3933;border-radius:6px;margin:0 0 16px;padding:8px 12px;font-size:13px}.yc-table{margin-bottom:16px}.yc-table__header{border-bottom:1px solid var(--gray-50,#e6e8ed);color:var(--gray-400,#838da8);text-transform:uppercase;letter-spacing:.5px;padding:6px 0;font-size:11px;font-weight:700;display:flex}.yc-table__row{color:var(--gray-700,#475066);border-bottom:1px solid #e6e8ed80;align-items:center;padding:6px 0;font-size:13px;display:flex}.yc-table__row--irregular{background:#f0b42914}.yc-table__col{align-items:center;display:flex}.yc-table__col--nr{width:50px;font-weight:600}.yc-table__col--date{flex:1}.yc-table__col--name{flex:2}.yc-table__col--days{text-align:center;justify-content:center;width:50px}.yc-table__col--highlight{color:#f0841f;font-weight:700}.yc-table__col--action{justify-content:center;width:40px}.yc-input--date{border:1px solid var(--gray-200,#b4bbcb);color:var(--gray-700,#475066);border-radius:4px;outline:none;padding:4px 8px;font-family:Inter,sans-serif;font-size:12px}.yc-input--date:focus{border-color:var(--blue-300,#5ed0fa)}.yc-input--text{border:1px solid var(--gray-200,#b4bbcb);color:var(--gray-700,#475066);border-radius:4px;outline:none;flex:1;padding:4px 12px;font-family:Inter,sans-serif;font-size:13px}.yc-input--text:focus{border-color:var(--blue-300,#5ed0fa)}.yc-btn--delete{cursor:pointer;color:var(--gray-300,#9ba5ba);background:0 0;border:none;padding:2px;font-size:14px}.yc-btn--delete:hover{color:#e12d39}.yc-btn--add{background:var(--gray-700,#475066);color:#fff;cursor:pointer;border:none;border-radius:16px;flex-shrink:0;height:32px;padding:0 14px;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.yc-btn--add:disabled{opacity:.3;cursor:not-allowed}.yc-btn--save{background:var(--gray-700,#475066);color:#fff;cursor:pointer;border:none;border-radius:20px;height:40px;margin-top:20px;padding:0 24px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.yc-btn--save:hover{background:var(--gray-800,#363d4d)}.yc-add-row{border-top:1px solid var(--gray-50,#e6e8ed);align-items:center;gap:8px;padding:12px 0;display:flex}.yc-add-label{color:var(--gray-500,#6a7797);min-width:60px;font-size:13px;font-weight:600}.yc-critical-grid{flex-wrap:wrap;gap:6px;display:flex}.yc-critical-cell{border:1px solid var(--gray-200,#b4bbcb);width:40px;height:36px;color:var(--gray-500,#6a7797);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:600;display:flex}.yc-critical-cell:hover{border-color:var(--gray-300,#9ba5ba)}.yc-critical-cell--active{color:#e12d39;background:#ffd6d6;border-color:#e12d39}.yc-slots{flex-direction:column;gap:12px;display:flex}.yc-slots__row{align-items:center;gap:16px;display:flex}.yc-slots__label{color:var(--gray-700,#475066);flex:1;font-size:13px;font-weight:500}.yc-slots__input{border:1px solid var(--gray-200,#b4bbcb);text-align:center;width:60px;height:36px;color:var(--gray-700,#475066);-moz-appearance:textfield;border-radius:4px;outline:none;font-family:Inter,sans-serif;font-size:14px}.yc-slots__input::-webkit-outer-spin-button{-webkit-appearance:none}.yc-slots__input::-webkit-inner-spin-button{-webkit-appearance:none}.yc-slots__input:focus{border-color:var(--blue-300,#5ed0fa)}.yc-thresholds{flex-direction:column;gap:10px;display:flex}.yc-thresholds__row{align-items:center;gap:12px;display:flex}.yc-thresholds__color{border-radius:4px;flex-shrink:0;width:20px;height:20px}.yc-thresholds__label{width:80px;color:var(--gray-700,#475066);font-size:13px;font-weight:500}.yc-thresholds__prefix{color:var(--gray-400,#838da8);font-size:12px}.yc-thresholds__input{border:1px solid var(--gray-200,#b4bbcb);text-align:center;width:70px;height:32px;color:var(--gray-700,#475066);-moz-appearance:textfield;border-radius:4px;outline:none;font-family:Inter,sans-serif;font-size:13px}.yc-thresholds__input::-webkit-outer-spin-button{-webkit-appearance:none}.yc-thresholds__input::-webkit-inner-spin-button{-webkit-appearance:none}.yc-thresholds__input:focus{border-color:var(--blue-300,#5ed0fa)}.admin-overlay{z-index:100;background:#26334d80;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-panel{background:#fff;flex-direction:column;width:480px;max-width:90vw;height:100vh;font-family:Inter,sans-serif;display:flex;box-shadow:-8px 0 24px #1b212c1f}.admin-panel__header{border-bottom:1px solid var(--gray-50,#e6e8ed);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.admin-panel__title{color:var(--gray-700,#475066);margin:0;font-size:20px;font-weight:700}.admin-panel__close{cursor:pointer;color:var(--gray-400,#838da8);background:0 0;border:none;padding:4px;font-size:20px}.admin-panel__close:hover{color:var(--gray-700,#475066)}.admin-panel__content{flex:1;padding:24px;overflow-y:auto}.admin-panel__create{gap:8px;margin-bottom:24px;display:flex}.admin-panel__create-input{border:1px solid var(--gray-200,#b4bbcb);width:100px;height:40px;color:var(--gray-700,#475066);-moz-appearance:textfield;border-radius:4px;outline:none;padding:0 12px;font-family:Inter,sans-serif;font-size:14px}.admin-panel__create-input::-webkit-outer-spin-button{-webkit-appearance:none}.admin-panel__create-input::-webkit-inner-spin-button{-webkit-appearance:none}.admin-panel__create-input:focus{border-color:var(--blue-300,#5ed0fa)}.admin-panel__create-btn{background:var(--gray-700,#475066);color:#fff;cursor:pointer;border:none;border-radius:20px;height:40px;padding:0 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:700}.admin-panel__create-btn:hover{background:var(--gray-800,#363d4d)}.admin-panel__create-btn:disabled{opacity:.4;cursor:not-allowed}.year-card{border:1px solid var(--gray-50,#e6e8ed);border-radius:8px;margin-bottom:12px;padding:16px}.year-card--inactive{opacity:.6}.year-card__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.year-card__year{color:var(--gray-700,#475066);font-size:18px;font-weight:700}.year-card__badge{border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.year-card__badge--active{color:#0c6b58;background:#8eedc74d}.year-card__badge--inactive{color:var(--gray-500,#6a7797);background:#9ba5ba33}.year-card__stats{color:var(--gray-500,#6a7797);gap:16px;margin-bottom:12px;font-size:12px;display:flex}.year-card__stat strong{color:var(--gray-700,#475066)}.year-card__actions{flex-wrap:wrap;gap:8px;display:flex}.year-card__btn{cursor:pointer;border:1px solid var(--gray-200,#b4bbcb);height:32px;color:var(--gray-500,#6a7797);background:#fff;border-radius:16px;padding:0 14px;font-family:Inter,sans-serif;font-size:11px;font-weight:600}.year-card__btn:hover{border-color:var(--gray-300,#9ba5ba);color:var(--gray-700,#475066)}.year-card__btn--danger{color:#e12d39;border-color:#e12d39}.year-card__btn--danger:hover{color:#fff;background:#e12d39}.year-card__btn--primary{border-color:var(--blue-300,#5ed0fa);color:var(--blue-900,#035388)}.year-card__btn--primary:hover{background:#5ed0fa1a}.usermgmt-overlay{z-index:100;background:#26334d80;justify-content:flex-end;display:flex;position:fixed;inset:0}.usermgmt-panel{background:#fff;flex-direction:column;width:560px;max-width:90vw;height:100vh;font-family:Inter,sans-serif;display:flex;box-shadow:-8px 0 24px #1b212c1f}.usermgmt-panel__header{border-bottom:1px solid var(--gray-50,#e6e8ed);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.usermgmt-panel__title{color:var(--gray-700,#475066);margin:0;font-size:20px;font-weight:700}.usermgmt-panel__close{cursor:pointer;color:var(--gray-400,#838da8);background:0 0;border:none;padding:4px;font-size:20px}.usermgmt-panel__close:hover{color:var(--gray-700,#475066)}.usermgmt-panel__content{flex:1;padding:24px;overflow-y:auto}.usermgmt-panel__loading{color:var(--gray-400,#838da8);font-size:13px}.usermgmt-panel__empty{color:var(--gray-400,#838da8);text-align:center;padding:40px 0;font-size:14px}.usermgmt-panel__create-btn{background:var(--gray-700,#475066);color:#fff;cursor:pointer;border:none;border-radius:20px;width:100%;height:40px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:13px;font-weight:700;display:block}.usermgmt-panel__create-btn:hover{background:var(--gray-800,#363d4d)}.usermgmt-create-form{border:1px solid var(--gray-50,#e6e8ed);border-radius:8px;margin-bottom:24px;padding:16px}.usermgmt-create-form__title{color:var(--gray-700,#475066);margin:0 0 12px;font-size:14px;font-weight:700}.usermgmt-create-form__fields{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.usermgmt-create-form__actions{justify-content:flex-end;gap:8px;display:flex}.usermgmt-input{border:1px solid var(--gray-200,#b4bbcb);height:36px;color:var(--gray-700,#475066);box-sizing:border-box;border-radius:4px;outline:none;padding:0 12px;font-family:Inter,sans-serif;font-size:13px}.usermgmt-input:focus{border-color:var(--blue-300,#5ed0fa)}.usermgmt-select{border:1px solid var(--gray-200,#b4bbcb);height:36px;color:var(--gray-700,#475066);cursor:pointer;box-sizing:border-box;background:#fff;border-radius:4px;outline:none;padding:0 10px;font-family:Inter,sans-serif;font-size:13px}.usermgmt-select:focus{border-color:var(--blue-300,#5ed0fa)}.usermgmt-btn{cursor:pointer;border:none;border-radius:16px;height:32px;padding:0 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.usermgmt-btn--primary{background:var(--gray-700,#475066);color:#fff}.usermgmt-btn--primary:hover{background:var(--gray-800,#363d4d)}.usermgmt-btn--secondary{border:1px solid var(--gray-200,#b4bbcb);color:var(--gray-500,#6a7797);background:#fff}.usermgmt-btn--secondary:hover{border-color:var(--gray-300,#9ba5ba);color:var(--gray-700,#475066)}.usermgmt-error{color:#e12d39;margin:4px 0 8px;font-size:12px}.usermgmt-user{border:1px solid var(--gray-50,#e6e8ed);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:14px 16px;display:flex}.usermgmt-user--inactive{opacity:.5}.usermgmt-user__info{flex-direction:column;gap:2px;min-width:0;display:flex}.usermgmt-user__name-row{align-items:center;gap:8px;display:flex}.usermgmt-user__name{color:var(--gray-700,#475066);font-size:14px;font-weight:600}.usermgmt-user__email{color:var(--gray-400,#838da8);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.usermgmt-role-badge{text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:700}.usermgmt-role-badge--admin{color:var(--blue-900,#035388);background:#5ed0fa33}.usermgmt-role-badge--planner{color:var(--gray-500,#6a7797);background:#9ba5ba33}.usermgmt-user__actions{flex-shrink:0;gap:6px;display:flex}.usermgmt-action-btn{cursor:pointer;border:1px solid var(--gray-200,#b4bbcb);height:28px;color:var(--gray-500,#6a7797);white-space:nowrap;background:#fff;border-radius:14px;padding:0 10px;font-family:Inter,sans-serif;font-size:11px;font-weight:600}.usermgmt-action-btn:hover{border-color:var(--gray-300,#9ba5ba);color:var(--gray-700,#475066)}.usermgmt-action-btn--danger{color:#e12d39;border-color:#e12d39}.usermgmt-action-btn--danger:hover{color:#fff;background:#e12d39}.usermgmt-action-btn--primary{border-color:var(--blue-300,#5ed0fa);color:var(--blue-900,#035388)}.usermgmt-action-btn--primary:hover{background:#5ed0fa1a}.usermgmt-user__edit{width:100%}.usermgmt-user__edit-fields{flex-direction:column;gap:8px;margin-bottom:10px;display:flex}.usermgmt-user__edit-actions{justify-content:flex-end;gap:8px;display:flex}.changepw-overlay{z-index:100;background:#1b212c66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.changepw-panel{background:#fff;border-radius:12px;width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 16px 48px #1b212c33}.changepw-panel__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.changepw-panel__title{color:var(--gray-800,#363d4d);margin:0;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.changepw-panel__close{color:var(--gray-400,#838da8);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px}.changepw-panel__close:hover{color:var(--gray-700,#475066)}.changepw-panel__content{flex-direction:column;gap:16px;padding:20px 24px 24px;display:flex}.changepw-field{flex-direction:column;gap:4px;display:flex}.changepw-label{color:var(--gray-500,#6a7797);font-family:Inter,sans-serif;font-size:12px;font-weight:600}.changepw-input{border:1px solid var(--gray-200,#b4bbcb);color:var(--gray-700,#475066);border-radius:6px;padding:8px 12px;font-family:Inter,sans-serif;font-size:14px}.changepw-input:focus{border-color:var(--blue-300,#5ed0fa);outline:none;box-shadow:0 0 0 2px #5ed0fa26}.changepw-input-wrap{width:100%;display:flex;position:relative}.changepw-input-wrap .changepw-input{width:100%;padding-right:42px}.changepw-toggle{border:none;border-left:1px solid var(--gray-200,#b4bbcb);cursor:pointer;width:42px;color:var(--gray-400,#838da8);background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;right:0}.changepw-toggle:hover{color:var(--gray-700,#475066)}.changepw-toggle__icon{width:18px;height:18px}.changepw-rules{background:var(--gray-50,#f5f6f8);border-radius:6px;flex-direction:column;gap:4px;padding:8px 12px;display:flex}.changepw-rule{color:var(--gray-400,#838da8);align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:12px;display:flex}.changepw-rule__icon{text-align:center;width:14px;font-size:11px}.changepw-rule--pass{color:#27ab83}.changepw-rule--fail{color:#e12d39}.changepw-hint{color:#e12d39;margin:2px 0 0;font-family:Inter,sans-serif;font-size:11px}.changepw-error{color:#e12d39;background:#e12d390f;border-radius:6px;margin:0;padding:8px 12px;font-family:Inter,sans-serif;font-size:13px}.changepw-success{color:#27ab83;text-align:center;background:#27ab830f;border-radius:6px;padding:16px;font-family:Inter,sans-serif;font-size:14px}.changepw-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.changepw-btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.changepw-btn--secondary{background:var(--gray-50,#e6e8ed);color:var(--gray-700,#475066)}.changepw-btn--secondary:hover{background:var(--gray-200,#b4bbcb)}.changepw-btn--primary{background:var(--gray-700,#475066);color:#fff}.changepw-btn--primary:hover{background:var(--gray-800,#363d4d)}.changepw-btn--primary:disabled{opacity:.5;cursor:not-allowed}.audit-overlay{z-index:100;background:#26334d80;justify-content:flex-end;display:flex;position:fixed;inset:0}.audit-panel{background:#fff;flex-direction:column;width:560px;max-width:90vw;height:100vh;font-family:Inter,sans-serif;display:flex;box-shadow:8px 0 24px #1b212c1f}.audit-panel__header{border-bottom:1px solid var(--gray-50,#e6e8ed);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.audit-panel__title{color:var(--gray-700,#475066);margin:0;font-size:20px;font-weight:700}.audit-panel__close{cursor:pointer;color:var(--gray-400,#838da8);background:0 0;border:none;padding:4px;font-size:20px}.audit-panel__close:hover{color:var(--gray-700,#475066)}.audit-panel__content{flex:1;padding:0;overflow-y:auto}.audit-panel__empty{text-align:center;color:var(--gray-400,#838da8);padding:40px 24px;font-size:14px}.audit-entry{border-bottom:1px solid var(--gray-50,#e6e8ed);padding:16px 24px}.audit-entry:hover{background:#00000003}.audit-entry__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.audit-entry__action{text-transform:uppercase;letter-spacing:.5px;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:700}.audit-entry__action--create{color:#0c6b58;background:#8eedc74d}.audit-entry__action--update{color:var(--blue-900,#035388);background:#5ed0fa33}.audit-entry__action--archive{color:var(--gray-500,#6a7797);background:#9ba5ba33}.audit-entry__time{color:var(--gray-400,#838da8);font-size:12px}.audit-entry__project{color:var(--gray-700,#475066);margin-bottom:6px;font-size:13px;font-weight:600}.audit-entry__changes{flex-direction:column;gap:3px;display:flex}.audit-entry__change{color:var(--gray-500,#6a7797);font-size:12px;line-height:1.4}.audit-entry__change-field{color:var(--gray-700,#475066);font-weight:600}.audit-entry__change-old{color:var(--gray-400,#838da8);text-decoration:line-through}.audit-entry__change-new{color:var(--gray-700,#475066);font-weight:500}.audit-panel__load-more{text-align:center;padding:16px 24px}.audit-panel__load-more-btn{border:1px solid var(--gray-200,#b4bbcb);color:var(--gray-500,#6a7797);cursor:pointer;background:#fff;border-radius:20px;padding:6px 20px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.audit-panel__load-more-btn:hover{border-color:var(--gray-300,#9ba5ba);color:var(--gray-700,#475066)}.summary-block{flex-direction:column;display:flex}.summary-block__row{height:19px;display:flex}.summary-block__row--total{margin-top:2px}.summary-block__row--cem{margin-top:12px;margin-bottom:12px}.summary-block__label{color:#58647f;white-space:nowrap;z-index:2;background:#fff;justify-content:flex-end;align-items:center;width:76px;min-width:76px;padding-right:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:flex;position:sticky;left:0}.summary-block__label--total{color:var(--gray-700,#475066);font-weight:700}.summary-block__cells{display:flex}.summary-block__cell{min-width:0;height:19px;color:var(--gray-700,#475066);box-sizing:border-box;border-right:1px solid #fff;flex-shrink:0;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:10px;font-weight:500;display:flex}.summary-block__cell--odd{background:#f0f1f4}.summary-block__cell--even{background:#e6e8ed}.summary-block__cell--total{border-radius:2px;font-weight:700}.summary-block__cell--cem{color:var(--blue-900,#035388);font-weight:600;background:#5ed0fa4d!important}.toast{background:var(--gray-700,#475066);color:#fff;z-index:300;opacity:0;pointer-events:none;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .3s;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #1b212c33}.toast--visible{opacity:1}.range-calendar__summary{padding:8px 0;position:relative}.range-calendar__summary--collapsed{padding:4px 0}.range-calendar__collapse{background:var(--gray-700,#475066);cursor:pointer;color:#fff;z-index:11;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;display:flex;position:absolute;top:8px;right:8px}.range-calendar__collapse:hover{background:var(--gray-800,#363d4d)}.range-calendar__header{border-bottom:1px solid var(--gray-50,#e6e8ed);padding-bottom:16px}.range-calendar__module{border-bottom:1px solid var(--gray-50,#e6e8ed);display:flex}.range-calendar__module-label{border-right:1px solid var(--gray-50,#e6e8ed);z-index:2;background:#fff;justify-content:center;align-items:center;width:76px;min-width:76px;display:flex;position:sticky;left:0}.range-calendar__module-label--warteliste{background:#f0f1f4}.range-calendar__module-label--tasting_sml{background:#e3f8ff}.range-calendar__module-label--tasting_customized{background:#d0f0ff}.range-calendar__module-label--tasting_exclusive{background:#c0e8ff}.range-calendar__module-label--sample_full_day{background:#e0f7ed}.range-calendar__module-label--sample_half_day{background:#d0f0e4}.range-calendar__module-label--sample_tailored{background:#c4ebdb}.range-calendar__module-label--young_urban{background:#fce4f0}.range-calendar__module-label--young_happening{background:#f8d6e8}.range-calendar__module-label-text{writing-mode:vertical-rl;color:var(--gray-700,#475066);white-space:pre-line;text-align:center;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.3;transform:rotate(180deg)}.range-calendar__module-grid{flex:1;position:relative}.range-calendar__cell{border-right:1px solid var(--gray-50,#e6e8ed);box-sizing:border-box;cursor:pointer;border-bottom:1px solid #e6e8ed4d}.range-calendar__cell:hover{background:#8eedc714}.week-calendar__summary{padding:8px 0;position:relative;overflow:visible}.week-calendar__summary--collapsed{padding:4px 0}.week-calendar__collapse{background:var(--gray-700,#475066);cursor:pointer;color:#fff;z-index:11;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;display:flex;position:absolute;top:8px;right:8px}.week-calendar__collapse:hover{background:var(--gray-800,#363d4d)}.week-calendar__summary-section{margin-bottom:8px}.week-calendar__summary-section--cem{padding-top:8px}.week-calendar__summary-row{height:19px;display:flex}.week-calendar__summary-label{width:76px;min-width:76px;color:var(--gray-500,#6a7797);box-sizing:border-box;flex-shrink:0;justify-content:flex-end;align-items:center;padding-right:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:flex}.week-calendar__summary-label--total{color:var(--gray-700,#475066);font-weight:700}.week-calendar__summary-cell{color:var(--gray-700,#475066);background:#e6e8ed;border-right:1px solid #fff;flex:1;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:10px;font-weight:500;display:flex}.week-calendar__summary-cell--odd{background:#f0f1f4}.week-calendar__summary-cell--total{background:#8eedc7;font-weight:700}.week-calendar__summary-cell--cem{color:var(--blue-900,#035388);font-weight:600;background:#5ed0fa4d!important}.week-calendar__header{border-bottom:1px solid var(--gray-50,#e6e8ed);padding-bottom:16px}.week-calendar__header-row{height:19px;display:flex}.week-calendar__header-label{width:76px;min-width:76px;color:var(--gray-700,#475066);justify-content:flex-end;align-items:center;padding-right:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:flex}.week-calendar__header-cell{color:var(--gray-700,#475066);border:1px solid var(--gray-50,#e6e8ed);border-right:none;flex:1;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.week-calendar__header-cell:last-child{border-right:1px solid var(--gray-50,#e6e8ed)}.week-calendar__header-cell--month{background:#fff}.week-calendar__header-cell--cowo{background:var(--gray-200,#b4bbcb)}.week-calendar__header-cell--date{background:#fff}.week-calendar__header-cell--holiday{cursor:help;background:#8eedc7}.week-calendar__header-cell--sunday{background:#c6f7e2}.week-calendar__grid{flex:1}.week-calendar__period-row{border-bottom:1px solid var(--gray-50,#e6e8ed);height:28px;display:flex}.week-calendar__period-label{width:76px;min-width:76px;color:var(--gray-500,#6a7797);justify-content:flex-end;align-items:center;padding-right:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:flex}.week-calendar__period-number{color:var(--gray-700,#475066);background:#00000005;flex:1;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.week-calendar__module{border-bottom:1px solid var(--gray-50,#e6e8ed);display:flex}.week-calendar__module-label{border-right:1px solid var(--gray-50,#e6e8ed);background:#fff;justify-content:center;align-items:center;width:76px;min-width:76px;display:flex}.week-calendar__module-label--warteliste{background:#f0f1f4}.week-calendar__module-label--tasting_sml{background:#e3f8ff}.week-calendar__module-label--tasting_customized{background:#d0f0ff}.week-calendar__module-label--tasting_exclusive{background:#c0e8ff}.week-calendar__module-label--sample_full_day{background:#e0f7ed}.week-calendar__module-label--sample_half_day{background:#d0f0e4}.week-calendar__module-label--sample_tailored{background:#c4ebdb}.week-calendar__module-label--young_urban{background:#fce4f0}.week-calendar__module-label--young_happening{background:#f8d6e8}.week-calendar__module-label-text{writing-mode:vertical-rl;color:var(--gray-700,#475066);white-space:pre-line;text-align:center;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.3;transform:rotate(180deg)}.week-calendar__module-grid{flex:1;display:grid;position:relative}.week-calendar__cell{border-right:1px solid var(--gray-50,#e6e8ed);cursor:pointer;border-bottom:1px solid #e6e8ed4d;min-height:140px}.week-calendar__cell:hover{background:#8eedc714}.week-calendar__cell--holiday,.week-calendar__cell--sunday{background:0 0}.week-card{cursor:pointer;z-index:1;border-width:1px;border-radius:5px;flex-direction:column;justify-content:space-between;margin:2px;font-family:Inter,sans-serif;font-size:10px;line-height:1.3;display:flex;position:relative;overflow:hidden}.week-card:hover{box-shadow:0 2px 8px #1b212c26}.week-card--yellow{border-color:var(--yellow-300,#fadb5f);background:#ffcb3380}.week-card--yellow[style*=dashed]{background:#ffcb3308}.week-card--blue{border-color:var(--blue-300,#5ed0fa);background:#e3f8ff80}.week-card--blue[style*=dashed]{background:#e3f8ff08}.week-card--lightblue{border-color:var(--blue-300,#5ed0fa);background:#b3ecff80}.week-card--lightblue[style*=dashed]{background:#b3ecff08}.week-card--violet{border-color:var(--violet-300,#b07cd8);background:#b07cd880}.week-card--violet[style*=dashed]{background:#b07cd808}.week-card--gray{border-color:var(--gray-300,#9ba5ba);background:#9ba5ba26}.week-card__bubbles{z-index:1;gap:2px;display:flex;position:absolute;top:3px;left:3px}.week-card__bubble{border-radius:50%;width:8px;height:8px}.week-card__body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:8px;display:flex}.week-card__body p{width:100%;margin:0}.week-card__line1{color:var(--gray-800,#363d4d);font-weight:500}.week-card__product{color:var(--gray-700,#475066);font-weight:700}.week-card__info{color:var(--gray-800,#363d4d);font-weight:500}.week-card__nr{color:var(--gray-800,#363d4d);font-weight:700}.week-card__nr--gebucht{color:#000}.week-card__pl{color:var(--gray-800,#363d4d);font-weight:700}.week-card__remarks{color:var(--gray-500,#6a7797);font-size:9px;font-weight:400}.week-card__footer{gap:1px;width:100%;display:flex}.week-card__day{flex:1;justify-content:center;align-items:center;height:20px;font-size:10px;font-weight:700;display:flex;color:var(--gray-700,#475066)!important}.week-card__day--sunday{background:#c6f7e2!important}.week-card__day--holiday{background:#8eedc7!important}.week-card__footer--yellow .week-card__day{background:var(--yellow-100,#fff3c4)}.week-card__footer--blue .week-card__day,.week-card__footer--lightblue .week-card__day{background:var(--blue-100,#b3ecff)}.week-card__footer--violet .week-card__day{background:var(--violet-100,#e8d5f5)}.week-card__footer--gray .week-card__day{background:var(--gray-50,#e6e8ed)}.year-calendar{background:#e6e8ed;flex-direction:column;height:100vh;font-family:Inter,sans-serif;display:flex}.year-calendar__content{background:#fff;border-radius:15px 15px 0 0;flex-direction:column;flex:1;min-height:0;margin:0 32px;padding:24px;display:flex;overflow:hidden}.year-calendar__loading{height:100vh;color:var(--gray-400,#5c6478);justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:14px;display:flex}.year-calendar__error{height:100vh;color:var(--gray-400,#5c6478);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-family:Inter,sans-serif;font-size:14px;display:flex}.year-calendar__error p{max-width:360px;margin:0;line-height:1.5}.year-calendar__error-retry{color:#fff;cursor:pointer;background:#4f63f0;border:none;border-radius:6px;padding:8px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500}.year-calendar__error-retry:hover{background:#3b4fd4}.year-calendar__scroll-container{flex:1;min-height:0;overflow:auto}.year-calendar__sticky-top{z-index:10;background:#fff;position:sticky;top:0}.year-calendar__summary{background:#fff;padding:8px 0}.year-calendar__summary--collapsed{justify-content:flex-end;align-items:center;padding:4px 0;display:flex}.year-calendar__collapse{float:right;background:var(--gray-700,#475066);cursor:pointer;color:#fff;z-index:11;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:4px 0;font-size:11px;display:flex;position:sticky;right:8px}.year-calendar__collapse:hover{background:var(--gray-800,#363d4d)}.year-calendar__summary-content{min-height:40px}.year-calendar__header{border-bottom:1px solid var(--gray-50,#e6e8ed);background:#fff;padding-bottom:16px}.year-calendar__periods{height:28px;display:flex}.year-calendar__periods-label{z-index:2;width:76px;min-width:76px;color:var(--gray-500,#6a7797);border-right:1px solid var(--gray-50,#e6e8ed);border-bottom:1px solid var(--gray-50,#e6e8ed);background:#fff;justify-content:flex-end;align-items:center;padding-right:8px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;display:flex;position:sticky;left:0}.year-calendar__periods-cells{display:flex}.year-calendar__period{color:var(--gray-700,#475066);border-right:1px solid var(--gray-50,#e6e8ed);border-bottom:1px solid var(--gray-50,#e6e8ed);background:#00000005;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;display:flex}.year-calendar__period--alt{background:#0000000d}.login-page{background:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:#fff;border-radius:12px;width:100%;max-width:380px;padding:40px;box-shadow:0 2px 8px #00000014}.login-form__title{color:#363d4d;margin:0 0 4px;font-size:20px;font-weight:700}.login-form__subtitle{color:#6a7797;margin:0 0 24px;font-size:14px}.login-form__error{color:#cf1322;background:#fff1f0;border:1px solid #ffa39e;border-radius:6px;margin-bottom:16px;padding:8px 12px;font-size:13px}.login-form__label{color:#475066;margin-bottom:16px;font-size:13px;font-weight:500;display:block}.login-form__input{color:#363d4d;box-sizing:border-box;border:1px solid #b4bbcb;border-radius:6px;width:100%;margin-top:6px;padding:10px 12px;font-size:14px;display:block}.login-form__input:focus{border-color:#5ed0fa;outline:none;box-shadow:0 0 0 2px #5ed0fa33}.login-form__btn{color:#fff;cursor:pointer;background:#035388;border:none;border-radius:6px;width:100%;margin-top:8px;padding:10px;font-size:14px;font-weight:600}.login-form__btn:hover{background:#024a77}.login-form__btn:disabled{opacity:.6;cursor:not-allowed}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-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}body{color:#1a1a1a;background-color:#f5f5f5;min-height:100vh}
