:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c2430;background:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(120deg,#0e545ce0,#202a3dc7),url(https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=80) center/cover}.auth-panel{width:min(100%,460px);background:#fff;border:1px solid #dce3ea;border-radius:8px;padding:32px;box-shadow:0 24px 70px #0f172a3d}.eyebrow{margin:0 0 8px;color:#0b6771;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:10px;font-size:clamp(2rem,4vw,3.4rem);line-height:1}h2{font-size:1.05rem}.intro{color:#5c6675;line-height:1.5}.stack{display:grid;gap:16px}.mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;background:#edf2f6;border-radius:8px}.mode-switch button{border:0;border-radius:6px;background:transparent;color:#344052;padding:10px 14px}.mode-switch button.active{background:#fff;box-shadow:0 1px 4px #0f172a1f}.mode-switch.compact{width:190px}.mode-switch.compact button{padding:8px 10px}label{display:grid;gap:5px;color:#344052;font-size:.78rem;font-weight:700}.check-row{display:flex;align-items:center;gap:10px}.check-row input{width:auto;min-height:auto}.table-check{width:16px;min-height:16px}input,select,textarea{width:100%;min-height:36px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#172033;padding:7px 10px}textarea{resize:vertical}.primary{border:0;border-radius:6px;background:#0b6771;color:#fff;min-height:38px;padding:9px 13px;font-weight:800}.primary:disabled{cursor:not-allowed;opacity:.65}.notice{margin:16px 0 0;color:#0b6771;font-weight:700}.app-shell{min-height:100vh;padding:18px 22px}.topbar,.summary-grid,.workspace,.finance-panel,.users-panel,.page-nav,.page-notice{width:min(1180px,100%);margin-inline:auto}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.topbar h1{margin:0;font-size:1.65rem;line-height:1.1}.profile-menu{position:relative}.profile-trigger{display:inline-flex;align-items:center;gap:9px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#172033;padding:5px 10px 5px 5px;font-size:.82rem;font-weight:800;box-shadow:0 1px 2px #0f172a14}.profile-avatar{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#0b6771;color:#fff;font-size:.76rem;font-weight:900}.profile-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-caret{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.profile-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:25;display:grid;gap:4px;width:220px;border:1px solid #dce3ea;border-radius:8px;background:#fff;padding:8px;box-shadow:0 16px 36px #0f172a29}.profile-dropdown p{margin:0 0 4px;padding:6px 8px;color:#697386;font-size:.76rem;border-bottom:1px solid #e6ebf1}.profile-dropdown button{border:0;border-radius:6px;background:transparent;color:#344052;padding:8px;text-align:left;font-weight:800}.profile-dropdown button:hover{background:#f1f5f8;color:#0b6771}.page-nav{display:flex;gap:4px;margin-bottom:12px;overflow-x:auto}.top-tabs{align-items:center;border-bottom:1px solid #dce3ea;margin-bottom:0}.sub-tabs{align-items:center;gap:6px;min-height:44px;border-bottom:1px solid #e6ebf1;background:#fff;padding:8px 10px;margin-bottom:14px;border-radius:0 0 8px 8px}.page-nav button,.secondary,.row-actions button{border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344052;padding:7px 11px;font-size:.82rem;font-weight:800;white-space:nowrap}.top-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#5f6b7a;padding:11px 14px 10px}.top-tabs button:hover{color:#172033;background:#eef4f7}.top-tabs button.active{border-color:#0b6771;background:transparent;color:#0b6771}.sub-tabs button{border-color:transparent;background:transparent;color:#5f6b7a;padding:6px 11px}.sub-tabs button:hover{background:#f1f5f8;color:#172033}.page-nav button.active{border-color:#0b6771;background:#e8f6f3;color:#09605c}.page-nav .create-tab{margin-left:auto;border-color:#0b6771;background:#0b6771;color:#fff;box-shadow:0 1px 2px #0f172a1f}.page-nav .create-tab:hover,.page-nav .create-tab.active{background:#07545c;color:#fff}.page-notice{margin-bottom:18px}.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.metric{border:1px solid #dce3ea;border-radius:8px;background:#fff;padding:12px 14px}.metric span{display:block;color:#697386;font-size:.68rem;font-weight:800;text-transform:uppercase}.metric strong{display:block;margin-top:4px;font-size:1.2rem}.workspace{display:grid;grid-template-columns:minmax(320px,420px) 1fr;align-items:start;gap:12px}.submissions-panel{width:min(1180px,100%);margin-inline:auto}.expense-form,.expense-list,.finance-panel{border:1px solid #dce3ea;border-radius:8px;background:#fff;padding:14px}.users-panel{background:#fff;border-radius:8px;padding:14px}.expense-form{display:grid;gap:16px}.expense-page-form{display:grid;gap:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-actions{display:flex;justify-content:flex-end}.table-wrap{overflow-x:auto}.section-head,.group-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-head{margin-bottom:10px}.section-title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.section-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.section-head h2,.group-header h3,.group-header p{margin:0}.section-head>button{border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344052;padding:7px 10px;font-size:.82rem;font-weight:800}.section-actions button{border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344052;padding:7px 10px;font-size:.82rem;font-weight:800}.group-stack{display:grid;gap:10px}.expense-group{border:1px solid #e1e7ef;border-radius:8px;overflow:hidden;background:#fbfcfe}.group-header{padding:10px 12px;border-bottom:1px solid #e6ebf1}.group-header h3{font-size:.9rem}.group-header p{margin-top:3px;color:#697386;font-size:.78rem}.group-total{display:grid;justify-items:end;gap:5px;min-width:140px}.group-total strong{font-size:.95rem}.finance-panel{margin-top:12px}.small{min-height:32px;padding:6px 10px}.secondary{min-height:36px}.count-pill{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;background:#edf2f6;color:#344052;padding:3px 10px;font-size:.74rem;font-weight:800}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.row-actions button{padding:5px 8px}.row-actions .icon-button,.icon-button{display:inline-grid;place-items:center;width:30px;height:30px;min-height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344052;padding:0}.icon-button:hover{border-color:#0b6771;background:#e8f6f3;color:#09605c}.icon-button:disabled{cursor:not-allowed;opacity:.55}.icon-button svg{display:block;width:16px;height:16px}.reimbursement-layout{display:grid;grid-template-columns:240px 1fr;gap:12px;align-items:start}.employee-list{display:grid;gap:6px}.employee-list button{display:grid;gap:5px;width:100%;border:1px solid #dce3ea;border-radius:8px;background:#fff;color:#172033;padding:9px 10px;text-align:left}.employee-list button.active{border-color:#0b6771;background:#e8f6f3}.employee-list span{font-size:.84rem;font-weight:800}.employee-list small,.muted{color:#697386;font-size:.76rem}.reimbursement-detail{min-width:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:20px;background:#0f172a7a}.modal-panel{width:min(100%,520px);max-height:calc(100vh - 40px);overflow:auto;border-radius:8px;border:1px solid #dce3ea;background:#fff;box-shadow:0 24px 70px #0f172a47}.modal-panel.wide{width:min(100%,760px)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e6ebf1}.modal-head h2{margin:0}.modal-head button{width:30px;height:30px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344052;font-size:1.3rem;line-height:1}.modal-form{display:grid;gap:12px;padding:16px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.date-filter{position:relative}.date-filter-trigger{min-width:210px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344052;padding:7px 11px;text-align:left;font-size:.82rem;font-weight:800}.date-filter-trigger:after{content:"";float:right;width:7px;height:7px;margin-top:5px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.date-filter-popover{position:absolute;right:0;top:calc(100% + 6px);z-index:20;display:grid;gap:10px;width:260px;border:1px solid #dce3ea;border-radius:8px;background:#fff;padding:12px;box-shadow:0 16px 36px #0f172a29}.date-filter-actions{display:flex;justify-content:flex-end;gap:8px}table{width:100%;min-width:820px;border-collapse:collapse;font-size:.82rem}th,td{border-bottom:1px solid #e6ebf1;padding:7px 8px;text-align:left;vertical-align:middle}th{color:#697386;background:#f8fafc;font-size:.66rem;font-weight:800;letter-spacing:0;text-transform:uppercase}tbody tr:hover{background:#f8fbfc}td a,.receipt-link{display:block;border:0;background:transparent;color:#0b6771;padding:0;font-size:.78rem;font-weight:700;text-align:left;text-decoration:underline}.status{display:inline-flex;border-radius:999px;background:#e8f6f3;color:#09605c;padding:2px 8px;font-size:.7rem;font-weight:800;text-transform:capitalize}.empty{color:#697386}.receipt-panel{width:min(100%,860px)}.receipt-preview{display:grid;gap:12px;padding:16px}.receipt-preview img,.receipt-preview iframe{width:100%;height:min(70vh,680px);border:1px solid #dce3ea;border-radius:8px;background:#f8fafc;object-fit:contain}.receipt-preview a{color:#0b6771;font-weight:800}@media(max-width:860px){.app-shell{padding:18px}.topbar,.workspace,.reimbursement-layout{grid-template-columns:1fr}.topbar,.section-head,.group-header{align-items:flex-start;flex-direction:column}.mode-switch.compact{width:100%}.group-total{justify-items:start}.summary-grid,.form-grid{grid-template-columns:1fr}}
