html{font-size:18px}:root{--bg-color: #0f172a;--text-main: #f8fafc;--text-secondary: #94a3b8;--primary-color: #818cf8;--primary-hover: #a5b4fc;--accent-production: #34d399;--accent-sales: #60a5fa;--card-bg: #1e293b;--header-bg-blur: rgba(15, 23, 42, .8);--border-color: #334155;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .2);--font-sans: "Noto Sans JP", sans-serif}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--font-sans);margin:0;padding:0;background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:18px}.app-container{width:100%}header.page-header{background:var(--header-bg-blur);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.25rem 2rem;border-radius:1rem;box-shadow:var(--shadow-sm);margin-bottom:2rem;border:1px solid var(--border-color);display:flex!important;justify-content:space-between;align-items:center}h1{font-size:1.875rem;font-weight:800;margin:0;background:linear-gradient(135deg,#f8fafc,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.025em}button{background-color:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem;box-shadow:var(--shadow-sm)}button:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}select,input,textarea{padding:.5rem 1rem;border-radius:.5rem;border:1px solid var(--border-color);background-color:#1e293b;font-size:1rem;color:var(--text-main);outline:none;transition:border-color .2s,box-shadow .2s;cursor:pointer;width:100%}input[type=month]{padding-right:2rem}select:focus,input[type=month]:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f133}.control-panel{display:flex;gap:1.5rem;align-items:center;background:#1e293b;padding:.75rem 1.25rem;border-radius:.75rem;border:1px solid var(--border-color)}.summary-section,.project-list-section{background:var(--card-bg);border-radius:1rem;box-shadow:var(--shadow-lg);padding:1.5rem;margin-bottom:2rem;border:1px solid var(--border-color);overflow:hidden;max-width:100%}h3{font-size:1.5rem;font-weight:700;margin:0 0 25px;padding-left:.75rem;border-left:4px solid var(--primary-color);color:var(--text-main)}label{font-size:1.25rem;color:var(--text-secondary)}table{width:100%;max-width:100%;border-collapse:separate;border-spacing:0;font-size:.85rem;table-layout:fixed}th,td{padding:.75rem 1rem;border-bottom:1px solid var(--border-color);text-align:right;color:var(--text-main)}th{padding-left:4px;padding-right:4px;background-color:#0f172a;color:var(--text-secondary);font-weight:600;text-align:center;position:sticky;top:0;z-index:10;text-transform:uppercase;font-size:.7rem;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}th,td{overflow:hidden;text-overflow:ellipsis}tbody tr:hover{background-color:#ffffff08;transition:background-color .15s}td:not(:first-child){font-weight:500}tr.total-row{font-weight:700;background-color:#6366f11a}.loading-container{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.5rem;color:var(--text-secondary);font-weight:600;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.summary-table-header th{text-align:center}.app-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:var(--card-bg);border-right:1px solid var(--border-color);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:1000}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid var(--border-color);text-align:center;margin-bottom:8px}.sidebar-header h1{font-family:Zen Kaku Gothic New,sans-serif;font-size:22.4px;font-weight:900;margin:0;letter-spacing:.08em}.sidebar-title-short{display:none}.sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto}.sidebar-nav ul{list-style:none;padding:0;margin:0}.sidebar-nav li{margin-bottom:.5rem}.sidebar-nav a{display:flex;align-items:center;padding:.75rem 1.5rem;font-size:16px;color:var(--text-secondary);text-decoration:none;transition:all .2s;gap:12px}.sidebar-nav a:hover{background:#ffffff0d;color:var(--text-main)}.sidebar-nav a.active{background:#6366f11a;color:var(--primary-color);border-right:3px solid var(--primary-color)}.sidebar-nav .icon{font-size:20px}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.sidebar-footer .user-name{font-weight:700;font-size:14.4px}.sidebar-footer .user-role{font-size:12px;color:var(--text-secondary)}.sidebar-footer .logout-icon-button{background:transparent;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border-radius:8px;transition:all .2s;box-shadow:none}.sidebar-footer .logout-icon-button:hover{background:#ef44441a;transform:scale(1.1)}.main-content{flex:1;margin-left:260px;padding:2rem;overflow-x:hidden;max-width:calc(100vw - 260px);box-sizing:border-box}.estimate-header-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.estimate-source-chip,.estimate-number-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid var(--border-color);background:#ffffff0a;color:var(--text-secondary);font-size:.85rem;font-weight:700}.estimate-status-banner{margin-bottom:20px;padding:14px 18px;border-radius:12px;font-weight:700;border:1px solid transparent}.estimate-status-banner.is-success{background:#10b98126;color:#a7f3d0;border-color:#10b98159}.estimate-status-banner.is-error{background:#ef444426;color:#fecaca;border-color:#ef444459}.estimate-form-grid,.estimate-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.estimate-item-grid{grid-template-columns:minmax(220px,2fr) 86px 86px 130px;gap:10px 12px;align-items:end}.estimate-field{display:flex;flex-direction:column;gap:8px}.estimate-item-grid .estimate-field{gap:5px}.estimate-client-field{position:relative;grid-column:span 2}.estimate-client-picker{display:flex;align-items:center;gap:8px}.estimate-client-picker input{flex:1;margin:0}.estimate-client-create-button{height:38px;padding:0 20px;border-radius:6px;background:#10b981;color:#fff;font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;box-shadow:none}.estimate-client-create-button:hover{background:#34d399;box-shadow:none}.estimate-client-suggestions{position:absolute;top:100%;left:0;right:0;z-index:1000;max-height:200px;overflow-y:auto;margin-top:2px;border:1px solid #475569;border-radius:4px;background:#1e293b;box-shadow:0 4px 6px #0000004d}.estimate-client-suggestion{width:100%;display:block;padding:8px 12px;border:0;border-bottom:1px solid #334155;border-radius:0;background:transparent;color:var(--text-main);text-align:left;box-shadow:none}.estimate-client-suggestion:hover{background:#334155;transform:none;box-shadow:none}.estimate-client-suggestion strong,.estimate-client-suggestion small{display:block}.estimate-client-suggestion small{margin-top:2px;color:var(--text-secondary);font-size:.85em}.estimate-field span{color:var(--text-secondary);font-size:.9rem;font-weight:700}.estimate-field textarea{min-height:88px;resize:vertical}.estimate-item-grid textarea{min-height:52px}.estimate-item-grid textarea[name^=estimate_item_name_]{min-height:40px}.estimate-field--wide{grid-column:span 2}.estimate-field--full{grid-column:1 / -1}.estimate-items-header,.estimate-item-card-header,.estimate-action-bar,.estimate-preview-header,.estimate-preview-topline,.estimate-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.estimate-items-list{margin-top:14px;display:grid;gap:10px}.estimate-add-item-button{width:36px;height:36px;justify-self:center;margin-top:14px;padding:0;border-radius:999px;border:1px solid var(--border-color);background:transparent;color:var(--text-main);box-shadow:none;display:inline-flex;align-items:center;justify-content:center;line-height:1}.estimate-add-item-button:hover{background:#94a3b81f;box-shadow:none;transform:none}.estimate-item-card{border:1px solid var(--border-color);border-radius:12px;padding:12px 60px;background:#0f172a73;position:relative;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.estimate-item-card.is-dragging{opacity:.55}.estimate-item-card.is-drag-over{border-color:#10b981d9;box-shadow:0 0 0 2px #10b9812e;transform:translateY(-1px)}.estimate-drag-handle{width:40px;height:40px;padding:0;border:1px solid var(--border-color);border-radius:8px;background:#0f172a59;color:var(--text-secondary);box-shadow:none;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0;position:absolute;top:50%;left:12px;transform:translateY(-50%);cursor:grab;touch-action:none}.estimate-drag-handle:hover{background:#94a3b81f;color:var(--text-main);box-shadow:none;transform:translateY(-50%)}.estimate-drag-handle:active{cursor:grabbing}.estimate-delete-button,.estimate-copy-button{width:40px;height:40px;padding:0;border:1px solid var(--border-color);border-radius:8px;background:transparent;color:var(--text-main);box-shadow:none;display:flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0;position:absolute;right:12px}.estimate-delete-button{top:12px}.estimate-copy-button{top:58px}.estimate-delete-button:hover,.estimate-copy-button:hover{background:#94a3b81f;box-shadow:none;transform:none}.estimate-delete-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.estimate-primary-action-button{white-space:nowrap}.estimate-number-link{padding:0;border:0;background:transparent;color:#fff;text-decoration:underline;font:inherit;font-weight:700;box-shadow:none}.estimate-number-link:hover{background:transparent;color:#fff;opacity:.8;transform:none;box-shadow:none}.estimate-list-actions{display:inline-flex;align-items:center;justify-content:center;gap:8px}.estimate-list-action-button{height:32px;padding:0 12px;border:1px solid var(--border-color);border-radius:6px;background:transparent;color:var(--primary-hover);font-weight:600;cursor:pointer;box-shadow:none;font-size:.9rem}.estimate-list-action-button:hover{background:#818cf81f;border-color:#818cf873;color:#fff;box-shadow:none}.estimate-list-action-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.estimate-action-bar{margin-bottom:2rem;flex-wrap:wrap}.estimate-action-summary{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:var(--text-secondary)}.estimate-action-summary strong{color:var(--text-main);font-size:1.05rem}.estimate-items-summary{margin-top:18px;padding-top:16px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;align-items:center;gap:18px;flex-wrap:wrap;color:var(--text-secondary)}.estimate-items-summary strong{color:var(--text-main);font-size:1.05rem}.estimate-action-buttons{display:flex;gap:12px}.estimate-preview-shell{background:linear-gradient(180deg,#ffffff0a,#0f172ad1)}.estimate-preview-toolbar{display:flex;justify-content:flex-end;gap:12px;margin-bottom:16px}.estimate-document-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid var(--border-color)}.estimate-document-tabs button{padding:10px 20px;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--text-secondary);cursor:pointer;box-shadow:none;font-weight:400}.estimate-document-tabs button:hover{background:transparent;color:var(--primary-color);box-shadow:none;transform:none}.estimate-document-tabs button.is-active{background:var(--card-bg);color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:700}.purchase-order-settings{margin:0 0 24px;padding:20px;border:1px solid var(--border-color);border-radius:12px;background:#0f172a80}.purchase-order-settings-header{margin-bottom:16px}.purchase-order-settings-header h3{margin:0 0 6px;color:var(--text-main)}.purchase-order-settings-header p{margin:0;color:var(--text-secondary);font-size:.9rem}.purchase-order-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.purchase-order-contact-empty{min-height:38px;display:flex;align-items:center;padding:0 12px;border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);background:#0f172a59;font-size:.9rem}.purchase-order-empty-message{color:var(--text-secondary);font-weight:700;text-align:center;padding:24px 12px}.estimate-printable{max-width:920px;margin:0 auto;background:#fff;color:#111827;border-radius:12px;padding:18mm 14mm 16mm;box-shadow:0 18px 40px #0f172a29;font-family:Yu Gothic,Hiragino Kaku Gothic ProN,Meiryo,sans-serif}.estimate-printable--paginated{position:relative;max-width:none;padding:0;background:transparent;border-radius:0;box-shadow:none}.estimate-preview-page-height-probe{position:absolute;width:1px;height:277mm;visibility:hidden;pointer-events:none}.estimate-preview-measurer{position:absolute;top:0;left:-10000px;width:190mm;visibility:hidden;pointer-events:none}.estimate-preview-page{position:relative;width:210mm;height:297mm;margin:0 auto 24px;overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 18px 40px #0f172a29}.estimate-preview-page:last-child{margin-bottom:0}.estimate-preview-page-viewport{position:absolute;top:10mm;left:10mm;width:190mm;height:277mm;overflow:hidden}.estimate-preview-page-content{width:190mm;transform-origin:top left}.estimate-preview-continued-marker,.estimate-preview-page-number{position:absolute;bottom:6px;color:#64748b;font-size:9px;line-height:1.3;pointer-events:none}.estimate-preview-continued-marker{right:10mm;bottom:22px}.estimate-preview-page-number{left:10mm;right:10mm;text-align:right}.estimate-printable h2,.estimate-printable h3,.estimate-printable h4,.estimate-printable p,.estimate-printable strong,.estimate-printable span,.estimate-printable td,.estimate-printable th{color:inherit}.estimate-preview-eyebrow{margin:0 0 8px;letter-spacing:.2em;text-transform:uppercase;font-size:.75rem;color:#64748b}.estimate-preview-meta-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:6mm}.estimate-preview-meta-row--pdf{gap:10mm}.estimate-preview-title-inline{margin:0;font-size:28px;letter-spacing:.22em;text-indent:.22em;font-weight:700;line-height:1}.estimate-preview-number-block{width:82mm;color:#111827;font-size:11px}.estimate-preview-number-block--formal{width:82mm;font-size:11px}.estimate-meta-row{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid #cbd5e1;padding:2px 0}.estimate-meta-row span{color:#475569}.estimate-meta-row strong{font-weight:500}.estimate-preview-title-block{text-align:center;margin-bottom:7mm}.estimate-preview-title-block h2{margin:0;font-size:1.9rem;letter-spacing:.38em;text-indent:.38em;font-weight:700}.estimate-preview-topline{display:flex;justify-content:space-between;gap:12mm;align-items:flex-start}.estimate-preview-topline--formal{margin-bottom:8mm}.estimate-recipient-block{flex:1}.estimate-recipient-block--formal{padding-right:16px}.estimate-recipient-block h3{margin:0 0 4mm;padding-left:0;border-left:none;font-size:25px;font-weight:500;letter-spacing:.05em;border-bottom:1px solid #475569;display:inline-block;min-width:72mm;padding-bottom:2px}.estimate-recipient-block p{display:block;margin:0 0 1mm;line-height:1.5}.estimate-lead-text{font-size:12px;margin-bottom:1mm!important}.estimate-subject-row,.estimate-project-row{display:flex;gap:10px;align-items:baseline;margin-top:3mm;font-size:12px}.estimate-subject-row span{min-width:32px;color:#475569}.estimate-subject-row strong{font-weight:500;border-bottom:1px solid #cbd5e1;flex:1;padding-bottom:2px;font-size:15px;line-height:1.35}.estimate-project-row{color:#475569}.estimate-issuer-block{min-width:260px;text-align:right}.estimate-issuer-block--formal{flex:0 0 72mm;width:72mm;min-width:72mm;text-align:left;font-size:11px;line-height:1.5;padding-top:8mm}.estimate-issuer-block span{display:block;margin:0 0 1mm;line-height:1.5}.estimate-preview-company-logo{width:88%;margin:0 0 3mm;overflow:hidden}.estimate-preview-company-logo img{display:block;width:100%;height:auto;transform:translate(-3.9%)}.estimate-issuer-block--formal strong{font-size:1rem;margin-bottom:6px}.estimate-summary-band{display:flex;justify-content:space-between;gap:1.5mm;margin-bottom:7mm}.estimate-summary-meta{flex:1;display:grid;gap:2.5mm;align-content:start}.estimate-summary-meta>div{display:grid;grid-template-columns:19mm 1fr;gap:1mm;align-items:center;font-size:11px}.estimate-summary-meta span{color:#475569}.estimate-summary-meta strong{font-weight:500;padding-bottom:2px;border-bottom:1px solid #cbd5e1}.estimate-total-highlight{width:76mm;margin:0;padding:0;background:#fff;border:1px solid #111827;text-align:center;align-self:start}.estimate-total-highlight span{color:#111827;font-weight:700;font-size:10px;text-align:center;border-bottom:1px solid #111827;padding:7px 10px;display:block}.estimate-total-highlight strong{font-size:27px;text-align:center;letter-spacing:.04em;padding:8px 10px 9px;display:block}.estimate-preview-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:11px;border-right:1.2px solid #6b7280}.estimate-preview-table th,.estimate-preview-table td{position:static;border:1px solid #6b7280;padding:4px 8px;text-align:right;background:transparent;height:9mm;vertical-align:middle}.estimate-preview-table th{background:#f1f5f9;color:#111827;text-transform:none;font-weight:700;text-align:center}.estimate-preview-table th:last-child,.estimate-preview-table td:last-child{border-right:1.2px solid #6b7280}.estimate-item-name-cell{text-align:left!important}.estimate-preview-cell-center{text-align:center!important}.estimate-preview-cell-right{text-align:right!important}.estimate-preview-table td:nth-child(2),.estimate-preview-table td:nth-child(3),.estimate-preview-table th:nth-child(2),.estimate-preview-table th:nth-child(3){text-align:center}.estimate-item-name-cell small{display:block;margin-top:3px;color:#64748b;white-space:pre-wrap;font-size:10px;line-height:1.45}.estimate-preview-table tfoot td{font-weight:700;background:#fff}.estimate-preview-footer-label,.estimate-preview-table tfoot td:first-child{text-align:right}.estimate-preview-footer{margin-top:7mm;align-items:stretch}.estimate-preview-footer>div{flex:1;border:1px solid #6b7280;border-radius:0;padding:10px 12px;min-height:34mm}.estimate-preview-footer h4{margin:0 0 8px;font-size:11px;padding-bottom:5px;border-bottom:1px solid #cbd5e1}.estimate-preview-footer p{margin:0;white-space:pre-wrap;line-height:1.1;font-size:10px}.estimate-preview-footer--formal{display:block;margin-top:7mm}.estimate-guidance-block{background:#fafafa}.source-toggle-wrapper{padding:0 20px 8px}.source-toggle{display:flex;background:#ffffff0d;border-radius:8px;padding:4px}.source-toggle-btn{flex:1;padding:8px 0;border:none;border-radius:6px;background:transparent;color:var(--text-secondary);cursor:pointer;font-weight:400;transition:all .2s ease;font-size:13.6px;box-shadow:none}.source-toggle-btn:hover{background:#ffffff0d;transform:none;box-shadow:none}.source-toggle-btn--active{color:#fff;font-weight:700}.source-toggle-btn--cn.source-toggle-btn--active{background:var(--primary-color)}.source-toggle-btn--sogami.source-toggle-btn--active{background:#f59e0b}.source-toggle-short{display:none}@media (max-width: 1024px){.sidebar{width:60px}.sidebar .label,.sidebar-footer .user-info,.sidebar-title-full{display:none}.sidebar-title-short{display:inline}.sidebar-header{margin-bottom:4px}.source-toggle-wrapper{padding:0 6px 12px}.source-toggle{flex-direction:column;gap:2px}.source-toggle-btn{font-size:.7rem;padding:6px 0}.source-toggle-full{display:none}.source-toggle-short{display:inline}.main-content{margin-left:60px;max-width:calc(100vw - 60px)}.sidebar-nav a{justify-content:center;padding:1rem}.estimate-form-grid,.estimate-item-grid{grid-template-columns:1fr}.estimate-field--wide,.estimate-client-field{grid-column:span 1}.estimate-client-picker{align-items:stretch;flex-direction:column}.estimate-preview-topline,.estimate-preview-header,.estimate-action-bar,.estimate-preview-footer{flex-direction:column;align-items:stretch}.estimate-summary-band,.estimate-preview-footer--formal{grid-template-columns:1fr;flex-direction:column}.estimate-issuer-block,.estimate-preview-number-block{min-width:0;text-align:left}.estimate-printable{padding:24px}.estimate-printable--paginated{padding:0}}@media print{body{background:#fff;color:#111827}.sidebar,.no-print{display:none!important}.print-only{display:block!important}.estimate-page>.estimate-preview-shell{padding:0!important;margin:0!important;background:#fff!important;border:none!important;box-shadow:none!important}.estimate-page>.estimate-preview-shell.project-list-section{padding:0!important;margin:0!important;border:none!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}.main-content{margin-left:0!important;max-width:none!important;padding:0!important}.estimate-preview-shell,.estimate-page,.estimate-printable{margin:0!important;padding:0!important;background:#fff!important;border:none!important;box-shadow:none!important}.estimate-printable{max-width:none;border-radius:0}.estimate-preview-table th{background:#f8fafc!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.estimate-total-highlight{background:#fff!important;border-color:#111827!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.estimate-guidance-block,.estimate-preview-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.spinner{width:50px;height:50px;border:5px solid rgba(99,102,241,.1);border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nowrap-cell{white-space:nowrap!important}.narrow-cell{width:1%;white-space:nowrap}.primary-link{color:#fff;text-decoration:underline;transition:opacity .2s}.project-link{color:#fff;text-decoration:underline;font-weight:700;transition:opacity .2s}.project-link:hover,.primary-link:hover{opacity:.7}.primary-link:hover{opacity:.8}.currency-cell{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.id-cell{white-space:nowrap;text-align:left}.probability-cell{white-space:nowrap;text-align:center}.projects-table-scroll{overflow-x:auto;overflow-y:visible;position:relative}.projects-list-section{overflow:visible}.projects-table thead th{position:sticky;top:0;z-index:30;background-color:#0f172a;box-shadow:0 1px 0 var(--border-color),0 8px 14px #0000002e}.projects-table-floating-header{position:fixed;top:0;z-index:80;overflow:hidden;pointer-events:auto;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);box-shadow:0 10px 20px #0000003d}.projects-table-floating-header .projects-table{max-width:none}.projects-table-floating-header .projects-table thead th{position:static}.standard-table-scroll{overflow-x:auto;overflow-y:visible;position:relative}.standard-list-section{overflow:visible}.standard-data-table{max-width:none}.standard-data-table thead th{position:sticky;top:0;z-index:30;background-color:#0f172a;box-shadow:0 1px 0 var(--border-color),0 8px 14px #0000002e}.standard-table-floating-header{position:fixed;top:0;z-index:80;overflow:hidden;pointer-events:auto;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);box-shadow:0 10px 20px #0000003d}.standard-table-floating-header .standard-data-table thead th{position:static}
