:root{--gem-primary: #805AD5;--gem-primary-dark: #6B46C1;--gem-primary-ultralight: #E9D8FD;--gem-primary-border: #D6BCFA;--gem-text-muted: #6B7A8A;--gem-app-bg: #F5F8FB;--gem-green: #1F9D6B;--gem-orange: #E0883A;--gem-red: #E0563F;--gem-font-heading: 'Bricolage Grotesque','Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--gem-primary-soft: #F5F0FC;--gem-rail-bg: #FAF9FE;--gem-border: #E7E2EE;--gem-border-btn: #DDE1EA;--gem-field-bg-2: #F3F1F9;--gem-surface: #FFFFFF;--gem-page-bg: #EDEFF5;--gem-track: #EBE7F2}.em-root{background: var(--gem-app-bg)}.em-list{background: var(--gem-app-bg);padding: 24px 22px;min-height: 100%;box-sizing: border-box;overflow-y: auto}.em-erow__status{display: inline-flex;align-items: center;gap: 5px;border-radius: 999px;padding: 2px 10px;font-size: 11px;font-weight: 800}.em-header__status--pub{background: #E8F7F0;color: #1F9D6B;border: 1px solid #C2E9D5}.em-header__status--draft{background: #FCF3E8;color: #B5852A;border: 1px solid #F2E0C4}.em-btn-outline.em-btn-outline{background: #fff !important;color: #3a4a5c !important;border: 1px solid #dde4ec !important;border-radius: 11px;min-height: 0;height: auto;padding: 10px 15px !important;font-size: 13px;font-weight: 700}.em-btn-primary.em-btn-primary{background: var(--gem-primary) !important;color: #fff !important;border: none;border-radius: 11px;min-height: 0;height: auto;padding: 10px 15px !important;font-size: 13px;font-weight: 700}.em-btn-primary vaadin-icon,.em-btn-outline vaadin-icon{width: 15px;height: 15px}.em-qr__url{font-size: 12px;color: var(--gem-text-muted);word-break: break-all;text-align: center}.em-listcard{max-width: 1000px;margin: 0 auto;background: #fff;border: 1px solid #dfe6ee;border-radius: 18px;box-shadow: 0 26px 64px -30px rgba(20,40,70,.32)}.em-list__header{display: flex;align-items: center;gap: 14px;flex-wrap: wrap;padding: 22px 26px 20px;border-bottom: 1px solid #eef2f6}.em-list__titleblock{flex: 1 1 auto;min-width: 200px}.em-list__title.em-list__title{font-family: var(--gem-font-heading);font-size: 23px;font-weight: 800;color: #13243B;letter-spacing: -.02em;margin: 0}.em-list__subtitle{display: block;font-size: 13px;color: #8A96A2;font-weight: 600;margin-top: 5px}.em-list__actions{display: flex;align-items: center;gap: 10px;flex-wrap: wrap}.em-list__quota{display: inline-flex;align-items: center;gap: 7px;background: var(--gem-primary-ultralight);border: 1px solid var(--gem-primary-border);color: var(--gem-primary-dark);border-radius: 999px;padding: 7px 14px;font-size: 12px;font-weight: 800}.em-list__quota[data-reached="true"]{background: #FDEEEB;border-color: #F6D7D0;color: #E0563F}.em-btn-toggle-on.em-btn-toggle-on{background: var(--gem-primary-ultralight) !important;color: var(--gem-primary-dark) !important;border: 1px solid var(--gem-primary-border) !important;border-radius: 11px;min-height: 0;height: auto;padding: 10px 14px !important;font-size: 13px;font-weight: 700}.em-list__searchrow{padding: 14px 26px 0}.em-list__search{width: 100%;max-width: 420px}.em-list__rows{padding: 16px 26px 26px;display: flex;flex-direction: column;gap: 11px}.em-list__empty{color: #8A96A2;font-weight: 600;padding: 24px;text-align: center}.em-erow{display: flex;align-items: center;gap: 16px;background: #fff;border: 1px solid #e9eef4;border-radius: 15px;padding: 16px 18px;cursor: pointer;transition: box-shadow .15s}.em-erow:hover{box-shadow: 0 8px 20px -12px rgba(20,40,70,.25)}.em-erow__icon{width: 46px;height: 46px;border-radius: 13px;background: var(--gem-primary-ultralight);color: var(--gem-primary);display: flex;align-items: center;justify-content: center;flex: 0 0 auto}.em-erow__icon>vaadin-icon{width: 22px;height: 22px}.em-erow__info{flex: 1 1 auto;min-width: 0}.em-erow__namerow{display: flex;align-items: center;gap: 9px;flex-wrap: wrap}.em-erow__name{font-weight: 800;font-size: 16px;color: #13243B}.em-erow__meta{display: block;font-size: 13px;font-weight: 600;color: #8A96A2;margin-top: 5px}.em-erow__actions{display: flex;align-items: center;gap: 5px;flex: 0 0 auto}.em-erow__sqbtn.em-erow__sqbtn{min-width: 36px;width: 36px;height: 36px;padding: 0;border: 1px solid #e3e9ef !important;background: #fff !important;border-radius: 10px;color: #5B6B7E !important}.em-erow__sqbtn>vaadin-icon{width: 16px !important;height: 16px !important}.em-erow__more vaadin-menu-bar-button{min-width: 36px !important;width: 36px;height: 36px;border: 1px solid #e3e9ef !important;border-radius: 10px;color: #5B6B7E}.em-erow__open.em-erow__open{background: #fff !important;color: var(--gem-primary-dark) !important;border: 1px solid var(--gem-primary-border) !important;border-radius: 11px;min-height: 0;height: auto;padding: 9px 16px !important;font-size: 13px;font-weight: 700;flex: 0 0 auto}@media (max-width: 820px){.em-list{padding: 12px}.em-list__header{padding: 16px}.em-list__title.em-list__title{font-size: 20px}.em-list__searchrow{padding: 10px 16px 0}.em-list__search{max-width: none}.em-list__rows{padding: 12px 16px 16px}.em-erow{flex-wrap: wrap;gap: 10px}.em-erow__info{flex-basis: calc(100% - 62px)}.em-erow__actions,.em-erow__open{margin-left: 62px}}.em-erow__sqbtn--danger.em-erow__sqbtn--danger{color: var(--gem-red,#E0563F) !important}:root[theme~="dark"]{--gem-app-bg: #17141F;--gem-text-muted: #A99FB5;--gem-primary: #9F7AEA;--gem-primary-dark: #B794F4;--gem-primary-ultralight: #2A2140;--gem-primary-border: #4A3B66;--gem-primary-soft: #2A2140;--gem-rail-bg: #1C1826;--gem-border: #352C42;--gem-border-btn: #3A3050;--gem-field-bg-2: #2A2336;--gem-surface: #201B2B;--gem-page-bg: #17141F;--gem-track: #352C42}:root[theme~="dark"] .em-listcard{background: #201B2B;border-color: #352C42;box-shadow: 0 26px 64px -30px rgba(0,0,0,.6)}:root[theme~="dark"] .em-list__header{border-bottom-color: #352C42}:root[theme~="dark"] .em-list__title.em-list__title{color: #EFEAF7}:root[theme~="dark"] .em-list__subtitle,:root[theme~="dark"] .em-erow__meta,:root[theme~="dark"] .em-list__empty{color: #A99FB5}:root[theme~="dark"] .em-erow{background: #241E30;border-color: #352C42}:root[theme~="dark"] .em-erow:hover{box-shadow: 0 8px 20px -12px rgba(0,0,0,.6)}:root[theme~="dark"] .em-erow__name{color: #EFEAF7}:root[theme~="dark"] .em-btn-outline.em-btn-outline{background: #241E30 !important;color: #D6CFE2 !important;border-color: #352C42 !important}:root[theme~="dark"] .em-erow__sqbtn.em-erow__sqbtn{background: #241E30 !important;border-color: #352C42 !important;color: #B7ADC6 !important}:root[theme~="dark"] .em-erow__sqbtn--danger.em-erow__sqbtn--danger{color: #FF8A75 !important}:root[theme~="dark"] .em-erow__more vaadin-menu-bar-button{background: #241E30 !important;border-color: #352C42 !important;color: #B7ADC6}:root[theme~="dark"] .em-erow__open.em-erow__open{background: #241E30 !important}:root[theme~="dark"] .em-header__status--pub{background: rgba(31,157,107,0.18);border-color: rgba(31,157,107,0.35)}:root[theme~="dark"] .em-header__status--draft{background: rgba(224,136,58,0.18);border-color: rgba(224,136,58,0.35)}.em-root--manage{display: block !important;height: 100%;box-sizing: border-box;padding: 18px;overflow-y: auto;background: var(--gem-page-bg)}.em-root--manage[hidden]{display: none !important}.em-managecard{max-width: 1080px;height: 100%;margin: 0 auto;box-sizing: border-box;display: flex;flex-direction: column;background: var(--gem-surface);border: 1px solid #dfe6ee;border-radius: 18px;box-shadow: 0 26px 64px -30px rgba(20,40,70,0.32);overflow: hidden}.em-body{flex: 1 1 auto;min-height: 0}.em-header.em-header{display: block;background: #fff;border-bottom: 1px solid #eef2f6;padding: 16px 24px 18px;gap: 0;position: sticky;top: 0;z-index: 5}.em-crumbs{display: flex;align-items: center;gap: 8px;font-size: 13px;font-weight: 700;color: #9aa6b2;margin-bottom: 14px}.em-crumb-link{color: #6B7A8A;cursor: pointer;text-decoration: none}.em-crumb-link:hover{color: var(--gem-primary-dark)}.em-crumb-sep{width: 14px;height: 14px;color: #c2ccd6}.em-crumb-current{color: var(--gem-primary-dark)}.em-crumbs__tour.em-crumbs__tour{margin-left: auto;color: #6B7A8A}.em-crumbs__tour.em-crumbs__tour:hover{color: var(--gem-primary)}.em-header__main{display: flex;align-items: flex-start;gap: 18px 12px;flex-wrap: wrap}.em-header__left{flex: 1 1 auto;min-width: 0}.em-header__titlerow{display: flex;align-items: center;gap: 10px;flex-wrap: nowrap;min-width: 0}.em-header__titlerow .em-header__namegroup{flex: 0 1 auto;min-width: 0}.em-header__titlerow .em-header__name{min-width: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.em-header__titlerow .em-header__status{flex: 0 0 auto}.em-header__name{font-family: var(--gem-font-heading);font-size: 23px;font-weight: 800;color: #13243B;letter-spacing: -.02em}.em-header__status{display: inline-flex;align-items: center;gap: 5px;border-radius: 999px;padding: 3px 11px;font-size: 12px;font-weight: 800}.em-header__status::before{content: "";width: 7px;height: 7px;border-radius: 99px;background: currentColor;opacity: .9}.em-header__namegroup{display: inline-flex;align-items: center;gap: 8px;min-width: 0}.em-header__edit.em-header__edit{min-width: 30px;width: 30px;min-height: 0 !important;height: 30px !important;border: 1px solid var(--gem-border-btn);border-radius: 9px;background: #fff;color: var(--gem-primary);flex: 0 0 auto}.em-header__edit.em-header__edit:hover{background: var(--gem-primary-ultralight)}.em-header__edit>vaadin-icon{width: 15px !important;height: 15px !important}.em-header__url{display: inline-flex;align-items: center;gap: 6px;background: #f4f7fa;border: 1px solid #e6ecf2;border-radius: 9px;padding: 6px 11px;font-size: 12px;font-weight: 600;color: #6B7A8A;margin-top: 8px;max-width: 100%}.em-header__url>span{overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.em-header__urlicon{width: 13px;height: 13px;color: #9aa6b2;flex: 0 0 auto}.em-header__right{display: flex;align-items: center;gap: 9px;flex-wrap: wrap;justify-content: flex-end;flex: 0 0 auto}.em-header__places{text-align: right;margin-right: 4px}.em-header__placeslbl{display: block;font-size: 12px;font-weight: 700;color: #8A96A2}.em-header__placesnum{font-family: var(--gem-font-heading);font-size: 19px;font-weight: 800;color: #13243B;line-height: 1.1}.em-header__placesfilled{color: var(--gem-primary)}.em-header__divider{width: 1px;height: 26px;background: var(--gem-border);margin: 0 2px;flex: 0 0 auto;align-self: center}.em-hbtn.em-hbtn{min-width: 40px;width: 40px;height: 40px;padding: 0;margin: 0;border: 1px solid var(--gem-border-btn);border-radius: 11px;background: #fff;color: #3a4a5c;box-shadow: none}.em-hbtn.em-hbtn:hover{background: var(--gem-field-bg-2)}.em-hbtn>vaadin-icon,.em-hbtn vaadin-icon{width: 17px !important;height: 17px !important}.em-hbtn-menu.em-hbtn-menu{min-width: 0}.em-hbtn-menu vaadin-menu-bar-button{border: 1px solid var(--gem-border-btn) !important;border-radius: 11px !important;background: #fff !important;color: #3a4a5c !important;height: 40px;min-height: 40px;padding: 0 13px !important;font-size: 13px;font-weight: 700}.em-hbtn-menu vaadin-menu-bar-button:hover{background: var(--gem-field-bg-2) !important}.em-hbtn-menu vaadin-menu-bar-button vaadin-icon{width: 15px !important;height: 15px !important}.em-act.em-act{min-width: 34px;width: 34px;min-height: 0 !important;height: 34px !important;padding: 0;margin: 0;border-radius: 9px;color: #8A96A2;background: none;border: none;box-shadow: none}.em-act>vaadin-icon{width: 17px !important;height: 17px !important}.em-act:hover{background: #f1f4f8}.em-chevs{display: flex;flex-direction: column;gap: 1px;flex: 0 0 auto;align-self: center}.em-chev.em-chev{min-width: 18px;width: 18px;min-height: 0 !important;height: 16px !important;padding: 0;margin: 0;color: #b6c0ca;background: none;border: none;box-shadow: none}.em-chev vaadin-icon,.em-chev[part]{width: 13px;height: 13px}.em-chev>vaadin-icon{width: 15px !important;height: 15px !important}.em-chev[disabled]{opacity: .4}.em-day .em-chev.em-chev{min-width: 14px;width: 14px;color: #c2ccd6}.em-day .em-chev>vaadin-icon{width: 13px !important;height: 13px !important}.em-day .em-chevs{margin-right: 2px}.em-days.em-days{background: var(--gem-rail-bg);padding: 6px 12px 12px;gap: 0;flex: 0 0 262px;overflow-y: auto;border-right: 1px solid var(--gem-border)}.em-days__header{padding: 10px 4px 10px}.em-days__titlerow{display: flex;align-items: center;gap: 8px;margin-bottom: 3px}.em-days__title{font-family: var(--gem-font-heading);font-size: 15px;font-weight: 800;color: #13243B}.em-days__count{font-size: 12px;font-weight: 700;color: #9aa6b2;background: #eef2f6;border-radius: 99px;padding: 1px 9px}.em-days__sub{display: block;font-size: 12px;font-weight: 600;color: #9aa6b2}.em-days__cards{width: 100%;min-width: 0;box-sizing: border-box}.em-day.em-day{display: block;width: 100%;box-sizing: border-box;min-width: 0;border: 1px solid #e6ecf2;background: #fff;border-radius: 14px;padding: 13px 14px;margin-bottom: 9px;cursor: pointer;line-height: 1.25;transition: border-color .12s ease,background .12s ease}.em-day.em-day:hover{border-color: var(--gem-primary-border)}.em-day--active.em-day--active{border-color: var(--gem-primary);background: var(--gem-primary-soft)}.em-day--hidden{opacity: .62}.em-day__top{display: flex;align-items: center;gap: 8px}.em-day__titlecol{flex: 1 1 auto;min-width: 0}.em-day__weekday{display: block;font-weight: 800;font-size: 14px;color: #13243B;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.em-day--active .em-day__weekday{color: var(--gem-primary-dark)}.em-day__date{display: block;font-size: 12px;font-weight: 700;color: #8A96A2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.em-day__menu.em-day__menu{flex: 0 0 auto}.em-day__menu vaadin-menu-bar-button{min-width: 28px !important;width: 28px;height: 28px;padding: 0 !important;color: #9aa6b2}.em-day__vis{flex: 0 0 auto;min-width: 28px;width: 28px;height: 28px;padding: 0;margin: 0}.em-day__barrow{display: flex;align-items: center;gap: 8px;margin-top: 11px}.em-day__bar{flex: 1 1 auto;height: 6px;background: var(--gem-track);border-radius: 99px;overflow: hidden}.em-day__bar-fill{height: 100%;border-radius: 99px;transition: width .2s ease}.em-day__xy{font-size: 11px;font-weight: 800;color: #6B7A8A;white-space: nowrap;flex: 0 0 auto}.em-day__metarow{display: flex;align-items: center;gap: 7px;margin-top: 6px;min-width: 0;overflow: hidden}.em-day__shiftcount{font-size: 11px;font-weight: 700;color: #9aa6b2;white-space: nowrap;flex: 0 0 auto}.em-day__note{font-size: 11px;font-weight: 700;color: #6B7A8A;background: #fff;border: 1px solid #e3e9ef;border-radius: 7px;padding: 1px 7px;flex: 0 1 auto;min-width: 0;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.em-day-add.em-day-add{width: 100%;display: flex;align-items: center;justify-content: center;gap: 7px;background: #fff;border: 1px dashed #c2d2e2;color: var(--gem-primary-dark);border-radius: 13px;padding: 12px;font-size: 13px;font-weight: 700;margin-top: 2px}.em-day{cursor: grab}.em-drag-ghost.em-drag-ghost{opacity: 1;background: var(--gem-primary-ultralight) !important;border: 2px dashed var(--gem-primary) !important;box-shadow: none !important}.em-drag-ghost.em-drag-ghost>*{visibility: hidden}.em-drag-chosen{cursor: grabbing}.em-drag-active.em-drag-active{opacity: .96;box-shadow: 0 14px 30px -10px rgba(20,40,70,.38);cursor: grabbing}.em-shifts{overflow: hidden;padding: 0;gap: 0;background: var(--gem-app-bg);display: flex;flex-direction: column}.em-shifts__cards{flex: 1 1 auto;overflow-y: auto;padding: 16px 22px 26px;width: 100%;box-sizing: border-box}.em-shifts__empty{color: var(--gem-text-muted);padding: 24px}.em-empty{width: 100%;text-align: center;padding: 46px 20px;background: #fff;border: 1px dashed #d8e0e9;border-radius: 16px;box-sizing: border-box}.em-empty__icon{width: 52px;height: 52px;border-radius: 14px;background: var(--gem-primary-ultralight);color: var(--gem-primary);display: inline-flex;align-items: center;justify-content: center;margin: 0 auto 14px}.em-empty__icon vaadin-icon{width: 24px !important;height: 24px !important}.em-empty__title{display: block;font-size: 16px;font-weight: 800;color: #13243B;margin-bottom: 5px}.em-empty__text{display: block;font-size: 13px;font-weight: 600;color: #8A96A2;margin-bottom: 16px}.em-empty__cta.em-empty__cta{background: var(--gem-primary) !important;color: #fff !important;border: none;border-radius: 11px;min-height: 0;height: auto;padding: 11px 18px !important;font-size: 14px;font-weight: 800}.em-shifts__header{padding: 16px 22px 12px;border-bottom: 1px solid var(--gem-border);box-sizing: border-box}.em-shifts__titleblock{margin-bottom: 12px}.em-shifts__title.em-shifts__title{font-family: var(--gem-font-heading);font-size: 18px;font-weight: 800;color: #13243B;margin: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}.em-shifts__meta{display: block;font-size: 13px;font-weight: 600;color: var(--gem-text-muted);margin-top: 2px}.em-shifts__toolbar.em-shifts__toolbar{display: flex;flex-direction: row;align-items: center;gap: 10px;flex-wrap: nowrap}#tour-em-shift-search{flex: 1 1 0;min-width: 0}#tour-em-shift-search::part(input-field){background: var(--gem-field-bg-2);border: 1px solid #e1e8f0;border-radius: 11px;box-shadow: none;font-size: 13px;height: 40px;min-height: 40px;padding: 0 10px}#tour-em-shift-search::part(input-field):focus-within{border-color: var(--gem-primary)}#tour-em-shift-search vaadin-icon{color: var(--gem-text-muted);width: 15px;height: 15px}.em-shifts__toolbar .em-btn-outline.em-btn-outline{height: 40px;min-height: 40px;padding: 0 14px !important;flex: 0 0 auto;white-space: nowrap}#tour-em-add-shift{flex: 0 0 auto}#tour-em-add-shift vaadin-menu-bar-button{min-height: 40px;height: 40px;border-radius: 11px !important}#tour-em-add-shift vaadin-menu-bar-button[theme~="primary"]{background: var(--gem-primary) !important;color: #fff !important;font-size: 13px;font-weight: 800}.em-shifts__statusline{display: flex;align-items: center;gap: 12px;margin-top: 11px;flex-wrap: wrap}.em-legend{display: flex;gap: 14px;flex-wrap: wrap}.em-legend__item{display: inline-flex;align-items: center;gap: 6px;font-size: 12px;font-weight: 700;color: var(--gem-text-muted)}.em-legend__dot{width: 9px;height: 9px;border-radius: 50%;flex: 0 0 auto}.em-shift.em-shift{width: 100%;box-sizing: border-box;display: flex;align-items: center;gap: 14px;background: var(--gem-surface);border: 1px solid #e3e9ef;border-radius: 14px;padding: 11px 14px;margin-bottom: 9px;box-shadow: none;cursor: grab;transition: box-shadow .15s ease}.em-shift.em-shift:hover{box-shadow: 0 8px 20px -12px rgba(20,40,70,.25)}.em-shift--hidden{opacity: .7}.em-shift--selected.em-shift--selected{background: var(--gem-primary-soft);border-color: var(--gem-primary)}.em-shift__check.em-shift__check{min-width: 24px;width: 24px;height: 24px;padding: 0;color: #b6c0ca;flex: 0 0 auto}.em-shift__check>vaadin-icon{width: 20px !important;height: 20px !important}.em-shift__tile{width: 62px;flex: 0 0 auto;border-radius: 11px;color: #fff;text-align: center;padding: 9px 4px;align-self: center}.em-shift__tilenum{font-family: var(--gem-font-heading);font-size: 17px;font-weight: 800;line-height: 1}.em-shift__tilelabel{font-size: 9px;font-weight: 700;opacity: .85;margin-top: 2px;letter-spacing: .04em}.em-shift__mid{flex: 1 1 auto;min-width: 0;display: block}.em-shift__namerow{display: flex;align-items: center;gap: 8px;flex-wrap: wrap}.em-shift__name{font-weight: 700;font-size: 15px;color: #17283C;overflow: hidden;text-overflow: ellipsis}.em-shift--hidden .em-shift__name{color: #9aa6b2}.em-shift__tag{font-size: 11px;font-weight: 700;border-radius: 7px;padding: 2px 8px}.em-shift__tag--excel{display: inline-flex;align-items: center;gap: 4px}.em-shift__tagicon{width: 13px;height: 13px;color: #217346;flex: 0 0 auto}.em-shift__wage{font-size: 11px;font-weight: 700;border-radius: 7px;padding: 2px 8px;background: #E8F7F0;color: #1F9D6B}.em-shift__hiddenmark{display: inline-flex;align-items: center;gap: 4px;font-size: 11px;font-weight: 700;color: #9aa6b2;background: #f1f4f8;border-radius: 7px;padding: 2px 8px}.em-shift__hiddenicon{width: 11px !important;height: 11px !important}.em-shift__metarow{display: flex;align-items: center;gap: 8px;margin-top: 6px}.em-shift__time{display: inline-flex;align-items: center;gap: 5px;font-size: 12px;font-weight: 700;color: var(--gem-text-muted)}.em-shift__clock{width: 13px;height: 13px;color: #9aa6b2}.em-shift__bar{width: 88px;height: 5px;background: var(--gem-track);border-radius: 99px;overflow: hidden;flex: 0 0 auto}.em-shift__barfill{height: 100%;border-radius: 99px}.em-shift__statuslabel{font-size: 12px;font-weight: 700;white-space: nowrap}.em-shift__actions{display: flex;align-items: center;gap: 2px;flex: 0 0 auto}.em-shift__dupmenu vaadin-menu-bar-button{color: #8A96A2;min-width: 34px}.em-act--danger{color: #cbb6b6}.em-act--danger:hover{background: #fdecec;color: #E0563F}.em-bulkbar{display: flex;align-items: center;gap: 12px;padding: 11px 22px 2px;flex-wrap: wrap}.em-bulkbar__all.em-bulkbar__all{background: none !important;border: none !important;color: var(--gem-primary-dark) !important;font-weight: 700;padding: 0 !important;min-height: 0;height: auto}.em-bulkbar__count{font-size: 13px;font-weight: 700;color: #3a4a5c}.em-bulkbar__spacer{flex: 1 1 auto}.em-bulkbar__actions{display: flex;gap: 8px}.em-bulkbar__del.em-bulkbar__del{background: #FDEEEB !important;color: #E0563F !important;border: 1px solid #F6D7D0 !important;border-radius: 10px;min-height: 0;height: auto;padding: 8px 13px !important;font-size: 13px;font-weight: 700}.em-series__preview{display: block;margin-top: 6px;font-size: 13px;font-weight: 700;color: var(--gem-primary-dark)}@media (max-width: 820px){.em-root--manage{padding: 0;background: #fff;height: auto;overflow: visible}.em-managecard{max-width: none;height: auto;border: none;border-radius: 0;box-shadow: none;overflow: visible}.em-shifts.em-shifts{overflow: visible}.em-shifts__cards{overflow: visible !important}.em-header.em-header{padding: 12px 16px 14px}.em-header__name{font-size: 19px}.em-header__main{gap: 12px;flex-wrap: wrap}.em-header__right{width: 100%;justify-content: flex-start;flex-wrap: wrap}.em-header__url{font-size: 11px}.em-body{flex-direction: column !important}.em-days.em-days{width: 100% !important;height: auto;max-height: none;flex: 0 0 auto;border-right: none;border-bottom: 1px solid var(--gem-border);padding: 11px 0 12px;gap: 0;overflow: visible}.em-days__header.em-days__header{padding: 0 16px 10px}.em-days__cards{display: flex;flex-direction: row;gap: 9px;overflow-x: auto;overflow-y: hidden;padding: 0 16px 2px;-webkit-overflow-scrolling: touch}.em-day.em-day{flex: 0 0 122px;width: 122px;margin-bottom: 0;padding: 10px 12px}.em-day .em-chevs,.em-day__metarow{display: none !important}.em-day__menu.em-day__menu{flex: 0 0 auto}.em-day__weekday{font-size: 13px}.em-day__date{font-size: 11px}.em-day__barrow{margin-top: 8px}.em-day-add.em-day-add{margin: 10px 16px 0;width: calc(100% - 32px)}.em-shifts{flex: 1 1 auto}.em-shifts__cards{padding: 14px 16px calc(80px + env(safe-area-inset-bottom,0px))}.em-shifts__header{padding: 14px 16px 12px}.em-shifts__toolbar.em-shifts__toolbar{flex-direction: column;align-items: stretch;flex-wrap: wrap}.em-shifts__toolbar>*{width: 100%}.em-shift .em-chevs{display: none !important}.em-shift__metarow{flex-wrap: wrap;row-gap: 4px}.em-shift__bar{flex: 1 1 56px;width: auto;min-width: 40px;max-width: 88px}.em-shift__statuslabel{white-space: normal}.em-bulkbar{padding: 11px 16px 2px}}:root[theme~="dark"] .em-root--manage{background: var(--gem-page-bg)}:root[theme~="dark"] .em-managecard{background: #201B2B;border-color: #352C42;box-shadow: 0 26px 64px -30px rgba(0,0,0,.6)}:root[theme~="dark"] .em-header.em-header{background: #201B2B;border-bottom-color: #352C42}:root[theme~="dark"] .em-crumbs{color: #8A7F97}:root[theme~="dark"] .em-crumb-link{color: #A99FB5}:root[theme~="dark"] .em-crumb-link:hover,:root[theme~="dark"] .em-crumb-current{color: #B794F4}:root[theme~="dark"] .em-crumb-sep{color: #5B4E70}:root[theme~="dark"] .em-crumbs__tour.em-crumbs__tour{color: #A99FB5}:root[theme~="dark"] .em-header__name{color: #EFEAF7}:root[theme~="dark"] .em-header__url{background: #241E30;color: #A99FB5;border-color: #352C42}:root[theme~="dark"] .em-header__urlicon{color: #8A7F97}:root[theme~="dark"] .em-header__placeslbl{color: #A99FB5}:root[theme~="dark"] .em-header__placesnum{color: #EFEAF7}:root[theme~="dark"] .em-header__placesfilled{color: #B794F4}:root[theme~="dark"] .em-header__edit.em-header__edit{background: #241E30}:root[theme~="dark"] .em-hbtn.em-hbtn{background: #241E30;color: #D6CFE2}:root[theme~="dark"] .em-hbtn-menu vaadin-menu-bar-button{background: #241E30 !important;color: #D6CFE2 !important}:root[theme~="dark"] .em-act:hover{background: #2A2336}:root[theme~="dark"] .em-days.em-days{background: #1C1826;border-right-color: #352C42}:root[theme~="dark"] .em-days__title{color: #EFEAF7}:root[theme~="dark"] .em-days__count{background: #2A2336;color: #A99FB5}:root[theme~="dark"] .em-days__sub{color: #8A7F97}:root[theme~="dark"] .em-day.em-day{background: #241E30;border-color: #352C42}:root[theme~="dark"] .em-day--active.em-day--active{border-color: #9F7AEA;background: rgba(159,122,234,0.14)}:root[theme~="dark"] .em-day__weekday{color: #EFEAF7}:root[theme~="dark"] .em-day--active .em-day__weekday{color: #B794F4}:root[theme~="dark"] .em-day__date{color: #8B95A2}:root[theme~="dark"] .em-day__menu vaadin-menu-bar-button{color: #A99FB5}:root[theme~="dark"] .em-day__bar{background: #352C42}:root[theme~="dark"] .em-day__xy{color: #A99FB5}:root[theme~="dark"] .em-day__shiftcount{color: #8A7F97}:root[theme~="dark"] .em-day__note{background: #241E30;color: #A99FB5;border-color: #352C42}:root[theme~="dark"] .em-day-add.em-day-add{background: #241E30;color: #B794F4;border-color: #4A3B66}:root[theme~="dark"] .em-shifts{background: var(--gem-app-bg)}:root[theme~="dark"] .em-shifts__empty{color: #A99FB5}:root[theme~="dark"] .em-empty{background: #241E30;border-color: #352C42}:root[theme~="dark"] .em-empty__title{color: #EFEAF7}:root[theme~="dark"] .em-empty__text{color: #8B95A2}:root[theme~="dark"] .em-shifts__header{border-bottom-color: #352C42}:root[theme~="dark"] .em-shifts__title{color: #EFEAF7}:root[theme~="dark"] .em-shifts__meta{color: #8B95A2}:root[theme~="dark"] #tour-em-shift-search::part(input-field){background: #241E30;border-color: #352C42;color: #EFEAF7}:root[theme~="dark"] .em-legend__item{color: #8B95A2}:root[theme~="dark"] .em-shift.em-shift{background: #241E30;border-color: #352C42}:root[theme~="dark"] .em-shift.em-shift:hover{box-shadow: 0 8px 20px -12px rgba(0,0,0,.5)}:root[theme~="dark"] .em-shift--selected.em-shift--selected{background: rgba(159,122,234,0.14);border-color: #9F7AEA}:root[theme~="dark"] .em-shift__name{color: #EFEAF7}:root[theme~="dark"] .em-shift--hidden .em-shift__name{color: #7F8A99}:root[theme~="dark"] .em-shift__hiddenmark{background: #2A2336;color: #A99FB5}:root[theme~="dark"] .em-shift__wage{background: rgba(31,157,107,0.16);color: #4EC0A0}:root[theme~="dark"] .em-shift__time{color: #93A0AE}:root[theme~="dark"] .em-shift__clock{color: #7F8A99}:root[theme~="dark"] .em-shift__bar{background: #352C42}:root[theme~="dark"] .em-bulkbar__count{color: #D6CFE2}:root[theme~="dark"] .em-series__preview{color: #B794F4}