.splash-root{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;overflow:hidden;z-index:9999}.splash-root:before{content:"";position:absolute;top:-5%;left:-5%;width:120%;height:120%;background-image:url(/assets/background-CXtijoCz.png);background-size:cover;background-position:center bottom;animation:slowZoom 20s ease-in-out infinite alternate}.splash-content-fade-in{position:relative;z-index:1;animation:fadeInUp 1.2s ease-out forwards;opacity:0}.splash-overlay{background:#141423a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 4rem;border-radius:16px;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.splash-title{color:#fff;font-size:2.2rem;font-weight:300;letter-spacing:1px;margin:0 0 1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.splash-versions{display:flex;justify-content:center;align-items:center;gap:.8rem;font-family:Courier New,Courier,monospace;font-size:.85rem;color:#fff9;letter-spacing:.5px}.version-separator{opacity:.3;font-size:1.1em}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.header-container{background-color:#153f8c;border-bottom:1px solid #d9d9d9}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:8px 10px}.header-left{display:flex;align-items:center;flex:0 0 auto}.menu-button{width:32px;height:32px;border-radius:6px;border:1px solid #d9d9d9;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.menu-button:hover{border-color:#153f8c;box-shadow:0 2px 4px #00000026}.menu-icon{width:14px;height:2px;background-color:#153f8c;position:relative;border-radius:999px}.menu-icon:before,.menu-icon:after{content:"";position:absolute;left:0;width:14px;height:2px;background-color:#153f8c;border-radius:999px}.menu-icon:before{top:-4px}.menu-icon:after{top:4px}.header-center{flex:1;display:flex;justify-content:center}.header-title{font-size:15px;font-weight:500;color:#fff}.header-right{display:flex;align-items:center;gap:15px;flex:0 0 auto}.user-avatar-wrapper{width:36px;height:36px;border-radius:50%;padding:2px;background:radial-gradient(circle at 30% 30%,#fff,#153e8c);box-shadow:0 0 0 2px #153e8c66,0 6px 16px #00000040;display:flex;align-items:center;justify-content:center;cursor:default;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.user-avatar-wrapper:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 0 0 3px #153e8c99,0 10px 24px #0000004d;filter:saturate(1.2)}.user-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #ffffff}.user-avatar-placeholder{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#153e8c,#1e65d8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;letter-spacing:.5px;text-transform:uppercase}.company-logo{height:30px;width:auto;object-fit:contain;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.company-logo:hover{transform:scale(1.1);opacity:.9}.header-menu-dropdown{position:absolute;top:55px;left:10px;background:#fff;border-radius:10px;padding:6px 0;width:180px;box-shadow:0 4px 18px #0000001f;border:1px solid #e2e4ea;z-index:1000}.header-menu-item{padding:10px 14px;font-size:.95rem;cursor:pointer;color:#153e8c}.header-menu-item:hover{background:#f0f4ff}:root{--primary: #153e8c;--primary-hover: #103375;--bg-app: #f4f7fa;--bg-surface: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--border-hover: #cbd5e1;--grid-cols: 110px 80px 260px minmax(280px, 1fr) 90px 100px 60px 150px 60px}.dashboard-layout{min-height:100vh;background-color:var(--bg-app);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-primary);display:flex;flex-direction:column}.dashboard-header{height:72px;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);padding:0 32px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 4px 20px #00000005}.header-left{display:flex;align-items:center;gap:16px}.app-logo{width:40px;height:40px;background:linear-gradient(135deg,var(--primary) 0%,#2f54eb 100%);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;box-shadow:0 4px 10px #153e8c33}.header-titles{display:flex;flex-direction:column;line-height:1.2}.app-name{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);font-weight:700}.page-title{margin:0;font-size:19px;font-weight:800;color:var(--text-primary);letter-spacing:-.3px}.header-right{display:flex;align-items:center;gap:24px}.user-greeting{font-size:14px;color:var(--text-secondary);font-weight:500}.btn-new-offer{background:linear-gradient(to bottom,var(--primary),var(--primary-hover))!important;border:none!important;font-weight:600!important;border-radius:8px!important;height:42px!important;padding:0 24px!important;box-shadow:0 4px 12px #153e8c33!important;transition:all .2s ease!important}.btn-new-offer:hover{transform:translateY(-1px);box-shadow:0 6px 16px #153e8c4d!important}.dashboard-content{flex:1;padding:32px;display:flex;flex-direction:column;gap:24px;width:100%}.kpi-wrapper{display:flex;gap:24px;align-items:stretch;flex-wrap:wrap}.kpi-filter-group{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.kpi-volume-group{flex:0 0 340px;min-width:250px}@media (max-width: 1200px){.kpi-volume-group{flex:1}}.kpi-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #00000005;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.kpi-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px -5px #0000000f}.kpi-card.active{background-color:#fff;border-color:var(--primary);box-shadow:0 10px 25px -5px #153e8c26,0 0 0 1px var(--primary)}.kpi-card.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary)}.kpi-card-volume{background:linear-gradient(145deg,#fff,#faf8ff);border:1px solid #e9d8fd;border-radius:12px;padding:16px 24px;display:flex;align-items:center;gap:20px;height:100%;box-sizing:border-box;cursor:default;box-shadow:0 4px 15px #a855f70d}.kpi-icon{width:46px;height:46px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.icon-blue{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb}.icon-gray{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#64748b}.icon-indigo{background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4f46e5}.icon-green{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a}.icon-red{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626}.icon-purple-neutral{background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#9333ea}.kpi-data{display:flex;flex-direction:column;overflow:hidden}.kpi-label{font-size:11px;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.kpi-number{font-size:24px;font-weight:800;color:var(--text-primary);white-space:nowrap;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.kpi-number-mono{font-family:SF Mono,Consolas,Courier New,monospace;letter-spacing:-1px}.currency{font-size:13px;font-weight:600;opacity:.6;color:var(--text-secondary);margin-left:6px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:0}.content-panel{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 20px #00000008;display:flex;flex-direction:column;flex:1;min-height:500px;overflow:hidden}.panel-toolbar{padding:20px 24px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;gap:24px;background:#fff}.panel-title{margin:0;font-size:16px;font-weight:700;color:var(--text-primary)}.search-wrapper{flex:1;max-width:400px;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:14px;color:#94a3b8;font-size:16px;pointer-events:none}.search-input-field{width:100%;padding:10px 14px 10px 42px;border-radius:8px;border:1px solid var(--border-color);font-size:14px;color:var(--text-primary);background:#f8fafc;transition:all .2s;outline:none}.search-input-field:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #153e8c1a}.table-container{flex:1;overflow-x:auto}.data-table{display:flex;flex-direction:column;min-width:1100px}.dt-header,.dt-row{display:grid;grid-template-columns:var(--grid-cols);gap:16px;align-items:center;padding:0 24px}.dt-header{padding-top:14px;padding-bottom:14px;background:#f8fafc;border-bottom:1px solid var(--border-color);font-size:11px;font-weight:700;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.5px;position:sticky;top:0;z-index:10}.dt-row{height:72px;border-bottom:1px solid var(--border-color);background:#fff;cursor:pointer;transition:all .15s ease}.dt-row:last-child{border-bottom:none}.dt-row:hover{background:#f8fafc}.col-status{display:flex}.status-badge{font-size:11.5px;font-weight:600;padding:4px 12px;border-radius:20px;white-space:nowrap;letter-spacing:.2px}.status-accepted{background:#dcfce7;color:#15803d}.status-sent{background:#e0f2fe;color:#0369a1}.status-rejected{background:#fee2e2;color:#b91c1c}.status-draw{background:#f1f5f9;color:#475569}.id-text{font-family:monospace;font-size:13px;font-weight:600;color:#334155}.col-sales{display:flex;align-items:center;gap:16px;padding-left:10px}.sales-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 4px 10px #0000001a;border:2px solid #fff;flex-shrink:0}.sales-name{font-size:15px;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-main{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.row-title{font-size:15px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:3px}.row-subtitle{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.col-date{font-size:13px;color:var(--text-secondary);font-weight:500}.col-pos{font-size:13px;color:var(--text-secondary);font-weight:600}.col-total{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.price-text{font-size:15px;font-weight:700;color:var(--text-primary)}.col-action{display:flex;justify-content:flex-end;padding-right:8px}.action-arrow{color:#cbd5e1;transition:all .2s}.dt-row:hover .action-arrow{color:var(--primary);background:#eff6ff}.text-right{text-align:right;justify-self:end}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px;text-align:center;background-color:#fff;min-height:400px}.empty-state-image{width:200px;height:auto;margin-bottom:24px;opacity:.9}.empty-state-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.empty-state-description{font-size:14px;color:var(--text-secondary);max-width:400px;line-height:1.5;margin-bottom:24px}.state-message{padding:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary);font-size:14px;font-weight:500}.spinner{width:28px;height:28px;border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.mini-spinner{display:inline-block;width:14px;height:14px;border:2px solid #ccc;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.col-links{display:flex;gap:8px;align-items:center}.row-sys-btn{transition:all .25s cubic-bezier(.4,0,.2,1)!important;width:36px!important;height:36px!important;display:inline-flex;align-items:center;justify-content:center}.row-sys-btn.btn-sf{color:#00a1e0!important;background-color:#00a1e014!important;border:1px solid rgba(0,161,224,.25)!important}.row-sys-btn.btn-sf:hover:not(:disabled){background-color:#00a1e0!important;color:#fff!important;box-shadow:0 4px 12px #00a1e04d!important;transform:translateY(-2px);border-color:#00a1e0!important}.row-sys-btn.btn-drive{color:#1ea362!important;background-color:#1ea36214!important;border:1px solid rgba(30,163,98,.25)!important}.row-sys-btn.btn-drive:hover:not(:disabled){background-color:#1ea362!important;color:#fff!important;box-shadow:0 4px 12px #1ea3624d!important;transform:translateY(-2px);border-color:#1ea362!important}.row-sys-btn:disabled{background-color:#f1f5f9!important;border-color:#e2e8f0!important;color:#cbd5e1!important;box-shadow:none!important;transform:none!important}.kpi-card-volume .kpi-data{flex:1;align-items:flex-end;text-align:right}.calculation-page{padding:0;background:#fff;height:calc(100vh - 64px);display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.calculation-header{padding:24px 32px 16px;display:flex;justify-content:space-between;align-items:flex-start;background:#fff}.calculation-title-container{display:flex;flex-direction:column;gap:4px}.calculation-title{margin:0;font-size:1.6rem;color:#1a3353;font-weight:700;letter-spacing:-.02em}.calculation-subtitle{margin:0;font-size:.95rem;color:#64748b;display:flex;align-items:center;gap:8px}.calculation-subtitle strong{color:#1e293b;font-weight:600}.calculation-subtitle.empty-state{color:#f59e0b;font-style:italic}.calculation-header-actions{display:flex;gap:12px;align-items:center}.calculation-header-actions .ant-btn{border:1px solid #e2e8f0!important;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;border-radius:50px}.calculation-header-actions .ant-btn:hover{border-color:#153e8c!important;background:#f8fafc;transform:translateY(-1px)}.calculation-tabs-container{padding:16px 32px 0;background:#fff;position:relative}.calculation-tabs-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#e2e8f0;z-index:1}.custom-antd-tabs .ant-tabs-nav{margin:0!important;width:100%;border:none!important}.custom-antd-tabs .ant-tabs-nav:before{display:none!important}.custom-antd-tabs .ant-tabs-nav-list{width:100%;display:flex;gap:6px}.custom-antd-tabs .ant-tabs-tab{flex:1;margin:0!important;padding:12px 16px!important;justify-content:center;transition:all .2s ease-in-out;position:relative;z-index:2;background:#f8fafc;border:1px solid #e2e8f0;border-bottom:none;border-radius:12px 12px 0 0}.custom-antd-tabs .ant-tabs-tab:hover{background:#eff6ff;color:#153e8c;border-color:#cbd5e1}.custom-antd-tabs .ant-tabs-tab-active{background:#fff!important;color:#153e8c!important;font-weight:600;border-top:3px solid #153e8c!important;border-left:1px solid #e2e8f0!important;border-right:1px solid #e2e8f0!important;box-shadow:0 4px #fff;z-index:3;padding-top:10px!important}.custom-tab-label{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;color:#64748b;font-weight:500}.custom-antd-tabs .ant-tabs-tab-active .custom-tab-label{color:#153e8c}.custom-antd-tabs .ant-tabs-ink-bar{display:none!important}.calculation-tab-content{flex:1;min-height:0;overflow-y:auto;padding:24px 32px;background:#f8fafc;border-top:1px solid transparent}.calculation-tab-content::-webkit-scrollbar{width:8px}.calculation-tab-content::-webkit-scrollbar-track{background:transparent}.calculation-tab-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.calculation-tab-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 1024px){.calculation-header{padding:16px 20px}.calculation-tabs-container{padding:0 20px}.calculation-tab-content{padding:16px 20px}.custom-antd-tabs .ant-tabs-nav-list{display:flex;width:auto;gap:4px}.custom-antd-tabs .ant-tabs-tab{flex:0 0 auto;min-width:120px}}.building-blocks-view{position:relative;display:flex;flex-direction:column;gap:12px;width:100%}.building-blocks-header{position:sticky;top:0;z-index:20;padding:8px 0 10px;background:linear-gradient(to bottom,#f8fafc,#f8fafcd9 60%,#f8fafc00);display:flex;align-items:center;gap:12px}.building-blocks-add-button{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border-radius:999px;border:none;cursor:pointer;background:#153e8c;color:#fff;font-size:.9rem;font-weight:500;box-shadow:0 10px 25px #153e8c40;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.building-blocks-add-button:hover{background:#1b4da7;box-shadow:0 12px 28px #153e8c59;transform:translateY(-1px)}.building-blocks-add-icon{width:20px;height:20px;border-radius:999px;background:#ffffff26;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.bb-loading-hint{font-size:12px;color:#64748b}.building-blocks-list{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}.bb-product-card{background:#fff;border-radius:16px;border:2px solid #c7d2fe;box-shadow:0 6px 18px #0f172a14;display:flex;flex-direction:column;padding-bottom:10px;width:350px;flex:0 0 auto}.bb-product-card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e7eaf0;background:#eff3ff;border-radius:14px 14px 0 0}.bb-product-header-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;margin-right:8px}.bb-product-name{font-size:.95rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bb-product-category{font-size:.8rem;color:#64748b}.bb-product-header-actions{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.bb-product-card-body{margin:6px 10px;padding:8px 6px 6px;border-radius:12px;background:#f3f4ff;display:flex;flex-direction:column;gap:10px}.bb-block-empty{font-size:.8rem;color:#94a3b8;font-style:italic;text-align:center;padding:10px}.bb-block-wrapper{position:relative;background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:10px 10px 8px;display:flex;flex-direction:column;gap:6px;cursor:grab;box-shadow:0 3px 8px #0f172a0f}.bb-block-wrapper:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:8px;background:#153e8c;opacity:.4}.bb-block-wrapper:active{cursor:grabbing}.bb-block-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.bb-block-header>div:first-child{flex:1;min-width:0}.bb-block-title{font-size:.9rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.bb-block-subtitle{font-size:.78rem;color:#64748b;margin-top:2px}.bb-block-actions{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;margin-top:-2px}.bb-icon-button{width:26px;height:26px;border-radius:999px;border:none;display:inline-flex;align-items:center;justify-content:center;background:#e5edff;color:#153e8c;cursor:pointer;font-size:14px;transition:background .15s ease,transform .1s ease;flex-shrink:0}.bb-icon-button:hover{background:#d4e0ff;transform:translateY(-1px)}.bb-icon-button-danger{background:#fee2e2;color:#b91c1c}.bb-icon-button-danger:hover{background:#fecaca}.bb-product-card-drag-active{border-color:#153e8c!important;background-color:#eef2ff!important;box-shadow:0 0 0 4px #153e8c26!important;transform:scale(1.02);transition:all .2s ease}.bb-product-card-drag-active .bb-product-card-header{background-color:#dbeafe!important;border-bottom-color:#bfdbfe!important}.bb-product-card-drag-active .bb-product-card-body{background-color:#fff!important;border:1px dashed #153e8c}.new-product-modal-compact .ant-modal-body{padding:0;overflow:hidden}.npw-split-layout{display:flex;height:70vh;overflow:hidden;background-color:#fff}.npw-main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.npw-compact-form{height:100%;display:flex;flex-direction:column}.npw-columns-wrapper{display:flex;overflow-x:auto;background:#fcfcfc;flex:1;min-height:0;border-bottom:1px solid #e5e7eb}.npw-name-container{flex-shrink:0;padding:20px 24px;background:#fff;z-index:10;box-shadow:0 -4px 12px #00000008;border:1px solid #f0f0f0;border-left-width:6px!important}.npw-column{display:flex;flex-direction:column;border-right:1px solid #f0f0f0;background:#fff;flex:1 0 auto}.npw-col-narrow{min-width:140px}.npw-col-standard{min-width:180px}.npw-col-wide{min-width:230px}.npw-column:last-child{border-right:none}.npw-column-header{background:#f8fafc;padding:8px 12px;font-size:10px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid #f0f0f0;flex-shrink:0}.npw-column-list{overflow-y:auto;flex:1}.npw-list-item{padding:6px 12px;font-size:12px;cursor:pointer;border-left:3px solid transparent;transition:all .1s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.npw-list-item:hover{background:#f1f5f9}.npw-list-item.selected{background:#eff6ff;color:#1e40af;font-weight:600;border-left-color:#1e40af}.npw-list-item.neutral-item{color:#64748b;font-style:italic;border-bottom:1px solid #f1f5f9;margin-bottom:2px}.npw-list-item.neutral-item:hover{background:#f8fafc;color:#0f172a}.column-required-error .npw-column-header{color:#cf1322!important;font-weight:700}.column-required-error .npw-column-list{border:1px solid #ff4d4f;background-color:#fff1f0}.req-star{color:#ff4d4f;margin-left:2px}.devis-sidebar-container{width:320px;min-width:280px;max-width:400px;display:flex;flex-direction:column;background-color:#fafafa;border-left:1px solid #e5e7eb;padding:0;overflow:hidden;height:100%}.devis-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;flex-shrink:0;background-color:#fafafa;border-bottom:1px solid #f0f0f0}.devis-sidebar-title{margin:0;font-size:11px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.5px}.devis-sidebar-search-wrapper{padding:8px 12px;flex-shrink:0;background-color:#fafafa;border-bottom:1px solid #f0f0f0}.devis-sidebar-search{font-size:11px}.devis-sidebar-list{flex:1;overflow-y:auto;min-height:0;padding:0}.devis-sidebar-list::-webkit-scrollbar{width:6px}.devis-sidebar-list::-webkit-scrollbar-track{background:transparent}.devis-sidebar-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.devis-sidebar-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.devis-sidebar-empty-search{text-align:center;color:#94a3b8;font-size:11px;margin-top:20px}.devis-sidebar-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999;text-align:center;padding:0 10px}.devis-sidebar-text-content{font-size:10px!important;line-height:1.4!important;color:#334155;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.block-wizard-modal .ant-modal-content{height:90vh;display:flex;flex-direction:column}.block-wizard-modal .ant-modal-body{flex:1;display:flex;flex-direction:column;padding-top:20px}.bw-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.bw-topbar-left{min-width:260px;display:flex;flex-direction:column;gap:4px}.bw-topbar-title{font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bw-topbar-title-main{font-weight:800}.bw-topbar-title-sub{font-weight:700;opacity:.75;margin-left:6px}.bw-topbar-progress-meta{display:flex;gap:10px;align-items:baseline;font-size:12px;opacity:.85;white-space:nowrap}.bw-topbar-step{font-weight:700;opacity:.8}.bw-topbar-step-title{font-weight:800;opacity:.95}.bw-topbar-center{flex:1;min-width:220px}.bw-progress-bar{height:6px;border-radius:999px;background:#00000014;overflow:hidden}.bw-progress-bar-fill{height:100%;border-radius:999px;background:#153e8c;transition:width .16s ease}.bw-topbar-right{display:flex;gap:8px;align-items:center;white-space:nowrap}.bw-shell{display:flex;gap:14px;align-items:stretch;flex:1;min-height:0}.bw-summary{width:310px;min-width:310px;max-width:310px;display:flex}.bw-summary-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#00000005;padding:10px;height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0}.bw-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.bw-summary-product-name{font-size:13px;font-weight:900;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.bw-summary-total-mini-value{font-size:13px;font-weight:900;font-variant-numeric:tabular-nums;text-align:right;line-height:1.1;white-space:nowrap}.bw-summary-form{display:flex;flex-direction:column;gap:2px;margin-top:2px}.bw-summary-form-row{display:grid;grid-template-columns:120px 1fr;gap:8px;align-items:baseline}.bw-summary-form-label{font-size:10px;opacity:.7;line-height:1.05}.bw-summary-form-value{font-size:11px;font-weight:500;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.bw-summary-form-empty{opacity:.45;font-weight:700}.bw-summary-divider{height:1px;background:#00000014;margin:10px 0}.bw-summary-lines{display:flex;flex-direction:column;gap:6px;overflow:auto;padding-right:2px}.bw-summary-line{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#ffffff8c;padding:8px 10px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease-out}.bw-summary-line:not(.bw-summary-line--active):hover{background:#fffffff2;border-color:#00000026;box-shadow:0 2px 8px #0000000d}.bw-summary-line--active{border-color:#153e8c73;box-shadow:0 0 0 3px #153e8c1a;background:#153e8c;color:#fff}.bw-summary-line--active:hover{background:#1a4ba0;color:#fff;border-color:#153e8c99}.bw-summary-line-title{font-size:12px;font-weight:800;opacity:.92;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.bw-summary-line-right{display:flex;align-items:center;gap:8px}.bw-summary-line-value{font-size:12px;font-weight:900;white-space:nowrap;font-variant-numeric:tabular-nums}.bw-summary-line-unit{font-size:11px;font-weight:800;opacity:.65;margin-left:4px}.bw-summary-line-status{display:flex;align-items:center}.bw-ic{font-size:14px}.bw-ic--ok{color:#1f8b4c}.bw-ic--todo{color:#c53b3b;opacity:.85}.block-wizard-main-layout{flex:1;display:flex;gap:14px;align-items:stretch;min-width:0;min-height:0}.block-wizard-footer{margin-top:12px;display:flex;justify-content:flex-start;align-items:center}@media (max-width: 1100px){.bw-shell{flex-direction:column}.bw-summary{width:100%;min-width:0;max-width:none}.block-wizard-main-layout{flex-direction:column}}.bw-summary-line-value--empty{min-width:120px}.bw-ic--warning{color:#faad14}.bw-summary-line-status .anticon{transition:transform .2s ease}.bw-summary-line:hover .bw-summary-line-status .anticon{transform:scale(1.2)}@keyframes priceUpdatePulse{0%{transform:scale(1);color:#153e8c}50%{transform:scale(1.08);color:#1890ff;text-shadow:0 0 8px rgba(24,144,255,.3)}to{transform:scale(1);color:#153e8c}}.price-updated{animation:priceUpdatePulse .4s ease-out}.bw-summary-total-mini-value{transition:color .3s ease;display:inline-block}.block-wizard-content{flex:1 1 0;min-width:0;min-height:0;background:#fff;border-radius:10px;padding:16px 18px;border:1px solid #f0f0f0;display:flex;flex-direction:column;overflow:hidden}.block-wizard-content{flex:1;min-width:0;overflow-x:hidden}.block-wizard-modal .ant-modal-content{height:90vh;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.block-wizard-modal .ant-modal-body{flex:1;display:flex;flex-direction:column;padding:20px;min-height:0;overflow:hidden}.bw-shell{display:flex;gap:14px;flex:1;min-height:0;overflow:hidden}.block-wizard-main-layout{flex:1;display:flex;gap:14px;min-width:0;min-height:0;align-items:stretch}.block-wizard-devis-sidebar-override{height:100%;flex-shrink:0;overflow:hidden;display:flex;flex-direction:column}.block-wizard-content{flex:1;min-width:0;min-height:0;background:#fff;border-radius:10px;border:1px solid #f0f0f0;display:flex;flex-direction:column;overflow-y:auto}.bb-section{background:#fff;border-radius:10px;padding:16px 18px;box-shadow:0 2px 4px #0f172a0a;border:1px solid #f1f1f1;display:flex;flex-direction:column;gap:8px}.bb-section-title{font-size:15px;font-weight:600;margin:0 0 4px;color:#153e8c}.bb-section-placeholder{font-size:13px;color:#777}.surface-section{display:flex;flex-direction:column;gap:12px;padding-top:8px}.surface-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.surface-header-info{display:flex;align-items:baseline;gap:6px;font-size:13px;color:#374151}.surface-info-label{color:#6b7280;font-size:12px}.surface-info-value{font-weight:600;color:#111827;background:#f3f4f6;padding:2px 8px;border-radius:4px;font-variant-numeric:tabular-nums}.surface-total-pill{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border-radius:999px;background:#f5f7fb}.surface-total-label{font-size:12px;color:#666}.surface-total-value{font-size:14px;font-weight:600;color:#153e8c}.surface-layout{display:flex;flex-direction:column;gap:10px}.surface-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px 12px}.surface-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.surface-card-title-wrap{display:inline-flex;align-items:center;gap:6px}.surface-card-title{font-size:12px;font-weight:600;color:#4b5563}.surface-info-icon{font-size:14px;color:#9ca3af}.surface-card-price{font-size:13px;font-weight:600;color:#111827;white-space:nowrap}.surface-calc-btn{color:#153e8c;transition:color .2s}.surface-calc-btn:hover{color:#1890ff}.surface-option-grid{display:grid;gap:8px;align-items:stretch}.surface-option-btn{width:100%;height:34px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#4b5563;padding:0 10px;font-size:13px;cursor:pointer;outline:none;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease-in-out}.surface-option-btn:hover{border-color:#9ca3af;background:#f3f4f6;color:#111827}.surface-option-btn--active{background:#153e8c;border-color:#153e8c;color:#fff!important;box-shadow:0 2px 8px #153e8c2e}.surface-option-btn--active:hover{background:#102e69;border-color:#102e69;color:#fff!important}.surface-option-btn-text{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.surface-section .bb-section-table{display:flex;flex-direction:column;gap:4px;width:100%}.surface-section .bb-section-table-row{display:grid!important;grid-template-columns:2fr 150px 1fr 40px!important;gap:12px;align-items:center;width:100%}.surface-section .bb-section-table-header{padding:0 8px 6px;border-bottom:1px solid #eee;margin-bottom:4px}.surface-section .bb-col{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.surface-section .bb-section-table-body-row{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px}.surface-section .bb-section-table-body-row:hover{border-color:#153e8c;box-shadow:0 2px 6px #00000008}.surface-section .bb-section-table-body-row .ant-input-number{width:100%!important;min-width:80px}.surface-section .bb-col-actions{display:flex;justify-content:flex-end}.surface-section .bb-offer-wrapper{display:flex;flex-direction:column;gap:2px}.surface-section .bb-offer-file-link{font-size:11px;margin-top:2px;padding-left:2px}.surface-section .bb-offer-file-link a{color:#153e8c;display:flex;align-items:center;gap:4px}@media (max-width: 900px){.surface-card{padding:8px 10px 10px}.surface-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 560px){.surface-option-grid{grid-template-columns:1fr!important}}.purchase-products-section{display:flex;flex-direction:column;gap:12px}.purchase-products-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:8px}.purchase-products-total-pill{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border-radius:999px;background:#f5f7fb}.purchase-products-total-label{font-size:12px;color:#666}.purchase-products-total-value{font-size:14px;font-weight:600;color:#153e8c}.purchase-products-section .bb-section-table{display:flex;flex-direction:column;gap:8px}.purchase-products-section .bb-section-table-header{font-size:13px;font-weight:500;color:#444;padding-bottom:4px}.purchase-products-section .bb-section-table-row{display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr 2.5fr 1.2fr 40px;gap:10px;align-items:flex-start}.purchase-products-section .bb-section-table-body-row{background:#fafafa;padding:10px;border-radius:8px;border:1px solid #e5e7eb}.purchase-products-section .ant-input-number-input{text-align:left!important}.purchase-products-section .bb-col-cost-preview{font-size:13px;font-weight:500;color:#111827;padding-top:5px}.purchase-products-section .bb-col-actions{display:flex;justify-content:center;padding-top:2px}.purchase-products-section .bb-offer-wrapper{display:flex;flex-direction:column;gap:4px}.purchase-products-section .bb-offer-file-link{font-size:11px;margin-top:2px}.purchase-products-section .bb-section-footer{margin-top:12px}.purchase-products-section .ant-input-number-group-addon{background-color:#f3f4f6;color:#6b7280}.mounting-section{display:flex;flex-direction:column;padding-top:8px}.mounting-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:12px}.mounting-total-pill{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border-radius:999px;background:#f5f7fb}.mounting-total-label{font-size:12px;color:#666}.mounting-total-value{font-size:14px;font-weight:600;color:#153e8c}.mounting-card-grid-vertical{display:flex;flex-direction:column;gap:10px}.mounting-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px 12px}.mounting-card-compact{padding:10px 14px 12px}.mounting-card-title{font-size:12px;font-weight:600;color:#4b5563;margin-bottom:8px}.mounting-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;align-items:stretch}.mounting-option-btn.ant-btn{width:100%;height:32px;border-radius:10px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.mounting-option-btn-text{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mounting-option-btn--none.ant-btn-default{color:#6b7280}.mounting-option-btn--active.ant-btn-primary{box-shadow:0 2px 8px #153e8c2e}@media (max-width: 1000px){.mounting-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.mounting-option-grid{grid-template-columns:1fr}}.construction-section{padding-top:8px;display:flex;flex-direction:column;gap:16px}.construction-header{display:flex;justify-content:flex-end;align-items:center}.construction-total-pill{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border-radius:999px;background:#f5f7fb;border:1px solid #adc6ff}.construction-total-label{font-size:12px;color:#666}.construction-total-value{font-size:14px;font-weight:600;color:#153e8c}.construction-controls{display:flex;align-items:center;margin-bottom:4px}.construction-switch-group{display:inline-flex;background:#f0f0f0;padding:3px;border-radius:8px;gap:2px;border:1px solid #e5e7eb}.construction-switch-group .ant-btn{font-size:13px;height:30px;border-radius:6px;border:none;box-shadow:none;font-weight:500;transition:all .2s ease}.const-btn-inactive{background:transparent!important;color:#6b7280!important}.const-btn-inactive:hover{background:#0000000d!important;color:#374151!important}.const-btn-active{background:#fff!important;color:#153e8c!important;box-shadow:0 1px 3px #0000001a!important;font-weight:600!important}.construction-disabled-area{opacity:.5;pointer-events:none;filter:grayscale(100%);-webkit-user-select:none;user-select:none;transition:all .3s ease}.bb-section-table{display:flex;flex-direction:column;gap:8px}.bb-section-table-header{font-size:13px;font-weight:500;color:#444;padding-bottom:4px}.bb-section-table-row{display:grid;grid-template-columns:1fr 30px 1fr 120px;gap:12px;align-items:center}.bb-section-table-body-row{background:#fafafa;padding:10px 14px;border-radius:8px;border:1px solid #e5e7eb}.construction-multiply-symbol{text-align:center;font-size:16px;color:#9ca3af}.construction-result-cell{font-weight:600;color:#111827;font-size:14px;text-align:right;padding-right:4px}.construction-section .ant-input-number-input{text-align:left!important}.construction-section .ant-input-number-group-addon{background-color:#f3f4f6;color:#6b7280;font-size:12px}.assembly-section{display:flex;flex-direction:column;flex:1;min-height:0;padding-top:6px}.assembly-header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-right:6px;padding-top:6px}.assembly-header-info{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.assembly-info-label{font-weight:400;opacity:.8}.assembly-info-value{font-weight:600;color:#374151;background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:12px}.assembly-content-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;padding-bottom:10px}.assembly-content-scroll::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:10px}.assembly-content-scroll::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.assembly-content-scroll::-webkit-scrollbar{width:6px}.assembly-content-scroll::-webkit-scrollbar-track{background:transparent}.assembly-content-scroll::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:20px}.assembly-total{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background:#f5f7fb;border:1px solid #e6eaf2}.assembly-total-label{font-size:12px;color:#6b7280}.assembly-total-value{font-size:14px;font-weight:600;color:#153e8c}.assembly-subsection{margin-bottom:16px}.assembly-subsection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.assembly-subsection-title{font-size:13px;font-weight:600;color:#374151}.assembly-subsection-total{font-size:12px;font-weight:500;color:#6b7280}.assembly-piecework-table,.assembly-overhead-table,.assembly-subcontract-table{border:1px solid #e6eaf2;border-radius:10px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px}.assembly-piecework-header,.assembly-overhead-header,.assembly-subcontract-header{font-size:11.5px;font-weight:500;color:#6b7280;padding:0 4px 4px}.assembly-piecework-row{display:grid;grid-template-columns:2.5fr .8fr 1.2fr 1.2fr 40px;gap:10px;align-items:center}.assembly-overhead-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1.2fr;gap:10px;align-items:center}.assembly-subcontract-row{display:grid;grid-template-columns:2fr 1.2fr 3fr 1.1fr 40px;gap:10px;align-items:flex-start}.assembly-piecework-body-row,.assembly-subcontract-body-row,.assembly-overhead-table>.assembly-overhead-row:not(.assembly-overhead-header){background:#fbfcfe;border:1px solid #edf0f6;padding:8px 10px;border-radius:8px}.assembly-overhead-split-row{background:#fff!important;border:1px dashed #e6eaf2!important}.bb-col-number{text-align:left!important;font-size:12.5px}.bb-col-actions{display:flex;justify-content:center}.ant-input-number-input{text-align:left!important}.assembly-unit-cell{font-size:12px;color:#4b5563}.assembly-offer-wrapper{display:flex;flex-direction:column;gap:4px}.assembly-offer-file-link{font-size:11.5px;margin-top:2px}.assembly-subsection-footer{margin-top:10px}.assembly-overhead-table.compact-table{display:flex;flex-direction:column;gap:0;border:1px solid #e0e0e0;border-radius:6px;background:#fff;padding:0;overflow:hidden;box-shadow:0 1px 2px #00000008}.assembly-overhead-row{display:grid;grid-template-columns:140px 1fr 1fr 1fr .8fr 100px;align-items:center;padding:4px 12px;border-bottom:1px solid #f0f0f0;background:#fff;height:32px;font-size:12px}.assembly-overhead-header{background:#f9fafb;color:#6b7280;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;height:28px;border-bottom:1px solid #e5e7eb}.assembly-overhead-row .ant-input-number{width:100%;font-size:12px}.assembly-overhead-row .ant-input-number-input{height:24px;padding:0 4px;text-align:right}.assembly-overhead-label{font-weight:500;color:#374151}.bb-col-number{text-align:right;padding-left:8px}.text-highlight{font-weight:600;color:#111827}.text-secondary{color:#4b5563}.compact-row{grid-template-columns:140px 1fr 100px}.assembly-overhead-row.border-none{border-bottom:none}.free-area-section{padding-top:8px}.free-area-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:12px}.free-area-total-pill{display:inline-flex;align-items:baseline;gap:6px;padding:4px 10px;border-radius:999px;background:#f5f7fb;border:1px solid #e6eaf2}.free-area-total-label{font-size:12px;color:#666}.free-area-total-value{font-size:14px;font-weight:600;color:#153e8c}.free-area-table{display:flex;flex-direction:column;gap:8px}.free-area-row{display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr 3fr 1.2fr 40px;gap:10px;align-items:center}.free-area-header-row{font-size:13px;font-weight:500;color:#444;padding-bottom:4px}.free-area-body-row{background:#fafafa;padding:10px;border-radius:8px;border:1px solid #e5e7eb}.free-area-section .bb-col-number,.free-area-section .ant-input-number-input{text-align:left!important}.free-area-number-cell{font-size:13px;font-weight:500;color:#111827}.free-area-actions-cell{display:flex;justify-content:center}.free-area-offer-wrapper{display:flex;flex-direction:column;gap:4px}.free-area-offer-file-link{margin-top:4px;font-size:12px}.free-area-footer{margin-top:12px}.surcharges-section{margin-top:24px}.surcharges-card{border-radius:16px;border:1px solid #eceff4;background:#fff;padding:16px 20px 20px}.surcharges-card-header{display:flex;justify-content:flex-end;margin-bottom:12px}.surcharges-summary-pill{display:inline-flex;align-items:baseline;gap:8px;padding:6px 14px;border-radius:999px;background:#f5f7fb;border:1px solid #e0e5f5}.surcharges-summary-label{font-size:13px;color:#555}.surcharges-summary-value{font-size:14px;font-weight:600;color:#153e8c;font-variant-numeric:tabular-nums}.surcharges-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.surcharges-table th,.surcharges-table td{padding:8px 12px;vertical-align:middle}.surcharges-table th:nth-child(1),.surcharges-table td:nth-child(1){width:28%}.surcharges-table th:nth-child(2),.surcharges-table td:nth-child(2){width:22%}.surcharges-table th:nth-child(3),.surcharges-table td:nth-child(3),.surcharges-table th:nth-child(4),.surcharges-table td:nth-child(4),.surcharges-table th:nth-child(5),.surcharges-table td:nth-child(5){width:16%}.surcharges-table thead tr{background:#f9fafc}.surcharges-table th{text-align:left;color:#666;font-weight:600;border-bottom:1px solid #e3e7f0}.surcharges-table th.is-number{text-align:right}.surcharges-table td{border-bottom:1px solid #f1f3f9}.surcharges-table tbody tr:last-child td{border-bottom:none}.surcharges-table tbody tr:nth-child(2n){background:#fbfcff}.surcharges-table td:first-child{font-weight:500}.is-number{text-align:right;font-variant-numeric:tabular-nums}.pricing-section-container{display:flex;flex-direction:column;gap:12px}.pricing-card{background:#fff;border-radius:10px!important;box-shadow:0 6px 22px #12254c0f;border:1px solid rgba(21,62,140,.08);padding:16px 20px}.pricing-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pricing-card-header h3{margin:0;font-size:14px;font-weight:600;color:#153e8c}.pricing-aligned-value{display:flex;justify-content:flex-end;align-items:baseline;gap:6px}.pricing-val-num{width:80px;text-align:right;font-variant-numeric:tabular-nums}.pricing-val-unit{width:65px;text-align:left;font-weight:400!important}.pricing-summary-table{width:100%;border-collapse:collapse;font-size:13px;color:#333}.pricing-summary-header,.pricing-summary-row{display:grid;grid-template-columns:1fr 180px;padding:8px 0;align-items:center}.pricing-summary-header{border-bottom:1px solid #e0e4ea;font-weight:600;color:#153e8c;font-size:12px}.pricing-summary-row{border-bottom:1px dashed #f0f0f0}.pricing-summary-row:last-child{border-bottom:none}.pricing-summary-total{background:#f5f8ff;border-top:1px solid #d9d9d9;border-bottom:none;margin-top:4px;padding:10px 8px;border-radius:4px}.pricing-markup-row{display:flex;align-items:center;gap:16px;font-size:13px}.pricing-markup-label{font-weight:500;width:80px}.pricing-markup-input{width:100px}.pricing-markup-input .ant-input-number{width:100%}.pricing-markup-result{display:flex;align-items:center;margin-left:auto}.pricing-extra-table{display:flex;flex-direction:column;font-size:13px}.pricing-extra-header{display:grid;grid-template-columns:1fr 160px 40px;gap:12px;font-weight:600;color:#153e8c;font-size:12px;padding-bottom:8px;border-bottom:1px solid #e3e7ef}.pricing-extra-row{display:grid;grid-template-columns:1fr 160px 40px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px dashed #f0f0f0}.pricing-extra-actions{display:flex;justify-content:center}.pricing-extra-actions-row{margin-top:12px;margin-bottom:16px}.pricing-extra-footer{display:grid;grid-template-columns:1fr 180px;align-items:center;padding-top:12px;border-top:1px solid #d9d9d9;font-weight:600}.pricing-result-card{display:flex;justify-content:space-between;align-items:center;background:#f0f5ff;border:1px solid #adc6ff;border-radius:8px;padding:12px 20px;color:#153e8c}.pricing-result-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-result-value{font-size:16px;font-weight:600;text-align:right;margin-left:auto;font-variant-numeric:tabular-nums}.pricing-extra-row .ant-input-number{width:100%}.pricing-extra-row div:nth-child(2) input{text-align:right}.is-negative-price input{color:#ff4d4f!important}.pricing-extra-actions .ant-btn-text.ant-btn-dangerous{box-shadow:none!important}.mrdm-compact-wrap{display:flex;flex-direction:column;gap:10px}.mrdm-card{border-radius:10px!important;box-shadow:0 6px 22px #12254c0f;border:1px solid rgba(21,62,140,.08)}.table-card .mrdm-list-head{display:flex;align-items:baseline;justify-content:space-between;padding:2px 4px 8px}.mrdm-list-title{margin:0;color:#153e8c}.mrdm-table .ant-table-thead>tr>th{background:#f5f8ff;color:#153e8c;font-weight:600}.mrdm-table .ant-table-tbody>tr>td{padding:6px 10px;font-size:12px}.mrdm-form-grid.tight .ant-form-item{margin-bottom:8px}.mrdm-form-grid.tight .ant-form-item-label>label{margin-bottom:0}.mrdm-row.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mrdm-row.five-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.mrdm-row.five-cols .ant-input-number,.mrdm-row.three-cols .ant-select,.mrdm-row.five-cols .ant-select{width:100%}.mrdm-row.split{display:flex;align-items:flex-start;gap:12px}.mrdm-left-grow{flex:1 1 420px;min-width:320px}.mrdm-right-pack{display:flex;flex:0 0 auto;align-items:flex-end;justify-content:flex-end;gap:12px;flex-wrap:wrap}.fixed-field{width:220px}.mrdm-row.end-pack{display:flex;justify-content:flex-end;align-items:flex-end;gap:8px}.mrdm-weight-box{padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fbfdff;line-height:1.2;height:64px;display:flex;flex-direction:column;justify-content:center}.mrdm-weight-label{font-size:12px;color:#6b7280}.mrdm-weight-value{font-size:16px;font-variant-numeric:tabular-nums;font-weight:600;text-align:right}.ant-btn-text.ant-btn-dangerous{box-shadow:none}.mrdm-form-grid .ant-select-disabled .ant-select-selector{background:#fafafa!important;color:#00000073}.actions-card{display:flex;justify-content:flex-end}.mrdm-actions-row{width:100%;display:flex;justify-content:flex-end}.ant-btn-primary{background:#153e8c;border-color:#153e8c}.ant-btn-primary:hover{filter:brightness(1.05)}.mrdm-dims-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:8px;row-gap:4px;align-items:center;min-width:360px}.mrdm-dim-tag{display:block;width:80px;text-align:center;padding:0 8px;height:24px;line-height:22px;border:1px solid #e5e7eb;border-radius:6px;background:#fafafa;font-size:12px;color:#111827;font-variant-numeric:tabular-nums}.mrdm-dim-tag.is-empty{opacity:.4;background:transparent;border-style:dashed}@media (max-width: 1200px){.fixed-field{width:200px}}@media (max-width: 992px){.mrdm-row.split{flex-direction:column}.mrdm-right-pack{justify-content:flex-start}}.ant-btn-text.ant-btn-dangerous,:where(.css-dev-only-do-not-override-cdzvx5).ant-btn-color-dangerous.ant-btn-variant-text{box-shadow:none!important}.production-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.production-total{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;background:#f5f8ff;border:1px solid rgba(21,62,140,.12);white-space:nowrap}.production-total-label{font-size:12px;color:#6b7280}.production-total-value{font-size:14px;font-weight:600;color:#153e8c}.mrdm-table .ant-table-thead>tr>th{font-size:12px!important}.mrdm-table .ant-table-summary{background-color:#fcfcfc;border-top:1px solid #f0f0f0}.mrdm-table-summary-row>td{padding:6px 10px!important;font-size:12px}.mrdm-summary-label-cell{text-align:right;border-right:none!important}.mrdm-summary-value-cell{font-weight:700;color:#111827;background-color:#153e8c08}.mrdm-dims-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:8px;row-gap:4px;align-items:center;min-width:260px}.piem-modal .ant-modal-content{border-radius:12px;padding:0;overflow:hidden}.piem-modal-flex-container{display:flex;flex-direction:row;height:85vh;max-height:900px;width:100%}.piem-form{display:flex;flex-direction:column;flex:1;min-width:0;background:#fff;border-right:1px solid #e5e7eb;height:100%}.piem-header{padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}.piem-title{font-size:18px;font-weight:700;color:#111827}.piem-subtitle{font-size:13px;color:#6b7280;margin-top:2px}.piem-middle-row{flex:1;min-height:0;display:flex;flex-direction:column}.piem-columns-container{flex:1;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden;height:100%}.piem-column{display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff;height:100%;min-height:0}.piem-column:last-child{border-right:none}.piem-column-header-static{padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;color:#9ca3af;background:#fff;border-bottom:1px solid #f3f4f6;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;min-height:42px}.piem-column-search{width:90px!important;font-size:11px!important}.piem-column-list{flex:1;overflow-y:auto;padding:8px}.piem-list-item{padding:8px 12px;font-size:13px;color:#374151;cursor:pointer;margin-bottom:2px;border-radius:4px;transition:all .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.piem-list-item:hover{background:#f3f4f6}.piem-list-item.selected{background:#e0e7ff;color:#153e8c;font-weight:600}.piem-list-item.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.piem-sidebar-docked{width:420px;flex-shrink:0;border-left:1px solid #e5e7eb;background:#fafafa;display:flex;flex-direction:column;height:100%;overflow-y:auto}.piem-calc-wrapper{flex-shrink:0;background:#f9fafb;border-top:1px solid #e5e7eb;padding:20px 24px;display:flex;flex-direction:column;gap:16px;z-index:10;box-shadow:0 -4px 12px #00000008}.piem-calc-inputs-row{display:flex;gap:24px}.piem-calc-block{display:flex;flex-direction:column;gap:8px}.piem-calc-block.dims{flex:2}.piem-calc-block.qty{flex:1}.piem-block-title{font-size:11px;font-weight:700;text-transform:uppercase;color:#6b7280;margin-bottom:4px}.piem-fields-row{display:flex;gap:12px}.piem-visualizer-container{width:140px;height:110px;flex-shrink:0;background-color:#fafafa;border:1px solid #f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.piem-calc-footer-row{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e5e7eb}.piem-actions{display:flex;gap:12px}.piem-custom-input-wrap{padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px}.piem-custom-input-wrap.sticky-top{position:sticky;top:0;z-index:5;box-shadow:0 2px 8px #0000000d}.piem-custom-label{font-size:11px;font-weight:600;color:#4b5563;margin-bottom:6px}.piem-suggestion-item{padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;margin-bottom:4px;font-size:12px;cursor:pointer;transition:all .1s;display:flex;justify-content:space-between;align-items:center}.piem-suggestion-item:hover{border-color:#153e8c;background:#f0f7ff}.piem-suggestion-item.highlight{border-color:#153e8c;background:#f0f7ff;font-weight:600}.piem-suggestion-label{color:#111827}.piem-no-suggestions{padding:20px;color:#bfbfbf;font-style:italic;text-align:center;font-size:12px}.piem-small-action-btn{font-size:11px;align-self:flex-start}.piem-form .ant-input-number-middle,.piem-form .ant-input-middle{font-size:13px!important}.piem-form .ant-input-number-input{text-align:center}.piem-inline-input-wrapper{margin-top:6px;padding-bottom:2px}.piem-inline-input-wrapper .ant-input-sm{font-size:12px}.piem-frame-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:10px}.piem-frame-card{text-align:center;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.piem-frame-card:hover{border-color:#153e8c;background:#f0f7ff;transform:translateY(-2px)}.piem-frame-card .ant-card-body{padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:8px}.piem-frame-icon{font-size:32px;color:#153e8c;margin-bottom:4px}.piem-frame-icon.rotate-90{transform:rotate(90deg)}.piem-column-search{width:160px!important;font-size:13px!important}.pur-modal .ant-modal-content{border-radius:12px;padding:0;overflow:hidden}.pur-modal-flex-container{display:flex;flex-direction:row;height:85vh;max-height:900px;width:100%}.pur-form{display:flex;flex-direction:column;flex:1;min-width:0;background:#fff;border-right:1px solid #e5e7eb;height:100%}.pur-header{padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}.pur-title{font-size:18px;font-weight:700;color:#111827}.pur-subtitle{font-size:13px;color:#6b7280;margin-top:2px}.pur-middle-row{flex:1;min-height:0;display:flex;flex-direction:column}.pur-columns-container{flex:1;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;height:100%}.pur-column{display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fff;height:100%;min-height:0}.pur-column:last-child{border-right:none}.pur-column-header-static{padding:10px 12px;font-size:11px;font-weight:700;text-transform:uppercase;color:#9ca3af;background:#fff;border-bottom:1px solid #f3f4f6;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;min-height:42px}.pur-column-search{width:100%!important;font-size:11px!important}.required-indicator:after{content:" *";color:#ef4444}.pur-column-list{flex:1;overflow-y:auto;padding:8px}.pur-list-item{padding:8px 12px;font-size:13px;color:#374151;cursor:pointer;margin-bottom:2px;border-radius:4px;transition:all .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pur-list-item:hover{background:#f3f4f6}.pur-list-item.selected{background:#e0e7ff;color:#153e8c;font-weight:600}.pur-list-item.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.pur-calc-wrapper{flex-shrink:0;background:#f9fafb;border-top:1px solid #e5e7eb;padding:20px 24px;display:flex;flex-direction:column;gap:16px;z-index:10;box-shadow:0 -4px 12px #00000008}.pur-calc-inputs-row{display:flex;gap:24px}.pur-calc-block{display:flex;flex-direction:column;gap:8px}.pur-calc-block.dims{flex:2}.pur-calc-block.qty{flex:1}.pur-block-title{font-size:11px;font-weight:700;text-transform:uppercase;color:#6b7280;margin-bottom:4px}.pur-fields-row{display:flex;gap:12px}.pur-calc-footer-row{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e5e7eb}.pur-actions{display:flex;gap:12px}.pur-form .ant-input-number-middle,.pur-form .ant-input-middle{font-size:13px!important}.pur-form .ant-input-number-input{text-align:center}.pur-form .ant-form-item-label>label{font-size:12px;color:#6b7280}.bbs-card{background:#fff;border-radius:12px;padding:16px;border:1px solid rgba(15,23,42,.08);box-shadow:0 1px 3px #0f172a0f}.bbs-head{margin-bottom:12px}.bbs-title{font-size:16px;font-weight:700;color:#0f172a}.bbs-sub{margin-top:4px;font-size:12px;color:#64748b}.bbs-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px}.bbs-field--full{grid-column:1 / -1}.bbs-label{font-size:12px;font-weight:600;color:#334155;margin-bottom:6px}.bbs-required{color:#ef4444}.bbs-help{margin-top:6px;font-size:11px;color:#64748b;line-height:1.35}.bbs-help--error{color:#ef4444}.bbs-hint{margin-top:12px}.bbs-split-row{display:flex;gap:8px;align-items:center}.bbs-split-row .ant-input-number{flex:1}.bbs-split-action{display:flex;align-items:center;justify-content:center;width:32px;flex-shrink:0}.bbs-split-row{display:flex;align-items:center;gap:12px;width:100%}.bbs-quick-badges-inline{display:flex;gap:4px;flex-shrink:0}.bbs-quick-badge{padding:2px 6px;font-size:11px;font-weight:600;color:#1890ff;background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;cursor:pointer;transition:all .2s}.bbs-quick-badge:hover{background:#1890ff;color:#fff}.bbs-percent-input-wrapper{display:flex;align-items:center;gap:4px;width:85px;margin-left:auto}.bbs-percent-input-wrapper .ant-input-number{width:100%}.bbs-unit-text{font-size:12px;color:#8c8c8c;flex-shrink:0}.bbs-read-only-input{background-color:#f5f5f5!important;color:#595959!important;cursor:default!important}.bbs-split-action{width:32px;display:flex;justify-content:center}.catalog-data-title{margin:0 0 8px;font-size:1.1rem;color:#153e8c}.catalog-data-text{font-size:.9rem;color:#4b5265}.building-blocks-view-readonly .bb-product-card{cursor:default}.building-blocks-view-readonly .bb-block-wrapper{padding:12px 14px;cursor:default}.bb-step-badges-column{margin-top:8px;padding-top:4px;display:flex;flex-direction:column;gap:4px}.bb-step-badge{display:flex;justify-content:space-between;font-size:.85rem;line-height:1.4;color:#4b5265}.bb-step-badge span{font-weight:400}.bb-step-badge strong{font-weight:600}.devi-view{display:flex;flex-direction:column;gap:12px;font-size:.9rem;color:#3d4353;height:100%;position:relative}.devi-view-header-row{display:flex;justify-content:space-between;align-items:center}.devi-view-header-left{display:flex;align-items:center;gap:15px}.devi-view-title{margin:0;font-size:1.1rem;color:#153e8c;font-weight:600}.devi-search-input{width:600px}.devi-view-header-actions{display:flex;align-items:center;gap:12px;padding-top:8px;overflow:visible!important}.ant-badge{overflow:visible!important}.devi-project-info-icon{font-size:16px;color:#9aa1b8;cursor:pointer}.devi-toggle-texts-btn{display:inline-flex;align-items:center;justify-content:center}.devi-total-sum{display:inline-flex;align-items:baseline;gap:8px;width:330px;font-size:.85rem;font-weight:500;color:#153e8c;background:#eff6ff;padding:8px 16px;border-radius:8px;border:1px solid #dbeafe}.devi-total-sum-symbol{font-size:1.1rem;opacity:.8}.devi-total-sum-label{color:#4b5265}.devi-total-sum-value{font-variant-numeric:tabular-nums;font-size:1.1rem;margin-left:auto;text-align:right}.devi-view-center{padding:24px 0;display:flex;justify-content:center;align-items:center}.devi-view-error{color:#c53030}.devi-positions-scroll{margin-top:4px;flex:1;min-height:0;overflow-y:auto;padding-right:4px}.devi-positions-list{display:flex;flex-direction:column;gap:3px}.devi-position-row{display:grid;grid-template-columns:minmax(0,20%) 70px 130px minmax(0,1fr) 60px 60px;gap:12px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 16px #153e8c14,0 1px 3px #00000005;position:relative;overflow:hidden;transition:all .2s ease;align-items:center;scroll-margin-top:10px}.devi-position-row-selected{border-left:4px solid #153e8c;background:#f5f7ff}.devi-position-row.devi-view-mode-comments{display:flex!important;flex-direction:row;align-items:flex-start;gap:20px;min-height:80px}.devi-position-row.devi-view-mode-comments .devi-col-main{border-right:1px solid #f0f0f0;padding-right:20px}.devi-col{display:flex;flex-direction:column}.devi-col-main{border-right:1px dashed #e2e5f2;padding-right:10px}.devi-code-line{font-family:SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8rem;color:#7b8195;margin-bottom:3px}.devi-position-text-line{display:flex;align-items:flex-start;font-size:12px;line-height:1.4}.devi-pos-prefix{width:40px;flex-shrink:0;color:#6c7285}.devi-pos-text{white-space:normal;color:#3d4353}.devi-position-text-group-collapsed{max-height:7.5em;overflow:hidden}.devi-col-pdf{border-right:1px dashed #e2e5f2;padding-inline:8px;align-items:center;justify-content:center}.devi-pdf-dropzone{width:100%;height:56px;border-radius:10px;border:1px dashed #d9d9d9;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;line-height:1}.devi-pdf-icon-filled{font-size:18px;color:#153e8c;margin-bottom:1px}.devi-pdf-icon-empty{font-size:16px;color:#9aa1b8}.devi-pdf-drop-hint{font-size:10px;color:#9aa1b8;text-transform:uppercase;font-weight:600}.devi-pdf-drop-text-bold{font-size:11px;font-weight:700;color:#153e8c;line-height:1.1}.devi-pdf-filename-tiny{font-size:9px;color:#6c7285;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.devi-pdf-dropzone-over .devi-pdf-dropzone{border-color:#153e8c;background:#f0f4ff}.devi-pdf-has-file{border:1px solid #b6c4e3;background:#f0f4ff;cursor:pointer}.devi-pdf-has-file:hover{border-color:#153e8c;background:#e6efff}.devi-col-qty{border-right:1px dashed #e2e5f2;padding-inline:8px;align-items:center;justify-content:center;text-align:center}.devi-qty-value{font-weight:700;color:#2f3443;font-variant-numeric:tabular-nums}.devi-qty-unit{font-size:11px;color:#6c7285}.devi-qty-empty{color:#c0c4d4}.devi-col-comments{padding-inline:6px;align-items:center;justify-content:center;gap:8px}.devi-comment-icon-btn{width:34px;height:34px;border-radius:999px;border:1px solid #d3d7e8;background:#fff;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .15s ease-out;color:#7b8195}.devi-comment-icon-btn:hover{border-color:#153e8c;color:#153e8c;box-shadow:0 2px 8px #153e8c1f}.devi-comment-icon-btn-active{background:#153e8c;border-color:#153e8c;color:#fff}.devi-comment-icon-label{position:absolute;bottom:-6px;right:-2px;font-size:10px;font-weight:700;background:#fff;color:#153e8c;border:1px solid rgba(21,62,140,.25);border-radius:999px;padding:0 5px;line-height:16px;height:16px}.devi-col-blocks-wide{border-right:1px dashed #e2e5f2;padding-inline:10px;min-width:0}.devi-product-chip-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.devi-product-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center;flex:1 1 auto;min-width:0}.devi-product-empty{color:#6c7285;font-size:12px;font-style:italic}.devi-product-chip{border-radius:999px;border:1px solid #d3d7e8;background:#f7f8fc;padding:4px 10px!important;font-size:12px;cursor:pointer;display:inline-flex;flex-direction:column;align-items:flex-start;min-width:160px;max-width:360px;overflow:hidden;transition:all .15s ease-out;box-shadow:0 2px 4px #00000008}.devi-product-chip:hover{border-color:#153e8c;box-shadow:0 3px 10px #153e8c24}.devi-product-chip-name{font-weight:700;color:#153e8c;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.devi-product-chip-category{font-size:11px;color:#6c7285;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.devi-template-item{transition:all .2s ease-in-out;border:1px solid #e0e0e0;background:#fff}.devi-template-item:hover{border-color:#1890ff;box-shadow:0 4px 12px #0000001a;background-color:#fafafa}.devi-hint-text{font-size:.75rem;color:#8c8c8c;display:block;margin-top:2px}.devi-product-chip-active{background:#153e8c;border-color:#153e8c}.devi-product-chip-active .devi-product-chip-name,.devi-product-chip-active .devi-product-chip-category{color:#fff}.devi-product-actions{display:inline-flex;gap:8px;align-items:center}.devi-product-action-btn{border-color:#153e8c40}.devi-blocks-wrapper{display:flex;flex-direction:column;gap:10px}.devi-blocks-wrapper-disabled{font-size:12px;color:#9aa1b8;font-style:italic}.devi-block-line-header{display:flex;align-items:flex-end;gap:10px;flex-wrap:nowrap}.devi-block-field{display:flex;flex-direction:column}.devi-block-field-label{font-size:11px;color:#6c7285;margin-bottom:2px}.devi-block-field-input{width:72px}.devi-block-field-price,.devi-block-field-qm{width:100px;align-items:flex-end}.devi-block-field-price .devi-block-field-input-readonly,.devi-block-field-input-readonly{text-align:right}.devi-block-field-wide{flex:1 1 auto;min-width:200px}.devi-block-kalk-row{display:flex;gap:8px;align-items:center;min-width:0}.devi-block-field-input-long-readonly{flex:1 1 auto;min-width:0;background:#c8c8c8}.devi-block-actions{display:inline-flex;gap:8px;align-items:center}.devi-block-action-btn{border-color:#153e8c40}.devi-block-field-sum{min-width:140px;align-items:flex-end}.devi-block-field-sum-value{font-weight:600;color:#2f3443;white-space:nowrap;font-variant-numeric:tabular-nums}.devi-sum-per{color:#bfbfbf!important;font-weight:700;font-variant-numeric:tabular-nums}.devi-block-field-total-row{margin-top:2px;display:flex;justify-content:space-between;gap:10px;font-size:11px;color:#6c7285;width:100%}.devi-block-total-label{font-weight:600}.devi-block-total-value{font-weight:700;color:#153e8c;font-variant-numeric:tabular-nums}.devi-non-offerable-placeholder{color:#9aa3b2;font-size:13px;padding:12px 8px}.devi-product-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.devi-product-badge{border:1px solid #d7deef;background:#fff;border-radius:999px;padding:4px 10px;font-size:12px;line-height:1;text-align:left;cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease,transform .12s ease;min-width:auto}.devi-product-badge:hover{border-color:#b9c6ea;box-shadow:0 6px 14px #10182814;transform:translateY(-1px)}.devi-product-badge-active{border-color:#153e8c;box-shadow:0 6px 16px #153e8c2e}.devi-product-badge-name{font-weight:600;color:#1f2a44;font-size:12px;line-height:1.1}.devi-product-badge-sub{font-size:11px;color:#6c7285;margin-top:0;opacity:.7}.devi-block-add-action-btn{border-color:#c8d3ee!important;background:#f3f6ff!important;color:#153e8c!important}.devi-block-add-action-btn:hover{border-color:#153e8c!important;background:#e9efff!important}.devi-blocks-header-actions{display:flex;justify-content:flex-end;gap:8px;padding:2px 0 8px}.devi-header-circle-btn{display:inline-flex;align-items:center;justify-content:center}.devi-filter-popover{width:340px}.devi-filter-popover-title{font-weight:700;color:#153e8c;margin-bottom:10px}.devi-filter-section-label{font-size:12px;color:#0000008c;margin-bottom:6px}.devi-filter-empty{font-size:12px;color:#00000073}.devi-filter-product-list{display:flex;flex-direction:column;gap:6px}.devi-filter-product-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:10px;cursor:pointer;border:1px solid rgba(0,0,0,.06);background:#fff;transition:all .12s ease}.devi-filter-product-item:hover{border-color:#153e8c40;box-shadow:0 6px 14px #1018280f}.devi-filter-product-item-active{background:#153e8c0f;border-color:#153e8c59}.devi-filter-product-left{display:flex;align-items:center;gap:8px;min-width:0}.devi-filter-product-texts{display:flex;flex-direction:column;min-width:0}.devi-filter-product-name{font-weight:650;color:#1f2a44;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devi-filter-product-sub{font-size:11px;color:#6c7285;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devi-filter-product-count{font-size:12px;color:#0000008c;font-variant-numeric:tabular-nums;padding-left:10px}.devi-sum-per{color:#00000073;font-weight:700}.devi-comment-img-badge{position:absolute;top:-6px;left:-6px;min-width:18px;height:18px;border-radius:999px;background:#fff;border:1px solid rgba(21,62,140,.35);color:#153e8c;font-size:11px;font-weight:800;line-height:18px;text-align:center;padding:0 5px;box-shadow:0 2px 8px #1018281f;pointer-events:none}.devi-plan-table-wrapper{display:flex;flex-direction:column;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.devi-plan-table-header{display:flex;align-items:center;background-color:#fafafa;padding:10px 16px;border-bottom:1px solid #f0f0f0;font-size:11px;font-weight:700;color:#8c8c8c;text-transform:uppercase;letter-spacing:.5px}.devi-plan-col-name{flex:1}.devi-plan-col-actions{width:100px;text-align:right;padding-right:8px}.devi-plan-list .ant-list-item{padding:8px 16px;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.devi-plan-list .ant-list-item:last-child{border-bottom:none}.devi-plan-list .ant-list-item:hover{background-color:#f5f7ff}.devi-plan-name-cell{flex:1;font-size:13px;color:#1f2a44;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:16px}.devi-plan-list .ant-list-item-action{margin-left:0;display:flex;gap:4px}.devi-plan-list .ant-list-item-action>li{padding:0}.devi-template-list{display:flex;flex-direction:column;gap:16px;max-height:65vh;overflow-y:auto;padding:2px}.devi-template-group{border:1px solid #d9d9d9;border-radius:8px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column}.devi-template-group-header{background-color:#f5f5f5;padding:8px 12px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.devi-template-options{padding:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.devi-template-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e8e8e8;border-radius:6px;background:#fff;cursor:pointer;text-align:left;transition:all .2s ease;min-height:50px}.devi-template-item:hover{border-color:#153e8c;background:#f0f7ff;box-shadow:0 2px 4px #0000000d}.devi-template-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;background:#f0f0f0;color:#595959;font-size:14px;flex-shrink:0}.devi-template-title{font-size:13px;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.devi-template-desc{font-size:11px;color:#8c8c8c;margin-top:1px}.devi-block-field-wide{flex:100 1 auto;min-width:180px;display:flex;flex-direction:column}.devi-block-field-input-readonly{background-color:#d9d9d957!important}.devi-block-field-input-long-readonly{width:100%;background-color:#d9d9d957!important;border-color:#d9d9d957!important;color:#4a4a4a!important;font-weight:500;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devi-block-field-input-long-readonly:hover,.devi-block-field-input-long-readonly:focus,.devi-block-field-input-long-readonly:active{background-color:#d9d9d957!important;border-color:#bfbfbf!important;box-shadow:none!important;color:#262626!important}.devi-block-kalk-row{display:flex;gap:6px;align-items:center;width:100%}.ant-drawer-content-wrapper{width:1300px!important;padding-right:215px!important}.devi-block-select-modal{display:flex;flex-direction:column;gap:16px;padding-top:6px;max-height:60vh;overflow-y:auto}.devi-block-select-group{margin-top:24px;display:flex;flex-direction:column;gap:8px}.devi-block-select-group-title{font-size:12px;font-weight:700;color:#1f1f1f;text-transform:uppercase;letter-spacing:.5px;padding-left:2px}.devi-block-select-group-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.devi-block-select-item{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:10px 12px;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;cursor:pointer;text-align:left;transition:all .2s ease;min-height:54px;width:100%}.devi-block-select-item:hover{border-color:#153e8c;background-color:#f0f7ff;box-shadow:0 4px 12px #153e8c14;transform:translateY(-1px)}.devi-block-select-item-main{font-size:13px;font-weight:600;color:#1f1f1f;line-height:1.3;margin-bottom:2px}.devi-block-select-item-price{font-size:11px;color:#6c7285;font-variant-numeric:tabular-nums}.devi-template-list{display:flex;flex-direction:column;gap:16px;max-height:60vh;overflow-y:auto;padding:4px}.devi-template-group{border:1px solid #d9d9d9;border-radius:8px;background-color:#fff;flex-shrink:0;display:flex;flex-direction:column}.devi-template-group-header{background-color:#f5f5f5;padding:8px 12px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1}.devi-template-product-name{font-size:14px;font-weight:700;color:#1f1f1f}.devi-template-product-cat{font-size:11px;color:#8c8c8c;background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #e8e8e8;text-transform:uppercase;font-weight:600}.devi-template-options{padding:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.devi-template-item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e8e8e8;border-radius:6px;background:#fff;cursor:pointer;text-align:left;transition:all .2s ease;min-height:60px;width:100%;box-sizing:border-box}.devi-template-item:hover{border-color:#153e8c;background-color:#f0f7ff;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.devi-position-row.devi-row-drag-active{background-color:#153f8c0d!important;border:1px dashed #153f8c!important;transition:all .2s ease}.devi-row-drag-active .devi-pdf-dropzone{transform:scale(1.1);color:#153f8c;border-color:#153f8c}.devi-btn-blue-hover:hover:not(:disabled){background-color:#153e8c14!important;color:#153e8c!important}.devi-btn-red-hover:hover:not(:disabled){background-color:#ff4d4f1a!important}.devi-plan-list-item{transition:background .3s;border-radius:6px;margin-bottom:2px}.devi-plan-list-item:hover{background-color:#fafafa}.devi-filter-popover{width:340px;max-height:600px;display:flex;flex-direction:column;margin:-12px}.devi-filter-popover-header{padding:16px;flex-shrink:0}.devi-filter-popover-title{font-weight:600;font-size:16px;margin-bottom:16px;color:#1a1a1a}.devi-filter-section-label{font-size:12px;text-transform:uppercase;color:#8c8c8c;letter-spacing:.5px;margin-bottom:8px}.devi-filter-radio-group{display:flex;flex-direction:column;gap:8px}.devi-filter-scroll-container{overflow-y:auto;flex-grow:1;background-color:#fcfcfc}.devi-filter-product-list{padding:0 12px 12px}.devi-filter-product-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border:1px solid #f0f0f0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s}.devi-filter-product-item:hover{border-color:#1890ff;background:#f0f7ff}.devi-filter-product-item-active{border-color:#1890ff;background:#e6f7ff}.devi-filter-product-name{font-weight:500;line-height:1.2}.devi-filter-product-sub{font-size:11px;color:#8c8c8c;margin-top:2px}.devi-filter-product-count{font-size:12px;background:#f0f0f0;padding:2px 8px;border-radius:10px;color:#595959}.devi-filter-popover-footer{padding:8px 16px 12px;flex-shrink:0;background:#fff}.devi-filter-popover{width:320px;display:flex;flex-direction:column}.devi-filter-popover-header{padding:12px 16px;background-color:#fff}.devi-filter-popover-title{font-size:15px;font-weight:600;margin-bottom:12px;color:#1f2937}.devi-filter-section{margin-bottom:12px}.devi-filter-section:last-child{margin-bottom:0}.devi-filter-section-label{font-size:11px;font-weight:700;text-transform:uppercase;color:#9ca3af;margin-bottom:6px;letter-spacing:.05em}.devi-filter-radio-group{display:flex;flex-direction:column;gap:6px}.devi-filter-scroll-container{max-height:350px;min-height:350px;overflow-y:auto;background-color:#f9fafb;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.devi-filter-product-list{display:flex;flex-direction:column}.devi-filter-product-item{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;cursor:pointer;transition:background .15s;background:#fff;border-bottom:1px solid #f3f4f6;border-left:4px solid transparent}.devi-filter-product-item:hover{background-color:#f3f4f6}.devi-filter-product-item-active{background-color:#eff6ff}.devi-filter-product-left{display:flex;align-items:center;gap:10px;flex:1;overflow:hidden}.devi-filter-product-name{font-size:13px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.devi-filter-product-count{background:#e5e7eb;color:#4b5563;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;margin-left:8px}.devi-filter-popover-footer{padding:8px 16px}.devi-filter-empty{padding:20px;text-align:center;color:#9ca3af;font-size:13px;font-style:italic}.devi-col-center-vertical{display:flex;flex-direction:column;justify-content:center;height:100%;min-height:56px}.devi-block-field-sum{display:flex;flex-direction:column;justify-content:flex-end;min-width:140px}.devi-position-row{align-items:center}.devi-block-line-header{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}.devi-col-price{line-height:1.2}.devi-sum-per{color:#8c8c8c!important;font-weight:600}.devi-block-field-input-readonly{background-color:#f5f5f5!important;border:1px solid #d9d9d9!important;border-radius:4px;font-weight:500}.devi-col-pdf{display:flex;align-items:center;justify-content:center}.devi-position-text-group{transition:max-height .3s ease-in-out;overflow:hidden}.devi-positions-scroll{scroll-behavior:smooth}.devi-position-text-group{transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden;max-height:1200px}.devi-position-text-group-collapsed{max-height:7.5em}.devi-positions-scroll{scroll-behavior:smooth;overflow-anchor:none}.devi-position-row-selected{transition:background-color .3s ease,border-color .3s ease;box-shadow:0 4px 15px #153e8c1a}.devi-position-text-group{transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease-in-out;overflow:hidden;max-height:800px}.devi-position-text-group-collapsed{max-height:7.5em;opacity:.85}.devi-positions-scroll{margin-top:8px;flex:1;min-height:0;overflow-y:auto;padding:12px;border-radius:16px;scroll-behavior:auto!important;overflow-anchor:none}.devi-position-row{scroll-margin-top:10px}.devi-block-field-right{align-items:flex-end}.devi-block-field-right .devi-block-field-label{text-align:right;width:100%}.devi-block-field-right .ant-input-number-input,.devi-block-field-right input{text-align:right!important;padding-right:25px!important}.devi-block-select-row:hover{border-color:#153e8c!important;background-color:#f0f7ff!important;box-shadow:0 4px 12px #153e8c14}.devi-positions-scroll{margin-top:8px;flex:1;min-height:0;overflow-y:auto;padding:12px;border-radius:16px;scroll-behavior:smooth;overflow-anchor:none}.devi-template-item-new{border-style:dashed}.devi-template-item-new:hover{border-color:#52c41a;background-color:#f6ffed}.devi-template-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background:#f0f0f0;color:#595959;font-size:16px;flex-shrink:0}.devi-template-item-new .devi-template-icon{background-color:#52c41a1a;color:#52c41a}.devi-template-item:hover .devi-template-icon{background:#153e8c;color:#fff}.devi-template-item-new:hover .devi-template-icon{color:#fff}.devi-template-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.devi-template-title{font-size:13px;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.devi-template-desc{font-size:11px;color:#8c8c8c;margin-top:2px}@keyframes anchorFlash{0%{background-color:#153e8c00}30%{background-color:#153e8c14}to{background-color:#153e8c00}}.devi-anchor-highlight{animation:anchorFlash 1.2s ease-out}.devi-position-text-group{transition:max-height .45s cubic-bezier(.65,0,.35,1),opacity .3s ease-in-out;overflow:hidden}.devi-positions-scroll{margin-top:8px;flex:1;min-height:0;overflow-y:auto;background-color:#f8f9fc;padding:16px;border-radius:16px;scroll-behavior:smooth;overflow-anchor:none;box-shadow:inset 0 2px 4px #00000005}.devi-positions-list{display:flex;flex-direction:column;gap:6px}.devi-block-field-input-readonly,.devi-block-field-input-long-readonly{background-color:#f1f5f9!important;border:1px solid transparent!important;color:#334155!important;border-radius:6px;font-weight:500;transition:all .2s}.devi-product-chip{background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.devi-product-chip:hover{border-color:#153e8c;background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 6px #153e8c1a}.devi-product-badge{background:#f8fafc;border:1px solid #cbd5e1;font-weight:500;color:#475569}.devi-product-badge-active{background:#eff6ff;border-color:#153e8c;color:#153e8c;font-weight:600}.devi-block-field-sum-value,.devi-block-total-value,.devi-total-sum-value{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em;color:#0f172a}.devi-total-sum{background:#eff6ff;padding:6px 12px;border-radius:8px;border:1px solid #dbeafe}@keyframes deviRowFlash{0%{background-color:#fff;box-shadow:0 2px 8px #1e293b0a;transform:scale(1)}15%{background-color:#f0f7ff;box-shadow:0 0 0 2px #153e8c,0 12px 24px #153e8c33;transform:scale(1.01)}to{background-color:#fff;box-shadow:0 2px 8px #1e293b0a;transform:scale(1)}}.devi-row-highlight-active{animation:deviRowFlash 2s cubic-bezier(.22,1,.36,1) forwards;z-index:100;position:relative;border-radius:12px}.devi-block-line-header{display:flex;align-items:center!important;gap:10px;flex-wrap:nowrap;width:100%}.devi-block-line-surcharge{background-color:#fafafa;border-radius:6px}.plans-view{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;padding:12px 0}.plans-project-title{padding:0 16px 8px;font-size:13px;color:#555}.plans-table{width:100%}.plans-row{display:grid;grid-template-columns:40px 1fr 130px 90px 44px;align-items:center;gap:8px;padding:6px 16px;font-size:13px;cursor:pointer}.plans-row:not(.plans-header){-webkit-user-select:none;user-select:none}.plans-header{font-size:11px;text-transform:uppercase;color:#888;letter-spacing:.03em;border-bottom:1px solid #eee;cursor:default}.plans-col-actions{display:flex;justify-content:flex-end;align-items:center}.plan-item-card:active{cursor:grabbing;transform:scale(.98)}.plan-item-card:hover{border-color:#153e8c;box-shadow:0 2px 4px #0000000d}.plans-row:not(.plans-header) .plans-col-actions{opacity:.55;transition:opacity .12s ease}.plans-row:not(.plans-header):hover .plans-col-actions{opacity:1}.plans-header{font-size:11px;text-transform:uppercase;color:#888;letter-spacing:.03em;border-bottom:1px solid #eee}.plans-row:not(.plans-header)+.plans-row{border-top:1px solid #f3f3f3}.plans-row:not(.plans-header):hover{background:#fafafa}.plans-col-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plans-pdf-icon{font-size:18px;color:#c53030}.plans-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.plans-title{margin:0;font-size:14px;font-weight:500}.plans-header-actions{display:flex;gap:8px}.plans-col-actions{width:44px;display:flex;justify-content:flex-end;align-items:center}.plans-row:not(.plans-header){cursor:pointer}.devi-ai-root{display:flex;flex-direction:column;gap:16px;margin-top:12px}.devi-ai-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px}.devi-ai-topbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.devi-ai-badge{font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#153e8c}.devi-ai-step-label{font-size:13px;font-weight:500;color:#4b5563}.devi-ai-topbar-hint{font-size:12px;color:#6b7280}.devi-ai-topbar-actions{display:flex;align-items:center;gap:8px}.devi-ai-layout{display:flex;gap:24px;align-items:stretch;min-height:420px}.devi-ai-left{flex:1%;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;max-height:calc(100vh - 220px)}.devi-ai-left-header{padding:12px 16px 8px;border-bottom:1px solid #e5e7eb}.devi-ai-left-title{font-size:14px;font-weight:600;color:#111827}.devi-ai-left-content{padding:8px 12px 12px;overflow-y:auto}.devi-ai-left-empty{font-size:13px;color:#6b7280;padding:12px}.devi-ai-devis-card{border-radius:10px;border:1px solid #e5e7eb;padding:10px 12px;background:#fff;margin-bottom:8px}.devi-ai-devis-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.devi-ai-devis-code{font-size:12px;font-weight:600;color:#4b5563}.devi-ai-devis-amount{font-size:12px;font-weight:500;color:#6b7280}.devi-ai-devis-text{font-size:13px;line-height:1.4;color:#111827;white-space:pre-wrap}.devi-ai-right{flex:1;background:#fff;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;max-height:calc(100vh - 220px)}.devi-ai-product-header{padding:12px 16px 8px;border-bottom:1px solid #e5e7eb}.devi-ai-product-header-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.devi-ai-product-title{font-size:14px;font-weight:600;color:#111827}.devi-ai-product-subtitle{font-size:12px;color:#6b7280;margin-top:2px}.devi-ai-product-body{padding:12px 16px 16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.devi-ai-worktype-pill{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.devi-ai-worktype-pill.standard{background:#ecfdf3;color:#166534}.devi-ai-worktype-pill.planning{background:#eff6ff;color:#1d4ed8}.devi-ai-worktype-pill.regie{background:#fef3c7;color:#92400e}.devi-ai-product-name-field{display:flex;flex-direction:column;gap:4px}.devi-ai-input-label{font-size:13px;font-weight:500;color:#374151}.devi-ai-input{border-radius:8px;border:1px solid #d1d5db;padding:6px 10px;font-size:13px;outline:none}.devi-ai-input:focus{border-color:#153e8c;box-shadow:0 0 0 1px #153e8c1f}.devi-ai-product-footer{margin-top:8px;display:flex;justify-content:flex-start;align-self:end}.devi-ai-empty{margin-top:40px;padding:24px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:space-between;align-items:center;gap:16px}.devi-ai-empty h3{margin:0 0 4px;font-size:15px;font-weight:600;color:#111827}.devi-ai-empty p{margin:0;font-size:13px;color:#6b7280}@media (max-width: 1200px){.devi-ai-layout{flex-direction:column}.devi-ai-left,.devi-ai-right{max-height:none}}.om-full-container{width:100%;padding:16px 24px;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1e293b;display:flex;flex-direction:column;gap:16px}.om-loading-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.om-hero-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.om-hero-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 2px #00000008}.om-hero-card.is-primary{background:#153e8c;border-color:#153e8c;color:#fff}.om-hero-icon{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.icon-grey{background:#f1f5f9;color:#475569}.icon-orange{background:#fff7ed;color:#f59e0b}.icon-white{background:#fff3;color:#fff}.om-hero-data{display:flex;flex-direction:column;line-height:1.1}.om-hero-label{font-size:11px;text-transform:uppercase;font-weight:600;letter-spacing:.5px;color:#64748b;margin-bottom:2px}.text-white-50{color:#ffffffb3}.text-white{color:#fff}.om-hero-value{font-size:18px;font-weight:700;font-feature-settings:"tnum"}.om-hero-value small{font-size:11px;font-weight:500;margin-left:4px}.om-main-grid{display:grid;grid-template-columns:3fr 2fr;gap:16px;align-items:start}.om-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:0;box-shadow:0 1px 2px #00000008;overflow:hidden}.om-card-header{padding:10px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.om-card-header h3{margin:0;font-size:13px;font-weight:700;color:#334155;text-transform:uppercase}.om-badge{font-size:10px;background:#e2e8f0;padding:2px 6px;border-radius:4px;color:#475569;font-weight:600}.om-calc-rows{padding:8px 0}.om-row{display:grid;grid-template-columns:1.5fr 100px 1fr;align-items:center;padding:4px 16px;font-size:13px}.om-row:hover{background:#f8fafc}.om-subtotal{background:#f8fafc;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:6px 16px;margin:4px 0}.om-subtotal .om-col-label{color:#153e8c;font-weight:600}.om-final{background:#153e8c;color:#fff;padding:8px 16px;margin-top:4px}.om-final .om-col-label,.om-final .om-col-value{color:#fff;font-weight:700;font-size:14px}.om-row.om-final:hover{background:#103170;cursor:default}.om-col-label{font-weight:500;color:#475569}.om-col-input{display:flex;justify-content:center}.om-col-value{text-align:right;color:#1e293b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500}.bold{font-weight:700}.text-red{color:#dc2626}.om-input-group{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:4px;background:#fff;padding:0 4px;height:24px;width:70px;transition:all .2s}.om-input-group:focus-within{border-color:#153e8c;box-shadow:0 0 0 1px #153e8c}.om-input-group input{width:100%;border:none;outline:none;text-align:right;font-size:12px;font-weight:600}.om-input-group span{font-size:10px;color:#94a3b8;margin-left:2px}.om-input-group.disabled{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8}.om-input-group.disabled input{background:transparent;color:#94a3b8}.chart-card{height:100%;display:flex;flex-direction:column}.om-chart-wrapper{flex:1;min-height:200px;padding:16px}.om-legend-table{border-top:1px solid #e2e8f0;padding:0}.om-legend-row{display:flex;justify-content:space-between;padding:8px 16px;font-size:12px;border-bottom:1px solid #f1f5f9}.om-legend-row:last-child{border-bottom:none}.om-header-status-area{display:flex;justify-content:flex-end;align-items:center;height:24px;margin-bottom:8px}.om-status-content{display:flex;align-items:center;gap:8px;min-width:200px;justify-content:flex-end}.status-fade-enter{opacity:0}.status-fade-active{opacity:1;transition:opacity .3s ease}.om-legend-key{display:flex;align-items:center;gap:8px;color:#64748b}.om-dot{width:8px;height:8px;border-radius:50%}.om-legend-val{font-weight:600;color:#1e293b;font-feature-settings:"tnum"}@media (max-width: 1000px){.om-main-grid,.om-hero-row{grid-template-columns:1fr}}.ev-container-full{padding:12px 0;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2937;display:flex;flex-direction:column;gap:16px}.ev-score-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #00000005;width:100%;overflow:hidden}.ev-score-header{background:#fff;padding:12px 20px;border-bottom:1px solid #e5e7eb}.ev-score-header h3{margin:0;font-size:13px;font-weight:700;color:#153e8c;text-transform:uppercase;letter-spacing:.5px}.ev-score-body{display:grid;grid-template-columns:minmax(300px,1.2fr) minmax(220px,1fr) 200px;gap:32px;padding:24px;align-items:center}.ev-chart-area{height:260px;width:100%}.ev-score-list{display:flex;flex-direction:column;gap:10px;border-right:1px solid #f3f4f6;padding-right:32px}.ev-score-item{display:grid;grid-template-columns:100px 1fr 30px;align-items:center;gap:12px}.ev-lbl{font-size:12px;font-weight:600;color:#4b5563}.ev-bar-bg{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden;width:100%}.ev-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.ev-val{font-size:12px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.ev-score-summary{display:flex;flex-direction:column;gap:16px}.ev-big-score-box{padding:16px 20px;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start}.ev-big-label{font-size:11px;text-transform:uppercase;font-weight:700;opacity:.9;margin-bottom:2px}.ev-big-val{font-size:42px;font-weight:800;line-height:1}.ev-reco-text{font-size:12px;color:#4b5563;line-height:1.4;background:#f8fafc;padding:10px;border-radius:6px;border:1px solid #f1f5f9}.ev-table-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #00000005;display:flex;flex-direction:column;overflow:hidden}.ev-table-header{padding:12px 20px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;justify-content:space-between;align-items:center}.ev-table-header h3{margin:0;font-size:13px;font-weight:700;color:#153e8c;text-transform:uppercase;letter-spacing:.5px}.ev-info-badge{font-size:11px;background:#f1f5f9;padding:3px 8px;border-radius:4px;font-weight:600;color:#475569}.ev-data-table-compact .ant-table-thead>tr>th{background:#fff!important;border-bottom:1px solid #e5e7eb!important;font-size:11px!important;text-transform:uppercase;color:#64748b!important;font-weight:700!important;padding:8px 6px!important;white-space:nowrap}.ev-data-table-compact .ant-table-cell-fix-left,.ev-data-table-compact .ant-table-cell-fix-right{background:#fff}.ev-data-table-compact .ant-table-cell-fix-left-last:after{box-shadow:inset 6px 0 6px -6px #0000000d!important}.ev-data-table-compact .ant-table-tbody>tr>td{padding:4px 6px!important;font-size:12px!important;border-bottom:1px solid #f1f5f9!important;color:#1f2937;height:30px!important;line-height:1.2}.ev-data-table-compact .ant-table-row-level-0{background:#fcfcfd}.ev-data-table-compact .ant-table-row-level-0:hover{background:#f8fafc!important}.ev-data-table-compact .ant-table-row-level-1{background:#fff}.ev-cell-nr{color:#d1d5db;font-family:monospace;font-size:10px}.ev-tag-product{font-weight:700;color:#153e8c;background:#edf2ff;border:1px solid #dbeafe;border-radius:3px;font-size:10px;line-height:16px;padding:0 4px}.ev-cell-name.product .ev-name-main{font-weight:700;font-size:12px;color:#111827}.ev-cell-name.block .ev-name-main{color:#4b5563;font-size:12px;padding-left:2px}.ev-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:inherit;font-size:12px}.ev-num-small{font-size:11px;color:#6b7280;font-feature-settings:"tnum"}.ev-num.bold{font-weight:700;color:#111827}.ev-unit{font-size:10px;background:#f3f4f6;padding:1px 4px;border-radius:3px;color:#9ca3af;font-weight:600;text-transform:uppercase}.ant-tag{line-height:16px!important;border-radius:3px!important}.ev-bg-light{background-color:#fafafa!important}.ev-main-wrapper{position:relative;overflow:hidden;min-height:100vh}.ev-dummy-ribbon{position:absolute;top:35px;right:-45px;transform:rotate(45deg);background-color:#faad14;color:#fff;padding:8px 50px;font-size:11px;font-weight:900;letter-spacing:2px;z-index:1000;box-shadow:0 2px 8px #0003;pointer-events:none;text-transform:uppercase}.ev-watermark-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;flex-direction:column;justify-content:space-around;align-items:center;opacity:.04;z-index:0;-webkit-user-select:none;user-select:none;overflow:hidden}.ev-watermark-row{font-size:5rem;font-weight:900;transform:rotate(-20deg);white-space:nowrap;color:#000;width:120%;text-align:center}.is-dummy .ev-score-panel,.is-dummy .ev-table-panel{border:1px dashed #faad1488!important}.ev-container-full{position:relative;z-index:1;padding:20px;display:flex;flex-direction:column;gap:24px}.ev-muted{color:#e5e7eb}.ev-loading{padding:40px;text-align:center}@media (max-width: 1200px){.ev-score-body{grid-template-columns:1fr 1fr}.ev-score-summary{grid-column:span 2;flex-direction:row;justify-content:center}.ev-score-list{border-right:none;padding-right:0}}@media (max-width: 900px){.ev-score-body{grid-template-columns:1fr}.ev-score-summary{grid-column:span 1;flex-direction:column}.ev-chart-area{height:250px}}.order-config-view{display:flex;flex-direction:column;gap:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1f2a44;font-size:12px}.order-config-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;align-items:start}@media (max-width: 1200px){.order-config-grid{grid-template-columns:1fr}}.order-config-card{display:flex;flex-direction:column;gap:10px}.order-config-card-title{font-size:13px;font-weight:700;color:#153e8c;margin:0 0 2px 2px;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.order-config-form-grid{display:flex;flex-direction:column;gap:10px}.order-config-subcard{background:#fff;border-radius:8px;padding:12px;border:1px solid #eef0f5;box-shadow:0 1px 3px #153e8c08;transition:box-shadow .2s ease}.order-config-subcard:hover{box-shadow:0 3px 8px #153e8c0f;border-color:#e0e4eb}.order-config-subcard-title{font-size:12px;font-weight:700;color:#3d4353;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #f0f2f5;display:flex;align-items:center}.order-config-subgrid{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;row-gap:8px}.order-config-segment-input-row,.order-config-map-row,.order-config-risk-result,.order-config-risk-row{grid-column:1 / -1}.order-config-form-row{display:flex;flex-direction:column;gap:2px;min-width:0}.order-config-form-row label,.order-config-risk-label{font-size:10px;font-weight:600;color:#6c7285;letter-spacing:.2px;text-transform:uppercase}.order-config-inline-field{display:flex;align-items:center;gap:6px}.order-config-segment-input-wrapper{display:flex;gap:6px}.order-config-segments-list{display:flex;flex-wrap:wrap;gap:4px;padding:6px;background:#f9fafb;border-radius:4px;border:1px solid #f0f0f0;min-height:32px}.order-config-segments-empty{font-size:10px;color:#9aa1b8;font-style:italic;padding-left:4px}.order-config-risk-row{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:10px;padding:3px 0;border-bottom:1px dashed #f5f5f5}.order-config-risk-row:last-child{border-bottom:none}.order-config-risk-label{margin-bottom:0;text-transform:none;font-size:11px}.order-config-risk-result{margin-top:8px;padding:8px 12px;border-radius:6px;background:#fcfcfd;border:1px solid #eff1f5}.order-config-risk-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:11px;font-weight:600;color:#555}.order-config-risk-result-header strong{font-size:13px;color:#1f2a44}.order-config-map-wrapper{width:100%;overflow:hidden;border:1px solid #e0e0e0;border-radius:6px;background:#fff;margin-top:4px}.order-config-map-caption{font-size:10px;color:#6c7285;padding:4px 8px;background:#fcfcfd;border-top:1px solid #f0f0f0;font-family:monospace}.order-config-map-placeholder,.order-config-map-error{width:100%;height:180px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px dashed #d9d9d9;color:#999;background:#fafafa;font-size:11px}.order-config-view .ant-input,.order-config-view .ant-input-number,.order-config-view .ant-picker,.order-config-view .ant-select-selector{border-radius:4px!important;border-color:#d9dce5!important;box-shadow:none!important;font-size:12px!important;min-height:28px!important;height:28px!important;padding-top:0!important;padding-bottom:0!important;display:flex;align-items:center}.order-config-view .ant-input{padding-left:8px!important}.order-config-view .ant-input-number-input{height:26px!important;padding:0 8px!important;font-size:12px!important}.order-config-view .ant-select-selection-item,.order-config-view .ant-select-selection-placeholder{line-height:26px!important;font-size:12px!important}.order-config-view .ant-input:hover,.order-config-view .ant-picker:hover,.order-config-view .ant-select-selector:hover{border-color:#153e8c!important}.order-config-view .ant-input:focus,.order-config-view .ant-input-focused,.order-config-view .ant-picker-focused,.order-config-view .ant-select-focused .ant-select-selector{border-color:#153e8c!important;box-shadow:0 0 0 2px #153e8c14!important}.order-config-view .ant-input[readonly]{background-color:#f8f9fa;color:#4b5563;border-color:#eef0f5;cursor:default}.order-config-view .ant-btn.ant-btn-circle.ant-btn-sm{width:24px;height:24px;min-width:24px;font-size:12px;display:flex;align-items:center;justify-content:center;border-color:#d9dce5}.order-config-view .ant-tag{background:#e6f7ff;border-color:#91d5ff;color:#0050b3;border-radius:3px;margin-right:4px;font-size:11px;line-height:18px;padding:0 6px}.order-config-view .ant-progress-inner{background-color:#f0f0f0}.custom-date-cell{display:flex;flex-direction:column;align-items:center;font-size:10px;padding:2px 0}.date-number{font-weight:500;font-size:11px}.week-number{opacity:.6;margin-top:1px;font-size:9px}.iso-week-cell{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;padding:1px 2px}.iso-week-label{position:absolute;top:1px;left:2px;font-size:9px;color:#999}.iso-week-date{font-size:11px}.new-offer-container{background:#f7f8fb;border-radius:16px;padding:24px 28px;box-shadow:0 8px 24px #0000000f;border:1px solid #e2e4ee}.new-offer-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.new-offer-title{margin:0;font-size:1.6rem;color:#153e8c;font-weight:600}.new-offer-subtitle{margin:4px 0 0;color:#5c6475;font-size:.95rem}.new-offer-actions{display:flex;gap:10px}.btn-primary,.btn-secondary{border-radius:999px;padding:8px 18px;font-size:.9rem;font-weight:500;border:none;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,background .1s ease}.btn-primary{background:#153e8c;color:#fff;box-shadow:0 4px 12px #153e8c59}.btn-primary:disabled{opacity:.5;cursor:default;box-shadow:none}.btn-secondary{background:#fff;color:#153e8c;border:1px solid #153e8c}.btn-primary:hover:not(:disabled),.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000001f}.new-offer-selection{margin-bottom:18px}.new-offer-label{display:flex;flex-direction:column;font-size:.9rem;color:#444a5a;gap:6px}.new-offer-select{max-width:420px;padding:8px 10px;border-radius:8px;border:1px solid #cdd2e0;font-size:.95rem}.new-offer-error{margin-top:8px;color:#b3261e;font-size:.85rem}.new-offer-detail{margin-top:8px}.new-offer-block{background:#fff;border-radius:12px;padding:16px 18px;border:1px solid #d7dbe7;margin-bottom:18px}.new-offer-block--header{border-top:3px solid #153e8c}.new-offer-block-label{font-weight:600;color:#153e8c;font-size:.9rem}.new-offer-project-no{font-weight:600;margin-left:8px}.new-offer-block-title-row{display:flex;align-items:baseline;gap:6px;margin-bottom:4px}.new-offer-project-text{font-size:.9rem;color:#444a5a}.new-offer-meta-row{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 18px;font-size:.85rem;color:#555c6f}.new-offer-link{color:#153e8c;text-decoration:underline}.new-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.new-offer-card{background:#fff;border-radius:10px;padding:10px 12px;border:1px solid #e0e3ef}.new-offer-card-title{font-weight:600;color:#153e8c;margin-bottom:4px;font-size:.9rem}.new-offer-card-text{font-size:.85rem;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;color:#3d4353;margin:0;white-space:pre-wrap}#root{width:100%;height:100%;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}.settings-page{padding:24px}.settings-title{font-size:1.6rem;font-weight:600;color:#153e8c;margin-bottom:16px}.settings-tabs .ant-tabs-nav{margin-bottom:16px}html,body,#root{height:100%;width:100%;margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:block;min-width:320px;overflow:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:transparent}a:hover{color:#747bff}button{background-color:#f9f9f9}}
