*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #00697d;--primary-dark: #043544;--primary-darker: #02232d;--primary-light: #e4f1f4;--accent-gold: #b98a2e;--accent-gold-dark: #8a6620;--accent-gold-light: #f6edd9;--danger: #b3261e;--danger-light: #fbeceb;--warning-light: #fdf3e1;--warning: #a15c00;--success: #1a7a42;--success-light: #e9f6ee;--text: #14232a;--text-muted: #5b6b72;--border: #e3e0d6;--bg: #f7f5f0;--card: #ffffff;--radius: 8px;--radius-sm: 6px;--shadow: 0 1px 2px rgba(20, 35, 42, .06), 0 1px 1px rgba(20, 35, 42, .04);--shadow-md: 0 8px 20px rgba(20, 35, 42, .08), 0 2px 6px rgba(20, 35, 42, .05);--sidebar-width: 248px;--sidebar-bg: #062f3b;--sidebar-bg-active: #052530;--font-display: "Fraunces", "Iowan Old Style", Georgia, serif;--font-body: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--font-body);font-size:15px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}body{min-height:100vh;background:var(--bg)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:3px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.diamond-mark{display:inline-block;width:7px;height:7px;min-width:7px;background:var(--accent-gold);transform:rotate(45deg);border-radius:1px}.tabular{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.full-page-center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.page{min-height:100vh;display:flex;flex-direction:column}.page-header{background:var(--card);border-bottom:1px solid var(--border);padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;box-shadow:var(--shadow)}.page-header-left{display:flex;align-items:center;gap:12px}.page-title{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--text)}.page-subtitle{font-size:13px;color:var(--text-muted)}.page-main{flex:1;padding:24px;max-width:860px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);min-width:0}.card-title{font-family:var(--font-display);font-size:17px;font-weight:600;margin-bottom:4px}.card-subtitle{font-size:13px;color:var(--text-muted);margin-bottom:16px}.form-card{max-width:660px}.section{display:flex;flex-direction:column;gap:12px}.section-header{display:flex;align-items:center;justify-content:space-between}.section-title{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px}.section-title:before{content:"";display:inline-block;width:7px;height:7px;background:var(--accent-gold);transform:rotate(45deg);border-radius:1px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:8px 16px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background .15s,opacity .15s,transform .1s;touch-action:manipulation;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-secondary{background:var(--primary-light);color:var(--primary-dark);border:1px solid #a9d8e6}.btn-secondary:hover:not(:disabled){background:#cfe9f1}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--bg);color:var(--text)}.btn-sm{min-height:38px;padding:6px 12px;font-size:13px}.btn-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.btn-full{width:100%}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field--checkbox{flex-direction:row;align-items:center}.form-label{font-size:13px;font-weight:500;color:#374151}.form-label-checkbox{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer}.form-required{color:var(--danger)}.form-input{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text);background:#fff;transition:border-color .15s,box-shadow .15s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #00769c24}.form-input:disabled{background:#f3f4f6;color:var(--text-muted);cursor:not-allowed}.form-textarea{resize:vertical;min-height:96px}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.form-readonly{padding:9px 12px;background:#f3f4f6;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;color:var(--text-muted);min-height:40px}.form-readonly--muted{display:flex;align-items:center;gap:8px;font-style:italic}.form-input-with-button{display:flex;gap:8px}.form-input-with-button .form-input{flex:1}.form-input-button{display:flex;align-items:center;justify-content:center;width:40px;min-height:40px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer}.form-input-button:hover{color:var(--text);background:var(--bg)}.form-helper-text{font-size:12px;color:var(--text-muted);margin-top:4px}.form-hyperlink{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--primary);text-decoration:none}.form-hyperlink:hover{text-decoration:underline}.form-headline{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--text);margin:8px 0 -4px}.form-spacer{height:12px}.form-rule{border:none;border-top:1px solid var(--border);margin:4px 0}.form-radio-group{display:flex;flex-direction:column;gap:8px}.form-radio-label{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.form-actions{display:flex;gap:10px;margin-top:24px;padding-top:16px;border-top:1px solid var(--border);flex-wrap:wrap}.dynamic-form{margin-top:16px}.dynamic-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px 20px}.dynamic-form-cell{min-width:0}.dynamic-form-cell .form-field{margin-bottom:0}.dynamic-form-cell--full{grid-column:1 / -1}.alert{padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.alert-error{background:var(--danger-light);color:#991b1b;border:1px solid #fca5a5}.alert-success{background:var(--success-light);color:#166534;border:1px solid #86efac}.alert-warning{background:var(--warning-light);color:#92400e;border:1px solid #fcd34d}.alert-dismiss{background:none;border:none;cursor:pointer;font-size:18px;line-height:1;color:inherit;opacity:.6;padding:0;flex-shrink:0}.alert-dismiss:hover{opacity:1}.task-list,.process-list{display:flex;flex-direction:column;gap:10px}.task-card,.process-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--shadow);transition:border-color .15s}.task-card:hover,.process-card:hover{border-color:#9ca3af}.task-card--mine{border-left:3px solid var(--primary)}.task-card-info,.process-card-info{flex:1;min-width:0}.task-card-name,.process-card-name{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-card-meta,.process-card-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.process-card-desc{font-size:12px;color:var(--text-muted);margin-top:4px}.badge{display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;color:#374151;border-radius:999px;font-size:12px;font-weight:600;min-width:22px;height:22px;padding:0 6px}.badge-green{background:var(--primary-light);color:var(--primary-dark)}.badge-gold{background:var(--accent-gold-light);color:var(--accent-gold-dark)}.empty-state{padding:32px;text-align:center;color:var(--text-muted);font-size:14px;background:var(--card);border:1px dashed var(--border);border-radius:var(--radius)}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.full-page-center{background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%2300697d' stroke-width='2.5' stroke-opacity='0.08'%3E%3Crect x='43' y='13' width='34' height='34' rx='3' transform='rotate(45 60 30)'/%3E%3Crect x='13' y='63' width='34' height='34' rx='3' transform='rotate(45 30 80)'/%3E%3Crect x='73' y='63' width='34' height='34' rx='3' transform='rotate(45 90 80)'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23b98a2e' stroke-width='2.5' stroke-opacity='0.10'%3E%3Crect x='43' y='13' width='34' height='34' rx='3' transform='rotate(45 60 30)'/%3E%3Crect x='13' y='63' width='34' height='34' rx='3' transform='rotate(45 30 80)'/%3E%3Crect x='73' y='63' width='34' height='34' rx='3' transform='rotate(45 90 80)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:-60px -60px,calc(100% + 60px) calc(100% + 60px);background-size:420px 420px,320px 320px}.login-card{width:100%;max-width:400px;padding:40px;box-shadow:var(--shadow-md);border-top:3px solid var(--accent-gold)}.login-header{text-align:center;margin-bottom:28px}.login-logo{display:block;height:52px;width:auto;margin:0 auto 14px}.login-title{font-family:var(--font-display);font-size:24px;font-weight:600;margin-bottom:4px}.login-subtitle{font-size:13px;color:var(--text-muted)}.login-form{display:flex;flex-direction:column;gap:4px}.login-hint{text-align:center;font-size:12px;color:var(--text-muted);margin-top:20px}.login-hint code{background:#f3f4f6;padding:1px 5px;border-radius:4px;font-family:monospace}.text-muted{color:var(--text-muted);font-size:14px}.dashboard-shell{display:flex;min-height:100vh}.dashboard-sidebar{width:var(--sidebar-width);flex-shrink:0;background:var(--sidebar-bg);color:#b9d3dc;display:flex;flex-direction:column;padding:20px 14px;gap:20px;position:sticky;top:0;height:100vh;border-right:3px solid var(--accent-gold)}.dashboard-sidebar-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:700;padding:4px 10px 16px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:4px}.dashboard-sidebar-close{display:none;align-items:center;justify-content:center;width:40px;height:40px;min-height:40px;margin-left:auto;background:transparent;border:none;color:#cbd5e1;border-radius:var(--radius-sm);cursor:pointer}.dashboard-sidebar-close:hover{background:#ffffff14;color:#fff}.dashboard-sidebar-mark{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;background:#fff;border-radius:var(--radius-sm);padding:4px}.dashboard-sidebar-logo{width:100%;height:100%;object-fit:contain}.dashboard-sidebar-brand-text{display:flex;flex-direction:column;line-height:1.25;min-width:0}.dashboard-sidebar-brand-name{font-family:var(--font-display);font-size:16px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar-brand-sub{font-size:11px;font-weight:500;color:#8fb8c6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-nav{display:flex;flex-direction:column;gap:4px;flex:1}.dashboard-nav-item{display:flex;align-items:center;gap:12px;background:transparent;border:none;color:#cbd5e1;font-size:14px;font-weight:500;min-height:44px;padding:10px 12px;border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:background .15s,color .15s}.dashboard-nav-item:hover:not(:disabled){background:#ffffff14;color:#fff}.dashboard-nav-item:disabled{opacity:.4;cursor:not-allowed}.dashboard-nav-item--active{background:var(--sidebar-bg-active);color:#fff;box-shadow:inset 3px 0 0 var(--accent-gold)}.dashboard-nav-item--logout{border-top:1px solid rgba(255,255,255,.1);margin-top:8px;padding-top:16px}.dashboard-body{flex:1;min-width:0;display:flex;flex-direction:column}.dashboard-topbar{background:var(--card);border-bottom:1px solid var(--border);border-top:3px solid var(--accent-gold);padding:0 28px;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.dashboard-topbar-left{display:flex;align-items:center;gap:4px;min-width:0}.dashboard-topbar-title{font-family:var(--font-display);font-size:20px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-menu-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;min-height:40px;flex-shrink:0;background:transparent;border:none;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;margin-right:4px}.dashboard-menu-btn:hover{background:var(--bg)}.dashboard-topbar-right{display:flex;align-items:center;gap:14px}.dashboard-topbar-date{font-size:13px;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px}.dashboard-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary-dark);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.dashboard-topbar-user{display:flex;flex-direction:column;line-height:1.2}.dashboard-topbar-username{font-size:13px;font-weight:600}.dashboard-topbar-userrole{font-size:12px;color:var(--text-muted)}.dashboard-content{flex:1;padding:28px;display:flex;flex-direction:column;gap:24px;max-width:1180px;width:100%;margin:0 auto}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow)}.stat-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.stat-card-icon{width:40px;height:40px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.stat-card-icon--blue{background:var(--primary-light);color:var(--primary)}.stat-card-icon--green{background:var(--success-light);color:var(--success)}.stat-card-icon--amber{background:var(--accent-gold-light);color:var(--accent-gold-dark)}.stat-card-icon--red{background:var(--danger-light);color:var(--danger)}.stat-card-label{font-size:13px;color:var(--text-muted);margin-bottom:4px}.stat-card-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;font-size:28px;font-weight:600}.stat-card-suffix{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-muted);margin-left:6px}.needs-backend{border:1.5px solid var(--danger)!important}.needs-backend-tag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--danger);border:1px solid var(--danger);border-radius:999px;padding:3px 9px;background:var(--danger-light);white-space:nowrap}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.profile-field{display:flex;flex-direction:column;gap:4px}.profile-field-label{font-size:12px;color:var(--text-muted)}.profile-field-value{font-size:15px;font-weight:500}.profile-field-chips{display:flex;flex-wrap:wrap;gap:6px}.profile-backend-note{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);align-items:center}.card-header-row{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:16px}.card-header-row .card-title,.card-header-row .card-subtitle{margin-bottom:0}.balance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}.balance-tile{border:1px solid var(--border);border-radius:var(--radius);padding:14px}.balance-tile-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.balance-tile-label{font-size:13px;font-weight:600}.balance-tile-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;font-size:22px;font-weight:600;margin-bottom:8px}.balance-tile-total{font-family:var(--font-mono);font-size:13px;font-weight:500;color:var(--text-muted)}.balance-tile-bar{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:6px}.balance-tile-bar-fill{height:100%;border-radius:999px}.balance-tile-days{font-size:11px;color:var(--text-muted)}.dashboard-columns{display:grid;grid-template-columns:2fr 1fr;gap:20px;align-items:start}@media (max-width: 900px){.dashboard-columns{grid-template-columns:1fr}.dashboard-sidebar{position:fixed;left:0;top:0;z-index:40;transform:translate(-100%);transition:transform .2s ease-out;box-shadow:var(--shadow-md)}.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar-close,.dashboard-menu-btn{display:flex}.dashboard-nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#02232d80;z-index:30}.dashboard-topbar{padding:0 14px}.dashboard-topbar-date,.dashboard-topbar-user{display:none}.dashboard-content{padding:16px;gap:16px}.task-card,.process-card{flex-wrap:wrap}.task-card>button,.process-card>button{width:100%}}@media (prefers-reduced-motion: reduce){.dashboard-sidebar{transition:none}}.dashboard-sidebar-column{display:flex;flex-direction:column;gap:20px}.sidebar-card-title{font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:14px}.sidebar-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px;flex-wrap:wrap}.sidebar-card-header .sidebar-card-title{margin-bottom:0}.quick-actions{display:flex;flex-direction:column;gap:10px}.quick-action-btn{justify-content:space-between}.upcoming-leave-range{font-size:14px;font-weight:600;color:var(--primary-dark);margin-bottom:4px}.upcoming-leave-type{font-size:13px;color:var(--text-muted);margin-bottom:2px}.upcoming-leave-days{font-size:13px;font-weight:600}.notification-list{display:flex;flex-direction:column;gap:12px;list-style:none}.notification-item{border-bottom:1px solid var(--border);padding-bottom:10px}.notification-item:last-child{border-bottom:none;padding-bottom:0}.notification-message{font-size:13px;margin-bottom:3px}.notification-date{font-size:11px;color:var(--text-muted)}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;color:var(--text-muted);font-weight:600;font-size:11px;letter-spacing:.04em;text-transform:uppercase;padding:10px 12px;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:12px;border-bottom:1px solid var(--border);white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:none}.data-table th.num-cell,.data-table td.num-cell{text-align:right}.data-table td.num-cell{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.status-pill{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px}.status-pill--approved{background:var(--success-light);color:var(--success)}.status-pill--pending{background:var(--warning-light);color:var(--warning)}.status-pill--rejected{background:var(--danger-light);color:var(--danger)}.data-table td .request-title{font-weight:600;color:var(--text);white-space:normal}.data-table td .request-detail{font-size:12px;color:var(--text-muted);white-space:normal;margin-top:2px}.data-table-row--clickable{cursor:pointer}.data-table-row--clickable:hover td{background:var(--bg)}.data-table-row--clickable:focus-visible td:first-child{outline:2px solid var(--primary);outline-offset:-2px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#02232d80;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal-panel{width:100%;max-width:560px;max-height:calc(100vh - 48px);overflow-y:auto}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal-title{margin-top:8px}.modal-subtitle{margin-bottom:0}.modal-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-height:40px;flex-shrink:0;background:transparent;border:none;color:var(--text-muted);border-radius:var(--radius-sm);cursor:pointer}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-body{margin-top:20px}.timeline-current-banner{background:var(--primary-light);color:var(--primary-dark);border-radius:var(--radius-sm);padding:10px 14px;font-size:13px;margin-bottom:16px}.timeline-list{list-style:none;display:flex;flex-direction:column;gap:0}.timeline-step{position:relative;display:flex;gap:14px;padding-bottom:20px;padding-left:4px}.timeline-step:before{content:"";position:absolute;left:9px;top:20px;bottom:0;width:2px;background:var(--border)}.timeline-step:last-child:before{display:none}.timeline-step-marker{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:2px solid var(--border);background:var(--card);margin-top:1px}.timeline-step--done .timeline-step-marker{background:var(--success);border-color:var(--success)}.timeline-step--current .timeline-step-marker{background:var(--accent-gold);border-color:var(--accent-gold);box-shadow:0 0 0 3px var(--accent-gold-light)}.timeline-step-body{flex:1;min-width:0}.timeline-step-name{font-size:14px;font-weight:600}.timeline-step-meta,.timeline-step-time{font-size:12px;color:var(--text-muted);margin-top:2px}@media (max-width: 480px){.login-card{padding:28px 20px}.modal-overlay{padding:0;align-items:flex-end}.modal-panel{max-width:none;max-height:92vh;border-radius:var(--radius) var(--radius) 0 0}}
