@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-hue: 220;--primary-saturation: 85%;--primary-lightness: 55%;--color-primary: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));--color-primary-hover: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) - 10%));--color-primary-light: hsl(var(--primary-hue), var(--primary-saturation), 95%);--color-success: hsl(142, 70%, 45%);--color-success-bg: hsl(142, 70%, 95%);--color-warning: hsl(38, 92%, 50%);--color-danger: hsl(354, 70%, 54%);--color-danger-bg: hsl(354, 70%, 97%);--color-bg-app: hsl(210, 20%, 98%);--color-bg-surface: hsl(0, 0%, 100%);--color-bg-hover: hsl(210, 20%, 96%);--color-text-main: hsl(220, 30%, 15%);--color-text-muted: hsl(220, 15%, 50%);--color-text-invert: hsl(0, 0%, 100%);--border-color: hsl(220, 15%, 90%);--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);--transition-fast: .15s ease;--transition-normal: .25s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--color-bg-app);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--border-radius-md);transition:all var(--transition-fast)}.btn-primary{background-color:var(--color-primary);color:var(--color-text-invert)}.btn-primary:hover{background-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.btn-primary:active{transform:translateY(0)}.btn-outline{background-color:transparent;border:1px solid var(--border-color);color:var(--color-text-main)}.btn-outline:hover{background-color:var(--color-bg-hover);border-color:var(--color-text-muted)}.btn-danger{background-color:var(--color-danger);color:var(--color-text-invert)}.btn-danger:hover{background-color:#c32232}.btn-ghost{color:var(--color-text-muted)}.btn-ghost:hover{color:var(--color-text-main);background-color:var(--color-bg-hover)}.status-tag{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px}.status-active{background-color:var(--color-success-bg);color:var(--color-success)}.status-inactive{background-color:var(--color-danger-bg);color:var(--color-danger)}.status-pending{background-color:#fef5e7;color:var(--color-warning)}.flex-between{display:flex;justify-content:space-between;align-items:center}.form-page .page-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.back-btn{padding:.5rem;border-radius:var(--border-radius-md);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.back-btn:hover{background-color:var(--color-bg-hover);color:var(--color-text-main)}.form-layout,.form-main{display:flex;flex-direction:column;gap:1.5rem}.form-section{padding:1.5rem}.section-title{font-size:1.125rem;font-weight:600;color:var(--color-text-main);margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:.75rem}.section-heading-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border-color);padding-bottom:.75rem}.section-heading-row .section-title{width:100%;border-bottom:none;padding-bottom:0}.tier-add-button{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;white-space:nowrap;color:var(--color-primary)}.tier-add-button:hover:not(:disabled){background-color:var(--color-primary-light);color:var(--color-primary-hover)}.tier-add-button svg{flex-shrink:0;color:currentColor}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:var(--color-text-main)}.required{color:var(--color-danger);margin-left:.25rem}.form-control{width:100%;padding:.625rem .75rem;border:1px solid var(--border-color);border-radius:var(--border-radius-md);font-size:.875rem;transition:all var(--transition-fast);background-color:var(--color-bg-surface)}.form-control:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.form-control:disabled{background-color:var(--color-bg-app);color:var(--color-text-muted);cursor:not-allowed}.date-inputs{display:flex;align-items:center;gap:.75rem}.date-inputs span{color:var(--color-text-muted);font-size:.875rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.checkbox-grid.compact{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.info-alert{background-color:var(--color-primary-light);color:var(--color-primary);padding:.75rem 1rem;border-radius:var(--border-radius-md);font-size:.875rem;display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.compact-tiers{display:flex;flex-wrap:wrap;gap:1rem}.tier-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:var(--color-bg-app);border-radius:var(--border-radius-md);border:1px solid var(--border-color);transition:border-color var(--transition-fast);min-width:320px}.tier-item:hover{border-color:var(--color-text-muted)}.tier-index{font-size:.875rem;font-weight:500;color:var(--color-text-main)}.text-secondary{color:var(--color-text-muted);font-size:.875rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.tier-col{flex:1;display:flex;flex-direction:column;gap:.5rem}.tier-col label{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em}.period-inputs{display:flex;align-items:center;gap:.5rem}.period-inputs .input-sm{max-width:100px;text-align:center}.separator{color:var(--color-text-muted)}.price-input-wrapper{position:relative;max-width:180px}.currency-symbol{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);font-weight:500;pointer-events:none}.price-input-wrapper .input-sm{padding-left:1.75rem}.btn-danger-icon{color:var(--color-danger);padding:.5rem;border-radius:var(--border-radius-md);transition:all var(--transition-fast)}.btn-danger-icon:hover{background-color:var(--color-danger-bg)}.btn-danger-icon:disabled{color:var(--border-color);cursor:not-allowed;background-color:transparent}.form-actions{position:sticky;top:2rem;padding:1.5rem}.summary-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--color-text-muted);margin-bottom:.75rem}.summary-item strong{color:var(--color-text-main);font-size:1rem}.divider{border:none;border-top:1px solid var(--border-color);margin:1.5rem 0}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.w-full{width:100%}.matrix-table-container{width:100%;overflow-x:auto;border:1px solid var(--border-color);border-radius:var(--border-radius-md)}.matrix-table{width:100%;border-collapse:collapse;min-width:800px}.matrix-table th,.matrix-table td{border:1px solid var(--border-color);padding:.75rem 1rem;text-align:left;vertical-align:middle}.matrix-table th{background-color:var(--color-bg-app);font-size:.875rem;font-weight:600;color:var(--color-text-main);white-space:nowrap}.matrix-table td{background-color:var(--color-bg-surface)}.matrix-table .store-cell{background-color:var(--color-bg-app);font-weight:500}.cell-input{width:100%;min-width:110px;display:flex;flex-direction:column;gap:.25rem}.cell-input .price-input-wrapper{width:100%;position:relative}.cell-input .input-sm{padding:.5rem .5rem .5rem 1.75rem;width:100%}.price-converted{font-size:.75rem;color:var(--color-text-muted)}.batch-fill-bar{display:flex;align-items:center;gap:.75rem;background-color:var(--color-bg-app);padding:.5rem 1rem;border-radius:var(--border-radius-md);border:1px solid var(--border-color)}.batch-fill-bar .form-control{width:100px}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.store-sidebar{position:sticky;top:2rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 4rem);overflow-y:auto}.store-list-container{display:flex;flex-direction:column;gap:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a99;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--color-bg-app);border-radius:var(--border-radius-lg);width:600px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:600;margin:0}.btn-close{background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:.25rem}.btn-close:hover{color:var(--color-text-main)}.modal-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:1rem}.selected-tags-container{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;background-color:var(--color-bg-surface);border-radius:var(--border-radius-md);border:1px dashed var(--border-color);max-height:200px;overflow-y:auto}.form-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;background-color:var(--color-bg-app);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);margin-top:auto}.matrix-filters-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-label{font-size:.875rem;color:var(--color-text-muted)}.page-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--color-text-main);margin-bottom:.25rem;letter-spacing:-.02em}.page-description{color:var(--color-text-muted);font-size:.875rem}.header-actions{display:flex;gap:1rem}.card{background-color:var(--color-bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.filter-bar{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;align-items:center;background-color:var(--color-bg-surface)}.search-input-wrapper{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted)}.search-input{width:100%;padding:.5rem 1rem .5rem 2.25rem;border:1px solid var(--border-color);border-radius:var(--border-radius-md);outline:none;transition:all var(--transition-fast);font-size:.875rem}.search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.data-table{width:100%;border-collapse:collapse;text-align:left}.data-table th{padding:.75rem 1.5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);background-color:var(--color-bg-app);border-bottom:1px solid var(--border-color)}.data-table td{padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);vertical-align:middle;font-size:.875rem}.data-table tbody tr{transition:background-color var(--transition-fast)}.data-table tbody tr:hover{background-color:var(--color-bg-hover)}.selected-row{background-color:var(--color-primary-light)!important}.rule-code{font-weight:600;color:var(--color-primary)}.rule-name{color:var(--color-text-muted);font-size:.75rem;margin-top:.25rem}.sipp-tags{display:flex;gap:.25rem;flex-wrap:wrap}.tag{background-color:var(--color-bg-app);border:1px solid var(--border-color);padding:.125rem .375rem;border-radius:var(--border-radius-sm);font-size:.75rem;font-weight:500;color:var(--color-text-main)}.tag-more{background-color:var(--color-bg-hover);padding:.125rem .375rem;border-radius:var(--border-radius-sm);font-size:.75rem;color:var(--color-text-muted)}.date-range{color:var(--color-text-muted);line-height:1.4}.btn-icon{padding:.375rem;border-radius:var(--border-radius-sm);color:var(--color-text-muted);transition:all var(--transition-fast)}.btn-icon:hover{background-color:var(--color-bg-app);color:var(--color-text-main)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;animation:fadeIn var(--transition-fast)}.modal-container{background-color:var(--color-bg-surface);width:100%;max-width:600px;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slideUp var(--transition-fast)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color)}.modal-header h2{font-size:1.125rem;font-weight:600;color:var(--color-text-main);margin:0}.modal-body{padding:1.5rem;overflow-y:auto;max-height:calc(100vh - 200px)}.modal-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:1rem;background-color:var(--color-bg-app);border-bottom-left-radius:var(--border-radius-lg);border-bottom-right-radius:var(--border-radius-lg)}.alert-box{background-color:var(--color-primary-light);color:var(--color-primary);padding:.75rem 1rem;border-radius:var(--border-radius-md);font-size:.875rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.mode-selector{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.mode-option{cursor:pointer;position:relative}.mode-option input{position:absolute;opacity:0}.mode-content{border:2px solid var(--border-color);border-radius:var(--border-radius-md);padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;font-weight:500;color:var(--color-text-muted);transition:all var(--transition-fast);background-color:var(--color-bg-surface)}.mode-option:hover .mode-content{border-color:var(--color-text-muted)}.mode-option.active .mode-content{border-color:var(--color-primary);background-color:var(--color-primary-light);color:var(--color-primary)}.controls-panel{padding:1.5rem;background-color:var(--color-bg-app);border:1px solid var(--border-color);border-radius:var(--border-radius-md)}.toggle-group{display:flex;background-color:var(--color-bg-surface);border:1px solid var(--border-color);border-radius:var(--border-radius-md);overflow:hidden}.toggle-btn{flex:1;padding:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-muted);transition:all var(--transition-fast)}.toggle-btn:hover{background-color:var(--color-bg-hover)}.toggle-btn.active{background-color:var(--color-text-main);color:var(--color-bg-surface)}.toggle-btn.active.sum{background-color:var(--color-success)}.toggle-btn.active.sub{background-color:var(--color-danger)}.input-with-symbol{position:relative}.input-with-symbol .symbol{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);font-weight:500;pointer-events:none}.input-with-symbol input{padding-left:2rem;font-size:1rem}.preview-text{font-size:.875rem;color:var(--color-text-muted);margin-top:1rem;line-height:1.5}.text-warning{color:var(--color-warning)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.yield-strategy-page{padding-bottom:5.5rem}.yield-strategy-page:not(.yield-form-page){gap:.75rem}.yield-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;align-items:start}.yield-page-grid-insight{grid-template-columns:minmax(0,1fr) 380px}.yield-page-grid-insight.is-trend-expanded{grid-template-columns:minmax(0,1fr)}.yield-page-grid-insight.is-trend-expanded .yield-strategy-rail{display:none}.yield-main-panel,.yield-insight-panel,.yield-strategy-rail,.yield-side-panel,.yield-filter-panel,.yield-table-panel,.yield-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px}.yield-main-panel{min-width:0;overflow:hidden}.yield-insight-panel{display:flex;flex-direction:column;gap:.75rem;padding:0;border:0;background:transparent;min-width:0}.yield-strategy-rail{position:sticky;top:1rem;min-width:0;overflow:hidden}.yield-strategy-rail .yield-filter-grid{grid-template-columns:1fr}.yield-strategy-rail .yield-action-row{align-items:flex-start;flex-direction:column}.yield-strategy-rail .yield-status-tabs{flex-wrap:wrap;gap:.5rem}.yield-side-panel{display:flex;flex-direction:column;gap:1rem;padding:1rem;position:sticky;top:1rem}.yield-filter-panel{border-width:0 0 1px 0;border-radius:0;padding:1rem}.yield-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.yield-field{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;color:#334155;min-width:0}.yield-field span:first-child{font-weight:500}.yield-field b{color:#dc2626;font-weight:600}.yield-field-hint{color:#64748b;font-size:.75rem;font-weight:400;line-height:1.45}.yield-field-wide{grid-column:span 2}.yield-composite-control{align-items:center;display:flex;gap:.5rem;min-width:0}.yield-composite-control>.form-control:first-child{flex:0 0 9rem}.yield-amount-input{align-items:center;border:1px solid #d9d9d9;border-radius:4px;display:flex;flex:1;min-width:7rem;overflow:hidden}.yield-amount-input input{width:100%;min-width:0;border:0;outline:0;padding:.35rem .5rem}.yield-amount-input span{flex:0 0 auto;padding:0 .5rem;color:#64748b;font-size:.75rem;white-space:nowrap}.yield-filter-actions,.yield-action-row,.yield-action-buttons{display:flex;align-items:center;gap:.5rem}.yield-filter-actions{justify-content:flex-end;margin-top:.75rem}.yield-action-row{justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}.yield-inline-note{font-size:.75rem;color:#64748b}.yield-metrics-row{display:flex;flex-wrap:wrap;gap:1.25rem;padding:.875rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.yield-metrics-row-center{border:1px solid #e2e8f0;border-radius:8px}.yield-metrics-row dl{display:flex;align-items:baseline;gap:.375rem;min-width:96px}.yield-metrics-row dt{font-size:.75rem;color:#64748b;font-weight:500}.yield-metrics-row dd{font-size:1.25rem;line-height:1;color:#0f172a;font-weight:700;font-variant-numeric:tabular-nums}.yield-positive{color:#047857!important}.yield-negative{color:#dc2626!important}.yield-status-tabs{display:flex;gap:.75rem;padding:.75rem 1rem 0;border-bottom:1px solid #e2e8f0}.yield-status-tabs button{display:inline-flex;align-items:center;gap:.375rem;padding:0 .125rem .625rem;color:#64748b;border-bottom:2px solid transparent;font-size:.875rem}.yield-status-tabs button.is-active{color:#1890ff;border-color:#1890ff;font-weight:600}.yield-status-tabs span{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:999px;background:#f1f5f9;font-size:.75rem}.yield-table-panel{border:0;border-radius:0}.yield-table th,.yield-table td{padding:.75rem 1rem}.yield-name-cell,.yield-scope-cell,.yield-control-cell,.yield-effect-cell{display:flex;flex-direction:column;gap:.25rem;min-width:0}.yield-name-cell strong{color:#0f172a;font-size:.875rem}.yield-name-cell span{width:-moz-fit-content;width:fit-content;padding:.125rem .375rem;border:1px solid #e2e8f0;border-radius:4px;background:#f8fafc;color:#475569;font-size:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.yield-scope-cell span,.yield-control-cell span,.yield-effect-cell span{color:#334155;font-weight:500;font-size:.875rem}.yield-scope-cell small,.yield-control-cell small,.yield-effect-cell small,.yield-muted{color:#64748b;font-size:.75rem}.yield-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.125rem .5rem;border-radius:6px;border:1px solid #e2e8f0;font-size:.75rem;font-weight:600;white-space:nowrap}.yield-status-badge span{width:.375rem;height:.375rem;border-radius:999px}.yield-status-active{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.yield-status-active span{background:#10b981}.yield-status-shadow{background:#e6f7ff;color:#0958d9;border-color:#91caff}.yield-status-shadow span{background:#3b82f6}.yield-status-paused{background:#f8fafc;color:#64748b;border-color:#cbd5e1}.yield-status-paused span{background:#94a3b8}.yield-table-actions{text-align:right;white-space:nowrap}.yield-row-action{min-height:30px;padding:.25rem .5rem;font-size:.75rem;margin-left:.375rem}.yield-rail-table th,.yield-rail-table td{padding:.625rem .75rem}.yield-rail-table .yield-table-actions{width:112px}.yield-rail-table .yield-row-action{display:flex;width:100%;margin-left:0;margin-bottom:.375rem}.yield-empty-cell{padding:2rem!important;text-align:center;color:#64748b}.yield-pagination{padding:.75rem 1rem}.yield-side-section{padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.yield-side-section:last-child{padding-bottom:0;border-bottom:0}.yield-side-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#1890ff}.yield-side-title h3{margin:0;font-size:.9375rem;color:#0f172a;font-weight:600}.yield-suggestion-list{display:flex;flex-direction:column;gap:.625rem}.yield-suggestion{padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.yield-suggestion-warning{background:#fffbeb;border-color:#fde68a}.yield-suggestion-info{background:#e6f7ff;border-color:#91caff}.yield-suggestion-success{background:#ecfdf5;border-color:#a7f3d0}.yield-suggestion div,.yield-record-row div{display:flex;justify-content:space-between;gap:.5rem}.yield-suggestion strong,.yield-record-row strong{color:#0f172a;font-size:.8125rem}.yield-suggestion time,.yield-record-row span{flex-shrink:0;color:#64748b;font-size:.6875rem}.yield-suggestion p,.yield-record-row p,.yield-side-copy{margin:.25rem 0;color:#475569;font-size:.75rem;line-height:1.45}.yield-suggestion>span,.yield-record-row small{color:#1890ff;font-size:.75rem}.yield-record-table{display:flex;flex-direction:column;gap:.625rem}.yield-record-row{padding-bottom:.625rem;border-bottom:1px dashed #e2e8f0}.yield-record-row:last-child{padding-bottom:0;border-bottom:0}.yield-center-section{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.yield-center-title{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.yield-trend-title{align-items:flex-start;gap:1.25rem;margin-bottom:.625rem}.yield-title-copy{flex:0 0 auto;min-width:180px}.yield-center-title h3{margin:0;color:#0f172a;font-size:1rem;font-weight:700}.yield-center-title p{margin:.25rem 0 0;color:#64748b;font-size:.75rem}.yield-center-title>span{flex-shrink:0;color:#1890ff;font-size:.75rem;font-weight:700}.yield-candle-section{min-height:520px}.yield-candle-section.is-expanded{min-height:700px}.yield-candle-section.is-collapsed{min-height:0}.yield-trend-toolbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:.625rem 1rem;padding:.5rem .75rem;margin:0 0 .875rem;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:.75rem;overflow-x:auto;scrollbar-width:thin}.yield-trend-view-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.375rem;flex:0 0 auto}.yield-trend-view-button{min-height:28px;padding:.25rem .625rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#475569;font-size:.75rem;font-weight:700;white-space:nowrap}.yield-trend-view-button:hover{border-color:#91caff;color:#1890ff;background:#f8fbff}.yield-trend-option-group{display:flex;align-items:center;flex:0 0 auto;flex-wrap:nowrap;gap:0;min-width:0}.yield-trend-lead-group{margin-left:auto}.yield-trend-rental-group{justify-content:flex-end}.yield-trend-control-label{margin-right:.5rem;color:#475569;font-weight:700;white-space:nowrap}.yield-trend-toolbar button{min-width:44px;min-height:28px;padding:.25rem .625rem;border:1px solid #dbe3ef;background:#fff;color:#64748b;font-size:.75rem;font-weight:600;margin-left:-1px;white-space:nowrap}.yield-trend-toolbar button:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px;margin-left:0}.yield-trend-toolbar button:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}.yield-trend-toolbar button.is-active{border-color:#1890ff;background:#e6f7ff;color:#1890ff;z-index:1}.yield-trend-toolbar button:disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}.yield-trend-chart{display:grid;grid-template-columns:76px minmax(0,1fr);width:100%;gap:.625rem;min-height:0}.yield-trend-axis{position:relative;color:#94a3b8;font-size:.6875rem;text-align:right}.yield-trend-axis span{position:absolute;right:0;transform:translateY(-50%);white-space:nowrap}.yield-trend-plot{position:relative;width:100%;min-width:0;overflow:visible;contain:layout}.yield-trend-svg{display:block;width:100%;min-width:0;height:380px;overflow:hidden}.yield-trend-hit-area{cursor:crosshair;pointer-events:all}.yield-grid-line{stroke:#e2e8f0;stroke-width:1;vector-effect:non-scaling-stroke}.yield-order-bar{fill:#86d99e;opacity:.72}.yield-intervention-line{stroke:#d97706;stroke-width:1.3;stroke-dasharray:5 5;vector-effect:non-scaling-stroke}.yield-intervention-dot{fill:#d97706}.yield-trend-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.yield-trend-line-own{stroke:#1890ff}.yield-trend-line-competitor{stroke:#64748b;stroke-width:2.6;stroke-dasharray:6 4}.yield-trend-line-adjacent{stroke:#7c3aed;stroke-width:2.6;stroke-dasharray:2 5}.yield-own-point{fill:#fff;stroke:#1890ff;stroke-width:2;vector-effect:non-scaling-stroke}.yield-rank-label{fill:#1890ff;font-size:12px;font-weight:700}.yield-trend-dates{position:relative;height:15px;margin-top:.375rem;color:#94a3b8;font-size:.6875rem;line-height:1.2}.yield-trend-dates span{position:absolute;top:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%)}.yield-trend-dates span.is-start{transform:translate(0)}.yield-trend-dates span.is-end{transform:translate(-100%)}.yield-trend-legend{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0;color:#64748b;font-size:.75rem;font-weight:600}.yield-trend-legend span{display:inline-flex;align-items:center;gap:.375rem}.yield-trend-legend i{display:inline-block;width:16px;height:3px;border-radius:999px}.yield-legend-own{background:#1890ff}.yield-legend-competitor{background:#94a3b8}.yield-legend-adjacent{background:#fb923c}.yield-legend-order{height:10px!important;width:10px!important;background:#86d99e}.yield-legend-intervention{height:10px!important;width:10px!important;background:#f59e0b}.yield-candle-chart{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.75rem;min-height:260px}.yield-candle-axis{display:flex;flex-direction:column;justify-content:space-between;padding:.25rem 0;color:#64748b;font-size:.6875rem;text-align:right}.yield-candle-track{display:grid;grid-template-columns:repeat(12,minmax(28px,1fr));gap:.5rem;min-width:720px;min-height:260px;padding:0 .25rem;overflow-x:auto;border-left:1px solid #e2e8f0;background:linear-gradient(to bottom,#f1f5f9 1px,transparent 1px) 0 0 / 100% 25%,#fff}.yield-candle{display:grid;grid-template-rows:minmax(0,1fr) auto auto auto;gap:.25rem;min-width:28px;text-align:center}.yield-candle-plot{position:relative;min-height:190px}.yield-candle-wick,.yield-candle-body{position:absolute;left:50%;transform:translate(-50%);display:block}.yield-candle-wick{width:2px;border-radius:999px;background:#64748b}.yield-candle-body{width:14px;min-height:4px;border-radius:3px}.yield-candle.is-up .yield-candle-body,.yield-candle.is-up .yield-candle-wick{background:#059669}.yield-candle.is-down .yield-candle-body,.yield-candle.is-down .yield-candle-wick{background:#dc2626}.yield-candle small,.yield-candle em,.yield-candle strong{color:#64748b;font-size:.6875rem;font-style:normal;line-height:1.1}.yield-candle strong{color:#0f172a}.yield-suggestion-table-wrap{overflow:auto}.yield-suggestion-table{width:100%;border-collapse:collapse}.yield-suggestion-table th,.yield-suggestion-table td{padding:.625rem .75rem;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top;font-size:.8125rem}.yield-suggestion-table th{background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:600}.yield-suggestion-table strong{color:#0f172a;font-size:.8125rem}.yield-suggestion-table p{margin:.25rem 0 0;color:#64748b;font-size:.75rem}.yield-record-detail-line{display:flex;flex-wrap:wrap;gap:.125rem .75rem;line-height:1.45}.yield-record-detail-line span{white-space:nowrap}.yield-record-result{display:inline-flex;align-items:center;min-height:22px;padding:.125rem .5rem;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#15803d;font-size:.75rem;font-weight:700;white-space:nowrap}.yield-record-result.is-rejected{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.yield-suggestion-badge{display:inline-flex;padding:.125rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:700;white-space:nowrap}.yield-suggestion-badge-warning{background:#fffbeb;border-color:#fde68a;color:#b45309}.yield-suggestion-badge-info{background:#e6f7ff;border-color:#91caff;color:#0958d9}.yield-suggestion-badge-success{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.yield-record-wide-table td:nth-child(3){min-width:320px}.yield-record-wide-table td:nth-child(4){min-width:176px;white-space:nowrap}.yield-rail-list-panel{padding:.75rem}.yield-rail-primary-actions{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:.75rem}.yield-rail-primary-actions .btn{width:100%;justify-content:center}.yield-rail-status-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;margin-bottom:.75rem;padding:.25rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.yield-rail-status-tabs button{display:flex;align-items:center;justify-content:center;gap:.375rem;min-height:30px;padding:.25rem .5rem;border:1px solid transparent;border-radius:6px;background:transparent;color:#64748b;font-size:.75rem;font-weight:700}.yield-rail-status-tabs button.is-active{border-color:#91caff;background:#fff;color:#1890ff;box-shadow:0 1px 2px #0f172a0f}.yield-rail-status-tabs span{color:#94a3b8;font-weight:700}.yield-rail-status-tabs button.is-active span{color:#1890ff}.yield-rail-list{display:flex;flex-direction:column;gap:.75rem}.yield-strategy-selector{padding:.875rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.yield-strategy-selector:hover{border-color:#91caff;background:#f8fbff}.yield-strategy-selector.is-selected{border-color:#1890ff;background:#e6f7ff;box-shadow:0 0 0 1px #1890ff}.yield-selector-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.625rem}.yield-selector-actions{display:inline-flex;gap:.375rem}.yield-selector-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.125rem .5rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#64748b;font-size:.75rem;font-weight:700;white-space:nowrap}.yield-selector-action-button:hover{color:#0f172a;background:#f8fafc}.yield-selector-action-button-primary{border-color:#91caff;color:#1890ff}.yield-selector-name{display:block;color:#0f172a;font-size:.875rem;font-weight:700;line-height:1.35}.yield-selector-scope{display:block;margin-top:.25rem;color:#64748b;font-size:.75rem}.yield-selector-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.625rem}.yield-selector-tags span{padding:.125rem .5rem;border-radius:6px;background:#eef2f7;color:#64748b;font-size:.75rem;font-weight:700}.yield-strategy-selector.is-selected .yield-selector-tags span{background:#bae0ff;color:#0958d9}.yield-selector-suggestion-status{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.75rem;padding:.375rem .5rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:700;line-height:1.2}.yield-selector-suggestion-status.has-pending{border-color:#fde68a;background:#fffbeb;color:#b45309}.yield-selector-suggestion-label{display:inline-flex;align-items:center;min-width:0;gap:.375rem}.yield-selector-suggestion-dot{width:.375rem;height:.375rem;flex:0 0 auto;border-radius:999px;background:#94a3b8}.yield-selector-suggestion-status.has-pending .yield-selector-suggestion-dot{background:#f59e0b}.yield-selector-suggestion-status b{flex:0 0 auto;color:inherit;font-size:.75rem}.yield-form-header{display:flex;align-items:center;gap:.875rem;padding-bottom:.875rem;border-bottom:1px solid #e2e8f0}.yield-form-header h2{margin:0;color:#0f172a;font-size:1.25rem;font-weight:700}.yield-form-header p{margin:.125rem 0 0;color:#64748b;font-size:.8125rem}.yield-back-button{flex-shrink:0}.yield-error-panel{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border:1px solid #fecaca;border-radius:8px;background:#fef2f2}.yield-error-panel span{color:#b91c1c;font-size:.8125rem}.yield-form-section{padding:1rem}.yield-section-title{padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid #e2e8f0}.yield-section-title h3{margin:0;color:#0f172a;font-size:1rem;font-weight:600}.yield-section-title p{margin:.25rem 0 0;color:#64748b;font-size:.75rem}.yield-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.875rem}.yield-toggle-row{display:flex;align-items:center;gap:.5rem;height:100%;padding-top:1.375rem;color:#334155;font-size:.875rem}.yield-scope-table-wrap,.yield-template-table-wrap,.yield-matrix-table-wrap{overflow:auto}.yield-scope-table,.yield-template-table,.yield-matrix-table{width:100%;border-collapse:collapse}.yield-scope-table th,.yield-scope-table td,.yield-template-table th,.yield-template-table td,.yield-matrix-table th,.yield-matrix-table td{padding:.625rem .75rem;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top;font-size:.8125rem}.yield-scope-table th,.yield-template-table th,.yield-matrix-table th{background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:600}.yield-checkbox-line{display:flex;align-items:center;gap:.5rem;color:#334155}.yield-template-table td:first-child{width:48px;color:#1890ff;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.yield-template-table small{display:block;margin-top:.25rem;color:#64748b}.yield-matrix-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1rem;align-items:start}.yield-matrix-table th,.yield-matrix-table td{min-width:132px}.yield-matrix-table tbody th{width:132px;color:#334155;font-weight:600}.yield-matrix-cell{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.25rem;width:100%;min-height:72px;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#64748b;text-align:left}.yield-matrix-cell strong{color:#334155;font-size:.8125rem}.yield-matrix-cell span{color:#64748b;font-size:.75rem}.yield-matrix-cell.is-configured{background:#e6f7ff;border-color:#93c5fd}.yield-matrix-cell.is-selected{border-color:#1890ff;box-shadow:0 0 0 2px #bae0ff}.yield-action-editor{display:flex;flex-direction:column;gap:.875rem;padding:.875rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.yield-action-editor-title{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.625rem;border-bottom:1px solid #e2e8f0}.yield-action-editor-title h4{margin:0;color:#0f172a;font-size:.9375rem;font-weight:600}.yield-action-editor-title span{color:#1890ff;font-size:.75rem;font-weight:600}.yield-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.yield-action-subtitle{color:#334155;font-size:.8125rem;font-weight:700}.yield-form-footer{position:sticky;bottom:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.5rem;border:1px solid #e2e8f0;border-radius:8px 8px 0 0;background:#fff;box-shadow:0 -6px 16px #0f172a14;color:#64748b;font-size:.8125rem}.yield-form-footer>div:last-child{display:flex;gap:.5rem;flex-shrink:0}@media(max-width:1280px){.yield-page-grid,.yield-matrix-layout{grid-template-columns:1fr}.yield-side-panel,.yield-strategy-rail{position:static}}@media(max-width:960px){.yield-filter-grid,.yield-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yield-trend-chart{grid-template-columns:72px minmax(0,1fr)}.yield-trend-legend-bar{grid-column:1 / -1;grid-template-columns:1fr}.yield-legend-items{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}}@media(max-width:640px){.yield-filter-grid,.yield-form-grid,.yield-action-grid{grid-template-columns:1fr}.yield-field-wide{grid-column:auto}.yield-composite-control{align-items:stretch;flex-direction:column}.yield-composite-control>.form-control:first-child{flex-basis:auto}.yield-form-footer{align-items:stretch;flex-direction:column}.yield-form-footer>div:last-child{justify-content:flex-end;flex-wrap:wrap}}.yield-global-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:0}.yield-global-actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.yield-matrix-readonly-axis{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:0}.yield-matrix-readonly-axis strong{color:#0f172a;font-size:.8125rem;line-height:1.25}.yield-matrix-readonly-axis span,.yield-matrix-readonly-axis small{color:#64748b;font-size:.75rem;line-height:1.25}.yield-field-label{color:#475569;font-size:.875rem;font-weight:600}.yield-execution-points{display:flex;flex-direction:column;gap:.5rem}.yield-execution-point-list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.yield-execution-point-item{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc}.yield-execution-point-item .form-control{width:96px}.yield-readonly-chip-list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.yield-readonly-chip{display:inline-flex;align-items:center;min-height:28px;padding:.125rem .625rem;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff;color:#1d4ed8;font-size:.8125rem;font-weight:700}.yield-ladder-control{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;border:1px solid #dbe3ef;border-radius:8px;background:#f8fafc}.yield-ladder-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.yield-ladder-header small{color:#64748b;font-size:.75rem;line-height:1.4}.yield-check-line{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:#334155;font-size:.875rem;font-weight:700}.yield-check-line input{width:16px;height:16px;margin:0}.yield-ladder-grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,180px) minmax(140px,180px);gap:.75rem}.yield-tier-summary-list{display:flex;flex-direction:column;gap:.5rem}.yield-tier-summary-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.5rem;align-items:start}.yield-tier-summary-row>b{color:#0050b3;font-size:.75rem;line-height:1.8}.yield-tier-summary-row>div{display:flex;flex-wrap:wrap;gap:.375rem;min-width:0}.yield-tier-summary-chip,.yield-tier-summary-empty{display:inline-flex;align-items:center;min-height:24px;padding:.125rem .5rem;border:1px solid #91d5ff;border-radius:6px;background:#bae0ff;color:#0050b3;font-size:.75rem}.yield-tier-summary-empty{border-color:#dbe3ef;background:#fff;color:#64748b}.yield-keyword-rule-field{display:grid;grid-template-columns:104px minmax(0,1fr);gap:.5rem}.yield-action-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.yield-action-editor-title{min-width:0}.yield-action-editor-title h4{margin:0 0 .5rem;color:#0f172a;font-size:.9375rem;font-weight:700}.yield-action-context-tags{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem}.yield-action-context-tag{display:inline-flex;align-items:center;gap:.375rem;min-height:26px;padding:.125rem .5rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#334155;font-size:.75rem;line-height:1.25;white-space:nowrap}.yield-action-context-tag b{color:#64748b;font-weight:700}.yield-action-editor-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-shrink:0;gap:.5rem}.yield-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a6b}.yield-focus-modal{display:flex;flex-direction:column;width:min(1120px,100%);height:min(760px,calc(100vh - 3rem));max-height:min(760px,calc(100vh - 3rem));overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a2e}.yield-modal-header,.yield-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid #e2e8f0}.yield-modal-footer{justify-content:flex-end;border-top:1px solid #e2e8f0;border-bottom:0}.yield-modal-header h3{margin:0;color:#0f172a;font-size:1rem;font-weight:700}.yield-modal-header p{margin:.25rem 0 0;color:#64748b;font-size:.75rem}.yield-icon-button,.yield-row-icon-action{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#64748b}.yield-icon-button:hover,.yield-row-icon-action:hover{color:#dc2626;border-color:#fecaca;background:#fff1f2}.yield-focus-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.yield-focus-toolbar .yield-field{width:min(280px,100%)}.yield-focus-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.yield-focus-layout{display:grid;grid-template-columns:240px minmax(0,1fr);flex:1 1 auto;min-height:0;overflow:hidden}.yield-focus-poi-column{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid #e2e8f0;background:#f8fafc}.yield-focus-pane-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid #e2e8f0;color:#334155;font-size:.75rem;font-weight:700}.yield-focus-pane-title b{min-width:22px;padding:.125rem .375rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:.75rem;text-align:center}.yield-focus-poi-list{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;overflow-y:auto}.yield-focus-poi-card{width:100%;padding:.625rem .75rem;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#334155;text-align:left}.yield-focus-poi-card:hover{border-color:#91caff;background:#f8fbff}.yield-focus-poi-card.is-active{border-color:#1890ff;background:#e6f7ff;color:#0f172a}.yield-focus-poi-card strong,.yield-focus-poi-card span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yield-focus-poi-card strong{font-size:.8125rem;font-weight:700}.yield-focus-poi-card span{margin-top:.25rem;color:#64748b;font-size:.75rem}.yield-focus-poi-empty,.yield-focus-detail-empty{padding:1rem;color:#64748b;font-size:.8125rem;text-align:center}.yield-focus-detail-panel{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff}.yield-focus-detail-header{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid #e2e8f0}.yield-focus-detail-fields{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,240px) minmax(360px,1.4fr);gap:1rem;align-items:end;min-width:0}.yield-focus-detail-fields .yield-field{width:100%}.yield-focus-execution-field{min-width:0}.yield-focus-detail-header>.yield-focus-actions{justify-content:flex-start}.yield-focus-table-wrap{overflow-x:auto;overflow-y:auto;min-height:0;flex:1;scrollbar-width:thin}.yield-focus-table{width:100%;border-collapse:collapse}.yield-focus-table th,.yield-focus-table td{padding:.625rem .75rem;border-bottom:1px solid #e2e8f0;color:#334155;font-size:.8125rem;text-align:left;vertical-align:middle}.yield-focus-table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#64748b;font-size:.75rem;font-weight:700}.yield-focus-name-cell{display:flex;flex-direction:column;align-items:flex-start;min-width:160px}.yield-focus-inline-fields{display:grid;grid-template-columns:72px auto 72px auto;align-items:center;gap:.375rem}.yield-focus-date-fields{grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr)}.yield-focus-inline-fields span{color:#64748b;font-size:.75rem;white-space:nowrap}.yield-tier-modal{display:flex;flex-direction:column;width:min(1120px,100%);height:min(720px,calc(100vh - 3rem));max-height:min(720px,calc(100vh - 3rem));overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 18px 42px #0f172a2e}.yield-tier-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid #e2e8f0}.yield-tier-modal-header h3{margin:0;color:#0f172a;font-size:1rem;font-weight:700}.yield-tier-modal-body{display:grid;grid-template-columns:220px 260px minmax(0,1fr);flex:1 1 auto;min-height:0;overflow:hidden}.yield-tier-column,.yield-tier-store-column,.yield-tier-sipp-column{display:flex;flex-direction:column;min-width:0;min-height:0;border-right:1px solid #e2e8f0;background:#fff}.yield-tier-column{background:#f8fafc}.yield-tier-sipp-column{border-right:0}.yield-tier-column-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid #e2e8f0;color:#334155;font-size:.75rem;font-weight:700}.yield-tier-list,.yield-tier-store-list{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;overflow-y:auto}.yield-tier-card{position:relative;width:100%;padding:.625rem 2rem .625rem .75rem;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#334155;text-align:left}.yield-tier-card.is-active{border-color:#1890ff;background:#e6f7ff}.yield-tier-card strong,.yield-tier-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yield-tier-card strong{color:#0f172a;font-size:.8125rem}.yield-tier-card span{margin-top:.25rem;color:#64748b;font-size:.75rem}.yield-tier-card i{position:absolute;top:.5rem;right:.5rem;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;color:#94a3b8}.yield-tier-card i:hover{background:#fee2e2;color:#dc2626}.yield-tier-help{margin:auto .75rem .75rem;padding:.5rem .625rem;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff;color:#1d4ed8;font-size:.75rem;line-height:1.4}.yield-tier-search{display:flex;align-items:center;gap:.5rem;margin:.75rem;padding:0 .625rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#94a3b8}.yield-tier-search input{width:100%;height:32px;min-width:0;border:0;outline:0;color:#334155;font-size:.8125rem}.yield-tier-store-list{padding-top:0}.yield-tier-store-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#334155;text-align:left}.yield-tier-store-row.is-active{border-color:#1890ff;background:#e6f7ff}.yield-tier-store-row.has-value{border-color:#91d5ff}.yield-tier-store-row input{margin:0}.yield-tier-store-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yield-tier-store-row b{min-width:22px;padding:.125rem .375rem;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.75rem;text-align:center}.yield-tier-sipp-toolbar{display:grid;grid-template-columns:minmax(140px,1fr) minmax(120px,160px) auto auto;gap:.5rem;padding:.75rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.yield-tier-sipp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;padding:.75rem;overflow-y:auto}.yield-tier-sipp-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.5rem;min-height:58px;margin:0;padding:.5rem .625rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#334155}.yield-tier-sipp-card.is-selected{border-color:#91d5ff;background:#eff6ff}.yield-tier-sipp-card input{margin-top:.125rem}.yield-tier-sipp-card strong,.yield-tier-sipp-card small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yield-tier-sipp-card strong{color:#0f172a;font-size:.8125rem}.yield-tier-sipp-card small{margin-top:.125rem;color:#64748b;font-size:.75rem}.yield-tier-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-top:1px solid #e2e8f0;background:#fff}.yield-tier-gap-field{display:grid;grid-template-columns:auto minmax(140px,180px) minmax(220px,1fr);align-items:center;gap:.5rem;min-width:0;margin:0;color:#334155;font-size:.8125rem}.yield-tier-gap-field>span{font-weight:700;white-space:nowrap}.yield-tier-gap-field small{min-width:0;color:#64748b;font-size:.75rem;line-height:1.4}.yield-tier-footer-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0}@media(max-width:960px){.yield-focus-layout{grid-template-columns:1fr}.yield-focus-poi-column{max-height:180px;border-right:0;border-bottom:1px solid #e2e8f0}.yield-focus-poi-list{flex-direction:row;overflow-x:auto;overflow-y:hidden}.yield-focus-poi-card{min-width:180px}.yield-focus-detail-header{align-items:stretch;flex-direction:column}.yield-focus-detail-fields,.yield-ladder-grid,.yield-tier-modal-body,.yield-tier-sipp-toolbar,.yield-tier-gap-field{grid-template-columns:1fr}.yield-tier-modal-footer{align-items:stretch;flex-direction:column}.yield-tier-column,.yield-tier-store-column{max-height:180px;border-right:0;border-bottom:1px solid #e2e8f0}.yield-tier-list,.yield-tier-store-list{flex-direction:row;overflow-x:auto;overflow-y:hidden}.yield-tier-card,.yield-tier-store-row{min-width:180px}}.yield-suggestion-card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,400px),1fr));gap:1rem;padding:0}.yield-suggestion-card{display:flex;flex-direction:column;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #00000005;min-width:0}.yield-suggestion-card header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.yield-suggestion-card .yield-suggestion-time{font-size:.75rem;color:#94a3b8}.yield-suggestion-card strong{font-size:.875rem;color:#0f172a;margin-bottom:.375rem}.yield-suggestion-card p{font-size:.75rem;color:#64748b;line-height:1.5;margin-bottom:1rem;flex-grow:1}.yield-suggestion-card footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem;padding-top:.75rem;border-top:1px dashed #e2e8f0}.yield-suggestion-card footer .btn{font-size:.75rem;padding:.25rem .75rem;white-space:normal}.yield-suggestion-card .yield-suggestion-accept-raise{border:1px solid #16a34a;background:#16a34a;color:#fff}.yield-suggestion-card .yield-suggestion-accept-raise:hover{border-color:#15803d;background:#15803d}.yield-suggestion-card .yield-suggestion-accept-lower{border:1px solid #dc2626;background:#dc2626;color:#fff}.yield-suggestion-card .yield-suggestion-accept-lower:hover{border-color:#b91c1c;background:#b91c1c}.yield-trend-plot{position:relative}.yield-trend-tooltip{position:absolute;transform:translateY(-50%);background:#0f172af2;color:#f8fafc;padding:.75rem;border-radius:8px;font-size:.75rem;pointer-events:none;z-index:10;box-shadow:0 4px 6px -1px #0000001a;min-width:140px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.yield-trend-tooltip:before{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%);border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid rgba(15,23,42,.95)}.yield-trend-tooltip strong{display:block;margin-bottom:.5rem;color:#fff;font-size:.8125rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.25rem}.yield-trend-tooltip dl{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:.25rem .75rem}.yield-trend-tooltip dt{color:#94a3b8}.yield-trend-tooltip dd{margin:0;font-weight:500;text-align:right}.yield-trend-tooltip dd span{font-size:.6875rem;color:#cbd5e1}.yield-tooltip-intervention{grid-column:1 / -1;margin-top:.375rem;padding-top:.375rem;border-top:1px dashed rgba(255,255,255,.1);color:#fbbf24;font-weight:600}.yield-suggestion-tags{margin-bottom:1rem;flex-grow:1}.yield-tag-line{font-size:.75rem;color:#334155;margin-bottom:.5rem;line-height:1.4}.yield-tag-group{display:flex;flex-wrap:wrap;gap:.375rem}.yield-tag-group span{display:inline-block;padding:.125rem .375rem;background:#f1f5f9;color:#475569;border-radius:4px;font-size:.6875rem;border:1px solid #e2e8f0}.yield-tag-group span.yield-critical{background:#fef2f2;color:#dc2626;border-color:#fecaca;font-weight:500}.yield-suggestion-badge{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.yield-suggestion-badge-info{background:#e6f7ff;color:#0958d9}.yield-suggestion-badge-warning{background:#fffbe6;color:#d48806}.yield-suggestion-badge-error{background:#fff1f0;color:#cf1322}.yield-suggestion-badge-success{background:#f6ffed;color:#389e0d}.yield-suggestion-card{position:relative;overflow:hidden}.yield-suggestion-card footer{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.75rem;border-top:1px dashed #e2e8f0}.yield-suggestion-card footer .btn{font-size:.75rem;padding:.25rem .75rem}.yield-suggestion-mask{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffffff2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5;display:flex;flex-direction:column;padding:1rem;border-radius:8px}.yield-suggestion-mask-content{display:flex;flex-direction:column;height:100%}.yield-suggestion-mask-content h4{margin:0 0 .75rem;font-size:.875rem;color:#0f172a}.yield-reason-grid{display:grid;grid-template-columns:1fr 1fr;gap:.375rem;margin-bottom:.75rem}.yield-reason-btn{padding:.375rem;font-size:.6875rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;color:#475569;cursor:pointer;text-align:center;transition:all .2s}.yield-reason-btn:hover{background:#e2e8f0}.yield-reason-btn.is-active{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;font-weight:500}.yield-suggestion-mask-content .form-control{font-size:.75rem;padding:.375rem .5rem;margin-bottom:.75rem}.yield-mask-actions{margin-top:auto;display:flex;justify-content:flex-end;gap:.5rem}.yield-trend-tooltip-custom{position:absolute;background:#1f2937;color:#f3f4f6;width:248px;max-width:calc(100% - 16px);height:auto;max-height:none;overflow:visible;padding:.625rem .75rem;border-radius:6px;font-size:.75rem;line-height:1.35;pointer-events:none;z-index:10;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.yield-trend-tooltip-custom:before{display:none}.tooltip-header{font-weight:600;color:#fff;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip-body{display:flex;flex-direction:column;gap:.2rem}.tooltip-body>div{display:flex;justify-content:space-between;align-items:center;gap:.75rem;min-width:0}.tooltip-body>div>span:first-child{color:#9ca3af;flex:0 0 auto}.tooltip-body>div>span:last-child{min-width:0;font-weight:500;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tooltip-footer{margin-top:.375rem;padding-top:.375rem;border-top:1px dashed rgba(255,255,255,.1);color:#fbbf24;font-weight:600;display:flex;align-items:flex-start;gap:.375rem;min-width:0}.tooltip-intervention-detail{display:flex;min-width:0;flex-direction:column;gap:.125rem}.tooltip-intervention-detail span{min-width:0;overflow:visible;overflow-wrap:anywhere;white-space:normal;color:#fef3c7;font-weight:500}.tooltip-intervention-detail b{color:#fde68a;font-weight:700}.yield-trend-tooltip-icon{display:inline-block;width:12px!important;height:12px!important;min-width:12px;max-width:12px;min-height:12px;max-height:12px;flex:0 0 12px;stroke-width:2}.yield-trend-legend-bar{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;margin-top:1rem;padding-top:.5rem;border-top:1px solid #f1f5f9;font-size:.75rem;color:#64748b}.yield-legend-items{flex:1 1 520px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;align-items:center;min-width:0}.yield-legend-item{display:flex;align-items:center;gap:.375rem;min-width:0;white-space:nowrap}.yield-legend-color{width:12px;height:2px;background:#94a3b8}.yield-legend-color.color-blue{background:#1890ff}.yield-legend-color.color-dashed{border-bottom:2px dashed #64748b;background:transparent}.yield-legend-color.color-dotted{border-bottom:2px dotted #7c3aed;background:transparent}.yield-legend-color.color-square{width:8px;height:8px;background:#86efac}.yield-legend-color.color-dot{width:6px;height:6px;border-radius:50%;background:#d97706}.yield-legend-meta{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-left:auto;min-width:0;text-align:right}.yield-legend-target{min-width:0;overflow:hidden;color:#1890ff;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.yield-legend-summary{font-weight:500;color:#0f172a;white-space:nowrap}.yield-legend-summary span{color:#10b981;font-weight:600}.yield-home-tabs{display:inline-flex;align-items:center;gap:.25rem;width:-moz-fit-content;width:fit-content;padding:.25rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.yield-home-tabs button{min-height:32px;padding:.25rem .875rem;border:1px solid transparent;border-radius:6px;color:#64748b;font-size:.8125rem;font-weight:700}.yield-home-tabs button.is-active{border-color:#91caff;background:#fff;color:#1890ff;box-shadow:0 1px 2px #0f172a0f}.yield-intelligence-inline{padding:.875rem 1rem;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#60a5fa,#a78bfa,#f472b6,#34d399) border-box;box-shadow:0 0 0 1px #6366f10a}.yield-intelligence-inline .yield-center-title{margin-bottom:.75rem}.yield-intelligence-inline-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.86fr);gap:.75rem}.yield-intelligence-inline-primary,.yield-intelligence-inline-detail{min-width:0;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.yield-intelligence-inline-primary{border-color:#60a5fa61;background:linear-gradient(135deg,#eff6ffeb,#faf5ffc2),#fff;display:flex;flex-direction:column;gap:.375rem}.yield-intelligence-inline-primary strong{color:#0f172a;font-size:.9375rem;line-height:1.35}.yield-intelligence-inline-primary p,.yield-intelligence-inline-detail dd{margin:0;color:#475569;font-size:.8125rem;line-height:1.45}.yield-intelligence-inline-detail{display:grid;grid-template-columns:1fr;gap:.625rem}.yield-intelligence-inline-detail dl{margin:0}.yield-intelligence-inline-detail dt{margin-bottom:.25rem;color:#64748b;font-size:.75rem;font-weight:700}.yield-intelligence-status{display:inline-flex;align-items:center;gap:.375rem;width:-moz-fit-content;width:fit-content;min-height:24px;padding:.125rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.75rem;font-weight:700}.yield-intelligence-status span{width:.375rem;height:.375rem;border-radius:999px}.yield-intelligence-status-good{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.yield-intelligence-status-good span{background:#22c55e}.yield-intelligence-status-warning{border-color:#fde68a;background:#fffbeb;color:#b45309}.yield-intelligence-status-warning span{background:#f59e0b}.yield-intelligence-status-neutral{border-color:#cbd5e1;background:#f8fafc;color:#64748b}.yield-intelligence-status-neutral span{background:#94a3b8}.yield-trend-mode-tabs{display:inline-flex;align-items:center;gap:0;flex:0 0 auto}.yield-trend-mode-tabs button{min-height:28px;padding:.25rem .625rem;border:1px solid #dbe3ef;background:#fff;color:#64748b;font-size:.75rem;font-weight:700;margin-left:-1px;white-space:nowrap}.yield-trend-mode-tabs button:first-child{margin-left:0;border-radius:6px 0 0 6px}.yield-trend-mode-tabs button:last-child{border-radius:0 6px 6px 0}.yield-trend-mode-tabs button.is-active{z-index:1;border-color:#1890ff;background:#e6f7ff;color:#1890ff}.yield-future-forecast-panel{display:flex;flex-direction:column;gap:.875rem}.yield-future-forecast-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff}.yield-ai-callout{border:1px solid transparent;background:linear-gradient(#eff6ff,#eff6ff) padding-box,linear-gradient(120deg,#60a5fa,#a78bfa,#f472b6,#34d399) border-box}.yield-future-forecast-summary>div{display:inline-flex;align-items:center;gap:.5rem;color:#0958d9;font-size:.875rem}.yield-future-forecast-summary p{margin:0;color:#475569;font-size:.8125rem}.yield-future-forecast-table td:nth-child(4),.yield-future-forecast-table td:nth-child(5){min-width:156px}.yield-future-forecast-table td:nth-child(6){min-width:240px}.yield-inventory-gap{display:inline-flex;align-items:center;min-height:24px;padding:.125rem .5rem;border:1px solid #fed7aa;border-radius:6px;background:#fff7ed;color:#c2410c;font-size:.75rem;font-weight:700;white-space:nowrap}.yield-intelligence-workspace{display:flex;flex-direction:column;gap:.75rem}.yield-intelligence-hero,.yield-intelligence-forecast-section{border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#60a5fae6,#a78bfae6,#f472b6db,#34d399db) border-box}.yield-intelligence-hero .yield-center-title h3,.yield-intelligence-forecast-section .yield-center-title h3{display:inline-flex;align-items:center;gap:.375rem}.yield-intelligence-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:1rem}.yield-intelligence-hero-copy{min-width:0}.yield-intelligence-kicker{display:inline-flex;align-items:center;gap:.375rem;color:#1890ff;font-size:.75rem;font-weight:800}.yield-intelligence-hero-copy h2{margin:.375rem 0 0;color:#0f172a;font-size:1.25rem;line-height:1.35}.yield-intelligence-hero-copy p{margin:.5rem 0 0;color:#475569;font-size:.875rem;line-height:1.55}.yield-intelligence-recovery{display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.625rem .75rem;border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4;color:#166534;font-size:.8125rem;line-height:1.45}.yield-ai-chart-summary{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.625rem .75rem;border:1px solid rgba(147,197,253,.64);border-radius:8px;background:linear-gradient(135deg,#eff6fff0,#faf5ffbd);color:#475569;font-size:.8125rem;line-height:1.45}.yield-intelligence-recovery svg{flex:0 0 auto;margin-top:.1rem}.yield-intelligence-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.yield-intelligence-metrics dl{margin:0;padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.yield-intelligence-metrics dt{color:#64748b;font-size:.75rem;font-weight:700}.yield-intelligence-metrics dd{margin:.25rem 0 0;color:#0f172a;font-size:1.125rem;font-weight:800;line-height:1}.yield-intelligence-metrics span{display:block;margin-top:.25rem;color:#64748b;font-size:.75rem;font-weight:700}.yield-intelligence-metrics dl.is-good dd,.yield-intelligence-metrics dl.is-good span{color:#15803d}.yield-intelligence-metrics dl.is-warning dd,.yield-intelligence-metrics dl.is-warning span{color:#b45309}.yield-intelligence-metrics dl.is-critical dd,.yield-intelligence-metrics dl.is-critical span{color:#dc2626}.yield-intelligence-forecast-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.875rem;padding:.5rem .75rem;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#f8fafc;overflow-x:auto}.yield-intelligence-forecast-toolbar button{min-height:28px;padding:.25rem .625rem;border:1px solid #dbe3ef;background:#fff;color:#64748b;font-size:.75rem;font-weight:700;margin-left:-1px;white-space:nowrap}.yield-intelligence-forecast-toolbar button:first-of-type{margin-left:0;border-radius:6px 0 0 6px}.yield-intelligence-forecast-toolbar button:last-of-type{border-radius:0 6px 6px 0}.yield-intelligence-forecast-toolbar button.is-active{z-index:1;border-color:#1890ff;background:#e6f7ff;color:#1890ff}.yield-ai-combo-chart{display:flex;flex-direction:column;gap:.625rem;min-width:0;padding:.75rem;border:1px solid rgba(226,232,240,.9);border-radius:8px;background:linear-gradient(180deg,#f8fafcb8,#fffffff5),#fff}.yield-ai-combo-chart.is-compact{padding:.625rem}.yield-ai-combo-chart svg{display:block;width:100%;height:360px;overflow:visible}.yield-ai-combo-chart.is-compact svg{height:330px}.yield-ai-combo-plot-bg{fill:#f8fafce0;stroke:#e2e8f0;stroke-width:1}.yield-ai-combo-grid{stroke:#e2e8f0;vector-effect:non-scaling-stroke}.yield-ai-combo-axis,.yield-ai-combo-axis-title{fill:#64748b;font-size:11px;font-weight:700}.yield-ai-combo-axis-title{font-size:11px;fill:#475569}.yield-ai-combo-axis.is-left{text-anchor:end}.yield-ai-combo-axis.is-right,.yield-ai-combo-axis-title.is-right{text-anchor:start}.yield-ai-combo-bar{fill:var(--bar-color, #60a5fa);fill-opacity:.24;stroke:var(--bar-color, #60a5fa);stroke-opacity:.42;vector-effect:non-scaling-stroke}.yield-ai-combo-bar-label{fill:#475569;font-size:9px;font-weight:800;text-anchor:middle}.yield-ai-combo-line{fill:none;stroke:var(--line-color, #2563eb);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.yield-ai-combo-line.kind-demand{stroke-dasharray:2 7;stroke-width:2;opacity:.5}.yield-ai-combo-line.kind-baselineGmv{stroke-dasharray:8 6;opacity:.52}.yield-ai-combo-line.kind-recommendedGmv{stroke-width:3;opacity:.96}.yield-ai-combo-line.kind-recommendedUtilization{stroke-dasharray:1 0;stroke-width:2;opacity:.78}.yield-ai-combo-x-label,.yield-ai-combo-x-sub-label{fill:#94a3b8;font-size:11px;font-weight:700;text-anchor:middle}.yield-ai-combo-x-sub-label{font-size:9px;fill:#64748b}.yield-ai-chart-legend{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .875rem;color:#64748b;font-size:.75rem;font-weight:700}.yield-ai-chart-legend span{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.yield-ai-chart-legend em{color:#94a3b8;font-size:.6875rem;font-style:normal;font-weight:700}.yield-ai-chart-legend b{width:18px;height:0;border-bottom:2px solid #2563eb}.yield-ai-chart-legend .legend-metric-demand{border-bottom-style:dotted;opacity:.7}.yield-ai-chart-legend .legend-metric-baselineGmv{border-bottom-style:dashed;opacity:.55}.yield-ai-chart-legend .legend-metric-recommendedGmv{border-bottom-style:solid}.yield-ai-chart-legend .legend-metric-recommendedUtilization{border-color:#059669}.yield-ai-chart-legend .legend-metric-inventoryGap{width:12px;height:10px;border:1px solid rgba(37,99,235,.42);border-bottom:0;background:#2563eb2e}.yield-ai-scope-legend{display:flex;flex-wrap:wrap;gap:.5rem .875rem;color:#64748b;font-size:.75rem;font-weight:700}.yield-ai-scope-legend span{display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap}.yield-ai-scope-legend i{width:.5rem;height:.5rem;border-radius:999px;background:var(--scope-color, #2563eb)}.yield-ai-combo-note{color:#64748b;font-size:.75rem;font-weight:700}.yield-intelligence-forecast-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1rem;align-items:stretch}.yield-intelligence-forecast-chart{min-width:0;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.yield-intelligence-forecast-chart svg{display:block;width:100%;height:260px;overflow:visible}.yield-forecast-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.yield-forecast-line-baseline{stroke:#94a3b8;stroke-dasharray:7 5}.yield-forecast-line-recommended{stroke:#1890ff}.yield-forecast-x-label{fill:#94a3b8;font-size:12px;text-anchor:middle}.yield-intelligence-forecast-side{display:flex;flex-direction:column;gap:.625rem;min-width:0;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.yield-intelligence-forecast-side strong{color:#0f172a;font-size:.875rem;line-height:1.45}.yield-intelligence-forecast-side dl{margin:0;padding-top:.5rem;border-top:1px solid #e2e8f0}.yield-intelligence-forecast-side dt{color:#64748b;font-size:.75rem;font-weight:700}.yield-intelligence-forecast-side dd{margin:.25rem 0 0;color:#0f172a;font-size:1rem;font-weight:800}.yield-forecast-legend{display:flex;flex-direction:column;gap:.375rem;margin-top:auto;color:#64748b;font-size:.75rem;font-weight:700}.yield-forecast-legend span{display:inline-flex;align-items:center;gap:.375rem}.yield-forecast-legend i{width:16px;height:2px}.yield-forecast-legend i.baseline{border-bottom:2px dashed #94a3b8}.yield-forecast-legend i.recommended{background:#1890ff}.yield-poi-suggestion-list{display:flex;flex-direction:column;gap:.75rem}.yield-poi-suggestion{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:.875rem;padding:.875rem;border:1px solid transparent;border-radius:8px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(120deg,#60a5fad1,#a78bfac7,#f472b6bd,#34d399bd) border-box}.yield-poi-suggestion-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.yield-poi-suggestion-head h4{margin:.375rem 0 0;color:#0f172a;font-size:1rem;font-weight:800}.yield-poi-suggestion-head p{margin:.25rem 0 0;color:#475569;font-size:.8125rem;line-height:1.45}.yield-poi-suggestion-head>strong{flex:0 0 auto;color:#1890ff;font-size:.875rem}.yield-poi-suggestion-columns{display:grid;grid-template-columns:.8fr 1.25fr 1fr;gap:.75rem;margin-top:.75rem}.yield-poi-suggestion-columns section{min-width:0;padding-top:.625rem;border-top:1px solid #e2e8f0}.yield-poi-suggestion-columns h5{margin:0 0 .25rem;color:#64748b;font-size:.75rem;font-weight:800}.yield-poi-suggestion-columns p,.yield-poi-suggestion-columns li{color:#475569;font-size:.75rem;line-height:1.45}.yield-poi-suggestion-columns p,.yield-poi-suggestion-columns ul{margin:0}.yield-poi-suggestion-columns ul{padding-left:1rem}.yield-poi-suggestion-side{display:flex;flex-direction:column;gap:.625rem;min-width:0}.yield-poi-impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.yield-poi-impact-grid dl{margin:0;padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc}.yield-poi-impact-grid dt{color:#64748b;font-size:.6875rem;font-weight:800}.yield-poi-impact-grid dd{margin:.25rem 0 0;color:#15803d;font-size:.8125rem;font-weight:800}.yield-poi-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.yield-intelligence-action{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-height:32px;padding:.25rem .625rem;border:1px solid #dbe3ef;border-radius:6px;background:#fff;color:#475569;font-size:.75rem;font-weight:800}.yield-intelligence-action.is-accepted{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.yield-intelligence-action.is-rejected{border-color:#fecaca;background:#fef2f2;color:#dc2626}.yield-feedback-select{display:flex;flex-direction:column;gap:.375rem}.yield-feedback-select>span,.yield-accepted-note{display:inline-flex;align-items:center;gap:.375rem;color:#64748b;font-size:.75rem;font-weight:700}.yield-accepted-note{margin:0;color:#15803d;line-height:1.35}.yield-selector-suggestion-status.has-pending{border-color:transparent;background:linear-gradient(#fffbeb,#fffbeb) padding-box,linear-gradient(120deg,#60a5fa,#a78bfa,#f472b6,#34d399) border-box}.yield-future-insight-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.yield-future-insight{min-width:0;padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.yield-future-insight span{color:#64748b;font-size:.75rem;font-weight:800}.yield-future-insight strong{display:block;margin-top:.25rem;color:#0f172a;font-size:.8125rem;line-height:1.4}.yield-future-insight p{margin:.25rem 0 0;color:#64748b;font-size:.75rem;line-height:1.45}@media(max-width:960px){.yield-trend-legend-bar{grid-column:1 / -1;flex-direction:column;align-items:stretch}.yield-legend-items{flex-basis:auto;grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}.yield-legend-meta{justify-content:space-between;margin-left:0;text-align:left}.yield-intelligence-inline-grid,.yield-intelligence-hero-grid,.yield-intelligence-forecast-layout,.yield-poi-suggestion,.yield-poi-suggestion-columns{grid-template-columns:1fr}.yield-intelligence-forecast-toolbar{align-items:flex-start;flex-direction:column}.yield-future-insight-strip{grid-template-columns:1fr}}.intelligent-pricing-page{background:#f8fafc;color:#334155;min-height:100%;padding:24px}.intelligent-page-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.intelligent-page-eyebrow{color:#64748b;font-size:12px;font-weight:500;margin:0 0 4px}.intelligent-page-title{color:#0f172a;font-size:20px;font-weight:600;letter-spacing:0;line-height:1.25;margin:0}.intelligent-page-subtitle{color:#64748b;font-size:14px;margin:6px 0 0;max-width:720px}.intelligent-target-corner{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex:0 0 auto;gap:12px;padding:10px 12px}.intelligent-target-corner>div:first-child span,.intelligent-target-corner dt{color:#64748b;font-size:12px}.intelligent-target-corner>div:first-child strong{color:#0f172a;display:block;font-size:13px;font-weight:600;margin-top:2px;white-space:nowrap}.intelligent-weight-mini{display:flex;gap:8px}.intelligent-weight-mini dl{align-items:baseline;display:flex;gap:4px;margin:0}.intelligent-weight-mini dd{color:#0f172a;font-size:12px;font-weight:600;margin:0}.intelligent-primary-button,.intelligent-secondary-button{align-items:center;border-radius:6px;display:inline-flex;font-size:14px;font-weight:500;gap:8px;height:36px;padding:0 16px;white-space:nowrap}.intelligent-primary-button{background:#2563eb;border:0;color:#fff}.intelligent-primary-button:hover{background:#1d4ed8}.intelligent-primary-button:disabled{background:#cbd5e1;cursor:not-allowed}.intelligent-secondary-button{background:#fff;border:1px solid #cbd5e1;color:#334155}.intelligent-secondary-button:hover{background:#f8fafc}.intelligent-summary-band{align-items:stretch;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:grid;grid-template-columns:minmax(300px,1.2fr) minmax(0,2fr);margin-bottom:16px;overflow:hidden}.intelligent-summary-primary{border-right:1px solid #f1f5f9;padding:14px 16px}.intelligent-summary-primary h2{color:#0f172a;font-size:18px;font-weight:600;line-height:1.35;margin:10px 0 4px}.intelligent-summary-primary p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.intelligent-impact-strip{align-items:stretch;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.intelligent-impact-strip dl{border-right:1px solid #f1f5f9;margin:0;padding:14px 16px}.intelligent-impact-strip dl:last-child{border-right:0}.intelligent-impact-strip dt{color:#64748b;font-size:12px;font-weight:600;margin-bottom:5px}.intelligent-impact-strip dd{color:#0f172a;font-size:22px;font-weight:600;line-height:1.2;margin:0}.intelligent-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;min-width:0;overflow:hidden}.intelligent-panel-heading{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.intelligent-panel-heading h2{color:#0f172a;font-size:16px;font-weight:500;margin:0}.intelligent-panel-heading p{color:#64748b;font-size:12px;margin:4px 0 0}.intelligent-table{border-collapse:collapse;width:100%}.intelligent-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:12px;font-weight:600;letter-spacing:0;padding:10px 12px;text-align:left;white-space:nowrap}.intelligent-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:13px;line-height:1.45;padding:10px 12px;vertical-align:top}.intelligent-table tr:hover td,.intelligent-table tr.is-selected td{background:#f8fafc}.intelligent-table tr.is-selected td:first-child{box-shadow:inset 3px 0 #2563eb}.intelligent-optimization-table td:nth-child(1),.intelligent-optimization-table th:nth-child(1){text-align:center;width:56px}.intelligent-optimization-table td:nth-child(2){min-width:230px}.intelligent-optimization-table td:nth-child(3),.intelligent-optimization-table td:nth-child(4),.intelligent-optimization-table td:nth-child(5){min-width:210px}.intelligent-optimization-table td:nth-child(6){min-width:170px}.intelligent-optimization-table strong,.intelligent-optimization-table small,.intelligent-optimization-table em{display:block}.intelligent-optimization-table strong{color:#0f172a;font-size:13px;font-style:normal;font-weight:600}.intelligent-optimization-table small,.intelligent-optimization-table em{color:#64748b;font-size:12px;font-style:normal;margin-top:3px}.intelligent-status-badge{align-items:center;border:1px solid;border-radius:6px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:2px 8px;white-space:nowrap}.intelligent-status-badge span{border-radius:999px;display:inline-block;height:6px;width:6px}.intelligent-status-good{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.intelligent-status-good span{background:#10b981}.intelligent-status-warning{background:#fffbeb;border-color:#fde68a;color:#b45309}.intelligent-status-warning span{background:#f59e0b}.intelligent-status-critical{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.intelligent-status-critical span{background:#ef4444}.intelligent-detail-grid{display:grid;gap:0;grid-template-columns:repeat(3,minmax(0,1fr))}.intelligent-detail-grid section{border-right:1px solid #f1f5f9;padding:14px 16px}.intelligent-detail-grid section:last-child{border-right:0}.intelligent-detail-grid h3{color:#0f172a;font-size:14px;font-weight:600;margin:0 0 10px}.intelligent-detail-grid p{color:#475569;font-size:13px;line-height:1.55;margin:0 0 8px}.intelligent-detail-grid dl{display:grid;gap:6px;margin:0}.intelligent-detail-grid dt{color:#64748b;font-size:12px}.intelligent-detail-grid dd{color:#334155;font-size:13px;line-height:1.5;margin:0 0 8px}.intelligent-apply-footer{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:8px;justify-content:flex-end;padding:12px 16px}.intelligent-apply-footer>div{align-items:center;color:#334155;display:flex;flex:1;font-size:13px;gap:8px}@media(max-width:1180px){.intelligent-page-header,.intelligent-target-corner{align-items:stretch;flex-direction:column}.intelligent-summary-band,.intelligent-detail-grid{grid-template-columns:1fr}.intelligent-summary-primary,.intelligent-detail-grid section{border-bottom:1px solid #f1f5f9;border-right:0}.intelligent-detail-grid section:last-child{border-bottom:0}.intelligent-impact-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.intelligent-pricing-page{padding:16px}.intelligent-impact-strip{grid-template-columns:1fr}.intelligent-impact-strip dl{border-bottom:1px solid #f1f5f9;border-right:0}.intelligent-impact-strip dl:last-child{border-bottom:0}.intelligent-panel{overflow-x:auto}.intelligent-table{min-width:1060px}.intelligent-apply-footer{align-items:stretch;flex-direction:column}}
