.login-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px}.login-content{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.login-logo{margin-bottom:30px;display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin-left:auto;margin-right:auto}.logo-image{width:100%;height:100%;object-fit:contain;border-radius:12px;box-shadow:0 4px 12px #0000000d;background:#fff;padding:12px}.login-hello{font-size:32px;font-weight:700;color:#2c3e50;margin:0 0 20px;text-align:center}.login-welcome{text-align:center;margin-bottom:40px}.welcome-title{font-size:24px;font-weight:600;color:#2c3e50;margin:0 0 8px}.welcome-subtitle{font-size:14px;color:#7f8c8d;margin:0;line-height:1.5}.login-form{width:100%}.form-item-custom{margin-bottom:20px}.form-item-custom .ant-form-item-explain-error{font-size:12px;margin-top:4px}.login-input{width:100%;height:48px;border:1px solid #e0e0e0;border-radius:12px;padding:0 16px 0 45px;font-size:16px;transition:all .3s ease}.login-input:hover{border-color:#002b49}.login-input:focus,.login-input.ant-input-focused{border-color:#002b49;box-shadow:0 0 0 2px #002b491a}.login-input::placeholder{color:#b0b0b0}.input-icon{color:#7f8c8d;font-size:18px}.form-item-button{margin-top:30px;margin-bottom:0}.login-button{width:100%;height:56px;background:#002b49;border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;box-shadow:0 4px 12px #002b4933;transition:all .3s ease;cursor:pointer}.login-button:hover{background:#003d6b;box-shadow:0 6px 16px #002b494d;transform:translateY(-1px)}.login-button:active{transform:translateY(0);box-shadow:0 2px 8px #002b4933}.login-button.ant-btn-loading{background:#002b49}.support-section{margin-top:24px;text-align:center;width:100%}.support-button{color:#1890ff;font-size:14px;padding:0;height:auto}.support-button:hover{color:#40a9ff}.support-modal-content{padding:8px 0}.support-item{padding:16px;border:1px solid #f0f0f0;border-radius:12px;background:#fafafa;transition:all .2s}.support-item:hover{border-color:#002b49;background:#f0f8ff}.support-item-header{display:flex;align-items:center;margin-bottom:8px}.biometric-button{color:#002b49;border-color:#002b49}@media (max-width: 480px){.login-hello{font-size:28px}.welcome-title{font-size:20px}.welcome-subtitle{font-size:13px}.login-logo{width:100px;height:100px}.support-button{font-size:13px}}.menu-bar-header{background:var(--color-header-bg, #ffffff);padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top,0px));color:var(--color-text, #262626);position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 1px 4px #00000014;border-bottom:1px solid var(--color-border, #f0f0f0);transform:translateZ(0);-webkit-transform:translateZ(0);transition:background-color .3s ease,border-color .3s ease}.menu-bar-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;min-height:44px}.menu-bar-left{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:80px}.menu-bar-center{flex:1;display:flex;justify-content:center;align-items:center;text-align:center}.menu-bar-right{display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:80px;justify-content:flex-end}.menu-bar-logo{width:100px;height:auto;max-height:40px;object-fit:contain;background:transparent;padding:0;border-radius:4px}.menu-bar-action-btn{color:var(--color-primary, #002B49)!important;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:8px;transition:background-color .2s,color .2s}.menu-bar-action-btn:hover{background-color:#002b4914!important;color:var(--color-primary-light, #003d6b)!important}.menu-bar-action-btn:active{background-color:#002b491f!important}.menu-bar-greeting{color:#262626;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.menu-bar-greeting-text{color:#262626!important;font-weight:600;margin:0 0 8px!important;font-size:20px}.menu-bar-greeting-subtitle{color:#8c8c8c;font-size:14px}.menu-bar-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;animation:menuBarFadeIn .2s ease}.menu-bar-sidebar{position:absolute;top:0;left:0;width:280px;height:100%;background:#fff;box-shadow:2px 0 8px #00000026;animation:menuBarSlideIn .3s ease}@keyframes menuBarFadeIn{0%{opacity:0}to{opacity:1}}@keyframes menuBarSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.menu-bar-sidebar-header{padding:20px;border-bottom:1px solid #f0f0f0;background:var(--gradient-primary, linear-gradient(135deg, #002B49 0%, #003d6b 100%))}.menu-bar-sidebar-title{color:#fff!important;margin:0!important;font-weight:600}.menu-bar-sidebar-items{padding:8px 0}.menu-bar-sidebar-item{padding:16px 20px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:12px;border-left:3px solid transparent}.menu-bar-sidebar-item:hover{background-color:#f5f5f5;border-left-color:#1890ff}.menu-bar-sidebar-item.active{background-color:#e6f7ff;border-left-color:#1890ff;color:#1890ff;font-weight:500}.menu-bar-sidebar-item.active .menu-bar-item-icon{color:#1890ff}.menu-bar-item-icon{font-size:18px;color:#595959}.menu-bar-sidebar-item:hover .menu-bar-item-icon{color:#1890ff}@media (max-width: 768px){.menu-bar-header{padding:10px 16px;padding-top:calc(10px + env(safe-area-inset-top,0px))}.menu-bar-logo{width:90px;max-height:36px}.menu-bar-greeting-text{font-size:18px!important}.menu-bar-sidebar{width:280px;max-width:85vw}.menu-bar-greeting{margin-top:12px}.menu-bar-content{min-height:48px}.menu-bar-action-btn{min-width:44px;min-height:44px;padding:10px;font-size:18px}}@media (max-width: 480px){.menu-bar-header{padding:8px 12px;padding-top:calc(8px + env(safe-area-inset-top,0px))}.menu-bar-logo{width:80px;max-height:32px}.menu-bar-greeting-text{font-size:16px!important}.menu-bar-action-btn{min-width:44px;min-height:44px;padding:8px}.menu-bar-left,.menu-bar-right{min-width:60px}}@media (max-width: 375px){.menu-bar-header{padding:6px 10px;padding-top:calc(6px + env(safe-area-inset-top,0px))}.menu-bar-logo{width:70px;max-height:28px}.menu-bar-left,.menu-bar-right{min-width:50px}}.bottom-nav-bar{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:var(--color-bottom-nav-bg, #ffffff);border-top:1px solid var(--color-border, #f0f0f0);padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -2px 12px #00000014;z-index:9999;height:calc(64px + env(safe-area-inset-bottom,0px));pointer-events:auto;transform:translateZ(0);-webkit-transform:translateZ(0);transition:background-color .3s ease,border-color .3s ease}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:4px 12px;transition:all .2s;flex:1;min-width:0;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.bottom-nav-item:hover{background-color:#002b490d;border-radius:12px}.bottom-nav-item:active{background-color:#002b491a;transform:scale(.95)}.bottom-nav-item.active{color:var(--color-primary, #002B49)}.bottom-nav-item.active .bottom-nav-icon{color:var(--color-primary, #002B49);transform:scale(1.1)}.bottom-nav-icon{font-size:22px;margin-bottom:4px;color:var(--color-text-secondary, #8c8c8c);transition:all .2s ease;display:flex;align-items:center;justify-content:center;pointer-events:none}.bottom-nav-item.active .bottom-nav-icon{color:var(--color-primary, #002B49)}.bottom-nav-icon span{font-size:20px;line-height:1}.bottom-nav-label{font-size:11px;color:var(--color-text-secondary, #8c8c8c);transition:all .2s ease;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;pointer-events:none}.bottom-nav-item.active .bottom-nav-label{color:var(--color-primary, #002B49);font-weight:600}@media (max-width: 768px){.bottom-nav-bar{height:calc(60px + env(safe-area-inset-bottom,0px))}.bottom-nav-icon{font-size:20px}.bottom-nav-label{font-size:11px}.bottom-nav-item{padding:6px 8px;min-height:44px}}@media (max-width: 375px){.bottom-nav-bar{height:calc(56px + env(safe-area-inset-bottom,0px));padding:4px 0;padding-bottom:calc(4px + env(safe-area-inset-bottom,0px))}.bottom-nav-icon{font-size:18px;margin-bottom:2px}.bottom-nav-label{font-size:9px}.bottom-nav-item{padding:4px 6px}}@media (min-width: 769px){.bottom-nav-bar{height:70px;padding:12px 0;max-width:1200px;left:50%;transform:translate(-50%);border-radius:16px 16px 0 0}.bottom-nav-icon{font-size:24px;margin-bottom:6px}.bottom-nav-label{font-size:12px;font-weight:500}.bottom-nav-item{padding:6px 16px}}.pull-to-refresh{position:fixed;top:calc(var(--header-total-height, 64px) + 8px);left:50%;transform:translate(-50%);z-index:1001;display:flex;align-items:center;gap:8px;background:var(--color-card-bg, #ffffff);border:1px solid var(--color-border, #e8e8e8);border-radius:20px;padding:8px 14px;box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .1));color:var(--color-primary, #002B49);font-size:13px;font-weight:500;pointer-events:none;transition:opacity .2s ease;white-space:nowrap}.ptr-spinner{display:flex;align-items:center;justify-content:center;color:var(--color-primary, #002B49);transition:transform .1s ease}.ptr-spinning{animation:ptr-spin .8s linear infinite;transform:none!important}@keyframes ptr-spin{to{transform:rotate(360deg)}}.ptr-text{color:var(--color-text-secondary, #8c8c8c)}.dashboard-container{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;background:var(--color-background, #f5f5f5);padding-bottom:calc(var(--bottom-nav-height, 64px) + var(--safe-area-bottom, 0px) + 16px);padding-top:calc(var(--header-height, 64px) + var(--safe-area-top, 0px))}.dashboard-content{max-width:1200px;margin:0 auto;padding:16px}.hero-card{border-radius:12px;box-shadow:0 4px 12px #0000000d;border:none;background:#fff}.hero-card-no-plan{background:linear-gradient(135deg,#fff7e6,#fffbea);border-left:4px solid #faad14}.hero-card-plan-ready{background:linear-gradient(135deg,#f6ffed,#fcffe6);border-left:4px solid #52c41a}.hero-card-workday-open{background:linear-gradient(135deg,#e6f7ff,#f0f5ff);border-left:4px solid #1890ff}.hero-card-active-visit{background:linear-gradient(135deg,#fff1f0,#fff2e8);border-left:4px solid #ff4d4f}.quick-action-card{border-radius:12px;transition:all .3s ease;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;box-shadow:0 4px 12px #0000000d}.quick-action-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.daily-summary-card{border-radius:12px;box-shadow:0 4px 12px #0000000d;background:#fff}.stats-card{margin-bottom:16px;border-radius:16px!important;box-shadow:0 2px 8px #0000000f!important;background:#fff!important;border:none!important}.stats-card .ant-card-body{padding:16px!important}.stats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.stats-title{font-size:16px;font-weight:600;color:#262626}.stats-badge{font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px}.stats-badge.success{background:#52c41a;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px;border-radius:12px;text-align:center}.stat-success{background:linear-gradient(135deg,#f6ffed,#d9f7be)}.stat-info{background:linear-gradient(135deg,#e6f7ff,#bae7ff)}.stat-error{background:linear-gradient(135deg,#fff1f0,#ffccc7)}.stat-progress{background:linear-gradient(135deg,#f9f0ff,#efdbff)}.stat-value{font-size:28px;font-weight:700;line-height:1;margin-bottom:6px}.stat-success .stat-value{color:#52c41a}.stat-info .stat-value{color:#1890ff}.stat-error .stat-value{color:#ff4d4f}.stat-progress .stat-value{color:#722ed1}.stat-label{font-size:12px;color:#595959;font-weight:500}@media (max-width: 768px){.dashboard-content{padding:var(--spacing-sm, 8px)}.quick-action-card{min-height:100px}.hero-card{border-radius:var(--radius-md, 12px)}}@media (max-width: 480px){.dashboard-content{padding:var(--spacing-sm, 8px)}.dashboard-container{padding-top:calc(var(--header-height, 56px) + var(--safe-area-top, 0px));padding-bottom:calc(var(--bottom-nav-height, 60px) + var(--safe-area-bottom, 0px) + 12px)}}[data-theme=dark] .hero-card{background:#1e293b!important;border:1px solid #334155;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .hero-card-no-plan{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #faad14}[data-theme=dark] .hero-card-plan-ready{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #52c41a}[data-theme=dark] .hero-card-workday-open{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #3b82f6}[data-theme=dark] .hero-card-active-visit{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #ff4d4f}[data-theme=dark] .quick-action-card{background:#1e293b!important;border:1px solid #334155;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .quick-action-card:hover{background:#334155!important;box-shadow:0 6px 16px #0006}[data-theme=dark] .daily-summary-card{background:#1e293b!important;border:1px solid #334155;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .stats-header{border-bottom:1px solid #334155}[data-theme=dark] .stat-item{border:1px solid #334155}[data-theme=dark] .stat-success{background:linear-gradient(135deg,#52c41a26,#52c41a14)}[data-theme=dark] .stat-info{background:linear-gradient(135deg,#3b82f626,#3b82f614)}[data-theme=dark] .stat-error{background:linear-gradient(135deg,#ff4d4f26,#ff4d4f14)}[data-theme=dark] .stat-progress{background:linear-gradient(135deg,#722ed126,#722ed114)}[data-theme=dark] .workday-card-open,[data-theme=dark] .workday-card-closed{background:#1e293b!important;border:1px solid #334155;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .workday-card-open .ant-card-body,[data-theme=dark] .workday-card-closed .ant-card-body{background:transparent}[data-theme=dark] .workday-title{color:#f1f5f9!important}[data-theme=dark] .workday-details .ant-typography{color:#94a3b8!important}[data-theme=dark] .visit-planning-card{background:#1e293b!important;border:1px solid #334155}[data-theme=dark] .visit-planning-card .ant-card-body{background:transparent}[data-theme=dark] .visit-planning-button{color:#f1f5f9!important}[data-theme=dark] .visit-planning-button:hover{background:#334155!important}[data-theme=dark] .visits-title{color:#f1f5f9!important}[data-theme=dark] .workday-card-closed .ant-alert{background:#334155;border-color:#475569}[data-theme=dark] .workday-card-closed .ant-alert-message{color:#f1f5f9}[data-theme=dark] .workday-card-closed .ant-alert-description{color:#94a3b8}.rm-dashboard-container{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-page, #f5f5f5)}.rm-dashboard-content{flex:1;padding:16px;padding-top:calc(var(--header-height, 64px) + var(--safe-area-top, 0px) + 16px);padding-bottom:80px}.rm-dashboard-title{margin-bottom:16px!important;color:var(--color-text, #262626)}.rm-office-day-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:16px}.rm-office-day-card .ant-card-body{padding:20px}.rm-office-day-header{display:flex;align-items:center;gap:12px}.rm-office-day-icon{font-size:24px;color:var(--color-primary, #002B49)}.rm-start-workday-btn{height:52px;border-radius:12px;font-weight:600;margin-top:8px}.rm-workday-open{padding:12px;background:#52c41a14;border-radius:12px;border:1px solid rgba(82,196,26,.3)}.rm-info-card{border-radius:12px;background:var(--color-bg-container, #fff)}.rm-info-card .ant-card-body{padding:16px}[data-theme=dark] .rm-dashboard-container{background:var(--color-bg-layout)}[data-theme=dark] .rm-office-day-card,[data-theme=dark] .rm-info-card{background:var(--color-bg-container)}[data-theme=dark] .rm-office-day-icon{color:var(--color-primary)}.rm-team-dashboard{min-height:100vh;padding-bottom:72px}.rm-team-content{padding:12px 16px 24px;padding-top:calc(var(--header-height, 64px) + var(--safe-area-top, 0px) + 12px);max-width:600px;margin:0 auto}.rm-team-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.rm-team-back{padding:4px 8px}.rm-team-map-card{margin-bottom:12px}.rm-team-map-wrap{border-radius:8px;overflow:hidden;position:relative}.rm-team-map-my-location{position:absolute;bottom:12px;right:12px;z-index:1000;box-shadow:0 2px 8px #0003}.rm-team-status-card .rm-status-block{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;margin-bottom:4px;font-size:13px}.rm-team-status-card .rm-status-block.active{background:#f6ffed;border:1px solid #b7eb8f;color:#389e0d}.rm-team-status-card .rm-status-block.late{background:#fffbe6;border:1px solid #ffe58f;color:#d48806}.rm-team-status-card .rm-status-block.flagged{background:#fff2f0;border:1px solid #ffccc7;color:#cf1322}.rm-team-status-card .rm-status-block.off{background:#fafafa;border:1px solid #d9d9d9;color:#8c8c8c}.rm-status-list{padding-left:12px;margin-top:4px;margin-bottom:8px}.rm-status-item{font-size:12px;color:#595959;padding:2px 0}.rm-team-flagged-card .ant-alert{margin-bottom:8px}.rm-team-flagged-card .ant-alert:last-child{margin-bottom:0}[data-theme=dark] .rm-team-status-card .rm-status-block.active{background:#52c41a1f;border-color:#52c41a4d;color:#95de64}[data-theme=dark] .rm-team-status-card .rm-status-block.late{background:#faad141f;border-color:#faad144d;color:#ffd666}[data-theme=dark] .rm-team-status-card .rm-status-block.flagged{background:#ff4d4f1f;border-color:#ff4d4f4d;color:#ff7875}[data-theme=dark] .rm-team-status-card .rm-status-block.off{background:#ffffff0d;border-color:#ffffff1f;color:#8c8c8c}[data-theme=dark] .rm-status-item{color:#a0a0a0}.rm-monthly-report-page{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-page, #f5f5f5)}.rm-monthly-report-content{flex:1;padding:12px 16px 80px;max-width:100%;overflow-x:auto}.rm-monthly-report-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.rm-monthly-back{flex-shrink:0}.rm-monthly-filters-card{margin-bottom:12px}.rm-monthly-table-card .ant-table-wrapper{overflow-x:auto}.rm-monthly-table-card .ant-table{font-size:13px}.rm-monthly-table-card .ant-table-thead>tr>th{background:var(--color-primary, #002B49);color:#fff;font-weight:600;white-space:nowrap}@media (max-width: 768px){.rm-monthly-report-content{padding-left:12px;padding-right:12px}}.workday-activation-container{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;background:linear-gradient(180deg,#002b49,#004d7a,#0077b6);padding:16px;padding-top:calc(150px + var(--safe-area-top, 0px));padding-bottom:calc(var(--safe-area-bottom, 0px) + 80px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.workday-activation-content{width:100%;max-width:420px;margin:0 auto;padding:0 8px}.workday-activation-card{border-radius:20px;box-shadow:0 8px 32px #0003;padding:0;background:#fff;overflow:hidden}.workday-activation-card .ant-card-body{padding:28px 20px}.activation-header{margin-bottom:20px;text-align:center}.activation-icon{margin-bottom:16px;display:flex;justify-content:center;align-items:center}.activation-icon .anticon{font-size:56px!important;color:#002b49!important;animation:rocketPulse 2s ease-in-out infinite;display:block!important}.activation-icon .anticon svg{width:56px!important;height:56px!important;fill:#002b49!important}@keyframes rocketPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.activation-title{margin-bottom:8px!important;color:#002b49!important;font-weight:700!important;font-size:22px!important;text-align:center;display:block!important}.activation-header .ant-typography-secondary,.activation-subtitle{color:#64748b!important;font-size:14px!important;line-height:1.5;display:block!important;text-align:center;margin-top:8px}.workday-activation-card .ant-alert{border-radius:12px;margin-bottom:16px!important;padding:12px 16px}.workday-activation-card .ant-alert-success{background:linear-gradient(135deg,#f6ffed,#d9f7be);border:1px solid #b7eb8f}.workday-activation-button{margin-top:16px;transition:all .3s ease;height:60px!important;font-size:17px!important;font-weight:700!important;background:linear-gradient(135deg,#002b49,#0077b6)!important;border:none!important;border-radius:16px!important;box-shadow:0 6px 20px #002b4959!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px}.workday-activation-button:hover,.workday-activation-button:focus{transform:translateY(-2px);box-shadow:0 8px 28px #002b4973!important;background:linear-gradient(135deg,#003d66,#08c)!important}.workday-activation-button:active{transform:translateY(0);box-shadow:0 4px 12px #002b494d!important}.workday-activation-button .anticon{font-size:22px!important}.workday-activation-button span{display:flex;align-items:center;gap:8px}.activation-info{margin-top:20px;padding:16px;background:#f8fafc;border-radius:14px;border:1px solid #e2e8f0}.activation-info .ant-space{width:100%}.activation-info .ant-typography{font-size:13px!important;line-height:1.6;color:#64748b!important;display:flex;align-items:flex-start;gap:8px}.activation-info .ant-typography .anticon{color:#002b49;font-size:16px;flex-shrink:0;margin-top:2px}.ant-modal-content{border-radius:20px!important;overflow:hidden}.ant-modal-header{padding:20px 24px 16px!important;border-bottom:1px solid #f0f0f0}.ant-modal-title{font-size:18px!important;font-weight:700!important;color:#002b49!important}.ant-modal-body{padding:20px 24px!important}.ant-modal-footer{padding:16px 24px 20px!important;border-top:1px solid #f0f0f0;display:flex;gap:12px}.ant-modal-footer .ant-btn{flex:1;height:48px!important;border-radius:12px!important;font-weight:600!important}@media (max-width: 480px){.workday-activation-container{padding:12px;padding-top:calc(140px + var(--safe-area-top, 0px));padding-bottom:calc(var(--safe-area-bottom, 0px) + 76px)}.workday-activation-content{padding:0 4px}.workday-activation-card .ant-card-body{padding:24px 16px}.activation-icon .anticon{font-size:48px!important;color:#002b49!important}.activation-icon .anticon svg{width:48px!important;height:48px!important}.activation-title{font-size:20px!important;color:#002b49!important}.activation-subtitle{font-size:13px!important}.workday-activation-button{height:56px!important;font-size:16px!important;border-radius:14px!important}.workday-activation-button .anticon{font-size:20px!important}.activation-info{padding:14px}.activation-info .ant-typography{font-size:12px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px!important}.ant-modal-content{border-radius:16px!important}.ant-modal-header{padding:16px 20px 12px!important}.ant-modal-title{font-size:16px!important}.ant-modal-body{padding:16px 20px!important}.ant-modal-footer{padding:12px 20px 16px!important;flex-direction:column}.ant-modal-footer .ant-btn{width:100%;height:44px!important}}@media (max-width: 375px){.workday-activation-container{padding:10px;padding-top:calc(130px + var(--safe-area-top, 0px))}.workday-activation-card{border-radius:16px}.workday-activation-card .ant-card-body{padding:20px 14px}.activation-icon .anticon{font-size:44px!important;color:#002b49!important}.activation-icon .anticon svg{width:44px!important;height:44px!important}.activation-title{font-size:18px!important;color:#002b49!important}.activation-subtitle{font-size:12px!important}.workday-activation-button{height:52px!important;font-size:15px!important;border-radius:12px!important}.activation-info{padding:12px;margin-top:16px}.activation-info .ant-typography{font-size:11px!important}}@supports (padding-top: env(safe-area-inset-top)){.workday-activation-container{padding-top:calc(150px + env(safe-area-inset-top));padding-bottom:calc(env(safe-area-inset-bottom) + 80px);padding-left:calc(env(safe-area-inset-left) + 16px);padding-right:calc(env(safe-area-inset-right) + 16px)}@media (max-width: 480px){.workday-activation-container{padding-top:calc(140px + env(safe-area-inset-top));padding-bottom:calc(env(safe-area-inset-bottom) + 76px)}}}.location-status{padding:20px;text-align:center;background:#f8fafc;border-radius:12px;margin-bottom:16px}.workday-activation-button.ant-btn-loading{opacity:.9}.workday-activation-button.ant-btn-loading .ant-btn-loading-icon{margin-right:8px}.workday-activation-button.ant-btn-loading .ant-btn-loading-icon .anticon{font-size:20px!important}[data-theme=dark] .workday-activation-container{background:linear-gradient(180deg,#0f172a,#1e293b,#334155)}[data-theme=dark] .workday-activation-card{background:#1e293b!important;border:1px solid #334155;box-shadow:0 8px 32px #0006}[data-theme=dark] .activation-title{color:#f1f5f9!important}[data-theme=dark] .activation-icon .anticon{color:#3b82f6!important}[data-theme=dark] .activation-icon .anticon svg{fill:#3b82f6!important}[data-theme=dark] .activation-header .ant-typography-secondary,[data-theme=dark] .activation-subtitle{color:#94a3b8!important}[data-theme=dark] .activation-info{background:#0f172a;border:1px solid #334155}[data-theme=dark] .activation-info .ant-typography{color:#94a3b8!important}[data-theme=dark] .activation-info .ant-typography .anticon{color:#3b82f6}[data-theme=dark] .location-status{background:#0f172a;border:1px solid #334155}[data-theme=dark] .workday-activation-card .ant-alert-success{background:linear-gradient(135deg,#52c41a26,#52c41a14);border:1px solid rgba(82,196,26,.3)}[data-theme=dark] .workday-activation-card .ant-alert-success .ant-alert-message,[data-theme=dark] .workday-activation-card .ant-alert-success .ant-alert-description{color:#a7f3d0}[data-theme=dark] .workday-activation-button{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;box-shadow:0 6px 20px #3b82f659!important}[data-theme=dark] .workday-activation-button:hover,[data-theme=dark] .workday-activation-button:focus{background:linear-gradient(135deg,#60a5fa,#3b82f6)!important;box-shadow:0 8px 28px #3b82f673!important}:root,[data-theme=light]{--header-height: 64px;--bottom-nav-height: 64px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--header-total-height: calc(var(--header-height) + var(--safe-area-top));--bottom-nav-total-height: calc(var(--bottom-nav-height) + var(--safe-area-bottom));--keyboard-inset-height: 0px;--color-primary: #002B49;--color-primary-light: #003d6b;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-text: #262626;--color-text-secondary: #8c8c8c;--color-border: #e8e8e8;--color-background: #f5f5f5;--color-card-bg: #ffffff;--color-card-border: #e8e8e8;--color-header-bg: #ffffff;--color-bottom-nav-bg: #ffffff;--color-input-bg: #ffffff;--color-input-border: #d9d9d9;--touch-target-min: 44px;--button-height: 48px;--button-height-large: 56px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--gradient-primary: linear-gradient(135deg, #002B49 0%, #003d6b 100%);--gradient-card: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--gradient-modal-header: linear-gradient(135deg, #002B49 0%, #003d6b 100%);--color-overlay-bg: #ffffff;--color-overlay-border: #e8e8e8}[data-theme=dark]{--color-primary: #38bdf8;--color-primary-light: #7dd3fc;--color-primary-dark: #0284c7;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-text: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--color-border: #334155;--color-background: #0f172a;--color-card-bg: #1e293b;--color-card-border: #334155;--color-header-bg: rgba(30, 41, 59, .95);--color-bottom-nav-bg: rgba(30, 41, 59, .98);--color-input-bg: #1e293b;--color-input-border: #475569;--stat-success-bg: rgba(34, 197, 94, .15);--stat-info-bg: rgba(56, 189, 248, .15);--stat-error-bg: rgba(239, 68, 68, .15);--stat-progress-bg: rgba(168, 85, 247, .15);--gradient-primary: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);--gradient-card: linear-gradient(135deg, #1e293b 0%, #334155 100%);--gradient-modal-header: linear-gradient(135deg, #1e293b 0%, #334155 100%);--color-overlay-bg: #1e293b;--color-overlay-border: #334155;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(56, 189, 248, .15)}@media (max-width: 480px){:root{--header-height: 56px;--bottom-nav-height: 60px}}@media (min-width: 769px){:root{--header-height: 70px;--bottom-nav-height: 70px}}*{margin:0;padding:0;box-sizing:border-box}html{overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;color:var(--color-text);background-color:var(--color-background);-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;padding-top:var(--safe-area-top);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--color-text);margin:0;-webkit-user-select:text;user-select:text}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}@media (max-width: 480px){h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}h4{font-size:16px}}p,span,.ant-typography{-webkit-user-select:text;user-select:text}.ant-typography.ant-typography-secondary{color:var(--color-text-secondary)!important}#root{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;position:relative}.page-with-bottom-nav{padding-bottom:var(--bottom-nav-total-height)}.page-with-header{padding-top:var(--header-total-height)}button,.ant-btn{pointer-events:auto!important;cursor:pointer!important;z-index:1}.ant-modal-mask,.ant-drawer-mask{pointer-events:auto}.ant-affix,.fixed-element{pointer-events:none}.ant-affix>*,.fixed-element>*{pointer-events:auto}.leaflet-container{height:100%;width:100%;z-index:0}.leaflet-control-container{z-index:1000}.custom-marker{background:transparent!important;border:none!important}@media (max-width: 768px){body{font-size:14px}.ant-layout-sider{display:none!important}.ant-btn-block{width:100%}.ant-btn{min-height:var(--button-height);padding:12px 20px;font-size:15px}.ant-btn-sm{min-height:var(--touch-target-min);padding:8px 16px}.ant-card{margin-bottom:var(--spacing-md);border-radius:var(--radius-md)}.ant-card-body{padding:var(--spacing-md)!important}.ant-input,.ant-select-selector,.ant-picker{min-height:var(--button-height)!important;font-size:16px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{border-radius:var(--radius-lg)!important}.ant-drawer-content{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-list-item{padding:var(--spacing-md)!important;margin-bottom:var(--spacing-sm);background:#fff;border-radius:var(--radius-md);border:none!important}.ant-tabs-nav{padding:0 var(--spacing-md)}.ant-tabs-tab{padding:var(--spacing-sm) var(--spacing-md)!important;font-size:14px}}@media (max-width: 375px){.ant-btn{padding:10px 16px;font-size:14px}.ant-card-body{padding:12px!important}h1{font-size:22px}h2{font-size:18px}h3{font-size:16px}}@media (min-width: 769px){body{font-size:16px}.dashboard-container,.visit-steps-container{max-width:1200px;margin:0 auto}.ant-layout-sider{display:block!important}}.ant-spin-nested-loading{min-height:200px}.ant-card,.ant-btn{will-change:transform}html{scroll-behavior:smooth}.mobile-page-container{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;padding-top:var(--header-total-height);padding-bottom:var(--bottom-nav-total-height);background:var(--color-background)}.mobile-content{padding:var(--spacing-md);max-width:1200px;margin:0 auto}@media (max-width: 480px){.mobile-content{padding:var(--spacing-sm)}}.sticky-bottom-cta{position:fixed;bottom:0;left:0;right:0;padding:var(--spacing-md);padding-bottom:calc(var(--spacing-md) + var(--safe-area-bottom));background:#fff;border-top:1px solid var(--color-border);box-shadow:0 -2px 8px #0000001a;z-index:100}.touch-feedback{-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer}.touch-feedback:active{opacity:.7;transform:scale(.98)}.no-pull-refresh{overscroll-behavior-y:contain}.smooth-scroll{-webkit-overflow-scrolling:touch;overflow-y:auto}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.full-height-mobile{height:100vh;height:100dvh;height:-webkit-fill-available}input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],textarea,select{font-size:16px!important}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:9999}[data-theme=dark] .loading-overlay{background:#0f172ae6}[data-theme=dark] .ant-card{background:var(--color-card-bg);border-color:var(--color-card-border)}[data-theme=dark] .ant-card-head{border-color:var(--color-card-border);color:var(--color-text)}[data-theme=dark] .ant-card-head-title,[data-theme=dark] .ant-card-body{color:var(--color-text)}[data-theme=dark] .ant-btn-default{background:var(--color-card-bg);border-color:var(--color-border);color:var(--color-text)}[data-theme=dark] .ant-btn-default:hover{border-color:var(--color-primary);color:var(--color-primary)}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-select-selector,[data-theme=dark] .ant-picker,[data-theme=dark] .ant-input-number{background:var(--color-input-bg)!important;border-color:var(--color-input-border)!important;color:var(--color-text)!important}[data-theme=dark] .ant-input::placeholder,[data-theme=dark] .ant-input-affix-wrapper input::placeholder{color:var(--color-text-secondary)!important}[data-theme=dark] .ant-select-dropdown{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .ant-select-item{color:var(--color-text)}[data-theme=dark] .ant-select-item-option-selected{background:#3b82f626}[data-theme=dark] .ant-select-item-option-active{background:#3b82f61a}[data-theme=dark] .ant-modal-content,[data-theme=dark] .ant-modal-header{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .ant-modal-title{color:var(--color-text)}[data-theme=dark] .ant-modal-close-x{color:var(--color-text-secondary)}[data-theme=dark] .ant-modal-body{color:var(--color-text)}[data-theme=dark] .ant-modal-footer{border-color:var(--color-border)}[data-theme=dark] .ant-list-item{background:var(--color-card-bg);border-color:var(--color-border)!important}[data-theme=dark] .ant-list-item-meta-title{color:var(--color-text)}[data-theme=dark] .ant-list-item-meta-description,[data-theme=dark] .ant-empty-description{color:var(--color-text-secondary)}[data-theme=dark] .ant-typography{color:var(--color-text)}[data-theme=dark] .ant-typography.ant-typography-secondary{color:var(--color-text-secondary)!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--color-text)}[data-theme=dark] .ant-tag{border-color:var(--color-border)}[data-theme=dark] .ant-drawer-content{background:var(--color-card-bg)}[data-theme=dark] .ant-drawer-header{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .ant-drawer-title{color:var(--color-text)}[data-theme=dark] .ant-drawer-close{color:var(--color-text-secondary)}[data-theme=dark] .ant-message-notice-content{background:var(--color-card-bg);box-shadow:var(--shadow-lg)}[data-theme=dark] .ant-tabs-tab{color:var(--color-text-secondary)}[data-theme=dark] .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-primary)}[data-theme=dark] .ant-statistic-title{color:var(--color-text-secondary)}[data-theme=dark] .ant-statistic-content{color:var(--color-text)}[data-theme=dark] .ant-divider{border-color:var(--color-border)}[data-theme=dark] .ant-descriptions-item-label{color:var(--color-text-secondary)}[data-theme=dark] .ant-descriptions-item-content{color:var(--color-text)}[data-theme=dark] .ant-alert{border-color:var(--color-border)}[data-theme=dark] .ant-alert-message{color:var(--color-text)}[data-theme=dark] .ant-alert-description,[data-theme=dark] .ant-spin-text{color:var(--color-text-secondary)}[data-theme=dark] .ant-form-item-label>label{color:var(--color-text)}[data-theme=dark] .ant-popover-inner{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .ant-popover-title{color:var(--color-text);border-color:var(--color-border)}[data-theme=dark] .sticky-bottom-cta{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .bottom-nav-bar{background:var(--color-bottom-nav-bg);border-top-color:var(--color-border);box-shadow:0 -2px 12px #0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .bottom-nav-item:hover{background-color:#38bdf81a}[data-theme=dark] .bottom-nav-item:active{background-color:#38bdf826}[data-theme=dark] .bottom-nav-item.active,[data-theme=dark] .bottom-nav-item.active .bottom-nav-icon{color:var(--color-primary)}[data-theme=dark] .bottom-nav-icon,[data-theme=dark] .bottom-nav-label{color:var(--color-text-secondary)}[data-theme=dark] .bottom-nav-item.active .bottom-nav-label{color:var(--color-primary)}[data-theme=dark] .menu-bar-header{background:#1e293bf2;border-bottom-color:#334155;box-shadow:0 1px 4px #0006;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=dark] .menu-bar-logo{filter:brightness(1.1)}[data-theme=dark] .menu-bar-action-btn{color:#38bdf8!important}[data-theme=dark] .menu-bar-action-btn:hover{background-color:#38bdf826!important;color:#7dd3fc!important}[data-theme=dark] .menu-bar-action-btn:active{background-color:#38bdf833!important}[data-theme=dark] .menu-bar-greeting{border-top-color:var(--color-border)}[data-theme=dark] .menu-bar-greeting-text{color:var(--color-text)!important}[data-theme=dark] .menu-bar-greeting-subtitle{color:var(--color-text-secondary)}[data-theme=dark] .menu-bar-sidebar{background:var(--color-card-bg);box-shadow:2px 0 12px #0006}[data-theme=dark] .menu-bar-sidebar-header{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom-color:var(--color-border)}[data-theme=dark] .menu-bar-sidebar-item{color:var(--color-text)}[data-theme=dark] .menu-bar-sidebar-item:hover{background-color:#38bdf81a;border-left-color:var(--color-primary)}[data-theme=dark] .menu-bar-sidebar-item.active{background-color:#38bdf826;border-left-color:var(--color-primary);color:var(--color-primary)}[data-theme=dark] .menu-bar-item-icon{color:var(--color-text-secondary)}[data-theme=dark] .menu-bar-sidebar-item:hover .menu-bar-item-icon,[data-theme=dark] .menu-bar-sidebar-item.active .menu-bar-item-icon{color:var(--color-primary)}[data-theme=dark] .login-container{background-color:var(--color-background)}[data-theme=dark] .logo-image{background:var(--color-card-bg);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .login-hello,[data-theme=dark] .welcome-title{color:var(--color-text)}[data-theme=dark] .welcome-subtitle{color:var(--color-text-secondary)}[data-theme=dark] .login-input{background:var(--color-input-bg);border-color:var(--color-input-border);color:var(--color-text)}[data-theme=dark] .login-input:hover{border-color:var(--color-primary)}[data-theme=dark] .login-input:focus,[data-theme=dark] .login-input.ant-input-focused{border-color:var(--color-primary);box-shadow:0 0 0 2px #38bdf833}[data-theme=dark] .login-input::placeholder{color:var(--color-text-muted)}[data-theme=dark] .input-icon{color:var(--color-text-secondary)}[data-theme=dark] .login-button{background:linear-gradient(135deg,#0284c7,#38bdf8);box-shadow:0 4px 12px #38bdf84d}[data-theme=dark] .login-button:hover{background:linear-gradient(135deg,#0369a1,#0ea5e9);box-shadow:0 6px 20px #38bdf866}[data-theme=dark] .support-item{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .support-item:hover{border-color:var(--color-primary);background:#38bdf81a}[data-theme=dark] .biometric-button{color:#f1f5f9;border-color:#38bdf8}[data-theme=dark] .profile-menu-page-container{background:linear-gradient(180deg,var(--color-background) 0%,#1e293b 100%)}[data-theme=dark] .profile-menu-title{color:var(--color-text)}[data-theme=dark] .profile-menu-bell-icon{color:var(--color-primary);background:var(--color-card-bg);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .profile-menu-user-card{background:linear-gradient(135deg,#0f172a,#1e3a5f)!important;box-shadow:0 8px 24px #0006}[data-theme=dark] .profile-menu-avatar{background:linear-gradient(135deg,#0284c7,#38bdf8)!important}[data-theme=dark] .profile-menu-org-name{color:#7dd3fc!important}[data-theme=dark] .profile-menu-item{background:var(--color-card-bg);box-shadow:0 2px 12px #0003}[data-theme=dark] .profile-menu-item:active{background:#38bdf81a}[data-theme=dark] .profile-menu-item-text{color:var(--color-text)}[data-theme=dark] .profile-menu-item-arrow{color:var(--color-text-secondary)}[data-theme=dark] .profile-menu-item:nth-child(1) .profile-menu-item-icon{background:linear-gradient(135deg,#fbbf2433,#f59e0b26);color:#fbbf24}[data-theme=dark] .profile-menu-item:nth-child(2) .profile-menu-item-icon{background:linear-gradient(135deg,#22c55e33,#16a34a26);color:#22c55e}[data-theme=dark] .profile-menu-item:nth-child(3) .profile-menu-item-icon{background:linear-gradient(135deg,#a855f733,#8b5cf626);color:#a855f7}[data-theme=dark] .profile-menu-item:nth-child(4) .profile-menu-item-icon{background:linear-gradient(135deg,#14b8a633,#06b6d426);color:#14b8a6}[data-theme=dark] .profile-menu-item:nth-child(5) .profile-menu-item-icon{background:linear-gradient(135deg,#ef444433,#dc262626);color:#ef4444}[data-theme=dark] .profile-menu-item:nth-child(6) .profile-menu-item-icon{background:linear-gradient(135deg,#ec489933,#db277726);color:#ec4899}[data-theme=dark] .profile-menu-item:nth-child(7) .profile-menu-item-icon{background:linear-gradient(135deg,#38bdf833,#0ea5e926);color:#38bdf8}[data-theme=dark] .dashboard-container{background:#0f172a}[data-theme=dark] .dashboard-content{background:transparent}[data-theme=dark] .hero-card{background:#1e293b;box-shadow:0 4px 12px #0006;border:1px solid #334155}[data-theme=dark] .hero-card-no-plan{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #f59e0b!important;border:1px solid #334155}[data-theme=dark] .hero-card-no-plan .ant-typography{color:#f1f5f9!important}[data-theme=dark] .hero-card-no-plan .ant-typography-secondary{color:#94a3b8!important}[data-theme=dark] .hero-card-plan-ready{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #22c55e!important;border:1px solid #334155}[data-theme=dark] .hero-card-workday-open{background:linear-gradient(135deg,#0f172a,#1e293b)!important;border:1px solid #334155!important;border-left:none!important}[data-theme=dark] .hero-card-active-visit{background:linear-gradient(135deg,#1e293b,#334155)!important;border-left:4px solid #ef4444!important;border:1px solid #334155}[data-theme=dark] .hero-card-workday-open div[style*="background: #fff"],[data-theme=dark] .hero-card-workday-open div[style*="background: '#fff'"]{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .hero-card-workday-open .ant-typography{color:#f1f5f9!important}[data-theme=dark] .hero-card-workday-open .ant-typography-secondary,[data-theme=dark] .hero-card-workday-open span[style*="color: #595959"],[data-theme=dark] .hero-card-workday-open span[style*="color: '#595959'"]{color:#94a3b8!important}[data-theme=dark] .hero-card-workday-open [style*="background: #fff"]{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .quick-action-card{background:#1e293b;border:1px solid #334155;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .quick-action-card:hover{background:#334155;box-shadow:0 8px 20px #0006,0 0 20px #38bdf81a}[data-theme=dark] .daily-summary-card{background:#1e293b;border:1px solid #334155;box-shadow:0 4px 12px #0000004d}[data-theme=dark] .stats-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .stats-header{border-bottom-color:#334155}[data-theme=dark] .stats-title{color:#f1f5f9}[data-theme=dark] .stat-success{background:linear-gradient(135deg,#22c55e26,#16a34a1a);border:1px solid rgba(34,197,94,.2)}[data-theme=dark] .stat-info{background:linear-gradient(135deg,#38bdf826,#0ea5e91a);border:1px solid rgba(56,189,248,.2)}[data-theme=dark] .stat-error{background:linear-gradient(135deg,#ef444426,#dc26261a);border:1px solid rgba(239,68,68,.2)}[data-theme=dark] .stat-progress{background:linear-gradient(135deg,#a855f726,#8b5cf61a);border:1px solid rgba(168,85,247,.2)}[data-theme=dark] .stat-success .stat-value{color:#22c55e}[data-theme=dark] .stat-info .stat-value{color:#38bdf8}[data-theme=dark] .stat-error .stat-value{color:#ef4444}[data-theme=dark] .stat-progress .stat-value{color:#a855f7}[data-theme=dark] .stat-label{color:#94a3b8}[data-theme=dark] .workday-activation-container{background:linear-gradient(180deg,#0f172a,#1e3a5f,#0c4a6e)}[data-theme=dark] .workday-activation-card{background:var(--color-card-bg);box-shadow:0 8px 32px #0006}[data-theme=dark] .activation-icon .anticon{color:var(--color-primary)!important}[data-theme=dark] .activation-icon .anticon svg{fill:var(--color-primary)!important}[data-theme=dark] .activation-title{color:var(--color-text)!important}[data-theme=dark] .activation-header .ant-typography-secondary,[data-theme=dark] .activation-subtitle{color:var(--color-text-secondary)!important}[data-theme=dark] .workday-activation-card .ant-alert-success{background:linear-gradient(135deg,#22c55e33,#16a34a1a);border-color:#22c55e4d}[data-theme=dark] .workday-activation-button{background:linear-gradient(135deg,#0284c7,#38bdf8)!important;box-shadow:0 6px 20px #38bdf859!important}[data-theme=dark] .workday-activation-button:hover,[data-theme=dark] .workday-activation-button:focus{background:linear-gradient(135deg,#0369a1,#0ea5e9)!important;box-shadow:0 8px 28px #38bdf873!important}[data-theme=dark] .activation-info{background:#0f172a80;border-color:var(--color-border)}[data-theme=dark] .activation-info .ant-typography{color:var(--color-text-secondary)!important}[data-theme=dark] .activation-info .ant-typography .anticon{color:var(--color-primary)}[data-theme=dark] .location-status{background:#0f172a80}[data-theme=dark] .visits-page-container{background:var(--color-background)}[data-theme=dark] .visits-stats-card{background:var(--color-card-bg)!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .visits-section-card{background:var(--color-card-bg);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .mobile-page-container{background:var(--color-background)}@media (max-width: 768px){[data-theme=dark] .ant-list-item{background:var(--color-card-bg);box-shadow:0 4px 12px #0000004d}}[data-theme=dark] .ant-badge-count{box-shadow:0 0 0 2px var(--color-card-bg)}[data-theme=dark] .ant-progress-text{color:var(--color-text)}[data-theme=dark] .ant-slider-rail{background:var(--color-border)}[data-theme=dark] .ant-skeleton-content .ant-skeleton-title,[data-theme=dark] .ant-skeleton-content .ant-skeleton-paragraph>li{background:linear-gradient(90deg,var(--color-border) 25%,#475569 50%,var(--color-border) 75%);background-size:200% 100%}[data-theme=dark] .ant-collapse{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .ant-collapse-header{color:var(--color-text)!important}[data-theme=dark] .ant-collapse-content{background:var(--color-background);border-color:var(--color-border)}[data-theme=dark] .ant-timeline-item-content{color:var(--color-text)}[data-theme=dark] .ant-timeline-item-tail{border-color:var(--color-border)}[data-theme=dark] .ant-steps-item-title{color:var(--color-text)!important}[data-theme=dark] .ant-steps-item-description{color:var(--color-text-secondary)!important}[data-theme=dark] .ant-notification-notice{background:var(--color-card-bg);box-shadow:var(--shadow-lg)}[data-theme=dark] .ant-notification-notice-message{color:var(--color-text)}[data-theme=dark] .ant-notification-notice-description{color:var(--color-text-secondary)}[data-theme=dark] .ant-message-notice-content{background:var(--color-card-bg);color:var(--color-text);box-shadow:var(--shadow-lg)}[data-theme=dark] .ant-tooltip-inner{background:#334155;color:var(--color-text)}[data-theme=dark] .ant-tooltip-arrow:before{background:#334155}[data-theme=dark] .ant-checkbox-wrapper,[data-theme=dark] .ant-radio-wrapper{color:var(--color-text)}[data-theme=dark] .ant-upload-drag{background:var(--color-input-bg);border-color:var(--color-border)}[data-theme=dark] .ant-upload-drag:hover{border-color:var(--color-primary)}[data-theme=dark] .ant-upload-text{color:var(--color-text)}[data-theme=dark] .ant-upload-hint{color:var(--color-text-secondary)}[data-theme=dark] .ant-picker-dropdown{background:var(--color-card-bg)}[data-theme=dark] .ant-picker-panel{background:var(--color-card-bg);border-color:var(--color-border)}[data-theme=dark] .ant-picker-header{border-color:var(--color-border);color:var(--color-text)}[data-theme=dark] .ant-picker-header button,[data-theme=dark] .ant-picker-content th{color:var(--color-text-secondary)}[data-theme=dark] .ant-picker-cell{color:var(--color-text)}[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:var(--color-primary)}[data-theme=dark] .ant-picker-footer{border-color:var(--color-border)}[data-theme=dark] .ant-avatar{background:var(--color-border);color:var(--color-text)}[data-theme=dark] .ant-segmented{background:var(--color-input-bg)}[data-theme=dark] .ant-segmented-item{color:var(--color-text-secondary)}[data-theme=dark] .ant-segmented-item-selected{background:var(--color-primary);color:#fff}[data-theme=dark] .ant-result-title{color:var(--color-text)}[data-theme=dark] .ant-result-subtitle{color:var(--color-text-secondary)}[data-theme=dark] .ant-table{background:var(--color-card-bg)}[data-theme=dark] .ant-table-thead>tr>th{background:#0f172acc;color:var(--color-text);border-color:var(--color-border)}[data-theme=dark] .ant-table-tbody>tr>td{border-color:var(--color-border);color:var(--color-text)}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#38bdf814}.bottom-nav-bar,.menu-bar-header,.profile-menu-item,.ant-card,.ant-btn,.stat-item{transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease}[data-theme=dark] .organizations-page-container{background-color:#0f172a}[data-theme=dark] .organizations-page-content>.ant-tabs{background:#1e293b!important;border:1px solid #334155}[data-theme=dark] .organizations-page-content .ant-tabs-nav:before{border-bottom-color:#334155}[data-theme=dark] .organizations-page-content .ant-tabs-tab{color:#94a3b8}[data-theme=dark] .organizations-page-content .ant-tabs-tab:hover{color:#38bdf8}[data-theme=dark] .organizations-page-content .ant-tabs-tab-active .ant-tabs-tab-btn{color:#38bdf8!important}[data-theme=dark] .organizations-page-content .ant-tabs-ink-bar{background:#38bdf8}[data-theme=dark] .organizations-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .organizations-title{color:#f1f5f9}[data-theme=dark] .back-button,[data-theme=dark] .sort-button{color:#94a3b8!important}[data-theme=dark] .back-button:hover,[data-theme=dark] .sort-button:hover{background-color:#38bdf81a!important;color:#38bdf8!important}[data-theme=dark] .week-days-selector{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .week-day-item{background:#334155;border-color:transparent}[data-theme=dark] .week-day-item:hover{background-color:#38bdf826}[data-theme=dark] .week-day-label{color:#94a3b8}[data-theme=dark] .week-day-date{color:#f1f5f9}[data-theme=dark] .search-container{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .search-container .ant-input-affix-wrapper{background:#0f172a;border-color:#475569}[data-theme=dark] .search-container .ant-input-affix-wrapper:hover,[data-theme=dark] .search-container .ant-input-affix-wrapper:focus,[data-theme=dark] .search-container .ant-input-affix-wrapper-focused{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf826}[data-theme=dark] .search-container .ant-input{background:transparent;color:#f1f5f9}[data-theme=dark] .search-container .ant-input::placeholder{color:#64748b}[data-theme=dark] .organization-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .organization-card .ant-card-body{background:#1e293b}[data-theme=dark] .organization-name{color:#38bdf8}[data-theme=dark] .organization-address{color:#94a3b8}[data-theme=dark] .organization-location{color:#64748b}[data-theme=dark] .organization-last-visit{color:#22c55e}[data-theme=dark] .organization-week-buttons{border-top-color:#334155}[data-theme=dark] .week-plan-button{background:#334155;border-color:#475569;color:#64748b}[data-theme=dark] .week-plan-button:hover{border-color:#38bdf8;color:#38bdf8;background:#38bdf81a}[data-theme=dark] .week-plan-button.planned{background:linear-gradient(135deg,#38bdf833,#0ea5e926);border-color:#38bdf8;color:#38bdf8}[data-theme=dark] .week-plan-button.disabled{background:linear-gradient(135deg,#22c55e33,#16a34a26);border-color:#22c55e;color:#22c55e}[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background:white"],[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color:#fff"],[data-theme=dark] [style*="background-color: white"],[data-theme=dark] [style*="background-color:white"]{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] [style*="background: #fff"] .ant-typography,[data-theme=dark] [style*="background:#fff"] .ant-typography,[data-theme=dark] [style*="background-color: #fff"] .ant-typography{color:#f1f5f9!important}[data-theme=dark] [style*="background: #fff"] .ant-typography-secondary,[data-theme=dark] [style*="background:#fff"] .ant-typography-secondary{color:#94a3b8!important}[data-theme=dark] [style*="color: #262626"],[data-theme=dark] [style*="color:#262626"]{color:#f1f5f9!important}[data-theme=dark] [style*="color: #595959"],[data-theme=dark] [style*="color:#595959"]{color:#94a3b8!important}[data-theme=dark] .ant-popover-inner{background:#1e293b!important;border:1px solid #334155;box-shadow:0 6px 16px #0006}[data-theme=dark] .ant-popover-inner-content{color:#f1f5f9}[data-theme=dark] .ant-popover-arrow:before,[data-theme=dark] .ant-popover-arrow:after{background:#1e293b}[data-theme=dark] .ant-dropdown-menu{background:#1e293b!important;border:1px solid #334155;box-shadow:0 6px 16px #0006}[data-theme=dark] .ant-dropdown-menu-item{color:#f1f5f9}[data-theme=dark] .ant-dropdown-menu-item:hover{background:#38bdf81a}[data-theme=dark] .ant-dropdown-menu-item-selected{background:#38bdf826;color:#38bdf8}[data-theme=dark] .ant-message .ant-message-notice-content{background:#1e293b!important;border:1px solid #334155;color:#f1f5f9;box-shadow:0 6px 16px #0006}[data-theme=dark] .ant-message-success .anticon{color:#22c55e}[data-theme=dark] .ant-message-error .anticon{color:#ef4444}[data-theme=dark] .ant-message-warning .anticon{color:#f59e0b}[data-theme=dark] .ant-message-info .anticon{color:#38bdf8}[data-theme=dark] .ant-notification-notice{background:#1e293b!important;border:1px solid #334155;box-shadow:0 6px 16px #0006}[data-theme=dark] .ant-notification-notice-message{color:#f1f5f9}[data-theme=dark] .ant-notification-notice-description{color:#94a3b8}[data-theme=dark] .ant-notification-notice-close{color:#64748b}[data-theme=dark] .ant-notification-notice-close:hover{color:#f1f5f9}[data-theme=dark] .hero-card div[style*="background: #fff"],[data-theme=dark] .hero-card div[style*="background:#fff"],[data-theme=dark] .hero-card-workday-open div[style*="background: #fff"]{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .hero-card [style*="color: #262626"],[data-theme=dark] .hero-card-workday-open [style*="color: #262626"]{color:#f1f5f9!important}[data-theme=dark] .hero-card .ant-btn-default{background:#334155;border-color:#475569;color:#f1f5f9}[data-theme=dark] .hero-card .ant-btn-default:hover{background:#38bdf81a;border-color:#38bdf8;color:#38bdf8}[data-theme=dark] .empty-state,[data-theme=dark] .ant-empty-description{color:#64748b}[data-theme=dark] .visits-section-card{background:#1e293b!important;border:1px solid #334155}[data-theme=dark] .profile-details-container,[data-theme=dark] .profile-details-page-container,[data-theme=dark] .profile-page-container,[data-theme=dark] .profile-menu-page-container,[data-theme=dark] .lpu-profile-container,[data-theme=dark] .lpu-profile-page-container,[data-theme=dark] .pharmacy-profile-container,[data-theme=dark] .pharmacy-profile-page-container,[data-theme=dark] .organizations-profile-page-container,[data-theme=dark] .doctors-profile-container,[data-theme=dark] .doctors-profile-page-container,[data-theme=dark] .materials-profile-container,[data-theme=dark] .stock-page-container,[data-theme=dark] .support-page-container{background:var(--color-background)}[data-theme=dark] .map-page-container,[data-theme=dark] .daily-plan-container,[data-theme=dark] .visit-planning-container,[data-theme=dark] .visit-start-container,[data-theme=dark] .weekly-visits-container{background:#0f172a}[data-theme=dark] .daily-plan-container .ant-card,[data-theme=dark] .visit-planning-container .ant-card,[data-theme=dark] .weekly-visits-container .ant-card{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .pharmacy-visit-container,[data-theme=dark] .doctor-visit-container{background:#0f172a}[data-theme=dark] .pharmacy-visit-container .ant-card,[data-theme=dark] .doctor-visit-container .ant-card{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .support-page-container{background:#0f172a}[data-theme=dark] .support-page-container .ant-card{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .materials-page-container{background:#0f172a}[data-theme=dark] .materials-page-container .ant-card{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .dashboard-container{background:#0f172a!important}[data-theme=dark] .dashboard-content .ant-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 4px 12px #0000004d!important}[data-theme=dark] .dashboard-content .ant-card [style*=background]{background:transparent!important}[data-theme=dark] .dashboard-content .ant-row .ant-card,[data-theme=dark] .next-visit-card,[data-theme=dark] .navbat-vizit-card,[data-theme=dark] .welcome-card,[data-theme=dark] .greeting-card{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .dashboard-content .ant-card .ant-statistic-title{color:#94a3b8!important}[data-theme=dark] .dashboard-content .ant-card .ant-statistic-content{color:#f1f5f9!important}[data-theme=dark] .ant-card[style*="background: #fff"],[data-theme=dark] .ant-card[style*="background:#fff"],[data-theme=dark] .ant-card[style*="background: white"],[data-theme=dark] .ant-card[style*="background:white"],[data-theme=dark] .ant-card[style*="background: rgb(255"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#ffffff"]{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .ant-card-body [style*="background: #fff"],[data-theme=dark] .ant-card-body [style*="background:#fff"],[data-theme=dark] .ant-card-body [style*="background: white"],[data-theme=dark] .ant-card-body [style*="background-color: #fff"],[data-theme=dark] .ant-card-body [style*="background-color:#fff"],[data-theme=dark] .ant-card-body div[style*="255, 255, 255"]{background:#334155!important;border-radius:8px}[data-theme=dark] .ant-card-head{background:#1e293b!important;border-bottom:1px solid #334155!important}[data-theme=dark] .ant-card-head-title{color:#f1f5f9!important}[data-theme=dark] .ant-card-body{background:transparent!important}[data-theme=dark] .ant-card .ant-typography{color:#f1f5f9!important}[data-theme=dark] .ant-card .ant-typography.ant-typography-secondary{color:#94a3b8!important}[data-theme=dark] .ant-card .ant-avatar{background:#334155!important}[data-theme=dark] .ant-card .ant-list-item{border-bottom-color:#334155!important}[data-theme=dark] .ant-card .ant-list-item-meta-title{color:#f1f5f9!important}[data-theme=dark] .ant-card .ant-list-item-meta-description{color:#94a3b8!important}[data-theme=dark] .dashboard-content>.ant-row div[style*=background],[data-theme=dark] .dashboard-content .ant-row div[style*=background],[data-theme=dark] .dashboard-content .ant-col div[style*=background]{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .dashboard-content div[style*="border-radius: 50%"],[data-theme=dark] .dashboard-content div[style*="borderRadius: '50%'"]{border:none!important;box-shadow:none!important}[data-theme=dark] .dashboard-content .ant-typography{color:#f1f5f9!important}[data-theme=dark] .dashboard-content .ant-typography-secondary,[data-theme=dark] .dashboard-content span[style*="color: #262626"],[data-theme=dark] .dashboard-content [style*="color: '#262626'"]{color:#94a3b8!important}[data-theme=dark] .dashboard-content .ant-typography strong,[data-theme=dark] .dashboard-content span[style*=fontWeight]{color:#f1f5f9!important}[data-theme=dark] .dashboard-content .ant-row>.ant-col>div{background:#1e293b!important;border:1px solid #334155!important}[data-theme=dark] .dashboard-content .ant-row>.ant-col>div>div[style*="50%"]{background:inherit!important;border:none!important}[data-theme=dark] .dashboard-content .ant-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .dashboard-content .ant-card-body{background:transparent!important}[data-theme=dark] .dashboard-content .ant-card span,[data-theme=dark] .dashboard-content .ant-card div{color:inherit}[data-theme=dark] .dashboard-content .ant-card span[style*="color: #262626"],[data-theme=dark] .dashboard-content .ant-card span[style*="color: '#262626'"],[data-theme=dark] .dashboard-content .ant-card div[style*="color: #262626"]{color:#f1f5f9!important}[data-theme=dark] .dashboard-content .ant-card .ant-btn-text{color:#3b82f6!important}[data-theme=dark] .dashboard-content .ant-card .ant-btn-text:hover{background:#3b82f61a!important}.dashboard-metric-card{border-radius:12px;background:var(--color-card-bg, #fff);text-align:center;padding:16px 12px;box-shadow:0 2px 8px #0000001a;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;transition:background .3s ease,box-shadow .3s ease}.metric-icon-wrapper{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.metric-value{font-size:20px;display:block;margin-bottom:4px;color:var(--color-text, #262626)}.metric-label{font-size:12px;color:var(--color-text-secondary, #8c8c8c)}.dashboard-welcome-card{border-radius:12px;background:var(--color-card-bg, #fff);text-align:center;padding:16px 12px;box-shadow:0 2px 8px #0000001a;min-height:100px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;transition:background .3s ease,box-shadow .3s ease}.welcome-icon-wrapper{width:48px;height:48px;border-radius:50%;background:#1890ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.welcome-text{font-size:14px;line-height:1.6;color:var(--color-text, #262626)}.dashboard-next-visit-card{margin-top:8px;border-radius:12px;background:var(--color-card-bg, #fff);box-shadow:0 2px 8px #0000001a;transition:background .3s ease,box-shadow .3s ease}.next-visit-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.next-visit-title{font-size:16px;color:var(--color-text, #262626);font-weight:600}.next-visit-link{padding:0;height:auto;color:var(--color-primary, #1890ff)!important;font-size:14px;display:flex;align-items:center;gap:4px}.next-visit-type{font-size:16px;color:var(--color-text, #262626);display:block;margin-bottom:4px}.next-visit-name{font-size:15px;color:var(--color-primary, #1890ff);font-weight:500;display:block}[data-theme=dark] .dashboard-metric-card{background:#1e293b;border:1px solid #334155;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .metric-value{color:#f1f5f9}[data-theme=dark] .metric-label{color:#94a3b8}[data-theme=dark] .dashboard-welcome-card{background:#1e293b;border:1px solid #334155;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .welcome-icon-wrapper{background:#3b82f6}[data-theme=dark] .welcome-text{color:#f1f5f9}[data-theme=dark] .dashboard-next-visit-card{background:#1e293b!important;border:1px solid #334155!important;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .next-visit-title{color:#f1f5f9}[data-theme=dark] .next-visit-link{color:#3b82f6!important}[data-theme=dark] .next-visit-type{color:#f1f5f9}[data-theme=dark] .next-visit-name{color:#3b82f6}[data-theme=dark] .doctors-profile-page-container{background:#0f172a}[data-theme=dark] .page-title{color:#f1f5f9!important}[data-theme=dark] .back-button{color:var(--color-primary)!important}[data-theme=dark] .back-button:hover{background-color:#38bdf81a}[data-theme=dark] .doctor-card{background:var(--color-card-bg)!important;box-shadow:0 2px 12px #0003!important}[data-theme=dark] .doctor-name{color:#fff!important}[data-theme=dark] .doctor-details,[data-theme=dark] .detail-row{color:#f1f5f9!important}[data-theme=dark] .last-visit{color:var(--color-primary)!important}[data-theme=dark] .profile-card{background:var(--color-card-bg)!important;box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] .profile-name{color:#fff!important}[data-theme=dark] .profile-descriptions{background:var(--color-card-bg)!important;border-color:var(--color-border)!important}[data-theme=dark] .profile-descriptions .ant-descriptions-item-label{color:var(--color-text-secondary)!important;background:#0f172a80!important;border-color:var(--color-border)!important}[data-theme=dark] .profile-descriptions .ant-descriptions-item-content{color:#fff!important;border-color:var(--color-border)!important}[data-theme=dark] .profile-descriptions .ant-descriptions-row{border-color:var(--color-border)!important}[data-theme=dark] .lpu-doctor-descriptions{background:var(--color-card-bg)!important;border-color:var(--color-border)!important}[data-theme=dark] .lpu-doctor-descriptions .ant-descriptions-item-label{color:var(--color-text-secondary)!important;background:#0f172a80!important;border-color:var(--color-border)!important}[data-theme=dark] .lpu-doctor-descriptions .ant-descriptions-item-content{color:#fff!important;border-color:var(--color-border)!important}[data-theme=dark] .lpu-doctor-descriptions .ant-descriptions-row{border-color:var(--color-border)!important}[data-theme=dark] .segment-value{color:#fff!important}[data-theme=dark] .segment-label{color:#f1f5f9!important}[data-theme=dark] .score-label{color:var(--color-text-secondary)!important}[data-theme=dark] .input-label,[data-theme=dark] .visit-details{color:#f1f5f9!important}[data-theme=dark] .visit-date{color:var(--color-text-secondary)!important}[data-theme=dark] .drug-name{color:#fff!important}[data-theme=dark] .drug-stats{color:#f1f5f9!important}[data-theme=dark] .drug-stats span{background:#0f172a80!important;color:#f1f5f9!important;border:1px solid var(--color-border)!important}[data-theme=dark] .drug-stats .positive{background:#22c55e33!important;color:#22c55e!important;border-color:#22c55e4d!important}[data-theme=dark] .drug-stats .negative{background:#ef444433!important;color:#ef4444!important;border-color:#ef44444d!important}[data-theme=dark] .drugs-list .ant-list-item{background:#0f172a80!important;border-color:var(--color-border)!important}[data-theme=dark] .edit-segment-btn{color:var(--color-primary)!important}[data-theme=dark] .edit-segment-btn:hover{color:var(--color-primary-light)!important}
