:root{--bg:#f3f5f8;--line:#d9e1ea;--text:#0f172a;--muted:#6b7a90;--accent:#091a4a;--danger:#dc2626;--blue:#3b82f6;--green:#10b981}*{box-sizing:border-box}body,html{height:100%;margin:0}body{font-family:Arial,Helvetica,sans-serif;background:var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}.top-shell{min-height:100vh}.topbar{background:var(--card);border:1px solid var(--line);border-radius:30px;padding:22px 24px 18px;margin-bottom:18px}.topbar-head{align-items:flex-start;gap:16px}.topbar-title{font-size:54px;font-weight:700;color:#0f1c3c}.top-nav{display:flex;flex-wrap:wrap;gap:10px}.nav-btn{border:none;background:#eef2f7;color:#334b73;border-radius:999px;padding:12px 18px;font-size:18px;text-align:left}.nav-btn.active{background:var(--accent);color:white}.save-pill{background:#f6f8fb;border-radius:999px;padding:12px 16px;color:#5f718b;font-size:16px}.main{min-width:0;display:grid;grid-template-rows:auto auto;grid-gap:18px;gap:18px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.stat-card{padding:18px 22px}.stat-card .label{color:#64748b;font-size:16px;margin-bottom:10px}.stat-card .value{font-size:36px;font-weight:700;color:#0f1c3c}.content{display:grid}.panel{display:flex;flex-direction:column;padding:18px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.panel-title{font-size:22px;font-weight:700;margin:0}.panel-subtitle{color:#64748b;font-size:14px;margin:4px 0 0}.reschedule-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;padding:14px 16px;border:1px solid #d7dfeb;border-radius:20px;background:#f8fafc;color:#334155}.reschedule-cancel-btn{flex:0 0 auto}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.ghost-btn,.icon-btn,.primary-btn{border-radius:999px;border:1px solid #cfd8e3;background:white;color:#0f1c3c}.ghost-btn{padding:12px 22px}.primary-btn{background:var(--accent);color:white;border:none;padding:12px 20px}.calendar-layout{display:grid;grid-template-rows:auto auto;grid-gap:0;gap:0}.day-head{display:grid;grid-template-columns:84px repeat(7,minmax(0,1fr));border:1px solid var(--line);border-bottom:none;border-radius:28px 28px 0 0;overflow:hidden;background:#f8fafc;margin-top:0}.day-head .cell,.day-head .empty{border-right:1px solid var(--line)}.day-head .cell{min-width:0;padding:10px 8px 12px;text-align:center}.day-head .cell:last-child{border-right:none}.day-head .cell.today{background:rgba(15,23,42,.045)}.day-head .cell.today .num{color:#091a4a}.day-head .dow{color:#64748b;font-size:14px;margin-bottom:2px}.day-head .num{font-weight:700;color:#0f1c3c}.timeline-scroll{overflow:hidden;border:1px solid var(--line);border-top:none;border-radius:0 0 28px 28px;background:white}.timeline-grid{position:relative;display:grid;grid-template-columns:84px repeat(7,minmax(0,1fr));width:100%}.time-col{position:relative;border-right:1px solid var(--line)}.time-label{position:absolute;left:14px;color:#7b8aa1;font-size:16px;line-height:1}.time-label.first{transform:translateY(8px)}.time-label.middle{transform:translateY(-50%)}.time-label.last{transform:translateY(calc(-100% - 8px))}.day-col{position:relative;border-right:1px solid var(--line)}.day-col:last-child{border-right:none}.day-col.today{background:rgba(15,23,42,.03)}.day-col.today.reschedule-target{background:rgba(15,23,42,.05)}.hour-line{right:0;border-top:1px solid var(--line)}.event-card,.hour-line{position:absolute;left:0}.event-card{right:8px;border-radius:9px;color:white;padding:0;box-shadow:0 4px 12px rgba(15,23,42,.14);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab;display:block;overflow:hidden;background:#223a5d;transition:none;touch-action:none}.event-card.paid{background:#2E7D32}.event-card.unpaid{background:#223a5d;opacity:.56;filter:grayscale(.22) saturate(.85)}.event-card.hidden{opacity:0}.event-card-grid{position:relative;width:100%;height:100%;min-height:0;padding:8px 10px}.event-bottom-row,.event-top-row{position:absolute;left:10px;right:10px;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.event-top-row{top:8px}.event-bottom-row{bottom:8px}.event-name{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.event-name,.event-time{min-width:0;line-height:1.15;margin:0;white-space:nowrap}.event-time{font-size:10px}.event-pay-status{flex:0 0 auto;min-width:48px;height:20px;font-size:10px;font-weight:700;line-height:1;padding:0 8px;margin:0;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:rgba(255,255,255,.96);white-space:nowrap;text-align:center}.event-pay-status,.event-pay-status.paid,.event-pay-status.unpaid{background:rgba(255,255,255,.12)}.event-package-counter{flex:0 0 auto;min-width:auto;padding:0;border-radius:0;font-size:10px;font-weight:400;line-height:1.15;color:rgba(255,255,255,.96);background:transparent;text-align:right;white-space:nowrap;opacity:.9}.event-client-btn{width:18px;height:18px;flex:0 0 18px;border:none;border-radius:0;display:grid;place-items:center;color:rgba(255,255,255,.92);cursor:pointer;padding:0;margin:0;transition:none}.event-client-btn,.event-client-btn:hover{background:transparent}.event-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.14)}.badge-paid{background:#effcf6;border-color:#c8f0dd;color:#12643f}.badge-unpaid{background:#f8fafc;border-color:#d8e0ea;color:#5f718b}.client-modal{position:fixed;top:24px;right:24px;width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);overflow:auto;z-index:42;padding:22px;background:rgba(255,255,255,.98);border:1px solid rgba(207,216,227,.95);border-radius:28px;box-shadow:0 24px 80px rgba(15,23,42,.18)}.client-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.client-modal-kicker{color:#64748b;font-size:13px;margin-bottom:6px}.client-modal h3{margin:0;font-size:30px;line-height:1.02;color:#0f1c3c}.client-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.client-info-card{border:1px solid var(--line);border-radius:22px;padding:16px;background:#fff}.client-info-card-wide{grid-column:1/-1}.client-info-label{color:#64748b;font-size:13px;margin-bottom:8px}.client-info-value{font-size:18px;font-weight:700;color:#0f1c3c}.client-info-text{font-size:15px;line-height:1.45;color:#334155}.client-history{margin-top:16px}.client-history-title{font-size:18px;font-weight:700;color:#0f1c3c;margin-bottom:10px}.client-history-list{display:grid;grid-gap:10px;gap:10px}.client-history-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:18px;padding:12px 14px;background:#fff}.client-history-date{font-weight:700;color:#0f1c3c;margin-bottom:4px}.client-history-tariff{color:#64748b;font-size:14px}.client-empty{border:1px dashed var(--line);border-radius:18px;padding:18px;color:#64748b;text-align:center;background:#fff}.floating-event{position:absolute;left:0;right:8px;border-radius:9px;color:white;padding:0;pointer-events:none;z-index:20;box-shadow:0 10px 24px rgba(2,6,23,.16);overflow:hidden}.drag-preview-icon{cursor:default}.drag-preview-icon:hover{background:transparent}.floating-event.paid{background:#2E7D32}.floating-event.unpaid{background:#223a5d;opacity:.56;filter:grayscale(.22) saturate(.85)}.floating-event.invalid{background:#ef4444}.current-line{position:absolute;left:0;right:0;background:linear-gradient(90deg,rgba(220,38,38,.24),rgba(220,38,38,.72),rgba(220,38,38,.24));z-index:8;pointer-events:none}.current-line-dot{position:absolute;left:76px;top:50%;width:10px;height:10px;border-radius:999px;background:#dc2626;box-shadow:0 0 0 4px rgba(220,38,38,.14);transform:translate(-50%,-50%)}.table-wrap{min-height:0;overflow:auto;border:1px solid var(--line);border-radius:24px;background:white}.table{min-width:820px}.t-head,.t-row{display:grid;grid-template-columns:1.2fr .8fr 1fr 1fr .7fr;align-items:center}.t-head{color:#64748b;font-size:14px;background:#f8fafc;border-bottom:1px solid var(--line)}.t-head>div,.t-row>div{padding:14px 16px}.t-row{border-bottom:1px solid var(--line)}.badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;font-size:14px;border:1px solid #d2dbe7;background:white}.list{min-height:0;overflow:auto;display:grid;grid-gap:12px;gap:12px}.list-item{border:1px solid var(--line);border-radius:22px;padding:14px 16px;background:white}.drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.18);z-index:40}.drawer{position:fixed;top:18px;right:18px;bottom:18px;width:360px;z-index:41;padding:20px;display:flex;flex-direction:column;gap:12px;background:rgba(255,255,255,.96);border:1px solid rgba(207,216,227,.95);border-radius:28px;box-shadow:0 24px 80px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drawer h3{margin:0;font-size:28px}.field{display:grid;grid-gap:6px;gap:6px}.field label{color:#5f718b;font-size:14px}.field input,.field select,.field textarea{border:1px solid #cfd8e3;border-radius:16px;padding:12px 14px;background:white}.field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px 18px}.duration-control{display:grid;grid-template-columns:56px 1fr 56px;align-items:center;grid-gap:10px;gap:10px}.duration-btn,.duration-value{border:1px solid #cfd8e3;border-radius:16px;background:white;min-height:52px}.duration-btn{font-size:28px;line-height:1;color:#0f172a}.duration-value{display:flex;align-items:center;justify-content:center;padding:12px 14px;font-size:16px;color:#0f172a}.duration-btn:hover{background:white}.drawer-actions{display:flex;margin-top:auto}.entry-modal{position:fixed;top:24px;right:24px;width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);overflow:auto;z-index:42;padding:22px;background:rgba(255,255,255,.98);border:1px solid rgba(207,216,227,.95);border-radius:28px;box-shadow:0 24px 80px rgba(15,23,42,.18)}.entry-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.entry-modal-actions{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-top:18px}.entry-modal-actions.session,.entry-modal-actions.single{grid-template-columns:1fr}.entry-toggle-btn.paid{background:#2E7D32;border-color:#2E7D32}.entry-toggle-btn.unpaid{background:#223a5d;border-color:#223a5d}.info-strip{display:none}.conflict-note{color:#dc2626;font-weight:700}@media (max-width:1400px){.topbar-title{font-size:42px}}@media (max-width:900px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-head{flex-direction:column}.nav-btn{font-size:16px}.reschedule-banner{flex-direction:column;align-items:stretch}}@media (max-width:640px){.client-modal,.entry-modal{right:16px;left:16px;width:auto;top:16px;max-width:none;max-height:calc(100vh - 32px)}.client-modal-grid,.entry-modal-grid{grid-template-columns:1fr}}.event-card.personal-supervision,.floating-event.personal-supervision{background:#7c3aed}.event-card.personal-therapy,.floating-event.personal-therapy{background:#2563eb}.event-card.personal-training,.floating-event.personal-training{background:#c2410c}.event-tag{flex:0 0 auto;min-width:34px;padding:2px 6px;border-radius:999px;font-weight:700;color:rgba(255,255,255,.92);background:rgba(255,255,255,.16);text-align:center}.event-kind-label,.event-tag{font-size:10px;line-height:1.1}.event-kind-label{opacity:.92;white-space:nowrap}.duration-presets{display:flex;flex-wrap:nowrap;gap:8px}.preset-btn{border:1px solid #cfd8e3;background:#fff;color:#0f172a;border-radius:999px;padding:9px 12px}.preset-btn.active{background:#0f1c3c;color:#fff;border-color:#0f1c3c}.compact-step{grid-template-columns:72px 1fr 72px}.compact-step .duration-btn{font-size:18px}.drawer-note{border:1px solid #d9e1ea;background:#f8fafc;color:#475569;border-radius:18px;padding:12px 14px;font-size:14px;line-height:1.45}.topbar-head{display:flex;justify-content:space-between;gap:28px;margin-bottom:18px}.topbar-title-wrap{flex:1 1 auto;min-width:0}.topbar-title{font-size:42px!important;line-height:.98;margin:0}.header-stats{flex:0 0 44%;max-width:620px;min-width:420px;margin:0 0 4px auto!important;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:28px;gap:28px;align-self:flex-end}.header-stat-card{border:none!important;background:transparent!important;padding:0!important;min-height:auto!important}.header-stat-label{font-size:15px;color:#64748b}.header-stat-value{font-size:36px;font-weight:700;color:#0f1c3c;line-height:1}.icon-btn{width:54px;height:54px;display:grid;place-items:center;padding:0}.week-switch-btn{font-size:22px;font-weight:400;line-height:1;color:#31456b;border-color:#d7dfeb}.clients-grid{grid-template-columns:1.2fr .8fr 1.2fr 1fr .7fr .7fr}.client-name-link{border:none;background:transparent;padding:0;margin:0;text-align:left;color:#0f1c3c;font-size:16px;font-weight:700}.client-name-link:hover{color:#091a4a}.table-delete-btn{background:#f8fafc;color:#dc2626;border:1px solid #f1d1d1;border-radius:999px;padding:10px 14px;font-weight:700}.table-delete-btn:hover{background:#fff5f5}.entry-client-comment{margin-top:2px;font-size:14px;color:#64748b;line-height:1.4;max-width:320px}.notes-field{display:block;width:100%;min-height:86px;margin:0;padding:0;border:none!important;outline:none!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;resize:none;overflow:auto;font:inherit;font-size:15px;line-height:1.5;color:#122033}.notes-field::placeholder{color:#94a3b8}.notes-field:active,.notes-field:focus,.notes-field:focus-visible{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.entry-modal-row-actions{grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.danger-btn,.entry-toggle-btn,.secondary-btn{width:100%;min-height:58px;border:none;border-radius:18px;padding:16px 18px;font-size:16px;font-weight:700;line-height:1.2;text-align:center;transition:.18s ease}.entry-toggle-btn{background:#edf2f7;color:#0f172a;border:1px solid #d7dfeb;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.entry-toggle-btn.paid{background:#223a5d;color:#fff;border-color:#223a5d;box-shadow:none}.entry-toggle-btn.unpaid{background:#2E7D32;color:#fff;border-color:#2E7D32;box-shadow:none}.secondary-btn{background:#fff;color:#0f172a;border:1px solid #d7dfeb;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.danger-btn{background:#dc2626;color:#fff;box-shadow:none}.danger-btn.full{width:100%}.entry-modal-layer{position:absolute;inset:0;padding:22px;border-radius:28px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center}.entry-modal-layer-card{width:100%;border:1px solid #dbe3ee;border-radius:24px;background:#fff;padding:18px;box-shadow:0 18px 50px rgba(15,23,42,.12)}.entry-layer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.entry-layer-head h4{margin:0;font-size:24px;line-height:1.05;color:#0f1c3c}.entry-layer-grid{display:grid;grid-gap:12px;gap:12px}.field-box{display:grid;grid-gap:6px;gap:6px}.field-box span{color:#5f718b;font-size:14px}.field-box input,.field-box select{border:1px solid #cfd8e3;border-radius:16px;padding:12px 14px;background:#fff}.field-box select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px 18px}.entry-layer-summary{border:1px solid #d9e1ea;background:#f8fafc;color:#475569;border-radius:18px;padding:12px 14px;font-size:14px;line-height:1.45}.entry-modal-layer .entry-modal-row-actions{margin-top:16px;align-items:stretch}.entry-modal-layer .primary-btn,.entry-modal-layer .secondary-btn{min-height:58px;border-radius:18px;padding:16px 18px}.entry-modal-layer .secondary-btn{border:1px solid #d7dfeb;background:#fff;color:#0f172a}.entry-modal-layer .primary-btn{border:none;background:var(--accent);color:#fff}.layer-confirm-btn{width:100%}@media (max-width:1200px){.topbar-head{flex-direction:column;align-items:flex-start}.header-stats{width:100%;min-width:0;max-width:none;margin:8px 0 0!important;align-self:stretch}}@media (max-width:900px){.clients-grid{grid-template-columns:1.2fr .9fr 1.1fr .9fr .7fr .8fr}}@media (max-width:700px){.topbar-title{font-size:36px!important}.header-stats{grid-template-columns:1fr;gap:18px}.header-stat-value{font-size:30px}}@media (max-width:640px){.entry-modal-row-actions{grid-template-columns:1fr}.entry-modal-layer,.entry-modal-layer-card{padding:16px}}.event-note-icon{position:absolute;top:7px;right:8px;width:14px;height:14px;opacity:.92;pointer-events:none;display:block}.event-bottom-row .event-package-counter{font-size:10px!important;line-height:1.15!important;font-weight:400!important;padding:0!important;margin:0!important;min-width:0!important;border-radius:0!important;background:transparent!important;color:rgba(255,255,255,.96);opacity:.96}.client-name-cell,.client-name-head{padding-left:14px!important}.client-status-select{width:100%;border:1px solid #cfd8e3;border-radius:12px;padding:8px 38px 8px 10px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}.client-row-actions{display:flex;justify-content:flex-end;gap:10px;align-items:center}.client-edit-btn{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:#f8fafc;color:#0f1c3c;border:1px solid #d7dfeb}.client-edit-btn:hover{background:#eef2f7}@media (max-width:900px){.clients-grid{grid-template-columns:1.1fr .9fr 1.4fr .9fr}}.clients-grid{grid-template-columns:1.2fr .9fr 2.2fr .9fr}.client-comment-cell{min-width:0}.client-comment-text{display:block;max-width:100%;color:#334155;font-size:14px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-comment-modal{position:fixed;top:24px;right:24px;width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 48px);overflow:auto;z-index:42;padding:22px;background:rgba(255,255,255,.98);border:1px solid rgba(207,216,227,.95);border-radius:28px;box-shadow:0 24px 80px rgba(15,23,42,.18)}.client-comment-textarea{width:100%;min-height:160px;resize:vertical;border:1px solid #cfd8e3;border-radius:16px;padding:12px 14px;background:#fff;color:#0f172a;line-height:1.45}.client-comment-textarea:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.16)}@media (max-width:640px){.client-comment-modal{right:16px;left:16px;width:auto;top:16px;max-width:none;max-height:calc(100vh - 32px)}}.stats{display:none}.reports-cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.report-stat-card{background:#fff;border:1px solid var(--line);border-radius:24px;min-height:122px;display:flex;flex-direction:column;justify-content:space-between}.reports-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px;align-items:stretch}.report-box{padding:18px;min-height:100%}.report-box-title{font-size:20px;font-weight:700;margin-bottom:14px;color:#0f1c3c}.report-day-list,.report-lines{display:grid;grid-gap:10px;gap:10px}.report-line{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #eef2f7}.report-line:last-child{border-bottom:none;padding-bottom:0}.report-day-date,.report-line-label{color:#64748b}.report-day-row{display:grid;grid-template-columns:74px 1fr 84px;grid-gap:12px;gap:12px;align-items:center}.report-bar{height:12px;background:#eef2f7;border-radius:999px;overflow:hidden}.report-bar-fill{height:100%;background:#091a4a;border-radius:999px}.report-day-value{text-align:right;font-weight:700;color:#0f1c3c}@media (max-width:1100px){.reports-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-panels-grid{grid-template-columns:1fr}}@media (max-width:640px){.reports-cards-grid{grid-template-columns:1fr}.report-day-row{grid-template-columns:64px 1fr 76px;gap:10px}}.tariff-form{display:grid;grid-template-columns:minmax(220px,1.4fr) 140px 150px 170px auto;grid-gap:12px;gap:12px;align-items:center}.tariff-form input,.tariff-form select{width:100%;border:1px solid #cfd8e3;border-radius:14px;padding:12px 14px;background:#fff;color:#0f172a}.tariff-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px 18px}.tariff-form-placeholder{min-height:46px;display:flex;align-items:center;padding:12px 14px;border:1px dashed #cfd8e3;border-radius:14px;color:#64748b;background:#f8fafc}.tariffs-table{min-width:1040px}.tariffs-grid{display:grid;grid-template-columns:1.35fr .75fr .7fr .85fr 1.2fr .7fr;align-items:center}.tariff-name{font-weight:700;color:#0f1c3c}.tariff-note{color:#64748b;font-size:14px;line-height:1.35}@media (max-width:1100px){.tariff-form{grid-template-columns:1fr 1fr}.tariff-form .primary-btn{grid-column:1/-1}}@media (max-width:640px){.tariff-form{grid-template-columns:1fr}}.tariff-delete-btn{padding:9px 13px;white-space:nowrap}.topbar-left{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.topbar-head{margin-bottom:0;align-items:flex-end}.topbar-title-wrap{flex:none}.top-nav{margin-top:0}.header-stats{margin:0 0 2px auto!important}@media (max-width:1200px){.topbar-left{width:100%;gap:16px}}.event-card.custom,.floating-event.custom{opacity:1;filter:none}.color-picker-row{display:grid;grid-template-columns:58px 1fr;grid-gap:10px;gap:10px}.color-picker-row input[type=color]{width:58px;height:48px;padding:4px;border:1px solid #cfd8e3;border-radius:14px;background:#fff}.color-picker-row input[type=text]{min-width:0}:root{--bg:#f5f6f8;--line:#e4e9f0;--text:#0b1633;--muted:#667085;--accent:#071a45;--danger:#b42318;--blue:#2347a6;--green:#236b4e}body{background:radial-gradient(circle at 12% -8%,rgba(255,255,255,.95) 0,rgba(255,255,255,0) 34%),linear-gradient(180deg,#f7f8fa,#f1f3f6);text-rendering:geometricPrecision}.top-shell{padding:18px 18px 24px}.topbar{border:1px solid rgba(214,222,232,.92);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 18px 55px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:24px 28px 22px}.topbar-title{color:#0a1738;letter-spacing:-.045em;font-weight:760}.field label,.field-box span,.header-stat-label,.panel-subtitle,.stat-card .label{color:#6d7890}.header-stat-value,.stat-card .value{color:#071638;letter-spacing:-.035em;font-weight:760}.nav-btn{min-height:48px;padding:10px 20px;border:1px solid rgba(224,230,238,.9);background:#eef2f6;color:#253a60;box-shadow:inset 0 1px 0 rgba(255,255,255,.72);transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.nav-btn:hover{background:#e8edf3;color:#0f2348}.nav-btn.active{background:#071a45;border-color:#071a45;box-shadow:0 10px 26px rgba(7,26,69,.18)}.panel{border-radius:28px}.panel-title{color:#0a1738}.danger-btn,.entry-toggle-btn,.ghost-btn,.icon-btn,.preset-btn,.primary-btn,.secondary-btn{border-radius:18px}.primary-btn{background:#071a45;box-shadow:0 12px 26px rgba(7,26,69,.16)}.ghost-btn,.icon-btn,.secondary-btn{border-color:#dce4ee;box-shadow:0 8px 24px rgba(15,23,42,.035),inset 0 1px 0 rgba(255,255,255,.85)}.icon-btn{background:rgba(255,255,255,.9)}.week-switch-btn{color:#18315d}.calendar-layout{filter:none}.day-head{border-color:#dde5ef;background:linear-gradient(180deg,#fbfcfd,#f5f7fa)}.day-col,.day-head .cell,.day-head .empty,.time-col{border-color:#e3e9f1}.day-head .cell{padding:12px 8px 14px}.day-head .dow{color:#758198;font-size:13px;letter-spacing:.02em}.day-head .num{color:#0b1736;font-size:18px}.day-col.today,.day-head .cell.today{background:rgba(7,26,69,.026)}.timeline-scroll{border-color:#dde5ef;background:rgba(255,255,255,.96);box-shadow:0 18px 55px rgba(15,23,42,.035)}.time-label{color:#7b879d}.hour-line{border-top-color:#e7ecf3}.current-line{height:2px;background:linear-gradient(90deg,rgba(180,35,24,.16),rgba(180,35,24,.58),rgba(180,35,24,.16))}.current-line-dot{background:#c53030;box-shadow:0 0 0 5px rgba(197,48,48,.13)}.event-card,.floating-event{right:10px;border-radius:12px;box-shadow:0 10px 26px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.16);background:#253b63;overflow:hidden}.event-card:after,.floating-event:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0) 44%)}.event-card.paid,.floating-event.paid{background:#276f46}.event-card.unpaid,.floating-event.unpaid{background:#33425e;opacity:.68;filter:saturate(.82)}.event-card.personal-supervision,.floating-event.personal-supervision{background:#6d3ecf}.event-card.personal-therapy,.floating-event.personal-therapy{background:#275fd8}.event-card.personal-training,.floating-event.personal-training{background:#b94112}.event-card.custom,.floating-event.custom{box-shadow:0 10px 26px rgba(15,23,42,.13),inset 0 1px 0 rgba(255,255,255,.16)}.event-card-grid{padding:9px 11px}.event-bottom-row,.event-top-row{left:11px;right:11px}.event-name{font-size:13px;letter-spacing:-.01em}.event-kind-label,.event-package-counter,.event-tag,.event-time{opacity:.92}.event-pay-status,.event-tag{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.13)}.client-empty,.client-info-card,.list-item,.table-wrap{border-color:#dde5ef;border-radius:24px;box-shadow:0 12px 36px rgba(15,23,42,.035)}.t-head{background:#f7f9fb;color:#6d7890}.t-row{border-bottom-color:#edf1f6}.badge{border-color:#dbe4ee;background:#f8fafc}.badge-paid{background:#eef8f3;border-color:#d7eee3;color:#236b4e}.badge-unpaid{background:#f7f9fc;border-color:#dce4ee;color:#60708a}.client-comment-modal,.client-modal,.drawer,.entry-modal{border-color:rgba(214,222,232,.95);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 28px 88px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.client-comment-textarea,.color-picker-row input[type=text],.field input,.field select,.field textarea,.field-box input,.field-box select{border-color:#d7e0eb;border-radius:16px;color:#0b1736}.client-comment-textarea:focus,.color-picker-row input[type=text]:focus,.field input:focus,.field select:focus,.field textarea:focus,.field-box input:focus,.field-box select:focus{outline:none;border-color:#a9b7cc;box-shadow:0 0 0 4px rgba(16,42,86,.08)}.color-picker-row input[type=color]{border-color:#d7e0eb;border-radius:16px;background:#fbfcfe}.report-box,.report-stat-card{box-shadow:0 12px 36px rgba(15,23,42,.035)}@media (max-width:700px){.topbar{padding:22px 20px 20px}.nav-btn{min-height:46px;padding:10px 16px}}:root{--bg:#f4f6fa;--card:#ffffff;--line:#dbe3ee;--text:#101a33;--muted:#6f7d94;--accent:#0f2659}body,html{background:radial-gradient(1100px 380px at 0 0,rgba(255,255,255,.85),transparent 55%),radial-gradient(900px 320px at 100% 0,rgba(230,236,246,.7),transparent 58%),linear-gradient(180deg,#f7f9fc,#f2f5f9)}body{color:var(--text)}.top-shell{padding:22px}.topbar{background:rgba(255,255,255,.82);border:1px solid rgba(216,225,236,.95);border-radius:34px;padding:28px 30px 22px;box-shadow:0 22px 70px rgba(15,23,42,.06);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar-head{gap:34px}.topbar-left{gap:18px}.topbar-title{font-size:62px!important;line-height:.94;letter-spacing:-.05em;color:#101b35}.top-nav{gap:12px}.nav-btn{min-height:52px;padding:0 22px;border:1px solid #dde5f0;border-radius:18px;background:rgba(247,250,253,.95);color:#465977;font-size:17px;font-weight:500;letter-spacing:-.01em;box-shadow:0 8px 20px rgba(15,23,42,.03);transition:all .2s ease}.nav-btn:hover{background:#fff;color:#233555;transform:translateY(-1px)}.nav-btn.active{background:linear-gradient(180deg,#153067,#0e214a);border-color:rgba(14,33,74,.3);color:#fff;box-shadow:0 14px 34px rgba(15,38,89,.22)}.header-stats{gap:14px;max-width:600px;min-width:460px}.header-stat-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,250,253,.96))!important;border:1px solid #e0e7f0!important;border-radius:24px;padding:18px 20px!important;box-shadow:0 12px 30px rgba(15,23,42,.045)}.header-stat-label{font-size:13px;line-height:1.35;margin-bottom:8px;color:#78869a}.header-stat-value{font-size:44px;line-height:.96;letter-spacing:-.035em;color:#101b35}.panel-title{font-size:24px;letter-spacing:-.02em;color:#12203f}.panel-subtitle{color:#77849a}.client-comment-textarea,.client-edit-btn,.client-status-select,.color-picker-row input[type=color],.color-picker-row input[type=text],.duration-btn,.duration-value,.field input,.field select,.field textarea,.field-box input,.field-box select,.ghost-btn,.icon-btn,.preset-btn,.primary-btn,.secondary-btn,.table-delete-btn{border-radius:18px}.client-comment-textarea,.client-edit-btn,.client-status-select,.color-picker-row input[type=color],.color-picker-row input[type=text],.duration-btn,.duration-value,.field input,.field select,.field textarea,.field-box input,.field-box select,.ghost-btn,.icon-btn,.preset-btn,.secondary-btn,.table-delete-btn{border:1px solid #dde5ef;background:linear-gradient(180deg,#ffffff,#f9fbfd);box-shadow:0 8px 22px rgba(15,23,42,.03)}.client-edit-btn:hover,.duration-btn:hover,.ghost-btn:hover,.icon-btn:hover,.preset-btn:hover,.secondary-btn:hover,.table-delete-btn:hover{background:#fff;transform:translateY(-1px)}.entry-modal-layer .primary-btn,.layer-confirm-btn,.primary-btn{background:linear-gradient(180deg,#153067,#0e214a);color:#fff;box-shadow:0 16px 34px rgba(15,38,89,.2)}.entry-modal-layer .primary-btn:hover,.layer-confirm-btn:hover,.primary-btn:hover{filter:brightness(1.03);transform:translateY(-1px)}.table-delete-btn{color:#ad3f47;border-color:#f0d7da;background:linear-gradient(180deg,#fffdfd,#fff6f7)}.day-head{border-color:#dce4ee;border-radius:26px 26px 0 0;background:linear-gradient(180deg,rgba(251,253,255,.98),rgba(247,250,253,.98));box-shadow:0 18px 48px rgba(15,23,42,.04)}.day-head .cell,.day-head .empty{border-right-color:#e6edf5}.day-head .cell{padding:13px 8px 15px}.day-head .cell:nth-last-child(-n+2){background:rgba(242,246,251,.95)}.day-head .dow{color:#8290a6;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.day-head .num{color:#112244;font-size:19px;letter-spacing:-.03em}.day-col.today,.day-head .cell.today{background:rgba(13,33,74,.03)}.timeline-scroll{border-color:#dce4ee;border-radius:0 0 26px 26px;background:rgba(255,255,255,.98);box-shadow:0 20px 56px rgba(15,23,42,.04)}.time-col{border-right-color:#e6edf5;background:#fbfcfe}.time-label{left:16px;color:#8896ab;font-size:15px}.day-col{border-right-color:#edf2f7}.hour-line{border-top-color:#eaf0f6}.current-line{background:linear-gradient(90deg,rgba(197,48,48,.12),rgba(197,48,48,.54),rgba(197,48,48,.12))}.current-line-dot{background:#cb3b3b}.event-card,.floating-event{right:12px;border-radius:14px;border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 30px rgba(15,23,42,.12),inset 0 1px 0 rgba(255,255,255,.16)}.event-card:hover{box-shadow:0 18px 36px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.16)}.event-card-grid{padding:10px 12px}.event-bottom-row,.event-top-row{left:12px;right:12px}.event-name{font-size:14px;font-weight:700;letter-spacing:-.015em}.event-time{font-size:11px;opacity:.96}.event-pay-status,.event-tag{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22)}.client-empty,.client-history-item,.client-info-card,.list-item,.report-box,.report-stat-card,.table-wrap{border-color:#dde5ef;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(250,252,254,.98));box-shadow:0 14px 36px rgba(15,23,42,.04)}.t-head{background:#f7f9fc;color:#748299;border-bottom-color:#e8eef5}.t-row{border-bottom-color:#edf2f7}.badge{border-color:#dde6f0;background:#f8fbfd}.client-comment-modal,.client-modal,.drawer,.entry-modal,.entry-modal-layer-card{border-color:rgba(217,226,236,.95);border-radius:28px;background:rgba(255,255,255,.97);box-shadow:0 30px 90px rgba(15,23,42,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.client-comment-textarea,.color-picker-row input[type=text],.field input,.field select,.field textarea,.field-box input,.field-box select{background:#fbfcfe;color:#10203f}.client-comment-textarea:focus,.color-picker-row input[type=text]:focus,.field input:focus,.field select:focus,.field textarea:focus,.field-box input:focus,.field-box select:focus{border-color:#a9b8cc;box-shadow:0 0 0 4px rgba(15,38,89,.08)}.client-history-title,.report-box-title{color:#12203f}.client-history-item,.report-line{border-bottom-color:#eef2f7}.report-bar{background:#edf2f7}.report-bar-fill{background:linear-gradient(90deg,#17346d,#102556)}@media (max-width:1200px){.header-stats{width:100%;min-width:0;max-width:none}.topbar-title{font-size:54px!important}}@media (max-width:900px){.top-shell{padding:16px}.topbar{border-radius:28px;padding:24px 20px 18px}.header-stats{grid-template-columns:1fr;gap:12px}.header-stat-value{font-size:38px}}@media (max-width:700px){.topbar-title{font-size:44px!important}.nav-btn{min-height:46px;padding:0 16px;border-radius:16px}}.panel-subtitle{display:none!important}.table-delete-btn{min-height:40px;padding:0 14px;border-radius:16px;border:1px solid #dfe7f1;background:linear-gradient(180deg,#ffffff,#f8fbfd);color:#7e8a9d;font-size:14px;font-weight:600;box-shadow:none}.table-delete-btn:hover{background:linear-gradient(180deg,#fffafa,#fff4f5);border-color:#ecd9dd;color:#aa4e59}.client-edit-btn,.client-edit-btn:hover,.client-status-select,.duration-btn,.duration-btn:hover,.duration-value,.entry-modal-layer .primary-btn,.entry-modal-layer .primary-btn:hover,.ghost-btn,.ghost-btn:hover,.icon-btn,.icon-btn:hover,.layer-confirm-btn,.layer-confirm-btn:hover,.nav-btn,.nav-btn.active,.nav-btn:hover,.preset-btn,.preset-btn:hover,.primary-btn,.primary-btn:hover,.secondary-btn,.secondary-btn:hover,.table-delete-btn,.table-delete-btn:hover,.week-switch-btn{box-shadow:none!important}html{overflow-y:scroll;scrollbar-gutter:stable}.day-col,.timeline-grid,.timeline-scroll{contain:paint}.event-card,.floating-event{-webkit-user-drag:none;will-change:top,left,transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.event-card.hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.floating-event{contain:layout paint style}.top-shell,body,html{background:#f4f6fa!important;background-image:none!important}.event-card,.event-card.custom,.event-card:hover,.floating-event,.floating-event.custom,.floating-event:hover{box-shadow:none!important}.floating-event{right:auto!important}.topbar-title{font-size:54px!important;font-weight:600!important;line-height:.96;letter-spacing:-.04em}.header-stat-card,.report-stat-card,.stat-card{background:#ffffff!important;background-image:none!important}@media (max-width:1200px){.topbar-title{font-size:48px!important}}@media (max-width:700px){.topbar-title{font-size:40px!important}}.color-picker-block{display:flex;flex-direction:column;gap:12px}.color-picker-row{display:flex;align-items:center;gap:12px}.color-picker-row input[type=color]{width:52px;height:52px;min-width:52px;padding:0;border:none!important;border-radius:50%;background:transparent!important;box-shadow:none!important;cursor:pointer;overflow:hidden}.color-picker-row input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-picker-row input[type=color]::-webkit-color-swatch{border:none;border-radius:50%}.color-picker-row input[type=color]::-moz-color-swatch{border:none;border-radius:50%}.favorite-color-save-btn{min-height:40px;padding:0 14px;border-radius:14px;border:1px solid #dde5ef;background:#ffffff;color:#465977;font-size:14px;font-weight:500;cursor:pointer}.favorite-color-save-btn:hover{background:#f8fbfd}.favorite-colors{gap:10px}.favorite-color-dot{width:34px;height:34px;padding:0;border:none;border-radius:50%;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.favorite-color-dot:hover{transform:translateY(-1px)}.favorite-color-dot.active{box-shadow:0 0 0 2px #153067,0 0 0 5px rgba(21,48,103,.12)}.drawer{overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.drawer-actions{position:-webkit-sticky;position:sticky;bottom:0;padding-top:12px;padding-bottom:2px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.95) 18%,rgba(255,255,255,.98))}.color-picker-block{gap:10px}.favorite-colors{display:flex;flex-wrap:wrap;gap:12px 10px}.favorite-color-item{position:relative;width:36px;height:36px}.favorite-color-dot{width:36px;height:36px;box-shadow:0 0 0 1px #d5dfea}.favorite-color-remove{position:absolute;top:-6px;right:-6px;width:18px;height:18px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid #d8e0ea;border-radius:50%;background:#fff;color:#6b778c;font-size:13px;line-height:1;cursor:pointer}.favorite-color-remove:hover{color:#a43b46;border-color:#e7c7cc;background:#fff7f8}@media (max-height:820px){.drawer{top:12px;bottom:12px;padding:18px;gap:10px}.drawer h3{font-size:24px}.duration-btn,.duration-value,.field input,.field select,.field textarea{min-height:46px;padding-top:10px;padding-bottom:10px}.duration-control{gap:8px}}.event-card.unpaid,.floating-event.unpaid{background:#8f98aa!important;opacity:1!important;filter:none!important}.preset-btn.active,.preset-btn.active:focus-visible,.preset-btn.active:hover{background:#0f1c3c!important;color:#fff!important;border-color:#0f1c3c!important}.color-picker-premium{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid #e4eaf2;border-radius:22px;background:linear-gradient(180deg,#ffffff,#fbfcfe)}.color-picker-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.color-picker-main{display:flex;align-items:center;gap:14px;min-width:0}.color-picker-circle{width:56px;height:56px;min-width:56px;padding:0;border:none!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;cursor:pointer;overflow:hidden}.color-picker-circle::-webkit-color-swatch-wrapper{padding:0}.color-picker-circle::-webkit-color-swatch{border:none;border-radius:50%}.color-picker-circle::-moz-color-swatch{border:none;border-radius:50%}.color-picker-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.color-picker-eyebrow{font-size:13px;font-weight:600;color:#1c2b4b;letter-spacing:-.01em}.color-picker-hint{font-size:12px;line-height:1.35;color:#7a879d}.favorite-color-save-btn.premium{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;border:1px solid #dde5ef;background:#fff;color:#314564;font-size:14px;font-weight:600;white-space:nowrap}.favorite-color-save-icon{font-size:14px;line-height:1}.favorite-colors-panel{display:flex;flex-direction:column;gap:10px}.favorite-colors-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7a879d}.favorite-colors.premium{display:flex;flex-wrap:wrap;gap:12px}.favorite-color-item.premium{position:relative;width:36px;height:36px}.favorite-color-dot.premium{width:36px;height:36px;border-radius:50%;border:none;box-shadow:0 0 0 1px #d5dfea;transition:transform .16s ease,box-shadow .16s ease}.favorite-color-dot.premium:hover{transform:translateY(-1px)}.favorite-color-dot.premium.active{box-shadow:0 0 0 2px #153067,0 0 0 5px rgba(21,48,103,.1)}.favorite-color-remove.premium{position:absolute;top:-5px;right:-5px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid #d8e0ea;border-radius:50%;background:#fff;color:#6b778c;font-size:13px;line-height:1;cursor:pointer;opacity:0;transform:scale(.92);transition:opacity .16s ease,transform .16s ease,background .16s ease,color .16s ease}.favorite-color-item.premium:focus-within .favorite-color-remove.premium,.favorite-color-item.premium:hover .favorite-color-remove.premium{opacity:1;transform:scale(1)}.favorite-color-remove.premium:hover{color:#a43b46;border-color:#e7c7cc;background:#fff7f8}@media (max-width:640px){.color-picker-topbar{flex-direction:column;align-items:stretch}.favorite-color-save-btn.premium{justify-content:center}}.color-picker-block.simple-favorites{display:flex;flex-direction:column;gap:10px}.color-picker-row.simple-favorites{display:flex;align-items:center;gap:12px}.favorite-colors.simple-favorites{display:flex;flex-wrap:wrap;gap:12px 10px}.client-status-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:38px!important;background-color:#fbfcfe!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:18px 18px!important}.client-status-select::-ms-expand{display:none}:root{--radius-shell:28px;--radius-card:24px;--radius-panel:24px;--radius-control:16px;--radius-small:12px;--radius-event:12px;--radius-pill:999px}.client-comment-modal,.client-modal,.drawer,.entry-modal,.entry-modal-layer,.entry-modal-layer-card,.panel,.topbar{border-radius:var(--radius-shell)!important}.client-empty,.client-history-item,.client-info-card,.color-picker-premium,.drawer-note,.entry-layer-summary,.header-stat-card,.list-item,.report-box,.report-stat-card,.reschedule-banner,.stat-card,.table-wrap,.tariff-form-placeholder{border-radius:var(--radius-card)!important}.day-head{border-radius:var(--radius-card) var(--radius-card) 0 0!important}.timeline-scroll{border-radius:0 0 var(--radius-card) var(--radius-card)!important}.calendar-layout,.timeline-grid{border-radius:var(--radius-card)!important}.event-card,.floating-event{border-radius:var(--radius-event)!important}.event-card:after,.floating-event:after{border-radius:inherit!important}.client-comment-textarea,.client-edit-btn,.client-status-select,.danger-btn,.duration-btn,.duration-value,.entry-toggle-btn,.favorite-color-save-btn,.field input,.field select,.field textarea,.field-box input,.field-box select,.ghost-btn,.icon-btn,.layer-confirm-btn,.nav-btn,.notes-field,.preset-btn,.primary-btn,.secondary-btn,.table-delete-btn,.tariff-delete-btn,.tariff-form input,.tariff-form select,.week-switch-btn{border-radius:var(--radius-control)!important}.badge,.event-package-counter,.event-pay-status,.event-tag,.report-bar,.report-bar-fill{border-radius:var(--radius-pill)!important}.color-picker-circle,.color-picker-row input[type=color],.current-line-dot,.favorite-color-dot,.favorite-color-dot.premium,.favorite-color-remove,.favorite-color-remove.premium{border-radius:50%!important}.notes-field{border-radius:var(--radius-small)!important}.client-comment-modal .field select,.client-comment-modal .field-box select,.client-modal .field select,.client-modal .field-box select,.drawer .field select,.drawer .field-box select,.entry-modal .field select,.entry-modal .field-box select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;padding-right:44px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:18px 18px!important}.client-comment-modal .field select::-ms-expand,.client-comment-modal .field-box select::-ms-expand,.client-modal .field select::-ms-expand,.client-modal .field-box select::-ms-expand,.drawer .field select::-ms-expand,.drawer .field-box select::-ms-expand,.entry-modal .field select::-ms-expand,.entry-modal .field-box select::-ms-expand{display:none}.mobile-bottom-nav,.mobile-calendar{display:none}@media (max-width:768px){.top-shell{padding:12px 12px 88px}.topbar{border-radius:24px;padding:18px;margin-bottom:12px}.topbar-head{align-items:flex-start;gap:14px}.topbar-title{font-size:32px!important;letter-spacing:-.035em}.header-stats{width:100%;min-width:0;max-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px!important}.header-stat-label{font-size:12px;margin-bottom:6px}.header-stat-value{font-size:26px}.top-nav{display:none}.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:70;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;padding:8px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 16px 44px rgba(15,23,42,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-nav-btn{min-height:44px;border:1px solid transparent;border-radius:16px;background:transparent;color:#5f718b;font-size:12px;font-weight:700}.mobile-nav-btn.active{background:var(--accent);color:#fff}.panel{padding:0}.panel-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:14px}.panel-header .row{justify-content:space-between}.panel-header .row:last-child{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.panel-header .row:last-child .ghost-btn,.panel-header .row:last-child .primary-btn{width:100%;min-height:48px;padding:0 12px}.calendar-layout{display:none}.mobile-calendar{display:block}.mobile-week-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:6px;gap:6px;margin-bottom:12px}.mobile-day-chip{position:relative;min-height:68px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#334155;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px}.mobile-day-chip span{font-size:11px;color:#64748b;font-weight:700}.mobile-day-chip b{font-size:18px;line-height:1;color:#0f1c3c}.mobile-day-chip em{position:absolute;top:5px;right:5px;min-width:16px;height:16px;border-radius:999px;background:#eef2f7;color:#334155;font-size:10px;font-style:normal;display:grid;place-items:center}.mobile-day-chip.active{background:var(--accent);border-color:var(--accent)}.mobile-day-chip.active b,.mobile-day-chip.active span{color:#fff}.mobile-day-chip.active em{background:rgba(255,255,255,.18);color:#fff}.mobile-agenda{display:grid;grid-gap:10px;gap:10px}.mobile-agenda-card{width:100%;min-height:76px;border:none;border-radius:18px;padding:14px;color:#fff;background:#223a5d;text-align:left;display:grid;grid-template-columns:82px 1fr;grid-gap:12px;gap:12px;align-items:center}.mobile-agenda-card.paid{background:#2E7D32}.mobile-agenda-card.unpaid{background:#8f98aa!important;opacity:1!important;filter:none!important}.mobile-agenda-card.personal-supervision{background:#7c3aed}.mobile-agenda-card.personal-therapy{background:#2563eb}.mobile-agenda-card.personal-training{background:#c2410c}.mobile-agenda-card.custom{opacity:1;filter:none}.mobile-agenda-time{font-size:13px;line-height:1.2;font-weight:700;opacity:.96}.mobile-agenda-main{min-width:0}.mobile-agenda-title{font-size:16px;line-height:1.2;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-agenda-meta{margin-top:5px;font-size:12px;opacity:.9}.mobile-note-dot{display:inline-block;margin-left:6px;font-size:20px;line-height:0;transform:translateY(2px)}.mobile-empty-day{border:1px dashed var(--line);border-radius:20px;padding:22px;text-align:center;color:#64748b;background:#fff}.client-comment-modal,.client-modal,.drawer,.entry-modal{left:12px;right:12px;top:12px;bottom:12px;width:auto;max-width:none;max-height:none;border-radius:24px!important}.drawer{padding:18px}.drawer h3{font-size:24px}}@media (max-width:760px){.mobile-week-calendar{display:block;padding:0;background:#fff;border-radius:0;box-shadow:none;overflow:hidden}.mobile-week-toolbar{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:4px 8px 10px}.mobile-month-title{text-align:center;font-size:22px;font-weight:760;color:#12213f;text-transform:capitalize}.mobile-month-arrow{width:38px;height:38px;border:0;background:transparent;border-radius:12px;font-size:30px;line-height:1;color:#52617c}.mobile-view-toggle{display:grid;grid-template-columns:1fr 1fr;margin:0 12px 12px;padding:3px;background:#f0f2f6;border-radius:12px}.mobile-view-toggle button{height:34px;border:0;background:transparent;border-radius:9px;font-size:14px;font-weight:650;color:#727d91}.mobile-view-toggle button.active{background:#fff;color:#172540;box-shadow:0 1px 4px rgba(20,35,60,.12)}.mobile-week-viewport{position:relative;display:block;border-top:1px solid #e9edf3;background:#fff}.mobile-time-gutter-spacer{display:none}.mobile-week-horizontal{margin-left:48px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-week-horizontal::-webkit-scrollbar{display:none}.mobile-week-track{width:calc((100vw - 48px) / 3.12 * 7);min-width:700px}.mobile-week-head-row{height:42px;display:grid;grid-template-columns:repeat(7,1fr);position:-webkit-sticky;position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid #e9edf3}.mobile-week-day-head{border:0;border-right:1px solid #e8ecf2;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:2px 0;scroll-snap-align:start}.mobile-week-day-head span{font-size:8px;font-weight:600;line-height:1;color:#8a94a6;text-transform:uppercase}.mobile-week-day-head b{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-size:13px;line-height:1;color:#22314f}.mobile-week-day-head.today b{background:#245eea;color:#fff}.mobile-week-scroll-area{height:calc(100dvh - 270px);min-height:430px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mobile-week-grid{display:grid;grid-template-columns:repeat(7,1fr);position:relative;background:#fff}.mobile-week-day-column{position:relative;border-right:1px solid #e8ecf2;min-width:0}.mobile-week-hour-line{position:absolute;left:0;right:0;border-top:1px solid #edf0f4;pointer-events:none}.mobile-week-event{position:absolute;left:4px;right:4px;border:0;border-radius:9px;padding:5px 6px;text-align:left;color:#18304d;overflow:hidden;box-shadow:0 1px 2px rgba(20,35,60,.08);z-index:2}.mobile-week-event strong{display:block;font-size:11px;line-height:1.15;font-weight:730;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-week-event-time{display:block;font-size:9px;line-height:1.1;font-weight:700;opacity:.78;margin-bottom:2px}.mobile-week-event em{position:absolute;right:5px;bottom:3px;font-size:8px;font-style:normal;font-weight:700;opacity:.72}.mobile-week-event.paid{background:#dff3e4;color:#225b35}.mobile-week-event.unpaid{background:#fff0df;color:#89501f}.mobile-week-event.personal-supervision{background:#eee7ff;color:#5b3ca3}.mobile-week-event.personal-therapy{background:#e3efff;color:#245a9b}.mobile-week-event.personal-training{background:#fde8df;color:#93482c}.mobile-week-event.custom{color:#17314d}.mobile-time-gutter{position:absolute;left:0;top:0;width:48px;background:#fff;z-index:7;border-right:1px solid #e4e9f0}.mobile-time-head-space{height:42px;border-bottom:1px solid #e9edf3}.mobile-time-scroll-labels{position:relative;height:100%;pointer-events:none}.mobile-time-scroll-labels span{position:absolute;right:7px;transform:translateY(-7px);font-size:10px;color:#8b95a7;white-space:nowrap}body,html{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}.content,.main,.mobile-calendar,.mobile-week-calendar,.mobile-week-viewport,.panel,.top-shell{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden}.mobile-view-toggle,.mobile-week-toolbar{position:relative;z-index:20;max-width:100%;transform:none!important}.mobile-week-viewport{position:relative;contain:layout paint}.mobile-week-horizontal{width:calc(100% - 48px);max-width:calc(100% - 48px);min-width:0;margin-left:48px;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;touch-action:pan-x}.mobile-week-track{width:calc((100% / 3.12) * 7);min-width:calc((100% / 3.12) * 7);max-width:none}.mobile-bottom-nav{max-width:calc(100vw - 24px);box-sizing:border-box}.mobile-week-scroll-area{height:calc(100dvh - 252px)}.mobile-week-head-row{border-bottom-color:#edf1f6}.mobile-week-day-column,.mobile-week-day-head{border-right-color:#eef2f6}.mobile-week-hour-line{border-top-color:#f0f3f7}.mobile-time-head-space{border-bottom:0}.mobile-time-scroll-labels span{right:8px;z-index:2;padding:0 3px;background:#fff;transform:translateY(-50%)}.mobile-time-scroll-labels span.first{transform:translateY(8px)}.mobile-time-scroll-labels span.last{transform:translateY(calc(-100% - 4px))}.mobile-week-event,.mobile-week-event em,.mobile-week-event strong,.mobile-week-event-time{color:#fff!important}.mobile-week-event{padding:6px 7px;border-radius:10px;box-shadow:none;text-shadow:0 1px 1px rgba(0,0,0,.12)}.mobile-week-event strong{font-size:11px;line-height:1.16}.mobile-week-event-time{font-size:9px;opacity:.9}.mobile-week-event em{opacity:.86}.mobile-week-event.paid{background:#2E7D32}.mobile-week-event.unpaid{background:#8f98aa!important}.mobile-week-event.personal-supervision{background:#7c3aed}.mobile-week-event.personal-therapy{background:#2563eb}.mobile-week-event.personal-training{background:#c2410c}.mobile-week-event.custom{color:#fff!important}.mobile-bottom-nav{left:10px;right:10px;bottom:8px;gap:4px;padding:6px;border-radius:20px}.mobile-nav-btn{min-height:40px;border-radius:14px;font-size:12px}.top-shell{padding-bottom:76px}}@media (max-width:760px){body:has(.top-shell.calendar-active),html:has(.top-shell.calendar-active){height:100%;overflow:hidden!important;overscroll-behavior:none}.top-shell.calendar-active{height:100dvh;min-height:0;overflow:hidden;padding:0 12px 74px;touch-action:pan-x}.calendar-panel>.panel-header,.top-shell.calendar-active>.topbar{display:none!important}.calendar-panel,.mobile-calendar,.mobile-week-calendar,.top-shell.calendar-active .content,.top-shell.calendar-active .main{height:100%;min-height:0;overflow:hidden}.calendar-panel{padding:0}.mobile-week-calendar{--mobile-hour-height:54px;display:flex;flex-direction:column;background:#fff}.mobile-week-toolbar{flex:0 0 52px;padding:4px 8px 6px}.mobile-view-toggle{flex:0 0 44px;margin:0 12px 8px}.mobile-week-viewport{flex:1 1 auto;min-height:0;overflow:hidden;touch-action:pan-x}.mobile-week-horizontal{height:100%;overflow-x:auto;overflow-y:hidden!important;overscroll-behavior-x:contain;overscroll-behavior-y:none;touch-action:pan-x}.mobile-week-track{height:100%}.mobile-time-head-space,.mobile-week-head-row{height:66px}.mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 12);min-height:0;overflow:hidden!important;overscroll-behavior:none;touch-action:pan-x}.mobile-time-scroll-labels,.mobile-week-grid{height:calc(var(--mobile-hour-height) * 12)!important}.mobile-week-grid{overflow:hidden}.mobile-time-gutter,.mobile-week-day-column,.mobile-week-day-head,.mobile-week-event{touch-action:pan-x}.mobile-week-event{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-bottom-nav{bottom:8px}}@media (max-width:760px){body:has(.top-shell.calendar-active),html:has(.top-shell.calendar-active){height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-x:none;overscroll-behavior-inline:none}.top-shell.calendar-active{height:auto!important;min-height:100dvh;overflow:visible!important;padding:0 12px 86px;touch-action:pan-x pan-y}.calendar-panel,.mobile-calendar,.mobile-week-calendar,.top-shell.calendar-active .content,.top-shell.calendar-active .main{height:auto!important;min-height:0;overflow:visible}.mobile-week-calendar{--mobile-hour-height:54px}.mobile-week-viewport{flex:none;height:auto;min-height:0;overflow:hidden;touch-action:pan-x pan-y}.mobile-week-horizontal{height:auto;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:none;overscroll-behavior-inline:none;scroll-snap-type:x mandatory;scroll-padding-inline:0;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.mobile-week-track{height:auto!important;max-width:none}.mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 12);min-height:calc(var(--mobile-hour-height) * 12);overflow:visible!important;touch-action:pan-x pan-y}.mobile-time-scroll-labels,.mobile-week-grid{height:calc(var(--mobile-hour-height) * 12)!important}.mobile-week-day-head{scroll-snap-align:start;scroll-snap-stop:always}.mobile-time-gutter,.mobile-week-day-column,.mobile-week-day-head,.mobile-week-event{touch-action:pan-x pan-y}.mobile-bottom-nav{position:fixed}:root{--mobile-app-accent:var(--ui-accent);--mobile-app-bg:#f3f4f8;--mobile-app-line:#e8eaf1;--mobile-app-text:#15182a;--mobile-app-muted:#858b9c}}@media (max-width:760px){body:has(.top-shell.calendar-active),html:has(.top-shell.calendar-active){background:var(--mobile-app-bg)!important}.top-shell.calendar-active{padding:10px 12px 94px;background:var(--mobile-app-bg)!important}.calendar-panel{background:transparent}.mobile-week-calendar{overflow:hidden;border:1px solid var(--mobile-app-line);border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(21,24,42,.055)}.mobile-week-toolbar{flex-basis:58px;padding:8px 12px 4px;background:#fff}.mobile-month-title{font-size:22px;font-weight:800;letter-spacing:-.025em;color:var(--mobile-app-text)}.mobile-month-arrow{width:36px;height:36px;border-radius:12px;color:#6e7485;font-size:28px}.mobile-month-arrow:active{background:#f1f2f7}.mobile-view-toggle{flex-basis:42px;margin:2px 14px 10px;padding:3px;border:1px solid #eceef4;border-radius:12px;background:#f1f2f6}.mobile-view-toggle button{height:34px;border-radius:9px;font-size:13px;font-weight:750;color:#8b90a0}.mobile-view-toggle button.active{color:#23263a;background:#fff;box-shadow:0 2px 8px rgba(21,24,42,.08)}.mobile-week-viewport{border-top:1px solid var(--mobile-app-line);background:#fff}.mobile-week-head-row{border-bottom:1px solid var(--mobile-app-line)}.mobile-time-head-space,.mobile-week-head-row{height:68px;background:#fff}.mobile-week-day-head{gap:4px;border-right:1px solid #eff0f5;background:#fff}.mobile-week-day-head span{font-size:10px;font-weight:700;color:#9a9ead;letter-spacing:.03em}.mobile-week-day-head b{width:32px;height:32px;font-size:16px;font-weight:800;color:#25283b}.mobile-week-day-head.today b{background:var(--mobile-app-accent);color:#fff;box-shadow:0 5px 12px rgba(93,92,242,.24)}.mobile-time-gutter{width:48px;border-right:1px solid #eceef3;background:#fff}.mobile-time-scroll-labels span{right:7px;padding:0 2px;font-size:10px;font-weight:500;color:#969baa;background:#fff}.mobile-week-day-column{border-right:1px solid #eff0f5}.mobile-week-hour-line{border-top-color:#eff1f5}.mobile-week-event{left:5px;right:5px;padding:6px 7px;border-radius:10px;border:0;text-shadow:none;box-shadow:none}.mobile-week-event:after{content:none}.mobile-week-event strong{font-size:11px;font-weight:800;letter-spacing:-.01em}.mobile-week-event-time{font-size:9px;font-weight:750;opacity:.92}.mobile-week-event em{right:6px;bottom:5px;font-size:8px;opacity:.88}.mobile-bottom-nav{left:12px;right:12px;bottom:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;padding:7px 6px 6px;border:1px solid #e5e7ee;border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 10px 28px rgba(21,24,42,.12)}.mobile-nav-btn{min-height:58px;padding:4px 2px 2px;border:0;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#8a8f9d;background:transparent;font-size:10px;font-weight:700}.mobile-nav-btn.active{color:var(--mobile-app-accent);background:transparent}.mobile-nav-icon{width:34px;height:30px;display:grid;place-items:center;border-radius:10px;color:inherit}.mobile-nav-btn.active .mobile-nav-icon{color:#fff;background:var(--mobile-app-accent);box-shadow:0 5px 12px rgba(93,92,242,.22)}.mobile-nav-label{line-height:1;white-space:nowrap}.mobile-day-view.hidden,.mobile-week-viewport.hidden{display:none!important}.mobile-day-view.active,.mobile-week-viewport.active{display:block}.mobile-day-view{border-top:1px solid var(--mobile-app-line);background:#fff}.mobile-day-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:4px;gap:4px;padding:8px 8px 10px;border-bottom:1px solid var(--mobile-app-line);background:#fff}.mobile-day-strip-btn{min-width:0;min-height:54px;padding:5px 2px;border:0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;color:#8d92a0}.mobile-day-strip-btn span{font-size:9px;font-weight:700;line-height:1}.mobile-day-strip-btn b{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;font-size:15px;color:#222638}.mobile-day-strip-btn.selected b{color:#fff;background:var(--mobile-app-accent)}.mobile-day-strip-btn.today:not(.selected) b{color:var(--mobile-app-accent);background:#f0f0ff}.mobile-day-timeline{display:grid;grid-template-columns:54px 1fr}.mobile-day-time-gutter,.mobile-day-timeline{position:relative;min-height:calc(var(--mobile-hour-height) * 12 + 18px);background:#fff}.mobile-day-time-gutter{border-right:1px solid #eceef3}.mobile-day-time-gutter span{position:absolute;right:8px;transform:translateY(-50%);padding:0 2px;font-size:11px;color:#969baa;background:#fff;white-space:nowrap}.mobile-day-time-gutter span.first{transform:translateY(7px)}.mobile-day-time-gutter span.last{transform:translateY(-100%)}.mobile-day-column{position:relative;min-width:0;overflow:hidden;background:#fff}.mobile-day-hour-line{position:absolute;left:0;right:0;border-top:1px solid #eff1f5;pointer-events:none}.mobile-day-event{position:absolute;left:10px;right:10px;border:0;border-radius:8px;padding:8px 10px;overflow:hidden;color:#fff;text-align:left;box-shadow:none}.mobile-day-event strong{display:block;margin-top:3px;font-size:14px;line-height:1.15;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-day-event-time{display:block;font-size:11px;line-height:1.1;font-weight:750;opacity:.92}.mobile-day-event em{position:absolute;right:10px;bottom:7px;font-size:10px;font-style:normal;font-weight:700;opacity:.88}.mobile-day-event.paid{background:#2E7D32}.mobile-day-event.unpaid{background:#8f98aa!important}.mobile-day-event.personal-supervision{background:#7c3aed}.mobile-day-event.personal-therapy{background:#2563eb}.mobile-day-event.personal-training{background:#c2410c}.mobile-current-time-line{position:absolute;left:0;right:0;height:1.5px;z-index:6;background:#ef5350;pointer-events:none}.mobile-current-time-line span{position:absolute;left:-4px;top:50%;width:8px;height:8px;border-radius:50%;background:#ef5350;transform:translateY(-50%)}}.mobile-quick-add,.mobile-quick-add-backdrop{display:none}@media (max-width:760px){.mobile-quick-add-backdrop{position:fixed;inset:0;z-index:74;display:block;border:0;padding:0;background:rgba(20,24,38,.18);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-quick-add{position:fixed;right:18px;bottom:92px;z-index:76;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.mobile-quick-add-fab{width:54px;height:54px;padding:0;border:0;border-radius:15px;display:grid;place-items:center;background:var(--mobile-app-accent);color:#fff;box-shadow:0 10px 24px rgba(93,92,242,.28);pointer-events:auto}.mobile-quick-add-fab span{display:block;font-size:32px;font-weight:300;line-height:1;transform:translateY(-1px);transition:transform .18s ease}.mobile-quick-add.open .mobile-quick-add-fab span{transform:rotate(45deg)}.mobile-quick-add-menu{width:min(292px,calc(100vw - 36px));padding:7px;border:1px solid #e3e5ed;border-radius:14px;display:grid;grid-gap:5px;gap:5px;background:rgba(255,255,255,.98);box-shadow:0 16px 42px rgba(21,24,42,.17);opacity:0;transform:translateY(8px) scale(.97);transform-origin:bottom right;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.mobile-quick-add.open .mobile-quick-add-menu{opacity:1;transform:none;visibility:visible;pointer-events:auto}.mobile-quick-add-option{width:100%;min-height:62px;padding:9px 10px;border:0;border-radius:10px;display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;background:#fff;color:#1d2133;text-align:left}.mobile-quick-add-option:active{background:#f4f4fa}.mobile-quick-add-option-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#eeeefe;color:var(--mobile-app-accent);font-size:14px;font-weight:800}.mobile-quick-add-option b,.mobile-quick-add-option small{display:block}.mobile-quick-add-option b{font-size:14px;line-height:1.2;font-weight:800}.mobile-quick-add-option small{margin-top:3px;color:#858a99;font-size:11px;line-height:1.25}.mobile-quick-add-fab{width:58px;height:58px;border-radius:50%!important}.mobile-quick-add-fab span{font-size:34px;line-height:1;transform:translateY(-1px) rotate(0deg);transition:transform .18s ease}.mobile-quick-add.open .mobile-quick-add-fab span{transform:translateY(-1px) rotate(45deg)}.mobile-quick-add-option{min-height:68px;grid-template-columns:44px minmax(0,1fr);padding:10px 12px;border:1px solid #e5e7ee;border-radius:12px;background:#fff}.mobile-quick-add-option+.mobile-quick-add-option{margin-top:2px}.mobile-quick-add-option-icon{width:42px;height:42px;border-radius:11px}.mobile-quick-add-option-icon.session{color:#fff;background:var(--mobile-app-accent)}.mobile-quick-add-option-icon.personal{color:#fff;background:#36a873}.mobile-quick-add-option b{font-size:14px}.mobile-quick-add-option small{font-size:11px}.drawer>.client-modal-head .icon-btn,.drawer>.entry-layer-head .icon-btn{display:none!important}.mobile-day-event,.mobile-week-event{display:flex;flex-direction:column;justify-content:center}.mobile-week-event{left:5px;right:5px;margin-inline:auto}.mobile-day-event{left:12px;right:12px;margin-inline:auto}.mobile-event-note-icon{position:absolute;top:6px;right:6px;width:16px;height:16px;display:grid;place-items:center;color:rgba(255,255,255,.96);pointer-events:none}.mobile-week-event .mobile-event-note-icon{top:5px;right:5px;width:14px;height:14px}}@media (max-width:760px){.mobile-day-event:has(.mobile-event-note-icon) strong,.mobile-week-event:has(.mobile-event-note-icon) strong{padding-right:18px}.mobile-day-event:has(.mobile-event-note-icon) strong{padding-right:22px}}@media (max-width:760px){.drawer-backdrop{z-index:80}.client-comment-modal,.client-modal,.drawer,.entry-modal{z-index:81}}@media (max-width:760px){.mobile-quick-add-fab,.mobile-quick-add-fab:active,.mobile-quick-add-fab:focus,.mobile-quick-add-fab:focus-visible,.mobile-quick-add-fab:hover{-webkit-tap-highlight-color:transparent!important;outline:none!important;box-shadow:none!important;filter:none!important}.mobile-quick-add-menu{box-shadow:none!important}.mobile-quick-add-fab{display:grid!important;place-items:center!important;padding:0!important;line-height:0!important;-webkit-tap-highlight-color:transparent!important;outline:none!important}.mobile-quick-add-symbol{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;line-height:0!important;transform:none!important;transform-origin:50% 50%!important;transition:transform .18s ease!important}.mobile-quick-add-symbol svg{width:28px;height:28px;display:block;overflow:visible}.mobile-quick-add-symbol path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;vector-effect:non-scaling-stroke}.mobile-quick-add.open .mobile-quick-add-symbol{transform:rotate(45deg)!important}.mobile-quick-add-fab>span{font-size:0!important;line-height:0!important}.mobile-bottom-nav{box-shadow:none!important}.mobile-quick-add-menu{box-shadow:0 16px 42px rgba(21,24,42,.17)!important}.drawer{display:flex!important;flex-direction:column!important;overflow-y:auto!important;overscroll-behavior:contain!important;padding-bottom:0!important}.drawer-actions{position:-webkit-sticky!important;position:sticky!important;left:0;right:0;bottom:0;z-index:8;flex:0 0 auto;width:calc(100% + 36px);margin-left:-18px;margin-right:-18px;margin-top:auto!important;padding:12px 18px calc(14px + env(safe-area-inset-bottom));display:grid!important;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;background:#fff!important;border-top:1px solid #e6e9f0;box-shadow:none!important}.drawer-actions .ghost-btn,.drawer-actions .primary-btn{width:100%;min-height:52px;margin:0}}.mobile-clients{display:none}@media (max-width:760px){.top-shell:not(.calendar-active){padding:12px 12px 94px}.clients-panel{padding:0!important;background:transparent;overflow:visible!important}.clients-desktop-header,.clients-desktop-table{display:none!important}.mobile-clients{display:block;min-width:0;padding-top:22px}.mobile-clients-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.mobile-clients-kicker{margin-bottom:3px;color:#8b90a0;font-size:12px;font-weight:700}.mobile-clients-head h2{margin:0;color:#171a2c;font-size:30px;line-height:1;letter-spacing:-.035em}.mobile-client-add-btn{min-height:44px;flex:0 0 auto;padding:0 15px 0 13px;border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--mobile-app-accent,var(--ui-accent));color:#fff;font-size:13px;font-weight:750;line-height:1;box-shadow:none;-webkit-tap-highlight-color:transparent}.mobile-client-add-btn svg{width:20px;height:20px;flex:0 0 20px}.mobile-client-add-btn svg *{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-client-search svg{width:21px;height:21px;color:#9297a6}.mobile-client-search svg *{stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.mobile-client-search input{width:100%;min-width:0;border:0;outline:0;padding:0;background:transparent;color:#1c2032;font-size:14px}.mobile-client-search input::placeholder{color:#9ca1af}.mobile-client-filters{display:flex;gap:8px;margin:12px -12px 14px;padding:0 12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-client-filters::-webkit-scrollbar{display:none}.mobile-client-filters button{flex:0 0 auto;min-height:38px;padding:0 14px;border:1px solid #e3e5ed;border-radius:999px;background:#fff;color:#797f90;font-size:12px;font-weight:750;white-space:nowrap;-webkit-tap-highlight-color:transparent}.mobile-client-filters button.active{border-color:var(--mobile-app-accent,var(--ui-accent));background:var(--mobile-app-accent,var(--ui-accent));color:#fff}.mobile-client-list{display:grid;grid-gap:10px;gap:10px}.mobile-client-card{overflow:hidden;border:1px solid #e5e7ee;border-radius:20px;background:#fff}.mobile-client-card-main{width:100%;min-width:0;padding:15px 13px 13px;border:0;display:grid;grid-template-columns:minmax(0,1fr) 18px;grid-gap:10px;gap:10px;align-items:start;background:#fff;color:inherit;text-align:left;-webkit-tap-highlight-color:transparent}.mobile-client-card-copy{min-width:0;display:block}.mobile-client-card-topline{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-client-card-topline strong{min-width:0;overflow:hidden;color:#1b1f31;font-size:16px;line-height:1.2;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.mobile-client-status{flex:0 0 auto;min-height:24px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;font-size:10px;font-weight:800}.mobile-client-status.active{background:#e9f7ef;color:#288558}.mobile-client-status.pause{background:#fff3df;color:#a56b16}.mobile-client-status.waiting{background:#eee9ff;color:#6750b8}.mobile-client-status.finished{background:#eef0f4;color:#747b8b}.mobile-client-comment,.mobile-client-tariff{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mobile-client-tariff{margin-top:7px;color:#565d70;font-size:12px;font-weight:700}.mobile-client-comment{margin-top:5px;color:#858b9a;font-size:12px;line-height:1.35}.mobile-client-comment.empty{color:#a3a8b4}.mobile-client-chevron{align-self:center;color:#a3a7b3;font-size:28px;font-weight:300;line-height:1}.mobile-client-card-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eef0f4}.mobile-client-card-actions button{min-height:43px;padding:0 8px;border:0;display:flex;align-items:center;justify-content:center;gap:7px;background:#fff;color:#697082;font-size:11px;font-weight:750;-webkit-tap-highlight-color:transparent}.mobile-client-card-actions button+button{border-left:1px solid #eef0f4}.mobile-client-card-actions button.delete{color:#a85f68}.mobile-client-card-actions svg{width:15px;height:15px}.mobile-client-card-actions svg *{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-clients-empty{min-height:150px;padding:26px 20px;border:1px dashed #dfe2ea;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#fff;text-align:center}.mobile-clients-empty strong{color:#272b3d;font-size:16px}.mobile-clients-empty span{color:#8d92a0;font-size:13px}}.reports-panel{gap:14px}.reports-header{margin-bottom:0}.reports-cards-grid{margin-top:0}.report-stat-card{min-height:116px;padding:17px 18px}.report-stat-card .label{margin-bottom:12px;font-size:14px;line-height:1.25}.report-stat-card .value{font-size:30px;line-height:1;overflow-wrap:anywhere}.report-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff}.report-summary-item{min-width:0;padding:17px 18px;border-right:1px solid var(--line)}.report-summary-item:last-child{border-right:0}.report-summary-item span,.report-summary-item strong{display:block}.report-summary-item span{margin-bottom:8px;color:#64748b;font-size:13px;line-height:1.25}.report-summary-item strong{color:#0f1c3c;font-size:20px;line-height:1.15;overflow-wrap:anywhere}.report-load-card{padding:18px;border:1px solid var(--line);border-radius:24px;background:#fff}.report-load-card .report-box-title{margin-bottom:13px;font-size:18px}.report-load-card .report-day-list{gap:7px}.report-load-card .report-day-row{min-height:28px;grid-template-columns:70px minmax(0,1fr) 78px;gap:10px}.report-load-card .report-day-date{font-size:13px;text-transform:capitalize}.report-load-card .report-bar{height:8px}.report-load-card .report-day-value{font-size:13px}@media (max-width:760px){.reports-panel{padding:0;gap:12px}.reports-header{display:flex;padding:2px 2px 0;margin-bottom:0}.reports-header .panel-title{font-size:24px}.reports-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.report-stat-card{min-width:0;min-height:106px;padding:14px;border-radius:18px!important}.report-stat-card .label{min-height:32px;margin-bottom:8px;font-size:12px}.report-stat-card .value{font-size:23px;letter-spacing:-.03em}.report-summary{grid-template-columns:1fr;border-radius:18px}.report-summary-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border-right:0;border-bottom:1px solid var(--line)}.report-summary-item:last-child{border-bottom:0}.report-summary-item span{margin:0;font-size:13px}.report-summary-item strong{flex:0 0 auto;font-size:16px;text-align:right}.report-load-card{padding:15px 14px;border-radius:18px}.report-load-card .report-box-title{margin-bottom:11px;font-size:16px}.report-load-card .report-day-row{grid-template-columns:54px minmax(0,1fr) 68px;gap:8px}.report-load-card .report-day-date,.report-load-card .report-day-value{font-size:12px}}.reports-header,.reports-header .panel-title,.reports-header>div,.reports-panel{overflow:visible!important}.reports-header .panel-title{position:relative;z-index:2;display:block;padding:2px 0 4px;line-height:1.18}.report-stat-card{position:relative;isolation:isolate;overflow:hidden;border-color:#e3e7f0!important;background:linear-gradient(145deg,#ffffff,#fafbff)!important;transition:transform .18s ease,border-color .18s ease,background .18s ease}.report-stat-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:0 999px 999px 0;background:var(--ui-accent)}.report-stat-card:after{content:"";position:absolute;right:-28px;top:-34px;width:104px;height:104px;border-radius:50%;background:rgba(93,92,242,.055);z-index:-1}.report-stat-card:nth-child(2):before{background:#36a873}.report-stat-card:nth-child(2):after{background:rgba(54,168,115,.06)}.report-stat-card:nth-child(3):before{background:#e6a23c}.report-stat-card:nth-child(3):after{background:rgba(230,162,60,.07)}.report-stat-card:nth-child(4):before{background:#3487d9}.report-stat-card:nth-child(4):after{background:rgba(52,135,217,.06)}.report-stat-card .label,.report-stat-card .value{position:relative;z-index:1}.report-stat-card .label{color:#737b91;font-weight:650}.report-stat-card .value{color:#171b31;font-weight:780}.report-summary{border-color:#e3e7f0;background:linear-gradient(180deg,#ffffff,#fbfcff)}.report-summary-item{position:relative}.report-summary-item:before{content:"";display:block;width:24px;height:3px;margin-bottom:11px;border-radius:999px;background:#d9dcf8}.report-summary-item:nth-child(2):before{background:#d7eee3}.report-summary-item:nth-child(3):before{background:#dbe9f8}.report-load-card{border-color:#e3e7f0;background:linear-gradient(180deg,#ffffff,#fbfcff)}.report-load-card .report-box-title{display:flex;align-items:center;gap:9px;color:#1c2035}.report-load-card .report-box-title:before{content:"";width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:var(--ui-accent);box-shadow:0 0 0 5px rgba(93,92,242,.1)}.report-load-card .report-day-row{padding:4px 0}.report-load-card .report-bar{background:#edf0f6}.report-load-card .report-bar-fill{background:linear-gradient(90deg,var(--ui-accent) 0,var(--ui-accent-2) 100%)}@media (hover:hover){.report-stat-card:hover{transform:translateY(-2px);border-color:#d7dbea!important}}@media (max-width:760px){.reports-panel{overflow:visible!important;border-radius:0!important}.reports-header{overflow:visible!important;min-height:38px;padding:4px 2px 1px!important}.reports-header .panel-title{overflow:visible!important;padding:3px 0 5px;line-height:1.22}.report-stat-card{padding-left:16px}.report-stat-card:before{width:3px}.report-stat-card:after{right:-38px;top:-42px;width:108px;height:108px}.report-summary-item:before{width:18px;height:3px;margin:0 10px 0 0;flex:0 0 auto}.report-summary-item{justify-content:flex-start}.report-summary-item span{flex:1 1 auto}}.mobile-tariffs{display:none}@media (max-width:760px){.tariffs-panel{padding:0!important;overflow:visible!important}.tariffs-desktop{display:none!important}.mobile-tariffs{display:block;padding:4px 0 24px}.mobile-tariffs-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 2px 16px}.mobile-tariff-create-kicker,.mobile-tariffs-kicker{display:block;margin-bottom:4px;color:#8a90a0;font-size:11px;line-height:1.2;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.mobile-tariffs-header h2{margin:0;color:#171a2d;font-size:28px;line-height:1;font-weight:850;letter-spacing:-.035em}.mobile-tariffs-counts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.mobile-tariffs-counts span{padding:6px 9px;border:1px solid #e6e8f0;border-radius:999px;background:#fff;color:#747a8c;font-size:10px;line-height:1;font-weight:700}.mobile-tariff-create-card{position:relative;padding:16px;border:1px solid #e4e6ef;border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(93,92,242,.1),transparent 38%),#fff;box-shadow:0 8px 24px rgba(21,24,42,.05);overflow:hidden}.mobile-tariff-create-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.mobile-tariff-create-head h3{margin:0;color:#1c2034;font-size:20px;line-height:1.1;font-weight:830;letter-spacing:-.025em}.mobile-tariff-create-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:#ececfe;color:var(--ui-accent)}.mobile-tariff-create-icon svg{width:19px;height:19px}.mobile-tariff-create-icon path{stroke:currentColor;stroke-width:2;stroke-linecap:round}.mobile-tariff-type-switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;margin-bottom:14px;padding:4px;border:1px solid #e8eaf1;border-radius:13px;background:#f1f2f6}.mobile-tariff-type-switch button{min-height:38px;border:0;border-radius:10px;background:transparent;color:#7e8495;font-size:13px;font-weight:750}.mobile-tariff-type-switch button.active{background:#fff;color:#20243a;box-shadow:0 2px 8px rgba(21,24,42,.08)}.mobile-tariff-field{display:grid;grid-gap:6px;gap:6px;min-width:0}.mobile-tariff-field>span{color:#767d90;font-size:11px;line-height:1.2;font-weight:700}.mobile-tariff-field input{width:100%;min-width:0;height:48px;border:1px solid #e0e3ec;border-radius:14px!important;outline:none;padding:0 13px;background:#fbfbfd;color:#1d2135;font-size:14px}.mobile-tariff-field input:focus{border-color:#aaa9f7;background:#fff;box-shadow:0 0 0 4px rgba(93,92,242,.08)}.mobile-tariff-field input::placeholder{color:#a0a5b2}.mobile-tariff-fields-row{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);grid-gap:10px;gap:10px;margin-top:12px}.mobile-tariff-fields-row.single{grid-template-columns:1fr}.mobile-tariff-input-unit{position:relative}.mobile-tariff-input-unit input{padding-right:45px}.mobile-tariff-input-unit b{position:absolute;top:50%;right:13px;transform:translateY(-50%);color:#777d8e;font-size:12px;font-weight:750;pointer-events:none}.mobile-tariff-preview{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-top:13px;padding:11px 12px;border:1px solid #e8e9f1;border-radius:14px;background:#f7f7fb}.mobile-tariff-preview span{color:#858a99;font-size:11px;line-height:1.35}.mobile-tariff-preview strong{color:#30344b;font-size:12px;line-height:1.35;font-weight:800;text-align:right}.mobile-tariff-submit{width:100%;min-height:48px;margin-top:13px;border:0;border-radius:14px;background:var(--ui-accent);color:#fff;font-size:14px;font-weight:800}.mobile-tariff-submit:disabled{background:#d9dbe4;color:#989dac;cursor:default}.mobile-tariff-list-section{margin-top:20px}.mobile-tariff-list-head{display:flex;align-items:center;justify-content:space-between;margin:0 2px 10px}.mobile-tariff-list-head h3{margin:0;color:#24283b;font-size:16px;line-height:1.2;font-weight:820}.mobile-tariff-list-head>span{min-width:25px;height:25px;display:grid;place-items:center;border-radius:999px;background:#eaeaFC;color:var(--ui-accent);font-size:11px;font-weight:800}.mobile-tariff-list{display:grid;grid-gap:10px;gap:10px}.mobile-tariff-card{padding:14px;border:1px solid #e5e7ee;border-radius:19px;background:#fff;box-shadow:0 5px 18px rgba(21,24,42,.035)}.mobile-tariff-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-tariff-card-title{min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.mobile-tariff-card-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#f0f1f6;color:#72798c}.mobile-tariff-card.package .mobile-tariff-card-icon{background:#ececfe;color:var(--ui-accent)}.mobile-tariff-card-icon svg{width:20px;height:20px}.mobile-tariff-card-icon path,.mobile-tariff-card-icon rect{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-tariff-card-title small,.mobile-tariff-card-title strong{display:block;min-width:0}.mobile-tariff-card-title strong{color:#202438;font-size:14px;line-height:1.2;font-weight:820;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-tariff-card-title small{margin-top:4px;color:#8b90a0;font-size:10px;line-height:1.25}.mobile-tariff-type-badge{flex:0 0 auto;padding:6px 8px;border-radius:999px;font-size:9px;line-height:1;font-weight:800}.mobile-tariff-type-badge.package{background:#ececfe;color:var(--ui-accent)}.mobile-tariff-type-badge.single{background:#f0f1f5;color:#707789}.mobile-tariff-card-price{display:flex;align-items:baseline;gap:8px;margin:14px 0 12px}.mobile-tariff-card-price strong{color:#181c30;font-size:23px;line-height:1;font-weight:860;letter-spacing:-.035em}.mobile-tariff-card-price span{color:#8b90a0;font-size:10px;line-height:1.25}.mobile-tariff-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:11px;border-top:1px solid #eef0f4}.mobile-tariff-usage{color:#969baa;font-size:10px;line-height:1.3}.mobile-tariff-delete{flex:0 0 auto;min-height:32px;padding:0 9px;border:1px solid #eceef3;border-radius:10px;display:inline-flex;align-items:center;gap:5px;background:#fafafd;color:#8a8f9d;font-size:10px;font-weight:750}.mobile-tariff-delete svg{width:14px;height:14px}.mobile-tariff-delete path{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-tariffs-empty{min-height:190px;padding:28px 22px;border:1px dashed #dfe2eb;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;text-align:center}.mobile-tariffs-empty-icon{width:44px;height:44px;margin-bottom:11px;display:grid;place-items:center;border-radius:14px;background:#ececfe;color:var(--ui-accent);font-size:20px;font-weight:850}.mobile-tariffs-empty strong{color:#282c3f;font-size:15px;font-weight:820}.mobile-tariffs-empty>span:last-child{max-width:250px;margin-top:5px;color:#8b90a0;font-size:11px;line-height:1.4}input,select,textarea{font-size:16px!important}.mobile-nav-label{font-size:11px!important;font-weight:500}.topbar{padding:16px 18px!important;border-radius:22px!important;background:linear-gradient(135deg,#ffffff,#f8fbff);border:1px solid #e8eef7;box-shadow:0 10px 28px rgba(15,23,42,.06)}.topbar-title-wrap{display:inline-flex;align-items:center;gap:10px}.topbar-title-wrap:before{content:"💼";font-size:20px;line-height:1}.topbar-title{font-size:26px!important;font-weight:800;letter-spacing:-.03em;margin:0}.mobile-header-card,.mobile-page-header,.mobile-page-title{background:#fff;border:1px solid #ececec;border-radius:18px;padding:18px 20px;box-shadow:0 8px 24px rgba(0,0,0,.05);margin-bottom:16px}.mobile-header-card h1,.mobile-page-header h1,.mobile-page-title h1{font-size:22px!important;font-weight:650;letter-spacing:-.02em}.mobile-modal,.mobile-popup,.modal-content{border-radius:22px!important;padding:24px 20px!important;box-shadow:0 20px 60px rgba(0,0,0,.16)!important}.mobile-modal input,.mobile-modal select,.mobile-modal textarea,.mobile-popup input,.mobile-popup select,.mobile-popup textarea,.modal-content input,.modal-content select,.modal-content textarea{height:52px;border-radius:16px!important;font-size:16px!important}.mobile-modal textarea,.mobile-popup textarea,.modal-content textarea{min-height:120px;padding-top:14px}.mobile-modal button,.mobile-popup button,.modal-content button{border-radius:16px!important;min-height:52px}.bottom-nav a,.bottom-nav button,.mobile-bottom-nav a,.mobile-bottom-nav button{font-size:11px!important}}.mobile-workspace-header{display:none}@media (max-width:760px){:root{--mobile-radius-shell:22px;--mobile-radius-card:18px;--mobile-radius-control:14px;--mobile-line:#e9edf3;--mobile-shadow:0 10px 30px rgba(15,23,42,.065)}.mobile-workspace-header{display:flex;align-items:center;gap:12px;margin:0 0 12px;padding:15px 16px;border:1px solid var(--mobile-line);border-radius:var(--mobile-radius-shell);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:var(--mobile-shadow)}.mobile-workspace-icon{flex:0 0 40px;width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:#111827;color:#fff}.mobile-workspace-kicker{margin-bottom:2px;color:#7a8494;font-size:11px;font-weight:700;line-height:1.15;letter-spacing:.08em;text-transform:uppercase}.mobile-workspace-header h1{margin:0;color:#111827;font-size:21px;font-weight:780;line-height:1.12;letter-spacing:-.035em}.top-shell.calendar-active{padding-top:12px!important}.mobile-client-name,.mobile-report-title,.mobile-tariffs-header h2,.panel-title,h1,h2,h3{text-wrap:balance}.field label,.field-box label,.mobile-report-subtitle,.mobile-tariffs-empty span,.panel-subtitle,p{text-wrap:pretty}.header-stat-card,.mobile-client-card,.mobile-clients-empty,.mobile-report-card,.mobile-tariff-card,.mobile-tariff-create-card,.mobile-tariffs-empty,.stat-card{border-color:var(--mobile-line)!important;border-radius:var(--mobile-radius-card)!important;box-shadow:0 7px 22px rgba(15,23,42,.05)!important}.client-comment-modal,.client-modal,.drawer,.entry-modal,.entry-modal-layer-card{border:1px solid var(--mobile-line)!important;border-radius:var(--mobile-radius-shell)!important;box-shadow:0 24px 70px rgba(15,23,42,.2)!important}.entry-modal-layer,.modal-overlay,.overlay{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.client-modal-head{align-items:flex-start;gap:14px}.client-modal-head .icon-btn{flex:0 0 38px;width:38px;height:38px;min-height:38px!important;border-radius:12px!important}.client-comment-modal input,.client-comment-modal select,.client-comment-modal textarea,.client-modal input,.client-modal select,.client-modal textarea,.drawer input,.drawer select,.drawer textarea,.entry-modal input,.entry-modal select,.entry-modal textarea{border-radius:var(--mobile-radius-control)!important;font-size:16px!important}.client-comment-modal textarea,.client-modal textarea,.drawer textarea,.entry-modal textarea{min-height:112px}.client-comment-modal .ghost-btn,.client-comment-modal .primary-btn,.client-modal .ghost-btn,.client-modal .primary-btn,.drawer-actions .ghost-btn,.drawer-actions .primary-btn,.entry-modal-actions .ghost-btn,.entry-modal-actions .primary-btn{min-height:50px;border-radius:var(--mobile-radius-control)!important}.mobile-bottom-nav button,.mobile-nav-btn{font-size:inherit!important}.mobile-nav-label{font-size:11px!important;line-height:1.1;font-weight:600}.mobile-nav-icon{line-height:1}.mobile-client-card,.mobile-tariff-card,button{-webkit-tap-highlight-color:transparent}.mobile-client-card:active,.mobile-tariff-card:active,button:active{transform:scale(.985)}@media (prefers-reduced-motion:no-preference){.mobile-client-card,.mobile-tariff-card,button{transition:transform .14s ease,box-shadow .18s ease,background-color .18s ease}}}@media (max-width:760px){.calendar-panel>.mobile-workspace-header{display:flex;flex-direction:column;align-items:stretch;gap:14px;margin:0 0 14px;padding:17px;border:1px solid #e8edf3;border-radius:22px;background:linear-gradient(145deg,#ffffff,#fafbfe 58%,#f4f7fb);box-shadow:0 10px 30px rgba(15,23,42,.06)}.mobile-workspace-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.mobile-workspace-mark{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#111827;color:#fff;font-size:15px;line-height:1;box-shadow:0 7px 16px rgba(17,24,39,.13)}.mobile-workspace-stats{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr);grid-gap:10px;gap:10px}.mobile-workspace-stat{min-width:0;min-height:104px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;gap:12px;border:1px solid rgba(221,228,237,.9);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 7px 20px rgba(15,23,42,.045)}.mobile-workspace-stat-income{background:linear-gradient(145deg,#ffffff,#f5f8ff)}.mobile-workspace-stat-sessions{background:linear-gradient(145deg,#ffffff,#f7faf8)}.mobile-workspace-stat-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#edf2f8;color:#263650;font-size:13px;font-weight:800;line-height:1}.mobile-workspace-stat-sessions .mobile-workspace-stat-icon{background:#edf5f0;color:#355f49}.mobile-workspace-stat-copy{min-width:0}.mobile-workspace-stat-value{overflow:hidden;color:#111827;font-size:clamp(21px,6.2vw,29px);font-weight:800;line-height:1;letter-spacing:-.045em;white-space:nowrap;text-overflow:ellipsis}.mobile-workspace-stat-label{margin-top:7px;color:#778294;font-size:11.5px;font-weight:600;line-height:1.25;text-wrap:balance}.top-shell>.topbar{display:none!important}.calendar-panel>.mobile-workspace-header,.main>.mobile-workspace-header{display:flex;flex-direction:column;align-items:stretch;gap:14px;margin:0 0 14px;padding:17px;border:1px solid #e8edf3;border-radius:22px;background:linear-gradient(145deg,#ffffff,#fafbfe 58%,#f4f7fb);box-shadow:0 10px 30px rgba(15,23,42,.06)}.mobile-workspace-title-row{display:block}.mobile-workspace-stats{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr);grid-gap:10px;gap:10px}.mobile-workspace-stat{min-width:0;min-height:92px;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;gap:7px;border:1px solid rgba(221,228,237,.9);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 7px 20px rgba(15,23,42,.045)}.mobile-workspace-stat-income{background:linear-gradient(145deg,#ffffff,#f5f8ff)}.mobile-workspace-stat-sessions{background:linear-gradient(145deg,#ffffff,#f7faf8)}.mobile-workspace-stat-value{overflow:hidden;color:#111827;font-size:clamp(21px,6.2vw,29px);font-weight:800;line-height:1;letter-spacing:-.045em;white-space:nowrap;text-overflow:ellipsis}.mobile-workspace-stat-label{margin-top:0;color:#778294;font-size:11.5px;font-weight:600;line-height:1.25;text-wrap:balance}.mobile-workspace-icon,.mobile-workspace-mark,.mobile-workspace-stat-icon{display:none!important}.mobile-workspace-stat{position:relative;overflow:hidden;background:#fff!important}.mobile-workspace-stat:after{content:"";position:absolute;top:-18px;right:-18px;width:84px;height:84px;border-radius:50%;background:rgba(99,102,241,.08)}.mobile-workspace-stat:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#6366f1;border-radius:18px 0 0 18px}.mobile-workspace-stat-label,.mobile-workspace-stat-value{position:relative;z-index:1}.mobile-workspace-stats{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:0!important;gap:0!important;overflow:hidden;min-height:112px;border:1px solid #e3e8f0;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.045)}.mobile-workspace-stats:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#6366f1;z-index:2}.mobile-workspace-stats:after{content:"";position:absolute;top:-28px;right:-28px;width:78px;height:78px;border-radius:50%;background:rgba(99,102,241,.09);pointer-events:none;z-index:0}.mobile-workspace-stat{position:relative;z-index:1;min-width:0;min-height:112px;padding:18px 16px 17px 20px;display:flex;flex-direction:column;justify-content:center;gap:12px;overflow:visible;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.mobile-workspace-stat+.mobile-workspace-stat{padding-left:20px;border-left:0!important}.mobile-workspace-divider{position:absolute;left:50%;top:18px;bottom:18px;width:1px;z-index:3;background:#e8ebf0;pointer-events:none}.mobile-workspace-stat:after,.mobile-workspace-stat:before{display:none!important;content:none!important}.mobile-workspace-stat-value{position:relative;z-index:1;overflow:visible;color:#111827;font-size:clamp(22px,6.5vw,29px);font-weight:800;line-height:1;letter-spacing:-.045em;white-space:nowrap;text-overflow:clip}.mobile-workspace-stat-label{position:relative;z-index:1;margin:0;color:#778294;font-size:12px;font-weight:650;line-height:1.35}.mobile-workspace-title-row{display:flex!important;align-items:flex-start;justify-content:space-between;gap:14px}.mobile-workspace-settings{flex:0 0 42px;width:42px;height:42px;min-height:42px;padding:0;border:0!important;border-radius:0!important;display:flex;align-items:center;justify-content:center;background:transparent!important;color:#17213a;box-shadow:none!important;-webkit-tap-highlight-color:transparent}.mobile-workspace-settings svg{width:21px;height:21px;display:block}.mobile-workspace-settings svg path{stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.calendar-panel>.mobile-workspace-header,.main>.mobile-workspace-header{gap:16px;margin-bottom:16px;padding:18px 18px 19px;border-color:#e6eaf1;border-radius:24px;box-shadow:0 12px 32px rgba(15,23,42,.055)}.mobile-workspace-kicker{margin-bottom:4px;color:#7d8798;font-size:11px;font-weight:750;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.mobile-workspace-title-row h1{line-height:1.04;letter-spacing:-.035em}.mobile-workspace-settings{flex-basis:40px;width:40px;height:40px;min-height:40px;margin-top:-2px}.mobile-workspace-settings svg{width:23px;height:23px}.mobile-workspace-settings svg path{stroke-width:1.65}.mobile-workspace-stats{min-height:108px;border-color:#e4e8ef;border-radius:19px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.mobile-workspace-stats:after{top:-34px;right:-34px;width:72px;height:72px;background:rgba(99,102,241,.075)}.mobile-workspace-stat{min-height:108px;padding:17px 17px 16px 20px;gap:10px}.mobile-workspace-stat-value{font-size:clamp(22px,6.3vw,28px)}.mobile-workspace-stat-label{color:#717b8d;font-size:11.5px;line-height:1.32}.reports-panel{gap:14px}.reports-header{min-height:42px;padding:5px 2px 2px!important}.reports-header .panel-title{font-size:25px;letter-spacing:-.025em}.reports-cards-grid{gap:12px}.report-stat-card{min-height:112px;padding:16px 16px 15px 17px;border-radius:20px!important;box-shadow:0 8px 24px rgba(15,23,42,.035)}.report-stat-card:after{right:-34px;top:-36px;width:78px;height:78px;opacity:.82}.report-stat-card .label{min-height:34px;margin-bottom:10px;color:#697286;font-size:12.5px;font-weight:680;line-height:1.2}.report-stat-card .value{margin-top:auto;font-size:25px;line-height:1.02;letter-spacing:-.035em}.report-load-card,.report-summary{border-radius:20px;box-shadow:0 8px 24px rgba(15,23,42,.03)}.report-summary-item{min-height:50px;padding:13px 15px}.mobile-client-status.active{color:#2f7a56;background:#e8f5ee}.mobile-client-card,.mobile-tariff-card{border-color:#e5e9f0;box-shadow:0 9px 26px rgba(15,23,42,.04)}.mobile-bottom-nav{border-color:#e2e7ee;box-shadow:0 -8px 28px rgba(15,23,42,.055)}.calendar-view-switch,.mobile-view-switch,.view-switch{border-radius:18px}}.auth-loading,.auth-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 12% 8%,rgba(159,130,255,.18),transparent 34%),radial-gradient(circle at 88% 92%,rgba(255,199,124,.16),transparent 32%),#f6f4f9;color:#201d27}.auth-loading{align-content:center;gap:12px;font-size:14px;color:#746f7c}.auth-spinner{width:30px;height:30px;border:3px solid rgba(82,68,110,.14);border-top-color:#69558f;border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-card{width:min(100%,430px);padding:38px;border:1px solid rgba(68,57,84,.1);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 28px 70px rgba(45,36,61,.13);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-brand-mark{width:52px;height:52px;position:relative;overflow:hidden;margin-bottom:30px;border-radius:17px;background:#2f2839}.auth-brand-mark span,.auth-brand-mark:after,.auth-brand-mark:before{content:"";position:absolute;border-radius:999px}.auth-brand-mark:before{width:42px;height:42px;right:-18px;top:-16px;background:#a68bd5}.auth-brand-mark:after{width:34px;height:34px;left:-13px;bottom:-15px;background:#e9bd83}.auth-brand-mark span{width:10px;height:10px;left:21px;top:21px;background:#fff}.auth-copy{margin-bottom:28px}.account-modal-kicker,.auth-kicker{margin-bottom:8px;color:#81798a;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.account-modal h2,.auth-copy h1{margin:0;color:#221e29;font-size:30px;line-height:1.08;letter-spacing:-.035em}.auth-copy p{margin:12px 0 0;color:#746f7c;font-size:15px;line-height:1.5}.account-password-form,.auth-form{display:grid;grid-gap:16px;gap:16px}.account-password-form label,.auth-form label{display:grid;grid-gap:8px;gap:8px}.account-password-form label>span,.auth-form label>span{color:#4d4853;font-size:13px;font-weight:650}.account-password-form input,.auth-form input{width:100%;height:50px;padding:0 15px;border:1px solid #ded9e5;border-radius:14px;outline:none;background:#fbfafc;color:#211e27;font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.account-password-form input:focus,.auth-form input:focus{border-color:#8f77b5;background:#fff;box-shadow:0 0 0 4px rgba(143,119,181,.12)}.account-primary-btn,.auth-submit{min-height:50px;border:0;border-radius:14px;background:#322a3d;color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.account-primary-btn:hover,.auth-submit:hover{transform:translateY(-1px)}.account-logout-btn:disabled,.account-primary-btn:disabled,.auth-submit:disabled{opacity:.55;cursor:default;transform:none}.auth-secondary-action{display:block;margin:20px auto 0;padding:4px;border:0;background:transparent;color:#69558f;font:inherit;font-size:14px;font-weight:650;cursor:pointer}.account-status,.auth-message{padding:11px 13px;border-radius:12px;font-size:13px;line-height:1.4}.account-status.error,.auth-message.error{background:#fff0f0;color:#9b3f45}.account-status.success,.auth-message.success{background:#edf8f0;color:#35734a}.account-modal-backdrop{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(28,24,34,.48);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.account-modal{width:min(100%,470px);max-height:calc(100dvh - 40px);overflow:auto;padding:28px;border-radius:26px;background:#fff;box-shadow:0 32px 90px rgba(23,18,30,.26)}.account-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.account-modal h2{font-size:27px}.account-modal-close{width:38px;height:38px;border:0;border-radius:50%;background:#f3f0f6;color:#5f5868;font-size:25px;line-height:1;cursor:pointer}.account-email-card{display:grid;grid-gap:5px;gap:5px;margin-bottom:24px;padding:15px 16px;border-radius:15px;background:#f7f5f9}.account-email-card span{color:#837d8a;font-size:12px}.account-email-card strong{overflow:hidden;color:#302b36;font-size:14px;text-overflow:ellipsis}.account-password-form h3{margin:0 0 2px;color:#302b36;font-size:17px}.account-logout-btn{width:100%;min-height:48px;margin-top:18px;border:1px solid #ead7d9;border-radius:14px;background:#fff8f8;color:#a0444b;font:inherit;font-weight:700;cursor:pointer}@media (max-width:560px){.auth-page{padding:16px}.auth-card{padding:28px 22px;border-radius:24px}.auth-copy h1{font-size:27px}.account-modal-backdrop{align-items:end;padding:0}.account-modal{width:100%;max-height:92dvh;padding:24px 20px calc(24px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}}.desktop-account-button{width:44px;height:44px;display:inline-grid;flex:0 0 auto;place-items:center;border:1px solid rgba(59,49,70,.12);border-radius:14px;background:rgba(255,255,255,.72);color:#4e4658;cursor:pointer;transition:transform .15s ease,background .15s ease}.desktop-account-button:hover{transform:translateY(-1px);background:#fff}.desktop-account-button svg{width:20px;height:20px}@media (max-width:767px){.desktop-account-button{display:none}}.account-modal-wide{width:min(100%,820px)}.account-tabs{display:flex;gap:6px;margin:-4px 0 24px;padding:5px;border-radius:14px;background:#f5f2f7}.account-tabs button{min-height:38px;flex:1 1;padding:0 14px;border:0;border-radius:10px;background:transparent;color:#746d7c;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.account-tabs button.active{background:#fff;color:#332d3b;box-shadow:0 3px 12px rgba(50,42,61,.08)}.account-settings-nav{display:grid;grid-gap:9px;gap:9px;margin:-4px 0 24px}.account-settings-nav .account-tabs{margin:0;width:100%}.account-admin-nav-btn{min-height:40px;width:100%;padding:0 16px;border:1px solid #e6e0e9;border-radius:12px;background:#fff;color:#746d7c;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.account-admin-nav-btn.active{color:var(--ui-accent);border-color:var(--ui-soft-2);background:var(--ui-soft)}.account-access-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1px;gap:1px;overflow:hidden;border-radius:15px;background:#e9e5ed}.account-access-card>div{display:grid;grid-gap:5px;gap:5px;padding:15px 16px;background:#f8f6f9}.account-access-card span{color:#837d8a;font-size:12px}.account-access-card strong{color:#302b36;font-size:14px}.admin-users-panel{display:grid;grid-gap:22px;gap:22px}.admin-create-user{display:grid;grid-gap:16px;gap:16px;padding:20px;border:1px solid #e8e3eb;border-radius:20px;background:#fbfafc}.admin-section-title h3,.admin-users-list-head h3{margin:0;color:#302b36;font-size:17px}.admin-section-title p{margin:5px 0 0;color:#817a88;font-size:13px}.admin-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-create-grid label,.admin-date-field{display:grid;grid-gap:7px;gap:7px}.admin-create-grid label>span,.admin-date-field>span{color:#5b5462;font-size:12px;font-weight:700}.admin-create-grid input,.admin-date-field input{width:100%;height:44px;padding:0 13px;border:1px solid #ded9e5;border-radius:12px;outline:none;background:#fff;color:#29242f;font:inherit;font-size:13px}.admin-create-grid input:focus,.admin-date-field input:focus{border-color:#8f77b5;box-shadow:0 0 0 4px rgba(143,119,181,.1)}.admin-users-list-head{display:flex;align-items:center;justify-content:space-between}.admin-users-list-head span{display:inline-grid;min-width:28px;height:28px;place-items:center;border-radius:999px;background:#f1edf4;color:#695f72;font-size:12px;font-weight:800}.admin-users-list{display:grid;grid-gap:10px;gap:10px}.admin-user-row{display:grid;grid-template-columns:minmax(180px,1fr) 150px 145px;grid-gap:14px;gap:14px;align-items:end;padding:16px;border:1px solid #ebe6ee;border-radius:17px;background:#fff}.admin-user-main{min-width:0;display:grid;grid-gap:3px;gap:3px;align-self:center}.admin-user-main span,.admin-user-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-main strong{color:#302a37;font-size:14px}.admin-user-main span{color:#716a78;font-size:12px}.admin-user-main small{color:#9a939f;font-size:11px}.admin-access-toggle{min-height:44px;padding:0 12px;border-radius:12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.admin-access-toggle.active{border:1px solid #cfe6d5;background:#eff9f2;color:#39744a}.admin-access-toggle.inactive{border:1px solid #eed5d7;background:#fff3f3;color:#a1454c}.admin-access-toggle:disabled,.admin-date-field input:disabled{opacity:.58;cursor:default}.admin-users-loading{padding:26px;border-radius:16px;background:#f8f6f9;color:#817a88;text-align:center;font-size:13px}.access-blocked-page{min-height:100dvh;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at top left,#f0e9f7 0,transparent 38%),#f8f6fa}.access-blocked-card{width:min(100%,460px);padding:38px;border:1px solid rgba(68,57,84,.1);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 28px 70px rgba(45,36,61,.13)}.access-blocked-card h1{margin:0;color:#27212e;font-size:30px;line-height:1.1;letter-spacing:-.03em}.access-blocked-card p{margin:14px 0 0;color:#746e7b;font-size:14px;line-height:1.55}.access-blocked-card .account-logout-btn{margin-top:26px}@media (max-width:720px){.account-modal-wide{width:100%}.account-tabs{overflow-x:auto}.account-tabs button{min-width:105px}.admin-create-grid,.admin-user-row{grid-template-columns:1fr}.admin-user-row{align-items:stretch}.admin-access-toggle{width:100%}}@media (max-width:430px){.account-access-card{grid-template-columns:1fr}.access-blocked-card{padding:30px 22px;border-radius:24px}.access-blocked-card h1{font-size:27px}}.admin-users-tools{display:grid;grid-template-columns:minmax(0,1fr) 190px;grid-gap:10px;gap:10px}.admin-search-wrap{position:relative;display:flex;align-items:center;min-width:0}.admin-search-wrap>span{position:absolute;left:14px;color:#8d8593;font-size:20px;line-height:1;pointer-events:none}.admin-search-wrap input,.admin-users-tools select{width:100%;height:44px;border:1px solid #ded9e5;border-radius:12px;outline:none;background:#fff;color:#29242f;font:inherit;font-size:13px}.admin-search-wrap input{padding:0 42px 0 40px}.admin-search-wrap input:focus,.admin-users-tools select:focus{border-color:#8f77b5;box-shadow:0 0 0 4px rgba(143,119,181,.1)}.admin-search-wrap button{position:absolute;right:8px;width:30px;height:30px;border:0;border-radius:9px;background:#f3eff5;color:#716978;font:inherit;font-size:18px;cursor:pointer}.admin-users-tools select{padding:0 35px 0 12px;cursor:pointer}.admin-filter-tabs{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}.admin-filter-tabs button{min-height:35px;padding:0 13px;border:1px solid #e5dfe8;border-radius:999px;background:#fff;color:#756d7c;font:inherit;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer}.admin-filter-tabs button.active{border-color:#77608f;background:#77608f;color:#fff}.admin-users-list-head span{padding:0 9px;white-space:nowrap}.admin-user-row{grid-template-columns:minmax(180px,1fr) 205px 145px;align-items:center}.admin-user-row.state-expired{border-color:#ecd9c5;background:#fffcf8}.admin-user-row.state-inactive{border-color:#ead8db;background:#fffafa}.admin-user-name-line{display:flex;align-items:center;gap:8px;min-width:0}.admin-user-name-line strong{min-width:0}.admin-status-badge{flex:0 0 auto;padding:4px 7px;border-radius:999px;font-size:10px;font-weight:850;line-height:1}.admin-status-badge.active{background:#eaf7ee;color:#39744a}.admin-status-badge.inactive{background:#fbedef;color:#a1454c}.admin-status-badge.expired{background:#fff0dc;color:#9a611d}.admin-status-badge.owner{background:#eee8f5;color:#66527d}.admin-subscription-block{display:grid;grid-gap:7px;gap:7px}.admin-quick-extend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.admin-quick-extend button{min-height:30px;padding:0 8px;border:1px solid #ded6e5;border-radius:9px;background:#f8f5fa;color:#665a70;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.admin-quick-extend button:hover{background:#f0e9f5}.admin-quick-extend button:disabled{opacity:.55;cursor:default}.admin-empty-state{display:grid;justify-items:center;grid-gap:7px;gap:7px;padding:34px 20px;border:1px dashed #ddd5e2;border-radius:17px;background:#fbfafc;text-align:center}.admin-empty-state strong{color:#403747;font-size:14px}.admin-empty-state span{color:#8a828f;font-size:12px}.admin-empty-state button{margin-top:5px;min-height:36px;padding:0 14px;border:0;border-radius:10px;background:#eee8f3;color:#62536f;font:inherit;font-size:12px;font-weight:800;cursor:pointer}@media (max-width:720px){.admin-user-row,.admin-users-tools{grid-template-columns:1fr}.admin-user-name-line{flex-wrap:wrap}}.admin-users-table{min-width:0}.admin-users-table-head{display:none}.admin-user-notes{min-width:0;display:grid;grid-gap:10px;gap:10px}.admin-user-notes>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.admin-user-notes span{color:#89818f;font-size:10px;font-weight:750}.admin-user-notes p,.admin-user-notes strong{margin:0;overflow:hidden;color:#403847;font-size:12px;line-height:1.35;text-overflow:ellipsis}.admin-user-notes p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.admin-user-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.admin-icon-action{width:38px;height:38px;display:inline-grid;place-items:center;padding:0;border:1px solid #e4dee8;border-radius:11px;background:#fff;color:#4e4658;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.admin-icon-action:hover{transform:translateY(-1px);border-color:#cfc4d8;background:#faf8fb}.admin-icon-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-icon-action.danger{border-color:#f0d7da;background:#fff7f7;color:#c6464f}.admin-icon-action.danger:hover{border-color:#eabfc4;background:#fff0f1}.admin-icon-action:disabled{opacity:.38;cursor:default;transform:none}.admin-dialog-backdrop{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:20px;background:rgba(35,30,42,.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.admin-dialog{width:min(100%,480px);display:grid;grid-gap:14px;gap:14px;padding:24px;border:1px solid rgba(70,58,82,.12);border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(35,29,45,.22)}.admin-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-dialog-head span{color:#8c8392;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-dialog-head h3{margin:3px 0 0;color:#2e2834;font-size:20px}.admin-dialog-head>button{width:34px;height:34px;border:0;border-radius:10px;background:#f4f0f6;color:#726879;font:inherit;font-size:21px;cursor:pointer}.admin-dialog label{display:grid;grid-gap:7px;gap:7px}.admin-dialog label>span{color:#5f5666;font-size:12px;font-weight:750}.admin-dialog input,.admin-dialog textarea{width:100%;border:1px solid #ddd6e3;border-radius:12px;outline:none;background:#fff;color:#2e2834;font:inherit;font-size:13px}.admin-dialog input{height:44px;padding:0 13px}.admin-dialog textarea{min-height:100px;padding:12px 13px;resize:vertical}.admin-dialog input:focus,.admin-dialog textarea:focus{border-color:#8f77b5;box-shadow:0 0 0 4px rgba(143,119,181,.1)}.admin-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:4px}.admin-dialog-actions button{min-height:42px;padding:0 18px;border:1px solid #e0d9e5;border-radius:11px;background:#fff;color:#514858;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.admin-dialog-actions button.primary{border-color:#6f5586;background:#6f5586;color:#fff}.admin-dialog-actions button.danger{border-color:#d94850;background:#d94850;color:#fff}.admin-delete-dialog>p{margin:0;color:#625a68;font-size:13px;line-height:1.5}.admin-delete-dialog>strong{color:#c43e47;font-size:12px}@media (min-width:721px){.account-modal-wide{width:min(calc(100vw - 64px),1180px)}.admin-users-panel{gap:16px}.admin-create-user{padding:17px}.admin-create-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.admin-users-tools{grid-template-columns:minmax(0,1fr) 210px}.admin-users-tools select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235c5364' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.admin-filter-tabs{margin-top:-3px}.admin-users-table{overflow:hidden;border:1px solid #e8e2eb;border-radius:18px;background:#fff}.admin-users-table-head{display:grid;grid-template-columns:minmax(165px,1.1fr) minmax(210px,1.35fr) 150px 145px 84px;grid-gap:14px;gap:14px;padding:12px 15px;border-bottom:1px solid #ece7ef;background:#faf8fb;color:#77707e;font-size:10px;font-weight:850;letter-spacing:.02em}.admin-users-list{gap:0}.admin-user-row{grid-template-columns:minmax(165px,1.1fr) minmax(210px,1.35fr) 150px 145px 84px;gap:14px;min-height:112px;padding:14px 15px;border:0;border-bottom:1px solid #eee9f0;border-radius:0;background:#fff}.admin-user-row:last-child{border-bottom:0}.admin-user-row.state-expired{background:#fffcf8}.admin-user-row.state-inactive{background:#fffafa}.admin-date-field{align-self:center}.admin-date-field>span{font-size:10px}.admin-date-field input{height:42px}.admin-access-toggle{align-self:center;min-height:42px}.admin-user-actions{align-self:center}}@media (max-width:720px){.admin-user-notes{padding:10px 0;border-top:1px solid #eee9f0;border-bottom:1px solid #eee9f0}.admin-user-actions{justify-content:flex-start}.admin-dialog{padding:20px;border-radius:20px}}@media (min-width:761px){.topbar{position:relative}.desktop-account-button{position:absolute;top:28px;right:30px;z-index:3;margin:0}.header-stats{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:58px}.header-stat-card{align-self:stretch}}@media (max-width:760px){body:has(.top-shell.calendar-active),html:has(.top-shell.calendar-active){height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch}.top-shell.calendar-active{min-height:100dvh}.calendar-panel,.mobile-calendar,.mobile-week-calendar,.mobile-week-viewport,.top-shell.calendar-active,.top-shell.calendar-active .content,.top-shell.calendar-active .main{height:auto!important;overflow:visible!important;touch-action:auto!important}.mobile-week-horizontal{display:block;height:auto!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:none!important;scroll-behavior:auto!important;overscroll-behavior-x:contain;overscroll-behavior-y:auto;touch-action:pan-x pan-y!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-week-horizontal::-webkit-scrollbar{display:none}.mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 12)!important;min-height:calc(var(--mobile-hour-height) * 12)!important;overflow:visible!important;overscroll-behavior:visible!important;-webkit-overflow-scrolling:auto}.mobile-time-gutter,.mobile-time-scroll-labels,.mobile-week-day-column,.mobile-week-day-head,.mobile-week-event,.mobile-week-grid,.mobile-week-head-row,.mobile-week-scroll-area,.mobile-week-track{touch-action:pan-x pan-y!important}.mobile-week-day-head{scroll-snap-align:none!important;scroll-snap-stop:normal!important}.mobile-week-event{-webkit-user-drag:none;-webkit-tap-highlight-color:transparent}}.event-card,.floating-event,.mobile-day-event,.mobile-week-event{color:var(--event-text-color,#17213a)!important;text-shadow:none!important}.event-card *,.floating-event *,.mobile-day-event *,.mobile-week-event *{color:inherit!important}.event-bottom-row .event-package-counter,.event-note-icon,.event-package-counter,.mobile-day-event em,.mobile-event-note-icon,.mobile-week-event em{color:inherit!important;opacity:.78;text-shadow:none!important}.event-note-icon svg,.mobile-event-note-icon svg{color:inherit!important}.favorite-color-dot,.favorite-color-dot.premium{box-shadow:0 0 0 1px rgba(23,33,58,.08),0 5px 14px rgba(23,33,58,.08)}@media (max-width:760px){.mobile-day-event,.mobile-week-event{color:var(--event-text-color,#17213a)!important;text-shadow:none!important}.mobile-week-event strong{font-size:clamp(12px,3.45vw,15px)!important;line-height:1.16!important;letter-spacing:-.01em}.mobile-week-event-time{font-size:clamp(10px,2.8vw,12px)!important;line-height:1.08!important}.mobile-week-event em{font-size:clamp(9px,2.45vw,11px)!important;line-height:1!important}.mobile-day-event strong{font-size:clamp(15px,4.15vw,19px)!important;line-height:1.14!important;letter-spacing:-.015em}.mobile-day-event-time{font-size:clamp(12px,3.25vw,15px)!important;line-height:1.08!important}.mobile-day-event em{font-size:clamp(10px,2.8vw,13px)!important}.mobile-day-event,.mobile-week-event{padding-inline:clamp(7px,2.2vw,12px)!important}}@media (min-width:400px) and (max-width:760px){.mobile-week-event strong{font-size:14px!important}.mobile-week-event-time{font-size:11px!important}.mobile-week-event em{font-size:10px!important}.mobile-day-event strong{font-size:18px!important}.mobile-day-event-time{font-size:14px!important}.mobile-day-event em{font-size:12px!important}}@media (max-width:760px){.mobile-day-event,.mobile-week-event{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.mobile-day-event,.mobile-day-event .mobile-event-note-icon,.mobile-day-event em,.mobile-day-event strong,.mobile-day-event-time,.mobile-week-event,.mobile-week-event .mobile-event-note-icon,.mobile-week-event em,.mobile-week-event strong,.mobile-week-event-time{color:var(--event-text-color,#17213a)!important;-webkit-text-fill-color:var(--event-text-color,#17213a)!important}.mobile-day-event .mobile-event-note-icon svg,.mobile-week-event .mobile-event-note-icon svg{color:var(--event-text-color,#17213a)!important;stroke:currentColor!important}}.entry-duplicate-btn{background:#eef2ff;color:#4438a8;border:1px solid #d9ddff}.entry-duplicate-btn:hover{background:#e4e8ff;border-color:#cbd1ff}.entry-modal{border-radius:24px}.entry-modal .client-modal-head{margin-bottom:14px}.entry-modal .client-modal-kicker{margin-bottom:4px;font-size:12px}.entry-modal .client-modal-head h3{margin:0;font-size:24px;line-height:1.08}.entry-modal-grid{gap:8px}.entry-modal .client-info-card{padding:11px 12px;border-radius:14px}.entry-modal .client-info-label{margin-bottom:4px;font-size:12px}.entry-modal .client-info-value{font-size:16px}.entry-modal .entry-client-comment{margin-top:4px;max-width:290px;font-size:13px;line-height:1.35}.entry-modal .entry-notes-card{padding:8px 0 0;border:0;border-radius:0;background:transparent}.entry-modal .entry-notes-card .client-info-label{padding:0 2px;margin-bottom:5px}.entry-modal .notes-field{box-sizing:border-box;min-height:58px!important;height:58px;max-height:76px;padding:9px 11px!important;border:1px solid #dbe2ec!important;border-radius:12px!important;font-size:14px!important;line-height:1.35;resize:none}.entry-modal .notes-field:active,.entry-modal .notes-field:focus,.entry-modal .notes-field:focus-visible{border:1px solid #aeb9ca!important;box-shadow:0 0 0 3px rgba(91,92,230,.1)!important;background:#fff!important}.entry-modal-actions{gap:8px;margin-top:12px}.entry-modal-row-actions{gap:8px}.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .secondary-btn{min-height:40px;padding:9px 12px;border-radius:12px;line-height:1.15}.entry-modal .entry-duplicate-btn{min-height:42px}@media (max-width:767px){.entry-modal{top:auto;right:10px;bottom:10px;left:10px;width:auto;max-width:none;max-height:calc(100dvh - 20px);padding:16px;border-radius:22px}.entry-modal .client-modal-head{margin-bottom:12px}.entry-modal .client-modal-head h3{font-size:22px}.entry-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.entry-modal .client-info-card{padding:10px;border-radius:13px}.entry-modal .entry-notes-card{grid-column:1/-1;padding:7px 0 0;border:0!important;border-radius:0!important;background:transparent!important}.entry-modal .notes-field{min-height:56px!important;height:56px!important;max-height:72px;border-radius:11px!important;font-size:16px!important}.entry-modal-actions{gap:7px;margin-top:10px}.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .secondary-btn{min-height:38px!important;padding:8px 10px;border-radius:11px;font-size:13px}}.entry-modal{--entry-radius:18px;--entry-border:#dfe5ee;--entry-text:#14213d;--entry-muted:#6f7d95;width:390px;padding:18px;border-radius:26px;color:var(--entry-text);background:rgba(255,255,255,.985);border-color:rgba(216,223,233,.96);box-shadow:0 22px 64px rgba(24,35,58,.18)}.entry-modal .icon-btn{width:42px;height:42px;min-width:42px;border-radius:var(--entry-radius);border:1px solid var(--entry-border);background:#fff;color:var(--entry-text);box-shadow:0 6px 18px rgba(28,39,64,.06)}.entry-modal .client-info-label,.entry-modal .client-modal-kicker{color:var(--entry-muted)}.entry-modal .client-info-card,.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .notes-field,.entry-modal .secondary-btn{border-radius:var(--entry-radius)!important}.entry-modal .client-info-card{min-height:84px;padding:12px 14px;border:1px solid var(--entry-border);background:#fbfcfe;box-shadow:none}.entry-modal .entry-notes-card{min-height:0;padding:7px 0 0;border:0!important;background:transparent!important}.entry-modal .notes-field{height:68px!important;min-height:68px!important;max-height:68px!important;padding:11px 13px!important;border:1px solid var(--entry-border)!important;background:#fff!important;color:var(--entry-text);box-shadow:none!important}.entry-modal .notes-field:focus,.entry-modal .notes-field:focus-visible{border-color:#b9b3ed!important;box-shadow:0 0 0 3px rgba(112,97,210,.12)!important}.entry-modal-actions{gap:9px;margin-top:13px}.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .secondary-btn{min-height:42px!important;padding:10px 14px;font-size:14px;font-weight:700}.entry-modal .entry-duplicate-btn{min-height:44px!important;border:1px solid #cbc6f5;background:#e9e7ff;color:#4f46a8}.entry-modal .entry-duplicate-btn:hover{background:#dedbff;border-color:#bbb4ef}.entry-modal-row-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-gap:9px;gap:9px}.entry-modal-row-actions .secondary-btn{border:1px solid var(--entry-border);background:#fff;color:var(--entry-text)}.entry-modal-row-actions .secondary-btn:hover{background:#f6f8fb;border-color:#cfd7e3}.entry-modal .danger-btn.full,.entry-modal-row-actions .danger-btn{border:1px solid #f3cccc;background:#fff0f0;color:#bf3c46}.entry-modal .danger-btn.full:hover,.entry-modal-row-actions .danger-btn:hover{background:#ffe5e6;border-color:#edb9bc}@media (max-width:767px){.entry-modal{right:12px;bottom:12px;left:12px;padding:16px;border-radius:24px}.entry-modal .icon-btn{width:40px;height:40px;min-width:40px}.entry-modal .client-info-card{min-height:78px;padding:11px 12px}.entry-modal .notes-field{height:64px!important;min-height:64px!important;max-height:64px!important}.entry-modal-row-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:8px}.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .secondary-btn{min-height:40px!important;padding:9px 10px;font-size:14px}}.entry-modal,.entry-modal *{box-sizing:border-box}@media (max-width:767px){.entry-modal{top:auto!important;right:max(12px,env(safe-area-inset-right))!important;bottom:max(12px,env(safe-area-inset-bottom))!important;left:max(12px,env(safe-area-inset-left))!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain}.entry-modal .client-info-card,.entry-modal .notes-field,.entry-modal-actions,.entry-modal-grid,.entry-modal-row-actions{min-width:0;max-width:100%}.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .secondary-btn{min-width:0;white-space:normal;overflow-wrap:anywhere}}@media (max-width:359px){.entry-modal{right:max(8px,env(safe-area-inset-right))!important;bottom:max(8px,env(safe-area-inset-bottom))!important;left:max(8px,env(safe-area-inset-left))!important;padding:14px!important;border-radius:20px!important}.entry-modal .client-modal-head{padding-right:46px}.entry-modal .client-modal-head h3{font-size:20px}.entry-modal .icon-btn{width:38px;height:38px;min-width:38px;border-radius:14px}.entry-modal-grid{grid-template-columns:1fr!important;gap:7px}.entry-modal .client-info-card{min-height:0;padding:9px 11px}.entry-modal .notes-field{height:58px!important;min-height:58px!important;max-height:58px!important}.entry-modal-actions{margin-top:9px;gap:7px}.entry-modal-row-actions{grid-template-columns:1fr 1fr!important;gap:7px}.entry-modal .danger-btn,.entry-modal .entry-toggle-btn,.entry-modal .secondary-btn{min-height:38px!important;padding:8px 7px;font-size:13px}}@media (max-width:319px){.entry-modal-row-actions{grid-template-columns:1fr!important}}.offline-mode-banner{position:-webkit-sticky;position:sticky;top:0;z-index:10000;display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:9px 18px;background:#fff4cf;color:#59470d;border-bottom:1px solid #ead793;box-shadow:0 6px 20px rgba(44,35,5,.08);font-size:13px;line-height:1.35;text-align:center}.offline-mode-banner strong{font-weight:800;white-space:nowrap}.offline-mode-banner span{font-weight:500}.offline-readonly .add-personal-btn,.offline-readonly .add-session-btn,.offline-readonly .client-save-btn,.offline-readonly .danger-btn,.offline-readonly .favorite-color-remove,.offline-readonly .favorite-color-save-btn,.offline-readonly .mobile-fab,.offline-readonly .primary-btn,.offline-readonly .session-cancel-button,.offline-readonly .session-repeat-button,.offline-readonly .session-reschedule-button,.offline-readonly .tariff-delete-btn{opacity:.48!important;cursor:not-allowed!important}@media (max-width:640px){.offline-mode-banner{position:fixed;left:8px;right:8px;top:max(8px,env(safe-area-inset-top));min-height:0;padding:9px 12px;border:1px solid #ead793;border-radius:14px;flex-direction:column;gap:1px;font-size:11px}.offline-readonly{padding-top:58px}}.offline-empty-screen,.offline-loading-screen{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f7f7fb;color:#24253a;font-family:inherit}.offline-loading-screen{font-weight:700}.offline-empty-card{width:min(420px,100%);padding:28px;border:1px solid #e7e5f1;border-radius:24px;background:#fff;box-shadow:0 18px 60px rgba(42,38,70,.12);text-align:center}.offline-empty-icon{width:52px;height:52px;margin:0 auto 16px;display:grid;place-items:center;border-radius:17px;background:#eeeaff;color:#6655c7;font-size:25px;font-weight:800}.offline-empty-card h1{margin:0 0 10px;font-size:22px;line-height:1.2}.offline-empty-card p{margin:0 0 20px;color:#6b6d7d;font-size:14px;line-height:1.55}.offline-empty-card button{min-height:42px;padding:0 20px;border:0;border-radius:14px;background:#6d5bd0;color:#fff;font:inherit;font-weight:750;cursor:pointer}.offline-mode-banner{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.offline-mode-banner>div{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:center}.offline-status-dot{width:9px;height:9px;border-radius:999px;flex:0 0 9px;background:#e4a11b;box-shadow:0 0 0 4px rgba(228,161,27,.16)}.offline-mode-banner.syncing{background:#eef8f1;color:#2e6840;border-color:#cfe8d6}.offline-mode-banner.syncing .offline-status-dot{background:#49a765;box-shadow:0 0 0 4px rgba(73,167,101,.16)}@media (max-width:640px){.offline-mode-banner>div{display:flex;flex-direction:column;align-items:flex-start;gap:0;text-align:left}.offline-mode-banner{justify-content:flex-start!important}.offline-mode-banner span,.offline-mode-banner strong{white-space:normal}}.calendar-create-actions{flex-wrap:wrap;justify-content:flex-end}.drawer-subtitle{margin:-4px 0 14px;color:#7a8498;font-size:13px;line-height:1.4}.event-card.personal-task{background:#e7e9f1;color:#17213a}@media (max-width:760px){.mobile-quick-add-option-icon.task{color:#4d5870;background:#e7e9f1}.mobile-quick-add-menu{max-height:calc(100dvh - 120px);overflow-y:auto;overscroll-behavior:contain}}.reports-dashboard-v2{max-width:1180px;margin:0 auto}.report-period-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;padding:5px;background:#f1f3f8;border-radius:14px;margin:4px 0 18px}.report-metric-tabs button,.report-period-tabs button{border:0;background:transparent;color:#747b91;font:inherit;font-weight:650;cursor:pointer;border-radius:10px;transition:.18s ease}.report-period-tabs button{padding:10px 14px}.report-metric-tabs button.active,.report-period-tabs button.active{background:#fff;color:#252b3f;box-shadow:0 3px 12px rgba(42,48,74,.09)}.report-income-hero{position:relative;overflow:hidden;padding:27px 30px 25px;border:1px solid #e6e8f0;border-radius:22px;background:linear-gradient(135deg,#fff,#f7f4ff);display:flex;flex-direction:column;gap:7px;box-shadow:0 10px 30px rgba(40,45,70,.045)}.report-income-hero:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-70px;top:-100px;background:rgba(127,101,224,.1)}.report-income-hero>*{position:relative;z-index:1}.report-income-hero .report-eyebrow{font-size:13px;font-weight:700;color:#7b8094;text-transform:none}.report-income-hero strong{font-size:clamp(34px,5vw,54px);line-height:1.02;letter-spacing:-.045em;color:#24293c}.report-income-hero>span:last-child{font-size:14px;color:#777d90}.report-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;margin:14px 0}.report-kpi-card{min-height:112px;padding:18px;border:1px solid #e7e9f1;border-radius:18px;background:#fff;display:flex;flex-direction:column;box-shadow:0 6px 20px rgba(40,45,70,.035)}.report-kpi-card strong{font-size:27px;line-height:1.1;color:#2b3044;letter-spacing:-.025em}.report-kpi-card span{font-size:13px;color:#7d8294}.report-best-card,.report-chart-card,.report-history-card{border:1px solid #e7e9f1;border-radius:20px;background:#fff;box-shadow:0 6px 22px rgba(40,45,70,.035)}.report-chart-card{padding:21px 22px 18px}.report-chart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.report-section-kicker{display:block;color:#8a8fa0;font-size:12px;font-weight:700;margin-bottom:3px}.report-chart-head h3{margin:0;font-size:20px;color:#2d3246}.report-metric-tabs{display:flex;gap:4px;padding:4px;background:#f2f3f7;border-radius:11px}.report-metric-tabs button{padding:7px 11px;font-size:12px}.report-mini-chart{display:flex;align-items:stretch;gap:8px;min-height:230px;overflow-x:auto;padding:4px 2px 2px;scrollbar-width:thin}.report-chart-column{flex:1 0 64px;min-width:58px;display:grid;grid-template-rows:30px 150px auto;grid-gap:7px;gap:7px;text-align:center}.report-chart-value{font-size:10px;color:#8a8fa0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:end}.report-chart-track{height:150px;border-radius:9px;background:#f3f4f8;display:flex;align-items:flex-end;overflow:hidden}.report-chart-bar{width:100%;min-height:3px;border-radius:9px 9px 4px 4px;background:linear-gradient(180deg,#8a72dd,#6f58c7);transition:height .3s ease}.report-chart-label{font-size:10px;line-height:1.25;color:#777d90;white-space:normal}.report-bottom-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(240px,.75fr);grid-gap:14px;gap:14px;margin-top:14px}.report-history-card{padding:20px 22px}.report-section-title{font-size:17px;font-weight:750;color:#2d3246;margin-bottom:9px}.report-history-list{max-height:380px;overflow:auto}.report-history-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #eef0f4}.report-history-row:last-child{border-bottom:0}.report-history-row>div{display:flex;flex-direction:column;gap:3px}.report-history-row strong{font-size:14px;color:#353a4d;text-transform:capitalize}.report-history-row span{font-size:12px;color:#9296a5}.report-history-row b{font-size:15px;color:#34394d;white-space:nowrap}.report-best-card{padding:23px;display:flex;flex-direction:column;justify-content:center;min-height:190px;background:linear-gradient(145deg,#2b3045,#3a405b);color:#fff}.report-best-card span{font-size:13px;color:rgba(255,255,255,.68);margin-bottom:11px}.report-best-card strong{font-size:31px;letter-spacing:-.035em;line-height:1.1}.report-best-card b{font-size:14px;margin-top:10px;color:#d9d3ff;text-transform:capitalize}@media (max-width:850px){.report-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-bottom-grid{grid-template-columns:1fr}.report-best-card{min-height:150px}}@media (max-width:600px){.reports-dashboard-v2{padding:0 12px 94px!important}.reports-dashboard-v2 .reports-header{padding-left:0!important;padding-right:0!important}.report-period-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:5;margin:0 0 12px;border-radius:12px}.report-period-tabs button{padding:9px 4px;font-size:12px}.report-income-hero{padding:22px 20px;border-radius:18px}.report-income-hero strong{font-size:38px}.report-kpi-grid{gap:9px;margin:10px 0}.report-kpi-card{min-height:100px;padding:15px;border-radius:16px}.report-kpi-card strong{font-size:23px}.report-chart-card{padding:17px 14px 14px;border-radius:17px}.report-chart-head{align-items:center;margin-bottom:14px}.report-mini-chart{min-height:205px;gap:6px}.report-chart-column{flex-basis:54px;grid-template-rows:28px 130px auto}.report-chart-track{height:130px}.report-chart-value{font-size:9px}.report-best-card,.report-history-card{border-radius:17px}}.report-period-tabs{background:#e8ebf3}.report-income-hero:after{width:118px;height:118px;right:-34px;top:-54px;background:rgba(127,101,224,.09)}.report-kpi-card{position:relative;justify-content:flex-end;gap:5px}.report-kpi-icon{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#6c55e8;background:#f0edff;margin-bottom:auto}@media (max-width:700px){.report-period-tabs{background:#e5e8f0}.report-income-hero:after{width:92px;height:92px;right:-28px;top:-43px}.report-kpi-icon{width:31px;height:31px;border-radius:10px}}.report-mini-chart{scroll-behavior:smooth;overscroll-behavior-x:contain;scroll-snap-type:x proximity}.report-chart-column{scroll-snap-align:end}.report-kpi-card{justify-content:space-between;gap:16px;min-height:116px;background:linear-gradient(180deg,#fff,#fcfcfe)}.report-kpi-head{display:flex;align-items:center;gap:8px;color:#73798c;min-width:0}.report-kpi-head svg{width:18px;height:18px;flex:0 0 auto;color:#6f5ce7;stroke-width:1.8}.report-kpi-head span{font-size:13px;line-height:1.2;color:#73798c}.report-kpi-card strong{margin-top:auto;font-size:30px}.report-kpi-icon{display:none}@media (max-width:600px){.report-kpi-card{min-height:104px;padding:15px 16px;gap:13px}.report-kpi-head{gap:7px}.report-kpi-head svg{width:17px;height:17px}.report-kpi-head span{font-size:12px}.report-kpi-card strong{font-size:25px}}.client-summary-card{margin-top:16px;border:1px solid #e6e9f2;border-radius:22px;padding:18px;background:linear-gradient(180deg,#fbfbff,#f7f6ff)}.client-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.client-summary-kicker{font-size:17px;font-weight:800;color:#0f1c3c}.client-summary-subtitle{margin-top:3px;font-size:12px;line-height:1.35;color:#7a8499}.client-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.client-summary-item{min-width:0;display:flex;align-items:flex-start;gap:10px;border:1px solid rgba(126,87,194,.12);border-radius:16px;padding:12px;background:rgba(255,255,255,.82)}.client-summary-icon{flex:0 0 28px;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#efecff;color:#6f57c7;font-size:14px;font-weight:800;line-height:1}.client-summary-label{margin-bottom:4px;color:#7a8499;font-size:11px;line-height:1.25}.client-summary-value{color:#17213e;font-size:14px;font-weight:750;line-height:1.3;overflow-wrap:anywhere}@media (max-width:560px){.client-summary-card{padding:14px;border-radius:18px}.client-summary-grid{grid-template-columns:1fr;gap:8px}.client-summary-item{padding:11px;align-items:center}.client-summary-icon{flex-basis:26px;width:26px;height:26px;border-radius:9px}.client-summary-value{font-size:13px}}:root{--ui-bg:#f4f5f8;--ui-surface:#ffffff;--ui-surface-soft:#f8f8fb;--ui-surface-tint:#f4f1ff;--ui-border:#e4e7ef;--ui-border-strong:#d8dce7;--ui-text:#171b2e;--ui-muted:#747b8f;--ui-muted-2:#969bad;--ui-accent:#6f5bd4;--ui-accent-strong:#5f49c8;--ui-accent-soft:#efecff;--ui-danger:#c94c5f;--ui-success:#2f8b62;--ui-radius-xs:10px;--ui-radius-sm:14px;--ui-radius-md:18px;--ui-radius-lg:22px;--ui-radius-xl:28px;--ui-shadow-sm:0 4px 14px rgba(28,32,52,.045);--ui-shadow-md:0 10px 30px rgba(28,32,52,.065);--ui-control-h:44px}body,html{background:var(--ui-bg)}body{color:var(--ui-text);font-family:Onest,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit}button{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}button:active{transform:translateY(1px)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(111,91,212,.18)!important;outline-offset:2px}.top-shell{background:var(--ui-bg);padding:18px}.client-comment-modal,.client-modal,.client-summary-card,.drawer,.panel,.report-best-card,.report-chart-card,.report-history-card,.report-income-hero,.report-kpi-card,.table-wrap,.topbar{border-color:var(--ui-border)!important}.topbar{border-radius:var(--ui-radius-xl)}.panel,.topbar{box-shadow:var(--ui-shadow-sm)}.panel{border-radius:var(--ui-radius-lg);background:var(--ui-surface)}.panel-header{margin-bottom:16px}.client-history-title,.panel-title,.report-section-title{color:var(--ui-text);letter-spacing:-.018em}.panel-title{font-size:21px;line-height:1.2}.panel-subtitle{color:var(--ui-muted);line-height:1.45}.top-nav{gap:8px}.mobile-view-toggle button,.nav-btn,.report-metric-tabs button,.report-period-tabs button,.tab,.week-switch-btn{min-height:40px;border-radius:12px;font-weight:680}.nav-btn{background:#eceef4;color:#586078;padding:10px 16px;font-size:16px}.nav-btn.active,.tab.active,.week-switch-btn.active{background:var(--ui-accent)!important;color:#fff!important;box-shadow:0 6px 16px rgba(111,91,212,.22)}.mobile-view-toggle,.report-metric-tabs,.report-period-tabs{border:1px solid #dfe2eb;background:#e9ebf1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.report-metric-tabs button.active,.report-period-tabs button.active{color:#262b3f;border:1px solid rgba(111,91,212,.08);box-shadow:0 3px 10px rgba(34,39,62,.1)}.client-edit-btn,.danger-btn,.ghost-btn,.primary-btn,.secondary-btn,.table-delete-btn,.tariff-delete-btn{min-height:var(--ui-control-h);border-radius:13px!important;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;line-height:1}.primary-btn{background:var(--ui-accent)!important;border:1px solid var(--ui-accent)!important;color:#fff!important;box-shadow:0 7px 18px rgba(111,91,212,.2)}.primary-btn:hover{background:var(--ui-accent-strong)!important;border-color:var(--ui-accent-strong)!important}.client-edit-btn,.ghost-btn,.secondary-btn{background:#fff!important;border:1px solid var(--ui-border-strong)!important;color:#31374f!important;box-shadow:none!important}.client-edit-btn:hover,.ghost-btn:hover,.secondary-btn:hover{background:#f5f5f8!important;border-color:#cfd3df!important}.danger-btn,.table-delete-btn,.tariff-delete-btn{background:#fff6f7!important;border:1px solid #f0cfd5!important;color:var(--ui-danger)!important}.danger-btn:hover,.table-delete-btn:hover,.tariff-delete-btn:hover{background:#fdecef!important}.icon-btn{width:46px;height:46px;border-radius:13px!important;border-color:var(--ui-border-strong)!important;background:#fff!important}.field label,.field-box span,.mobile-tariff-field label{color:#5f667b;font-size:12px;font-weight:720;letter-spacing:.01em}.client-comment-textarea,.client-status-select,.field input,.field select,.field textarea,.field-box input,.field-box select,.mobile-tariff-input,.tariff-form input,.tariff-form select{min-height:var(--ui-control-h);border:1px solid var(--ui-border-strong)!important;border-radius:13px!important;background:#fff!important;color:var(--ui-text)!important;box-shadow:inset 0 1px 1px rgba(25,29,48,.025)}.client-comment-textarea,.field textarea{min-height:88px;line-height:1.5}.client-comment-textarea:focus,.field input:focus,.field select:focus,.field textarea:focus,.field-box input:focus,.field-box select:focus,.tariff-form input:focus,.tariff-form select:focus{border-color:#9d91dc!important;box-shadow:0 0 0 4px rgba(111,91,212,.1)!important}.table-wrap{overflow:hidden;border:1px solid var(--ui-border)!important;border-radius:var(--ui-radius-md)!important;background:#fff;box-shadow:none!important}.table{border-collapse:separate;border-spacing:0}.t-head,.table th{background:#f7f8fa!important;color:#6b7285!important;font-size:12px!important;font-weight:750!important;letter-spacing:.02em}.t-row,.table td{border-color:#eceef3!important}.table tbody tr{transition:background-color .16s ease}.table tbody tr:hover{background:#fafafe}.badge{border-radius:999px!important;min-height:28px;padding:5px 10px!important;font-size:11px!important;font-weight:720!important}.badge-paid{background:#eaf7f0!important;color:#267851!important}.badge-unpaid{background:#fff0f2!important;color:#b94b5d!important}.drawer-backdrop{background:rgba(21,24,39,.44)!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.client-comment-modal,.client-modal,.drawer{border-radius:24px!important;background:#fff!important;box-shadow:0 28px 80px rgba(22,25,43,.2)!important}.client-modal h3,.drawer h3{color:var(--ui-text);letter-spacing:-.02em}.drawer-actions{gap:10px;padding-top:14px;border-top:1px solid #eef0f4}.client-empty,.drawer-note,.tariff-form-placeholder{border-radius:var(--ui-radius-sm)!important;border-color:var(--ui-border)!important;background:#f8f8fb!important;color:var(--ui-muted)!important}.client-history-item,.client-info-card,.client-summary-item{border-color:var(--ui-border)!important;background:#fff!important;border-radius:var(--ui-radius-sm)!important}.client-info-label,.client-summary-label{color:var(--ui-muted)!important}.client-info-value,.client-summary-value{color:var(--ui-text)!important}.client-summary-card{border-radius:var(--ui-radius-lg)!important;background:linear-gradient(145deg,#fbfaff,#f5f3ff)!important;box-shadow:none!important}.client-summary-icon{background:var(--ui-accent-soft)!important;color:var(--ui-accent)!important;border-radius:10px!important}.client-history-item{box-shadow:none!important}.client-name-link{color:#242a43!important;font-weight:760!important}.clients-grid,.tariffs-grid{gap:12px}.client-comment-cell,.tariff-form,.tariff-note{border-color:var(--ui-border)!important}.tariff-name{color:var(--ui-text)!important;font-weight:760!important}.client-comment-text,.tariff-note{color:var(--ui-muted)!important}.report-income-hero{border-radius:var(--ui-radius-lg)!important;background:linear-gradient(135deg,#fff,#f5f2ff)!important;box-shadow:var(--ui-shadow-sm)!important}.report-income-hero:after{background:rgba(111,91,212,.08)!important}.report-kpi-grid{gap:12px}.report-kpi-card{border-radius:var(--ui-radius-md)!important;box-shadow:var(--ui-shadow-sm)!important}.report-kpi-head svg{color:var(--ui-accent)!important}.report-chart-card,.report-history-card{border-radius:var(--ui-radius-lg)!important;box-shadow:var(--ui-shadow-sm)!important}.report-chart-track{background:#f0f1f5!important}.report-chart-bar{background:linear-gradient(180deg,#8975df,#6f5bd4)!important}.report-history-row{border-color:#eceef3!important}.report-best-card{background:linear-gradient(145deg,#292e43,#393f5a)!important;box-shadow:var(--ui-shadow-md)!important}.calendar-panel,.report-best-card{border-radius:var(--ui-radius-lg)!important}.day-head{border-color:var(--ui-border)!important;border-radius:var(--ui-radius-lg) var(--ui-radius-lg) 0 0!important;background:#f7f8fa!important}.timeline-scroll{border-color:var(--ui-border)!important;border-radius:0 0 var(--ui-radius-lg) var(--ui-radius-lg)!important}.day-col,.day-head .cell,.day-head .empty,.hour-line,.time-col{border-color:#e7e9ef!important}.event-card,.mobile-day-event,.mobile-week-event{border-radius:12px!important;box-shadow:0 5px 14px rgba(25,29,48,.1)!important}.reschedule-banner{border-radius:var(--ui-radius-sm)!important;border-color:var(--ui-border)!important;background:#f8f8fb!important}@media (max-width:760px){:root{--ui-radius-lg:18px;--ui-radius-xl:22px;--ui-control-h:43px}.top-shell{padding:0 0 84px;background:#f5f5f8}.panel{border-radius:18px!important;box-shadow:none!important}.mobile-workspace-header{background:#fff;border-bottom:1px solid #eceef3}.mobile-workspace-stats,.mobile-workspace-title-row{padding-left:16px!important;padding-right:16px!important}.mobile-workspace-settings{border-radius:12px!important}.mobile-quick-add-menu{border-radius:22px 22px 0 0!important;box-shadow:0 -18px 50px rgba(22,25,43,.18)!important}.mobile-quick-add-option{border-radius:15px!important;border-color:var(--ui-border)!important;background:#fff!important}.mobile-quick-add-option-icon{border-radius:11px!important}.client-comment-modal,.client-modal,.drawer{border-radius:22px 22px 0 0!important}.danger-btn,.ghost-btn,.primary-btn,.secondary-btn{min-height:44px}.report-kpi-card{box-shadow:none!important}.report-period-tabs{border-radius:13px!important}}@media (prefers-reduced-motion:no-preference){.client-summary-card,.panel,.report-income-hero,.report-kpi-card{animation:uiPolishIn .22s ease both}@keyframes uiPolishIn{0%{opacity:.01;transform:translateY(4px)}to{opacity:1;transform:none}}}.client-summary-item{align-items:center!important;min-height:78px}.client-summary-item>div:last-child{min-width:0;flex:1 1 auto}.client-summary-icon{flex:0 0 34px!important;width:34px!important;height:34px!important;border-radius:11px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:0!important}.client-summary-icon svg{display:block;width:18px;height:18px;stroke-width:1.8}@media (max-width:560px){.client-summary-item{min-height:72px;padding:12px!important;gap:12px!important}.client-summary-icon{flex-basis:34px!important;width:34px!important;height:34px!important;border-radius:11px!important}.client-summary-icon svg{width:18px;height:18px}}.client-summary-icon svg{width:20px!important;height:20px!important;stroke-width:2!important;vector-effect:non-scaling-stroke}@media (max-width:760px){.mobile-view-toggle{grid-template-columns:1fr 1fr 48px}.mobile-full-week-toggle{display:grid;place-items:center;padding:0}.mobile-full-week-toggle svg{width:19px;height:19px}.mobile-week-viewport.full-week-overview{--mobile-hour-height:52px}.mobile-week-viewport.full-week-overview .mobile-week-horizontal{overflow-x:hidden!important;overflow-y:visible!important;touch-action:pan-y}.mobile-week-viewport.full-week-overview .mobile-week-track{width:100%!important;min-width:0!important}.mobile-week-viewport.full-week-overview .mobile-week-grid,.mobile-week-viewport.full-week-overview .mobile-week-head-row{grid-template-columns:repeat(7,minmax(0,1fr))!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head{min-width:0!important;padding:3px 0;gap:2px}.mobile-week-viewport.full-week-overview .mobile-week-day-head span{font-size:8px}.mobile-week-viewport.full-week-overview .mobile-week-day-head b{width:24px;height:24px;font-size:12px}.mobile-week-viewport.full-week-overview .mobile-week-scroll-area{height:min(62vh,560px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.mobile-week-viewport.full-week-overview .mobile-week-day-column{min-width:0!important}.mobile-week-viewport.full-week-overview .mobile-week-event{left:2px;right:2px;min-width:0;min-height:24px!important;padding:2px!important;border-radius:6px;display:grid;place-items:center;overflow:hidden;box-shadow:none}.mobile-week-viewport.full-week-overview .mobile-week-event strong{display:block;width:100%;font-size:11px;line-height:1;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:clip}.mobile-week-viewport.full-week-overview .mobile-event-note-icon,.mobile-week-viewport.full-week-overview .mobile-week-event em,.mobile-week-viewport.full-week-overview .mobile-week-event-time{display:none!important}}.session-detail-modal{--entry-accent:#5b55e7;width:430px;padding:24px;border-radius:30px}.session-detail-modal .client-modal-head{align-items:flex-start;margin-bottom:22px}.session-detail-modal .client-modal-kicker{font-size:14px;margin-bottom:6px;color:#8a93a5}.session-detail-modal .client-modal-head h3{font-size:30px;letter-spacing:-.02em}.session-detail-modal .entry-client-comment{display:inline-flex;width:auto;max-width:100%;margin-top:10px;padding:6px 10px;border-radius:10px;background:#eeecff;color:#5650d8;font-size:13px;font-weight:700}.session-detail-modal .icon-btn{width:44px;height:44px;min-width:44px;border-radius:15px;box-shadow:none;font-size:25px;font-weight:300}.session-detail-modal .entry-modal-grid{gap:12px}.session-detail-modal .client-info-card{min-height:104px;padding:16px;border-radius:20px!important;background:#fff;display:flex}.session-detail-modal .entry-detail-line{display:flex;gap:12px;width:100%}.session-detail-modal .entry-detail-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;color:var(--entry-accent);margin-top:1px}.session-detail-modal .entry-detail-icon svg{width:24px;height:24px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.session-detail-modal .client-info-label{font-size:14px;margin-bottom:5px}.session-detail-modal .client-info-value{font-size:18px;font-weight:750;line-height:1.2}.session-detail-modal .entry-detail-sub{margin-top:5px;color:#7d8799;font-size:13px}.session-detail-modal .entry-notes-card{display:block;min-height:0;margin-top:2px}.session-detail-modal .entry-notes-wrap{position:relative;width:100%}.session-detail-modal .notes-field{width:100%;height:118px!important;min-height:118px!important;max-height:118px!important;padding:16px 16px 30px!important;border-radius:20px!important;font-size:16px!important;background:#fff!important}.session-detail-modal .entry-notes-count{position:absolute;right:15px;bottom:12px;color:#8a93a5;font-size:12px;pointer-events:none}.session-detail-modal .entry-modal-actions{margin-top:16px;gap:10px}.session-detail-modal .entry-duplicate-btn{min-height:50px!important;border-radius:18px!important;background:#f0efff;color:#514bd6;border-color:#d9d6ff}.session-detail-modal .entry-modal-row-actions{gap:10px}.session-detail-modal .entry-modal-row-actions .danger-btn,.session-detail-modal .entry-modal-row-actions .secondary-btn{min-height:48px!important;border-radius:18px!important}@media(max-width:767px){.session-detail-modal{right:12px!important;left:12px!important;bottom:12px!important;padding:20px!important;border-radius:28px!important}.session-detail-modal .client-modal-head{margin-bottom:18px}.session-detail-modal .client-modal-head h3{font-size:28px}.session-detail-modal .client-info-card{min-height:98px;padding:14px 12px}.session-detail-modal .client-info-value{font-size:17px}.session-detail-modal .notes-field{height:108px!important;min-height:108px!important;max-height:108px!important}}@media(max-width:359px){.session-detail-modal{padding:16px!important}.session-detail-modal .client-info-card{min-height:90px;padding:12px 10px}.session-detail-modal .entry-detail-line{gap:8px}.session-detail-modal .entry-detail-icon{width:24px;height:24px;flex-basis:24px}.session-detail-modal .entry-detail-icon svg{width:21px;height:21px}.session-detail-modal .client-info-value{font-size:15px}.session-detail-modal .notes-field{height:92px!important;min-height:92px!important;max-height:92px!important}}.session-detail-modal{width:420px;padding:22px;border-radius:28px}.session-detail-modal .client-modal-head{margin-bottom:18px}.session-detail-modal .client-modal-kicker{font-size:13px;margin-bottom:4px}.session-detail-modal .client-modal-head h3{font-size:29px;line-height:1.04}.session-detail-modal .icon-btn{width:40px;height:40px;min-width:40px;border-radius:14px;font-size:22px}.session-detail-modal .entry-client-comment{margin-top:8px;padding:5px 9px;border-radius:9px;font-size:12px}.session-detail-modal .entry-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.session-detail-modal .client-info-card{min-height:92px;padding:14px;border-radius:18px!important;align-items:center;min-width:0}.session-detail-modal .entry-detail-line{gap:10px;align-items:flex-start;min-width:0}.session-detail-modal .entry-detail-line>div{min-width:0}.session-detail-modal .entry-detail-icon{width:25px;height:25px;flex-basis:25px}.session-detail-modal .entry-detail-icon svg{width:22px;height:22px;stroke-width:1.8}.session-detail-modal .client-info-label{font-size:13px;margin-bottom:4px;line-height:1.2}.session-detail-modal .client-info-value{font-size:17px;line-height:1.18;overflow-wrap:normal;word-break:normal}.session-detail-modal .entry-detail-sub{font-size:12px;margin-top:4px}.session-detail-modal .entry-meta-card{min-height:68px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;padding:11px 14px!important}.session-detail-modal .entry-meta-card .client-info-label{margin:0 0 4px!important}.session-detail-modal .entry-meta-card .client-info-value{margin:0!important;font-size:16px!important;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.session-detail-modal .entry-payment-value.is-paid{color:#2f7a61}.session-detail-modal .entry-payment-value.is-unpaid{color:#b14d5e}.session-detail-modal .entry-notes-card{grid-column:1/-1;min-height:0!important;padding:0!important;margin-top:0}.session-detail-modal .notes-field{height:94px!important;min-height:94px!important;max-height:94px!important;padding:14px 14px 28px!important;border-radius:18px!important;font-size:15px!important}.session-detail-modal .entry-notes-count{right:14px;bottom:10px;font-size:11px}.session-detail-modal .entry-modal-actions{margin-top:12px;gap:8px}.session-detail-modal .entry-duplicate-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px!important;border-radius:15px!important;background:#f1f0ff!important;color:#514bd6!important;border-color:#dedbff!important}.session-detail-modal .entry-action-icon{display:inline-flex;width:19px;height:19px;flex:0 0 19px}.session-detail-modal .entry-action-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.session-detail-modal .entry-toggle-btn{min-height:40px!important;border-radius:14px!important;background:#fff!important;color:#536078!important;border:1px solid #dbe1ea!important;box-shadow:none!important;font-weight:700!important}.session-detail-modal .entry-toggle-btn.paid{background:#fff!important;color:#536078!important;border-color:#dbe1ea!important}.session-detail-modal .entry-toggle-btn.unpaid{background:#f3f8f5!important;color:#2f7a61!important;border-color:#d9e9e1!important}.session-detail-modal .entry-modal-row-actions{display:grid!important;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.session-detail-modal .entry-modal-row-actions .danger-btn,.session-detail-modal .entry-modal-row-actions .secondary-btn{min-height:44px!important;border-radius:15px!important;padding:9px 10px!important;font-size:14px!important;white-space:nowrap}.session-detail-modal .entry-modal-row-actions .danger-btn{background:#fff7f8!important;color:#c9485b!important;border:1px solid #f0ccd2!important}@media(max-width:767px){.session-detail-modal{right:10px!important;left:10px!important;bottom:8px!important;padding:18px!important;border-radius:26px!important;max-height:calc(100dvh - 16px)!important}.session-detail-modal .client-modal-head{margin-bottom:14px}.session-detail-modal .client-modal-head h3{font-size:27px}.session-detail-modal .entry-modal-grid{gap:8px}.session-detail-modal .client-info-card{min-height:84px;padding:12px 10px}.session-detail-modal .entry-detail-line{gap:8px}.session-detail-modal .client-info-value{font-size:15px}.session-detail-modal .entry-detail-sub{font-size:11px}.session-detail-modal .entry-meta-card{min-height:60px!important;padding:9px 11px!important}.session-detail-modal .entry-meta-card .client-info-value{font-size:15px!important}.session-detail-modal .notes-field{height:82px!important;min-height:82px!important;max-height:82px!important}.session-detail-modal .entry-modal-actions{margin-top:10px;gap:7px}}@media(max-width:390px){.session-detail-modal{padding:16px!important}.session-detail-modal .client-modal-head h3{font-size:25px}.session-detail-modal .client-info-card{min-height:78px;padding:10px 9px}.session-detail-modal .entry-detail-icon{width:22px;height:22px;flex-basis:22px}.session-detail-modal .entry-detail-icon svg{width:20px;height:20px}.session-detail-modal .client-info-label{font-size:12px}.session-detail-modal .client-info-value{font-size:14px}.session-detail-modal .entry-meta-card{min-height:56px!important}.session-detail-modal .notes-field{height:72px!important;min-height:72px!important;max-height:72px!important}.session-detail-modal .entry-modal-row-actions .danger-btn,.session-detail-modal .entry-modal-row-actions .secondary-btn{font-size:13px!important;min-height:42px!important}}.session-detail-modal .entry-detail-line .client-info-value{white-space:nowrap}.session-detail-modal .entry-modal-grid>.client-info-card:first-child .entry-detail-icon svg,.session-detail-modal .entry-modal-grid>.client-info-card:nth-child(2) .entry-detail-icon svg{width:20px;height:20px}@media(max-width:390px){.session-detail-modal .entry-modal-grid>.client-info-card:first-child .entry-detail-icon svg,.session-detail-modal .entry-modal-grid>.client-info-card:nth-child(2) .entry-detail-icon svg{width:19px;height:19px}.session-detail-modal .entry-detail-line .client-info-value{font-size:14px!important;letter-spacing:-.01em}}@media (max-width:760px){.mobile-view-toggle{grid-template-columns:48px minmax(0,1fr) minmax(0,1fr)!important}.calendar-panel>.mobile-workspace-header{margin:0 0 16px!important;padding:8px 16px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.mobile-day-event.unpaid,.mobile-week-event.unpaid{background:#fff!important;color:#17213a!important;opacity:1!important;filter:none!important;box-shadow:none!important}.mobile-day-event.unpaid .mobile-day-event-time,.mobile-day-event.unpaid em,.mobile-day-event.unpaid strong,.mobile-week-event.unpaid .mobile-week-event-time,.mobile-week-event.unpaid em,.mobile-week-event.unpaid strong{color:#17213a!important;text-shadow:none!important}.top-shell.calendar-active{padding-bottom:calc(156px + env(safe-area-inset-bottom, 0px))!important}.mobile-day-view,.mobile-week-calendar{margin-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}.mobile-week-viewport.full-week-overview .mobile-week-scroll-area{padding-bottom:calc(104px + env(safe-area-inset-bottom, 0px));scroll-padding-bottom:calc(104px + env(safe-area-inset-bottom, 0px));box-sizing:content-box}.calendar-panel{background:transparent!important;box-shadow:none!important;border:0!important;border-radius:0!important}.top-shell.calendar-active{padding-bottom:calc(120px + env(safe-area-inset-bottom, 0px))!important}.mobile-day-view,.mobile-week-calendar{margin-bottom:0!important}.mobile-week-scroll-area,.mobile-week-viewport.full-week-overview .mobile-week-scroll-area{padding-bottom:0!important;scroll-padding-bottom:0!important;box-sizing:border-box!important}.calendar-panel{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.calendar-panel>.mobile-workspace-header{margin:0 0 16px!important;padding:18px 18px 19px!important;border:1px solid #e6eaf1!important;border-radius:24px!important;background:linear-gradient(145deg,#ffffff,#fafbfe 58%,#f4f7fb)!important;box-shadow:0 12px 32px rgba(15,23,42,.055)!important;overflow:hidden}.calendar-panel>.mobile-week-calendar{border:1px solid #e6e9f0!important;border-radius:24px!important;background:#fff!important;box-shadow:0 8px 24px rgba(21,24,42,.05)!important;overflow:hidden!important}.clients-panel{background:transparent!important;box-shadow:none!important;border:0!important}.mobile-clients{padding:22px 18px 18px!important;background:#fff!important;border:1px solid #e6e9f0!important;border-radius:24px!important;box-shadow:0 8px 24px rgba(21,24,42,.05)!important;overflow:hidden}.mobile-clients-head{margin:0 0 16px!important}.mobile-client-filters{margin:12px 0 16px!important;padding:0!important}.mobile-day-event{left:14px!important;right:14px!important;padding:5px 10px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.mobile-day-event-time{font-size:10px!important;line-height:1.05!important}.mobile-day-event strong{margin-top:2px!important;font-size:13px!important;line-height:1.08!important}.mobile-view-toggle{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mobile-full-week-toggle{width:100%!important;min-width:0!important}.mobile-week-toolbar{padding:8px 16px 6px!important}.mobile-view-toggle{margin:2px 16px 12px!important}.mobile-day-event{justify-content:center!important}.mobile-day-event strong{margin-top:0!important;font-size:15px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mobile-view-toggle{grid-template-columns:52px minmax(0,1fr) minmax(0,1fr)!important;border:0!important;box-shadow:none!important;background:#eceef4!important}.mobile-view-toggle button{border:0!important;outline:0!important;box-shadow:none!important}.mobile-view-toggle button.active{border:0!important;outline:0!important;box-shadow:0 2px 8px rgba(21,24,42,.08)!important}.mobile-day-time-gutter,.mobile-day-timeline{min-height:calc(var(--mobile-hour-height) * 12 + 34px)!important}.mobile-day-time-gutter span.last{transform:translateY(-100%) translateY(-2px)!important}.mobile-day-time-gutter,.mobile-day-timeline,.mobile-time-scroll-labels,.mobile-week-grid{min-height:calc(var(--mobile-hour-height) * 12 + 22px)!important}.mobile-time-scroll-labels,.mobile-week-grid{height:calc(var(--mobile-hour-height) * 12 + 22px)!important}.mobile-week-scroll-area{padding-bottom:0!important}.mobile-day-time-gutter,.mobile-day-timeline,.mobile-week-scroll-area{min-height:calc(var(--mobile-hour-height) * 12 + 14px)!important}.mobile-time-scroll-labels,.mobile-week-grid,.mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 12 + 14px)!important}.mobile-time-scroll-labels,.mobile-week-grid{min-height:calc(var(--mobile-hour-height) * 12 + 14px)!important}.mobile-day-time-gutter span.last,.mobile-time-scroll-labels span.last{transform:translateY(-100%)!important}.mobile-week-viewport.full-week-overview .mobile-week-scroll-area{padding-bottom:14px!important;scroll-padding-bottom:14px!important;box-sizing:border-box!important}.mobile-day-strip{gap:4px!important;padding:10px 8px 12px!important;border-bottom:1px solid #eff1f5!important;background:#fff!important}.mobile-day-strip-btn{min-height:58px!important;padding:5px 2px!important;border-radius:0!important;background:transparent!important}.mobile-day-strip-btn span{font-size:10px!important;font-weight:700!important;line-height:1!important;letter-spacing:.03em!important;color:#9a9ead!important}.mobile-day-strip-btn b{width:32px!important;height:32px!important;border-radius:999px!important;font-size:16px!important;font-weight:800!important;color:#25283b!important;background:transparent!important}.mobile-day-strip-btn.selected b{color:#fff!important;background:var(--mobile-app-accent)!important;box-shadow:0 5px 12px rgba(93,92,242,.24)!important}.mobile-day-strip-btn.today:not(.selected) b{color:var(--mobile-app-accent)!important;background:#f0f0ff!important;box-shadow:none!important}.mobile-day-view,.mobile-week-viewport{border-top:1px solid #eff1f5!important}.mobile-day-strip,.mobile-week-head-row{border-bottom:1px solid #eff1f5!important}.mobile-day-time-gutter,.mobile-time-gutter,.mobile-week-day-column,.mobile-week-day-head{border-color:#eff1f5!important}.mobile-day-hour-line,.mobile-week-hour-line{border-top:1px solid #eff1f5!important}.mobile-day-timeline,.mobile-week-scroll-area{border-top:0!important}.mobile-day-column{overflow:hidden!important;background:#fff!important}.mobile-day-time-gutter span,.mobile-time-scroll-labels span{font-size:10px!important;font-weight:500!important;color:#969baa!important;background:#fff!important}.mobile-day-timeline,.mobile-day-view,.mobile-week-scroll-area,.mobile-week-viewport{border-top:0!important}}.client-modal-head-actions{display:flex;align-items:center;gap:10px}.client-modal-edit-btn{min-height:42px;padding:0 16px;border:1px solid #dedff0;border-radius:14px;background:#f4f3ff;color:#5554df;font:inherit;font-weight:750;cursor:pointer}.client-modal-edit-btn:hover{background:#ecebff}@media (max-width:760px){.client-modal-head-actions{gap:7px}.client-modal-edit-btn{min-height:38px;padding:0 12px;border-radius:12px;font-size:13px}.mobile-day-strip,.mobile-week-head-row{border-bottom:0!important}.mobile-day-view,.mobile-week-viewport{border-top:1px solid #eff1f5!important}.mobile-day-timeline,.mobile-week-scroll-area{border-top:0!important}}.client-modal-edit-btn{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.client-modal-edit-btn svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media (max-width:760px){.client-modal-edit-btn{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}}:root,:root[data-theme=violet]{--ui-accent:#625cf6;--ui-accent-2:#7b76f8;--ui-soft:#f1f0ff;--ui-soft-2:#e8e6ff;--ui-page:#f3f4f8;--ui-tint:#fafaff;--ui-focus:rgba(98,92,246,.14);--accent:var(--ui-accent)}:root[data-theme=lavender]{--ui-accent:#8a6fd1;--ui-accent-2:#a18ade;--ui-soft:#f3eefb;--ui-soft-2:#e9def7;--ui-page:#f6f3f8;--ui-tint:#fcfaff;--ui-focus:rgba(138,111,209,.14);--accent:var(--ui-accent)}:root[data-theme=rose]{--ui-accent:#c96f91;--ui-accent-2:#d98aa7;--ui-soft:#faeef3;--ui-soft-2:#f5dfe8;--ui-page:#f8f3f5;--ui-tint:#fffafb;--ui-focus:rgba(201,111,145,.14);--accent:var(--ui-accent)}:root[data-theme=sage]{--ui-accent:#6f9a83;--ui-accent-2:#88ad99;--ui-soft:#edf5f0;--ui-soft-2:#dcebe2;--ui-page:#f2f6f3;--ui-tint:#fbfdfb;--ui-focus:rgba(111,154,131,.14);--accent:var(--ui-accent)}:root[data-theme=sky]{--ui-accent:#5f8fbd;--ui-accent-2:#79a5cf;--ui-soft:#edf5fb;--ui-soft-2:#dcebf7;--ui-page:#f1f5f8;--ui-tint:#fbfdff;--ui-focus:rgba(95,143,189,.14);--accent:var(--ui-accent)}:root[data-theme=sand]{--ui-accent:#a88663;--ui-accent-2:#ba9a78;--ui-soft:#f6f0e9;--ui-soft-2:#ecdfd1;--ui-page:#f6f3ef;--ui-tint:#fffdf9;--ui-focus:rgba(168,134,99,.14);--accent:var(--ui-accent)}body{background:var(--ui-page,var(--bg))}@media (max-width:760px){:root{--mobile-app-accent:var(--ui-accent)!important;--mobile-app-bg:var(--ui-page)!important}.top-shell.calendar-active,body:has(.top-shell.calendar-active),html:has(.top-shell.calendar-active){background:var(--ui-page)!important}.mobile-bottom-nav button.active,.mobile-view-toggle button.active,.mobile-workspace-settings{color:var(--ui-accent)!important}}.account-primary-btn,.nav-btn.active,.primary-btn{background:var(--ui-accent)!important}.account-tabs button.active,.desktop-account-button:hover{border-color:var(--ui-soft-2)}.account-password-form input:focus,.account-password-form select:focus{border-color:var(--ui-accent)!important;box-shadow:0 0 0 4px var(--ui-focus)!important}.account-theme-section{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid #e8e5eb;border-radius:16px;background:#faf9fb}.account-theme-heading{display:flex;justify-content:space-between;gap:14px;align-items:baseline}.account-theme-heading strong{color:#302b36;font-size:14px}.account-theme-heading span{color:#8a8490;font-size:11px}.account-theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:9px;gap:9px}.account-theme-option{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;min-height:58px;padding:8px 10px;border:1px solid #e5e2e8;border-radius:14px;background:#fff;color:#4b4650;text-align:left;font:inherit;font-size:12px;font-weight:700}.account-theme-option:hover{border-color:#d6d1da}.account-theme-option.active{border-color:var(--ui-accent);box-shadow:0 0 0 3px var(--ui-focus)}.account-theme-option b{color:var(--ui-accent);font-size:14px;text-align:center}.account-theme-preview{width:42px;height:42px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-gap:3px;gap:3px;padding:5px;border-radius:11px;background:var(--theme-preview-soft);overflow:hidden}.account-theme-preview i{display:block;border-radius:4px;background:#fff}.account-theme-preview i:first-child{grid-row:1/3;background:var(--theme-preview-accent)}.account-theme-preview i:nth-child(3){background:color-mix(in srgb,var(--theme-preview-accent) 35%,white)}@media (max-width:760px){.account-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-theme-heading{display:grid;grid-gap:3px;gap:3px}.account-theme-option{grid-template-columns:38px minmax(0,1fr);padding:8px}.account-theme-preview{width:38px;height:38px}.mobile-dashboard-stats:before,.mobile-stats-card:before,.mobile-summary-card:before,.mobile-workspace-stats:before,.workspace-summary:before{background:var(--ui-accent)!important}.account-tabs{width:100%;max-width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:4px;gap:4px}}@media (max-width:760px){.account-tabs::-webkit-scrollbar{display:none}.account-tabs button{flex:1 1 50%;min-width:0;padding-left:14px;padding-right:14px;white-space:nowrap}.account-theme-option{grid-template-columns:38px minmax(0,1fr)!important}}.dashboard-stats:before,.stats-card:before,.summary-card:before,.workspace-stats:before{background:var(--ui-accent)!important}.repeat-next-week-btn{width:100%;min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 15px;border:1px solid var(--ui-soft-2,#e3e2f8);border-radius:15px;background:var(--ui-soft,#f4f3ff);color:#343140;font:inherit;cursor:pointer}.repeat-next-week-btn span{font-weight:800}.repeat-next-week-btn strong{color:var(--ui-accent,#625cf6);font-size:13px;white-space:nowrap}.repeat-picker-divider{display:flex;align-items:center;gap:10px;margin:13px 0;color:#9994a0;font-size:11px;font-weight:700}.repeat-picker-divider:after,.repeat-picker-divider:before{content:"";height:1px;flex:1 1;background:#ece9ef}.repeat-picker-actions{margin-top:14px}.tariff-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.tariff-archive-btn,.tariff-restore-btn{min-height:36px!important;padding:0 12px!important;font-size:12px!important}.tariff-archive-section{margin-top:22px}.tariff-archive-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 2px 10px}.tariff-archive-head h3{margin:0;font-size:16px;color:#474252}.tariff-archive-head span{min-width:28px;height:28px;padding:0 9px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f0eef3;color:#77717e;font-size:12px;font-weight:800}.tariffs-grid.archived{opacity:.78;background:#faf9fb}.mobile-tariff-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex:0 0 auto}.mobile-tariff-archive,.mobile-tariff-restore{min-height:34px;padding:0 11px;border:1px solid #ddd9e2;border-radius:11px;background:#fff;color:#615b68;font:inherit;font-size:11px;font-weight:800}.mobile-tariff-archive:active,.mobile-tariff-restore:active{background:#f4f2f6}.mobile-tariff-card.archived{opacity:.82;background:#faf9fb;border-style:dashed}.mobile-tariff-archive-section{margin-top:16px}.mobile-tariff-archive-section .mobile-tariff-list-head h3{color:#6f6975}@media (max-width:760px){.mobile-tariff-card-footer{gap:10px}.mobile-tariff-card-actions{max-width:58%;flex-wrap:wrap}}.report-chart .bar-fill,.report-chart .chart-bar,.report-chart .chart-column,.reports-page .bar-fill,.reports-page .chart-bar,.reports-page .chart-column,.reports-page .chart-dot,.reports-page .chart-line,.reports-page .progress-fill,.reports-page .report-bar,.reports-page .stats-bar,.stats-chart .bar-fill,.stats-chart .chart-bar{background:var(--ui-accent)!important;border-color:var(--ui-accent)!important}.report-chart svg .chart-line,.reports-page svg .chart-line,.reports-page svg .report-line,.stats-chart svg .chart-line{stroke:var(--ui-accent)!important}.report-chart svg .chart-dot,.reports-page svg .chart-dot,.reports-page svg .report-dot,.stats-chart svg .chart-dot{fill:var(--ui-accent)!important;stroke:var(--ui-accent)!important}.reports-page .chart-accent,.reports-page .report-accent,.reports-page .stat-accent{color:var(--ui-accent)!important}.report-chart-bar{background:linear-gradient(180deg,var(--ui-accent-2) 0,var(--ui-accent) 100%)!important}.card-decor,.card-decoration,.corner-decor,.corner-decoration,.dashboard-stats:after,.decor-circle,.decor-semicircle,.mobile-dashboard-stats:after,.mobile-stats-card:after,.mobile-summary-card:after,.mobile-workspace-stats:after,.report-card:after,.reports-card:after,.stat-card:after,.stats-card:after,.stats-decor,.stats-decoration,.summary-card:after,.workspace-stats:after{background-color:color-mix(in srgb,var(--ui-accent) 16%,white)!important;border-color:color-mix(in srgb,var(--ui-accent) 16%,white)!important}:root{--ui-shadow-soft:color-mix(in srgb,var(--ui-accent) 15%,transparent);--ui-shadow-medium:color-mix(in srgb,var(--ui-accent) 23%,transparent);--ui-modal-soft:color-mix(in srgb,var(--ui-accent) 7%,white);--ui-modal-border:color-mix(in srgb,var(--ui-accent) 18%,#e8e5eb)}.desktop-account-button:hover,.icon-btn.active,.mobile-bottom-nav .active,.mobile-bottom-nav button.active,.mobile-workspace-settings:hover,.nav-btn.active{box-shadow:0 5px 16px var(--ui-shadow-soft)!important}.icon-btn.active svg,.mobile-bottom-nav button.active svg,.nav-btn.active svg{color:var(--ui-accent)!important;stroke:currentColor;filter:drop-shadow(0 3px 5px var(--ui-shadow-soft))}.account-modal-card,.client-modal-card,.dialog-card,.entry-modal-card,.entry-modal-layer-card,.modal-card,.modal-content{border-color:var(--ui-modal-border)!important;box-shadow:0 20px 55px rgba(35,30,45,.14),0 6px 22px var(--ui-shadow-soft)!important}.account-modal-card .primary-btn,.client-modal-card .primary-btn,.dialog-card .primary-btn,.entry-modal-card .primary-btn,.entry-modal-layer-card .primary-btn,.layer-confirm-btn,.modal-card .primary-btn,.modal-content .primary-btn{background:var(--ui-accent)!important;border-color:var(--ui-accent)!important;box-shadow:0 7px 18px var(--ui-shadow-medium)!important}.account-modal-card .icon-btn:hover,.client-modal-card .icon-btn:hover,.entry-modal-card .icon-btn:hover,.entry-modal-layer-card .icon-btn:hover,.modal-card .icon-btn:hover{color:var(--ui-accent)!important;background:var(--ui-modal-soft)!important}.account-modal-card input:focus,.account-modal-card select:focus,.account-modal-card textarea:focus,.client-modal-card input:focus,.client-modal-card select:focus,.client-modal-card textarea:focus,.entry-modal-card input:focus,.entry-modal-card select:focus,.entry-modal-card textarea:focus,.entry-modal-layer-card input:focus,.entry-modal-layer-card select:focus,.entry-modal-layer-card textarea:focus,.modal-card input:focus,.modal-card select:focus,.modal-card textarea:focus{border-color:var(--ui-accent)!important;box-shadow:0 0 0 4px var(--ui-focus)!important;outline:none!important}.account-modal-card input[type=checkbox],.account-modal-card input[type=radio],.client-modal-card input[type=checkbox],.client-modal-card input[type=radio],.entry-modal-card input[type=checkbox],.entry-modal-card input[type=radio],.modal-card input[type=checkbox],.modal-card input[type=radio]{accent-color:var(--ui-accent)}.entry-modal-layer-card .repeat-next-week-btn{border-color:var(--ui-soft-2)!important;background:var(--ui-soft)!important}.entry-modal-layer-card .repeat-next-week-btn strong{color:var(--ui-accent)!important}.client-modal-card .entry-action-icon,.entry-modal-card .entry-action-icon,.entry-modal-layer-card .entry-action-icon,.modal-card .entry-action-icon{color:var(--ui-accent);background:var(--ui-modal-soft);box-shadow:0 4px 12px var(--ui-shadow-soft)}@media (max-width:760px){.mobile-bottom-nav .mobile-nav-btn.active .mobile-nav-icon{color:#fff!important;background:var(--ui-accent)!important;box-shadow:0 5px 14px var(--ui-shadow-medium)!important}.mobile-bottom-nav .mobile-nav-btn.active .mobile-nav-icon svg{color:#fff!important;stroke:#fff!important;filter:none!important}.mobile-day-strip-btn.selected b,.mobile-week-day-head.today b{box-shadow:0 5px 12px var(--ui-shadow-medium)!important}.mobile-quick-add-fab{box-shadow:0 10px 24px var(--ui-shadow-medium)!important}.calendar-panel>.mobile-workspace-header,.main>.mobile-workspace-header{padding-left:24px!important;padding-right:24px!important}.mobile-workspace-title-row{width:100%!important;padding-left:0!important;padding-right:0!important;margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important}.mobile-workspace-title-row>div:first-child{min-width:0}.mobile-workspace-settings{margin-left:auto!important;margin-right:0!important;transform:none!important}.mobile-workspace-stats{padding-left:0!important;padding-right:0!important;margin-left:12px!important;margin-right:12px!important}.mobile-tariffs{padding-top:18px!important}.mobile-tariffs-header{box-sizing:border-box;width:100%;margin:0 0 22px!important;padding:0 4px!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important}.mobile-tariffs-header>div:first-child{min-width:0;flex:1 1 auto}.mobile-tariffs-kicker{margin:0 0 6px!important}.mobile-tariffs-header h2{margin:0!important}.mobile-tariffs-counts{flex:0 0 auto;margin:0 0 1px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.mobile-tariffs-counts span{white-space:nowrap;padding:7px 11px!important}.mobile-tariff-create-card{margin-top:0!important}.mobile-workspace-header{padding-left:24px!important;padding-right:24px!important}.mobile-workspace-stats{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.mobile-tariffs,.mobile-tariffs-section,.tariffs-mobile-section{box-sizing:border-box!important;padding-left:24px!important;padding-right:24px!important}.mobile-tariffs-header{width:100%!important;box-sizing:border-box!important;margin:0 0 22px!important;padding:0!important}.mobile-saved-tariffs,.mobile-tariff-create-card,.mobile-tariff-form,.mobile-tariffs-form,.mobile-tariffs-list,.saved-tariffs{width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.mobile-workspace-header{padding:18px 24px 16px!important;min-height:0!important}.mobile-workspace-title-row{min-height:34px!important;margin:0 0 12px!important;padding:0!important;align-items:center!important}.mobile-workspace-title,.mobile-workspace-title-row h1{display:none!important}.mobile-workspace-eyebrow,.mobile-workspace-kicker{margin:0!important;font-size:13px!important;line-height:1!important;letter-spacing:.14em!important}.mobile-workspace-settings{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.mobile-workspace-stats{width:100%!important;height:92px!important;min-height:92px!important;margin:0!important;padding:14px 18px!important;border-radius:20px!important;box-sizing:border-box!important}.mobile-workspace-stats>*{min-width:0!important}.mobile-workspace-stats .stat-value,.mobile-workspace-stats strong{font-size:25px!important;line-height:1.05!important;margin-bottom:6px!important}.mobile-workspace-stats .label,.mobile-workspace-stats .stat-label{display:block!important;font-size:12px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;letter-spacing:0!important}.mobile-workspace-stats:after{width:58px!important;height:58px!important}}@media (max-width:380px){.mobile-workspace-stats{padding-left:14px!important;padding-right:14px!important}.mobile-workspace-stats .stat-value,.mobile-workspace-stats strong{font-size:22px!important}.mobile-workspace-stats .label,.mobile-workspace-stats .stat-label{font-size:10px!important}}@media (max-width:760px){.mobile-workspace-header{display:block!important;padding:14px 24px!important;margin-bottom:10px!important}.mobile-workspace-title-row{min-height:32px!important;margin:0 0 7px!important;padding:0!important;align-items:center!important}.mobile-workspace-title-row h1{display:none!important}.mobile-workspace-kicker{margin:0!important;font-size:12px!important;line-height:1!important;letter-spacing:.14em!important}.mobile-workspace-settings{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}.mobile-workspace-stats{width:100%!important;max-height:76px!important;padding:0!important;border-radius:18px!important}.mobile-workspace-stat,.mobile-workspace-stats{height:76px!important;min-height:76px!important}.mobile-workspace-stat{padding:10px 13px 9px 18px!important;gap:5px!important;justify-content:center!important}.mobile-workspace-stat-value{font-size:20px!important;line-height:1!important;letter-spacing:-.035em!important}.mobile-workspace-stat-label{margin:0!important;font-size:10.5px!important;line-height:1.1!important;white-space:nowrap!important;overflow:visible!important}.mobile-workspace-divider{top:12px!important;bottom:12px!important}.mobile-workspace-stats:after{top:-22px!important;right:-22px!important;width:58px!important;height:58px!important}}@media (max-width:380px){.mobile-workspace-header{padding:12px 18px!important}.mobile-workspace-title-row{margin-bottom:6px!important}.mobile-workspace-stats{max-height:72px!important}.mobile-workspace-stat,.mobile-workspace-stats{height:72px!important;min-height:72px!important}.mobile-workspace-stat{padding:9px 9px 8px 14px!important;gap:4px!important}.mobile-workspace-stat-value{font-size:18px!important}.mobile-workspace-stat-label{font-size:9px!important;letter-spacing:-.01em!important}}@media (max-width:760px){.calendar-month-nav,.mobile-calendar-month-nav,.mobile-month-row{display:grid!important;grid-template-columns:44px 1fr 44px!important;align-items:center!important;width:100%!important}.calendar-month-nav>:nth-child(2),.mobile-calendar-month-nav>:nth-child(2),.mobile-month-row>:nth-child(2){justify-self:center!important;text-align:center!important;margin:0!important}.calendar-month-nav>:first-child,.mobile-calendar-month-nav>:first-child,.mobile-month-row>:first-child{justify-self:start!important}.calendar-month-nav>:last-child,.mobile-calendar-month-nav>:last-child,.mobile-month-row>:last-child{justify-self:end!important}.mobile-week-full .mobile-week-head,.mobile-week-full .mobile-week-head-row,.mobile-week-full .week-head,.week-fit-screen .mobile-week-head,.week-fit-screen .mobile-week-head-row{min-height:58px!important;height:58px!important}.mobile-week-full .mobile-week-head .weekday,.mobile-week-full .mobile-week-head-row .weekday,.mobile-week-full .week-day-label,.week-fit-screen .weekday{font-size:10px!important;line-height:1!important}.mobile-week-full .mobile-week-head .day-number,.mobile-week-full .mobile-week-head-row .day-number,.mobile-week-full .week-day-number,.week-fit-screen .day-number{font-size:15px!important;line-height:1!important;margin-top:5px!important}.mobile-week-full .today,.week-fit-screen .today{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.mobile-calendar-grid,.mobile-day-timeline,.mobile-day-view,.mobile-week-scroll-area,.mobile-week-viewport{overflow-y:visible!important;max-height:none!important}.mobile-day-view .mobile-calendar-grid,.mobile-week-full .mobile-calendar-grid,.week-fit-screen .mobile-calendar-grid{--calendar-available-height:calc(100dvh - 332px);height:max(520px,var(--calendar-available-height))!important;min-height:0!important}.mobile-day-view .calendar-hour-row,.mobile-day-view .hour-row,.mobile-week-full .calendar-hour-row,.mobile-week-full .hour-row,.week-fit-screen .calendar-hour-row,.week-fit-screen .hour-row{height:calc(max(520px, var(--calendar-available-height)) / 13)!important;min-height:0!important}.mobile-calendar-grid{padding-bottom:8px!important;box-sizing:border-box!important}}@media (max-width:380px) and (max-height:700px){.mobile-day-view .mobile-calendar-grid,.mobile-week-full .mobile-calendar-grid,.week-fit-screen .mobile-calendar-grid{--calendar-available-height:calc(100dvh - 300px);height:max(455px,var(--calendar-available-height))!important}.mobile-day-view .calendar-hour-row,.mobile-day-view .hour-row,.mobile-week-full .calendar-hour-row,.mobile-week-full .hour-row,.week-fit-screen .calendar-hour-row,.week-fit-screen .hour-row{height:calc(max(455px, var(--calendar-available-height)) / 13)!important}.mobile-week-full .mobile-week-head,.mobile-week-full .mobile-week-head-row,.week-fit-screen .mobile-week-head,.week-fit-screen .mobile-week-head-row{min-height:52px!important;height:52px!important}}@media (min-width:390px) and (min-height:780px) and (max-width:760px){.mobile-day-view .mobile-calendar-grid,.mobile-week-full .mobile-calendar-grid,.week-fit-screen .mobile-calendar-grid{--calendar-available-height:calc(100dvh - 340px)}}@media (max-width:760px){.mobile-week-toolbar{display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important;width:100%!important;box-sizing:border-box!important}.mobile-week-toolbar .mobile-month-arrow:first-child{justify-self:start!important}.mobile-week-toolbar .mobile-month-arrow:last-child{justify-self:end!important}.mobile-week-toolbar .mobile-month-title{justify-self:center!important;text-align:center!important;width:100%!important;margin:0!important}.mobile-time-scroll-labels,.mobile-week-grid{height:calc(var(--mobile-hour-height) * 13 + 10px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 10px)!important}.mobile-day-time-gutter,.mobile-day-timeline{min-height:calc(var(--mobile-hour-height) * 13 + 12px)!important}.mobile-week-viewport.full-week-overview{--mobile-hour-height:clamp(21px,calc((100dvh - 340px) / 13),44px)!important}.mobile-week-viewport.full-week-overview .mobile-week-horizontal{overflow-x:hidden!important;overflow-y:hidden!important;touch-action:auto!important}.mobile-week-viewport.full-week-overview .mobile-week-track{width:100%!important;min-width:0!important}.mobile-week-viewport.full-week-overview .mobile-week-head-row{height:44px!important;min-height:44px!important;grid-template-columns:repeat(7,minmax(0,1fr))!important}.mobile-week-viewport.full-week-overview .mobile-time-head-space{height:44px!important;min-height:44px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head{min-width:0!important;gap:1px!important;padding:2px 0!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head span{font-size:7.5px!important;line-height:1!important;letter-spacing:.02em!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head b{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;font-size:11px!important;line-height:1!important}.mobile-week-viewport.full-week-overview .mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 13 + 10px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 10px)!important;max-height:none!important;overflow-y:hidden!important;overflow-x:hidden!important;padding-bottom:10px!important;overscroll-behavior:none!important;touch-action:auto!important;box-sizing:border-box!important}.mobile-week-viewport.full-week-overview .mobile-time-scroll-labels,.mobile-week-viewport.full-week-overview .mobile-week-grid{height:calc(var(--mobile-hour-height) * 13)!important;min-height:calc(var(--mobile-hour-height) * 13)!important}.mobile-week-viewport.full-week-overview .mobile-week-event{min-height:18px!important;padding:1px!important;border-radius:5px!important}.mobile-week-viewport.full-week-overview .mobile-week-event strong{font-size:clamp(8px,2.5vw,11px)!important;line-height:1!important}.mobile-week-viewport.full-week-overview .mobile-time-scroll-labels span{font-size:8.5px!important;right:5px!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-viewport.full-week-overview{--mobile-hour-height:clamp(20px,calc((100dvh - 326px) / 13),29px)!important}.mobile-week-viewport.full-week-overview .mobile-time-head-space,.mobile-week-viewport.full-week-overview .mobile-week-head-row{height:40px!important;min-height:40px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head span{font-size:7px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head b{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;font-size:10px!important}}@media (min-width:410px) and (min-height:850px) and (max-width:760px){.mobile-week-viewport.full-week-overview{--mobile-hour-height:clamp(30px,calc((100dvh - 350px) / 13),44px)!important}}@media (max-width:760px){.mobile-week-toolbar{display:grid!important;grid-template-columns:40px minmax(0,1fr) 40px!important;align-items:center!important}.mobile-week-toolbar .mobile-month-title{justify-self:center!important;text-align:center!important;margin:0!important;font-size:clamp(22px,6vw,30px)!important;line-height:1.05!important;letter-spacing:-.02em!important}.mobile-week-toolbar .mobile-month-arrow:first-child{justify-self:start!important}.mobile-week-toolbar .mobile-month-arrow:last-child{justify-self:end!important}.mobile-week-head-row{min-height:64px!important;height:64px!important}.mobile-week-day-head{gap:2px!important;padding:4px 0!important}.mobile-week-day-head span{font-size:10px!important;line-height:1!important}.mobile-week-day-head b{font-size:16px!important;line-height:1!important}.mobile-week-viewport.full-week-overview .mobile-time-head-space,.mobile-week-viewport.full-week-overview .mobile-week-head-row{min-height:42px!important;height:42px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head{gap:1px!important;padding:2px 0!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head span{font-size:7px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head b{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;font-size:10px!important}.mobile-time-scroll-labels,.mobile-week-grid{height:calc(var(--mobile-hour-height) * 13 + 10px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 10px)!important}.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(38px,calc((100dvh - 380px) / 13),58px)!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 13 + 10px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 10px)!important;max-height:none!important;padding-bottom:10px!important;box-sizing:border-box!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-toolbar .mobile-month-title{font-size:22px!important}.mobile-week-head-row{min-height:56px!important;height:56px!important}.mobile-week-day-head span{font-size:9px!important}.mobile-week-day-head b{font-size:14px!important}.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(34px,calc((100dvh - 350px) / 13),46px)!important}}@media (min-width:410px) and (min-height:850px) and (max-width:760px){.mobile-week-toolbar .mobile-month-title{font-size:28px!important}.mobile-week-head-row{min-height:68px!important;height:68px!important}}@media (max-width:760px){.mobile-week-toolbar{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;align-items:center!important;width:100%!important}.mobile-week-toolbar .mobile-month-title{justify-self:center!important;align-self:center!important;width:auto!important;margin:0!important;text-align:center!important;font-size:clamp(20px,5.2vw,25px)!important;line-height:1.05!important;letter-spacing:-.02em!important}.mobile-week-toolbar .mobile-month-arrow:first-child{justify-self:start!important}.mobile-week-toolbar .mobile-month-arrow:last-child{justify-self:end!important}.mobile-week-viewport.full-week-overview{--mobile-hour-height:clamp(28px,calc((100dvh - 300px) / 13),50px)!important}.mobile-week-viewport.full-week-overview .mobile-time-head-space,.mobile-week-viewport.full-week-overview .mobile-week-head-row{height:46px!important;min-height:46px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head{padding:3px 0!important;gap:2px!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head span{font-size:8px!important;line-height:1!important}.mobile-week-viewport.full-week-overview .mobile-week-day-head b{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;font-size:11px!important;line-height:22px!important}.mobile-week-viewport.full-week-overview .mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 13 + 8px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 8px)!important;max-height:calc(var(--mobile-hour-height) * 13 + 8px)!important;overflow:hidden!important;padding-bottom:8px!important}.mobile-week-viewport.full-week-overview .mobile-time-scroll-labels,.mobile-week-viewport.full-week-overview .mobile-week-grid{height:calc(var(--mobile-hour-height) * 13)!important;min-height:calc(var(--mobile-hour-height) * 13)!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-toolbar .mobile-month-title{font-size:20px!important}.mobile-week-viewport.full-week-overview{--mobile-hour-height:clamp(25px,calc((100dvh - 286px) / 13),32px)!important}.mobile-week-viewport.full-week-overview .mobile-time-head-space,.mobile-week-viewport.full-week-overview .mobile-week-head-row{height:42px!important;min-height:42px!important}}@media (min-width:390px) and (min-height:750px) and (max-width:760px){.mobile-week-viewport.full-week-overview{--mobile-hour-height:clamp(34px,calc((100dvh - 310px) / 13),50px)!important}}@media (max-width:760px){.mobile-week-viewport:not(.full-week-overview) .mobile-time-head-space,.mobile-week-viewport:not(.full-week-overview) .mobile-week-head-row{height:48px!important;min-height:48px!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head{gap:1px!important;padding:2px 0!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head span{font-size:8px!important;line-height:1!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head b{font-size:13px!important;line-height:1!important;margin-top:3px!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head .today,.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head b.is-today{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;line-height:27px!important}.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(46px,calc((100dvh - 300px) / 13),64px)!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 13 + 8px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 8px)!important;max-height:none!important;padding-bottom:8px!important;box-sizing:border-box!important}.mobile-week-viewport:not(.full-week-overview) .mobile-time-scroll-labels,.mobile-week-viewport:not(.full-week-overview) .mobile-week-grid{height:calc(var(--mobile-hour-height) * 13)!important;min-height:calc(var(--mobile-hour-height) * 13)!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-viewport:not(.full-week-overview) .mobile-time-head-space,.mobile-week-viewport:not(.full-week-overview) .mobile-week-head-row{height:44px!important;min-height:44px!important}.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(40px,calc((100dvh - 276px) / 13),50px)!important}}@media (max-width:760px){.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(52px,calc((100dvh - 250px) / 13),72px)!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-scroll-area{height:calc(var(--mobile-hour-height) * 13 + 8px)!important;min-height:calc(var(--mobile-hour-height) * 13 + 8px)!important;max-height:none!important}.mobile-week-viewport:not(.full-week-overview) .mobile-time-scroll-labels,.mobile-week-viewport:not(.full-week-overview) .mobile-week-grid{height:calc(var(--mobile-hour-height) * 13)!important;min-height:calc(var(--mobile-hour-height) * 13)!important}.mobile-day-card,.mobile-day-card *,.mobile-day-card b,.mobile-day-card strong,.mobile-day-event,.mobile-day-event *,.mobile-day-event b,.mobile-day-event strong,.mobile-week-event,.mobile-week-event *,.mobile-week-event b,.mobile-week-event strong{font-weight:400!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(46px,calc((100dvh - 220px) / 13),58px)!important}}@media (min-width:410px) and (min-height:850px) and (max-width:760px){.mobile-week-viewport:not(.full-week-overview){--mobile-hour-height:clamp(58px,calc((100dvh - 260px) / 13),78px)!important}}@media (max-width:760px){.mobile-week-viewport:not(.full-week-overview) .mobile-time-head-space,.mobile-week-viewport:not(.full-week-overview) .mobile-week-head-row{height:42px!important;min-height:42px!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:2px 0 3px!important;min-width:0!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head span{margin:0!important;font-size:8px!important;line-height:1!important;font-weight:600!important;letter-spacing:.04em!important;text-transform:uppercase!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head b{margin:0!important;font-size:13px!important;line-height:1!important;font-weight:700!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head .today,.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head b.is-today{display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;margin:0!important;padding:0!important;font-size:12px!important;line-height:24px!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-viewport:not(.full-week-overview) .mobile-time-head-space,.mobile-week-viewport:not(.full-week-overview) .mobile-week-head-row{height:38px!important;min-height:38px!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head span{font-size:7.5px!important}.mobile-week-viewport:not(.full-week-overview) .mobile-week-day-head b{font-size:12px!important}}@media (max-width:760px){.mobile-week-viewport.normal-week-overview .mobile-time-head-space,.mobile-week-viewport.normal-week-overview .mobile-week-head-row{height:40px!important;min-height:40px!important;max-height:40px!important}.mobile-week-viewport.normal-week-overview .mobile-week-day-head{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:1px!important;padding:1px 0!important}.mobile-week-viewport.normal-week-overview .mobile-week-day-head span{margin:0!important;font-size:7.5px!important;line-height:1!important;font-weight:600!important;letter-spacing:.03em!important}.mobile-week-viewport.normal-week-overview .mobile-week-day-head b{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;margin:1px 0 0!important;font-size:12px!important;line-height:22px!important;font-weight:700!important}.mobile-week-viewport.normal-week-overview .mobile-week-day-head.today b{display:flex!important;align-items:center!important;justify-content:center!important}}@media (max-width:380px) and (max-height:700px){.mobile-week-viewport.normal-week-overview .mobile-time-head-space,.mobile-week-viewport.normal-week-overview .mobile-week-head-row{height:36px!important;min-height:36px!important;max-height:36px!important}.mobile-week-viewport.normal-week-overview .mobile-week-day-head span{font-size:7px!important}.mobile-week-viewport.normal-week-overview .mobile-week-day-head b{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;font-size:11px!important;line-height:20px!important}}.reports-expenses-card{margin-top:18px;padding:20px;border:1px solid #ebe8ee;border-radius:24px;background:#fff;box-shadow:0 10px 30px rgba(33,34,47,.05)}.reports-expenses-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.reports-expenses-kicker{font-size:12px;font-weight:800;letter-spacing:.12em;color:#8b8d98;margin-bottom:4px}.reports-expenses-head h3{margin:0;font-size:22px;line-height:1.1}.reports-expense-add{border:0;border-radius:16px;padding:11px 14px;background:var(--ui-accent);color:#fff;font:inherit;font-weight:700;white-space:nowrap;box-shadow:0 7px 18px color-mix(in srgb,var(--ui-accent) 20%,transparent)}.reports-finance-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:16px}.reports-finance-summary-item{padding:12px;border-radius:16px;background:#f7f7fa;min-width:0}.reports-finance-summary-item span{display:block;font-size:12px;color:#8a8d97;margin-bottom:5px}.reports-finance-summary-item strong{display:block;font-size:17px;white-space:nowrap}.reports-expense-bars{padding:14px;border-radius:18px;background:color-mix(in srgb,var(--ui-accent) 4%,#fff);margin-bottom:16px}.reports-expense-bar-row{display:grid;grid-template-columns:58px 1fr auto;grid-gap:10px;gap:10px;align-items:center;margin:8px 0;font-size:12px}.reports-expense-track{height:9px;overflow:hidden;border-radius:999px;background:#ececf1}.reports-expense-track i{display:block;height:100%;border-radius:inherit;background:var(--ui-accent)}.reports-expense-bar-row.is-expense .reports-expense-track i{background:color-mix(in srgb,var(--ui-accent) 32%,#a7a9b2)}.reports-expense-bar-row b{white-space:nowrap}.reports-expense-list{display:flex;flex-direction:column;gap:8px}.reports-expense-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #efedf1}.reports-expense-row:last-child{border-bottom:0}.reports-expense-main{min-width:0}.reports-expense-main strong{display:block;font-size:14px}.reports-expense-main span{display:block;margin-top:3px;color:#92949d;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-expense-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}.reports-expense-actions b{font-size:13px;white-space:nowrap}.reports-expense-actions button{width:30px;height:30px;border-radius:10px;border:1px solid #e7e4e9;background:#fff;color:#767986;font-size:17px;line-height:1}.reports-expense-empty{padding:20px 0 6px;text-align:center;color:#999ba4;font-size:13px}.expense-modal-card{width:min(520px,calc(100vw - 28px));padding:20px}.expense-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.expense-modal-head span{color:#8f919a;font-size:13px}.expense-modal-head h3{margin:3px 0 0;font-size:23px}.expense-modal-close{width:38px;height:38px;border-radius:13px;border:1px solid #e6e3e8;background:#fff;font-size:24px;line-height:1}.expense-field{display:block;margin-top:13px}.expense-field>span{display:block;margin:0 0 6px 2px;color:#6f727d;font-size:13px;font-weight:700}.expense-field input,.expense-field select,.expense-field textarea{width:100%;box-sizing:border-box;border:1px solid #ddd9e1;border-radius:15px;background:#fff;padding:13px 14px;font:inherit;color:#1f2230;outline:none}.expense-field textarea{resize:vertical}.expense-money-input{position:relative}.expense-money-input input{padding-right:42px}.expense-money-input b{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#81838c}.expense-save-btn{width:100%;margin-top:18px}@media (max-width:760px){.reports-expenses-card{margin:14px 0 0;padding:16px;border-radius:22px}.reports-expenses-head{align-items:flex-end}.reports-expenses-head h3{font-size:20px}.reports-expense-add{padding:10px 12px;border-radius:14px;font-size:13px}.reports-finance-summary{grid-template-columns:1fr 1fr 1fr;gap:6px}.reports-finance-summary-item{padding:10px 8px}.reports-finance-summary-item span{font-size:10px}.reports-finance-summary-item strong{font-size:13px}.reports-expense-bar-row{grid-template-columns:48px 1fr auto;gap:7px;font-size:11px}.reports-expense-row{padding:10px 0}.expense-modal-card{padding:18px;border-radius:22px}}@media (max-width:380px){.reports-finance-summary-item strong{font-size:12px}.reports-finance-summary-item span{font-size:9px}}.expense-modal-overlay{position:fixed!important;inset:0!important;z-index:12000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;box-sizing:border-box!important;background:rgba(25,28,38,.38)!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;overflow-y:auto!important;overscroll-behavior:contain!important}.expense-modal-overlay .expense-modal-card{position:relative!important;z-index:12001!important;display:block!important;width:min(520px,100%)!important;max-height:calc(100dvh - 36px)!important;overflow-y:auto!important;margin:auto!important;background:#fff!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch!important}@media (max-width:760px){.expense-modal-overlay{align-items:flex-end!important;padding:10px!important}.expense-modal-overlay .expense-modal-card{width:100%!important;max-height:calc(100dvh - 20px)!important;margin:0!important;border-radius:26px!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}.expense-modal-overlay{align-items:center!important;padding:8px!important}.expense-modal-overlay .expense-modal-card{width:100%!important;max-height:calc(100dvh - 16px)!important;padding:14px 14px max(14px,env(safe-area-inset-bottom))!important;border-radius:22px!important;overflow-y:auto!important}.expense-modal-head{margin-bottom:10px!important;align-items:center!important}.expense-modal-head h3{font-size:19px!important;line-height:1.05!important}.expense-modal-head span{font-size:11px!important}.expense-modal-close{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;border-radius:11px!important;font-size:21px!important}.expense-field{margin-top:9px!important}.expense-field>span{margin-bottom:4px!important;font-size:11px!important}.expense-field input,.expense-field select,.expense-field textarea{min-height:40px!important;padding:9px 11px!important;border-radius:12px!important;font-size:14px!important}.expense-field textarea{min-height:58px!important;max-height:72px!important;rows:2}.expense-save-btn{min-height:42px!important;margin-top:12px!important}}@media (max-width:380px) and (max-height:700px){.expense-modal-overlay{padding:6px!important}.expense-modal-overlay .expense-modal-card{max-height:calc(100dvh - 12px)!important;padding:11px 12px max(11px,env(safe-area-inset-bottom))!important;border-radius:19px!important}.expense-modal-head{margin-bottom:7px!important}.expense-modal-head h3{font-size:17px!important}.expense-modal-close{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}.expense-field{margin-top:7px!important}.expense-field input,.expense-field select{min-height:36px!important;padding:7px 10px!important;font-size:13px!important}.expense-field textarea{min-height:46px!important;max-height:52px!important;padding:7px 10px!important;font-size:13px!important}.expense-save-btn{min-height:38px!important;margin-top:9px!important;font-size:13px!important}}.reports-expenses-head h3{font-size:18px!important;line-height:1.08!important;margin:0!important}.reports-expense-bars{display:flex!important;flex-direction:column!important;gap:14px!important}.reports-expense-bar-row{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"label value" "track track"!important;grid-gap:6px 10px!important;gap:6px 10px!important;align-items:center!important;margin:0!important}.reports-expense-bar-row>span{grid-area:label!important}.reports-expense-bar-row>b{grid-area:value!important;text-align:right!important}.reports-expense-bar-row .reports-expense-track{grid-area:track!important;width:100%!important;min-width:100%!important}@media (max-width:760px){.reports-expenses-head h3{font-size:18px!important}}.report-history-period{border-bottom:1px solid #ececf0}.report-history-period:last-child{border-bottom:0}.report-history-money{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex:0 0 auto}.report-history-income{color:#202432;white-space:nowrap}.report-history-expense{color:#8e919a;white-space:nowrap}.report-history-expense-details{padding:0 0 10px}.report-history-expense-item{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 7px;padding:8px 10px;border-radius:12px;background:#f7f7fa}.report-history-expense-item:last-child{margin-bottom:0}.report-history-expense-copy{min-width:0}.report-history-expense-copy strong{display:block;font-size:12px;line-height:1.2}.report-history-expense-copy span{display:block;margin-top:2px;color:#999ba4;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-history-expense-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.report-history-expense-actions>b{color:#727681;font-size:12px;white-space:nowrap}.report-history-expense-actions button{width:28px;height:28px;border-radius:9px;border:1px solid #e1e2e7;background:#fff;color:#6f7380;font-size:15px;line-height:1}.report-history-expense-actions button.danger{color:#a25a65}@media (max-width:760px){.report-history-money{gap:2px}.report-history-expense,.report-history-income{font-size:14px}.report-history-expense-details{padding-bottom:9px}.report-history-expense-item{padding:7px 8px}.report-history-expense-actions button{width:26px;height:26px;border-radius:8px}}.report-history-period{border-bottom:1px solid #ececf0!important}.report-history-period:last-child{border-bottom:0!important}.report-history-row-button{width:100%!important;border:0!important;background:transparent!important;text-align:left!important;font:inherit!important;color:inherit!important;cursor:pointer!important}.report-history-period .report-history-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:15px 0!important;border-bottom:0!important}.report-history-period-main{min-width:0!important}.report-history-period-main>strong{display:block!important}.report-history-period-main>span{display:block!important;margin-top:3px!important;color:#999ba4!important;font-size:12px!important}.report-history-period-right{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}.report-history-money{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:2px!important}.report-history-expense,.report-history-income{white-space:nowrap!important}.report-history-income{color:#202432!important}.report-history-expense{color:#777b86!important}.report-history-net{margin-top:2px!important;color:#9a9ca5!important;font-size:11px!important;white-space:nowrap!important}.report-history-empty-sum{color:#a0a2aa!important;font-size:12px!important;white-space:nowrap!important}.report-history-chevron{display:flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;color:#8b8e98!important;font-size:17px!important;transition:transform .18s ease!important}.report-history-chevron.is-open{transform:rotate(180deg)!important}.report-history-details{padding:0 0 13px!important}.report-history-detail-section{padding:10px 12px!important;margin-top:4px!important;border-radius:14px!important;background:#f8f8fa!important}.report-history-detail-section+.report-history-detail-section{margin-top:8px!important}.report-history-detail-heading{margin-bottom:7px!important;color:#8d9099!important;font-size:11px!important;font-weight:700!important;letter-spacing:.03em!important}.report-history-detail-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:8px 0!important}.report-history-detail-line+.report-history-detail-line{border-top:1px solid #ececf0!important}.report-history-detail-line>div:first-child{min-width:0!important}.report-history-detail-line strong{display:block!important;font-size:13px!important}.report-history-detail-line span{display:block!important;margin-top:2px!important;color:#999ba4!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.report-history-expense-copy{min-width:0!important}.report-history-detail-actions{display:flex!important;align-items:center!important;gap:6px!important;flex:0 0 auto!important}.report-history-detail-actions>b{font-size:12px!important}.report-history-detail-actions button{width:28px!important;height:28px!important;border-radius:9px!important;border:1px solid #e3e4e8!important;background:#fff!important;color:#6f7380!important;line-height:1!important}.report-history-detail-actions button.danger{color:#a45b66!important}@media(max-width:760px){.report-history-period .report-history-row{padding:13px 0!important}.report-history-period-main>span{font-size:11px!important}.report-history-expense,.report-history-income{font-size:14px!important}.report-history-net{font-size:10px!important}.report-history-detail-section{padding:9px 10px!important;border-radius:13px!important}.report-history-detail-line{gap:8px!important}.report-history-detail-actions button{width:26px!important;height:26px!important;border-radius:8px!important}}.report-history-month{padding:0!important;border-bottom:1px solid #e9e9ee!important}.report-history-month:last-child{border-bottom:0!important}.report-history-month-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:15px 0 10px!important}.report-history-month-head>div{min-width:0!important}.report-history-month-head strong{display:block!important;font-size:14px!important;line-height:1.2!important}.report-history-month-head span{display:block!important;margin-top:3px!important;color:#9a9ca5!important;font-size:11px!important}.report-history-month-net{color:#777a84!important;font-size:13px!important;font-weight:600!important;white-space:nowrap!important}.report-history-transactions{padding-bottom:10px!important}.report-history-transaction{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:44px!important;padding:9px 0!important;border-top:1px solid #f0f0f3!important;background:transparent!important;border-radius:0!important}.report-history-transaction-copy{min-width:0!important}.report-history-transaction-copy strong{display:block!important;color:#30333d!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important}.report-history-transaction-copy span{display:block!important;margin-top:3px!important;color:#999ba4!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.report-history-transaction-sum{flex:0 0 auto!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important}.report-history-transaction-sum.is-income{color:#30333d!important}.report-history-transaction-sum.is-expense{color:#777b86!important}.report-history-no-operations{padding:8px 0 13px!important;color:#a0a2aa!important;font-size:12px!important}.report-history-detail-section,.report-history-details,.report-history-expense-details,.report-history-expense-item{display:none!important}@media (max-width:760px){.report-history-month-head{padding:13px 0 8px!important}.report-history-transaction{min-height:42px!important;padding:8px 0!important}.report-history-transaction-sum{font-size:13px!important}}.report-history-expense-delete-wrap{display:flex;align-items:center;gap:7px;flex:0 0 auto}.report-history-expense-delete{width:27px;height:27px;padding:0;border:1px solid #e4e4e9;border-radius:9px;background:#fff;color:#999ba4;font:inherit;font-size:17px;font-weight:400;line-height:1;display:flex;align-items:center;justify-content:center}.report-history-expense-delete:hover{color:#9e5964;border-color:#e4cdd1}@media(max-width:760px){.report-history-expense-delete-wrap{gap:6px}.report-history-expense-delete{width:26px;height:26px;border-radius:8px;font-size:16px}}.report-history-head-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:8px!important}.report-history-head-row h3{margin:0!important}.report-history-edit-toggle{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid #e4e4e9!important;border-radius:11px!important;background:#fff!important;color:#777b86!important;font:inherit!important;font-size:16px!important;line-height:1!important;cursor:pointer!important}.report-history-edit-toggle.is-active{color:var(--ui-accent)!important;border-color:color-mix(in srgb,var(--ui-accent) 28%,#e4e4e9)!important;background:color-mix(in srgb,var(--ui-accent) 7%,#fff)!important}.report-history-stream{display:flex!important;flex-direction:column!important}.report-history-stream .report-history-transaction{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:48px!important;padding:10px 0!important;border-bottom:1px solid #ededf1!important;background:transparent!important;border-radius:0!important}.report-history-stream .report-history-transaction:last-child{border-bottom:0!important}.report-history-operation-right{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}.report-history-edit-actions{display:flex!important;align-items:center!important;gap:5px!important}.report-history-delete-btn,.report-history-edit-btn{width:27px!important;height:27px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid #e4e4e9!important;border-radius:9px!important;background:#fff!important;color:#777b86!important;font:inherit!important;font-size:15px!important;line-height:1!important}.report-history-delete-btn{color:#a0646d!important}.report-history-source-note{color:#a0a2aa!important;font-size:10px!important;white-space:nowrap!important}@media (max-width:760px){.report-history-edit-toggle{width:32px!important;height:32px!important;border-radius:10px!important}.report-history-stream .report-history-transaction{min-height:44px!important;padding:9px 0!important}.report-history-delete-btn,.report-history-edit-btn{width:25px!important;height:25px!important;border-radius:8px!important;font-size:14px!important}}.report-history-head-row h3{font-size:inherit}.report-history-stream:empty:after{content:"Расходов пока нет";display:block;padding:16px 0;color:#9a9ca5;font-size:12px}@media (max-width:760px){.expense-modal-overlay{align-items:center!important;padding:10px!important}.expense-modal-overlay .expense-modal-card{width:calc(100vw - 20px)!important;max-width:520px!important;height:auto!important;max-height:calc(100dvh - 20px)!important;min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;box-sizing:border-box!important}.expense-modal-card input[type=date]{display:block!important;width:100%!important;min-width:0!important;font-size:16px!important}.expense-modal-card input,.expense-modal-card input[type=date],.expense-modal-card select,.expense-modal-card textarea{max-width:100%!important;box-sizing:border-box!important}.expense-modal-card textarea{resize:none!important}.expense-modal-card .expense-field,.expense-modal-card .expense-money-input,.expense-modal-overlay .expense-modal-card{min-width:0!important;max-width:100%!important}.expense-modal-card .expense-field{width:100%!important;box-sizing:border-box!important}.expense-modal-card input,.expense-modal-card select,.expense-modal-card textarea{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;font-size:16px!important}.expense-modal-card input[type=date]{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;inline-size:100%!important;min-inline-size:0!important;max-inline-size:100%!important;overflow:hidden!important;padding-left:11px!important;padding-right:11px!important}.expense-modal-card textarea{resize:none!important}}@media (max-width:380px) and (max-height:700px){.expense-modal-card input,.expense-modal-card select,.expense-modal-card textarea{font-size:16px!important}}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 0 2px}.admin-pagination span{color:#756d7b;font-size:12px;font-weight:750}.admin-pagination button{min-height:38px;padding:0 14px;border:1px solid #e2dce6;border-radius:11px;background:#fff;color:#514858;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.admin-pagination button:hover:not(:disabled){border-color:#cfc4d8;background:#faf8fb}.admin-pagination button:disabled{opacity:.4;cursor:default}.auth-preloader-mark{width:44px;height:44px;position:relative;display:block;overflow:hidden;margin-bottom:2px;border-radius:14px;background:#69558f;box-shadow:0 12px 30px rgba(69,52,99,.16)}.auth-preloader-mark span,.auth-preloader-mark:after,.auth-preloader-mark:before{content:"";position:absolute;border-radius:999px}.auth-preloader-mark:before{width:34px;height:34px;right:-14px;top:-13px;background:#a68bd5}.auth-preloader-mark:after{width:28px;height:28px;left:-10px;bottom:-12px;background:#e9bd83}.auth-preloader-mark span{width:8px;height:8px;left:18px;top:18px;background:#fff}.account-admin-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-analytics-panel{display:grid;grid-gap:18px;gap:18px}.admin-analytics-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-analytics-head h3{margin:0;color:#302b36;font-size:18px}.admin-analytics-head p{margin:5px 0 0;color:#817a88;font-size:12px;line-height:1.45}.admin-analytics-head select{min-width:120px;height:40px;padding:0 34px 0 12px;border:1px solid #ded9e5;border-radius:11px;background:#fff;color:#403847;font:inherit;font-size:12px}.admin-analytics-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-analytics-kpi{min-width:0;display:grid;grid-gap:5px;gap:5px;padding:14px;border:1px solid #e9e3ec;border-radius:16px;background:#fbfafc}.admin-analytics-kpi>span{color:#807887;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}.admin-analytics-kpi>strong{color:#302936;font-size:22px;line-height:1}.admin-analytics-kpi>small{color:#98909d;font-size:10px}.admin-analytics-breakdowns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-analytics-breakdowns>div{display:grid;grid-gap:8px;gap:8px;padding:14px;border:1px solid #ebe5ed;border-radius:15px;background:#fff}.admin-analytics-breakdowns>div>strong{color:#4b4351;font-size:12px}.admin-analytics-breakdowns>div>span{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#827a88;font-size:11px}.admin-analytics-breakdowns b{color:#403748;font-size:12px}.admin-analytics-users{display:grid;grid-gap:10px;gap:10px}.admin-analytics-user{display:grid;grid-gap:13px;gap:13px;padding:16px;border:1px solid #e9e3ec;border-radius:17px;background:#fff}.admin-analytics-user-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-analytics-user-head>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-analytics-user-head strong{overflow:hidden;color:#302a37;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.admin-analytics-user-head span{color:#8b8390;font-size:10px}.admin-analytics-user-head b{color:#514858;font-size:11px;font-weight:750}.admin-analytics-user-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-analytics-user-grid>div{min-width:0;display:grid;grid-gap:4px;gap:4px;padding:10px;border-radius:12px;background:#f8f6f9}.admin-analytics-user-grid span{color:#8c8491;font-size:9px;font-weight:800;text-transform:uppercase}.admin-analytics-user-grid strong{color:#38313e;font-size:16px}.admin-analytics-user-grid small{overflow:hidden;color:#8b8490;font-size:9px;line-height:1.35;text-overflow:ellipsis}.admin-analytics-user-foot{display:flex;flex-wrap:wrap;gap:6px;padding-top:10px;border-top:1px solid #f0ecf1}.admin-analytics-user-foot>span{padding:5px 8px;border-radius:999px;background:#f5f2f7;color:#7b7282;font-size:9px}.admin-analytics-user-foot b{color:#4e4555}@media (max-width:900px){.admin-analytics-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-breakdowns{grid-template-columns:1fr}.admin-analytics-user-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.admin-analytics-head{align-items:stretch;flex-direction:column}.admin-analytics-head select{width:100%}.admin-analytics-kpis{gap:7px}.admin-analytics-kpi{padding:11px}.admin-analytics-kpi>strong{font-size:19px}.admin-analytics-user-head{flex-direction:column;gap:8px}.admin-analytics-user-grid{grid-template-columns:1fr 1fr}}.admin-growth-dashboard{display:grid;grid-gap:12px;gap:12px;padding-top:2px}.admin-growth-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.admin-growth-title>div{display:grid;grid-gap:3px;gap:3px}.admin-growth-title strong{color:#3b3441;font-size:15px}.admin-growth-title span{color:#918997;font-size:10px}.admin-growth-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.admin-growth-kpis>div{display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid #e9e3ec;border-radius:14px;background:#fff}.admin-growth-kpis span{color:#8c8491;font-size:9px;font-weight:800;text-transform:uppercase}.admin-growth-kpis strong{color:#332c39;font-size:21px}.admin-growth-kpis small{color:#99919e;font-size:9px}.admin-growth-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-gap:9px;gap:9px}.admin-growth-grid section,.admin-trend-card{padding:14px;border:1px solid #e9e3ec;border-radius:16px;background:#fff}.admin-growth-grid h4,.admin-trend-card h4{margin:0 0 11px;color:#4b4351;font-size:12px}.admin-funnel{display:grid;grid-gap:9px;gap:9px}.admin-funnel>div{display:grid;grid-gap:4px;gap:4px}.admin-funnel>div>div{display:grid;grid-template-columns:1fr auto 34px;align-items:center;grid-gap:7px;gap:7px;color:#7f7785;font-size:10px}.admin-funnel b{color:#443b4a;font-size:11px}.admin-funnel small{text-align:right;color:#9b929f;font-size:9px}.admin-funnel i{display:block;height:5px;max-width:100%;border-radius:99px;background:var(--accent,#9a7bd1);opacity:.68}.admin-retention{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}.admin-retention>div{display:grid;grid-gap:3px;gap:3px;padding:9px;border-radius:11px;background:#f8f6f9;text-align:center}.admin-retention span{color:#8c8491;font-size:9px;font-weight:800}.admin-retention strong{color:#3b3441;font-size:17px}.admin-retention small{color:#99919e;font-size:8px}.admin-metric-note{margin:9px 0 0;color:#a098a4;font-size:8px;line-height:1.4}.admin-segments{display:grid;grid-gap:7px;gap:7px}.admin-segments span{display:flex;justify-content:space-between;gap:8px;color:#827a88;font-size:10px}.admin-segments b{color:#433b49;font-size:11px}.admin-trend-card>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.admin-trend-card>div:first-child span{color:#9a929f;font-size:9px}.admin-trend-bars{height:100px;display:flex;align-items:flex-end;gap:3px;padding-top:8px;overflow:hidden}.admin-trend-bars>div{height:100%;min-width:3px;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:3px}.admin-trend-bars i{display:block;width:100%;max-width:13px;border-radius:4px 4px 2px 2px;background:var(--accent,#9a7bd1);opacity:.6}.admin-trend-bars span{height:10px;color:#aaa2ae;font-size:7px}.admin-trend-bars>div:not(:nth-child(5n+1)) span{visibility:hidden}@media(max-width:800px){.admin-growth-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-growth-grid{grid-template-columns:1fr}.admin-trend-bars{height:82px}.admin-trend-bars>div:not(:nth-child(7n+1)) span{visibility:hidden}}@media(max-width:430px){.admin-growth-kpis{gap:6px}.admin-growth-kpis>div{padding:10px}.admin-growth-grid section,.admin-trend-card{padding:11px}.admin-retention{gap:4px}}.beautiful-date-picker{position:relative;width:100%}.beautiful-date-trigger{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--text);font:inherit;font-size:16px;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.beautiful-date-trigger.is-open{border-color:color-mix(in srgb,var(--accent) 58%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.beautiful-date-icon{flex:0 0 18px;width:18px;height:18px;display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:18px 18px}.beautiful-date-popover{position:absolute;z-index:10020;left:0;top:calc(100% + 8px);width:min(342px,calc(100vw - 48px));padding:14px;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 18px 50px rgba(15,23,42,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.beautiful-date-head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;grid-gap:6px;gap:6px;margin-bottom:8px}.beautiful-date-head strong{text-align:center;font-size:16px;font-weight:750;color:var(--text)}.beautiful-date-head button{width:40px;height:40px;border:0;border-radius:14px;background:color-mix(in srgb,var(--accent) 8%,#fff);font-size:28px;line-height:1;cursor:pointer}.beautiful-date-grid,.beautiful-date-weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.beautiful-date-weekdays{padding:2px 0 6px}.beautiful-date-weekdays span{text-align:center;font-size:11px;font-weight:750;color:var(--muted);text-transform:uppercase}.beautiful-date-day{aspect-ratio:1;min-width:0;border:0;border-radius:50%;background:transparent;color:var(--text);font:inherit;font-size:14px;cursor:pointer;position:relative}.beautiful-date-day.is-outside{color:color-mix(in srgb,var(--muted) 42%,transparent)}.beautiful-date-day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px color-mix(in srgb,var(--accent) 70%,transparent);color:var(--accent);font-weight:750}.beautiful-date-day.is-selected{background:var(--accent);color:#fff;font-weight:800;box-shadow:0 5px 14px color-mix(in srgb,var(--accent) 28%,transparent)}.beautiful-date-footer{display:flex;justify-content:center;padding-top:9px;margin-top:5px;border-top:1px solid color-mix(in srgb,var(--line) 75%,transparent)}.beautiful-date-footer button{border:0;border-radius:12px;padding:8px 16px;background:color-mix(in srgb,var(--accent) 9%,#fff);color:var(--accent);font:inherit;font-size:13px;font-weight:750;cursor:pointer}@media (max-width:600px){.beautiful-date-popover{position:fixed;left:50%;top:50%;width:min(356px,calc(100vw - 32px));transform:translate(-50%,-50%);padding:16px;border-radius:28px;box-shadow:0 24px 70px rgba(15,23,42,.28)}.beautiful-date-day{font-size:15px}}.beautiful-date-head button{display:grid;place-items:center;padding:0;background:transparent;border-radius:12px;color:var(--text)}.beautiful-date-head button svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.beautiful-date-head button:active{background:color-mix(in srgb,var(--accent) 8%,transparent)}.beautiful-time-picker{position:relative;width:100%}.beautiful-time-trigger{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--text);font:inherit;font-size:16px;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.beautiful-time-trigger.is-open{border-color:color-mix(in srgb,var(--accent) 58%,var(--line));box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.beautiful-time-trigger svg{width:22px;height:22px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.beautiful-time-popover{position:absolute;z-index:10030;left:0;top:calc(100% + 8px);width:min(306px,calc(100vw - 48px));padding:15px;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:23px;background:rgba(255,255,255,.98);box-shadow:0 16px 42px rgba(15,23,42,.17);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.beautiful-time-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:7px}.beautiful-time-head strong{font-size:15px;color:var(--text)}.beautiful-time-head span{padding:6px 10px;border-radius:10px;background:color-mix(in srgb,var(--accent) 9%,#fff);color:var(--accent);font-size:14px;font-weight:800}.beautiful-time-wheels{position:relative;display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;height:150px;overflow:hidden}.beautiful-time-wheels:before{content:"";position:absolute;left:5px;right:5px;top:50%;height:42px;transform:translateY(-50%);border-radius:14px;background:color-mix(in srgb,var(--accent) 7%,#f8f8fa);pointer-events:none}.beautiful-time-wheel{position:relative;z-index:1;height:150px;overflow-y:auto;scrollbar-width:none;scroll-snap-type:y mandatory;overscroll-behavior:contain;padding:0 4px}.beautiful-time-wheel::-webkit-scrollbar{display:none}.beautiful-time-spacer{height:54px;pointer-events:none}.beautiful-time-wheel button{width:100%;height:42px;display:grid;place-items:center;border:0;background:transparent;color:color-mix(in srgb,var(--text) 48%,transparent);font:inherit;font-size:18px;font-weight:500;scroll-snap-align:center;cursor:pointer}.beautiful-time-wheel button.is-selected{color:var(--text);font-size:23px;font-weight:700}.beautiful-time-colon{position:relative;z-index:2;text-align:center;color:var(--text);font-size:22px;font-weight:700;transform:translateY(-1px)}.beautiful-time-quick{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px;margin-top:7px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent)}.beautiful-time-quick button{height:34px;border:1px solid transparent;border-radius:11px;background:color-mix(in srgb,var(--text) 4%,#fff);color:var(--text);font:inherit;font-size:13px;font-weight:650;cursor:pointer}.beautiful-time-quick button.is-selected{border-color:color-mix(in srgb,var(--accent) 72%,transparent);background:color-mix(in srgb,var(--accent) 8%,#fff);color:var(--accent);font-weight:800}.beautiful-time-quick button:disabled{opacity:.3;cursor:default}.beautiful-time-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:10px}.beautiful-time-actions button{min-height:42px;border-radius:14px;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.beautiful-time-cancel{border:1px solid var(--line);background:#fff;color:var(--text)}.beautiful-time-confirm{border:0;background:var(--accent);color:#fff}@media(max-width:600px){.beautiful-time-popover{position:fixed;left:50%;top:50%;width:min(310px,calc(100vw - 36px));transform:translate(-50%,-50%);padding:15px;border-radius:24px;box-shadow:0 22px 62px rgba(15,23,42,.26)}}@media (min-width:901px){.clients-desktop-table .client-edit-btn{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:13px;background:#fff;color:#536078;border:1px solid #d9e0ea;box-shadow:0 2px 8px rgba(15,23,42,.035)}.clients-desktop-table .client-edit-btn svg{display:block;width:18px;height:18px;overflow:visible;fill:none;stroke:currentColor}.clients-desktop-table .client-edit-btn svg path{fill:none!important;stroke:currentColor!important}.clients-desktop-table .client-edit-btn:hover{background:color-mix(in srgb,var(--ui-accent) 6%,#fff);color:var(--ui-accent);border-color:color-mix(in srgb,var(--ui-accent) 30%,#d9e0ea)}.reports-dashboard-v2{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(420px,.85fr);grid-gap:16px;gap:16px;align-items:stretch}.reports-dashboard-v2>.report-period-tabs,.reports-dashboard-v2>.reports-header{grid-column:1/-1}.reports-dashboard-v2>.reports-header{margin-bottom:-2px}.reports-dashboard-v2>.report-period-tabs{margin:0}.reports-dashboard-v2>.report-income-hero{grid-column:1;min-height:176px;justify-content:center}.reports-dashboard-v2>.report-kpi-grid{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;align-self:stretch}.reports-dashboard-v2>.report-kpi-grid .report-kpi-card{min-height:0;padding:16px 17px}.reports-dashboard-v2>.report-chart-card{grid-column:1;margin:0;min-width:0}.reports-dashboard-v2>.reports-expenses-card{grid-column:2;margin:0;min-width:0;height:100%}.reports-dashboard-v2>.reports-expenses-card .reports-finance-summary{grid-template-columns:1fr;gap:7px}.reports-dashboard-v2>.reports-expenses-card .reports-finance-summary-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px}.reports-dashboard-v2>.reports-expenses-card .reports-finance-summary-item span{margin:0}.reports-dashboard-v2>.report-bottom-grid{grid-column:1/-1;grid-template-columns:1fr;gap:0;margin-top:0}.reports-dashboard-v2 .report-history-card{width:100%}.tariffs-desktop .tariffs-grid{grid-template-columns:1.25fr .68fr .68fr .8fr 1.15fr 1.05fr}.tariffs-desktop .tariff-actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:7px;min-width:0}.tariffs-desktop .tariff-archive-btn,.tariffs-desktop .tariff-delete-btn,.tariffs-desktop .tariff-restore-btn{min-height:38px!important;height:38px;padding:0 12px!important;border-radius:12px!important;font-size:12px!important;line-height:1!important;white-space:nowrap}.tariffs-desktop .tariff-archive-btn,.tariffs-desktop .tariff-restore-btn{background:#fff!important;color:#536078!important;border:1px solid #d9e0ea!important}.tariffs-desktop .tariff-delete-btn{background:#fff7f7!important;color:#cf5362!important;border:1px solid #f0d1d5!important}.tariffs-desktop .tariff-archive-btn:hover,.tariffs-desktop .tariff-restore-btn:hover{background:#f7f8fb!important}.tariffs-desktop .tariff-delete-btn:hover{background:#fff0f1!important}.calendar-layout .event-card.unpaid,.calendar-layout .floating-event.unpaid{background:#fff!important;opacity:1!important;filter:none!important;color:#17213a!important;box-shadow:0 4px 12px rgba(15,23,42,.08)!important}.calendar-layout .event-card.unpaid:after,.calendar-layout .floating-event.unpaid:after{background:transparent!important}}@media (min-width:901px) and (max-width:1280px){.reports-dashboard-v2{grid-template-columns:minmax(0,1.25fr) minmax(360px,.9fr)}.tariffs-desktop .tariffs-grid{grid-template-columns:1.2fr .65fr .68fr .78fr 1fr 1.15fr}}.badge-tariff-single{background:#eef4fb!important;color:#55708f!important;border:1px solid #dbe7f4!important}.onboarding-backdrop{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;padding:20px;background:rgba(20,24,32,.42);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.onboarding-card{position:relative;width:min(520px,100%);padding:34px;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:32px;background:#fff;box-shadow:0 30px 90px rgba(15,23,42,.24);text-align:center}.onboarding-skip{position:absolute;right:22px;top:18px;border:0;background:transparent;color:var(--muted);font:inherit;font-size:13px;cursor:pointer}.onboarding-visual{width:92px;height:92px;margin:16px auto 24px;border-radius:28px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 10%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 12%,transparent)}.onboarding-visual span{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:27px;font-weight:800;box-shadow:0 10px 25px color-mix(in srgb,var(--accent) 25%,transparent)}.onboarding-kicker{margin-bottom:7px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.onboarding-card h2{margin:0;color:var(--text);font-size:28px;line-height:1.12}.onboarding-card p{max-width:410px;margin:14px auto 0;color:var(--muted);font-size:15px;line-height:1.55}.onboarding-dots{display:flex;justify-content:center;gap:7px;margin:25px 0}.onboarding-dots i{width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--muted) 24%,transparent);transition:.2s}.onboarding-dots i.active{width:22px;background:var(--accent)}.onboarding-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.onboarding-actions button{min-height:48px;border-radius:16px;font:inherit;font-weight:750;cursor:pointer}.onboarding-actions .secondary{border:1px solid var(--line);background:#fff;color:var(--text)}.onboarding-actions .primary{grid-column:2;border:0;background:var(--accent);color:#fff}.onboarding-actions button:disabled{opacity:.55;cursor:default}.starter-checklist{max-width:760px;margin:0 0 18px;padding:18px;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line));border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 5%,#fff),#fff);box-shadow:0 8px 25px rgba(15,23,42,.04)}.starter-checklist-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.starter-checklist-head div{display:grid;grid-gap:2px;gap:2px}.starter-checklist-head span{color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.starter-checklist-head strong{font-size:17px}.starter-checklist-head>button{border:0;background:transparent;color:var(--muted);font-size:22px;cursor:pointer}.starter-checklist-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.starter-checklist-items button{min-width:0;display:flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);font:inherit;font-size:12px;text-align:left;cursor:pointer}.starter-checklist-items button i{flex:0 0 22px;width:22px;height:22px;border:1.5px solid color-mix(in srgb,var(--accent) 45%,var(--line));border-radius:50%;display:grid;place-items:center;color:#fff;font-style:normal}.starter-checklist-items button b{margin-left:auto;color:var(--accent);font-size:18px}.starter-checklist-items button.done{opacity:.62;cursor:default}.starter-checklist-items button.done i{border-color:var(--accent);background:var(--accent)}.account-replay-onboarding-btn{width:100%;min-height:44px;margin-top:4px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);font:inherit;font-weight:650;cursor:pointer}@media(max-width:700px){.onboarding-card{padding:30px 22px 22px;border-radius:28px}.onboarding-card h2{font-size:24px}.onboarding-visual{width:82px;height:82px;margin-top:20px}.starter-checklist{margin:0 0 14px;padding:15px}.starter-checklist-items{grid-template-columns:1fr}.starter-checklist-items button{font-size:13px}}.auth-app-icon{width:78px;height:78px;display:block;object-fit:cover;border-radius:22px;margin:0 0 42px;box-shadow:0 10px 28px rgba(23,26,43,.14)}.auth-support-link{display:block;width:max-content;max-width:100%;margin:18px auto 0;color:var(--ui-accent,#625cf6);font-size:14px;font-weight:650;text-align:center;text-decoration:none}.auth-support-link:hover{text-decoration:underline}.account-support-link{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--text);font:inherit;font-weight:650;text-decoration:none;box-sizing:border-box}.account-support-link b{color:var(--muted);font-size:17px;font-weight:500}.account-support-link:hover{border-color:color-mix(in srgb,var(--ui-accent,#625cf6) 35%,var(--line))}@media(max-width:600px){.auth-app-icon{width:66px;height:66px;border-radius:19px;margin-bottom:30px}.auth-support-link{font-size:13px;margin-top:16px}}.account-referral-card{margin-top:4px;padding:16px;border:1px solid var(--line,#e8e7ef);border-radius:18px;background:linear-gradient(145deg,var(--surface,#fff),var(--theme-soft,#f5f3ff))}.account-referral-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.account-referral-head>div{display:flex;flex-direction:column;gap:3px}.account-referral-head span{font-size:12px;color:#777582}.account-referral-head strong{font-size:16px;color:#24232a}.account-referral-card>p{margin:12px 0 14px;font-size:13px;line-height:1.45;color:#6d6a77}.account-referral-link{display:flex;align-items:center;gap:8px;padding:7px 7px 7px 11px;border:1px solid #e5e3eb;border-radius:13px;background:#fff}.account-referral-link code{flex:1 1;font-family:inherit;font-size:12px;color:#55525f}.account-referral-bottom>button,.account-referral-link button{border:0;border-radius:10px;cursor:pointer;font:inherit;font-weight:700}.account-referral-link button{padding:9px 11px;background:#f0eff5;color:#403d49;font-size:11px}.account-referral-bottom{display:flex;align-items:center;gap:16px;margin-top:13px}.account-referral-bottom>div{display:flex;flex-direction:column;gap:1px}.account-referral-bottom b{font-size:16px;color:#28262e}.account-referral-bottom span{font-size:10px;color:#85818e}.account-referral-bottom>button{margin-left:auto;padding:10px 13px;background:var(--theme-accent,#625cf6);color:#fff;font-size:11px}.admin-referral-field small{display:block;margin-top:5px;font-size:10px;line-height:1.35;color:#8a8792}.invite-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,#f0eeff 0,#f8f7fb 42%,#f4f3f7 100%)}.invite-card{width:min(100%,440px);padding:34px;border:1px solid #e8e6ee;border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(45,40,70,.1);text-align:center}.invite-mark{width:58px;height:58px;margin:0 auto 18px;border-radius:18px;background:#25242a;position:relative;overflow:hidden}.invite-mark span,.invite-mark:after,.invite-mark:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%}.invite-mark:before{left:10px;top:10px;background:#8c83ff}.invite-mark:after{right:9px;bottom:9px;background:#ef9cae}.invite-mark span{right:8px;top:8px;background:#e9d675}.invite-kicker{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#817d8b}.invite-card h1{margin:8px 0 10px;font-size:28px;letter-spacing:-.03em;color:#242229}.invite-card p{margin:0 auto 22px;max-width:350px;color:#716e79;font-size:14px;line-height:1.55}.invite-primary,.invite-secondary{display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:14px;text-decoration:none;font-weight:750}.invite-primary{background:#625cf6;color:#fff}.invite-secondary{margin-top:8px;background:#f2f1f5;color:#4d4a55}.invite-card small{display:block;margin-top:18px;color:#96929d;font-size:10px}@media (max-width:600px){.account-referral-card{padding:14px;border-radius:16px}.account-referral-bottom{gap:12px}.account-referral-bottom>button{padding:10px 11px}.invite-card{padding:28px 20px;border-radius:24px}}.account-referral-card{box-sizing:border-box;width:100%;max-width:100%;min-width:0;overflow:hidden}.account-referral-card *{box-sizing:border-box}.account-referral-bottom,.account-referral-head,.account-referral-link{min-width:0;max-width:100%}.account-referral-head>div{min-width:0}.account-referral-link code{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-referral-link button{flex:0 0 auto}@media (max-width:600px){.account-referral-card{width:100%;max-width:100%;padding:14px;overflow:hidden}.account-referral-head{gap:10px}.account-referral-head strong{font-size:15px;line-height:1.25}.account-referral-card>p{overflow-wrap:anywhere}.account-referral-link{width:100%;padding-left:10px}.account-referral-link code{font-size:11px}.account-referral-link button{padding:9px 10px}.account-referral-bottom{width:100%;gap:10px}.account-referral-bottom>div{min-width:0}.account-referral-bottom>button{flex:0 0 auto;margin-left:auto;padding:10px 12px}}@media (max-width:380px){.account-referral-bottom{flex-wrap:wrap}.account-referral-bottom>button{width:100%;margin-left:0}}