:root{--jb-black: #050505;--jb-black-soft: #111111;--jb-graphite: #1a1a1a;--jb-orange: #ff5a00;--jb-orange-hover: #e64e00;--jb-white: #ffffff;--jb-offwhite: #f5f5f2;--jb-border: #d9d9d9;--jb-text: #111111;--jb-muted: #5e5e5e;--jb-success-bg: #e8f7ee;--jb-success-text: #147a38;--jb-danger-bg: #fff3f3;--jb-danger-text: #9b1c1c}html,body{background:var(--jb-offwhite);color:var(--jb-text)}.jb-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(255,90,0,.1),transparent 360px),var(--jb-offwhite);color:var(--jb-text);padding:28px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.jb-shell{max-width:1680px;margin:0 auto}.jb-hero{background:var(--jb-black);color:var(--jb-white);border-radius:22px;padding:28px;margin-bottom:24px;box-shadow:0 18px 50px #05050529;position:relative;overflow:hidden}.jb-hero:after{content:"";position:absolute;right:-80px;top:-120px;width:320px;height:320px;background:var(--jb-orange);border-radius:999px;opacity:.22}.jb-kicker{color:var(--jb-orange);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;margin-bottom:8px}.jb-title{margin:0;font-size:clamp(30px,4vw,52px);line-height:.95;letter-spacing:-.04em;font-weight:950}.jb-subtitle{margin:14px 0 0;max-width:980px;color:#ffffffc7;font-size:16px;line-height:1.55}.jb-links{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap}.jb-link,.jb-link-secondary{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;text-decoration:none;font-weight:800;font-size:14px}.jb-link{background:var(--jb-orange);color:var(--jb-white)}.jb-link:hover{background:var(--jb-orange-hover)}.jb-link-secondary{border:1px solid rgba(255,255,255,.25);color:var(--jb-white)}.jb-card{background:var(--jb-white);border:1px solid var(--jb-border);border-radius:18px;padding:18px;box-shadow:0 12px 34px #0505050f}.jb-toolbar{display:flex;gap:12px;align-items:center;margin:24px 0;flex-wrap:wrap}.jb-input,.jb-select,.jb-textarea{padding:10px 12px;border:1px solid var(--jb-border);border-radius:12px;font:inherit;background:var(--jb-white);color:var(--jb-text);outline:none}.jb-input:focus,.jb-select:focus,.jb-textarea:focus{border-color:var(--jb-orange);box-shadow:0 0 0 3px #ff5a001f}.jb-button{padding:10px 13px;border:1px solid var(--jb-orange);border-radius:12px;background:var(--jb-orange);color:var(--jb-white);font-weight:900;cursor:pointer}.jb-button:hover{background:var(--jb-orange-hover);border-color:var(--jb-orange-hover)}.jb-button:disabled{opacity:.55;cursor:not-allowed}.jb-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-bottom:26px}.jb-stat-card{background:var(--jb-white);border:1px solid var(--jb-border);border-radius:18px;padding:16px;box-shadow:0 10px 26px #0505050d}.jb-stat-label{color:var(--jb-muted);font-size:13px;font-weight:700}.jb-stat-value{font-size:30px;font-weight:950;letter-spacing:-.04em;margin-top:4px}.jb-table-wrap{overflow-x:auto;border:1px solid var(--jb-border);border-radius:18px;background:var(--jb-white);box-shadow:0 12px 34px #0505050f}.jb-table{width:100%;border-collapse:collapse}.jb-table th{text-align:left;border-bottom:1px solid var(--jb-border);padding:12px;font-size:12px;white-space:nowrap;background:var(--jb-black);color:var(--jb-white);text-transform:uppercase;letter-spacing:.05em}.jb-table td{border-bottom:1px solid #eeeeee;padding:12px;vertical-align:top}.jb-table tr:hover td{background:#fff8f3}.jb-muted{color:var(--jb-muted);font-size:13px}.jb-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:900}.jb-badge-active{background:var(--jb-success-bg);color:var(--jb-success-text)}.jb-badge-neutral{background:#f2f2f2;color:var(--jb-muted)}.jb-alert{margin:16px 0;padding:12px 14px;border-radius:14px;font-weight:800}.jb-alert-success{background:var(--jb-success-bg);color:var(--jb-success-text);border:1px solid #bfe8cc}.jb-alert-danger{background:var(--jb-danger-bg);color:var(--jb-danger-text);border:1px solid #f2b8b8}body{margin:0}.jb-topbar{position:sticky;top:0;z-index:9999;background:var(--jb-black);border-bottom:3px solid var(--jb-orange);box-shadow:0 10px 30px #0505052e}.jb-topbar-inner{max-width:1680px;margin:0 auto;padding:12px 28px;display:flex;align-items:center;gap:22px}.jb-topbar-brand{color:var(--jb-white);text-decoration:none;font-weight:950;letter-spacing:-.04em;font-size:20px;white-space:nowrap}.jb-topbar-brand span{color:var(--jb-orange)}.jb-topbar-nav{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:thin}.jb-topbar-link{color:#ffffffb8;text-decoration:none;font-weight:800;font-size:13px;padding:8px 11px;border-radius:999px;white-space:nowrap}.jb-topbar-link:hover{color:var(--jb-white);background:#ffffff1a}.jb-topbar-link-active{color:var(--jb-white);background:var(--jb-orange)}.jb-app-content{min-height:calc(100vh - 58px)}@media(max-width:800px){.jb-topbar-inner{padding:10px 16px;flex-direction:column;align-items:flex-start;gap:10px}.jb-topbar-nav{width:100%}}.jb-matrix-table{min-width:3600px;table-layout:fixed}.jb-matrix-table th,.jb-matrix-table td{min-width:130px}.jb-matrix-table th:nth-child(1),.jb-matrix-table td:nth-child(1){min-width:120px}.jb-matrix-table th:nth-child(2),.jb-matrix-table td:nth-child(2),.jb-matrix-table th:nth-child(9),.jb-matrix-table td:nth-child(9){min-width:180px}.jb-matrix-table th:nth-child(3),.jb-matrix-table td:nth-child(3),.jb-matrix-table th:nth-child(10),.jb-matrix-table td:nth-child(10){min-width:260px}.jb-sticky-col{position:sticky;left:0;z-index:3;background:var(--jb-white);box-shadow:8px 0 18px #05050514}.jb-table th.jb-sticky-col{background:var(--jb-black);z-index:4}.jb-hidden-inputs{display:none}.jb-matrix-form{margin:0}.jb-save-button{width:100%;white-space:nowrap}.jb-cell-input{width:100%;min-width:110px;box-sizing:border-box;padding:8px 9px;border-radius:9px}.jb-money-input{text-align:right}.jb-checkbox-cell{display:flex;align-items:center;gap:8px;font-weight:800}.jb-matrix-table td{background:var(--jb-white)}.jb-matrix-table tr:hover td,.jb-matrix-table tr:hover .jb-sticky-col{background:#fff8f3}.jb-page{padding-left:24px;padding-right:24px}.jb-shell{width:100%;max-width:none}.jb-hero{max-width:none}.jb-table-wrap{width:100%;max-width:calc(100vw - 48px);overflow-x:auto}.jb-matrix-table{table-layout:auto!important;width:max-content;min-width:100%}.jb-matrix-table th,.jb-matrix-table td{min-width:160px;max-width:none;white-space:nowrap}.jb-matrix-table th{line-height:1.2}.jb-matrix-table td{height:74px}.jb-matrix-table th:nth-child(1),.jb-matrix-table td:nth-child(1){min-width:130px}.jb-matrix-table th:nth-child(2),.jb-matrix-table td:nth-child(2){min-width:150px}.jb-matrix-table th:nth-child(3),.jb-matrix-table td:nth-child(3),.jb-matrix-table th:nth-child(10),.jb-matrix-table td:nth-child(10){min-width:320px}.jb-matrix-table th:nth-child(7),.jb-matrix-table td:nth-child(7),.jb-matrix-table th:nth-child(8),.jb-matrix-table td:nth-child(8),.jb-matrix-table th:nth-child(36),.jb-matrix-table td:nth-child(36),.jb-matrix-table th:nth-child(37),.jb-matrix-table td:nth-child(37){min-width:300px}.jb-cell-input{width:100%;min-width:140px}.jb-matrix-table textarea.jb-cell-input{min-width:280px;white-space:normal}.jb-topbar-inner{width:100%;max-width:none}.jb-table-wrap{display:block;width:100%;max-width:calc(100vw - 48px);overflow-x:scroll!important;overflow-y:visible;-webkit-overflow-scrolling:touch}.jb-matrix-table{width:auto!important;min-width:5200px!important;table-layout:auto!important;border-collapse:collapse}.jb-matrix-table th,.jb-matrix-table td{min-width:180px!important;width:auto!important;white-space:nowrap!important}.jb-matrix-table th:nth-child(1),.jb-matrix-table td:nth-child(1){min-width:130px!important}.jb-matrix-table th:nth-child(2),.jb-matrix-table td:nth-child(2){min-width:160px!important}.jb-matrix-table th:nth-child(3),.jb-matrix-table td:nth-child(3),.jb-matrix-table th:nth-child(10),.jb-matrix-table td:nth-child(10){min-width:360px!important}.jb-matrix-table th:nth-child(6),.jb-matrix-table td:nth-child(6){min-width:110px!important}.jb-matrix-table th:nth-child(7),.jb-matrix-table td:nth-child(7),.jb-matrix-table th:nth-child(8),.jb-matrix-table td:nth-child(8),.jb-matrix-table th:nth-child(36),.jb-matrix-table td:nth-child(36),.jb-matrix-table th:nth-child(37),.jb-matrix-table td:nth-child(37){min-width:320px!important}.jb-cell-input{min-width:100%!important;width:100%!important;box-sizing:border-box}.jb-save-button{min-width:110px}.jb-sticky-col{left:0}.jb-column-settings{margin-bottom:22px}.jb-column-settings-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.jb-column-presets{display:flex;gap:8px;flex-wrap:wrap}.jb-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.jb-column-item{border:1px solid var(--jb-border);border-radius:12px;padding:10px;background:var(--jb-white);display:flex;align-items:center;justify-content:space-between;gap:8px}.jb-column-item label{display:flex;align-items:center;gap:8px;font-weight:800;font-size:13px}.jb-column-actions{display:flex;gap:4px}.jb-column-actions button{border:1px solid var(--jb-border);background:#fff;border-radius:8px;padding:5px 8px;cursor:pointer;font-weight:900}.jb-column-actions button:hover{border-color:var(--jb-orange);color:var(--jb-orange)}.jb-wide-input{min-width:300px!important}.jb-column-item{cursor:grab}.jb-column-item:active{cursor:grabbing}.jb-column-item-dragging{opacity:.45;border-color:var(--jb-orange);background:#fff8f3}.jb-column-item:hover{border-color:var(--jb-orange);box-shadow:0 8px 18px #ff5a001f}.jb-column-help{margin-bottom:22px}.jb-help-table-wrap{overflow-x:auto;border:1px solid var(--jb-border);border-radius:14px;margin-top:14px}.jb-help-table{width:100%;border-collapse:collapse;background:var(--jb-white)}.jb-help-table th{background:var(--jb-black);color:var(--jb-white);text-align:left;padding:12px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.jb-help-table td{border-bottom:1px solid #eee;padding:12px;vertical-align:top;line-height:1.45}.jb-help-table td:first-child{font-weight:900;color:var(--jb-orange);white-space:nowrap}.jb-autosave-status{margin-top:7px;font-size:11px;font-weight:900;color:var(--jb-muted);white-space:nowrap}.jb-save-button{margin-bottom:0}.jb-view-save-status{font-size:12px;font-weight:900;color:var(--jb-muted);background:var(--jb-white);border:1px solid var(--jb-border);border-radius:999px;padding:9px 12px;white-space:nowrap}.jb-autosave-status{display:inline-flex;align-items:center;justify-content:center;min-width:110px;padding:7px 10px;border-radius:999px;background:#f2f2f2;color:var(--jb-muted);font-size:12px;font-weight:900;white-space:nowrap}.jb-matrix-form{display:none}.jb-resizable-th{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:100%}.jb-column-resizer{position:absolute;top:-12px;right:-8px;width:14px;height:calc(100% + 24px);cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none}.jb-column-resizer:after{content:"";position:absolute;top:10px;right:6px;width:2px;height:calc(100% - 20px);background:#ffffff59}.jb-column-resizer:hover:after{background:var(--jb-orange)}.jb-matrix-table th,.jb-matrix-table td{overflow:hidden}.jb-matrix-table td input,.jb-matrix-table td select,.jb-matrix-table td textarea{max-width:100%}.jb-matrix-table th,.jb-matrix-table td{width:var(--column-width, auto)!important;min-width:var(--column-width, 140px)!important;max-width:var(--column-width, none)!important}.jb-resizable-th{position:relative;min-height:22px;padding-right:12px}.jb-column-resizer{position:absolute;top:-14px;right:-10px;width:20px;height:calc(100% + 28px);cursor:col-resize!important;z-index:20;-webkit-user-select:none;user-select:none}.jb-column-resizer:after{content:"";position:absolute;top:10px;right:9px;width:3px;height:calc(100% - 20px);background:#ff5a00a6;border-radius:99px}.jb-matrix-table{table-layout:fixed!important;width:max-content!important}.jb-matrix-table col{min-width:70px}.jb-matrix-table th,.jb-matrix-table td{min-width:0!important;max-width:none!important;width:auto!important;position:relative}.jb-resizable-th{position:relative;width:100%;min-height:22px;padding-right:16px;overflow:visible}.jb-column-resizer{position:absolute;top:-14px;right:-9px;width:18px;height:calc(100% + 28px);cursor:col-resize!important;z-index:999;-webkit-user-select:none;user-select:none;background:transparent}.jb-column-resizer:after{content:"";position:absolute;top:10px;right:8px;width:3px;height:calc(100% - 20px);background:var(--jb-orange);border-radius:999px;opacity:.75}.jb-column-resizer:hover:after{opacity:1}.jb-is-resizing-column,.jb-is-resizing-column *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.jb-matrix-table td input,.jb-matrix-table td select,.jb-matrix-table td textarea{width:100%!important;min-width:0!important}.jb-table-wrap .jb-matrix-table th{position:relative!important;overflow:visible!important}.jb-table-wrap .jb-matrix-table th:not(:last-child):after{content:"";position:absolute;top:0;right:-1px;width:2px;height:100%;background:#ff5a008c;z-index:30;pointer-events:none}.jb-table-wrap .jb-matrix-table th:hover:after{width:3px;background:var(--jb-orange)}.jb-column-resizer{right:-10px!important;width:20px!important;z-index:60!important}.jb-column-resizer:after{content:"";position:absolute;top:0!important;right:9px!important;width:3px!important;height:100%!important;background:var(--jb-orange)!important;border-radius:999px;opacity:1!important;box-shadow:0 0 0 2px #ff5a002e}.jb-matrix-table{table-layout:fixed!important;width:max-content!important;border-collapse:separate!important;border-spacing:0!important}.jb-matrix-table col{width:180px}.jb-matrix-table th[data-column-key],.jb-matrix-table td[data-column-key]{box-sizing:border-box}.jb-matrix-table th,.jb-resizable-th{overflow:visible!important}.jb-column-resizer{pointer-events:auto!important}.jb-column-drag-label{display:inline-flex;align-items:center;gap:6px;min-width:0;cursor:grab}.jb-column-drag-label:active{cursor:grabbing}.jb-column-drag-grip{color:var(--jb-orange);font-size:13px;line-height:1;opacity:.85}.jb-matrix-column-dragging{outline:2px solid var(--jb-orange);outline-offset:-2px;background:#ff5a001f!important}.jb-table-wrap .jb-matrix-table{table-layout:fixed!important}.jb-table-wrap .jb-matrix-table th,.jb-table-wrap .jb-matrix-table td{min-width:0!important;width:auto!important;max-width:none!important}.jb-table-wrap .jb-matrix-table col{min-width:0!important}.jb-table-wrap .jb-matrix-table td input,.jb-table-wrap .jb-matrix-table td select,.jb-table-wrap .jb-matrix-table td textarea{min-width:0!important;width:100%!important;max-width:100%!important}.jb-table-wrap .jb-matrix-table .jb-cell-input,.jb-table-wrap .jb-matrix-table .jb-wide-input{min-width:0!important}.jb-table-wrap .jb-matrix-table th,.jb-table-wrap .jb-matrix-table td{white-space:nowrap!important}.jb-table-wrap .jb-matrix-table{table-layout:fixed!important;width:max-content!important;min-width:100%!important;border-collapse:separate!important;border-spacing:0!important}.jb-table-wrap .jb-matrix-table col[data-column-key]{width:var(--column-width, 170px)!important;min-width:var(--column-min-width, 140px)!important}.jb-table-wrap .jb-matrix-table th[data-column-key],.jb-table-wrap .jb-matrix-table td[data-column-key]{box-sizing:border-box!important;width:var(--column-width, 170px)!important;min-width:var(--column-min-width, 140px)!important;max-width:var(--column-width, 170px)!important;overflow:hidden!important;white-space:nowrap!important}.jb-table-wrap .jb-matrix-table th[data-column-key]{cursor:default!important;overflow:visible!important;position:relative!important}.jb-table-wrap .jb-matrix-table .jb-resizable-th{align-items:center;cursor:default;display:flex;gap:8px;height:100%;justify-content:space-between;min-height:24px;overflow:visible!important;padding-right:16px;position:relative;-webkit-user-select:none;user-select:none;width:100%}.jb-column-header-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jb-table-wrap .jb-matrix-table .jb-column-resizer{background:transparent;cursor:col-resize!important;height:calc(100% + 24px)!important;pointer-events:auto!important;position:absolute;right:-10px!important;top:-12px!important;touch-action:none;-webkit-user-select:none;user-select:none;width:20px!important;z-index:80!important}.jb-table-wrap .jb-matrix-table .jb-column-resizer:after{background:#ff5a00b8!important;border-radius:999px;box-shadow:none;content:"";height:calc(100% - 18px)!important;opacity:.8!important;position:absolute;right:9px!important;top:9px!important;width:2px!important}.jb-table-wrap .jb-matrix-table .jb-column-resizer:hover:after{background:var(--jb-orange)!important;opacity:1!important;width:3px!important}.jb-table-wrap .jb-matrix-table td input,.jb-table-wrap .jb-matrix-table td select,.jb-table-wrap .jb-matrix-table td textarea,.jb-table-wrap .jb-matrix-table .jb-cell-input,.jb-table-wrap .jb-matrix-table .jb-wide-input{box-sizing:border-box;max-width:100%!important;min-width:0!important;width:100%!important}
