.bitzer-dialog-backdrop{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;padding:24px;place-items:center;background:#00000075}.bitzer-dialog{display:flex;width:min(100%,560px);max-height:min(88vh,900px);flex-direction:column;overflow:hidden;border:1px solid #c6c6c6;border-radius:7px;color:#111;background:#fff;box-shadow:0 18px 48px #00000047}.bitzer-dialog-sm{max-width:420px}.bitzer-dialog-md{max-width:560px}.bitzer-dialog-lg{max-width:720px}.bitzer-dialog-xl{max-width:900px}.bitzer-dialog-header{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-bottom:1px solid #ededed}.bitzer-dialog-header h2{margin:0;font-size:20px;font-weight:600}.bitzer-dialog-close{display:grid;flex:0 0 32px;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:5px;color:#222;background:transparent;font-size:25px;line-height:1}.bitzer-dialog-close:hover:not(:disabled){background:#ededed}.bitzer-dialog-close:disabled{opacity:.45;cursor:wait}.bitzer-dialog-body{min-height:0;padding:18px;overflow:auto}.bitzer-dialog-actions{display:flex;min-height:56px;align-items:center;justify-content:flex-end;gap:10px;padding:10px 18px;border-top:1px solid #ededed}.bitzer-dialog-actions button{min-width:84px;min-height:34px;padding:6px 14px;border:1px solid #c6c6c6;border-radius:6px;background:#fff}.bitzer-dialog-actions .primary{border-color:#3aaa35;color:#fff;background:#3aaa35}.bitzer-toolbar-action-wrap{position:relative;display:inline-flex}.bitzer-toolbar-action{display:grid;width:40px;height:32px;padding:4px 8px;place-items:center;border:1px solid #c6c6c6;border-radius:6px;color:#111;background:#fff}.bitzer-toolbar-action-wide{width:100px}.bitzer-toolbar-action:hover:not(:disabled){border-color:#3aaa35;background:#f8f8f8}.bitzer-toolbar-action-active{border-color:#3aaa35;color:#3aaa35}.bitzer-toolbar-action:disabled{opacity:.48;cursor:not-allowed}.bitzer-toolbar-action>img,.bitzer-toolbar-action>svg{width:22px;height:22px}.bitzer-toolbar-spinner{width:18px;height:18px;border:2px solid #cfe4ca;border-top-color:#3aaa35;border-radius:50%;animation:bitzer-spin .75s linear infinite}.bitzer-tooltip{position:absolute;z-index:1300;top:calc(100% + 7px);left:50%;width:max-content;max-width:240px;padding:5px 8px;transform:translate(-50%);border-radius:4px;color:#fff;background:#2e2e2e;box-shadow:0 3px 10px #00000038;font-size:12px;line-height:1.3;pointer-events:none}.bitzer-tooltip:before{position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:#2e2e2e;content:""}.bitzer-tooltip[hidden]{display:none}.bitzer-toast-region{position:fixed;z-index:1400;top:58px;right:20px;display:flex;width:min(380px,calc(100vw - 32px));flex-direction:column;gap:10px;pointer-events:none}.bitzer-toast{display:grid;grid-template-columns:24px minmax(0,1fr) 28px;gap:10px;align-items:start;padding:12px;border-left:5px solid #55738c;border-radius:6px;color:#fff;background:#334b5f;box-shadow:0 7px 20px #00000040;pointer-events:auto}.bitzer-toast-success{border-left-color:#85d36f;background:#287c2d}.bitzer-toast-error{border-left-color:#ffb0a7;background:#a8322d}.bitzer-toast-loading{border-left-color:#a8d2f5;background:#2f6795}.bitzer-toast-symbol{display:block;width:18px;height:18px;margin-top:2px;border:2px solid currentColor;border-radius:50%}.bitzer-toast-loading .bitzer-toast-symbol{border-color:#ffffff5c;border-top-color:#fff;animation:bitzer-spin .75s linear infinite}.bitzer-toast-content strong,.bitzer-toast-content p{display:block;margin:0}.bitzer-toast-content p{margin-top:3px;font-size:13px;line-height:1.35}.bitzer-toast-action,.bitzer-toast-close{padding:0;border:0;color:#fff;background:transparent;text-decoration:underline}.bitzer-toast-action{margin-top:7px;font-size:13px}.bitzer-toast-close{width:28px;height:28px;font-size:21px;line-height:1;text-decoration:none}.bitzer-account-menu{position:relative;display:inline-flex}.bitzer-account-trigger{display:flex;height:40px;min-height:0;align-items:center;gap:4px;padding:0;border:0;color:#111;background:transparent}.bitzer-account-trigger:hover,.bitzer-account-trigger[aria-expanded=true]{background:transparent}.bitzer-account-trigger:focus-visible{outline:2px solid #3aaa35;outline-offset:2px}.bitzer-account-chevron{width:16px;height:16px;flex:0 0 16px;color:#111}.bitzer-account-popover{position:absolute;z-index:1100;top:calc(100% + 6px);right:0;width:max-content;min-width:190px;padding:5px;border:1px solid #d7d7d7;border-radius:6px;background:#fff;box-shadow:0 6px 18px #00000029}.bitzer-account-popover button{display:block;width:100%;min-height:34px;padding:7px 10px;border:0;border-radius:4px;color:#111;background:#fff;text-align:left}.bitzer-account-popover button:hover:not(:disabled),.bitzer-account-popover button:focus-visible{background:#ededed}.bitzer-account-popover button:disabled{color:#999;cursor:not-allowed}.bitzer-account-popover .bitzer-account-item-danger{color:#b52922}@keyframes bitzer-spin{to{transform:rotate(360deg)}}@media (max-width: 600px){.bitzer-dialog-backdrop{padding:10px}.bitzer-dialog{max-height:94vh}.bitzer-toast-region{top:12px;right:16px}}@media (prefers-reduced-motion: reduce){.bitzer-toolbar-spinner,.bitzer-toast-loading .bitzer-toast-symbol{animation-duration:1.5s}}:root{font-family:Source Sans Pro,Arial,Microsoft YaHei,sans-serif;color:#000;background:#fff;font-synthesis:none}html,body,#root{width:100%;min-width:0;height:100%;min-height:100%;margin:0}*{box-sizing:border-box}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:2px;background:#888}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:1px solid #3aaa35;outline-offset:1px}.session-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:#3aaa35;background:#fff}.loading-dot{width:14px;height:14px;border:2px solid #d1e1be;border-top-color:#3aaa35;border-radius:50%;animation:loading-spin .8s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.login-page{position:relative;display:grid;min-height:100vh;place-items:center;overflow:hidden;background:#171b18}.login-page:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.78;background:linear-gradient(135deg,transparent 35%,#17491d 100%)}.login-shell{z-index:1;width:340px;text-align:center}.login-wordmark{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-bottom:54px;color:#fff;letter-spacing:.06em}.login-wordmark strong{font:800 30px/1 Arial,sans-serif}.login-wordmark span{font:400 20px/1 Arial,sans-serif}.login-mosaic{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.login-mosaic i{position:absolute;width:210px;height:210px;transform:rotate(45deg);border:1px solid #39813b;opacity:.65;background:linear-gradient(135deg,#265d2a,#0f2917)}.login-mosaic-left i:nth-child(1){top:22%;left:8%}.login-mosaic-left i:nth-child(2){top:52%;left:23%;background:#204b26}.login-mosaic-left i:nth-child(3){top:55%;left:-7%}.login-mosaic-left i:nth-child(4){top:-12%;left:16%}.login-mosaic-right i:nth-child(1){top:18%;right:8%;background:#315e2e}.login-mosaic-right i:nth-child(2){top:55%;right:25%}.login-mosaic-right i:nth-child(3){top:54%;right:-5%;background:#2e6032}.login-mosaic-right i:nth-child(4){top:-13%;right:17%}.login-card{padding:22px 38px 34px;border-top:5px solid #3aaa35;background:#fafbfaf5;box-shadow:0 16px 42px #0008;text-align:left}.login-card h1{margin:10px 0 27px;color:#237b27;font-size:22px;text-align:center}.language-button{width:100%;padding:0;border:0;color:#686d69;background:transparent;font-size:13px;text-align:right}.login-card label{display:block;margin:15px 0 4px;color:#24612b;font-size:13px}.login-card input{width:100%;height:38px;padding:7px 9px;border:1px solid #aaa;border-radius:2px;background:#fff}.password-field{display:flex}.password-field input{border-radius:2px 0 0 2px}.password-field button{flex:0 0 42px;border:0;color:#fff;background:#3aaa35;font-size:18px}.login-action{width:100%;margin-top:22px;padding:10px;border:0;color:#fff;background:#3aaa35;font-weight:700}.login-action:disabled{opacity:.6;cursor:wait}.form-error{margin:10px 0;color:#c53030;font-size:13px}.admin-page{min-height:100vh;background:#f4f5f3}.admin-header{display:flex;height:58px;align-items:center;justify-content:space-between;padding:0 56px;border-bottom:1px solid #ededed;background:#fff}.admin-brand{display:flex;align-items:center;gap:8px;color:#3aaa35}.admin-brand img{width:43px;height:43px;object-fit:contain}.admin-brand strong{font:700 20px/1.2 Arial,sans-serif}.admin-header button,.user-form button,.inline-action,.admin-user-actions button{min-height:32px;padding:5px 12px;border:1px solid #c6c6c6;border-radius:6px;color:#287f2b;background:#fff}.admin-content{width:min(1000px,calc(100% - 40px));margin:34px auto;padding:28px;border:1px solid #ddd;border-radius:8px;background:#fff}.admin-content h1{margin:0 0 6px;font-size:25px}.user-form{display:grid;grid-template-columns:1.2fr 1.2fr .8fr auto;gap:10px;align-items:end;margin:25px 0}.user-form label{font-size:13px}.user-form input,.user-form select,.admin-content td select{display:block;width:100%;height:34px;margin-top:4px;padding:5px 8px;border:1px solid #c6c6c6;border-radius:6px;background:#fff}.user-form button{color:#fff;background:#3aaa35;font-weight:700}.admin-content table{width:100%;border-collapse:collapse}.admin-content th,.admin-content td{padding:9px 12px;border-bottom:1px solid #ddd;text-align:left}.admin-content tbody tr:nth-child(odd){background:#ededed}.admin-user-actions{display:flex;gap:7px;white-space:nowrap}.admin-user-actions .danger,.bitzer-dialog-actions .danger{border-color:#dda9a5;color:#b52922}.admin-user-actions button:disabled{cursor:wait;opacity:.55}.dialog-field{display:grid;gap:6px;font-size:14px;font-weight:600}.dialog-field input{width:100%;height:35px;padding:6px 8px;border:1px solid #c6c6c6;border-radius:5px}@media (max-width: 700px){.login-shell{width:min(340px,calc(100% - 32px))}.admin-header{padding:0 16px}.user-form{grid-template-columns:1fr}}.reference-workbench{--green: #3aaa35;--green-light: #e6f1dd;--gray: #ededed;--gray-border: #c6c6c6;display:grid;grid-template-rows:48px minmax(0,1fr) 40px;width:100%;height:100vh;min-width:0;overflow:hidden;color:#000;background:#fff;font-size:14px}.reference-header{z-index:5;display:flex;height:48px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--gray);background:#fff}.reference-brand{display:flex;height:48px;align-items:center;color:var(--green)}.brand-logo{display:block;width:auto;height:100%;padding:7px 10px 7px 0;object-fit:contain}.reference-brand strong{font:700 20px/1.2 Arial,sans-serif}.mobile-drawer-toggle{display:none}.account-symbol{display:block;width:32px;height:32px;object-fit:contain}.account-wrap{position:relative;display:flex;align-items:center;gap:6px}.account-name{font-weight:600;line-height:1}.account-button{display:grid;width:32px;height:32px;padding:2px;place-items:center;border:0;border-radius:2px;background:var(--green)}.account-button svg{width:28px;height:28px;fill:none;stroke:#08752a;stroke-width:1.6}.account-chevron{font-size:16px}.account-menu{position:absolute;z-index:30;top:38px;right:0;width:174px;padding:5px;border:1px solid #d7d7d7;border-radius:6px;background:#fff;box-shadow:0 5px 18px #0002}.account-menu button{display:block;width:100%;padding:8px 10px;border:0;background:#fff;text-align:left}.account-menu button:hover{background:var(--gray)}.workbench-frame{display:flex;min-width:0;min-height:0;gap:12px;padding:8px 16px 0;overflow:hidden}.reference-panel{flex:0 0 clamp(370px,30%,580px);min-width:0;height:100%;padding:0 2px 10px;overflow-x:hidden;overflow-y:auto}.reference-toolbar{display:flex;width:100%;height:40px;align-items:stretch;gap:12px;padding:4px;border-radius:8px;background:var(--gray)}.toolbar-run,.toolbar-icon{display:grid;height:32px;place-items:center;border:1px solid var(--gray-border);border-radius:6px;background:#fff}.toolbar-run{flex:1 1 100px;max-width:100px}.toolbar-run img{width:22px;height:22px;filter:invert(52%) sepia(52%) saturate(684%) hue-rotate(74deg) brightness(93%) contrast(88%)}.toolbar-divider{width:1px;height:100%;background:var(--gray-border)}.toolbar-actions{display:flex;flex:1 1 auto;align-items:stretch;justify-content:space-between;gap:4px}.reference-toolbar .bitzer-toolbar-action-wrap{flex:0 1 auto}.reference-toolbar>.bitzer-toolbar-action-wrap:first-child{flex:1 1 100px;max-width:100px}.reference-toolbar .bitzer-toolbar-action-wide{width:100%}.reference-toolbar .bitzer-toolbar-action-wide img{filter:invert(52%) sepia(52%) saturate(684%) hue-rotate(74deg) brightness(93%) contrast(88%)}.toolbar-icon{min-width:40px;padding:4px 8px}.toolbar-icon img{width:22px;height:22px}.toolbar-run:hover:not(:disabled),.toolbar-icon:hover:not(:disabled){background:#f8f8f8;border-color:var(--green)}.toolbar-run:disabled,.toolbar-icon:disabled{opacity:.48;cursor:wait}.family-menu{position:relative;margin:4px 2px 0}.family-heading{display:flex;width:100%;height:38px;align-items:center;justify-content:space-between;padding:0 12px;border:0;border-radius:6px;color:#fff;background:var(--green);font-weight:700;text-align:left}.family-heading:hover{background:#348f31}.family-options{position:absolute;z-index:20;top:39px;left:0;width:100%;padding:4px;border:1px solid var(--gray-border);border-radius:5px;background:#fff}.family-options button{width:100%;padding:7px;border:0;background:var(--green-light);text-align:left}.parameter-card{width:100%;margin-top:4px;padding:4px 8px;border-radius:8px;background:var(--gray)}.base-card{padding-block:4px}.parameter-card label{display:flex;width:100%;min-height:28px;align-items:center;justify-content:space-between;gap:4px;padding:2px;border-radius:8px}.parameter-card label>span:first-child{flex:0 0 50%}.parameter-card select,.parameter-card input:not([type=radio]):not([type=checkbox]):not([type=range]){width:50%;height:24px;padding:1px 8px;border:1px solid var(--gray-border);border-radius:6px;color:#111;background:#fff}.parameter-card select:disabled,.parameter-card input:disabled{color:#aaa;background:#f4f4f4;cursor:not-allowed}.input-with-info{display:flex;flex:0 0 50%;align-items:center;gap:10px}.input-with-info select{flex:1 1 auto;width:auto}.input-with-info i,.info-button{display:grid;flex:0 0 22px;width:22px;height:22px;padding:0;place-items:center;border:0;border-radius:50%;color:#fff;background:var(--green);font-style:normal;font-weight:700}.card-toggle{display:flex;width:100%;height:24px;align-items:center;justify-content:space-between;padding:0 1px;border:0;background:transparent;text-align:left}.card-toggle strong{font-size:14px}.collapse-chevron{width:10px;height:10px;margin-right:4px;border-top:2px solid #111;border-left:2px solid #111;transition:transform .18s ease}.collapse-chevron.up{transform:translateY(3px) rotate(45deg)}.collapse-chevron.down{transform:translateY(-2px) rotate(225deg)}.card-content{width:100%;padding-top:1px}.number-with-unit{display:flex;flex:0 0 50%;align-items:center;gap:8px;white-space:nowrap}.number-with-unit input{flex:0 0 84px;width:84px!important;text-align:right}.parameter-card .selection-choice{display:flex;width:100%;min-height:28px;align-items:center;justify-content:space-between;gap:4px;padding:2px;border-radius:8px}.selection-choice>span:first-child{display:flex;flex:0 0 50%;align-items:center;gap:7px;white-space:nowrap}.parameter-card .selection-choice>select{flex:0 1 50%;width:50%;min-width:0}.selection-choice input[type=radio]{width:15px;height:15px;margin:0;accent-color:var(--green)}.thermal-condition-controls{margin:2px 0;padding:2px;border-radius:6px}.thermal-condition-controls.is-disabled{background:#dfdfdf}.thermal-condition-row{display:flex;min-height:30px;align-items:center;gap:8px;padding:2px 0}.parameter-card .thermal-condition-row select{flex:1 1 auto;width:auto}.thermal-condition-row .number-with-unit{flex:0 0 47%}.thermal-condition-row .number-with-unit input{flex:1 1 auto;width:auto!important}.inline-warning{margin:2px;padding:6px 8px;border-radius:5px;color:#855d00;background:#fff3da;font-size:12px}.control-slider{width:calc(100% - 8px);height:13px;margin:2px 4px;accent-color:var(--green)}.parameter-card input.invalid{border-color:#c53030!important;box-shadow:0 0 0 1px #c53030}.input-validation{margin:5px 2px;padding:7px 9px;border-radius:5px;color:#8a251e;background:#ffe7e4;font-size:12px}.seasonal-input-grid{display:grid;grid-template-columns:42px repeat(4,1fr);gap:3px;align-items:center;margin:3px 0;font-size:11px;text-align:center}.seasonal-input-grid>span{color:#555}.seasonal-input-row{display:contents}.iplv-input-grid{grid-template-columns:46px 48px repeat(4,minmax(0,1fr))}.seasonal-input-row>strong,.seasonal-input-row>output{display:grid;min-width:0;min-height:25px;place-items:center;color:#111;font-weight:600}.seasonal-input-row>output{color:#444;font-weight:400}.seasonal-input-row input{width:100%!important;min-width:0;padding-inline:2px!important;text-align:center}.iplv-input-grid .seasonal-input-row input{border-color:#82bff2;background:#eef8ff}.reference-results{display:flex;flex:1 1 auto;min-width:0;height:100%;flex-direction:column;overflow:hidden}.reference-tabs{display:flex;flex:0 0 40px;width:fit-content;max-width:100%;align-items:stretch;overflow-x:auto;border-bottom:1px solid var(--gray);white-space:nowrap}.reference-tabs button{position:relative;min-width:max-content;padding:0 16px;border:0;color:#000;background:#fff;font-size:16px}.reference-tabs button.active{color:var(--green);background:var(--gray)}.reference-tabs button:disabled{color:#aaa;cursor:not-allowed}.info-dot{display:inline-grid;width:15px;height:15px;margin-left:6px;place-items:center;border-radius:50%;color:#fff;background:#999;font-size:10px}.results-scroll{flex:1 1 auto;min-height:0;padding:8px 4px 32px 0;overflow:auto}.results-scroll.loading>:not(.result-loading){opacity:.28;pointer-events:none}.result-loading{position:sticky;z-index:10;top:6px;display:flex;width:max-content;margin:0 auto 8px;align-items:center;gap:8px;padding:8px 14px;border:1px solid #d8d8d8;border-radius:6px;background:#fff;box-shadow:0 5px 16px #0002}.result-loading span{width:16px;height:16px;border:2px solid #d9ecd5;border-top-color:var(--green);border-radius:50%;animation:result-spin .75s linear infinite}@keyframes result-spin{to{transform:rotate(360deg)}}.reference-notice{width:min(800px,100%);margin:0 0 8px;padding:12px 16px;border-radius:7px}.reference-notice.error{color:#875a00;background:#fff3da}.reference-notice.success{color:#1d7225;background:#e9f7e9}.result-visual{position:relative;display:block;width:min(520px,100%);aspect-ratio:348 / 247;margin:0;overflow:hidden;background:#fff}.ofc-diagram>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.cycle-temperature-label{position:absolute;z-index:1;color:#d84c4c;font-family:Segoe UI,sans-serif;font-size:13px;font-weight:600;line-height:1.2;pointer-events:none}.cycle-temperature-label.ss{top:9.7%;left:9.8%;width:26.4%;text-align:right}.cycle-temperature-label.sst{top:17.8%;left:9.8%;width:26.4%;text-align:right}.cycle-temperature-label.sdt{top:17.8%;left:62.4%;width:26.4%}.cycle-temperature-label.subcooling{top:61.5%;left:69.5%;width:21.3%}.initial-hint{width:min(800px,100%);margin-top:12px;padding:20px;border-radius:7px;background:var(--green-light);font-size:16px}.result-table-wrap{width:min(570px,100%);overflow:hidden;border-radius:8px}.result-table{width:100%;border-collapse:collapse}.result-table thead{color:#fff;background:var(--green)}.result-table th{height:40px;padding:8px 12px;text-align:left;text-transform:none}.result-table th:nth-child(2){width:235px}.result-table thead button{padding:0;border:0;color:#fff;background:transparent;font-weight:700;text-decoration:underline}.result-table thead .excel-button{display:grid;width:24px;height:24px;place-items:center;border-radius:5px;color:var(--green);background:#fff;text-decoration:none}.result-table td{height:32px;padding:8px 16px;line-height:16px}.result-table tbody tr:nth-child(odd){background:var(--gray)}.result-table tbody tr:nth-child(2n){background:#fff}.optimization-panel{width:min(800px,100%);margin-top:20px;overflow:hidden;border-radius:8px}.optimization-table{table-layout:fixed}.optimization-table th{height:auto;padding:8px 12px}.optimization-table thead tr:first-child th{font-size:16px;text-align:left}.optimization-table thead tr:last-child th{border-top:1px solid #fff5;font-size:13px;text-align:center}.optimization-table thead tr:last-child th:first-child{width:18%;text-align:left}.optimization-table thead .best-optimization{background:#2b9c30}.optimization-table tbody th{padding:7px 12px;text-align:left;font-weight:400}.optimization-table tbody td{height:auto;padding:7px 12px;text-align:center;white-space:nowrap}.recommendation-result{width:min(800px,100%);margin-top:6px}.recommendation-result h2{margin:0 0 6px;font-size:17px}.recommendation-result>p{margin:0 0 10px;color:#4b4b4b;font-size:13px}.recommendation-table-wrap{width:min(800px,100%);border-radius:8px}.recommendation-table th{height:46px;vertical-align:middle}.recommendation-table th:first-child{width:180px}.recommendation-table th:nth-child(2),.recommendation-table th:nth-child(3){width:auto}.recommendation-table th>span,.recommendation-table th>strong,.recommendation-table th>small{display:block}.recommendation-table th>span{font-size:11px;font-weight:400;opacity:.92}.recommendation-table th>strong{font-size:14px;text-decoration:underline}.recommendation-table th>small{font-size:10px;font-weight:400}.recommendation-table td{white-space:nowrap}.content-card{width:min(760px,100%);margin-top:28px;padding:24px;border:1px solid #dedede;border-radius:8px}.content-card h2{margin:0 0 14px;font-size:20px}.content-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px}.content-card dd{margin:0;color:#666}.recommendation-cards{grid-template-columns:1fr 1fr}.seasonal-result-panel{width:min(760px,100%);margin:18px 0;padding:18px;border:1px solid #dedede;border-radius:8px}.seasonal-result-panel h2{margin:0 0 14px;font-size:20px}.seasonal-result-table{width:100%;margin:0;border-collapse:collapse}.seasonal-result-table th,.seasonal-result-table td{padding:7px;border-bottom:1px solid #ddd;text-align:left}.seasonal-result strong{display:inline;color:var(--green)}.operating-range-chart{width:min(540px,100%);margin:0}.operating-range-chart h3{margin:0 0 4px;text-align:center;font-size:15px}.operating-range-chart svg{display:block;width:100%;height:auto;overflow:visible}.range-plot-background{fill:#fff;stroke:#bdc8c0;stroke-width:1}.range-grid line{stroke:#dce8e0;stroke-width:1}.range-envelope{fill:none;stroke:#199953;stroke-linejoin:round;stroke-width:2.5}.range-current-point{fill:#e54a42;stroke:#fff;stroke-width:1.5}.range-axis-labels text{fill:#56645c;font-size:12px;text-anchor:middle}.range-axis-labels .range-axis-name{fill:#111;font-size:14px;font-weight:600}.product-data h3{margin:24px 0 8px;border-bottom:1px solid #aaa;font-size:16px}.dimension-placeholder{position:relative;display:grid;width:min(620px,100%);height:230px;margin-bottom:16px;place-items:center;border:1px solid #bbb;background:linear-gradient(18deg,transparent 49.5%,#999 50%,transparent 50.5%),linear-gradient(-18deg,transparent 49.5%,#999 50%,transparent 50.5%)}.dimension-placeholder span{padding:7px 12px;background:#fff;font-weight:700}.information-article p{line-height:1.7}.results-hints{flex:0 0 300px;width:300px;height:100%;padding-left:8px;overflow:hidden;border-left:1px solid var(--gray);background:#fff;transition:flex-basis .18s ease,width .18s ease}.results-hints.closed{flex-basis:60px;width:60px}.hints-heading{display:flex;height:40px;align-items:center;gap:8px}.hints-heading button{flex:0 0 40px;width:40px;height:40px;padding:0;border:0;background:transparent;font-size:22px}.hints-heading button:disabled{opacity:.35;cursor:default}.hints-heading h2{margin:0;font-size:18px;font-weight:600;white-space:nowrap}.hints-list{display:flex;height:calc(100% - 40px);flex-direction:column;gap:8px;padding:8px 0;overflow-y:auto;border-top:1px solid var(--gray)}.hints-list article{width:100%;min-height:40px;padding:8px 16px;border-radius:4px;background:var(--green-light)}.results-hints.closed .hints-list article{display:grid;width:40px;height:40px;min-height:40px;padding:8px;place-items:center}.hints-list strong{display:flex;align-items:center;color:var(--green);font-size:16px}.hint-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hints-list strong span{margin-left:5px}.hints-list p{margin:8px 0 0;line-height:1.5}.reference-footer{z-index:5;display:flex;width:100%;height:40px;align-items:center;justify-content:space-between;padding:0 16px;border-top:1px solid var(--gray);background:var(--gray);white-space:nowrap}.footer-links{display:flex;height:100%;align-items:center;gap:12px}.footer-links span{color:var(--green)}.footer-selects{display:flex;align-items:center;justify-content:flex-end;gap:8px}.footer-selects select{width:120px;min-width:95px;height:26px;padding:0 8px;border:1px solid var(--gray-border);border-radius:6px;background:#fff}.dialog-field{display:flex;flex-direction:column;gap:6px}.dialog-field input,.dialog-form input,.dialog-form select,.conversion-panel input,.conversion-panel select{width:100%;height:34px;padding:5px 8px;border:1px solid var(--gray-border);border-radius:5px;background:#fff}.dialog-form{display:grid;gap:10px}.dialog-form label{display:grid;grid-template-columns:145px 1fr;align-items:center;gap:8px}.dialog-form .dialog-switch input{width:17px;height:17px;accent-color:var(--green)}.dialog-checks{display:flex;flex-wrap:wrap;gap:10px 18px;margin:0 0 18px;padding:12px;border:1px solid #ddd}.dialog-checks legend{padding:0 6px;font-weight:600}.dialog-checks label{display:flex;align-items:center;gap:5px}.project-list{display:grid;gap:7px}.project-list article{display:grid;grid-template-columns:minmax(140px,1fr) auto auto;gap:10px;align-items:center;padding:9px;border-radius:5px;background:var(--gray)}.project-list article>span{color:#666;font-size:12px}.project-list article>div{display:flex;gap:5px}.project-list button{padding:4px 8px;border:1px solid var(--gray-border);border-radius:4px;background:#fff}.project-delete-confirm{color:#9e2721}.dialog-empty{padding:12px;border-radius:5px;background:var(--gray)}.conversion-panel{display:grid;gap:12px}.conversion-panel label{display:grid;grid-template-columns:130px 1fr;align-items:center;gap:8px}.conversion-panel output{min-height:34px;padding:7px 9px;border:1px solid #ddd;border-radius:5px;background:var(--gray)}.refrigerant-info{line-height:1.65}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mobile-more-toggle,.mobile-more-menu{display:none}@media (min-width: 1360px){.reference-header,.reference-footer,.workbench-frame{padding-inline:56px}.footer-links{gap:16px}}@media (min-width: 1760px){.footer-links{gap:24px}}@media (max-width: 1359px){.toolbar-icon,.reference-toolbar .bitzer-toolbar-action{min-width:30px;padding-inline:5px}.reference-tabs button{padding-inline:10px;font-size:15px}.footer-links a:nth-of-type(n+4){display:none}.result-visual{width:min(500px,100%)}}@media (max-width: 900px){.reference-workbench{grid-template-rows:48px minmax(0,1fr)}.reference-header{padding-inline:10px}.mobile-drawer-toggle{display:grid;width:34px;height:34px;padding:0;place-items:center;border:1px solid var(--gray-border);border-radius:5px;background:#fff;font-size:20px}.reference-brand{margin-right:auto}.brand-logo{height:44px;padding-left:8px}.reference-brand strong{font-size:17px}.workbench-frame{padding:0}.reference-panel{position:fixed;z-index:900;top:48px;bottom:48px;left:0;width:min(440px,92vw);height:auto;padding:8px 8px 16px;transform:translate(-105%);background:#fff;box-shadow:6px 0 22px #0003;transition:transform .2s ease}.reference-panel.mobile-open{transform:translate(0)}.mobile-drawer-backdrop{position:fixed;z-index:850;top:48px;right:0;bottom:0;left:0;border:0;background:#0006}.reference-results{width:100%;padding-bottom:48px}.reference-tabs{position:fixed;z-index:800;right:0;bottom:0;left:0;width:100%;height:48px;justify-content:flex-start;border-top:1px solid var(--gray-border);background:#fff}.reference-tabs button{flex:1 0 auto;min-width:82px}.reference-tabs>button:nth-of-type(n+4):not(.mobile-more-toggle){display:none}.reference-tabs .mobile-more-toggle{display:block}.mobile-more-menu{position:fixed;z-index:820;right:8px;bottom:50px;display:grid;min-width:170px;padding:5px;border:1px solid var(--gray-border);border-radius:6px;background:#fff;box-shadow:0 6px 20px #0003}.mobile-more-menu button{min-height:36px;padding:6px 10px;border:0;border-radius:4px;background:#fff;text-align:left}.mobile-more-menu button:hover:not(:disabled){background:var(--gray)}.mobile-more-menu button:disabled{color:#aaa}.results-scroll{padding:8px 10px 20px}.results-hints,.reference-footer{display:none}.result-visual{width:100%;min-width:0}.content-card{margin-top:8px}}@media (max-width: 520px){.reference-brand strong{font-size:14px}.reference-toolbar{gap:5px}.reference-toolbar .bitzer-toolbar-action-wide{width:58px}.project-list article{grid-template-columns:1fr auto}.project-list article>div{grid-column:1 / -1}.dialog-form label,.conversion-panel label{grid-template-columns:1fr}}
