:root{--red:#e3000f;--red-hover:#c0000d;--red-light:#e3000f14;--red-active:#e3000f1f;--color-bg:#f5f5f7;--color-surface:#fff;--color-surface-secondary:#f5f5f5;--color-border:#d2d2d7;--color-border-light:#e8e8ed;--color-text-primary:#1d1d1f;--color-text-secondary:#6e6e73;--color-text-tertiary:#86868b;--color-text-disabled:#aeaeb2;--color-accent:#0071e3;--color-accent-hover:#0077ed;--color-success:#34c759;--color-warning:#ff9500;--color-danger:#ff3b30;--black:#1d1d1f;--text:#1d1d1f;--text-secondary:#6e6e73;--text-tertiary:#86868b;--bg-body:#f5f5f7;--bg-card:#fff;--border:#d2d2d7;--border-strong:#1d1d1f;--green:#34c759;--green-bg:#d1fae5;--blue:#0071e3;--blue-bg:#dbeafe;--amber:#ff9500;--amber-bg:#fef3c7;--sidebar-w:200px;--font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",sans-serif;--font-mono:"SF Mono","Menlo","Monaco",monospace;--text-xs:11px;--text-sm:13px;--text-base:14px;--text-lg:16px;--text-xl:20px;--text-2xl:28px;--text-3xl:40px;--radius:16px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:980px;--shadow:0 1px 4px #0000000a;--shadow-md:0 2px 12px #0000000f;--shadow-hover:0 4px 24px #00000014}*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f7;background:var(--color-bg);color:#1d1d1f;color:var(--color-text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif;font-family:var(--font);font-size:14px;font-size:var(--text-base);line-height:1.5;margin:0;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:focus,select:focus,textarea:focus{border-color:#0071e3!important;border-color:var(--color-accent)!important;box-shadow:0 0 0 3px #0071e326;outline:none}button:focus-visible{outline:2px solid #0071e3;outline:2px solid var(--color-accent);outline-offset:2px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::selection{background:#e3000f14;background:var(--red-light)}table{border-collapse:collapse;table-layout:auto;width:100%}table td,table th{padding:10px 12px;text-align:left;vertical-align:middle;white-space:nowrap}table th{font-size:13px;font-size:var(--text-sm);font-weight:600}table td.tw,table th.tw{max-width:300px;min-width:120px;white-space:normal;word-break:break-word}table .tr{text-align:right}table .tc{text-align:center}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}table td .act-row{align-items:center;display:flex;flex-wrap:nowrap;gap:4px}table tbody tr{transition:background .1s ease}table tbody tr:hover{background:#f5f5f7!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;border-radius:6px}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-title{height:20px;margin-bottom:12px;width:60%}.skeleton-card{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;border:.5px solid #d2d2d7;border:.5px solid var(--border);border-radius:16px;border-radius:var(--radius);min-height:80px;padding:20px 22px}.skeleton-row{border-bottom:.5px solid #f0f0f0;display:flex;gap:12px;padding:12px 0}.skeleton-circle{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:800px 100%;border-radius:50%;flex-shrink:0;height:36px;width:36px}@media (max-width:768px){:root{--sidebar-w:100%;--text-2xl:22px;--text-3xl:26px}.mobile-sidebar-open{overflow:hidden}.mobile-menu-btn{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #e8e8ed;border:1px solid var(--color-border-light);border-radius:980px;border-radius:var(--radius-pill);color:#0071e3;color:var(--color-accent);cursor:pointer;display:flex!important;font-size:14px;font-weight:500;height:36px;justify-content:center;left:12px;padding:0 14px;position:fixed;top:12px;z-index:1001}.sidebar-mobile{box-shadow:4px 0 20px #0000001a;display:flex!important;flex-direction:column!important;height:100dvh!important;left:0;overflow:hidden!important;position:fixed!important;top:0;transform:translateX(-100%);transition:transform .25s ease;width:280px!important;z-index:1000}.sidebar-mobile.open{transform:translateX(0)}.sidebar-mobile nav{-webkit-overflow-scrolling:touch;flex:1 1!important;min-height:0!important;overflow-y:auto!important}.sidebar-mobile>div:last-child{background:#fff!important;background:var(--color-surface)!important;border-top:1px solid #e8e8ed!important;border-top:1px solid var(--color-border-light)!important;bottom:0!important;flex-shrink:0!important;padding-bottom:env(safe-area-inset-bottom,14px)!important;position:sticky!important}.sidebar-backdrop{background:#0000004d;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .25s;z-index:999}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.main-content-area{max-width:100%!important;padding:60px 16px 16px!important}.stat-grid{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}.two-col-grid{grid-template-columns:1fr!important}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}tbody,tfoot,thead{display:table;min-width:600px;width:100%}div[style*="1fr 1fr"],div[style*="2fr 1fr"],div[style*="repeat(2"]{grid-template-columns:1fr!important}div[style*="repeat(3"]{gap:8px!important;grid-template-columns:repeat(3,1fr)!important}div[style*="repeat(3"] div[style*="fontSize: 28"],div[style*="repeat(3"]>div[style*="fontSize: 28"]{font-size:16px!important}div[style*="repeat(3"]>div[style*=borderLeft]{padding:10px 12px!important}div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important}div[style*=auto-fill]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}.main-content-area div[style*="display: flex"][style*=gap]{flex-wrap:wrap}div[style*="position: fixed"]>div[style*=max-width],div[style*="position: fixed"]>div[style*=maxWidth]{border-radius:0!important;margin:0!important;max-height:100vh!important;max-width:100vw!important;width:100%!important}div[style*="width: 380"]{bottom:0!important;display:flex!important;flex-direction:column!important;height:100dvh!important;left:0!important;position:fixed!important;right:0!important;top:0!important;width:100vw!important;z-index:1002}div[style*="width: 380"]>div[style*="overflow: auto"]{-webkit-overflow-scrolling:touch;flex:1 1!important;min-height:0!important;overflow-y:auto!important}div[style*="width: 380"]>div[style*=borderTop]{flex-shrink:0!important;padding-bottom:env(safe-area-inset-bottom,8px)!important}.mobile-refresh-btn{display:flex!important}.main-content-area{padding-bottom:120px!important}div[style*="position: fixed"][style*="width: 400"],div[style*="position: fixed"][style*="width: 420"],div[style*="position: fixed"][style*="width: 440"],div[style*="position: fixed"][style*="width: 460"],div[style*="position: fixed"][style*="width: 480"],div[style*="position: fixed"][style*="width: 520"]{left:0!important;right:0!important;width:100vw!important}div[style*="translate(-50%"]{left:16px!important;max-width:100vw!important;padding:20px!important;right:16px!important;transform:translateY(-50%)!important;width:calc(100vw - 32px)!important}.main-content-area div[style*="justify-content: space-between"],.main-content-area div[style*="justifyContent: 'space-between'"]{flex-wrap:wrap!important;gap:8px!important}.main-content-area div[style*="display: 'flex'"][style*="gap: 8"],.main-content-area div[style*="display: flex"][style*="gap: 8"]{flex-wrap:wrap!important}body:has(div[style*="position: fixed"][style*="z-index: 1000"]) .mobile-menu-btn,body:has(div[style*="position: fixed"][style*="z-index: 999"]) .mobile-menu-btn,body:has(div[style*="position: fixed"][style*="zIndex: 1000"]) .mobile-menu-btn,body:has(div[style*="position: fixed"][style*="zIndex: 999"]) .mobile-menu-btn{display:none!important}.quote-sticky-bar{left:0!important;padding:0 12px!important}.quote-sticky-bar>div{gap:16px!important;justify-content:center!important}.quote-sticky-bar span[style*=fontSize]{font-size:13px!important}.print-root{border-radius:6px!important;padding:12px!important}.staff-layout{flex-direction:column!important}.staff-roles-panel{width:100%!important}.staff-roles-card{max-width:100%!important;padding:8px!important}.staff-roles-title{display:none!important}.staff-chips-row{-webkit-overflow-scrolling:touch;display:flex!important;gap:6px!important;overflow-x:auto!important;padding-bottom:4px}.staff-chip{border:1px solid #ddd!important;border-radius:20px!important;font-size:12px!important;margin-bottom:0!important;padding:6px 12px!important;white-space:nowrap!important;width:auto!important}.staff-chip.active{background:#111!important;border-color:#111!important;color:#fff!important}.staff-add-role-btn,.staff-add-role-form,.staff-chip-count,.staff-role-delete{display:none!important}.staff-add-member-btn{text-align:center!important;width:100%!important}.quote-toolbar{align-items:stretch!important;flex-direction:column!important}.quote-toolbar>div{justify-content:center}div[style*="borderBottom: '0.5px solid"]{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;overflow-x:auto!important}[role=button],button,select{min-height:36px}div[style*="gap: 8"][style*="flex-wrap: wrap"]>button,div[style*="gap: 8"][style*="flexWrap: 'wrap'"]>button{min-height:44px!important;padding:12px 20px!important}div[style*="repeat(4, 1fr)"][style*="gap: '16px'"], div[style*="repeat(4, 1fr)"][style*="gap: 16"]{grid-template-columns:repeat(2,1fr)!important}div[style*="repeat(3, 1fr)"][style*="gap: '8px 16px'"]{grid-template-columns:1fr!important}h1[style*="font-size: 26px"],h1[style*="fontSize: '26px'"],h1[style*="fontSize: 'var(--text-2xl)'"]{font-size:20px!important}}@media (min-width:769px){.mobile-menu-btn,.sidebar-backdrop{display:none!important}}button{border-radius:980px!important;border-radius:var(--radius-pill)!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif;font-family:var(--font)}button[style*="background: rgb(0, 0, 0)"], button[style*="background: rgb(17, 17, 17)"]{background:#1d1d1f!important;border-radius:980px!important;border-radius:var(--radius-pill)!important}button[style*="background: rgb(224, 32, 32)"], button[style*="background: rgb(227, 0, 15)"]{background:#ff3b30!important;border-radius:980px!important;border-radius:var(--radius-pill)!important}button[style*="background: rgb(0, 113, 227)"]{background:#ff3b30!important}button[style*="background: rgb(245, 245, 245)"], button[style*="background: rgb(249, 249, 249)"]{background:#fff!important;background:var(--color-surface)!important;border:1px solid #d2d2d7!important;border:1px solid var(--color-border)!important;border-radius:980px!important;border-radius:var(--radius-pill)!important;color:#1d1d1f!important;color:var(--color-text-primary)!important}.main-content-area div[style*="border: 0.5px solid"],.main-content-area div[style*="border: 1px solid rgb(0, 0, 0)"],.main-content-area div[style*="border: 1px solid rgb(221"],.main-content-area div[style*="border: 1px solid rgb(238"]{border:none!important;border-radius:16px!important;border-radius:var(--radius-lg)!important;box-shadow:0 2px 12px #0000000f;box-shadow:var(--shadow-md)}.main-content-area input,.main-content-area select,.main-content-area textarea{border-color:#d2d2d7!important;border-color:var(--color-border)!important;border-radius:8px!important;border-radius:var(--radius-sm)!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif!important;font-family:var(--font)!important}.main-content-area table thead tr[style*="background: rgb(17, 17, 17)"]{background:#1d1d1f!important;background:var(--color-text-primary)!important;border-radius:8px 8px 0 0;border-radius:var(--radius-sm) var(--radius-sm) 0 0}span[style*="border-radius: 20px"],span[style*="borderRadius: 10"],span[style*="borderRadius: 20"]{border-radius:980px!important;border-radius:var(--radius-pill)!important}div[style*="position: fixed"][style*="top: 20"][style*="right: 24"]{border-radius:12px!important;border-radius:var(--radius-md)!important;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif!important;font-family:var(--font)!important}h1[style*="font-size: 26px"],h1[style*="fontSize: 26"]{color:#1d1d1f!important;color:var(--color-text-primary)!important;font-size:40px!important;font-size:var(--text-3xl)!important;font-weight:700!important;letter-spacing:-.02em!important}div[style*="letter-spacing: 2.5px"],div[style*="letterSpacing: 2.5"]{color:#86868b!important;color:var(--color-text-tertiary)!important;font-size:12px!important;letter-spacing:.08em!important}div[style*="border-bottom: 2px solid rgb(0, 0, 0)"], div[style*="borderBottom: 2px solid rgb(0, 0, 0)"]{border-bottom-color:#d2d2d7!important;border-bottom-color:var(--color-border)!important;border-bottom-width:1px!important}div[style*="position: fixed"]>div[style*="border-radius: 12px"],div[style*="position: fixed"]>div[style*="borderRadius: 12"]{border-radius:20px!important;border-radius:var(--radius-xl)!important;box-shadow:0 8px 40px #0000001f!important}@media (max-width:768px){div[style*="position: fixed"][style*="top: 50%"][style*="left: 50%"]{border-radius:20px 20px 0 0!important;bottom:0!important;left:0!important;max-height:90vh!important;max-width:100%!important;overflow-y:auto!important;padding-bottom:calc(24px + env(safe-area-inset-bottom))!important;right:0!important;top:auto!important;transform:none!important;width:100%!important}div[style*="position: fixed"][style*="top: 50%"][style*="left: 50%"]:before{background:#d2d2d7;background:var(--color-border);border-radius:2px;content:"";display:block;height:4px;margin:0 auto 16px;width:36px}div[style*="position: fixed"] button[style*="background: rgb(17"],div[style*="position: fixed"] button[style*="background: rgb(227"],div[style*="position: fixed"] button[style*="background: rgb(255, 59"]{height:44px!important;width:100%!important}h1[style*="font-size: 26px"],h1[style*="fontSize: 'var(--text-2xl)"],h1[style*="fontSize: 26"]{font-size:28px!important}.main-content-area{padding:56px 16px 20px!important}}
/*# sourceMappingURL=main.bbc1835b.css.map*/