:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color-scheme:dark;color:#fff;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-card: #1a1a1a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--shadow: 0 8px 24px rgba(0, 0, 0, .35);--card-radius: 20px;--color-yearly: #5b8def;--color-monthly: #52c785;--color-weekly: #ffa940;--color-execution: #ff6b6b;--color-success: #52c785;--color-info: #69c0ff;--color-warning: #ffc53d;--color-error: #ff7a7a}body{margin:0;padding:0;min-height:100vh;background-color:#000;color:#fff}*{box-sizing:border-box}.ant-layout,.ant-layout-content,.ant-layout-sider{background:#000000!important}.ant-card{border-radius:var(--card-radius)!important;box-shadow:var(--shadow)!important;border:none!important;background:var(--bg-card)!important;color:var(--text-primary)!important}.ant-card-head{border-bottom:1px solid rgba(255,255,255,.08)!important;color:var(--text-primary)!important}.ant-card-body{color:var(--text-primary)!important}.ant-btn-primary{background:#ffffff!important;border:none!important;color:#000!important;border-radius:20px!important;font-weight:500!important;box-shadow:0 4px 12px #ffffff26!important}.ant-btn-primary:hover{background:#f0f0f0!important;color:#000!important;box-shadow:0 6px 16px #ffffff40!important}.ant-btn-default{background:transparent!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;border-radius:20px!important}.ant-btn-default:hover{border-color:#ffffff80!important;color:#fff!important}.ant-btn-ghost{background:transparent!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;border-radius:20px!important}.ant-btn-ghost:hover{border-color:#ffffff80!important;color:#fff!important}.ant-tag{border-radius:20px!important;padding:4px 14px!important;border:none!important;font-weight:500!important}.ant-progress{border-radius:10px}.ant-progress-bg{border-radius:10px!important}.ant-progress-inner{background:rgba(255,255,255,.1)!important;border-radius:10px!important}.ant-table{background:transparent!important;color:var(--text-primary)!important}.ant-table-thead>tr>th{background:rgba(255,255,255,.05)!important;border:none!important;color:var(--text-primary)!important}.ant-table-tbody>tr>td{border:none!important;color:var(--text-primary)!important}.ant-table-tbody>tr{background:transparent!important}.ant-table-tbody>tr:hover>td{background:rgba(255,255,255,.05)!important}.ant-tabs-tab{border:none!important;border-radius:12px!important;color:var(--text-secondary)!important}.ant-tabs-tab-active{background:rgba(255,255,255,.08)!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--text-primary)!important}.ant-tabs-ink-bar{background:#ffffff!important}.ant-modal-content{background:var(--bg-card)!important;border-radius:var(--card-radius)!important;box-shadow:var(--shadow)!important}.ant-modal-header{background:var(--bg-card)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.ant-modal-title{color:var(--text-primary)!important}.ant-drawer-content{background:var(--bg-card)!important;border-radius:var(--card-radius)!important}.ant-drawer-header{background:var(--bg-card)!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.ant-drawer-title{color:var(--text-primary)!important}.ant-drawer-body{background:var(--bg-card)!important}.ant-input{border-radius:12px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;color:var(--text-primary)!important}.ant-input:focus{border-color:#ffffff4d!important;box-shadow:0 0 0 2px #ffffff0d!important}.ant-input-textarea{border-radius:12px!important}.ant-select-selector{border-radius:12px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;color:var(--text-primary)!important}.ant-select-selection-placeholder{color:var(--text-secondary)!important}.ant-picker{border-radius:12px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;color:var(--text-primary)!important}.ant-select-dropdown{background:var(--bg-card)!important;border-radius:12px!important;box-shadow:var(--shadow)!important}.ant-select-item{color:var(--text-primary)!important}.ant-select-item-option-selected{background:rgba(255,255,255,.1)!important}.ant-picker-calendar{background:transparent!important}.ant-picker-panel{background:var(--bg-card)!important;border-radius:var(--card-radius)!important}.ant-picker-cell,.ant-picker-cell-in-view{color:var(--text-primary)!important}.ant-list-item{border-bottom:1px solid rgba(255,255,255,.05)!important;color:var(--text-primary)!important}.ant-list-item-meta-title{color:var(--text-primary)!important}.ant-list-item-meta-description{color:var(--text-secondary)!important}.ant-descriptions{color:var(--text-primary)!important}.ant-descriptions-item-label{color:var(--text-secondary)!important}.ant-descriptions-item-content{color:var(--text-primary)!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:rgba(255,255,255,.03)!important}.ant-descriptions-bordered .ant-descriptions-item-content{background:rgba(255,255,255,.01)!important}.timer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.timer-display{font-size:4rem;font-weight:700;margin:20px 0;text-align:center}.timer-controls{display:flex;gap:10px;margin-top:20px}.life-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.life-grid-item{padding:15px;text-align:center;border-radius:8px;cursor:pointer;transition:all .3s ease}.life-grid-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.heatmap-container{padding:20px;overflow-x:auto}.ant-menu{background:transparent!important;color:#fff!important}.ant-menu-item{color:#a0a0a0!important;border-radius:12px!important;margin:4px 8px!important}.ant-menu-item:hover{color:#fff!important;background:rgba(255,255,255,.08)!important}.ant-menu-item-selected{background:rgba(255,255,255,.12)!important;color:#fff!important}.ant-menu-item-icon,.ant-menu-item a{color:inherit!important}.ant-layout-sider-trigger{background:rgba(255,255,255,.05)!important;color:#fff!important;border-top:1px solid rgba(255,255,255,.05)!important}.ant-layout-sider-trigger:hover{background:rgba(255,255,255,.08)!important}.ant-dropdown{background:var(--bg-card)!important;border-radius:12px!important}.ant-dropdown-menu{background:var(--bg-card)!important;border-radius:12px!important;box-shadow:var(--shadow)!important}.ant-dropdown-menu-item{color:var(--text-primary)!important}.ant-dropdown-menu-item:hover{background:rgba(255,255,255,.08)!important}
