.work-schedule{max-width:420px;width:100%;min-width:0;overflow-x:hidden;--cell-gap: 8px;--day-num-size: 1rem;--day-label-size: .56rem}.work-schedule__month{font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;color:#7d6b8a;margin:0 0 16px;text-align:center}.work-schedule__nav{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:14px}.work-schedule__nav-main{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.work-schedule__nav-month{margin:0;font-size:clamp(.9rem,2.6vw,1.05rem);font-weight:800;color:#5e4a71;line-height:1.1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-schedule__nav-link{border:1px solid rgba(109,93,122,.12);border-radius:999px;background:#ffffff6b;color:#735f86;font-family:inherit;font-size:.8rem;font-weight:700;line-height:1;min-height:34px;padding:0 12px;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:none;transition:background .15s,transform .12s,box-shadow .15s,border-color .15s}.work-schedule__nav-link:hover{background:#ffffff94;border-color:#6d5d7a33;box-shadow:none}.work-schedule__nav-link:active{transform:scale(.97);box-shadow:none}.work-schedule__nav-link--edit{color:#5f4b74;font-size:.8rem;font-weight:800}.work-schedule__nav-link--edit.work-schedule__nav-link--active{background:#ba68c82e;color:#5f3f7a;border-color:#ba68c84d;box-shadow:none}.work-schedule__edit-hint{font-size:.8rem;font-weight:600;color:#7d6b8a;text-align:center;margin:2px 0 10px;padding:0 8px}.work-schedule__day--overridden{outline:none}.work-schedule__weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--cell-gap);margin-bottom:8px;padding:0 2px}.work-schedule__weekday{text-align:center;font-size:clamp(.7rem,2vw,.8rem);font-weight:700;color:#8d7a9a}.work-schedule__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:var(--cell-gap);margin-bottom:20px;align-items:stretch;padding:0 2px}.work-schedule__day{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1 / 1;min-height:0;min-width:0;padding:4px 2px;border:1px solid rgba(255,255,255,.35);border-radius:12px;cursor:pointer;transition:transform .15s,border-color .15s,background-color .15s,box-shadow .15s;background:transparent;font-size:clamp(.6rem,1.8vw,.7rem);font-weight:600;text-align:center;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation;overflow:hidden;position:relative;box-shadow:0 1px 3px #5d2d421a}.work-schedule__day:after{content:"";position:absolute;left:0;right:0;top:0;height:35%;background:linear-gradient(180deg,rgba(255,255,255,.2),transparent);pointer-events:none}.work-schedule__day:active{transform:scale(.96)}.work-schedule__day--working{background:linear-gradient(145deg,#f8bbd0,#f48fb1,#ec407a);color:#5d2d42;border:none;box-shadow:none}.work-schedule__day--dayoff{background:linear-gradient(145deg,#e1bee7,#ce93d8,#ba68c8);color:#4a2c5a;border:none;box-shadow:none}.work-schedule__day--other-month{opacity:.5}.work-schedule__day--today{outline:2px solid #7e57c2;outline-offset:1px}.work-schedule__day-num{display:block;font-size:var(--day-num-size);font-weight:800;line-height:1;margin-bottom:3px}.work-schedule__day-label{display:block;font-size:var(--day-label-size);font-weight:500;line-height:1;opacity:.95;letter-spacing:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%;padding:0}.work-schedule__sales-dot{position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:#2e7d32;box-shadow:0 0 0 2px #ffffffb3}@media (hover: hover){.work-schedule__day:hover{transform:translateY(-1px);box-shadow:0 4px 8px #5d2d4224}}.work-schedule__legend{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(12px,3vw,16px) clamp(16px,4vw,24px);padding:12px 0 24px}.work-schedule__actions{display:flex;justify-content:center;margin:2px 0 8px}.work-schedule__fab{position:fixed;right:20px;bottom:82px;width:52px;height:52px;border:none;border-radius:50%;background:linear-gradient(135deg,#ec407a,#ba68c8);color:#fff;font-family:inherit;font-size:1.8rem;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 22px #6d4c6d4d;z-index:15}.work-schedule__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b142273;display:grid;place-items:center;padding:16px;z-index:20}.work-schedule__modal{width:min(420px,100%);border-radius:18px;background:#fff;padding:18px;box-shadow:0 18px 44px #2d173640}.work-schedule__modal-title{margin:0 0 12px;font-size:1rem;font-weight:800;color:#5e4a71}.work-schedule__modal-empty{margin:0 0 12px;color:#7d6b8a;font-size:.9rem}.work-schedule__modal-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.work-schedule__modal-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:10px;background:#f9f2fb;color:#4d3b60;font-weight:700}.work-schedule__modal-delete{border:none;background:transparent;color:#a24f78;font-size:1.2rem;line-height:1;cursor:pointer}.work-schedule__modal-total{margin:12px 0 0;font-weight:800;color:#5e4a71}.work-schedule__modal-note{margin:8px 0 0;font-size:.85rem;color:#7d6b8a}.work-schedule__modal-form{display:grid;gap:10px}.work-schedule__modal-input{width:100%;min-height:42px;border-radius:10px;border:1px solid rgba(109,93,122,.2);padding:0 12px;font-family:inherit;font-size:.95rem}.work-schedule__modal-error{margin:0;font-size:.84rem;color:#b23b68;font-weight:700}.work-schedule__modal-actions{margin-top:6px;display:flex;justify-content:flex-end;gap:8px}.work-schedule__modal-cancel,.work-schedule__modal-save{min-height:36px;border-radius:999px;border:none;padding:0 14px;font-family:inherit;font-weight:700;cursor:pointer}.work-schedule__modal-cancel{background:#f0e7f5;color:#5f4b74}.work-schedule__modal-save{background:linear-gradient(135deg,#ec407a,#ba68c8);color:#fff}.work-schedule__modal-save:disabled{opacity:.55;cursor:not-allowed}.work-schedule__legend-item{display:inline-flex;align-items:center;gap:8px;font-size:clamp(.8rem,2vw,.85rem);font-weight:600;color:#6d5d7a}.work-schedule__legend-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;box-shadow:none}.work-schedule__legend-dot--working{background:linear-gradient(145deg,#f8bbd0,#ec407a)}.work-schedule__legend-dot--dayoff{background:linear-gradient(145deg,#e1bee7,#ba68c8)}.work-schedule__legend-dot--today{background:transparent;border:2px solid #7e57c2;box-shadow:none}.work-schedule__legend-dot--sales{background:#2e7d32}@media (max-width: 430px){.work-schedule{--cell-gap: 4px;--day-num-size: .8rem;--day-label-size: .46rem}.work-schedule__nav{gap:5px}.work-schedule__nav-main{gap:6px}.work-schedule__nav-link{font-size:.72rem;min-height:32px;padding:0 8px}.work-schedule__nav-month{font-size:clamp(.82rem,3.8vw,.95rem)}.work-schedule__weekdays,.work-schedule__grid{gap:var(--cell-gap)}.work-schedule__day{border-radius:10px;padding:3px 1px}.work-schedule__day-num{margin-bottom:2px}.work-schedule__legend{gap:8px 12px;padding:8px 0 16px}.work-schedule__fab{right:12px;bottom:72px;width:48px;height:48px;font-size:1.6rem}}@media (min-width: 768px){.work-schedule{max-width:520px;padding:0 8px;--cell-gap: 10px;--day-num-size: 1rem;--day-label-size: .53rem}.work-schedule__weekdays,.work-schedule__grid{gap:var(--cell-gap)}.work-schedule__nav-main{gap:12px}.work-schedule__nav-link{font-size:.86rem}.work-schedule__day{border-radius:12px;padding:5px 2px}}@media (min-width: 1024px){.work-schedule{max-width:560px;--cell-gap: 12px;--day-num-size: 1.05rem;--day-label-size: .56rem}}.dashboard{width:100%;max-width:420px;flex:1;display:flex;align-items:center;justify-content:center;overflow-x:hidden;min-width:0}.dashboard__calendar{margin-top:0;width:100%;min-width:0;overflow-x:hidden}.analytics-page{width:100%;max-width:560px}.analytics-page__nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;margin-bottom:20px;gap:10px}.analytics-page__nav-link{min-height:34px;border:1px solid rgba(109,93,122,.16);border-radius:999px;background:#ffffff9e;color:#735f86;font-size:.8rem;font-weight:700;line-height:1;padding:0 12px;cursor:pointer;box-shadow:none;-webkit-tap-highlight-color:transparent;transition:background .15s,border-color .15s,transform .12s}.analytics-page__nav-link:hover{background:#ffffff94;border-color:#6d5d7a33}.analytics-page__nav-link:active{transform:scale(.97)}.analytics-page__nav-title{font-size:1.05rem;font-weight:800;color:#5e4a71;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.analytics-page__block{margin-bottom:24px}.analytics-page__block--highlight{border-radius:14px;padding:12px;background:linear-gradient(140deg,#fce4ecd9,#f3e5f5e6);border:1px solid rgba(186,104,200,.14)}.analytics-page__block-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 12px;margin-bottom:12px}.analytics-page__block-head .analytics-page__block-title{margin:0}.analytics-page__block-fill{font-size:.82rem;font-weight:700;color:#6d5d7a;white-space:nowrap}.analytics-page__block-title{font-size:.9rem;font-weight:800;color:#8d7a9a;margin:0 0 12px}.analytics-page__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.analytics-page__summary-item{background:#ffffffc7;border-radius:12px;padding:10px}.analytics-page__summary-label{display:block;font-size:.72rem;color:#8d7a9a;margin-bottom:4px}.analytics-page__summary-value{display:block;font-size:.95rem;font-weight:800;color:#5e4a71}.analytics-page__day-controls{display:flex;gap:10px;align-items:center;margin-bottom:10px}.analytics-page__day-today{min-height:34px;border:1px solid rgba(109,93,122,.16);border-radius:999px;background:#ffffff9e;color:#735f86;font-family:inherit;font-size:.8rem;font-weight:700;padding:0 12px;cursor:pointer}.analytics-page__day-date{min-height:34px;border:1px solid rgba(109,93,122,.16);border-radius:10px;background:#fffc;color:#5e4a71;font-family:inherit;font-size:.84rem;padding:0 10px}.analytics-page__day-card{background:#ffffffc2;border-radius:12px;border:1px solid rgba(109,93,122,.1);padding:12px}.analytics-page__day-title{margin:0 0 10px;font-size:.82rem;font-weight:700;color:#7d6b8a}.analytics-page__day-note{margin:0;font-size:.84rem;font-weight:600;color:#7d6b8a}.analytics-page__chart-wrap{position:relative;width:100%;height:240px;border-radius:12px;background:#ffffffc7;border:1px solid rgba(109,93,122,.1);padding:10px}.analytics-page__grid{display:flex;flex-wrap:wrap;gap:10px}.analytics-page__stat{background:#ffffffbf;border-radius:12px;padding:12px 14px;flex:1 1 120px;min-width:0;box-shadow:0 2px 8px #9d75a71f}.analytics-page__stat-label{display:block;font-size:.72rem;font-weight:600;color:#8d7a9a;margin-bottom:4px}.analytics-page__stat-value{font-size:.95rem;font-weight:700;color:#6d4c6d}.analytics-page__stat--total{flex:1 1 100%;background:linear-gradient(135deg,#ce93d84d,#ba68c833)}.analytics-page__stat--total .analytics-page__stat-value{font-size:1.15rem;color:#4a2c5a}@media (max-width: 520px){.analytics-page__summary{grid-template-columns:1fr}.analytics-page__chart-wrap{height:220px}}@media (max-width: 430px){.analytics-page__nav{gap:6px;margin-bottom:14px}.analytics-page__nav-link{font-size:var(--nav-pill-font, .72rem);padding:0 8px;min-height:32px}.analytics-page__nav-title{font-size:.92rem}.analytics-page__block--highlight{padding:10px}.analytics-page__block-head{flex-direction:column;align-items:stretch;gap:6px}.analytics-page__block-fill{font-size:.78rem;white-space:normal}.analytics-page__summary-label{font-size:.68rem}.analytics-page__summary-value{font-size:.88rem}.analytics-page__day-controls{flex-wrap:wrap}.analytics-page__day-date{flex:1;min-width:0}.analytics-page__chart-wrap{height:var(--chart-height, 200px);padding:8px}.analytics-page__stat{flex:1 1 100%;padding:10px 12px}}.profile-page{width:100%;max-width:420px}.profile-page__title{font-size:1.1rem;font-weight:700;color:#6d4c6d;margin:0 0 8px}.profile-page__section{margin-bottom:24px}.profile-page__sync{padding:10px 12px;border-radius:12px;background:#9d75a714;border:1px solid rgba(157,117,167,.2)}.profile-page__sync-text{font-size:.85rem;color:#8d7a9a;margin:0;line-height:1.45}.profile-page__sync-text--on{color:#5a8f5a;font-weight:500}.profile-page__theme-options{display:flex;gap:10px;flex-wrap:wrap}.profile-page__theme-btn{padding:10px 18px;border:none;border-radius:12px;background:#ffffffbf;color:#6d5d7a;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #9d75a726;transition:background .2s,color .2s,box-shadow .2s;-webkit-tap-highlight-color:transparent}.profile-page__theme-btn:hover{background:#fffffff2;box-shadow:0 3px 10px #9d75a733}.profile-page__theme-btn--active{background:linear-gradient(135deg,#ce93d8,#ba68c8);color:#fff;box-shadow:0 4px 12px #ba68c859}.profile-page__theme-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.profile-page__hint{font-size:.8rem;color:#8d7a9a;margin:0 0 20px;line-height:1.4}.profile-page__form{display:flex;flex-direction:column;gap:16px}.profile-page__label{display:flex;flex-direction:column;gap:6px}.profile-page__label-text{font-size:.85rem;font-weight:600;color:#6d5d7a}.profile-page__input{padding:12px 14px;border:none;border-radius:12px;background:#ffffffd9;color:#4a2c5a;font-family:inherit;font-size:1rem;box-shadow:0 2px 8px #9d75a726}.profile-page__submit{margin-top:8px;padding:14px 20px;border:none;border-radius:14px;background:linear-gradient(135deg,#ce93d8,#ba68c8);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #ba68c866;-webkit-tap-highlight-color:transparent}.profile-page__submit:hover{box-shadow:0 6px 18px #ba68c880}.profile-page__thresholds{display:flex;flex-direction:column;gap:10px}.profile-page__thresholds-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.profile-page__tier-add{min-height:32px;border:1px solid rgba(109,93,122,.18);border-radius:999px;background:#ffffffbd;color:#6d5d7a;font-family:inherit;font-size:.8rem;font-weight:700;padding:0 10px;cursor:pointer}.profile-page__thresholds-list{display:flex;flex-direction:column;gap:8px}.profile-page__tier-row{display:grid;grid-template-columns:1fr auto 1fr auto;gap:8px;align-items:center}.profile-page__input--small{padding:10px 12px;font-size:.9rem}.profile-page__tier-sep{color:#8d7a9a;font-weight:700}.profile-page__tier-remove{width:32px;height:32px;border:none;border-radius:10px;background:#ba68c81f;color:#7b5e95;font-size:1rem;line-height:1;cursor:pointer}@media (max-width: 430px){.profile-page{max-width:100%}.profile-page__sync-text{font-size:.8rem}.profile-page__input{padding:10px 12px;font-size:.95rem}}.app{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;padding-top:max(12px,env(safe-area-inset-top,0px),var(--tg-content-safe-area-inset-top, 0px));padding-right:max(16px,env(safe-area-inset-right,0px),var(--tg-content-safe-area-inset-right, 0px));padding-bottom:max(72px,env(safe-area-inset-bottom,0px),var(--tg-content-safe-area-inset-bottom, 0px));padding-left:max(16px,env(safe-area-inset-left,0px),var(--tg-content-safe-area-inset-left, 0px))}@media (max-width: 430px){.app{padding-top:max(8px,env(safe-area-inset-top,0px),var(--tg-content-safe-area-inset-top, 0px));padding-right:max(10px,env(safe-area-inset-right,0px));padding-left:max(10px,env(safe-area-inset-left,0px));padding-bottom:max(64px,calc(env(safe-area-inset-bottom,0px) + 52px))}.app-title{font-size:clamp(1rem,4.2vw,1.25rem);max-width:100%;padding:0 4px}}.app-header{display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-bottom:8px;gap:12px;position:relative;min-height:2.5rem}.app-header__done{position:absolute;right:0;padding:8px 16px;border:none;border-radius:10px;background:#ffffffd9;color:#6d4c6d;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 10px #9d75a733}.app-header__done:hover{background:#fffffff2}.app-header__spacer{position:absolute;right:0;width:4.5rem;height:1px;pointer-events:none}.app-title{font-size:clamp(1.1rem,4vw,1.4rem);font-weight:800;margin:0;color:#6d4c6d;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(255,255,255,.6);flex-shrink:0;text-align:center}.app-main{flex:1;display:flex;flex-direction:column;align-items:center;min-height:0;overflow-x:hidden;overflow-y:auto;width:100%}.app-main .work-schedule{margin:0}@media (max-width: 380px){.app{padding-left:max(6px,env(safe-area-inset-left));padding-right:max(6px,env(safe-area-inset-right))}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;gap:4px;padding:8px 6px max(env(safe-area-inset-bottom),8px);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -2px 16px #9d75a726;z-index:10}.bottom-nav__btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;border:none;border-radius:12px;background:transparent;color:#8d7a9a;font-family:inherit;font-size:.7rem;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .2s,background .2s}.bottom-nav__btn:hover{color:#6d4c6d;background:#ce93d826}.bottom-nav__btn--active{color:#6d4c6d;background:#ce93d840}.bottom-nav__btn--active:hover{background:#ce93d84d}@media (max-width: 430px){.bottom-nav{gap:2px;padding:6px 4px max(env(safe-area-inset-bottom),6px)}.bottom-nav__btn{padding:6px 8px;font-size:.65rem;border-radius:10px}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;touch-action:manipulation}@media (max-width: 430px){:root{--chart-height: 200px;--nav-pill-font: .7rem}}html,body,#root{margin:0;padding:0;min-height:100%;min-height:100dvh;height:100%;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(165deg,#fce4ec,#f8bbd9,#e1bee7,#d1c4e9,#c5cae9);background-attachment:fixed;color:#5e4a5e;overflow-x:hidden}html[data-theme=light] body{background:linear-gradient(180deg,#f5f5f5,#e8e8e8);color:#333}
