*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,sans-serif}body{color:#111827;background:#f5f5f7}a{text-decoration:none}.auth-page{justify-content:space-between;align-items:center;gap:60px;min-height:100vh;padding:40px 80px;display:flex}.auth-left{flex:1;max-width:520px;margin-left:40px}.brand-title{color:#635bff;letter-spacing:1px;margin-bottom:18px;font-size:64px;font-weight:800}.brand-logo{object-fit:contain;width:100%;height:160px;margin-bottom:60px;display:block}.brand-subtitle{color:#111827;margin-bottom:14px;font-size:20px;font-weight:600}.brand-description{color:#6b7280;margin-bottom:42px;font-size:18px;line-height:1.7}.feature-list{flex-direction:column;gap:26px;display:flex}.feature-item{align-items:flex-start;gap:14px;display:flex}.feature-item h3{color:#111827;margin-bottom:8px;font-size:28px;font-weight:600}.feature-item p{color:#6b7280;font-size:18px;line-height:1.5}.feature-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-top:4px;font-size:20px;display:flex}.feature-icon.purple{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.feature-icon.pink{background:linear-gradient(135deg,#a855f7,#ec4899)}.feature-icon.orange{background:linear-gradient(135deg,#f97316,#fb7185)}.auth-right{flex-direction:column;flex:1;align-items:center;display:flex}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:520px;padding:42px 40px;box-shadow:0 20px 45px #00000014}.form-title{color:#111827;margin-bottom:12px;font-size:42px;font-weight:800}.form-subtitle{color:#6b7280;margin-bottom:36px;font-size:18px;line-height:1.5}.form-group{margin-bottom:22px}.form-group label{color:#111827;margin-bottom:10px;font-size:16px;font-weight:600;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper input{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;height:58px;padding:0 48px;font-size:16px}.input-wrapper input:focus{border-color:#7c3aed}.input-icon{color:#6b7280;font-size:18px;position:absolute;left:16px}.right-icon{cursor:pointer;left:auto;right:16px}.form-options{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.remember-me{color:#6b7280;align-items:center;gap:8px;font-size:15px;display:flex}.remember-me input{width:16px;height:16px}.forgot-link{color:#635bff;font-size:15px;font-weight:600}.auth-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border:none;border-radius:14px;width:100%;height:56px;margin-top:8px;font-size:18px;font-weight:700;transition:all .2s}.auth-button:hover{opacity:.96;transform:translateY(-1px)}.arrow{margin-left:8px}.bottom-text{text-align:center;color:#6b7280;margin-top:34px;font-size:16px}.bottom-text a{color:#635bff;font-weight:700}.footer-text{color:#6b7280;text-align:center;margin-top:26px;font-size:14px}@media (width<=1100px){.auth-page{flex-direction:column;padding:30px 20px}.auth-left{text-align:center;max-width:100%;margin-left:0}.feature-item{text-align:left}.brand-title{font-size:48px}.form-title{font-size:34px}}@media (width<=600px){.auth-card{padding:28px 20px}.brand-title{font-size:40px}.feature-item h3{font-size:20px}.feature-item p,.brand-description,.form-subtitle{font-size:15px}}.dashboard-page{background:#f8f8fb;width:100%;min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:220px;min-height:100vh;padding:22px 10px}.sidebar-logo{color:#635bff;margin-bottom:22px;padding:0 10px;font-size:18px;font-weight:800}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.nav-item{text-align:left;color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:18px;width:100%;padding:14px;font-size:16px;transition:all .2s}.nav-item:hover{background:#f3f4f6}.nav-item.active{color:#fff;background:linear-gradient(90deg,#5b67f1,#8b5cf6);font-weight:700}.dashboard-main{flex:1;min-height:100vh;padding:14px 20px 20px}.dashboard-topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:26px;display:flex}.search-input{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:480px;max-width:100%;height:42px;padding:0 14px;font-size:14px}.topbar-right{align-items:center;gap:18px;display:flex}.notification-icon{cursor:pointer;font-size:18px}.user-info{align-items:center;gap:10px;display:flex}.user-avatar{color:#fff;background:#6d5dfc;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.user-name{color:#111827;font-size:14px;font-weight:600}.user-level{color:#6b7280;font-size:12px}.welcome-section{margin-bottom:20px}.welcome-section h1{color:#111827;margin-bottom:6px;font-size:28px;font-weight:800}.welcome-section p{color:#6b7280;font-size:16px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px;display:grid}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;display:flex;box-shadow:0 2px 8px #0000000a}.stat-label{color:#6b7280;margin-bottom:8px;font-size:14px}.stat-value{color:#111827;font-size:20px;font-weight:700}.purple-text{color:#635bff}.stat-icon{color:#fff;background:#7c6cf6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.progress-card,.actions-card,.recognition-feed-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000a}.progress-card,.actions-card{margin-bottom:20px}.progress-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.progress-header h3,.actions-card h3,.recognition-feed-title{color:#111827;font-size:18px;font-weight:700}.progress-header span{color:#6b7280;font-size:14px}.progress-bar{background:#e5e7ff;border-radius:999px;width:100%;height:10px;margin-bottom:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#5b67f1,#8b5cf6);border-radius:999px;height:100%}.progress-text{color:#6b7280;font-size:14px}.actions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.action-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:14px;height:46px;font-size:14px;font-weight:600}.action-btn.primary{color:#fff;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border:none}.recognition-feed-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.recognition-item{background:#fff;border:1px solid #dfe3ea;border-radius:16px;padding:20px;box-shadow:0 1px 4px #00000008}.recognition-item-highlight{border-color:#8b8cf7}.recognition-top{margin-bottom:14px}.recognition-people{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.person-group{align-items:center;gap:10px;display:flex}.person-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.person-avatar-pink{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.person-name{color:#111827;font-size:15px;font-weight:500}.person-arrow{color:#6b7280;font-size:18px}.recognition-message{color:#6b7280;margin-bottom:18px;font-size:15px;line-height:1.6}.recognition-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.recognition-badge{color:#111827;align-items:center;gap:10px;font-size:15px;font-weight:500;display:flex}.recognition-badge-icon{color:#fff;background:#6d5dfc;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.recognition-meta{align-items:center;gap:16px;display:flex}.recognition-xp{color:#10b981;font-size:14px;font-weight:600}.recognition-time{color:#6b7280;font-size:14px}@media (width<=1100px){.dashboard-page{flex-direction:column}.sidebar{width:100%;min-height:auto}.stats-grid,.actions-grid{grid-template-columns:1fr}.dashboard-topbar{flex-direction:column;align-items:stretch}.topbar-right{justify-content:space-between}}@media (width<=700px){.progress-header,.recognition-bottom{flex-direction:column;align-items:flex-start}.recognition-meta{flex-wrap:wrap;gap:10px}}.nav-item{display:block}.page-header{margin-bottom:20px}.page-header h1{color:#111827;margin-bottom:6px;font-size:28px;font-weight:800}.page-header p{color:#6b7280;font-size:16px}.recognition-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:20px;padding:20px;box-shadow:0 2px 8px #0000000a}.recognition-form-card h2{color:#111827;margin-bottom:18px;font-size:18px;font-weight:700}.recognition-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.recognition-field{margin-bottom:16px}.recognition-field label{color:#111827;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.recognition-field input,.recognition-field select,.recognition-field textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;font-size:14px}.recognition-field input,.recognition-field select{height:44px;padding:0 12px}.recognition-field input:focus,.recognition-field select:focus,.recognition-field textarea:focus{border-color:#7c3aed}.recognition-field select{height:44px;padding:0 12px}.recognition-field textarea{resize:vertical;min-height:110px;padding:12px;font-family:inherit}.recognition-field select:focus,.recognition-field textarea:focus{border-color:#7c3aed}.send-recognition-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border:none;border-radius:14px;height:42px;padding:0 16px;font-size:14px;font-weight:700}.send-recognition-btn:hover{opacity:.96}@media (width<=900px){.recognition-form-row{grid-template-columns:1fr}}.admin-page{background:#f8f8fb;width:100%;min-height:100vh;display:flex}.admin-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;width:220px;min-height:100vh;padding:20px 10px}.admin-brand h2{color:#635bff;margin-bottom:4px;font-size:18px;font-weight:800}.admin-brand p{color:#6b7280;font-size:14px}.admin-sidebar-nav{flex-direction:column;gap:6px;display:flex}.admin-nav-item{color:#6b7280;border-radius:18px;padding:14px;font-size:15px;text-decoration:none;transition:all .2s;display:block}.admin-nav-item:hover{background:#f3f4f6}.admin-nav-item.active{color:#fff;background:linear-gradient(90deg,#5b67f1,#8b5cf6);font-weight:700}.admin-main{flex:1;min-height:100vh;padding:8px 20px 20px}.admin-topbar{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;height:44px;margin-bottom:18px;padding-bottom:14px;display:flex}.admin-search{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;width:480px;max-width:100%;height:42px;padding:0 14px;font-size:14px}.admin-topbar-right{align-items:center;gap:20px;display:flex}.admin-bell{font-size:18px}.admin-user{align-items:center;gap:10px;display:flex}.admin-avatar{color:#fff;background:#6d5dfc;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.admin-user-name{color:#111827;font-size:14px;font-weight:600}.admin-user-role{color:#6b7280;font-size:12px}.admin-header{margin-bottom:20px}.admin-header h1{color:#111827;margin-bottom:6px;font-size:28px;font-weight:800}.admin-header p{color:#94a3b8;font-size:16px}.admin-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:20px;display:grid}.admin-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;padding:20px;display:flex;box-shadow:0 2px 8px #0000000a}.admin-stat-label{color:#6b7280;margin-bottom:8px;font-size:14px}.admin-stat-value{color:#111827;font-size:20px;font-weight:700}.admin-purple-text{color:#635bff}.admin-stat-icon{color:#fff;background:#7c6cf6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.admin-charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.admin-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000000a}.admin-chart-card h3{color:#111827;margin-bottom:18px;font-size:16px;font-weight:700}.admin-chart-wrapper{background:#fff;border-radius:12px;width:100%;height:320px}@media (width<=1200px){.admin-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-charts-grid{grid-template-columns:1fr}}@media (width<=900px){.admin-page{flex-direction:column}.admin-sidebar{width:100%;min-height:auto}.admin-topbar{flex-direction:column;align-items:stretch;height:auto}}@media (width<=600px){.admin-stats-grid{grid-template-columns:1fr}}.admin-activity-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-top:20px;padding:20px;box-shadow:0 2px 8px #0000000a}.admin-activity-card h3{color:#111827;margin-bottom:18px;font-size:18px;font-weight:700}.admin-activity-list{flex-direction:column;gap:14px;display:flex}.admin-activity-item{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.admin-activity-left{align-items:center;gap:14px;display:flex}.activity-icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;display:flex}.activity-icon.recognition{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.activity-icon.reward{background:linear-gradient(135deg,#f59e0b,#f97316)}.activity-icon.employee{background:linear-gradient(135deg,#10b981,#14b8a6)}.admin-activity-title{color:#111827;margin-bottom:4px;font-size:15px;font-weight:600}.admin-activity-time{color:#6b7280;font-size:14px}.admin-activity-arrow{color:#9ca3af;font-size:20px}@media (width<=700px){.admin-activity-item{align-items:flex-start}.admin-activity-arrow{display:none}}.admin-page-header-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.admin-add-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border:none;border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700}.employees-filter-card,.employees-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 2px 8px #0000000a}.employees-filter-card{margin-bottom:20px}.employees-filter-grid{grid-template-columns:1.8fr 1fr 1fr;gap:14px;display:grid}.employees-filter-input,.employees-filter-select,.employees-form-field input,.employees-form-field select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;height:44px;padding:0 12px;font-size:14px}.employees-filter-input:focus,.employees-filter-select:focus,.employees-form-field input:focus,.employees-form-field select:focus{border-color:#7c3aed}.employees-table-wrap{overflow-x:auto}.employees-table{border-collapse:collapse;background:#fff;width:100%}.employees-table thead th{text-align:left;color:#64748b;border-bottom:1px solid #e5e7eb;padding:14px 10px;font-size:14px;font-weight:700}.employees-table tbody td{color:#111827;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:16px 10px;font-size:14px}.employees-table tbody tr:last-child td{border-bottom:none}.employee-cell{align-items:center;gap:10px;display:flex}.employee-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.employee-name{color:#111827;font-weight:600}.employees-xp{color:#10b981;font-weight:700}.employees-level{color:#635bff;font-weight:700}.employees-points{color:#f59e0b;font-weight:700}.employees-status-badge{text-transform:lowercase;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.employees-status-active{color:#15803d;background:#dcfce7}.employees-status-inactive{color:#b91c1c;background:#fee2e2}.employees-actions{flex-wrap:wrap;gap:8px;display:flex}.employees-action-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:8px 12px;font-size:13px}.employees-action-btn.delete{color:#dc2626;border-color:#fecaca}.employees-empty-row{text-align:center;color:#6b7280;padding:24px 10px!important}.employees-modal-overlay{z-index:1000;background:#0f172a59;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.employees-modal{background:#fff;border-radius:18px;width:100%;max-width:760px;padding:22px;box-shadow:0 20px 50px #0000002e}.employees-modal-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.employees-modal-header h2{color:#111827;font-size:22px;font-weight:800}.employees-modal-close{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:28px}.employees-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.employees-form-field{flex-direction:column;gap:8px;display:flex}.employees-form-field-full{grid-column:1/-1}.employees-form-field label{color:#111827;font-size:14px;font-weight:600}.employees-modal-actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.employees-secondary-btn,.employees-primary-btn{cursor:pointer;border-radius:12px;padding:11px 16px;font-size:14px;font-weight:700}.employees-secondary-btn{color:#111827;background:#fff;border:1px solid #d1d5db}.employees-primary-btn{color:#fff;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border:none}@media (width<=1000px){.employees-filter-grid{grid-template-columns:1fr}}@media (width<=800px){.admin-page-header-row{flex-direction:column;align-items:stretch}.employees-form-grid{grid-template-columns:1fr}.employees-form-field-full{grid-column:auto}}.sidebar-brand-logo{object-fit:contain;width:100%;height:100px;margin-bottom:8px;display:block}.admin-brand{margin-bottom:18px;padding:0 10px}.rewards-filter-grid{grid-template-columns:1.6fr 1fr 1fr;gap:14px;display:grid}.reward-main-cell{flex-direction:column;gap:6px;display:flex}.reward-name{color:#111827;font-size:14px;font-weight:700}.reward-description{color:#6b7280;font-size:13px;line-height:1.5}.rewards-milestone-badge{color:#6d28d9;background:#ede9fe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.reward-image-link{color:#635bff;font-size:13px;font-weight:600}.reward-no-image{color:#9ca3af;font-size:13px}.rewards-textarea{color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;min-height:110px;padding:12px;font-size:14px}.rewards-textarea:focus{border-color:#7c3aed}.rewards-checkbox-label{color:#111827;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.rewards-checkbox-label input{width:16px;height:16px}@media (width<=1000px){.rewards-filter-grid{grid-template-columns:1fr}}.levels-grid-layout{grid-template-columns:1.7fr 1fr;align-items:start;gap:20px;display:grid}.levels-left-column,.levels-right-column{flex-direction:column;gap:20px;display:flex}.levels-single-filter-grid{grid-template-columns:1fr}.xp-config-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 8px 24px #0f172a0a}.xp-config-header h2{color:#111827;margin:0 0 6px;font-size:20px;font-weight:700}.xp-config-header p{color:#6b7280;margin:0 0 18px;font-size:14px}.xp-config-form{flex-direction:column;gap:16px;display:flex}.xp-config-help{color:#6b7280;margin-top:8px;font-size:12px;line-height:1.5;display:block}.xp-config-actions{justify-content:flex-end;margin-top:4px;display:flex}.xp-summary-list{flex-direction:column;gap:12px;display:flex}.xp-summary-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.xp-summary-item span{color:#6b7280;font-size:14px}.xp-summary-item strong{color:#111827;font-size:16px;font-weight:700}@media (width<=1100px){.levels-grid-layout{grid-template-columns:1fr}}.employee-page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.employee-page-header h1{color:#111827;margin:0 0 8px;font-size:34px;font-weight:800}.employee-page-header p{color:#6b7280;margin:0;font-size:15px}.employee-notification-header-actions{align-items:center;gap:12px;display:flex}.employee-unread-badge{color:#111827;background:#f3f4f6;border-radius:14px;padding:10px 14px;font-size:14px;font-weight:600}.employee-notifications-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:22px;box-shadow:0 8px 24px #0f172a0a}.employee-notifications-list{flex-direction:column;gap:16px;display:flex}.employee-notification-item{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.employee-notification-item.unread{background:#faf5ff;border-color:#7c3aed}.employee-notification-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.employee-notification-meta{align-items:center;gap:10px;display:flex}.employee-notification-type{color:#6d28d9;background:#ede9fe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.employee-notification-dot{background:#ef4444;border-radius:999px;width:10px;height:10px}.employee-notification-date{color:#6b7280;font-size:13px}.employee-notification-message{color:#111827;margin:0 0 16px;font-size:15px;line-height:1.6}.employee-notification-actions{flex-wrap:wrap;gap:10px;display:flex}.employee-notifications-empty{text-align:center;color:#6b7280;padding:28px;font-size:15px}.employee-primary-btn,.employee-secondary-btn,.reward-primary-btn,.reward-secondary-btn{cursor:pointer;border:none;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:700}.employee-primary-btn,.reward-primary-btn{color:#fff;background:#6d5efc}.employee-secondary-btn,.reward-secondary-btn{color:#111827;background:#f3f4f6}.reward-modal-overlay{z-index:9999;background:#1118278c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.reward-modal{background:#fff;border-radius:24px;width:100%;max-width:980px;padding:24px;box-shadow:0 20px 60px #0f172a33}.reward-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.reward-modal-header h2{color:#111827;margin:0 0 6px;font-size:28px;font-weight:800}.reward-modal-header p{color:#6b7280;margin:0;font-size:14px}.reward-modal-close{cursor:pointer;color:#111827;background:#f3f4f6;border:none;border-radius:999px;width:38px;height:38px;font-size:24px}.reward-modal-loading,.reward-modal-empty{text-align:center;color:#6b7280;padding:40px 10px;font-size:15px}.reward-options-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.reward-option-card{text-align:left;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:16px;transition:all .2s}.reward-option-card.selected{border-color:#6d5efc;box-shadow:0 0 0 4px #6d5efc1f}.reward-option-image-wrap{background:#f9fafb;border-radius:16px;width:100%;height:160px;margin-bottom:14px;overflow:hidden}.reward-option-image{object-fit:cover;width:100%;height:100%}.reward-option-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}.reward-option-content h3{color:#111827;margin:0 0 8px;font-size:18px;font-weight:700}.reward-option-content p{color:#6b7280;margin:0;font-size:14px;line-height:1.6}.reward-modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}@media (width<=900px){.employee-page-header{flex-direction:column}.employee-notification-header-actions{flex-wrap:wrap;width:100%}.reward-options-grid{grid-template-columns:1fr}}.dashboard-notification-wrap{position:relative}.dashboard-notification-button{cursor:pointer;color:#111827;background:0 0;border:none;align-items:center;gap:6px;font-size:16px;display:flex}.dashboard-notification-bell{font-size:20px}.dashboard-notification-count{color:#111827;font-size:15px;font-weight:700}.dashboard-notification-dropdown{z-index:300;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:360px;padding:12px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 18px 40px #0f172a1f}.dashboard-notification-dropdown-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:10px;padding:6px 6px 10px;display:flex}.dashboard-notification-dropdown-header h4{color:#111827;font-size:15px;font-weight:700}.dashboard-notification-dropdown-header span{color:#6b7280;font-size:12px}.dashboard-notification-empty{text-align:center;color:#6b7280;padding:20px 10px;font-size:14px}.dashboard-notification-list{flex-direction:column;gap:8px;max-height:360px;display:flex;overflow-y:auto}.dashboard-notification-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #edf2f7;border-radius:14px;padding:12px;transition:all .2s}.dashboard-notification-item:hover{background:#f8fafc}.dashboard-notification-item.unread{background:#faf5ff;border-color:#ddd6fe}.dashboard-notification-item-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.dashboard-notification-item-type{color:#6d28d9;background:#ede9fe;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:700}.dashboard-notification-item-time{color:#6b7280;white-space:nowrap;font-size:12px}.dashboard-notification-item-message{color:#111827;font-size:13px;line-height:1.5}.dashboard-notification-view-all{color:#fff;cursor:pointer;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border:none;border-radius:12px;width:100%;margin-top:10px;padding:11px 14px;font-size:14px;font-weight:700}@media (width<=700px){.dashboard-notification-dropdown{width:300px}}.employee-progress-main-card{margin-bottom:22px}.employee-progress-summary-row{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:14px;display:flex}.employee-next-milestone-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:4px;min-width:220px;padding:14px 16px;display:flex}.employee-next-milestone-label{color:#6b7280;font-size:12px}.employee-next-milestone-box strong{color:#111827;font-size:16px}.employee-next-milestone-box small{color:#6b7280;font-size:12px}.employee-progress-layout{grid-template-columns:1.5fr 1fr;align-items:start;gap:20px;display:grid}.employee-progress-left,.employee-progress-right{flex-direction:column;gap:20px;display:flex}.employee-progress-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:22px;box-shadow:0 8px 24px #0f172a0a}.employee-progress-card-header h3{color:#111827;margin:0 0 6px;font-size:22px;font-weight:800}.employee-progress-card-header p{color:#6b7280;margin:0 0 18px;font-size:14px}.employee-milestone-item{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.employee-milestone-item.reached{background:#faf5ff;border-color:#ddd6fe}.employee-milestone-left{align-items:center;gap:14px;display:flex}.employee-milestone-number{color:#fff;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:800;display:flex}.employee-milestone-content h4{color:#111827;margin:0 0 6px;font-size:16px}.employee-milestone-content p{color:#6b7280;margin:0;font-size:13px}.employee-milestone-statuses{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.employee-status-badge{border-radius:999px;align-items:center;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.employee-status-badge.reached{color:#166534;background:#dcfce7}.employee-status-badge.locked{color:#6b7280;background:#f3f4f6}.employee-status-badge.claimed{color:#1d4ed8;background:#dbeafe}.employee-status-badge.unclaimed{color:#92400e;background:#fef3c7}.employee-progress-summary-cards{flex-direction:column;gap:12px;display:flex}.employee-progress-mini-stat{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.employee-progress-mini-stat span{color:#6b7280;font-size:14px}.employee-progress-mini-stat strong{color:#111827;font-size:22px;font-weight:800}.employee-xp-history-list{flex-direction:column;gap:12px;display:flex}.employee-xp-history-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.employee-xp-history-title{color:#111827;margin:0 0 4px;font-size:15px;font-weight:700}.employee-xp-history-time{color:#6b7280;margin:0;font-size:12px}.employee-xp-history-amount{color:#16a34a;white-space:nowrap;font-size:15px;font-weight:800}.employee-progress-empty{text-align:center;color:#6b7280;padding:20px 12px;font-size:14px}@media (width<=1050px){.employee-progress-layout{grid-template-columns:1fr}.employee-progress-summary-row{flex-direction:column}.employee-next-milestone-box{width:100%}}@media (width<=700px){.employee-milestone-item,.employee-xp-history-item{flex-direction:column;align-items:flex-start}.employee-milestone-statuses{justify-content:flex-start}}.admin-page-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-secondary-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:700}.admin-secondary-btn:disabled{opacity:.65;cursor:not-allowed}.bulk-result-card,.reset-password-result-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;margin-bottom:20px;padding:22px;box-shadow:0 8px 24px #0f172a0a}.bulk-result-header h3,.reset-password-result-card h3{color:#111827;margin:0 0 6px;font-size:22px;font-weight:800}.bulk-result-header p,.reset-password-result-card p{color:#6b7280;margin:0;font-size:14px}.bulk-summary-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;display:grid}.bulk-summary-box,.reset-password-result-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.bulk-summary-box span,.reset-password-result-box span{color:#6b7280;font-size:13px}.bulk-summary-box strong,.reset-password-result-box strong{color:#111827;font-size:24px;font-weight:800}.bulk-section{margin-top:20px}.bulk-section h4{color:#111827;margin:0 0 12px;font-size:18px;font-weight:700}.bulk-section-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.bulk-chip-list{flex-wrap:wrap;gap:8px;display:flex}.bulk-chip{color:#111827;background:#f3f4f6;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:600}.bulk-errors-list{flex-direction:column;gap:10px;display:flex}.bulk-error-item{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.5}.bulk-password-cell{color:#4f46e5;font-family:monospace;font-size:14px;font-weight:700}.reset-password-result-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;display:grid}.reset-password-result-actions{justify-content:flex-end;margin-top:16px;display:flex}.employees-action-btn.reset{color:#4338ca;background:#eef2ff}@media (width<=1100px){.bulk-summary-grid,.reset-password-result-grid{grid-template-columns:1fr}}.employee-profile-grid{grid-template-columns:1.05fr 1fr;gap:20px;display:grid}.employee-profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;box-shadow:0 2px 8px #0000000a}.employee-profile-top{align-items:center;gap:16px;margin-bottom:22px;display:flex}.employee-profile-avatar{color:#fff;background:linear-gradient(90deg,#5b67f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:24px;font-weight:800;display:flex}.employee-profile-name{color:#111827;margin-bottom:4px;font-size:24px;font-weight:800}.employee-profile-role{color:#6b7280;text-transform:capitalize;font-size:14px}.employee-profile-details{flex-direction:column;gap:12px;display:flex}.employee-profile-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:16px;padding:14px 0;display:flex}.employee-profile-row span{color:#6b7280;font-size:14px}.employee-profile-row strong{color:#111827;text-align:right;word-break:break-word;font-size:14px}.employee-profile-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.employee-danger-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:700;transition:all .2s}.employee-danger-btn:hover{opacity:.92}.employee-section-title{color:#111827;margin-bottom:8px;font-size:22px;font-weight:800}.employee-section-subtitle{color:#6b7280;margin-bottom:22px;font-size:14px;line-height:1.5}.employee-password-form{flex-direction:column;gap:16px;display:flex}.employee-form-group{flex-direction:column;gap:8px;display:flex}.employee-form-group label{color:#111827;font-size:14px;font-weight:600}.employee-form-group input{background:#fff;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px}.employee-form-group input:focus{border-color:#7c3aed}.employee-password-hint{color:#6b7280;font-size:13px;line-height:1.5}.employee-form-message{border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600}.employee-form-message.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.employee-form-message.success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.employee-profile-empty,.employee-profile-error{text-align:center;color:#6b7280;justify-content:center;align-items:center;min-height:120px;font-size:15px;display:flex}.employee-profile-error{color:#b91c1c}@media (width<=980px){.employee-profile-grid{grid-template-columns:1fr}}.employee-rewards-layout{grid-template-columns:340px 1fr;gap:20px;display:grid}.employee-rewards-sidebar-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.employee-rewards-badge{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700}.employee-milestone-list{flex-direction:column;gap:12px;display:flex}.employee-milestone-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;padding:16px;transition:all .2s}.employee-milestone-card:hover{border-color:#c7d2fe;box-shadow:0 4px 10px #0000000a}.employee-milestone-card.active{background:#faf5ff;border-color:#7c3aed}.employee-milestone-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.employee-milestone-card-top strong{color:#111827;font-size:14px;line-height:1.5}.employee-milestone-pill{color:#15803d;background:#dcfce7;border-radius:999px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:700}.employee-milestone-date{color:#6b7280;margin-top:10px;font-size:13px;display:block}.employee-reward-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.employee-reward-meta{flex-wrap:wrap;gap:8px;display:flex}.employee-reward-meta span{color:#374151;background:#f3f4f6;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:700}.employee-rewards-grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr));gap:18px;display:grid}.employee-reward-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.employee-reward-image-wrap{background:#f8fafc;border-bottom:1px solid #eef2f7;width:100%;height:180px}.employee-reward-image{object-fit:cover;width:100%;height:100%;display:block}.employee-reward-placeholder{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex}.employee-reward-content{flex:1;padding:16px}.employee-reward-content h3{color:#111827;margin-bottom:8px;font-size:18px;font-weight:800}.employee-reward-content p{color:#6b7280;font-size:14px;line-height:1.6}.employee-reward-card .employee-primary-btn{margin:0 16px 16px}.employee-rewards-empty{text-align:center;color:#6b7280;justify-content:center;align-items:center;min-height:160px;font-size:15px;display:flex}@media (width<=980px){.employee-rewards-layout{grid-template-columns:1fr}.employee-reward-panel-header{flex-direction:column}}.dashboard-user-menu-wrap{position:relative}.user-info-button,.admin-user-button{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;padding:6px 8px;transition:background .2s,border-color .2s,box-shadow .2s}.user-info-button:hover,.admin-user-button:hover,.dashboard-notification-button:hover{background:#f5f3ff;border-color:#ddd6fe}.user-info-button:focus-visible,.admin-user-button:focus-visible,.dashboard-notification-button:focus-visible,.dashboard-user-dropdown button:focus-visible{outline-offset:2px;outline:3px solid #c4b5fd}.user-info-text,.admin-user-text{min-width:0}.dashboard-user-dropdown{z-index:350;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:190px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #0f172a1f}.dashboard-user-dropdown button{text-align:left;color:#111827;cursor:pointer;background:0 0;border:none;border-radius:12px;width:100%;padding:10px 12px;font-size:14px;font-weight:600}.dashboard-user-dropdown button:hover{color:#5b21b6;background:#f5f3ff}.dashboard-user-dropdown-info{border-bottom:1px solid #f1f5f9;margin-bottom:6px;padding:10px 12px}.dashboard-user-dropdown-info strong{color:#6b7280;margin-bottom:4px;font-size:12px;display:block}.dashboard-user-dropdown-info span{color:#111827;word-break:break-word;font-size:13px;display:block}.admin-notification-button{border:1px solid #0000;border-radius:14px;padding:8px 10px}.kanban-board{grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;padding-bottom:40px;display:grid}.kanban-column{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;min-height:300px;display:flex}.kanban-column-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px 12px;display:flex}.kanban-column-title{color:#374151;letter-spacing:.02em;text-transform:uppercase;font-size:14px;font-weight:700}.kanban-column-count{color:#374151;background:#e5e7eb;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:700}.kanban-column-body{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex}.kanban-column-empty{text-align:center;color:#9ca3af;border:2px dashed #e5e7eb;border-radius:12px;padding:32px 16px;font-size:13px}.kanban-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;transition:box-shadow .15s,border-color .15s}.kanban-card:hover{border-color:#c4b5fd;box-shadow:0 4px 12px #00000014}.kanban-card-overdue{background:#fff8f8;border-color:#fca5a5}.kanban-card-title{color:#111827;margin-bottom:8px;font-size:14px;font-weight:600;line-height:1.4}.kanban-card-due{color:#6b7280;margin-bottom:8px;font-size:12px}.kanban-card-due.overdue{color:#b91c1c;font-weight:600}.kanban-card-footer{flex-wrap:wrap;gap:6px;display:flex}.kanban-card-shared-badge{color:#6b7280;background:#f3f4f6;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:600}.kanban-card-shared-mine{color:#5b21b6;background:#ede9fe}.kanban-modal-overlay{z-index:500;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.kanban-modal{background:#fff;border-radius:20px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #0000002e}.kanban-modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.kanban-modal-header h2{color:#111827;font-size:18px;font-weight:800}.kanban-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0 4px;font-size:22px;line-height:1;transition:color .15s}.kanban-modal-close:hover{color:#374151}.kanban-modal-error{color:#b91c1c;background:#fee2e2;border-radius:10px;margin:12px 24px 0;padding:10px 14px;font-size:13px}.kanban-modal-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex}.kanban-form-field{flex-direction:column;gap:6px;display:flex}.kanban-form-field label{color:#374151;font-size:13px;font-weight:600}.kanban-form-field input,.kanban-form-field textarea,.kanban-form-field select{color:#111827;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:10px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.kanban-form-field input:focus,.kanban-form-field textarea:focus,.kanban-form-field select:focus{border-color:#635bff}.kanban-form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.kanban-share-section{border-top:1px solid #f1f5f9;flex-direction:column;gap:10px;padding-top:16px;display:flex}.kanban-share-label{color:#374151;font-size:13px;font-weight:600}.kanban-share-error{color:#b91c1c;background:#fee2e2;border-radius:8px;padding:8px 12px;font-size:13px}.kanban-share-search-wrap{position:relative}.kanban-share-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-size:14px}.kanban-share-input:focus{border-color:#635bff}.kanban-share-searching{color:#9ca3af;padding:4px 0;font-size:12px;display:block}.kanban-share-dropdown{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:12px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.kanban-share-result{color:#111827;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:14px;transition:background .15s;display:flex}.kanban-share-result:hover{background:#f5f3ff}.kanban-share-avatar{color:#fff;background:linear-gradient(135deg,#635bff,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:flex}.kanban-share-dept{color:#9ca3af;font-size:12px}.kanban-members-list{flex-wrap:wrap;gap:8px;display:flex}.kanban-member-chip{color:#374151;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:999px;align-items:center;gap:7px;padding:5px 12px 5px 6px;font-size:13px;display:flex}.kanban-member-avatar{color:#fff;background:linear-gradient(135deg,#635bff,#a78bfa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:flex}.kanban-member-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0 0 0 2px;font-size:15px;line-height:1;transition:color .15s}.kanban-member-remove:hover{color:#b91c1c}.kanban-modal-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px 20px;display:flex}.kanban-modal-footer-right{gap:10px;display:flex}.kanban-btn-primary{color:#fff;cursor:pointer;background:#635bff;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:700;transition:background .15s}.kanban-btn-primary:hover:not(:disabled){background:#4f46e5}.kanban-btn-primary:disabled{opacity:.6;cursor:not-allowed}.kanban-btn-secondary{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .15s}.kanban-btn-secondary:hover{background:#e5e7eb}.kanban-btn-danger{color:#b91c1c;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:700;transition:background .15s}.kanban-btn-danger:hover:not(:disabled){background:#fecaca}.kanban-btn-danger:disabled{opacity:.6;cursor:not-allowed}@media (width<=900px){.kanban-board{grid-template-columns:1fr}}.pomodoro-layout{grid-template-columns:340px 1fr;align-items:start;gap:24px;padding-bottom:40px;display:grid}.pomodoro-timer-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;align-items:center;gap:24px;padding:32px 28px;display:flex}.pomodoro-ring-wrap{width:200px;height:200px;position:relative}.pomodoro-ring-svg{display:block}.pomodoro-ring-text{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;inset:0}.pomodoro-time-display{color:#111827;letter-spacing:-1px;font-size:38px;font-weight:800;line-height:1}.pomodoro-time-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}.pomodoro-duration-row{gap:10px;display:flex}.pomodoro-duration-btn{color:#374151;cursor:pointer;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px 18px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.pomodoro-duration-btn.active{color:#4f46e5;background:#ede9fe;border-color:#635bff}.pomodoro-duration-btn:hover:not(.active){background:#f5f3ff;border-color:#c4b5fd}.pomodoro-controls{width:100%}.pomodoro-start-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#635bff,#7c3aed);border:none;border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:opacity .15s}.pomodoro-start-btn:hover:not(:disabled){opacity:.9}.pomodoro-start-btn:disabled{opacity:.6;cursor:not-allowed}.pomodoro-abandon-btn{color:#b91c1c;cursor:pointer;background:#fee2e2;border:none;border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:700;transition:background .15s}.pomodoro-abandon-btn:hover:not(:disabled){background:#fecaca}.pomodoro-abandon-btn:disabled{opacity:.6;cursor:not-allowed}.pomodoro-session-hint{color:#9ca3af;text-align:center;font-size:12px;line-height:1.5}.pomodoro-side{flex-direction:column;gap:20px;display:flex}.pomodoro-stats-card,.pomodoro-history-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px}.pomodoro-stats-title{color:#111827;margin-bottom:18px;font-size:15px;font-weight:800}.pomodoro-stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.pomodoro-stat{background:#f9fafb;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:14px 8px;display:flex}.pomodoro-stat-value{color:#111827;font-size:26px;font-weight:800;line-height:1}.pomodoro-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.pomodoro-history-empty{color:#9ca3af;text-align:center;padding:20px 0;font-size:14px}.pomodoro-history-list{flex-direction:column;gap:8px;display:flex}.pomodoro-history-item{background:#f9fafb;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pomodoro-history-left{flex-direction:column;gap:2px;display:flex}.pomodoro-history-duration{color:#111827;font-size:14px;font-weight:700}.pomodoro-history-date{color:#9ca3af;font-size:12px}.pomodoro-history-xp{color:#635bff;background:#ede9fe;border-radius:999px;padding:4px 11px;font-size:13px;font-weight:700}.pomodoro-toast{color:#fff;background:#111827;border-radius:14px;align-items:center;gap:6px;margin-bottom:20px;padding:14px 22px;font-size:14px;font-weight:600;animation:.3s slideInDown;display:inline-flex}.pomodoro-toast-xp{color:#a78bfa}.pomodoro-error{color:#b91c1c;background:#fee2e2;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:14px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.pomodoro-layout{grid-template-columns:1fr}.pomodoro-timer-card{width:100%;max-width:400px;margin:0 auto}}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}*{box-sizing:border-box}body{background:#f8f8fb;min-height:100vh;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
