@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";body{margin:0}:root{--primary-orange: #f97316;--primary-orange-dark: #ea580c;--accent-orange: rgba(249, 115, 22, .14);--bg-page: #f5f6f8;--bg-card: #ffffff;--border-color: #e5e7eb;--text-dark: #1f2937;--text-light: #6b7280}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#f9fafb,var(--bg-page))}.login-card{width:420px;background:var(--bg-card);padding:32px;border-radius:12px;border-top:4px solid var(--primary-orange);box-shadow:0 10px 25px #00000014,0 4px 10px #0000000a;animation:fadeIn .35s ease}.login-title{text-align:center;margin-bottom:6px;color:var(--text-dark);font-weight:600;letter-spacing:-.2px}.login-subtitle{text-align:center;font-size:14px;color:var(--text-light);margin-bottom:24px}.login-card input{width:100%;padding:12px;margin-bottom:14px;border-radius:8px;border:1px solid var(--border-color);font-size:14px;background:#fff;color:var(--text-dark);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.login-card input::placeholder{color:#9ca3af}.login-card input:focus{outline:none;border-color:var(--primary-orange);background:#fffdfb;box-shadow:0 0 0 3px var(--accent-orange)}.login-error{color:#dc2626;font-size:13px;margin:6px 0 10px;text-align:center}.login-card button{width:100%;padding:12px;background:var(--primary-orange);border:none;border-radius:8px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;margin-top:10px;transition:background .2s ease,box-shadow .15s ease,transform .05s ease}.login-card button:hover:not(:disabled){background:var(--primary-orange-dark);box-shadow:0 6px 14px #f9731640;transform:translateY(-1px)}.login-card button:active:not(:disabled){transform:translateY(0)}.login-card button:disabled{background:#fdba74;cursor:not-allowed;box-shadow:none}.login-link{text-align:center;margin-top:18px;font-size:14px;color:var(--text-light)}.login-link a{color:var(--primary-orange);text-decoration:none;font-weight:500}.login-link a:hover{text-decoration:underline}@media(max-width:480px){.login-card{width:92%;padding:24px;border-radius:10px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.dept-page{--primary: #f97316;--primary-soft: #fff7ed;--primary-dark: #ea580c;--text-main: #111827;--text-muted: #6b7280;--border: #e5e7eb;--bg-page: #f9fafb;--bg-card: #ffffff;padding:32px;background:var(--bg-page);min-height:100vh;font-family:Inter,system-ui,sans-serif}.dept-page .dept-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dept-page .dept-header h2{font-size:22px;font-weight:600;color:var(--text-main)}.dept-page .add-btn{background:var(--primary);color:#fff;border:none;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer}.dept-page .add-btn:hover{background:var(--primary-dark)}.dept-page .dept-list-card{background:var(--bg-card);border-radius:14px;box-shadow:0 8px 24px #0000000f;overflow:hidden}.dept-page .dept-table{width:100%;border-collapse:collapse}.dept-page .dept-table th{background:var(--primary-soft);text-align:left;font-size:13px;font-weight:600;color:#9a3412;padding:14px 16px;border-bottom:1px solid var(--border)}.dept-page .dept-table td{padding:14px 16px;font-size:14px;color:var(--text-main);border-bottom:1px solid var(--border)}.dept-page .dept-table tr:hover{background:#fafafa}.dept-page .dept-link{color:var(--primary);font-weight:600;cursor:pointer}.dept-page .dept-link:hover{text-decoration:underline}.dept-page .actions{display:flex;gap:10px}.dept-page .edit-btn,.dept-page .delete-btn{padding:6px 14px;font-size:13px;border-radius:8px;border:none;color:#fff;cursor:pointer}.dept-page .edit-btn{background:var(--primary)}.dept-page .delete-btn{margin-top:18px;background:#dc2626;max-height:30px}.dept-page .dept-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.dept-page .dept-modal{width:420px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 25px 50px #00000040}.dept-page .dept-modal h3{margin-bottom:18px;font-size:18px;font-weight:600}.dept-page .dept-modal label{font-size:13px;font-weight:500;color:var(--text-muted)}.dept-page .dept-modal input{width:100%;margin-top:6px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);font-size:14px}.dept-page .dept-modal input:focus{outline:none;border-color:var(--primary)}.dept-page .modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.dept-page .modal-actions button{padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;border:none;cursor:pointer}.dept-page .modal-actions button[type=submit]{background:var(--primary);color:#fff}.dept-page .cancel-btn{background:#f3f4f6;color:var(--text-main)}.dept-page .dept-modal-xl{width:900px;max-width:95vw;max-height:80vh;background:#fff;border-radius:18px;display:flex;flex-direction:column;overflow:hidden}.dept-page .dept-modal-header{padding:18px 22px;background:var(--primary-soft);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.dept-page .dept-modal-header h3{font-size:17px;font-weight:600}.dept-page .dept-modal-body{padding:20px 22px;overflow-y:auto}.dept-page .emp-table{width:100%;border-collapse:collapse}.dept-page .emp-table th,.dept-page .emp-table td{padding:12px 14px;font-size:14px;border-bottom:1px solid var(--border)}.dept-page .emp-table th{background:#fafafa;font-weight:600}.dept-page .dept-modal-footer{padding:14px 22px;border-top:1px solid var(--border);display:flex;justify-content:flex-end}.shifts-page{padding:32px;background:#f9fafb;font-family:Inter,system-ui,sans-serif}.shifts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.shifts-header h2{font-size:24px;font-weight:700}.shifts-header p{font-size:14px;color:#6b7280}.shifts-add-btn{background:#f97316;color:#fff;border:none;padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer}.shifts-filter{display:flex;gap:10px;margin-bottom:24px}.shifts-filter button{padding:7px 16px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.shifts-filter .active{background:#f97316;color:#fff;border-color:#f97316}.shifts-list{display:grid;gap:14px;max-width:650px}.shifts-card{background:#fff;padding:16px 20px;border-radius:14px;box-shadow:0 8px 20px #0000000f;display:flex;justify-content:space-between;align-items:center}.shifts-card h4{margin:0;font-size:16px}.shifts-time{text-align:right}.shifts-time small{display:block;color:#6b7280}.shifts-badge{margin-top:6px;display:inline-block;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600}.shifts-badge.day{background:#ffedd5;color:#9a3412}.shifts-badge.evening{background:#fde68a;color:#92400e}.shifts-badge.night{background:#e0e7ff;color:#3730a3}.shifts-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.shifts-modal{width:440px;background:#fff;border-radius:20px;padding:28px;box-shadow:0 30px 70px #00000059}.shifts-modal h3{font-size:18px;font-weight:600;margin-bottom:20px}.shifts-form{display:flex;flex-direction:column;gap:14px}.shifts-field{display:flex;flex-direction:column;gap:6px}.shifts-field label{font-size:13px;font-weight:600;color:#374151}.shifts-field input{padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px}.shifts-field input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #ffedd5}.shifts-time-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.shifts-weekly{margin-top:8px;padding-top:14px;border-top:1px solid #e5e7eb}.shifts-section-title{font-size:13px;font-weight:600;color:#6b7280;margin-bottom:10px}.shifts-check{display:flex;align-items:center;gap:10px;font-size:14px;color:#1f2937;margin-bottom:10px;cursor:pointer}.shifts-check input{width:16px;height:16px;accent-color:#f97316}.shifts-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.shifts-cancel{background:#f3f4f6;padding:9px 18px;border-radius:10px;border:none;cursor:pointer}.shifts-save{background:#f97316;color:#fff;padding:9px 22px;border-radius:10px;border:none;font-weight:600;cursor:pointer}.leave-admin-container{background:#fff;padding:24px;border-radius:14px;box-shadow:0 10px 25px #0000000a}.leave-tabs{display:flex;gap:10px;margin-top:16px}.tab-btn{padding:8px 18px;border-radius:999px;border:none;background:#e5e7eb;font-weight:500;cursor:pointer;transition:all .2s ease}.tab-btn:hover{background:#d1d5db}.leave-table{width:100%;border-collapse:collapse;margin-top:18px;font-size:14px}.leave-table th,.leave-table td{padding:14px 12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.leave-table th{background:#f9fafb;font-weight:600;color:#374151}.status{text-transform:uppercase;font-size:12px;letter-spacing:.5px}.status.pending{color:#d97706;font-weight:600}.status.approved{color:#16a34a;font-weight:600}.status.rejected{color:#dc2626;font-weight:600}.view-btn{padding:6px 14px;background:#f97316;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:13px;transition:background .2s ease}.approve-btn{padding:6px 12px;background:#16a34a;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:13px}.reject-btn{padding:6px 12px;background:#dc2626;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:13px}.proof-modal{width:90%;max-width:900px;background:#fff;border-radius:16px;padding:20px;position:relative;box-shadow:0 25px 50px #00000040}.proof-modal h3{color:#f97316;font-size:18px;margin-bottom:12px}.close-btn{position:absolute;top:12px;right:14px;border:none;background:transparent;font-size:22px;cursor:pointer;color:#6b7280}.proof-content{height:420px;background:#f9fafb;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.proof-image{max-width:100%;max-height:100%;object-fit:contain}.proof-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between}.proof-footer button{padding:6px 16px;border-radius:8px;border:1px solid #f97316;background:#fff7ed;color:#f97316;font-weight:600;cursor:pointer}.proof-footer button:hover:not(:disabled){background:#fde68a}.proof-footer span{font-size:14px;font-weight:600;color:#374151}:root{--orange: #f97316;--orange-light: #fff7ed;--orange-dark: #ea580c;--text-dark: #1f2937;--text-muted: #6b7280;--bg: #f9fafb;--border: #e5e7eb}.admin-attendance-container{padding:28px;background:var(--bg);min-height:100vh;font-family:Inter,system-ui,sans-serif}.header{margin-bottom:16px}.header h2{font-size:28px;font-weight:700;color:var(--text-dark)}.header p{margin-top:4px;color:var(--text-muted);font-size:14px}.admin-filters{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.admin-filters select,.admin-filters input[type=text],.admin-filters input[type=date]{padding:8px 12px;border-radius:10px;border:1px solid var(--border);font-size:13px;background:#fff;color:var(--text-dark);outline:none;min-width:160px;transition:all .2s ease}.admin-filters input[type=text]{min-width:220px}.admin-filters select:hover,.admin-filters input:hover{border-color:var(--orange)}.admin-filters select:focus,.admin-filters input:focus{border-color:var(--orange);box-shadow:0 0 0 2px #f9731626}.table-card{margin-top:8px;background:#fff;border-radius:14px;box-shadow:0 10px 30px #0000000d;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px;min-width:1100px}thead{background:var(--orange-light)}th{padding:14px;text-align:left;font-weight:600;color:var(--text-dark);border-bottom:1px solid var(--border);white-space:nowrap}td{padding:14px;border-bottom:1px solid var(--border);color:var(--text-dark);white-space:nowrap}tr:hover{background:#fffaf5}.emp-info{display:flex;flex-direction:column}.emp-name{font-weight:600}.emp-id{font-size:12px;color:var(--text-muted)}.status{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;display:inline-block}.status.work_from_home,.status.wfh{background:#e0f2fe;color:#075985}.loader{padding:40px;text-align:center;font-size:16px;color:var(--text-muted)}.empty{padding:24px;text-align:center;color:var(--text-muted);font-size:14px}@media(max-width:768px){.admin-attendance-container{padding:18px}.header h2{font-size:22px}.admin-filters input[type=text],.admin-filters select{width:100%}th,td{padding:10px;font-size:13px}}.dailycount{width:100%}.dc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.dc-header h2{font-size:22px;font-weight:600;color:#111827}.dc-date{display:flex;align-items:center;gap:10px}.dc-date label{font-size:14px;color:#6b7280}.dc-date input{padding:6px 10px;border-radius:8px;border:1px solid #e5e7eb;font-size:14px}.dc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:28px}.dc-card{background:#fff;border-radius:14px;padding:14px 16px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.dc-card:hover{border-color:#f97316}.dc-card.active{border-color:#f97316;background:#fff7ed}.dc-card p{font-size:13px;color:#6b7280;margin-bottom:4px}.dc-card h2{font-size:22px;font-weight:700;color:#111827}.dc-table-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb}.dc-table-card h3{margin-bottom:14px;font-size:16px;font-weight:600;color:#111827}.dc-table{width:100%;border-collapse:collapse;font-size:14px}.dc-table th,.dc-table td{padding:12px 14px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.dc-table th{background:#fff7ed;color:#f97316;text-align:left;font-weight:600}.dc-table tr:hover td{background:#f9fafb}.dc-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.dc-badge.present{background:#dcfce7;color:#166534}.dc-badge.absent{background:#fee2e2;color:#991b1b}.dc-badge.leave{background:#fef3c7;color:#92400e}.dc-badge.half_day{background:#e0f2fe;color:#075985}.dc-badge.in_progress{background:#ede9fe;color:#5b21b6}.dc-empty{padding:24px;text-align:center;color:#6b7280;font-size:14px}.dc-loading{padding:20px;font-weight:600;color:#6b7280}:root{--primary: #f97316;--bg: #f9fafb;--card: #ffffff;--text: #1f2937;--muted: #6b7280;--border: #e5e7eb}.holiday-admin{padding:32px;background:var(--bg);min-height:100vh;font-family:Inter,system-ui,sans-serif}.holiday-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.holiday-header h2{margin:0}.holiday-header p{margin:4px 0 0;color:var(--muted)}.message{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;padding:10px 14px;border-radius:10px;margin:12px 0 16px;font-size:14px}button{padding:9px 16px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer}button.primary{background:var(--primary);color:#fff;border:none}button.secondary{background:#f3f4f6}button.danger{background:#fee2e2;color:#b91c1c}.tabs{display:flex;gap:10px;margin-bottom:16px}.tabs button{padding:8px 18px;border-radius:999px}.tabs button.active{background:var(--primary);color:#fff;border:none}.card{background:var(--card);border-radius:14px;padding:0;overflow:hidden;box-shadow:0 10px 28px #00000014}table{width:100%;border-collapse:collapse}thead{background:#fff7ed}th,td{padding:14px 18px;border-bottom:1px solid var(--border);text-align:left}tbody tr:hover{background:#f9fafb}.empty{padding:24px;text-align:center;color:var(--muted)}.modal{background:#fff;padding:24px;border-radius:14px;width:420px;position:relative}.modal.large{width:700px}.modal h3{margin-top:0}.modal .close{position:absolute;right:14px;top:12px;border:none;background:none;font-size:20px;color:var(--muted)}.modal input,.modal select{width:100%;padding:10px;margin-bottom:12px;border-radius:8px;border:1px solid var(--border)}.row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:8px;margin-bottom:10px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.filters{display:flex;gap:12px;margin-bottom:14px}.filters select{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff}:root{--orange-primary: #f97316;--orange-dark: #ea580c;--orange-light: #fff7ed;--bg-main: #f9fafb;--card-bg: #ffffff;--text-dark: #1f2937;--text-muted: #6b7280;--border-light: #e5e7eb;--shadow-soft: 0 10px 25px rgba(0, 0, 0, .08)}.reports-dashboard{padding:28px;background:var(--bg-main);min-height:100%;font-family:Inter,system-ui,sans-serif}.reports-title{font-size:22px;font-weight:700;color:var(--text-dark);margin-bottom:16px}.report-filters{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:var(--card-bg);border-radius:16px;box-shadow:var(--shadow-soft);margin-bottom:22px;flex-wrap:wrap}.tabs{display:flex;gap:10px;flex-wrap:wrap}.tabs button{padding:7px 18px;border-radius:999px;border:1px solid var(--border-light);background:#fff;font-size:13px;font-weight:600;cursor:pointer;color:var(--text-muted);transition:all .25s ease}.tabs button:hover{border-color:var(--orange-primary);color:var(--orange-primary)}.tabs button.active{background:var(--orange-primary);border-color:var(--orange-primary);color:#fff}.report-filters input[type=date],.report-filters input[type=month]{padding:7px 12px;border-radius:10px;border:1px solid var(--border-light);font-size:13px;background:#fff;color:var(--text-dark)}.report-loading{padding:40px;text-align:center;font-size:15px;color:var(--text-muted)}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}.report-card{background:var(--card-bg);border-radius:18px;padding:16px 16px 12px;box-shadow:var(--shadow-soft);position:relative}.report-card:before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;background:var(--orange-primary);border-radius:18px 18px 0 0}.report-card h4{font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--border-light)}.no-chart-data{height:180px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted)}.recharts-tooltip-wrapper{font-size:12px}@media(max-width:1024px){.reports-dashboard{padding:22px}}@media(max-width:768px){.report-filters{flex-direction:column;align-items:flex-start}.report-grid{grid-template-columns:1fr}}@media(max-width:480px){.reports-title{font-size:20px}.tabs button{font-size:12px;padding:6px 14px}}.screenshot-monitor-page{min-height:100vh;background:#f1f5f9}.screenshot-monitor-main{padding:2.5rem}.uploading-message{margin-bottom:1rem;color:#16a34a;font-weight:600}.interval-card{margin-bottom:1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0f172a1f;padding:1rem;display:flex;align-items:center;gap:.75rem;width:fit-content}.interval-label{font-size:.875rem;font-weight:600;color:#334155}.interval-input{width:6rem;border:1px solid #cbd5e1;border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.section-title{font-size:1.5rem;font-weight:600}.section-title-top{margin-bottom:1rem}.section-title-bottom{margin-bottom:1.5rem}.table-card{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0f172a1f;margin-bottom:2.5rem;width:100%;overflow-x:auto;overflow-y:hidden}.computers-table{width:100%;min-width:640px;border-collapse:collapse}.table-head{background:#f1f5f9}.table-header-cell{padding:1rem;text-align:left}.table-empty-cell{padding:1rem;text-align:center}.table-row{border-top:1px solid #e2e8f0}.table-cell{padding:1rem;white-space:nowrap}.status-cell{font-weight:600}.status-active{color:#16a34a}.status-inactive{color:#dc2626}.screenshots-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.screenshot-card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0f172a1f;padding:.25rem;cursor:pointer;transition:transform .15s ease}.screenshot-card:hover{transform:scale(1.05)}.screenshot-image{width:100%;height:100px;object-fit:cover;border-radius:.25rem}.screenshot-time{font-size:.75rem;text-align:center;margin-top:.25rem}.screenshot-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:50}.screenshot-modal-card{background:#fff;border-radius:.75rem;padding:1.5rem;display:flex;gap:1.5rem}.screenshot-modal-image{width:600px;height:400px;object-fit:contain}.screenshot-modal-details>*+*{margin-top:1rem}.modal-title{font-size:1.25rem;font-weight:600}.modal-actions{display:flex;gap:1rem;padding-top:1rem}.modal-btn{color:#fff;padding:.5rem 1.25rem;border-radius:.5rem;border:none;cursor:pointer}.modal-btn-download{background:#2563eb}.modal-btn-close{background:#ef4444}@media(max-width:1024px){.screenshot-monitor-main{padding:1.5rem}.table-header-cell,.table-cell{padding:.75rem;font-size:.875rem}}@media(max-width:640px){.screenshot-monitor-main{padding:1rem}.table-card{margin-bottom:1.5rem}.computers-table{min-width:520px}.section-title{font-size:1.25rem}}.email-page{display:flex;gap:22px;font-family:Poppins,sans-serif;min-height:calc(100vh - 170px)}.email-left{flex:1}.email-left h3{margin-bottom:16px;padding-left:24px}.email-card{background:#fff;height:100%;padding:22px;border-radius:14px;border:1px solid #cccccc}.email-card h4{margin-bottom:14px;font-size:15px}.section-title{margin-top:22px}.email-card label{display:block;font-size:13px;margin:10px 0 4px}.email-card input,.email-card textarea,.email-card select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #bbbbbb;outline:none;font-family:inherit}.row{display:flex;gap:16px}.row div{flex:1}.btn-row{display:flex;justify-content:space-between;margin-top:18px}.clear-btn{background:#996cb5;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-family:inherit}.save-btn{background:#996cb5;color:#fff;border:none;padding:8px 18px;border-radius:6px;cursor:pointer;font-family:inherit}.email-right{flex:1}.email-right h3{margin-bottom:12px;padding-left:25px}.revenue-box{height:100%;background:#fff;border-radius:14px;border:1px solid #cccccc}.admin-settings{display:flex;flex-direction:column;gap:18px}.settings-header h2{margin:0;font-size:24px;color:#111827}.settings-header p{margin:6px 0 0;color:#6b7280;font-size:14px}.settings-layout{display:grid;grid-template-columns:240px 1fr;gap:18px;min-height:520px}.settings-nav{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.settings-nav-btn{border:none;background:#f9fafb;color:#374151;text-align:left;border-radius:8px;padding:10px 12px;cursor:pointer;font-size:14px}.settings-nav-btn.active{background:#f9731624;color:#c2410c;font-weight:600}.settings-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:16px}.settings-card{display:flex;flex-direction:column;gap:10px}.settings-card h3{margin:0 0 4px;font-size:16px;color:#111827}.settings-card label{font-size:13px;color:#4b5563}.settings-card input,.settings-card select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;outline:none;font-size:14px}.settings-card input:focus,.settings-card select:focus{border-color:#f97316;box-shadow:0 0 0 2px #f9731626}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f3f4f6}.toggle-row:last-child{border-bottom:none}.toggle-row input[type=checkbox]{width:18px;height:18px;accent-color:#f97316}.settings-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid #f3f4f6}.btn-secondary,.btn-primary{border:none;border-radius:8px;padding:10px 16px;font-size:14px;cursor:pointer}.btn-secondary{background:#e5e7eb;color:#111827}.btn-primary{background:#f97316;color:#fff}.logs-table{border:1px solid #f3f4f6;border-radius:10px;overflow:hidden}.logs-row{display:grid;grid-template-columns:180px 140px 1fr;gap:10px;padding:10px 12px;border-bottom:1px solid #f3f4f6;font-size:13px;color:#374151}.logs-row:last-child{border-bottom:none}.logs-head{background:#f9fafb;font-weight:600}@media(max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto}.settings-nav-btn{white-space:nowrap}.logs-row{grid-template-columns:1fr;gap:6px}}:root{--primary: #f97316;--primary-light: #fff7ed;--sidebar-bg: #1f2937;--sidebar-hover: #374151;--text-dark: #111827;--text-muted: #6b7280;--bg-main: #f9fafb}.admin-container{display:flex;height:100vh;width:100%;overflow:hidden;font-family:Inter,system-ui,sans-serif;background:var(--bg-main)}.sidebar{width:240px;min-width:240px;background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;flex-shrink:0}.logo{padding:20px;font-size:18px;font-weight:700;text-align:center;border-bottom:1px solid #1e293b}.sidebar-nav{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.nav-link{width:100%;display:flex;align-items:center;gap:14px;padding:12px 20px;color:#cbd5e1;background:none;border:none;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.nav-link:hover{background:var(--sidebar-hover);color:#fff}.nav-link.active{background:#f973162e;color:#ffedd5;border-left:4px solid var(--primary)}.nav-link:focus{outline:none}.icon{font-size:20px;min-width:20px}.link-text{white-space:nowrap}.sidebar-logout{padding:10px;border-top:1px solid #1e293b}.logout-btn{width:100%;background:none;border:none;color:#fca5a5;display:flex;align-items:center;gap:14px;padding:12px 20px;cursor:pointer}.logout-btn:hover{background:#7f1d1d;color:#fff}.navbar{background:#fff;padding:18px 28px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.navbar h3{margin:0;font-size:18px;color:var(--text-dark)}.admin-name{font-weight:500;color:var(--text-muted)}.page-content{flex:1;padding:24px 32px 32px 20px;overflow-y:auto}.page-content h2{margin-bottom:20px;font-size:22px;color:var(--text-dark)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px}.stat-card{background:#fff;padding:22px;border-radius:14px;box-shadow:0 10px 25px #0000000d;border-left:5px solid var(--primary);border-top:4px solid var(--primary);transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 14px 35px #00000014}.card-title{margin:0;font-size:14px;color:var(--text-muted)}.card-value{margin-top:10px;font-size:30px;font-weight:700;color:var(--text-dark)}.employees-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;gap:10px;flex-wrap:wrap}.create-manager-btn{background-color:var(--primary);color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.create-manager-btn:hover{background-color:#e68900;transform:translateY(-1px)}.create-manager-btn:active{transform:scale(.97)}.table-wrapper{width:100%;overflow-x:auto}@media(max-width:1100px){.sidebar{width:200px;min-width:200px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}}:root{--orange: #f97316;--orange-dark: #ea580c;--orange-soft: #fff7ed;--dark: #111827;--dark-light: #1f2937;--muted: #6b7280;--bg: #f8fafc;--border: #e5e7eb;--green: #16a34a;--green-soft: #dcfce7;--red: #dc2626;--red-soft: #fee2e2;--yellow: #f59e0b;--yellow-soft: #fef3c7;--blue: #2563eb;--blue-soft: #eff6ff;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--dark)}.emp-layout{display:flex;height:100vh;overflow:hidden}.emp-sidebar{width:240px;background:linear-gradient(180deg,#0f172a,#020617);color:#e5e7eb;position:fixed;inset:0 auto 0 0;padding:20px;display:flex;flex-direction:column}.emp-logo{font-size:20px;font-weight:700;margin-bottom:32px;color:var(--orange);letter-spacing:.3px}.emp-nav{display:flex;flex-direction:column;gap:6px;flex:1}.emp-nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:var(--radius-md);color:#cbd5f5;cursor:pointer;transition:all .2s ease}.emp-nav-item:hover{background:#ffffff14}.emp-nav-item.active{background:var(--orange-soft);color:var(--orange-dark);font-weight:600}.emp-nav-item.logout{margin-top:auto;color:#fecaca}.emp-nav-item.logout:hover{background:var(--red);color:#fff}.emp-main{margin-left:240px;width:calc(100% - 240px);display:flex;flex-direction:column}.emp-navbar{height:64px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:fixed;inset:0 0 auto 240px;z-index:10}.emp-navbar h3{font-size:16px;font-weight:600}.emp-user{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px}.emp-avatar-circle{width:36px;height:36px;background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff;border-radius:50%;font-weight:700;display:grid;place-items:center}.emp-content{margin-top:64px;padding:28px;overflow-y:auto;height:calc(100vh - 64px)}.emp-dashboard-grid{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:start}.emp-punch-card{background:#fff;padding:24px;border-radius:var(--radius-lg);border:1px solid var(--border)}.emp-punch-card h3{margin:0 0 16px;font-size:16px;font-weight:600}.emp-timer{margin:14px 0 18px;padding:14px;border-radius:var(--radius-md);background:var(--green-soft);color:var(--green);font-size:20px;font-weight:700;text-align:center}.emp-productive-time{margin-top:12px;padding:10px 14px;background:var(--blue-soft);border-left:4px solid var(--blue);border-radius:var(--radius-sm);display:flex;justify-content:space-between;font-size:13px}.emp-productive-time strong{color:var(--blue)}.permission-box{margin-top:18px;padding:12px;border-radius:var(--radius-md);background:#fafafa;border:1px dashed var(--border)}.permission-box label{font-size:13px;font-weight:500;color:var(--muted)}.permission-row{display:flex;gap:10px;margin-top:8px}.permission-row input{width:110px;padding:7px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);font-size:13px}.permission-row input:focus{outline:none;border-color:var(--orange)}.permission-row button{padding:7px 16px;border-radius:var(--radius-sm);border:none;background:var(--orange);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.permission-row button:hover{background:var(--orange-dark)}.permission-row button:disabled{opacity:.6;cursor:not-allowed}.punch-btn{margin-top:18px;padding:12px 30px;border-radius:var(--radius-md);border:none;font-weight:600;font-size:14px;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.punch-btn:hover{transform:translateY(-1px)}.punch-in{background:var(--green);color:#fff}.punch-out{background:var(--red);color:#fff}.emp-chart-card{background:#fff;border-radius:var(--radius-lg);padding:16px;border:1px solid var(--border);height:360px;display:flex;flex-direction:column}@media(max-width:1024px){.emp-dashboard-grid{grid-template-columns:1fr}.emp-sidebar{width:200px}.emp-main{margin-left:200px;width:calc(100% - 200px)}}@media(max-width:768px){.emp-sidebar{position:fixed;left:-240px;top:0;height:100vh;width:240px;transition:left .3s ease;z-index:2000}.emp-sidebar.open{left:0}.emp-main{margin-left:0;width:100%}.emp-navbar{inset:0}}:root{--orange-primary: #f97316;--orange-light: #fff7ed;--orange-dark: #ea580c;--green: #16a34a;--red: #dc2626;--yellow: #f59e0b;--blue: #2563eb;--text-dark: #1f2937;--text-muted: #6b7280;--border-light: #e5e7eb;--bg-main: #f9fafb}.attendance-container{padding:28px;background:var(--bg-main);min-height:100vh;font-family:Inter,system-ui,sans-serif}.attendance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.attendance-header h2{font-size:26px;font-weight:700;color:var(--text-dark)}.attendance-header p{color:var(--text-muted);margin-top:4px;font-size:14px}.apply-leave-btn{background:var(--orange-primary);color:#fff;border:none;padding:8px 16px;border-radius:10px;font-weight:600;cursor:pointer;transition:background .2s ease}.apply-leave-btn:hover{background:var(--orange-dark)}.attendance-filters{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.attendance-filters select{padding:8px 12px;border-radius:10px;border:1px solid var(--border-light);font-size:13px;background:#fff;color:var(--text-dark);outline:none;cursor:pointer;transition:all .2s ease;min-width:160px}.attendance-filters select:hover{border-color:var(--orange-primary)}.attendance-filters select:focus{border-color:var(--orange-primary);box-shadow:0 0 0 2px #f9731626}.loading,.empty{text-align:center;margin-top:40px;color:var(--text-muted);font-size:15px}.error{text-align:center;margin-top:40px;color:var(--red);font-weight:500}.table-wrapper{margin-top:20px;background:#fff;border-radius:14px;box-shadow:0 10px 25px #0000000f;overflow-x:auto}.attendance-table{width:100%;border-collapse:collapse;min-width:1100px}.attendance-table thead{background:var(--orange-light);position:sticky;top:0;z-index:10}.attendance-table th{padding:14px;text-align:left;font-size:13px;font-weight:600;color:var(--orange-dark);border-bottom:1px solid var(--border-light);white-space:nowrap}.attendance-table td{padding:13px 14px;font-size:14px;color:var(--text-dark);border-bottom:1px solid var(--border-light);white-space:nowrap}.attendance-table tbody tr:hover{background:#fffaf5}.attendance-table tbody tr.present{background:#f0fdf4}.attendance-table tbody tr.absent{background:#fef2f2}.attendance-table tbody tr.late{background:#fffbeb}.attendance-table td.work{font-weight:600;color:var(--green)}.attendance-table td.break,.attendance-table td.permission{color:var(--text-muted)}.attendance-table td.late-mins{font-weight:600;color:var(--yellow)}.attendance-table td.overtime{font-weight:600;color:var(--green)}.attendance-table td.no-overtime{color:var(--text-muted)}@media(max-width:768px){.attendance-container{padding:18px}.attendance-header{flex-direction:column;align-items:flex-start;gap:12px}.attendance-header h2{font-size:22px}.attendance-filters select{width:100%}.attendance-table th,.attendance-table td{padding:10px;font-size:13px}}.leave-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.leave-modal{width:420px;max-width:92%;background:#fff;border-radius:16px;padding:28px;box-shadow:0 20px 40px #0003;animation:pop .3s ease}@keyframes pop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.leave-modal h2{margin-bottom:18px;color:#ea580c;text-align:center;font-size:20px;font-weight:700}.leave-modal label{font-size:13px;font-weight:600;margin-top:14px;display:block;color:#374151}.leave-modal input,.leave-modal select,.leave-modal textarea{width:100%;padding:10px 12px;margin-top:6px;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;background:#fff;transition:border .2s ease,box-shadow .2s ease}.leave-modal textarea{resize:vertical;min-height:70px}.leave-modal input:focus,.leave-modal select:focus,.leave-modal textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.date-row{display:flex;gap:12px}.date-row>div{flex:1}.leave-modal input[type=file]{padding:6px;font-size:13px}.btn-row button{padding:10px 18px;border-radius:10px;border:none;font-weight:600;cursor:pointer;font-size:14px;transition:background .2s ease,transform .1s ease}.error-text{background:#fee2e2;color:#b91c1c;padding:8px 12px;border-radius:10px;margin-bottom:12px;text-align:center;font-size:13px}.emp-leave-container{background:#fff;padding:24px;border-radius:14px;box-shadow:0 10px 25px #0000000d}.subtitle{color:#6b7280;font-size:13px;margin-bottom:12px}.leave-tabs{display:flex;gap:10px;margin-bottom:16px}.tab-btn{padding:8px 18px;border-radius:999px;border:none;background:#e5e7eb;cursor:pointer;font-weight:500}.tab-btn.active{background:#f97316;color:#fff}.leave-table th,.leave-table td{padding:14px 12px;border-bottom:1px solid #e5e7eb;text-align:left}.leave-table tr:hover{background:#fdf4ee}.status{text-transform:uppercase;font-size:12px;font-weight:600}.status.pending{color:#d97706}.status.approved{color:#16a34a}.status.rejected{color:#dc2626}.view-btn{padding:6px 14px;background:#f97316;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:13px}.view-btn:hover{background:#ea580c}.proof-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.proof-modal{width:90%;max-width:850px;background:#fff;border-radius:16px;padding:20px;position:relative}.close-btn{position:absolute;top:12px;right:14px;border:none;background:none;font-size:22px;cursor:pointer}.proof-content{height:420px;background:#f9fafb;border-radius:12px;display:flex;align-items:center;justify-content:center}.proof-image{max-width:100%;max-height:100%}.proof-frame{width:100%;height:100%;border:none}.proof-footer{display:flex;justify-content:space-between;margin-top:12px}.profile-page{padding:24px;max-width:1100px;margin:auto;font-family:Inter,system-ui,sans-serif;color:#1f2937}.profile-hero{background:linear-gradient(135deg,#ff7a18,#ff9f45);border-radius:16px;padding:32px;text-align:center;color:#fff;position:relative}.profile-avatar{width:110px;height:110px;border-radius:50%;background:#f3f4f6;padding:3px;align-items:center;justify-content:center}.profile-avatar img{width:110%;height:110%;border-radius:50%;object-fit:contain}.profile-hero h1{margin:8px 0 6px;font-size:26px;font-weight:600}.profile-meta{display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;opacity:.95}.profile-meta .dot{width:5px;height:5px;background:#fff;border-radius:50%}.edit-btn{margin-top:18px;background:#fff;color:#ff7a18;border:none;padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#f9fafb;transform:translateY(-1px)}.profile-sections{margin-top:32px;display:grid;gap:28px}.profile-sections section{background:#fff;border-radius:16px;padding:22px 24px;box-shadow:0 6px 18px #0000000f}.profile-sections h3{margin-bottom:16px;font-size:18px;font-weight:600;color:#111827}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.info-item{background:#f9fafb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:6px;border:1px solid #eef0f3}.info-item span{font-size:12px;color:#6b7280}.info-item strong{font-size:15px;font-weight:600;color:#111827}.info-item.wide{grid-column:span 2}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{width:420px;max-width:92%;background:#fff;border-radius:18px;padding:26px;box-shadow:0 25px 60px #00000040}.modal h3{margin-bottom:16px;font-size:20px;font-weight:600;text-align:center}.modal input[type=file],.modal input,.modal textarea{width:100%;padding:12px 14px;margin-bottom:14px;border-radius:12px;border:1px solid #d1d5db;font-size:14px;outline:none}.modal input:focus,.modal textarea:focus{border-color:#ff7a18;box-shadow:0 0 0 3px #ff7a1833}.modal textarea{resize:none;height:90px}.image-adjust-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px}.image-crop-circle{width:110px;height:110px;border-radius:50%;overflow:hidden;background:#f3f4f6;border:2px solid #e5e7eb}.image-crop-circle img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.modal-actions button{padding:10px 18px;border-radius:999px;font-weight:600;border:none;cursor:pointer}.modal-actions button:first-child{background:#e5e7eb;color:#374151}.modal-actions button:last-child{background:#ff7a18;color:#fff}.modal-actions button:last-child:hover{background:#e96b10}.profile-loading{text-align:center;padding:50px;font-size:16px;color:#374151}.cp-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.cp-card{width:420px;max-width:100%;background:#fff;border-radius:16px;padding:28px 26px 30px;box-shadow:0 24px 48px #00000047,0 8px 20px #0000001f;position:relative;animation:cpEnter .28s cubic-bezier(.16,1,.3,1)}.cp-header h2{margin:0;font-size:20px;font-weight:600;color:#111827;text-align:center}.cp-subtitle{margin-top:6px;font-size:13px;color:#6b7280}.cp-close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;line-height:1;color:#9ca3af;transition:color .15s ease,transform .1s ease}.cp-close:hover{color:#111827;transform:scale(1.05)}.cp-form{margin-top:18px}.cp-form .form-group{margin-bottom:14px}.cp-form label{display:block;font-size:13px;margin-bottom:6px;color:#374151}.cp-form input{width:100%;padding:11px 12px;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;transition:border .15s ease,box-shadow .15s ease}.cp-form input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731633}.cp-message{font-size:13px;margin:10px 0 6px;text-align:center}.cp-message.success{color:#16a34a}.cp-message.error{color:#dc2626}.cp-card .btn-primary{margin-top:12px;width:100%;padding:12px;border-radius:10px;font-size:15px;align-items:center;justify-content:center}@keyframes cpEnter{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.cp-card{padding:22px 20px 24px;border-radius:14px}.cp-header h2{font-size:18px}}.medical-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:3000}.medical-modal{width:420px;max-width:92%;background:#fff;border-radius:16px;padding:28px;box-shadow:0 25px 50px #00000040;animation:medicalPop .25s ease}@keyframes medicalPop{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.medical-modal h2{text-align:center;color:#ea580c;font-size:20px;font-weight:700;margin-bottom:18px}.medical-modal label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.medical-modal textarea{width:100%;padding:12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;resize:vertical;min-height:80px;transition:border .2s ease,box-shadow .2s ease}.medical-modal textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973162e}.checkbox-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;font-weight:600;color:#374151}.checkbox-row input{width:16px;height:16px;accent-color:#f97316;cursor:pointer}.btn-row{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.btn-row button{padding:10px 20px;border-radius:10px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.btn-row button:active{transform:scale(.97)}.btn-row button[type=submit]{background:#f97316;color:#fff}.btn-row button[type=submit]:hover{background:#ea580c}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.error-text{background:#fee2e2;color:#b91c1c;padding:8px 12px;border-radius:10px;font-size:13px;margin-bottom:12px;text-align:center}.punch-layout{display:grid;grid-template-columns:420px 1fr;gap:32px;align-items:flex-start;width:100%}.punch-left{position:sticky;top:20px}.punch-right{width:100%}.punch-card{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:420px;box-shadow:0 10px 30px #00000014;font-family:Inter,system-ui,sans-serif}.punch-card h3{text-align:center;font-size:18px;font-weight:600;color:#f97316;margin-bottom:20px}.punch-card .timer{text-align:center;font-size:36px;font-weight:700;color:#111827;margin-bottom:6px}.punch-card .timer.big{font-size:40px}.punch-card .status{text-align:center;font-size:13px;font-weight:600;margin-bottom:18px}.punch-card .status.active{color:#16a34a}.punch-card .permission{display:flex;gap:10px;margin-bottom:14px}.punch-card select{flex:1;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;font-size:14px;outline:none;background:#fff}.punch-card select:focus{border-color:#f97316}.punch-card button{border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.punch-card .full{width:100%}.punch-card .primary{background:#f97316;color:#fff;margin-top:10px}.punch-card .primary:hover{background:#ea580c}.punch-card .secondary{background:#fff7ed;color:#f97316;border:1px solid #fed7aa}.punch-card .secondary:hover{background:#ffedd5}.punch-card .danger{background:#dc2626;color:#fff;margin-top:10px}.punch-card .danger:hover{background:#b91c1c}.punch-card button:disabled{opacity:.6;cursor:not-allowed}.punch-card .wfh{display:flex;align-items:center;gap:8px;font-size:14px;margin:10px 0;color:#374151}.punch-card .wfh input{accent-color:#f97316}.punch-card .message{text-align:center;margin-top:12px;font-size:13px;font-weight:500;color:#374151}@media(max-width:1024px){.punch-layout{grid-template-columns:1fr}.punch-left{position:static}.punch-card{max-width:100%}}:root{--orange: #f97316;--orange-dark: #ea580c;--bg: #f9fafb;--card: #ffffff;--text: #1f2937;--muted: #6b7280;--border: #e5e7eb}.tracker-container{background:var(--card);padding:24px;border-radius:18px;box-shadow:0 10px 30px #00000014;font-family:Inter,system-ui,sans-serif}.tracker-title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:20px}.status-card{display:flex;justify-content:space-between;align-items:center;background:var(--bg);padding:20px 24px;border-radius:14px;margin-bottom:20px}.status{font-size:14px;font-weight:600;color:var(--orange);letter-spacing:.4px}.timer{font-size:32px;font-weight:700;color:var(--text)}.actions{display:flex;gap:12px;margin-bottom:28px}.actions button{flex:1;background:var(--orange);color:#fff;border:none;padding:12px 0;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.actions button:hover{background:var(--orange-dark)}.actions .dark{background:#111827}.actions .dark:hover{background:#000}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.summary-card{background:var(--bg);padding:16px;border-radius:14px;text-align:center}.summary-card p{color:var(--muted);font-size:12px;margin-bottom:6px;font-weight:500}.summary-card h4{font-size:16px;font-weight:700;color:var(--text)}@media(max-width:1024px){.summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.actions{flex-direction:column}.summary-grid{grid-template-columns:1fr}.timer{font-size:26px}}:root{--orange-primary: #f97316;--orange-dark: #ea580c;--orange-light: #fff7ed;--bg-main: #f9fafb;--card-bg: #ffffff;--text-dark: #1f2937;--text-muted: #6b7280;--border-light: #e5e7eb;--shadow-soft: 0 8px 20px rgba(0, 0, 0, .06)}.leave-balance-container{padding:28px;background:var(--bg-main);font-family:Inter,system-ui,sans-serif}.lb-header{margin-bottom:26px}.lb-header h2{font-size:24px;font-weight:700;color:var(--text-dark)}.lb-header p{margin-top:6px;font-size:14px;color:var(--text-muted)}.lb-header b{color:var(--orange-dark);font-weight:600}.lb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.leave-card{background:var(--card-bg);padding:22px;border-radius:18px;box-shadow:var(--shadow-soft);border:1px solid var(--border-light);transition:transform .2s ease,box-shadow .2s ease}.leave-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #00000014}.leave-card h4{font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:14px}.leave-values{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.leave-values span{font-size:12.5px;color:var(--text-muted)}.leave-values b{display:block;margin-top:2px;font-size:15px;font-weight:600;color:var(--text-dark)}.progress-bar{width:100%;height:9px;background:var(--orange-light);border-radius:999px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--orange-primary),var(--orange-dark));border-radius:999px;transition:width .45s ease}.leave-card small{font-size:12px;color:var(--text-muted)}.restricted-card{margin-top:26px;padding:18px 22px;border-radius:16px;background:linear-gradient(90deg,var(--orange-primary),var(--orange-dark));color:#fff;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;box-shadow:var(--shadow-soft)}.lb-loader,.lb-error{padding:40px;text-align:center;font-size:15px;color:var(--text-muted)}@media(max-width:768px){.leave-balance-container{padding:18px}.leave-values{grid-template-columns:1fr 1fr}.restricted-card{flex-direction:column;gap:6px;text-align:center}}:root{--primary: #f97316;--primary-dark: #ea580c;--bg: #f9fafb;--card-bg: #ffffff;--text-dark: #1f2937;--text-muted: #6b7280;--border: #e5e7eb;--shadow: 0 10px 30px rgba(0, 0, 0, .06)}.reports-dashboard{padding:28px;background:var(--bg);min-height:100vh;font-family:Inter,system-ui,sans-serif}.reports-title{font-size:26px;font-weight:700;color:var(--text-dark);margin-bottom:32px}.reports-dashboard section{margin-bottom:44px}.reports-dashboard section>h3{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:18px}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px}.report-card{background:var(--card-bg);border-radius:18px;padding:18px 16px 14px;box-shadow:var(--shadow);position:relative;transition:transform .2s ease,box-shadow .2s ease}.report-card:before{content:"";position:absolute;top:0;left:16px;right:16px;height:3px;border-radius:0 0 6px 6px;background:linear-gradient(to right,var(--primary),var(--primary-dark))}.report-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #00000017}.report-card h4{font-size:15px;font-weight:600;color:var(--text-dark);margin-bottom:12px;text-align:center}.recharts-responsive-container{margin:0 auto}.report-loading{padding:100px 20px;text-align:center;font-size:16px;font-weight:500;color:var(--text-muted)}.recharts-tooltip-wrapper{font-size:13px}.recharts-default-tooltip{border-radius:12px!important;border:1px solid var(--border)!important;box-shadow:var(--shadow);padding:8px 12px!important}@media(max-width:768px){.reports-dashboard{padding:18px}.reports-title{font-size:22px;margin-bottom:24px}.reports-dashboard section>h3{font-size:18px}.report-grid{gap:18px}}:root{--orange: #f97316;--orange-dark: #ea580c;--orange-light: #fff7ed;--green: #16a34a;--green-light: #dcfce7;--red: #dc2626;--red-light: #fee2e2;--bg: #f9fafb;--text-dark: #1f2937;--text-muted: #6b7280;--border: #e5e7eb}.admin-emp-container{padding:32px;background:var(--bg);min-height:100vh;font-family:Inter,system-ui,sans-serif}.page-title{font-size:28px;font-weight:700;color:var(--text-dark)}.page-subtitle{color:var(--text-muted);margin-bottom:24px}.table-wrapper{background:#fff;border-radius:14px;box-shadow:0 12px 30px #0000000f;overflow-x:auto;margin-bottom:24px}.emp-table{width:100%;border-collapse:collapse}.emp-table thead{background:var(--orange-light)}.emp-table th,.emp-table td{padding:14px 16px;font-size:14px;color:var(--text-dark);border-bottom:1px solid var(--border);white-space:nowrap}.emp-table tr:hover{background:#fffaf5}.emp-name-link{color:#0ea5e9;font-weight:600;cursor:pointer}.emp-name-link:hover{text-decoration:underline}.role-badge{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase}.role-badge.employee{background:#e0f2fe;color:#075985}.role-badge.manager{background:var(--green-light);color:var(--green)}.role-badge.admin{background:#ffedd5;color:#9a3412}.shift-btn{padding:6px 14px;border-radius:8px;border:none;background:var(--orange);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.shift-btn:hover{background:var(--orange-dark)}.loading-text,.error-text{padding:32px;font-size:16px}.error-text{color:var(--red)}.empty-text{padding:16px;color:var(--text-muted);font-style:italic}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:2000}.modal{background:#fff;padding:26px;border-radius:16px;width:400px;max-width:92vw;box-shadow:0 20px 50px #00000040}.modal h3{font-size:18px;font-weight:700;margin-bottom:10px}.emp-name{font-size:14px;color:var(--text-muted);margin-bottom:16px}.modal label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text-dark)}.modal select,.modal input[type=date]{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--border);font-size:14px;margin-bottom:16px}.modal select:focus,.modal input:focus{outline:none;border-color:var(--orange)}.msg{font-size:13px;margin-bottom:12px;color:var(--green)}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:8px 18px;border-radius:8px;border:none;font-weight:600;cursor:pointer}.modal-actions button:first-child{background:var(--orange);color:#fff}.modal-actions button:first-child:hover{background:var(--orange-dark)}.modal-actions .cancel{background:#e5e7eb}.modal-actions .cancel:hover{background:#d1d5db}.profile-modal{width:650px;max-width:95vw;background:#fff;border-radius:18px;padding:28px;box-shadow:0 30px 70px #0000004d}.profile-header{display:flex;align-items:center;gap:22px;margin-bottom:22px}.profile-img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--orange);background:var(--orange-light)}.profile-header h3{font-size:20px;font-weight:700;margin-bottom:4px}.profile-header .muted{font-size:13px;color:var(--text-muted)}.status-badge{display:inline-block;margin-top:6px;font-size:12px;font-weight:700}.status-badge.active{color:var(--green)}.status-badge.inactive{color:var(--red)}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:24px}.profile-grid label{font-size:12px;font-weight:600;color:var(--text-muted);display:block;margin-bottom:4px}.profile-grid p{font-size:14px;font-weight:500;color:var(--text-dark)}.medical-card{background:var(--orange-light);border:1px solid #fed7aa;border-radius:14px;padding:16px 18px;margin-bottom:22px}.medical-card h4{font-size:14px;font-weight:700;color:var(--orange-dark);margin-bottom:10px}.medical-card p{font-size:14px;color:var(--text-dark)}.profile-modal .modal-actions{display:flex;justify-content:flex-end;gap:12px}.emp-tabs{display:flex;gap:12px;margin-bottom:20px}.tab-btn{padding:8px 18px;border-radius:999px;border:1px solid var(--border);background:#fff;font-weight:600;cursor:pointer;color:var(--text-dark);transition:all .2s ease}.tab-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.tab-btn.inactive{background:var(--red);color:#fff;border-color:var(--red)}.tab-btn:hover{background:#f3f4f6}.action-cell{display:flex;gap:8px;flex-wrap:wrap}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:3000}.profile-modal.compact{width:580px;background:#fff;border-radius:18px;padding:20px 22px;position:relative;box-shadow:0 30px 60px #0000004d}.close-btn{position:absolute;top:14px;right:14px;border:none;background:none;font-size:18px;cursor:pointer;color:#6b7280}.close-btn:hover{color:#111827}.profile-header{display:flex;gap:16px;align-items:center;margin-bottom:14px}.profile-img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid #f97316}.profile-header h3{font-size:17px;font-weight:700}.muted{font-size:12px;color:#6b7280}.status-pill{display:inline-block;margin-top:4px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;background:#dcfce7;color:#166534}.section-title{margin:12px 0 6px;font-size:13px;font-weight:700;color:#ea580c}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 14px}.profile-grid .full{grid-column:span 2}.profile-grid label{font-size:11px;color:#6b7280;font-weight:600}.profile-grid p{font-size:13px;font-weight:500;color:#1f2937}.medical-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:12px 14px;margin-top:12px}.medical-card h4{font-size:13px;font-weight:700;color:#c2410c;margin-bottom:4px}.medical-card .yes{color:#dc2626;font-weight:700}.medical-card .no{color:#16a34a;font-weight:700}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999}.modal-box{position:relative;width:460px;max-width:92%;background:#fff;border-radius:10px;padding:25px;animation:scaleIn .25s ease;box-shadow:0 12px 30px #00000040}@keyframes scaleIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{border-bottom:2px solid #ff9800;padding-bottom:10px}.modal-header h2{color:#ff9800;margin:0}.close-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:#333;font-size:22px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000040;transition:transform .15s ease}.close-btn:hover{transform:scale(1.05)}.close-btn:active{transform:scale(.9)}.modal-form{margin-top:15px;display:flex;flex-direction:column;gap:12px}.modal-form input,.modal-form select{padding:10px;border-radius:6px;border:1px solid #ccc;width:410px}.modal-form input:focus,.modal-form select:focus{outline:none;border-color:#ff9800}.modal-form button{background:#ff9800;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer}.modal-form button:disabled{background:#f7b45a}.error-text{color:#d32f2f;font-size:13px}.success-text{color:#2e7d32;font-size:13px}.dashboard-container{display:flex;height:100vh;background:#f9fafb;overflow:hidden}.sidebar{width:240px;background:#1f2937;color:#e5e7eb;display:flex;flex-direction:column;transition:width .25s ease}.sidebar.collapsed{width:72px}.sidebar-logo{height:64px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;background:#111827;letter-spacing:1px}.sidebar-menu{flex:1;padding:8px 0}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 18px;cursor:pointer;position:relative;color:#d1d5db;transition:background .15s ease,color .15s ease}.sidebar-item:hover{background:#374151}.sidebar-item.active{background:#111827;color:#f97316}.sidebar-item.active:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#f97316}.sidebar-item .icon{font-size:18px;min-width:28px}.sidebar-item .text{white-space:nowrap}.sidebar.collapsed .text{display:none}.sidebar-footer{padding:8px 0;border-top:1px solid #374151}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.navbar{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #e5e7eb;z-index:5}.navbar-left{display:flex;align-items:center;gap:12px}.menu-icon{font-size:20px;cursor:pointer;color:#374151}.navbar-right{display:flex;align-items:center;gap:10px}.avatar-circle{width:36px;height:36px;border-radius:50%;background:#f97316;color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;font-size:14px}.user-name{font-size:14px;color:#374151}.content-area{flex:1;padding:24px;overflow-y:auto;background:#f9fafb}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.content-area h3{margin-bottom:8px;color:#111827}.content-area p{color:#6b7280}.profile-card{max-width:520px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 10px 25px #00000014}.profile-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb;font-size:14px}.profile-row:last-child{border-bottom:none}.btn-primary{background:#f97316;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:background .15s ease,box-shadow .15s ease}.btn-primary:hover{background:#ea580c;box-shadow:0 4px 10px #f9731640}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}.dept-table-wrapper{background:#fff;border-radius:14px;padding:20px}.dept-table-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.dept-table-header h3{font-size:20px;font-weight:700;color:#ea580c}.count-pill{background:#ffedd5;color:#c2410c;padding:4px 12px;border-radius:999px;font-weight:600;font-size:13px}.table-container{overflow-x:auto}.dept-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.dept-table thead th{background:#fff7ed;color:#9a3412;text-align:left;padding:14px;font-weight:600;border-bottom:1px solid #fed7aa}.dept-table tbody tr{background:#fff;transition:background .15s ease}.dept-table tbody tr:hover{background:#fff7ed}.dept-table td{padding:14px;border-bottom:1px solid #f1f5f9;color:#374151}.status-pill{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.status-pill.probation{background:#fde68a;color:#92400e}.status-pill.active{background:#dcfce7;color:#166534}.shift-time{font-size:12px;color:#6b7280;margin-top:2px}.empty-row{text-align:center;padding:24px;color:#9ca3af}.table-loader{padding:40px;text-align:center;color:#ea580c;font-weight:600}.emp-tabs{display:flex;gap:10px;margin-bottom:14px}.emp-tab{padding:6px 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:13px}.emp-tab.active{background:#f97316;color:#fff;border-color:#f97316}.confirm-btn{padding:6px 12px;border-radius:8px;background:#16a34a;color:#fff;border:none;font-size:13px;cursor:pointer}.confirm-btn:disabled{opacity:.6;cursor:not-allowed}.action-cell{display:flex;gap:8px}.delete-btn{background:#dc2626;color:#fff;border:none;padding:6px 10px;border-radius:6px;font-size:13px;cursor:pointer}.delete-btn:hover{background:#b91c1c}.delete-btn:disabled{opacity:.6;cursor:not-allowed}:root{--primary: #f97316;--primary-dark: #ea580c;--primary-light: #fff7ed;--text-dark: #111827;--text-muted: #6b7280;--border: #e5e7eb;--bg: #f9fafb}.att-container{padding:24px;background:var(--bg);min-height:100vh;font-family:Inter,system-ui,sans-serif}.att-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.att-header h2{font-size:22px;font-weight:600;color:var(--primary-dark);margin-bottom:4px}.att-header p{font-size:13px;color:var(--text-muted)}.att-count{background:var(--primary-light);color:var(--primary-dark);padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600}.att-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.att-filters select,.att-filters input[type=date],.att-filters input[type=text]{padding:8px 12px;border-radius:10px;border:1px solid var(--border);font-size:13px;background:#fff;color:var(--text-dark);outline:none;min-width:160px;transition:all .2s ease}.att-filters input[type=text]{min-width:220px}.att-filters select:hover,.att-filters input:hover{border-color:var(--primary)}.att-filters select:focus,.att-filters input:focus{border-color:var(--primary);box-shadow:0 0 0 2px #f9731626}.att-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.att-tab{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:500;color:var(--text-dark);cursor:pointer;transition:all .2s ease}.att-tab:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary-dark)}.att-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.att-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 25px #00000014;overflow-x:auto}.att-table{width:100%;border-collapse:collapse;font-size:14px;min-width:900px}.att-table th{text-align:left;padding:12px;background:var(--primary-light);color:var(--primary-dark);font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap}.att-table td{padding:12px;border-bottom:1px solid var(--border);color:var(--text-dark);vertical-align:middle}.att-table tr:hover{background:#fffaf5}.status{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;display:inline-block;white-space:nowrap}.status.in_progress{background:#e0f2fe;color:#0369a1}.status.present{background:#dcfce7;color:#166534}.status.absent{background:#fee2e2;color:#991b1b}.status.half_day{background:#fef3c7;color:#92400e}.status.permission{background:#ede9fe;color:#5b21b6}.status.work_from_home{background:#ecfeff;color:#155e75}.shift-time{font-size:12px;color:var(--text-muted)}.att-loader{padding:40px;text-align:center;color:var(--primary);font-weight:600}.att-error{padding:20px;background:#fee2e2;color:#991b1b;border-radius:12px;font-weight:500}.no-data{text-align:center;padding:24px;color:var(--text-muted);font-size:14px}@media(max-width:768px){.att-header{flex-direction:column;align-items:flex-start;gap:8px}.att-filters input[type=text]{min-width:100%}}:root{--primary: #f97316;--primary-light: #fff7ed;--text-dark: #111827;--text-muted: #6b7280;--border: #e5e7eb}.leave-container{margin-top:12px}.leave-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 25px #00000014}.leave-table{width:100%;border-collapse:collapse;font-size:14px}.leave-table th{background:var(--primary-light);color:var(--primary);text-align:left;padding:12px;border-bottom:1px solid var(--border);font-weight:600}.leave-table td{padding:12px;border-bottom:1px solid var(--border);vertical-align:middle}.leave-table tr:hover{background:#fffaf5}.status{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase}.status.pending{background:#fef3c7;color:#92400e}.status.approved{background:#dcfce7;color:#166534}.status.rejected{background:#fee2e2;color:#991b1b}.proof-btn{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;padding:0}.proof-btn:hover{text-decoration:underline}.action-buttons{display:flex;gap:8px}.approve-btn{padding:6px 14px;background:#16a34a;border:none;color:#fff;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.approve-btn:hover{background:#15803d}.reject-btn{padding:6px 14px;background:#dc2626;border:none;color:#fff;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.reject-btn:hover{background:#b91c1c}.approve-btn:disabled,.reject-btn:disabled{opacity:.6;cursor:not-allowed}.leave-loader{padding:32px;text-align:center;font-weight:600;color:var(--primary)}.leave-error{padding:16px;background:#fee2e2;color:#991b1b;border-radius:12px}.no-data{text-align:center;padding:24px;color:var(--text-muted)}.proof-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.proof-modal{background:#fff;width:90%;max-width:900px;height:85vh;border-radius:16px;padding:20px;position:relative;display:flex;flex-direction:column;box-shadow:0 25px 50px #0000004d}.proof-modal h3{color:var(--primary);margin-bottom:12px;text-align:center}.close-btn{position:absolute;top:14px;right:16px;border:none;background:none;font-size:22px;cursor:pointer;color:var(--text-muted)}.close-btn:hover{color:var(--text-dark)}.proof-content{flex:1;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px;overflow:hidden}.proof-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.proof-pdf{width:100%;height:100%;border:none}.proof-download{text-align:center}.download-btn{display:inline-block;margin-top:12px;padding:10px 18px;background:var(--primary);color:#fff;border-radius:8px;text-decoration:none;font-weight:600}.proof-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.proof-footer button{padding:8px 16px;border-radius:8px;border:1px solid var(--primary);background:var(--primary-light);color:var(--primary);font-weight:600;cursor:pointer}.proof-footer button:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.proof-modal{width:95%;height:90vh;padding:16px}.proof-footer button{padding:6px 12px}}.fp-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:var(--bg-page)}.fp-card{width:420px;background:var(--bg-card);padding:32px;border-radius:14px;box-shadow:0 8px 24px #00000014;border-top:5px solid var(--primary-orange);transition:transform .15s ease,box-shadow .15s ease}.fp-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0000001f}.fp-card h2{text-align:center;margin-bottom:6px;color:var(--text-dark);font-weight:600}.subtitle{text-align:center;font-size:14px;color:var(--text-light);margin-bottom:24px}.fp-card label{font-size:13px;color:var(--text-dark)}.fp-card input{width:100%;padding:11px 12px;margin-top:6px;margin-bottom:14px;border-radius:6px;border:1px solid var(--border-color);font-size:14px;background:#fff;color:var(--text-dark);transition:border .15s ease,box-shadow .15s ease}.fp-card input:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 2px var(--accent-orange)}.fp-card button{width:100%;padding:11px;background:var(--primary-orange);border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;margin-top:10px;transition:background .2s ease,box-shadow .15s ease}.fp-card button:hover{background:var(--primary-orange-dark);box-shadow:0 4px 10px #f9731640}.fp-card button:disabled{background:#fdba74;cursor:not-allowed}.msg{font-size:14px;margin-bottom:12px;text-align:center}@media(max-width:480px){.fp-card{width:92%;padding:24px}}.rp-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:var(--bg-page)}.rp-card{width:420px;background:var(--bg-card);padding:32px;border-radius:14px;box-shadow:0 8px 24px #00000014;border-top:5px solid var(--primary-orange);transition:transform .15s ease,box-shadow .15s ease}.rp-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0000001f}.rp-card h2{text-align:center;margin-bottom:6px;color:var(--text-dark);font-weight:600}.subtitle{text-align:center;font-size:14px;color:var(--text-light);margin-bottom:18px}.otp-timer{text-align:center;font-size:13px;font-weight:600;color:#16a34a;margin-bottom:16px}.otp-timer.danger{color:#dc2626}.rp-card input{width:100%;padding:11px 12px;margin-bottom:14px;border-radius:6px;border:1px solid var(--border-color);font-size:14px;background:#fff;color:var(--text-dark);transition:border .15s ease,box-shadow .15s ease}.rp-card input:focus{outline:none;border-color:var(--primary-orange);box-shadow:0 0 0 2px var(--accent-orange)}.rp-card button{width:100%;padding:11px;background:var(--primary-orange);border:none;border-radius:6px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;margin-top:10px;transition:background .2s ease,box-shadow .15s ease}.rp-card button:hover{background:var(--primary-orange-dark);box-shadow:0 4px 10px #f9731640}.rp-card button:disabled{background:#fdba74;cursor:not-allowed}.msg{text-align:center;font-size:14px;margin-bottom:12px}.msg.success{color:#16a34a}.msg.error{color:#dc2626}.expired{margin-top:12px;text-align:center;font-size:13px;color:#dc2626}@media(max-width:480px){.rp-card{width:92%;padding:24px}}
