.app{position:relative;min-height:100vh;padding-bottom:60px}.screen{padding:16px;min-height:calc(100vh - 60px)}.screen-header{display:flex;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.back-button{margin-right:16px;font-size:24px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#0000000d;transition:all .2s ease}.back-button:hover{background-color:#0000001a;transform:scale(1.05)}.back-button:active{transform:scale(.95)}.screen-title{font-size:20px;font-weight:600;flex:1}.main-button-container{position:fixed;bottom:70px;left:16px;right:16px;z-index:100;padding:10px;background-color:var(--tg-theme-bg-color)}.flex-column-gap-12{display:flex;flex-direction:column;gap:12px}.flex-justify-between{display:flex;justify-content:space-between}.font-bold-18{font-size:18px;font-weight:700}.margin-bottom-16{margin-bottom:16px}.margin-top-16{margin-top:16px}.margin-top-24{margin-top:24px}.width-100-percent{width:100%}.padding-16{padding:16px}.cursor-pointer{cursor:pointer}.metric-card.cursor-pointer{transition:all .3s ease}.metric-card.cursor-pointer:hover{transform:translateY(-3px);box-shadow:0 6px 14px #00000014;background-color:#e9ecef}.metric-card.cursor-pointer:active{transform:translateY(-1px);box-shadow:0 4px 10px #0000001a}:root{--tg-theme-bg-color: #ffffff;--tg-theme-text-color: #000000;--tg-theme-hint-color: #888888;--tg-theme-button-color: #3390ec;--tg-theme-button-text-color: #ffffff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);overflow-x:hidden;min-height:100vh;-ms-high-contrast-adjust:none}*,*:before,*:after{-webkit-filter:none!important;filter:none!important}.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--tg-theme-bg-color, #ffffff)}.container{max-width:100%;padding:16px;margin:0 auto;width:100%}.card{background:var(--tg-theme-bg-color);border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(0,0,0,.1)}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;text-align:center;text-decoration:none;transition:opacity .2s ease;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.btn:hover{opacity:.9}.btn:active{opacity:.8}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background-color:transparent;border:1px solid var(--tg-theme-button-color);color:var(--tg-theme-button-color)}h1,h2,h3,h4,h5,h6{color:var(--tg-theme-text-color);margin-bottom:16px}h1{font-size:24px}h2{font-size:20px}.list{list-style:none}.list-item{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.1)}.list-item:last-child{border-bottom:none}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top:4px solid var(--tg-theme-button-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{margin-top:16px;font-size:16px;font-weight:500;background:linear-gradient(90deg,#3498db,#2ecc71,#3498db,#2ecc71);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:gradientShift 3s ease-in-out infinite;display:inline-block}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.error-message{color:#ff3b30;padding:16px;background-color:#ffebee;border-radius:8px;margin:16px 0}.success-message{color:#4caf50;padding:16px;background-color:#e8f5e9;border-radius:8px;margin:16px 0}.warning-message{color:#ff9800;padding:16px;background-color:#fff3e0;border-radius:8px;margin:16px 0}.nav-bar{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;height:60px;background-color:var(--tg-theme-bg-color, #ffffff);border-top:1px solid rgba(0,0,0,.1);z-index:100}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-decoration:none;color:var(--tg-theme-hint-color);font-size:12px}.nav-item.active{color:var(--tg-theme-button-color)}.nav-icon{font-size:20px;margin-bottom:4px}@media (min-width: 768px){.container{max-width:720px}}.welcome-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f7fa 0%,#e4edf9 100%)}.welcome-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.welcome-title{font-size:22px;font-weight:600;color:#2c3e50;margin:0;animation:fadeInUp .6s ease-out}.welcome-subtitle{color:#7f8c8d;margin:0;animation:fadeInUp .6s ease-out .2s both}.welcome-animation-dot{width:12px;height:12px;background-color:#3498db;border-radius:50%;animation:pulse 2s infinite}.reports-dashboard{background:white;border:none;box-shadow:0 4px 12px #0000000d}.dashboard-title{margin-bottom:16px;color:#2c3e50;font-weight:600}.horizontal-metrics-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;margin-bottom:16px}.metric-card{background:#f8f9fa;border-radius:10px;padding:16px;position:relative;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.metric-card:hover{transform:translateY(-3px);box-shadow:0 6px 14px #00000014}.metric-value{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:4px}.metric-label{font-size:14px;color:#7f8c8d;margin-bottom:8px}.metric-sublabel{font-size:12px;color:#95a5a6;margin-top:auto}.accent-amount{font-size:14px!important;font-weight:700;color:#2c3e50!important}.avg-hour-cost-card{background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;margin-top:16px;margin-bottom:10px}.avg-hour-cost-card .metric-value{color:#fff;font-size:28px}.avg-hour-cost-card .metric-label,.avg-hour-cost-card .metric-sublabel{color:#ffffffe6}.metric-trend{font-size:12px;font-weight:600;margin-bottom:12px}.metric-trend.positive{color:#2ecc71}.metric-trend.negative{color:#e74c3c}.progress-bar{width:100%;height:6px;background-color:#ecf0f1;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px}.sales-progress{width:75%;background:linear-gradient(90deg,#3498db,#2ecc71);animation:progressBarAnimation 1.5s ease-in-out}.rewards-progress{width:45%;background:linear-gradient(90deg,#9b59b6,#3498db);animation:progressBarAnimation 1.5s ease-in-out .3s}@media (min-width: 576px){.horizontal-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.horizontal-metrics-grid{grid-template-columns:repeat(4,1fr)}}.schedule-hero-card{background:radial-gradient(circle at 10% 20%,rgba(14,165,233,.18),transparent 42%),radial-gradient(circle at 95% 10%,rgba(249,115,22,.18),transparent 34%),#ffffff;border:1px solid rgba(14,116,144,.22);box-shadow:0 10px 24px #0f172a14}.schedule-hero-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.schedule-eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0f766e;font-weight:600}.schedule-badge{padding:4px 10px;border-radius:999px;background:rgba(14,165,233,.14);color:#0369a1;font-size:12px;font-weight:700}.schedule-month-title{margin:0;font-size:24px;line-height:1.2;color:#0f172a}.schedule-user-name{margin:6px 0 0;color:#334155;font-size:14px}.schedule-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.schedule-stat-card{margin:0;padding:14px 12px;background:#ffffff;border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 14px #0f172a0d}.schedule-stat-value{display:block;font-size:20px;font-weight:700;color:#0f172a}.schedule-stat-label{display:block;margin-top:3px;font-size:12px;color:#64748b}.schedule-calendar-card{background:#ffffff;border:1px solid rgba(15,23,42,.1)}.schedule-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:8px}.schedule-weekday{text-align:center;font-size:11px;font-weight:700;color:#475569;text-transform:uppercase}.schedule-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.schedule-day-cell{min-height:62px;border-radius:10px;border:1px solid transparent;padding:6px;display:flex;flex-direction:column;justify-content:space-between;animation:fadeInUp .25s ease-out}.schedule-day-cell.kind-empty-slot{background:transparent}.schedule-day-cell.kind-work{background:#ecfeff;border-color:#67e8f9}.schedule-day-cell.kind-weekend{background:#fff7ed;border-color:#fdba74}.schedule-day-cell.kind-vacation{background:#eef2ff;border-color:#a5b4fc}.schedule-day-cell.kind-short{background:#ecfdf3;border-color:#86efac}.schedule-day-cell.kind-other,.schedule-day-cell.kind-empty{background:#f8fafc;border-color:#e2e8f0}.schedule-day-cell.today{box-shadow:inset 0 0 0 2px #0ea5e9}.schedule-day-number{font-size:13px;font-weight:700;color:#0f172a}.schedule-day-status{font-size:9px;color:#334155;line-height:1.15;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 420px){.schedule-day-cell{min-height:56px;padding:5px}.schedule-day-status{font-size:8px}}.refresh-btn{width:100%;background:linear-gradient(135deg,#3498db,#2ecc71);border:none;padding:14px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;margin-top:20px}.refresh-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #3498db4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes progressBarAnimation{0%{width:0}to{width:var(--progress-width, 50%)}}.home-nav-icon{font-size:24px;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:homeIconPulse 2s infinite}@keyframes homeIconPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.icon-base{font-size:20px;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.icon-animated{animation:iconPulse 2s infinite}@keyframes iconPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.nav-icon{font-size:20px;margin-bottom:4px;transition:transform .2s ease}.nav-icon:hover{transform:scale(1.1)}.nav-icon.active-icon{font-size:24px;background:linear-gradient(135deg,#3498db,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:homeIconPulse 2s infinite}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}.nav-item{color:var(--tg-theme-text-color, #000000)}.nav-item.active{color:var(--tg-theme-button-color, #3390ec)}.report-nav-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.report-nav-card{border:1px solid rgba(52,152,219,.18);border-radius:12px;background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);box-shadow:0 4px 14px #3498db1a;padding:14px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.report-nav-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #3498db29;border-color:#3498db59}.report-nav-card:active{transform:translateY(0)}.report-nav-id{font-size:12px;font-weight:700;letter-spacing:.08em;color:#4a90e2;background:rgba(74,144,226,.12);border-radius:999px;padding:3px 8px}.report-nav-title{font-size:17px;font-weight:700;color:#2c3e50}.report-nav-subtitle{font-size:13px;line-height:1.4;color:#6f8497}.report-nav-arrow{margin-top:4px;font-size:13px;font-weight:600;color:#2d89d8}.report-month-card{background:linear-gradient(135deg,#f7fbff 0%,#edf6ff 100%);border:1px solid rgba(52,152,219,.12)}.report-card-title{margin-bottom:10px}.report-select{width:100%;height:48px;border-radius:14px;border:1px solid rgba(52,152,219,.35);background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(237,248,255,.98) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath d='M1 1l6 7 6-7' fill='none' stroke='%232f6db5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:center,right 14px center;background-size:auto,14px 10px;padding:0 40px 0 14px;color:#2c3e50;font-size:15px;font-weight:600;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.report-select:hover{border-color:#3498db8c;transform:translateY(-1px)}.report-select:focus{outline:none;border-color:#2f89d9;box-shadow:0 0 0 4px #2f89d933}.report-select:disabled{opacity:.65;cursor:not-allowed;transform:none}.report-select option{color:#1f3a54;background:#ffffff}.pretty-select{position:relative;width:100%}.pretty-select-trigger{width:100%;min-height:50px;border:1px solid rgba(52,152,219,.34);border-radius:14px;background:radial-gradient(circle at 12% 16%,rgba(56,189,248,.15),transparent 44%),linear-gradient(135deg,#ffffff 0%,#edf7ff 100%);color:#1f3a54;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 7px 18px #0f172a0f}.pretty-select-trigger:hover{border-color:#2f89d99e;transform:translateY(-1px)}.pretty-select-trigger:focus-visible{outline:none;border-color:#2f89d9;box-shadow:0 0 0 4px #2f89d933}.pretty-select-trigger.open{border-color:#2f89d9;box-shadow:0 0 0 3px #2f89d924}.pretty-select-value{font-size:15px;font-weight:600;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pretty-select-value.placeholder{color:#7c8da1}.pretty-select-caret{font-size:18px;line-height:1;color:#2f89d9;transform:translateY(-1px)}.pretty-select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;border-radius:12px;border:1px solid rgba(47,137,217,.3);background:#ffffff;box-shadow:0 16px 28px #0f172a29;padding:6px;max-height:230px;overflow-y:auto}.pretty-select-option{width:100%;border:none;background:transparent;color:#1f3a54;text-align:left;font-size:14px;font-weight:600;padding:10px 12px;border-radius:9px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pretty-select-option:hover{background:#eef7ff;color:#185c95}.pretty-select-option.active{background:linear-gradient(135deg,#2f89d9,#38bdf8);color:#fff}.pretty-select-empty{color:#7c8da1;font-size:13px;padding:9px 10px}.pretty-select.disabled .pretty-select-trigger{opacity:.65;cursor:not-allowed;transform:none}.report-summary-card{border:1px solid rgba(46,204,113,.2);background:linear-gradient(180deg,#ffffff 0%,#f8fffb 100%)}.report-user-name{margin-top:-4px;margin-bottom:12px;font-size:14px;color:#6d7d8b}.report-kpi-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:10px}.report-kpi-item{border-radius:10px;border:1px solid rgba(44,62,80,.08);background:#f9fcff;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.report-kpi-label{font-size:12px;color:#7f8c97}.report-kpi-value{font-size:16px;font-weight:700;color:#2c3e50}.report-details-card{border:1px solid rgba(52,152,219,.12)}.report-list{list-style:none;display:flex;flex-direction:column;gap:8px}.report-list-item{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(44,62,80,.08);border-radius:10px;padding:10px 12px;background:#f9fbfd}.report-list-title{font-size:14px;color:#2c3e50}.report-list-value{font-size:14px;font-weight:700;color:#2d89d8}@media (min-width: 576px){.report-nav-grid,.report-kpi-grid{grid-template-columns:repeat(2,1fr)}}
