*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #ee4d2d;--orange-dark: #c2410c;--orange-light: #fff7f5;--orange-mid: #fed7cc;--orange-2: #fef3f2;--bg: #f1f5f9;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--text: #0f172a;--text-sub: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--border-2: #cbd5e1;--navy: #1e293b;--navy-2: #334155;--green: #059669;--green-dark: #047857;--green-light: #ecfdf5;--red: #dc2626;--red-light: #fef2f2;--yellow: #d97706;--yellow-light: #fffbeb;--blue: #2563eb;--blue-light: #eff6ff;--white: #ffffff;--sh-xs: 0 1px 2px rgba(0,0,0,.05);--sh-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--sh-md: 0 4px 8px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--sh-lg: 0 10px 30px rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.06);--sh-xl: 0 24px 64px rgba(0,0,0,.18);--r-xs: 4px;--r-sm: 6px;--r: 10px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--shadow: var(--sh-sm);--shadow-md: var(--sh-md);--radius: var(--r-md);--layout-gap: 8px;--header-sticky-top: 8px}html{font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh;overflow-x:clip}input,select,button,textarea{font-family:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:clip}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:10px 12px 24px;display:flex;flex-direction:column;gap:var(--layout-gap);flex:1;box-sizing:border-box}.app-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--sh-xs);padding:9px 12px;min-height:52px;position:sticky;top:var(--header-sticky-top);z-index:100}.header-brand{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.header-logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(145deg,var(--orange) 0%,#ff6b4a 100%);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 1px 4px #ee4d2d38}.header-titles{min-width:0}.app-header h1{font-size:.875rem;font-weight:700;color:var(--text);letter-spacing:-.2px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-subtitle{font-size:.68rem;color:var(--text-muted);margin-top:1px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.history-header-btn{background:var(--surface-2);border:1px solid var(--border);color:var(--text-sub);font-size:.68rem;font-weight:600;padding:4px 8px;border-radius:var(--r-xs);cursor:pointer;transition:background .12s,border-color .12s,color .12s;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;line-height:1.2}.history-header-btn:hover{background:var(--surface-3);border-color:var(--border-2);color:var(--text)}.status-pill{font-size:.65rem;font-weight:600;padding:4px 9px;border-radius:999px;white-space:nowrap;line-height:1.2}.status-pill.is-pro{background:var(--blue-light);color:var(--blue);border:1px solid rgba(37,99,235,.22)}.status-pill.is-trial{background:var(--yellow-light);color:var(--yellow);border:1px solid rgba(217,119,6,.22)}.donate-btn{display:inline-flex;align-items:center;gap:4px;background:var(--orange);color:#fff;border:none;border-radius:var(--r-xs);padding:4px 10px;font-family:inherit;font-size:.68rem;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;line-height:1.2;transition:background .12s,box-shadow .12s}.donate-btn:hover{background:var(--orange-dark);box-shadow:0 2px 8px #ee4d2d4d}.app-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--layout-gap);width:100%;margin:0;padding:0;align-items:start;box-sizing:border-box}.form-col,.result-col{display:flex;flex-direction:column;gap:6px;min-width:0;max-width:100%}.result-col{position:static;max-height:none;overflow:visible}.result-panel,.form-section,.empty-result-panel{max-width:100%;min-width:0}.form-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden}.form-section-btn{width:100%;display:flex;align-items:center;gap:6px;padding:8px 11px;background:var(--surface-2);border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s;outline:none;border-bottom:1px solid transparent}.form-section-btn:hover{background:var(--surface-3)}.form-section-btn.open{border-bottom-color:var(--border);background:var(--surface)}.form-section-icon{color:var(--text-muted);flex-shrink:0}.form-section-title{flex:1;font-size:.78rem;font-weight:600;color:var(--text);letter-spacing:-.1px}.form-section-sub{font-size:.62rem;font-weight:600;color:var(--orange-dark);background:var(--orange-2);border:1px solid var(--orange-mid);border-radius:3px;padding:0 5px;margin-left:6px;letter-spacing:0}.chevron{color:var(--text-muted);transition:transform .18s;flex-shrink:0}.chevron.open{transform:rotate(180deg)}.form-section-panel{padding:8px 11px;display:flex;flex-direction:column;gap:7px}.form-section-sep{display:flex;align-items:center;gap:5px;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);padding:5px 0 2px;border-top:1px solid var(--border);margin-top:3px}.form-section-sep:first-child{border-top:none;margin-top:0}.field{display:flex;flex-direction:column;gap:3px;font-size:.7rem;font-weight:500;color:var(--text-muted)}.field-group{display:flex;flex-direction:column;gap:5px}.field-wide{width:100%}.field.hidden{display:none}.field input[type=text],.field input[type=number],.field select{width:100%;padding:5px 8px;border:1px solid var(--border);border-radius:var(--r-xs);font-family:inherit;font-size:.8rem;font-weight:400;background:var(--surface);color:var(--text);transition:border-color .12s,box-shadow .12s;outline:none;height:28px}.field input:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 2px #ee4d2d1f}.field select{cursor:pointer;padding-right:22px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 5px center;background-repeat:no-repeat;background-size:13px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.helper-text{font-size:.65rem;color:var(--text-muted);font-weight:400;line-height:1.4}.helper-text ul{margin-left:12px}.helper-text li{margin-bottom:1px}.toggle-field{border:1px solid var(--border);border-radius:var(--r-xs);overflow:hidden;transition:border-color .15s}.toggle-field.is-active{border-color:#ee4d2d4d}.toggle-field-header{display:flex;align-items:center;justify-content:space-between;padding:6px 9px;background:var(--surface-2);cursor:pointer;gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:30px}.toggle-field.is-active .toggle-field-header{background:var(--orange-2)}.toggle-field-label{font-size:.74rem;font-weight:400;color:var(--text-sub);flex:1;line-height:1.3}.toggle-field.is-active .toggle-field-label{color:var(--orange-dark);font-weight:500}.toggle-field-body{padding:7px 9px;border-top:1px solid rgba(238,77,45,.1);background:var(--surface);display:flex;flex-direction:column;gap:6px}.go-wizard{display:flex;flex-direction:column;gap:8px}.go-wizard-title{font-size:.72rem;font-weight:600;color:var(--text-sub);margin:0}.go-wizard-options{display:grid;grid-template-columns:1fr 1fr;gap:6px}.go-wizard-opt{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border:1.5px solid var(--border);border-radius:var(--r-xs);cursor:pointer;transition:border-color .15s,background .15s;background:var(--surface-2)}.go-wizard-opt input[type=radio]{display:none}.go-wizard-opt span{font-size:.73rem;font-weight:600;color:var(--text-sub)}.go-wizard-opt small{font-size:.65rem;color:var(--text-muted);line-height:1.35}.go-wizard-opt.selected{border-color:var(--orange);background:var(--orange-2)}.go-wizard-opt.selected span{color:var(--orange-dark)}.go-wizard-advanced{margin-top:2px}.go-wizard-advanced summary{font-size:.68rem;color:var(--text-muted);cursor:pointer;padding:4px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.go-wizard-advanced summary:hover{color:var(--orange)}.go-wizard-advanced-body{display:flex;flex-direction:column;gap:6px;padding:8px 0 2px;border-top:1px dashed var(--border);margin-top:4px}.go-wizard-result{font-size:.7rem;font-weight:600;padding:5px 8px;border-radius:var(--r-xs);margin:0}.go-wizard-result.free{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.25)}.go-wizard-result.paid{background:#ef444414;color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.sw{position:relative;display:inline-flex;width:28px;height:16px;border-radius:8px;background:var(--border-2);border:none;cursor:pointer;transition:background .18s;flex-shrink:0;padding:0;outline:none}.sw.sw-on{background:var(--orange)}.sw:focus-visible{box-shadow:0 0 0 2px #ee4d2d4d}.sw-thumb{display:block;position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .18s;pointer-events:none}.sw.sw-on .sw-thumb{transform:translate(12px)}.combobox-wrap{position:relative}.combobox-input{width:100%;padding:4px 8px;border:1px solid var(--border);border-radius:var(--r-xs);font-family:inherit;font-size:.8rem;background:var(--surface);color:var(--text);outline:none;transition:border-color .12s,box-shadow .12s;height:28px}.combobox-input:focus{border-color:var(--orange);box-shadow:0 0 0 2px #ee4d2d1f}.combobox-options{position:absolute;top:calc(100% + 2px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--sh-lg);max-height:220px;overflow-y:auto;z-index:300;padding:2px 0}.combobox-option{padding:6px 10px;font-size:.76rem;color:var(--text-sub);cursor:pointer;border-bottom:1px solid var(--surface-2);transition:background .07s}.combobox-option:last-child{border-bottom:none}.combobox-option.active{background:var(--orange-light);color:var(--orange-dark)}.combobox-option.selected{font-weight:600;color:var(--text);background:var(--orange-2)}.combobox-empty{padding:9px 10px;font-size:.72rem;color:var(--text-muted);text-align:center}.product-cascade{display:flex;flex-direction:column;gap:8px}.product-cascade-field{display:flex;flex-direction:column;gap:3px;margin:0}.product-cascade-label{font-size:.62rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.product-cascade-field select{width:100%;padding:5px 8px;border:1px solid var(--border);border-radius:var(--r-xs);font-family:inherit;font-size:.78rem;background:var(--surface);color:var(--text);height:28px}.product-cascade-field select:disabled{opacity:.55;cursor:not-allowed}.product-cascade-rates{padding:6px 8px;border-radius:var(--r-xs);background:var(--orange-2);border:1px solid rgba(238,77,45,.25);font-size:.65rem;color:var(--text-muted);display:flex;flex-wrap:wrap;gap:4px 10px;align-items:baseline}.product-cascade-rates-active strong{color:var(--orange-dark)}.product-cascade-rates-cols span{margin-right:6px}.product-search-wrap{position:relative;display:flex;flex-direction:column;gap:6px}.product-search-selected-below{margin-top:0;cursor:default}.product-search-selected-below:hover{border-color:var(--orange)}.field-label{display:block;font-size:.68rem;font-weight:600;color:var(--text-muted);margin-bottom:4px}.product-search-dropdown{max-height:280px;padding:0}.product-search-hint{padding:5px 10px;font-size:.63rem;color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border);position:sticky;top:0}.product-search-selected{display:flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--orange);border-radius:var(--r-xs);background:var(--orange-2);cursor:pointer;min-height:28px;transition:border-color .12s}.product-search-selected:hover{border-color:var(--orange-dark)}.product-search-selected-inner{flex:1;min-width:0}.product-search-selected-name{font-size:.78rem;font-weight:600;color:var(--orange-dark);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-search-selected-path{font-size:.62rem;color:var(--text-muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-search-selected-rate{font-size:.68rem;font-weight:700;color:var(--orange-dark);background:#ee4d2d26;border-radius:var(--r-xs);padding:1px 5px;flex-shrink:0;white-space:nowrap}.product-search-clear{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;padding:2px;border-radius:var(--r-xs);flex-shrink:0;transition:color .12s}.product-search-clear:hover{color:var(--orange-dark)}.product-search-option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px}.product-search-option-main{flex:1;min-width:0}.product-search-option-name{font-size:.76rem;color:var(--text);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-search-option-path{font-size:.62rem;color:var(--text-muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-search-option-rate{font-size:.67rem;font-weight:700;color:var(--orange-dark);background:var(--orange-2);border-radius:var(--r-xs);padding:1px 5px;flex-shrink:0;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.product-search-kat-filter{padding:6px 8px;border-bottom:1px solid var(--border);background:var(--surface-2);position:sticky;top:0;z-index:2}.product-search-kat-select{width:100%;font-size:.7rem;padding:4px 6px;border-radius:var(--r-xs);border:1px solid var(--border);background:var(--surface);color:var(--text)}.product-search-table-head{display:flex;justify-content:space-between;font-weight:600;color:var(--text-muted);border-bottom:none;padding-bottom:2px}.product-search-table-head span:last-child{flex-shrink:0;margin-left:8px}.product-search-selected-kat{font-size:.6rem;color:var(--text-muted);display:block;text-transform:uppercase;letter-spacing:.02em}.product-search-rate-dual{display:block;font-size:.55rem;font-weight:500;color:var(--text-muted);margin-top:1px}.product-search-option-kat{font-size:.6rem;color:var(--orange-dark);font-weight:600;display:block}.product-search-option-rate{display:inline-flex;gap:6px;align-items:center;background:transparent;padding:0}.product-search-option-rate .rate-col{display:inline-flex;flex-direction:column;align-items:flex-end;line-height:1.15;font-size:.67rem;font-weight:700}.product-search-option-rate .rate-col small{font-size:.5rem;color:var(--text-muted);font-weight:600}.product-search-option-rate .rate-star{color:#1d4ed8}.product-search-option-rate .rate-mall{color:#7c3aed}.product-search-selected-rate{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2;background:#ee4d2d26;border-radius:var(--r-xs);padding:2px 5px}.btn-calculate{width:100%;background:var(--orange);color:#fff;border:none;border-radius:var(--r-xs);padding:7px;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .12s,box-shadow .12s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-calculate:hover{background:var(--orange-dark);box-shadow:0 3px 10px #ee4d2d4d}.btn-calculate:active{background:var(--orange-dark)}.btn-calculate:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.result-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden}.empty-result-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:var(--text-muted);min-height:200px;gap:4px}.empty-result-icon{color:var(--border-2);margin-bottom:8px}.empty-result-panel h3{font-size:.82rem;font-weight:600;color:var(--text)}.empty-result-panel p{font-size:.72rem;line-height:1.5;max-width:220px}.wizard-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 18px}.money-input,.percent-input{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--r-xs);overflow:hidden;background:var(--surface);transition:border-color .12s,box-shadow .12s;height:28px}.money-input:focus-within,.percent-input:focus-within{border-color:var(--orange);box-shadow:0 0 0 2px #ee4d2d1f}.money-input b,.percent-input b{padding:0 7px;background:var(--surface-2);color:var(--text-muted);font-size:.7rem;font-weight:700;border-right:1px solid var(--border);white-space:nowrap;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%;display:flex;align-items:center}.percent-input b{border-right:none;border-left:1px solid var(--border);order:2}.percent-input input{order:1}.money-input input,.percent-input input{flex:1;border:none!important;outline:none;padding:0 8px;font-family:inherit;font-size:.8rem;background:transparent;width:0;box-shadow:none!important;color:var(--text);height:100%}.suggest-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r);box-shadow:var(--sh-lg);max-height:260px;overflow-y:auto;z-index:200;font-weight:400}.suggest-item{padding:8px 13px;font-size:.8rem;color:var(--text-sub);cursor:pointer;border-bottom:1px solid var(--surface-2);transition:background .1s}.suggest-item:last-child{border-bottom:none}.suggest-item:hover,.suggest-item.is-active{background:var(--orange-light);color:var(--orange-dark)}.suggest-item-highlight{color:var(--orange);font-weight:700}.suggest-no-match{padding:14px;font-size:.78rem;color:var(--text-muted);text-align:center}.hidden{display:none!important}.primary-button{background:var(--orange);color:#fff;border:none;border-radius:var(--r-xs);padding:6px 16px;font-family:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .12s}.primary-button:hover{background:var(--orange-dark)}.ghost-button{background:var(--surface);color:var(--text-sub);border:1px solid var(--border);border-radius:var(--r-xs);padding:6px 14px;font-family:inherit;font-size:.78rem;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s}.ghost-button:hover{background:var(--surface-2);border-color:var(--border-2)}.hero-result{background:var(--navy);padding:14px 16px 12px;color:#fff}.hero-product-name{font-size:.68rem;font-weight:700;color:#fff9;display:block;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px;text-transform:none;letter-spacing:0}.hero-result-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.hero-result span{font-size:.62rem;font-weight:600;opacity:.55;text-transform:uppercase;letter-spacing:.07em;display:block;margin-bottom:1px}.hero-result strong{font-size:1.8rem;font-weight:800;letter-spacing:-.04em;display:block;line-height:1.1;word-break:break-word}.copy-result-btn{background:#ffffff14;color:#fffc;border:1px solid rgba(255,255,255,.15);border-radius:var(--r-xs);padding:4px 9px;font-family:inherit;font-size:.68rem;font-weight:500;cursor:pointer;transition:background .12s;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.copy-result-btn:hover{background:#ffffff24}.copy-result-btn.copied{background:#ffffff2e}.editable-price{padding:9px 14px;background:var(--surface-2);border-bottom:1px solid var(--border);font-size:.7rem;font-weight:500;color:var(--text-muted);display:flex;flex-direction:column;gap:4px}.summary-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--border)}.summary-strip article{padding:8px 12px;border-right:1px solid var(--border)}.summary-strip article:last-child{border-right:none}.summary-strip article span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);display:block;margin-bottom:2px}.summary-strip article strong{font-size:.82rem;font-weight:700;color:var(--text)}.roas-bep-section{padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface-2)}.bep-price-strip{display:flex;align-items:center;gap:8px;padding:8px 14px;background:var(--surface-2);border-bottom:1px solid var(--border);flex-wrap:wrap}.bep-price-label{font-size:.68rem;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:4px;flex-shrink:0}.bep-price-val{font-size:.82rem;font-weight:700;color:var(--text)}.bep-price-note{font-size:.65rem;color:var(--orange-dark);background:var(--orange-2);border-radius:var(--r-xs);padding:2px 6px;margin-left:auto}.price-slider-section{padding:8px 14px 10px;border-bottom:1px solid var(--border)}.price-slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.price-slider-header span{font-size:.68rem;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:4px}.price-slider-range{font-size:.65rem;color:var(--text-muted);font-weight:400}.price-slider{width:100%;accent-color:var(--orange);height:4px;cursor:pointer}.comparison-section{border-bottom:1px solid var(--border)}.comparison-toggle{width:100%;display:flex;align-items:center;gap:6px;padding:8px 14px;background:none;border:none;font-size:.7rem;font-weight:600;color:var(--text-sub);cursor:pointer;text-align:left;transition:background .12s}.comparison-toggle:hover{background:var(--surface-2)}.comparison-table{padding:0 14px 10px;display:flex;flex-direction:column;gap:2px}.comparison-row{display:grid;grid-template-columns:1.2fr 1fr 1fr .7fr 1fr;gap:4px;padding:4px 6px;border-radius:var(--r-xs);font-size:.68rem}.comparison-header{font-weight:700;color:var(--text-muted);font-size:.63rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);border-radius:0;padding-bottom:4px}.comparison-row:not(.comparison-header){color:var(--text-sub)}.comparison-active{background:var(--orange-2);color:var(--orange-dark)!important;font-weight:600}.share-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;background:none;border:none;border-bottom:1px solid var(--border);font-size:.7rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:background .12s,color .12s}.share-btn:hover{background:var(--surface-2);color:var(--orange)}@media (max-width: 480px){.comparison-row{grid-template-columns:1fr 1fr 1fr}.comparison-row span:nth-child(4),.comparison-row span:nth-child(5){display:none}}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.premium-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xs);padding:10px 12px}.premium-card.highlight{border-color:#ee4d2d40;background:var(--orange-2)}.card-title{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);display:flex;align-items:center;gap:4px;margin-bottom:4px}.premium-card.highlight .card-title{color:var(--orange-dark)}.card-value{font-size:1.25rem;font-weight:800;color:var(--text);display:block;letter-spacing:-.4px;margin-bottom:2px}.premium-card.highlight .card-value{color:var(--orange-dark)}.card-desc{font-size:.65rem;color:var(--text-muted);line-height:1.4;margin-bottom:5px}.card-formula{font-size:.65rem;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xs);padding:3px 6px;font-family:Courier New,monospace;line-height:1.5;word-break:break-word;white-space:normal}.premium-card.card-muted{border-color:var(--border);background:var(--surface-2);opacity:.75}.premium-card.card-muted .card-title{color:var(--text-muted)}.card-value-muted{color:var(--text-muted)!important;font-size:1.5rem!important}.card-desc-muted{font-style:normal;color:var(--text-muted)}.card-desc-muted em{font-style:italic;color:var(--orange-dark)}.results-visual-container{border-bottom:1px solid var(--border)}.breakdown{padding:10px 14px;border-bottom:1px solid var(--border)}.breakdown-group{margin-bottom:8px;border:1px solid var(--border);border-radius:var(--r-xs);overflow:hidden}.breakdown-group>strong{display:block;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding:5px 10px;background:var(--surface-2);border-bottom:1px solid var(--border)}.breakdown-group p,.breakdown p{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;padding:5px 10px;font-size:.75rem;border-bottom:1px solid var(--surface-3)}.breakdown-group p:last-child{border-bottom:none}.breakdown-group p span,.breakdown p span{color:var(--text-muted);flex:1}.breakdown-group p strong{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.breakdown-group p strong b,.breakdown p>b{font-weight:600;font-size:.76rem}.breakdown-group p strong small{font-size:.6rem;color:var(--text-muted);font-weight:400}.breakdown-group p.group-total{background:var(--surface-2)}.breakdown-group p.group-total span{color:var(--text);font-weight:600}.breakdown-group p.group-total strong b{color:var(--orange-dark)}.total-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;background:var(--navy);border-radius:var(--r-xs);margin-top:6px}.total-row span{font-size:.72rem;font-weight:600;color:#fff9}.total-row>strong>b{color:#fff;font-size:.8rem}.total-row>strong>small{color:#fff6;font-size:.6rem;font-weight:400;display:block;text-align:right}.chart-panel{padding:10px 14px;border-bottom:1px solid var(--border)}.chart-panel h3{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:10px}.chart-wrapper{position:relative;height:160px;max-width:160px;margin:0 auto 10px}.chart-legends{display:flex;flex-direction:column;gap:6px}.legend-item{display:flex;align-items:flex-start;justify-content:space-between;font-size:.75rem;gap:8px;flex-wrap:wrap}.legend-label-group{display:flex;align-items:center;gap:5px;color:var(--text-sub);min-width:0;flex:1}.legend-color-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.legend-val{font-weight:600;color:var(--text);font-size:.72rem;text-align:right;word-break:break-word}.quick-summary-card{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:10px}.summary-item{font-size:.66rem;font-weight:500;color:var(--text-sub);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xs);padding:4px 7px;display:flex;align-items:center;gap:5px}.si-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.si-ok .si-dot{background:var(--green)}.si-warn .si-dot{background:var(--yellow)}.si-err .si-dot{background:var(--red)}.si-muted .si-dot{background:var(--border-2)}.bonus-features-container{margin-top:8px}.feature-card{border:1px solid var(--border);border-radius:var(--r-xs);overflow:hidden}.markup-card{border-color:#fde68a}.feature-card h4{font-size:.62rem;font-weight:700;padding:6px 11px;background:var(--surface-2);border-bottom:1px solid var(--border);color:var(--text);text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:4px}.feature-desc{font-size:.68rem;color:var(--text-muted);padding:7px 11px;border-bottom:1px solid var(--border);line-height:1.4}.markup-options{padding:4px 11px 9px;display:flex;flex-direction:column;gap:0}.markup-row{display:flex;align-items:center;justify-content:space-between;padding:5px 0;border-bottom:1px dashed var(--border);font-size:.73rem;gap:8px}.markup-row:last-child{border-bottom:none}.markup-row span{color:var(--text-sub)}.markup-row>strong{font-weight:600;color:var(--text);font-size:.73rem}.custom-markup{background:var(--orange-2);border-radius:var(--r-xs);padding:4px 7px;margin:3px 0;border-bottom:none}.custom-markup span{color:var(--orange-dark);font-weight:600}.custom-markup input[type=number]{width:40px;border:1px solid rgba(238,77,45,.3);border-radius:var(--r-xs);padding:1px 4px;font-size:.73rem;text-align:center;outline:none;background:#fff}.custom-markup input:focus{border-color:var(--orange)}.ai-analyzer-section{background:var(--surface-2);border-top:1px solid var(--border)}.ai-analyzer-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-bottom:1px solid var(--border);gap:10px}.ai-analyzer-header span:first-child{font-size:.68rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:5px}.ai-status-badge{font-size:.62rem;font-weight:700;padding:2px 7px;border-radius:3px;white-space:nowrap}.ai-status-sehat{background:var(--green-light);color:var(--green-dark)}.ai-status-tipis{background:var(--yellow-light);color:var(--yellow)}.ai-status-boncos{background:var(--red-light);color:var(--red)}.ai-content{padding:9px 14px;font-size:.72rem;color:var(--text-sub);line-height:1.6}.ai-content p{margin-bottom:5px}.ai-content ul{padding-left:14px}.ai-content li{margin-bottom:3px}.ai-content strong{color:var(--text);font-weight:600}.sensitivity-section{padding:10px 14px;border-bottom:1px solid var(--border)}.sensitivity-section>h3{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:2px;display:flex;align-items:center;gap:4px}.sensitivity-section>p{font-size:.65rem;color:var(--text-muted);margin-bottom:8px}.sensitivity-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--r-xs);-webkit-overflow-scrolling:touch;position:relative}.sensitivity-table-wrap:after{display:none}.sensitivity-table{width:100%;border-collapse:collapse;font-size:.72rem}.sensitivity-table th{background:var(--surface-2);padding:5px 9px;text-align:left;font-weight:700;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;font-size:.6rem;text-transform:uppercase;letter-spacing:.04em}.sensitivity-table td{padding:5px 9px;border-bottom:1px solid var(--surface-3);white-space:nowrap}.sensitivity-table tr:last-child td{border-bottom:none}.sensitivity-table .row-ideal{background:var(--orange-2);font-weight:600}.sensitivity-table .row-bep{background:var(--yellow-light)}.sensitivity-table .row-loss{background:var(--red-light)}.sensitivity-table .text-red{color:var(--red);font-weight:700}.sensitivity-table .text-green{color:var(--green);font-weight:700}.sensitivity-table .text-yellow{color:var(--yellow);font-weight:700}.projection-section{padding:10px 14px;border-bottom:1px solid var(--border)}.projection-section h3{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:8px;display:flex;align-items:center;gap:4px}.slider-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.slider-row input[type=range]{flex:1;accent-color:var(--orange);cursor:pointer;height:3px}.slider-row strong{font-size:.82rem;font-weight:700;color:var(--orange-dark);white-space:nowrap;min-width:85px;text-align:right}.projection-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-bottom:8px}.proj-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xs);padding:7px 10px}.proj-card span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);display:block;margin-bottom:2px}.proj-card strong{font-size:.8rem;font-weight:700;color:var(--text)}.proj-card.accent{background:var(--green-light);border-color:#05966933}.proj-card.accent strong{color:var(--green-dark)}.proj-card.danger{background:var(--red-light);border-color:#dc262633}.proj-card.danger strong{color:var(--red)}.proj-card.info{background:var(--blue-light);border-color:#2563eb33}.proj-card.info strong{color:var(--blue)}.bep-units-row{display:flex;align-items:center;gap:8px;background:var(--blue-light);border:1px solid rgba(37,99,235,.2);border-radius:var(--r-xs);padding:7px 10px;font-size:.7rem;color:var(--blue)}.bep-units-row .bep-num{font-size:1rem;font-weight:800;color:var(--blue);flex-shrink:0}.target-input-row{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:.68rem;color:var(--text-muted)}.target-input-row .money-input{flex:1}.optimizer-section{padding:10px 14px;border-bottom:1px solid var(--border)}.optimizer-section h3{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:2px;display:flex;align-items:center;gap:4px}.optimizer-section>p{font-size:.65rem;color:var(--text-muted);margin-bottom:8px}.optimizer-list{display:flex;flex-direction:column;gap:3px}.cost-impact-row{display:flex;align-items:center;gap:6px;padding:5px 9px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xs)}.cost-impact-rank{font-size:.6rem;font-weight:800;color:var(--text-muted);width:14px;flex-shrink:0;text-align:center}.cost-impact-label{font-size:.68rem;font-weight:500;min-width:100px;color:var(--text);flex-shrink:0}.cost-impact-bar-wrap{flex:1;background:var(--border);border-radius:3px;height:4px;overflow:hidden}.cost-impact-bar-fill{height:100%;border-radius:3px;transition:width .35s ease}.cost-impact-meta{font-size:.62rem;color:var(--text-muted);min-width:95px;text-align:right;flex-shrink:0}.cost-impact-meta strong{color:var(--text);font-weight:600;display:block;font-size:.68rem}.optimizer-insight{margin-top:8px;background:var(--orange-2);border:1px solid var(--orange-mid);border-radius:var(--r-xs);padding:7px 10px;font-size:.68rem;color:var(--orange-dark);line-height:1.5}.optimizer-insight strong{font-weight:600}.save-strip{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--surface-2);border-top:1px solid var(--border);font-size:.7rem;gap:8px}.save-strip span{color:var(--text-muted)}.save-btn{background:var(--green);color:#fff;border:none;border-radius:var(--r-xs);padding:5px 12px;font-family:inherit;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .12s;display:inline-flex;align-items:center;gap:4px}.save-btn:hover{background:var(--green-dark)}.mobile-bottom-actions{display:none}.custom-cost-row{display:grid;grid-template-columns:1fr minmax(120px,38%) auto;gap:5px;align-items:center}.custom-cost-name{min-width:0;width:100%;padding:0 8px;border:1px solid var(--border);border-radius:var(--r-xs);font-family:inherit;font-size:.75rem;outline:none;color:var(--text);height:28px}.custom-cost-name:focus{border-color:var(--orange);box-shadow:0 0 0 2px #ee4d2d1a}.custom-cost-row .money-input{width:100%;min-width:0}.custom-cost-row .money-input input{width:100%;min-width:3rem;flex:1}.remove-cost-btn{background:var(--red-light);color:var(--red);border:1px solid rgba(220,38,38,.12);border-radius:var(--r-xs);padding:0 8px;font-size:.72rem;cursor:pointer;flex-shrink:0;height:28px;display:flex;align-items:center;justify-content:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.qris-modal{background:var(--surface);border-radius:var(--r-lg);width:100%;max-width:320px;box-shadow:var(--sh-xl);overflow:hidden}.qris-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--navy)}.qris-modal-header span{font-size:.76rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}.qris-modal-desc{font-size:.72rem;color:var(--text-muted);padding:10px 14px 6px;margin:0;text-align:center;line-height:1.5}.qris-img{width:100%;display:block;padding:0 14px 6px;box-sizing:border-box}.qris-modal-name{font-size:.68rem;font-weight:600;color:var(--text-muted);text-align:center;padding:0 14px 12px;margin:0}.modal-close-btn{background:none;border:none;cursor:pointer;color:#ffffffb3;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:var(--r-xs);transition:color .12s,background .12s}.modal-close-btn:hover{color:#fff;background:#ffffff1f}.traktir-nudge{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#fff8f0,#fff3e6);border-bottom:1px solid rgba(238,77,45,.15);flex-wrap:wrap}.traktir-nudge-text{display:flex;align-items:center;gap:6px;font-size:.7rem;color:var(--text-sub);flex:1;min-width:0;line-height:1.4}.traktir-nudge-text svg{flex-shrink:0;color:var(--orange)}.traktir-nudge-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.traktir-nudge-btn{font-size:.7rem;font-weight:700;color:#fff;background:var(--orange);border:none;border-radius:var(--r-xs);padding:4px 10px;cursor:pointer;transition:opacity .12s;white-space:nowrap}.traktir-nudge-btn:hover{opacity:.85}.traktir-nudge-close{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;padding:2px;border-radius:var(--r-xs);transition:color .12s}.traktir-nudge-close:hover{color:var(--text)}.traktir-popup{background:var(--surface);border-radius:var(--r-lg);width:100%;max-width:340px;padding:24px 20px 20px;box-shadow:var(--sh-xl);position:relative;text-align:center}.toast-container{position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;z-index:3000;pointer-events:none}.toast{display:inline-flex;align-items:center;gap:7px;padding:8px 14px 8px 10px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.01em;pointer-events:auto;animation:toast-in .22s cubic-bezier(.34,1.56,.64,1) both;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #0000002e,0 1px 4px #0000001a,inset 0 1px #ffffff1f;white-space:nowrap;max-width:88vw;overflow:hidden;text-overflow:ellipsis;border:1px solid rgba(255,255,255,.12)}.toast-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;flex-shrink:0;background:#ffffff2e}.toast-msg{line-height:1.3}.toast-success{background:#15803deb;color:#fff}.toast-success .toast-icon{background:#fff3}.toast-error{background:#b91c1ceb;color:#fff}.toast-error .toast-icon{background:#fff3}.toast-info{background:#0f172ae0;color:#e2e8f0}.toast-info .toast-icon{background:#ffffff1f}@keyframes toast-in{0%{opacity:0;transform:translateY(14px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-modal{background:var(--surface);border-radius:var(--r-lg);width:100%;max-width:320px;padding:20px;box-shadow:var(--sh-xl)}.confirm-modal-msg{font-size:.82rem;color:var(--text);margin:0 0 18px;line-height:1.5}.confirm-modal-actions{display:flex;gap:8px;justify-content:flex-end}.confirm-modal-cancel{font-size:.75rem;font-weight:600;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-xs);padding:7px 14px;cursor:pointer;transition:background .12s}.confirm-modal-cancel:hover{background:var(--border)}.confirm-modal-ok{font-size:.75rem;font-weight:700;color:#fff;background:#dc2626;border:none;border-radius:var(--r-xs);padding:7px 14px;cursor:pointer;transition:opacity .12s}.confirm-modal-ok:hover{opacity:.88}.traktir-popup-close{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;padding:3px;border-radius:var(--r-xs);transition:color .12s}.traktir-popup-close:hover{color:var(--text)}.traktir-popup-icon{color:var(--orange);margin-bottom:10px}.traktir-popup-title{font-size:.9rem;font-weight:700;color:var(--text);margin:0 0 8px;line-height:1.3}.traktir-popup-desc{font-size:.73rem;color:var(--text-muted);line-height:1.6;margin:0 0 18px}.traktir-popup-actions{display:flex;flex-direction:column;gap:8px}.traktir-popup-btn-main{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;font-weight:700;color:#fff;background:var(--orange);border:none;border-radius:var(--r-xs);padding:10px 16px;cursor:pointer;transition:opacity .12s}.traktir-popup-btn-main:hover{opacity:.88}.traktir-popup-btn-skip{font-size:.68rem;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:4px;transition:color .12s}.traktir-popup-btn-skip:hover{color:var(--text)}.modal-content{background:var(--surface);border-radius:var(--r-xl);max-width:460px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--sh-xl)}.modal-header{padding:24px 24px 18px;text-align:center;background:linear-gradient(135deg,var(--navy) 0%,#0f172a 100%);border-radius:var(--r-xl) var(--r-xl) 0 0;color:#fff}.modal-header h2{font-size:1.15rem;font-weight:800;margin-bottom:6px}.modal-header p{font-size:.8rem;opacity:.7}.pro-badge{display:inline-block;background:linear-gradient(90deg,#f59e0b,#ef4444);color:#fff;font-size:.62rem;font-weight:800;padding:2px 9px;border-radius:20px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.modal-body{padding:20px 24px 24px}.pro-benefits{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.benefit-item{display:flex;align-items:flex-start;gap:12px}.benefit-icon{font-size:1.2rem;flex-shrink:0}.benefit-item div strong{font-size:.85rem;font-weight:700;color:var(--text);display:block;margin-bottom:1px}.benefit-item div p{font-size:.75rem;color:var(--text-muted)}.payment-section h3{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;text-align:center}.payment-options{display:flex;flex-direction:column;gap:8px}.payment-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:13px 18px;border-radius:var(--r);text-decoration:none;font-family:inherit;transition:transform .15s}.payment-btn:hover{transform:translateY(-2px)}.qris-btn{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);color:#fff}.qris-btn span{font-size:.76rem;opacity:.85}.qris-btn strong{font-size:.92rem;font-weight:800}.history-modal-content{background:var(--surface);border-radius:var(--r-lg);max-width:540px;width:100%;max-height:82vh;overflow-y:auto;box-shadow:var(--sh-xl)}.history-modal-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--navy);position:sticky;top:0;z-index:1}.history-modal-header h3{font-size:.76rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}.history-close-btn{background:none;border:none;cursor:pointer;color:#ffffff8c;padding:4px;line-height:1;display:flex;align-items:center}n.history-close-btn:hover{color:#fff}.history-empty{padding:24px 20px;text-align:center;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:4px}.history-empty-icon{color:var(--border-2);margin-bottom:4px}.history-empty strong{font-size:.76rem;font-weight:600;color:var(--text)}.history-empty p{font-size:.68rem}.history-item{padding:13px 18px;border-bottom:1px solid var(--border)}.history-item:last-child{border-bottom:none}.history-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.history-item-name{font-size:.8rem;font-weight:700;color:var(--text);flex:1}.history-item-price{font-size:.85rem;font-weight:800;color:var(--orange-dark)}.history-item-time{font-size:.67rem;color:var(--text-muted)}.history-item-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:7px}.history-metric{font-size:.67rem;color:var(--text-muted)}.history-metric strong{font-size:.76rem;font-weight:700;color:var(--text);display:block}.history-actions{display:flex;gap:7px;margin-top:5px}.history-delete-btn{background:var(--red-light);color:var(--red);border:1px solid rgba(220,38,38,.12);border-radius:var(--r-xs);padding:4px 9px;font-size:.7rem;font-weight:700;cursor:pointer}.history-footer{padding:11px 18px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:var(--surface);position:sticky;bottom:0}.clear-history-btn{background:none;color:var(--red);border:none;font-size:.75rem;font-weight:600;cursor:pointer}.compare-view{padding:18px}.compare-view h4{font-size:.82rem;font-weight:700;margin-bottom:10px}.compare-table{width:100%;border-collapse:collapse;font-size:.76rem}.compare-table th{background:var(--surface-2);padding:7px 10px;font-weight:600;color:var(--text-muted);border-bottom:1.5px solid var(--border);text-align:left;font-size:.7rem}.compare-table td{padding:7px 10px;border-bottom:1px solid var(--surface-3)}.compare-table .col-a{background:var(--orange-2)}.compare-table .col-b{background:var(--blue-light)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:3px}@media (min-width: 1024px){.app-container{padding:12px 14px 28px;gap:10px}.app-header{padding:10px 14px}.app-header h1{font-size:.9rem}.header-subtitle{font-size:.7rem}.app-grid{grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:10px}.result-col{position:static;max-height:none;overflow:visible}}@media (max-width: 1023px){.summary-strip{grid-template-columns:1fr 1fr}.summary-strip article:nth-child(3){grid-column:1 / -1;border-right:none;border-top:1px solid var(--border)}.card-grid,.quick-summary-card{grid-template-columns:1fr}}@media (max-width: 640px){:root{--header-sticky-top: 6px;--layout-gap: 8px}.app-container{padding:8px 8px 16px}.app-header{padding:8px 10px;gap:8px;min-height:48px}.header-brand{gap:8px}.header-logo{width:28px;height:28px;border-radius:7px}.app-header h1{font-size:.8rem;max-width:42vw}.header-subtitle{display:none}.header-actions{gap:5px}.history-header-btn{padding:4px 7px;font-size:.62rem}.history-header-btn svg{width:11px;height:11px}.status-pill{padding:3px 7px;font-size:.6rem}.app-grid{gap:var(--layout-gap)}.field input[type=text],.field input[type=number],.field select,.combobox-input,.money-input,.percent-input{min-height:44px;height:auto;font-size:1rem}.btn-calculate{min-height:48px;font-size:1rem;padding:12px}.ghost-button{min-height:44px}.hero-result{padding:14px 12px}.hero-result-inner{flex-direction:column;align-items:stretch;gap:10px}.hero-result strong{font-size:1.75rem}.copy-result-btn{align-self:flex-start;min-height:36px;padding:6px 12px}.summary-strip{grid-template-columns:1fr}.summary-strip article{border-right:none;border-bottom:1px solid var(--border);padding:10px 12px}.summary-strip article:last-child{border-bottom:none}.summary-strip article:nth-child(3){grid-column:auto;border-top:none}.summary-strip article span{font-size:.7rem}.summary-strip article strong{font-size:.95rem}.breakdown-group p strong small{display:none}.breakdown-group p,.breakdown p{flex-wrap:wrap;gap:4px}.sensitivity-table-wrap{overflow:visible;border:none;background:transparent}.sensitivity-table{display:block;width:100%}.sensitivity-table thead{display:none}.sensitivity-table tbody{display:flex;flex-direction:column;gap:8px}.sensitivity-table tr{display:block;border:1px solid var(--border);border-radius:var(--r-sm);padding:10px 12px;background:var(--surface)}.sensitivity-table tr.row-ideal{background:var(--orange-2);border-color:var(--orange-mid)}.sensitivity-table tr.row-bep{background:var(--yellow-light)}.sensitivity-table tr.row-loss{background:var(--red-light)}.sensitivity-table td{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:5px 0;border:none;white-space:normal;font-size:.85rem}.sensitivity-table td:before{content:attr(data-label);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);flex-shrink:0}.sensitivity-table td:first-child{padding-bottom:8px;margin-bottom:4px;border-bottom:1px dashed var(--border);font-size:.9rem}.sensitivity-table td:first-child:before{display:none}.sensitivity-table .col-dana{display:flex}.projection-cards{grid-template-columns:1fr}.slider-row{flex-wrap:wrap}.slider-row input[type=range]{width:100%;min-height:28px}.slider-row strong{min-width:unset;width:100%;text-align:left}.cost-impact-row{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:4px 8px;align-items:center}.cost-impact-rank{grid-row:1;grid-column:1}.cost-impact-label{grid-row:1;grid-column:2;width:auto;min-width:0}.cost-impact-meta{grid-row:2;grid-column:1 / -1;text-align:left;margin:0}.cost-impact-bar-wrap{grid-row:3;grid-column:1 / -1;width:100%}.save-strip{flex-direction:column;align-items:stretch}.save-strip span{width:100%;text-align:center}.save-btn{width:100%;justify-content:center;min-height:44px;font-size:.9rem}.mobile-bottom-actions{display:flex;gap:8px;padding:10px 14px 16px;background:var(--surface-2);border-top:1px solid var(--border)}.mobile-bottom-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 8px;border-radius:var(--r-xs);font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid var(--border);transition:background .12s,border-color .12s;min-height:44px}.mobile-bottom-top{background:var(--surface);color:var(--text-muted)}.mobile-bottom-top:hover{background:var(--surface-3);border-color:var(--text-muted)}.mobile-bottom-calc{background:var(--orange);color:#fff;border-color:var(--orange)}.mobile-bottom-calc:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.modal-overlay{padding:8px;align-items:flex-end}.qris-modal-overlay{align-items:center;padding:16px}.modal-content,.history-modal-content{max-height:92vh;border-radius:var(--r-lg) var(--r-lg) 0 0;width:100%;max-width:100%}.history-item-metrics{grid-template-columns:1fr 1fr}.history-item-header{flex-direction:column;gap:4px}.history-item-price{align-self:flex-start}.compare-view{padding:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.compare-table{min-width:300px}}.live-cart-block{display:flex;flex-direction:column;gap:8px;margin-top:4px}.order-cart-table{display:flex;flex-direction:column;gap:3px}.order-cart-header{display:grid;grid-template-columns:1fr 120px 44px 24px;gap:6px;padding:0 2px 3px;border-bottom:1px solid var(--border)}.order-cart-header span{font-size:.63rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.order-cart-row{display:grid;grid-template-columns:1fr 120px 44px 24px;gap:6px;align-items:center}.order-cart-row--main{padding:4px 2px;background:var(--surface-2);border-radius:var(--r-xs)}.order-cart-main-label{font-size:.7rem;font-weight:600;color:var(--orange-dark)}.order-cart-main-val{font-size:.7rem;color:var(--text-muted)}.order-cart-row input[type=text]{font-size:.75rem;padding:5px 7px;border:1px solid var(--border);border-radius:var(--r-xs);background:var(--surface);color:var(--text);outline:none;height:28px;width:100%}.order-cart-row input[type=text]:focus{border-color:var(--orange);box-shadow:0 0 0 2px #ee4d2d1f}.order-cart-row .money-input{width:120px;min-width:0;flex-shrink:0}.order-cart-row .money-input input{min-width:0;width:0;flex:1}.order-cart-qty{width:44px;padding:5px 6px;border:1px solid var(--border);border-radius:var(--r-xs);font-size:.8rem;background:var(--surface);color:var(--text);text-align:center;height:28px}.order-cart-remove{width:24px;height:24px;border:none;background:none;color:var(--text-muted);font-size:1rem;cursor:pointer;border-radius:var(--r-xs);display:flex;align-items:center;justify-content:center;padding:0;transition:background .12s,color .12s}.order-cart-remove:hover{background:#ef44441a;color:#dc2626}.order-cart-add{margin-top:4px;font-size:.72rem;font-weight:600;color:var(--orange);background:none;border:1.5px dashed var(--orange);border-radius:var(--r-xs);padding:5px 10px;cursor:pointer;width:100%;transition:background .12s}.order-cart-add:hover{background:var(--orange-2)}@media (max-width: 480px){.order-cart-header,.order-cart-row{grid-template-columns:1fr 90px 36px 24px}.order-cart-row .money-input{width:90px}}.live-cart-header,.live-cart-row2{grid-template-columns:1fr 120px 44px 32px 24px!important}.live-cart-row2 .money-input{width:120px;min-width:0;flex-shrink:0}.live-toggle-check{display:flex;align-items:center;justify-content:center;cursor:pointer}.live-toggle-check input[type=checkbox]{display:none}.live-toggle-check span{font-size:.85rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width: 480px){.live-cart-header,.live-cart-row2{grid-template-columns:1fr 90px 36px 28px 24px!important}.live-cart-row2 .money-input{width:90px}}.live-cart-row{display:grid;grid-template-columns:1fr auto 1fr 48px;gap:6px;align-items:center}.live-cart-row input[type=text]{font-size:.75rem;padding:6px 8px;border:1px solid var(--border);border-radius:var(--r-sm)}.live-cart-check{display:flex;align-items:center;gap:4px;font-size:.7rem;white-space:nowrap}.live-cart-qty{width:48px;padding:6px;border:1px solid var(--border);border-radius:var(--r-sm);font-size:.8rem}@media (max-width: 640px){.live-cart-row{grid-template-columns:1fr 1fr}.live-cart-check{grid-column:1}.live-cart-qty{grid-column:2;justify-self:end}}
