:root{--background-body:#fff;--background:#efefef;--background-alt:#f7f7f7;--selection:#9e9e9e;--text-main:#363636;--text-bright:#000;--text-muted:#70777f;--links:#0076d1;--focus:#0096bfab;--border:#dbdbdb;--code:#000;--animation-duration:.1s;--button-base:#d0cfcf;--button-hover:#9b9b9b;--scrollbar-thumb:#aaa;--scrollbar-thumb-hover:var(--button-hover);--form-placeholder:#949494;--form-text:#1d1d1d;--variable:#39a33c;--highlight:#ff0;--select-arrow:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='63' width='117' fill='%23161f27'%3E%3Cpath d='M115 2c-1-2-4-2-5 0L59 53 7 2a4 4 0 00-5 5l54 54 2 2 3-2 54-54c2-1 2-4 0-5z'/%3E%3C/svg%3E")}html{scrollbar-color:#aaa #fff;scrollbar-color:var(--scrollbar-thumb) var(--background-body);scrollbar-width:thin}body{word-wrap:break-word;color:var(--text-main);max-width:800px;background:#fff;background:var(--background-body);text-rendering:optimizelegibility;margin:20px auto;padding:0 10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,sans-serif;line-height:1.4}button,input,textarea{transition:background-color .1s linear,border-color .1s linear,color .1s linear,box-shadow .1s linear,transform .1s;transition:background-color var(--animation-duration) linear,border-color var(--animation-duration) linear,color var(--animation-duration) linear,box-shadow var(--animation-duration) linear,transform var(--animation-duration) ease}h1{margin-top:0;font-size:2.2em}h1,h2,h3,h4,h5,h6{margin-top:24px;margin-bottom:12px}h1,h2,h3,h4,h5,h6,strong{color:var(--text-bright)}b,h1,h2,h3,h4,h5,h6,strong,th{font-weight:600}q:after,q:before{content:none}blockquote,q{border-left:4px solid #0096bfab;border-left:4px solid var(--focus);margin:1.5em 0;padding:.5em 1em;font-style:italic}blockquote>footer{border:0;font-style:normal}address,blockquote cite{font-style:normal}a[href^=mailto\:]:before{content:"📧 "}a[href^=tel\:]:before{content:"📞 "}a[href^=sms\:]:before{content:"💬 "}mark{background-color:#ff0;background-color:var(--highlight);color:#000;border-radius:2px;padding:0 2px}a>code,a>strong{color:inherit}button,input[type=button],input[type=checkbox],input[type=radio],input[type=range],input[type=reset],input[type=submit],select{cursor:pointer}input,select{display:block}[type=checkbox],[type=radio]{display:initial}button,input,select,textarea{color:var(--form-text);background-color:#efefef;background-color:var(--background);font-family:inherit;font-size:inherit;border:none;border-radius:6px;outline:none;margin-bottom:6px;margin-right:6px;padding:10px}button,input[type=button],input[type=reset],input[type=submit]{background-color:#d0cfcf;background-color:var(--button-base);padding-left:30px;padding-right:30px}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background:#9b9b9b;background:var(--button-hover)}input[type=color]{cursor:pointer;min-height:2rem;padding:8px}input[type=checkbox],input[type=radio]{width:1em;height:1em}input[type=radio]{border-radius:100%}input{vertical-align:top}label{vertical-align:middle;margin-bottom:4px;display:inline-block}button,input:not([type=checkbox]):not([type=radio]),input[type=range],select,textarea{-webkit-appearance:none}textarea{box-sizing:border-box;resize:vertical;margin-right:0;display:block}textarea:not([cols]){width:100%}textarea:not([rows]){height:140px;min-height:40px}select{background:#efefef url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='63' width='117' fill='%23161f27'%3E%3Cpath d='M115 2c-1-2-4-2-5 0L59 53 7 2a4 4 0 00-5 5l54 54 2 2 3-2 54-54c2-1 2-4 0-5z'/%3E%3C/svg%3E") calc(100% - 12px)/12px no-repeat;background:var(--background) var(--select-arrow) calc(100% - 12px) 50%/12px no-repeat;padding-right:35px}select::-ms-expand{display:none}select[multiple]{background-image:none;padding-right:10px;overflow-y:auto}button:focus,input:focus,select:focus,textarea:focus{box-shadow:0 0 0 2px #0096bfab;box-shadow:0 0 0 2px var(--focus)}button:active,input[type=button]:active,input[type=checkbox]:active,input[type=radio]:active,input[type=range]:active,input[type=reset]:active,input[type=submit]:active{transform:translateY(2px)}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.5}:-ms-placeholder-shown{color:var(--form-placeholder)}::-moz-placeholder{color:var(--form-placeholder)}::placeholder{color:var(--form-placeholder)}fieldset{border:1px solid #0096bfab;border:1px solid var(--focus);border-radius:6px;margin:0 0 12px;padding:10px}legend{font-size:.9em;font-weight:600}input[type=range]{background:0 0;margin:10px 0;padding:10px 0}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background:#efefef;background:var(--background);border-radius:3px;width:100%;height:9.5px;-webkit-transition:all .2s;transition:all .2s}input[type=range]::-webkit-slider-thumb{background:#dbdbdb;background:var(--border);-webkit-appearance:none;border-radius:50%;width:20px;height:20px;margin-top:-7px;box-shadow:0 1px 1px #000,0 0 1px #0d0d0d}input[type=range]:focus::-webkit-slider-runnable-track{background:#efefef;background:var(--background)}input[type=range]::-moz-range-track{background:#efefef;background:var(--background);border-radius:3px;width:100%;height:9.5px;-moz-transition:all .2s;transition:all .2s}input[type=range]::-moz-range-thumb{background:#dbdbdb;background:var(--border);border-radius:50%;width:20px;height:20px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}input[type=range]::-ms-track{color:#0000;background:0 0;border-width:16px 0;border-color:#0000;width:100%;height:9.5px}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background:#efefef;background:var(--background);border:.2px solid #010101;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}input[type=range]::-ms-thumb{background:#dbdbdb;background:var(--border);border:1px solid #000;border-radius:50%;width:20px;height:20px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}input[type=range]:focus::-ms-fill-lower,input[type=range]:focus::-ms-fill-upper{background:#efefef;background:var(--background)}a{color:var(--links);text-decoration:none}a:hover{text-decoration:underline}code,samp,time{background:#efefef;background:var(--background);color:var(--code);border-radius:6px;padding:2.5px 5px;font-size:1em}pre>code{padding:10px;display:block;overflow-x:auto}var{color:var(--variable);font-family:monospace;font-style:normal}kbd{background:#efefef;background:var(--background);border:1px solid #dbdbdb;border:1px solid var(--border);color:var(--text-main);border-radius:2px;padding:2px 4px}img,video{max-width:100%;height:auto}hr{border:none;border-top:1px solid #dbdbdb;border-top:1px solid var(--border)}table{border-collapse:collapse;table-layout:fixed;width:100%;margin-bottom:10px}table caption,td,th{text-align:left}td,th{vertical-align:top;word-wrap:break-word;padding:6px}thead{border-bottom:1px solid #dbdbdb;border-bottom:1px solid var(--border)}tfoot{border-top:1px solid #dbdbdb;border-top:1px solid var(--border)}tbody tr:nth-child(2n){background-color:#efefef;background-color:var(--background)}tbody tr:nth-child(2n) button{background-color:#f7f7f7;background-color:var(--background-alt)}tbody tr:nth-child(2n) button:hover{background-color:#fff;background-color:var(--background-body)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#efefef;background:var(--background);border-radius:6px}::-webkit-scrollbar-thumb{background:#aaa;background:var(--scrollbar-thumb);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#9b9b9b;background:var(--scrollbar-thumb-hover)}::-moz-selection{background-color:#9e9e9e;background-color:var(--selection);color:var(--text-bright)}::selection{background-color:#9e9e9e;background-color:var(--selection);color:var(--text-bright)}details{background-color:#f7f7f7;background-color:var(--background-alt);border-radius:6px;flex-direction:column;align-items:flex-start;margin:1em 0;padding:10px 10px 0;display:flex;overflow:hidden}details[open]{padding:10px}details>:last-child{margin-bottom:0}details[open] summary{margin-bottom:10px}summary{background-color:#efefef;background-color:var(--background);cursor:pointer;outline:none;margin:-10px -10px 0;padding:10px;display:list-item}summary:focus,summary:hover{text-decoration:underline}details>:not(summary){margin-top:0}summary::-webkit-details-marker{color:var(--text-main)}dialog{background-color:#f7f7f7;background-color:var(--background-alt);color:var(--text-main);border:#dbdbdb;border-color:var(--border);border-radius:6px;padding:10px 30px}dialog>header:first-child{background-color:#efefef;background-color:var(--background);text-align:center;border-radius:6px 6px 0 0;margin:-10px -30px 10px;padding:10px}dialog::-webkit-backdrop{backdrop-filter:blur(4px);background:#0000009c}dialog::backdrop{backdrop-filter:blur(4px);background:#0000009c}footer{border-top:1px solid #dbdbdb;border-top:1px solid var(--border);color:var(--text-muted);padding-top:10px}body>footer{margin-top:40px}@media print{body,button,code,details,input,pre,summary,textarea{background-color:#fff}button,input,textarea{border:1px solid #000}body,button,code,footer,h1,h2,h3,h4,h5,h6,input,pre,strong,summary,textarea,summary::marker{color:#000}summary::-webkit-details-marker{color:#000}tbody tr:nth-child(2n){background-color:#f2f2f2}a{color:#00f;text-decoration:underline}}:root{--links:#00c;--focus:#6b5a1e;--background:#fff;--text:#111;--text-muted:#555;--accent:#6b5a1e;--tap:44px;--pad-x:.75rem}*,:before,:after{box-sizing:border-box;border-radius:0!important}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{color:var(--text);background:#fff;width:100%;margin:0;font-family:Georgia,Times New Roman,Times,serif;font-size:16px;line-height:1.45;overflow-x:hidden;max-width:none!important;padding:0!important;padding-bottom:env(safe-area-inset-bottom,0)!important}body>header.site{z-index:10;width:100%;padding:0;padding-top:env(safe-area-inset-top,0);background:#fff;border-bottom:2px solid #111;margin:0;position:sticky;top:0}header.site .inner{width:100%;padding:.5rem var(--pad-x);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem .75rem;margin:0;display:flex}header.site h1{margin:0;font-size:1.1rem;line-height:1.2}header.site h1 a{color:#111;align-items:center;min-height:40px;text-decoration:none;display:inline-flex}header.site nav{gap:.15rem;margin:0;display:flex}header.site nav a{min-height:var(--tap);align-items:center;margin:0;padding:0 .55rem;font-family:Arial,Helvetica,sans-serif;font-size:.9rem;text-decoration:none;display:inline-flex}header.site nav a[aria-current=page]{font-weight:700;text-decoration:underline}main{width:100%;padding:.75rem var(--pad-x) 1.5rem;background:#fff;border:0;min-height:70vh;margin:0}footer.site{width:100%;padding:.75rem var(--pad-x) calc(1.25rem + env(safe-area-inset-bottom,0px));color:#555;background:#fff;border-top:1px solid #111;margin:0;font-size:.85rem}h1{margin:.5rem 0 .25rem;font-size:1.35rem;line-height:1.2}h2{border-bottom:1px solid #111;margin:1rem 0 .4rem;padding-bottom:.15rem;font-size:1.05rem}h3{margin:0 0 .35rem;font-size:.98rem}.meta{color:#555;margin:0 0 .75rem;font-size:.88rem}.hint{color:#555;margin:0 0 .55rem;font-size:.82rem;line-height:1.35}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;margin:0 0 1rem;overflow-x:auto}table.prices,table.insights{border-collapse:collapse;background:#fff;width:100%;min-width:280px;margin:0}table.prices th,table.prices td,table.insights th,table.insights td{text-align:left;vertical-align:top;border:1px solid #111;padding:.4rem .45rem}table.prices thead th,table.insights th{text-transform:uppercase;letter-spacing:.03em;background:#ddd;font-family:Arial,Helvetica,sans-serif;font-size:.7rem}table.prices td.num{white-space:nowrap;font-family:Courier New,Courier,monospace;font-size:.95rem;font-weight:700}table.prices td.sub{color:#444;white-space:nowrap;font-family:Courier New,Courier,monospace;font-size:.82rem;font-weight:400}table.insights td{word-break:break-word;font-family:Courier New,Courier,monospace;font-size:.88rem}.up{color:#0b5d1e}.down{color:#8b1a1a}.chart-block{background:#fff;border:1px solid #111;max-width:100%;margin:0 0 1rem;padding:.4rem;overflow:hidden}.chart-head{flex-direction:column;align-items:stretch;gap:.35rem;margin:0 0 .45rem;display:flex}.chart-head h3{align-self:flex-start;margin:0}.chart-tools{flex-direction:column;align-items:flex-end;gap:.4rem;width:100%;margin:0;font-family:Arial,Helvetica,sans-serif;display:flex}.range-group{background:#fff;border:1px solid #111;width:auto;max-width:100%;display:inline-flex}.range-group .range-btn{min-width:2.85rem;min-height:var(--tap);color:#111;cursor:pointer;box-shadow:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#fff;border:0;border-right:1px solid #111;flex:0 auto;margin:0;padding:0 .55rem;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:700;line-height:1.2}.range-group .range-btn:last-child{border-right:0}.range-group .range-btn:hover{background:#e8e8e8}.range-group .range-btn:active{background:#ccc}.range-group .range-btn.active{color:#fff;background:#111}.range-group .range-btn:focus-visible,.apply-btn:focus-visible,button.primary:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;z-index:1;outline:2px solid #6b5a1e}.chart-tools select{min-height:var(--tap);color:#111;appearance:auto;background:#fff;border:1px solid #111;max-width:100%;padding:.3rem .35rem;font-size:.9rem}.custom-row{flex-direction:column;align-items:stretch;gap:.35rem;width:100%;padding-top:.15rem;display:none}.custom-row.open{display:flex}.custom-row select{width:100%}.custom-row .apply-btn{align-self:flex-end}.actions{justify-content:flex-end;align-items:center;gap:.5rem;width:100%;margin-top:.65rem;display:flex}.apply-btn{width:auto;min-width:7.5rem;min-height:var(--tap);color:#fff;cursor:pointer;box-shadow:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#111;border:1px solid #111;align-self:flex-end;padding:0 .85rem;font-family:Arial,Helvetica,sans-serif;font-size:.85rem;font-weight:700}.apply-btn:hover{background:#333}.apply-btn:active{background:#000;transform:translateY(1px)}.canvas-wrap{width:100%;height:200px;position:relative}.canvas-wrap canvas{touch-action:pan-y;display:block;width:100%!important;height:100%!important}fieldset{background:#fff;border:1px solid #111;margin:0 0 .85rem;padding:.5rem .55rem .7rem}legend{text-transform:uppercase;padding:0 .25rem;font-family:Arial,Helvetica,sans-serif;font-size:.78rem;font-weight:700}label{margin:.4rem 0 .15rem;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;display:block}input,select{width:100%;max-width:100%;min-height:var(--tap);background:#fff;border:1px solid #111;padding:.4rem .45rem;font-family:Courier New,Courier,monospace;font-size:1rem}.form-row{grid-template-columns:1fr;gap:.25rem;display:grid}button.primary{color:#fff;cursor:pointer;width:auto;min-width:8.5rem;min-height:48px;box-shadow:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;letter-spacing:.01em;background:#111;border:1px solid #111;margin-top:0;padding:.55rem 1.1rem;font-family:Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:700}button.primary:hover{background:#2a2a2a}button.primary:active{background:#000;transform:translateY(1px)}button.primary:disabled{opacity:.55;cursor:wait;transform:none}.out{word-break:break-word;background:#f3f3f3;border:1px solid #111;min-height:2.6rem;margin-top:.55rem;padding:.55rem .6rem;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.4}.out:before{content:"Result";letter-spacing:.06em;text-transform:uppercase;color:#555;margin-bottom:.25rem;font-family:Arial,Helvetica,sans-serif;font-size:.68rem;font-weight:700;display:block}.out.pending{color:#555;font-style:italic}@media (width>=520px){.form-row{grid-template-columns:1fr 1fr}.chart-head{flex-flow:wrap;justify-content:space-between;align-items:center}.chart-head h3{align-self:center;width:auto}.chart-tools{flex-flow:wrap;justify-content:flex-end;align-items:center;width:auto}.custom-row{flex-flow:wrap;flex-basis:100%;justify-content:flex-end;align-items:center}.custom-row select{flex:0 10rem;width:auto}.apply-btn{margin-left:.35rem}.canvas-wrap{height:230px}}@media (width>=768px){:root{--pad-x:1rem}header.site h1{font-size:1.25rem}h1{font-size:1.5rem}h2{font-size:1.1rem}table.prices td.num{font-size:1.05rem}table.prices td.sub{font-size:.88rem}.canvas-wrap{height:260px}}@media (width>=1024px){.canvas-wrap{height:280px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.install-banner{z-index:50;padding:.75rem var(--pad-x) calc(.75rem + env(safe-area-inset-bottom,0px));color:#fff;background:#111;border-top:2px solid #6b5a1e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;font-family:Arial,Helvetica,sans-serif;display:flex;position:fixed;bottom:0;left:0;right:0}.install-banner[hidden]{display:none!important}.install-banner-text{flex-direction:column;flex:12rem;gap:.15rem;min-width:0;display:flex}.install-banner-text strong{font-size:.95rem}.install-banner-text span{color:#ccc;font-size:.8rem}.install-banner-actions{flex:none;gap:.4rem;display:flex}.install-banner .primary{color:#111;background:#fff;border-color:#fff;width:auto;min-width:5.5rem;min-height:40px;margin-top:0;padding:.4rem .85rem}.install-banner .primary:hover{background:#eee}.ghost-btn{color:#fff;cursor:pointer;width:auto;min-width:5rem;min-height:40px;box-shadow:none;background:0 0;border:1px solid #888;padding:.4rem .75rem;font-family:Arial,Helvetica,sans-serif;font-size:.85rem;font-weight:700}.ghost-btn:hover{border-color:#fff}.push-row{border-bottom:1px solid #ccc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;margin:0 0 .75rem;padding:.55rem 0;font-family:Arial,Helvetica,sans-serif;display:flex}.push-row strong{color:#111;font-size:.9rem}.push-status{color:#555;margin-top:.1rem;font-size:.8rem}.push-btn{min-width:8.5rem;min-height:40px;padding:.4rem .85rem;font-size:.85rem;width:auto!important;margin-top:0!important}
