*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#f4f6f4}.app-layout{min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px 0 0;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:20}.app-header__brand{display:flex;align-items:center;gap:12px;height:100%}.app-header__logo{height:34px;width:auto;display:block}.app-header__right{display:flex;align-items:center;gap:12px}.app-header__user{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .15s}.app-header__user:hover{background:#f2f4f2}.app-header__user-name{line-height:1.2;display:flex;flex-direction:column}.app-header__user-role{font-size:11px;color:#6b7280}.app-sider__brand{height:60px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.08)}.ant-layout-sider-trigger{background:#182e12!important}.ant-layout-sider-trigger:hover{background:#2c5222!important}.app-content{padding:20px 24px 32px;min-width:0}@media(max-width:768px){.app-content{padding:14px}}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.page-header__title{margin:0;font-size:22px;font-weight:600;line-height:1.3}.page-header__subtitle{margin:2px 0 0;color:#6b7280;font-size:13px}.page-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(1100px 520px at 12% -10%,#dff0d4 0%,transparent 60%),radial-gradient(900px 480px at 100% 110%,#fdf0cf 0%,transparent 55%),#f4f6f4}.login-card{width:100%;max-width:400px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 12px 32px #1f293314;padding:32px 28px 26px}.login-card__logo{display:block;height:56px;margin:0 auto 6px}.login-card__title{text-align:center;margin:0 0 2px;font-size:18px;font-weight:600}.login-card__subtitle{text-align:center;margin:0 0 22px;color:#6b7280;font-size:13px}.signature-pad{border:1px dashed #c9d2c4;border-radius:8px;background:#fcfdfc;touch-action:none;display:block;width:100%;cursor:crosshair}.signature-preview{height:34px;width:auto;max-width:140px;object-fit:contain;background:#fff;border:1px solid #e5e7eb;border-radius:4px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.stat-card .ant-card-body{padding:16px 18px}.stat-card__label{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.stat-card__value{font-size:28px;font-weight:600;line-height:1.2;margin-top:2px}.import-row--skipped>td{background:#fafafa;color:#8c9196}.attachment-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.attachment-item+.attachment-item{margin-top:8px}.attachment-item__meta{flex:1;min-width:0}.attachment-item__name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-item__sub{font-size:12px;color:#6b7280}.ant-table-wrapper{min-width:0}
