:root{--navy:#14213d;--navy-700:#1c2e52;--navy-600:#26406e;--navy-100:#e8ecf4;--navy-050:#f4f6fa;--accent:#4fc3f7;--accent-600:#29a8e0;--accent-100:#e3f5fd;--status-open:#4fc3f7;--status-open-bg:#e3f5fd;--status-progress:#f5a623;--status-progress-bg:#fef2df;--status-done:#2e9e63;--status-done-bg:#e4f4ec;--status-cancelled:#98a2b3;--status-cancelled-bg:#f0f1f4;--type-reinigung:#4fc3f7;--type-garten:#4caf50;--type-abriss:#e5673f;--type-winterdienst:#5c7cfa;--type-entruempelung:#a067c9;--white:#fff;--bg:#f4f6fa;--border:#dde3ed;--text:#16223a;--text-muted:#667085;--danger:#d92d20;--danger-bg:#fdecea;--radius-sm:8px;--radius:12px;--radius-lg:16px;--shadow-sm:0 1px 2px #14213d0f;--shadow:0 2px 10px #14213d14;--shadow-lg:0 8px 30px #14213d24;--header-height:60px;--tabbar-height:64px;--touch-target:46px;color:var(--text);font-family:Inter,Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);-webkit-text-size-adjust:100%;margin:0;padding:0}body{min-height:100vh;font-size:16px;line-height:1.5}h1,h2,h3,h4{color:var(--navy);margin:0;font-weight:700;line-height:1.25}h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1.05rem}p{margin:0 0 .75rem}a{color:var(--accent-600);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea,button{font-family:inherit;font-size:16px}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.btn{min-height:var(--touch-target);border-radius:var(--radius);background:var(--navy);color:var(--white);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.btn:hover:not(:disabled){background:var(--navy-600)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--accent{background:var(--accent-600)}.btn--accent:hover:not(:disabled){background:var(--accent)}.btn--ghost{background:var(--white);color:var(--navy);border-color:var(--border)}.btn--ghost:hover:not(:disabled){background:var(--navy-050)}.btn--danger{background:var(--danger)}.btn--danger:hover:not(:disabled){background:#b42318}.btn--sm{min-height:38px;padding:0 12px;font-size:.875rem}.btn--block{width:100%}.field{margin-bottom:16px}.field label,.label{color:var(--navy);margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.input,.select,.textarea{width:100%;min-height:var(--touch-target);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);padding:10px 12px}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-100);outline:none}.textarea{resize:vertical;min-height:96px;line-height:1.5}.field__error{color:var(--danger);margin-top:6px;font-size:.8125rem}.field__hint{color:var(--text-muted);margin-top:6px;font-size:.8125rem}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.card__body{padding:16px}.alert{border-radius:var(--radius-sm);gap:10px;margin-bottom:16px;padding:12px 14px;font-size:.9375rem;display:flex}.alert--error{background:var(--danger-bg);color:#912018}.alert--success{background:var(--status-done-bg);color:#17603c}.alert--info{background:var(--accent-100);color:#0b4f6c}.chip{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.8125rem;font-weight:600;display:inline-flex}.chip--OFFEN{background:var(--status-open-bg);color:#0b4f6c}.chip--IN_ARBEIT{background:var(--status-progress-bg);color:#93500a}.chip--ERLEDIGT{background:var(--status-done-bg);color:#17603c}.chip--STORNIERT{background:var(--status-cancelled-bg);color:#4b5565}.chip--type{background:var(--navy-100);color:var(--navy)}.muted{color:var(--text-muted)}.small{font-size:.8125rem}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:10px;display:flex}.row--wrap{flex-wrap:wrap}.spacer{flex:1}.center{text-align:center}.hide-mobile{display:none}.empty{text-align:center;color:var(--text-muted);padding:40px 20px}.spinner{border:3px solid var(--navy-100);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading{color:var(--text-muted);justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}@media (width>=900px){h1{font-size:1.75rem}.hide-mobile{display:initial}.hide-desktop{display:none!important}}.app{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.app-header{z-index:30;background:var(--navy);color:var(--white);padding-top:env(safe-area-inset-top);box-shadow:var(--shadow);position:sticky;top:0}.app-header__inner{height:var(--header-height);align-items:center;gap:12px;max-width:1280px;margin:0 auto;padding:0 12px;display:flex}.app-header__brand{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.app-header__brand:hover{text-decoration:none}.app-header__logo{background:var(--white);border-radius:var(--radius-sm);align-items:center;padding:5px 9px;display:flex}.app-header__logo img{width:auto;height:26px;display:block}.app-nav{gap:4px;margin-left:8px;display:none}.app-nav__link{border-radius:var(--radius);color:#ffffffd1;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.app-nav__link:hover{color:var(--white);background:#ffffff1a;text-decoration:none}.app-nav__link.is-active{color:var(--accent);background:#4fc3f72e}.app-header__user{align-items:center;gap:6px;margin-left:auto;display:flex}.app-header__profile{border-radius:var(--radius);color:var(--white);align-items:center;gap:8px;padding:6px 10px;text-decoration:none;display:flex}.app-header__profile:hover{background:#ffffff1a;text-decoration:none}.app-header__name{text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.875rem;font-weight:600;display:none;overflow:hidden}.app-header__role{color:var(--accent);background:#4fc3f733;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600;display:none}.icon-btn{border-radius:var(--radius);width:40px;height:40px;color:var(--white);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:#ffffff1f}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-main{width:100%;max-width:1280px;padding:16px 12px;padding-bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom) + 16px);flex:1;margin:0 auto}.tabbar{z-index:40;background:var(--white);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #14213d14}.tabbar__item{height:var(--tabbar-height);color:var(--text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.6875rem;font-weight:600;text-decoration:none;display:flex}.tabbar__item:hover{text-decoration:none}.tabbar__item.is-active{color:var(--navy)}.tabbar__item.is-active svg{color:var(--accent-600)}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.page-header__actions{flex-wrap:wrap;gap:8px;display:flex}@media (width>=900px){:root{--header-height:64px}.app-header__inner{padding:0 20px}.app-header__logo img{height:30px}.app-nav{display:flex}.app-header__name,.app-header__role{display:inline-block}.app-main{padding:24px 20px 40px}.tabbar{display:none}}.chip__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.empty__icon{color:var(--navy-100);justify-content:center;margin-bottom:12px;display:flex}.modal-backdrop{z-index:60;background:#14213d8c;justify-content:center;align-items:flex-end;padding:0;animation:.15s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:92dvh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.2s slide-up;display:flex}@keyframes slide-up{0%{transform:translateY(24px)}to{transform:translateY(0)}}.modal__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.modal__header h2{font-size:1.125rem}.modal__close{border-radius:var(--radius-sm);background:var(--navy-050);width:38px;height:38px;color:var(--navy);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.modal__close:hover{background:var(--navy-100)}.modal__body{-webkit-overflow-scrolling:touch;padding:16px;overflow-y:auto}.modal__footer{border-top:1px solid var(--border);background:var(--navy-050);padding:14px 16px;padding-bottom:calc(14px + env(safe-area-inset-bottom));gap:10px;display:flex}.modal__footer .btn{flex:1}.toast{left:50%;bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom) + 16px);z-index:80;border-radius:var(--radius);background:var(--navy);max-width:calc(100% - 32px);color:var(--white);box-shadow:var(--shadow-lg);padding:12px 18px;font-size:.9375rem;font-weight:600;animation:.2s slide-up;position:fixed;transform:translate(-50%)}@media (width>=900px){.modal-backdrop{align-items:center;padding:24px}.modal{border-radius:var(--radius-lg);max-width:560px;max-height:88vh}.modal--wide{max-width:860px}.modal__footer{justify-content:flex-end;padding-bottom:14px}.modal__footer .btn{flex:none}.toast{bottom:28px}}.login{min-height:100dvh;padding:24px 16px calc(24px + env(safe-area-inset-bottom));background:linear-gradient(160deg, var(--navy) 0%, #1b3157 55%, #0f7ba8 100%);flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex}.login__card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:28px 22px 24px}.login__logo{justify-content:center;margin-bottom:22px;display:flex}.login__logo img{width:100%;max-width:260px;height:auto}.login__title{text-align:center;margin-bottom:2px;font-size:1.375rem}.login__subtitle{text-align:center;color:var(--text-muted);margin-bottom:22px;font-size:.9375rem}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{color:var(--text-muted);pointer-events:none;position:absolute;left:12px}.input-with-icon .input{padding-left:40px}.login__links{text-align:center;margin-top:16px;font-size:.9375rem}.login__hint{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin:18px 0 0;padding-top:16px;font-size:.8125rem}.login__footer{color:#ffffffbf;margin:0;font-size:.8125rem}@media (width>=900px){.login__card{padding:34px 32px 28px}}.order-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:inherit;text-decoration:none;transition:box-shadow .15s,border-color .15s,transform .1s;display:flex;overflow:hidden}.order-card:hover{border-color:var(--accent);box-shadow:var(--shadow);text-decoration:none}.order-card:active{transform:scale(.995)}.order-card__stripe{flex-shrink:0;width:5px}.order-card__content{flex:1;min-width:0;padding:14px}.order-card__top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.order-card__title{min-width:0}.order-card__title h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:1px;font-size:1rem;overflow:hidden}.order-card__meta{color:var(--text-muted);margin-bottom:10px;font-size:.875rem}.order-card__meta-item{align-items:center;gap:6px;display:flex}.order-card__meta-item svg{flex-shrink:0}.order-card__tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.order-card__date{color:var(--navy);font-size:.8125rem;font-weight:600}.order-card__footer{border-top:1px dashed var(--border);color:var(--text-muted);flex-wrap:wrap;gap:14px;margin-top:10px;padding-top:10px;font-size:.8125rem;display:flex}.order-card__footer:empty{display:none}.order-card__footer-item{align-items:center;gap:5px;display:inline-flex}.order-list{gap:10px;display:grid}@media (width>=1100px){.order-list{grid-template-columns:1fr 1fr}}.section{margin-top:22px}.section__header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.stat-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px;display:grid}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:inherit;flex-direction:column;gap:2px;padding:14px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.stat-card:hover{border-color:var(--accent);box-shadow:var(--shadow);text-decoration:none}.stat-card__icon{margin-bottom:4px}.stat-card__value{color:var(--navy);font-size:1.75rem;font-weight:700;line-height:1.1}.stat-card__label{color:var(--text-muted);font-size:.8125rem;font-weight:600}.filter-bar{margin-bottom:16px;padding:12px}.filter-bar__search{gap:8px;display:flex;position:relative}.filter-bar__search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.filter-bar__search .input{padding-left:40px}.filter-bar__toggle{flex-shrink:0;position:relative}.filter-bar__toggle.is-active{border-color:var(--accent);color:var(--accent-600)}.filter-bar__count{background:var(--accent-600);min-width:20px;height:20px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.75rem;font-weight:700;display:inline-flex}.filter-bar__fields{border-top:1px solid var(--border);gap:10px;margin-top:12px;padding-top:12px;display:grid}.filter-bar__fields .field{margin-bottom:0}.tabs{background:var(--navy-100);border-radius:var(--radius);gap:4px;margin-bottom:16px;padding:4px;display:flex}.tabs__item{border-radius:var(--radius-sm);min-height:40px;color:var(--navy);white-space:nowrap;cursor:pointer;background:0 0;border:none;flex:1;font-size:.875rem;font-weight:600;transition:background .15s,color .15s}.tabs__item.is-active{background:var(--white);color:var(--navy);box-shadow:var(--shadow-sm)}.form-grid{gap:14px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.form-actions{bottom:calc(var(--tabbar-height) + env(safe-area-inset-bottom));background:linear-gradient(to top, var(--bg) 70%, transparent);gap:10px;padding:12px 0;display:flex;position:sticky}.form-actions .btn{flex:1}.material-row{grid-template-columns:1fr 92px 42px;gap:8px;margin-bottom:8px;display:grid}.material-row__qty{text-align:center}.icon-btn.icon-btn--muted{background:var(--navy-050);color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.icon-btn.icon-btn--muted:hover{background:var(--danger-bg);color:var(--danger);border-color:var(--danger)}.check-list{gap:6px;display:grid}.check-item{min-height:var(--touch-target);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;align-items:center;gap:10px;padding:8px 12px;font-weight:500;display:flex}.check-item:hover{border-color:var(--accent)}.check-item input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent-600);flex-shrink:0}.check-item:has(input:checked){border-color:var(--accent);background:var(--accent-100)}.back-link{color:var(--accent-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:12px;padding:6px 10px 6px 4px;font-size:.9375rem;font-weight:600;display:inline-flex}.detail-grid{gap:14px;display:grid}.detail-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(90px,max-content) 1fr;align-items:start;gap:14px;padding:10px 0;display:grid}.detail-row:last-child{border-bottom:none}.detail-row:first-child{padding-top:0}.detail-row__label{color:var(--text-muted);align-items:center;gap:6px;font-size:.875rem;font-weight:600;display:flex}.detail-row__action{margin-top:4px;font-size:.875rem;font-weight:600;display:inline-block}.notes{white-space:pre-wrap;margin:0;line-height:1.6}.btn.status-btn{min-height:54px;font-size:1.0625rem}.checklist{margin:0;padding:0;list-style:none}.checklist__item{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;min-height:50px;padding:8px 4px;display:flex}.checklist li:last-child .checklist__item{border-bottom:none}.checklist__item input[type=checkbox]{width:24px;height:24px;accent-color:var(--accent-600);flex-shrink:0}.checklist__item .is-done{color:var(--text-muted);text-decoration:line-through}.file-list{margin:0 0 12px;padding:0;list-style:none}.file-list__item{border-bottom:1px solid var(--border);align-items:center;gap:8px;min-width:0;padding:10px 0;font-size:.9375rem;display:flex}.file-list__item:last-child{border-bottom:none}.file-list__item a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;margin-bottom:14px;display:grid}.photo-grid__item{aspect-ratio:1;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--navy-050);display:block;overflow:hidden}.photo-grid__item img{object-fit:cover;width:100%;height:100%;display:block}.photo-grid__file{text-align:center;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:.6875rem;display:flex;overflow:hidden}.photo-actions{gap:8px;display:grid}.comment-list{margin:0;padding:0;list-style:none}.comment{border-bottom:1px solid var(--border);padding:10px 0}.comment:last-child{border-bottom:none}.comment__head{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;font-size:.875rem;display:flex}.comment__role{background:var(--accent-100);color:#0b4f6c;border-radius:999px;padding:1px 8px;font-size:.75rem;font-weight:600}.comment__body{white-space:pre-wrap;margin:0}.timeline{margin:0;padding:0;list-style:none}.timeline__item{gap:10px;padding:8px 0;font-size:.9375rem;display:flex}.timeline__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:5px}.user-list{gap:10px;display:grid}.user-card.is-inactive{opacity:.72}.user-card__top{align-items:center;gap:10px;margin-bottom:10px;display:flex}.user-card__avatar{background:var(--navy-100);width:40px;height:40px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.user-card__identity{flex:1;min-width:0}.user-card__identity h3{text-overflow:ellipsis;white-space:nowrap;font-size:1rem;overflow:hidden}.user-card__meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.user-card__actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:8px;padding-top:10px;display:flex}.password-reveal{border:2px dashed var(--accent);border-radius:var(--radius);background:var(--accent-100);text-align:center;letter-spacing:.06em;color:var(--navy);-webkit-user-select:all;user-select:all;word-break:break-all;margin:14px 0;padding:16px;font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:1.375rem;font-weight:700}@media (width>=700px){.stat-grid{grid-template-columns:repeat(4,1fr)}.filter-bar__fields{grid-template-columns:repeat(3,1fr)}.user-list{grid-template-columns:1fr 1fr}}@media (width>=900px){.form-grid{max-width:760px}.form-actions{background:0 0;justify-content:flex-end;padding:4px 0 0;position:static}.form-actions .btn{flex:none;min-width:160px}.detail-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.photo-actions{grid-template-columns:1fr 1fr}}@media (width>=1100px){.user-list{grid-template-columns:repeat(3,1fr)}}.schedule-toolbar{flex-direction:column;gap:10px;margin-bottom:12px;padding:12px;display:flex}.schedule-toolbar__nav{align-items:center;gap:6px;display:flex}.schedule-toolbar__title{text-align:center;color:var(--navy);flex:1;font-size:.9375rem}.schedule-toolbar__options{flex-wrap:wrap;gap:8px;display:flex}.select.select--sm{flex:1;width:auto;min-width:140px;min-height:38px;padding:6px 10px;font-size:.875rem}.segmented{border-radius:var(--radius-sm);background:var(--navy-100);padding:3px;display:flex}.segmented button{min-height:32px;color:var(--navy);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0 14px;font-size:.875rem;font-weight:600}.segmented button.is-active{background:var(--white);box-shadow:var(--shadow-sm)}.legend{color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-bottom:12px;padding:0 2px;font-size:.75rem;display:flex}.legend__item{align-items:center;gap:5px;display:inline-flex}.legend__dot{border-radius:2px;width:9px;height:9px}.calendar__weekdays{display:none}.calendar__grid{gap:8px;display:grid}.calendar__day{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);min-height:64px;padding:10px 12px}.calendar--month .calendar__day.is-outside{display:none}.calendar__day.is-today{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-100)}.calendar__day.is-drop-target{border-color:var(--accent);background:var(--accent-100)}.calendar__day-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.calendar__day-name{color:var(--navy);font-size:.875rem;font-weight:700}.calendar__day-number{color:var(--navy);font-size:.9375rem;font-weight:700}.calendar__day.is-today .calendar__day-number{background:var(--accent-600);min-width:24px;height:24px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;display:inline-flex}.calendar__add{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--navy-050);width:28px;height:28px;color:var(--navy);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.calendar__add:hover{background:var(--accent-100);border-color:var(--accent);color:var(--accent-600)}.calendar__entries{gap:6px;display:grid}.calendar__entries:empty:after{content:"frei";color:var(--text-muted);font-size:.8125rem}.shift{border-left:4px solid var(--accent);border-radius:var(--radius-sm);background:var(--navy-050);flex-direction:column;gap:1px;padding:8px 10px;font-size:.8125rem;line-height:1.35;display:flex}.shift[role=button]{cursor:grab}.shift[role=button]:hover{background:var(--navy-100)}.shift[role=button]:active{cursor:grabbing}.shift__time{color:var(--navy);font-weight:700}.shift__title{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.shift__user{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.shift__link{margin-top:2px;font-size:.75rem;font-weight:600}@media (width>=900px){.schedule-toolbar{flex-direction:row;justify-content:space-between;align-items:center}.schedule-toolbar__nav{flex:none}.schedule-toolbar__title{min-width:240px}.select--sm{flex:none}.calendar__weekdays{color:var(--text-muted);text-align:center;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:6px;padding:0 4px;font-size:.8125rem;font-weight:700;display:grid}.calendar__grid{grid-template-columns:repeat(7,1fr)}.calendar--week .calendar__day{min-height:220px}.calendar--month .calendar__day{min-height:120px}.calendar--month .calendar__day.is-outside{background:var(--navy-050);opacity:.6;display:block}.calendar__day{padding:8px}.calendar__day-head{margin-bottom:6px}.calendar__day-name{font-size:.75rem}}
