@font-face{font-family:"Nunito";font-style:normal;font-weight:500;font-display:swap;src:url(/font/nunito-expression.woff2) format("woff2")}:root{--bg: #fff;--surface: #fff;--surface-2: #eef1f5;--ink: #333;--ink-dim: #6a737d;--border: #d0d4da;--brand: #3a6ab2;--brand-dark: #2a4f86;--brand-ink: #fff;--footer-bg: #3a6ab2;--shadow: rgba(56, 63, 65, 0.16);--menu-bg: #383f41}@media(prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #1c1f21;--surface: #26292c;--surface-2: #2f3337;--ink: #e6e8ea;--ink-dim: #9aa0a6;--border: #3a3f44;--brand: #6f9bdd;--brand-dark: #5b8dd9;--brand-ink: #fff;--footer-bg: #2a4f86;--shadow: rgba(0, 0, 0, 0.5)}}:root[data-theme=dark]{--bg: #1c1f21;--surface: #26292c;--surface-2: #2f3337;--ink: #e6e8ea;--ink-dim: #9aa0a6;--border: #3a3f44;--brand: #6f9bdd;--brand-dark: #5b8dd9;--brand-ink: #fff;--footer-bg: #2a4f86;--shadow: rgba(0, 0, 0, 0.5)}*,*::before,*::after{box-sizing:border-box}body{min-height:100vh;margin:0;background:var(--bg);color:var(--ink);font-family:sans-serif;font-size:16px;line-height:1.6}.header{display:flex;align-items:center;flex-wrap:wrap;gap:16px;height:48px;padding-right:16px}.header-logo{margin:0 0 0 16px;font-family:"Arial Rounded MT","ArialRoundedMTBold","Nunito","Arial Bold",sans-serif;font-size:clamp(9px,8vw,32px);font-weight:700;color:var(--ink);text-decoration:none;white-space:nowrap;margin-right:auto}.header-navigation{list-style:none;margin:0;padding:0;position:absolute;visibility:hidden;transform:translateX(-100%);transition-duration:.5s}.header-navigation-link{text-decoration:none;color:var(--ink)}.header-navigation-link:hover{text-decoration:underline}.theme-toggle{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--ink);font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.theme-toggle:hover{border-color:var(--brand)}.theme-toggle:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.theme-toggle .icon-dark{display:none}:root[data-theme=dark] .theme-toggle .icon-light{display:none}:root[data-theme=dark] .theme-toggle .icon-dark{display:inline}@media(prefers-color-scheme: dark){:root:not([data-theme=light]) .theme-toggle .icon-light{display:none}:root:not([data-theme=light]) .theme-toggle .icon-dark{display:inline}}.header-menu{position:relative;cursor:pointer}.header-menu>span{display:block;width:28px;height:3px;margin-bottom:7px;background:var(--ink);transition:transform .6s}.header-menu>span:last-child{margin-bottom:0}@media screen and (min-width: 720px){.header-navigation{position:static;visibility:visible;display:flex;flex-wrap:wrap;column-gap:16px;transform:translateX(0)}.header-menu{display:none}}@media screen and (max-width: 719.98px){.header.header-menu-opened{position:fixed;inset:0 0 auto 0;z-index:50;color:#fff}.header.header-menu-opened::before{content:"";position:fixed;inset:0;z-index:-1;background:var(--menu-bg)}.header-menu-opened .header-logo,.header-menu-opened .header-navigation-link{color:#fff}.header-menu-opened .header-navigation{visibility:visible;z-index:100;transform:translateX(0);top:64px;width:max-content;height:calc(100vh - 64px);margin-left:15vw;font-size:clamp(18px,10vw,36px)}.header-menu-opened .header-navigation-item{height:70px}.header-menu-opened .header-menu>span:nth-child(1){transform:translateY(10px) rotate(135deg)}.header-menu-opened .header-menu>span:nth-child(2){transform:scaleX(0)}.header-menu-opened .header-menu>span:nth-child(3){transform:translateY(-10px) rotate(-135deg)}}.tool-back{max-width:880px;margin:16px auto 0;padding:16px 16px 0;display:flex;flex-wrap:wrap;gap:16px}.tool-back-link{color:var(--ink-dim);text-decoration:none;font-size:14px}.tool-back-link:hover{color:var(--brand);text-decoration:underline}.footer{position:sticky;top:100vh}.footer-copyright{margin:0;padding-top:16px;text-align:center;font-size:14px;color:var(--ink-dim)}.footer-logo{margin-top:16px;padding:16px;text-align:right;font-family:"Arial Rounded MT","ArialRoundedMTBold","Nunito","Arial Bold",sans-serif;font-size:clamp(28px,8vw,48px);color:#fff;background:url(/image/background.png) right bottom var(--footer-bg)}.tool-main{max-width:880px;margin:0 auto;padding:16px}.tool-h1{margin:0 0 16px;font-size:24px;letter-spacing:-0.5px}.monospace{font-family:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace}.formItem-label{font-weight:bold;white-space:nowrap}.formItem-text,.formItem-number,.formItem-date,.formItem-datetime-local,.formItem-time,.formItem-text-full,.formItem-number-full,.formItem-date-full,.formItem-time-full{padding:4px 10px;min-height:36px;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink);transition:box-shadow .2s ease}.formItem-text:focus,.formItem-number:focus,.formItem-date:focus,.formItem-datetime-local:focus,.formItem-time:focus,.formItem-text-full:focus,.formItem-number-full:focus,.formItem-date-full:focus,.formItem-time-full:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-text,.formItem-number,.formItem-date,.formItem-datetime-local,.formItem-time,.formItem-text-full,.formItem-number-full,.formItem-date-full,.formItem-time-full{width:100%}.formItem-text-2,.formItem-number-2{padding:4px 10px;min-height:36px;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink);transition:box-shadow .2s ease}.formItem-text-2:focus,.formItem-number-2:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-text-2,.formItem-number-2{width:auto;min-width:140px}.formItem-datetime-fit,.formItem-date-fit,.formItem-time-fit{padding:4px 10px;min-height:36px;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink);transition:box-shadow .2s ease}.formItem-datetime-fit:focus,.formItem-date-fit:focus,.formItem-time-fit:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-datetime-fit,.formItem-date-fit,.formItem-time-fit{width:fit-content}.formItem-datetime-fit{min-width:140px}.formItem-date-fit{min-width:140px}.formItem-time-fit{min-width:90px}.formItem-radio,.formItem-checkbox{margin:0 8px;transform:scale(1.6);cursor:pointer;accent-color:var(--brand)}.formItem-radio:focus-visible,.formItem-checkbox:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-radioLabel,.formItem-checkboxLabel{cursor:pointer;white-space:nowrap}.formItem-select:not([multiple]),.formItem-select[multiple]{padding:4px 10px;min-height:36px;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink);transition:box-shadow .2s ease}.formItem-select:not([multiple]):focus,.formItem-select[multiple]:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-select:not([multiple]),.formItem-select[multiple]{cursor:pointer}.formItem-select:not([multiple]){height:36px}.formItem-button{display:inline-block}.formItem-button[hidden]{display:none}.formItem-button{padding:10px 32px;background:var(--brand);color:var(--brand-ink);border:2px solid var(--brand);border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s ease}.formItem-button:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark)}.formItem-button:active:not(:disabled){background:var(--brand-dark)}.formItem-button:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-button:disabled{opacity:.5;cursor:default}.formItem-button-helper2{display:inline-block}.formItem-button-helper2[hidden]{display:none}.formItem-button-helper2{padding:10px 32px;background:var(--brand);color:var(--brand-ink);border:2px solid var(--brand);border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s ease}.formItem-button-helper2:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark)}.formItem-button-helper2:active:not(:disabled){background:var(--brand-dark)}.formItem-button-helper2:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.formItem-button-helper2:disabled{opacity:.5;cursor:default}.formItem-button-helper2{padding:2px 14px;margin:2px 0;line-height:1.8}.inputForm{background:var(--surface-2);padding:16px;border-radius:6px}.valueContainer{display:flex;flex-wrap:wrap;gap:4px}.stickyTable{width:100%;border-collapse:collapse;background:var(--surface)}.stickyTable th,.stickyTable td{border:1px solid var(--border);padding:6px 10px}.stickyTable thead th{position:sticky;top:0;z-index:1;background:var(--brand);color:var(--brand-ink);border-color:var(--brand)}.stickyTable th:first-child{position:sticky;left:0}.stickyTable thead th:first-child{z-index:2}.stickyTable tbody th:first-child{background:var(--surface-2)}.radixValue{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.margin-bottom-4{margin-bottom:4px}.margin-bottom4{margin-bottom:4px}.lineHeight-25{line-height:2.5}@media(prefers-reduced-motion: reduce){*,*::before,*::after{transition-duration:.001ms !important}}.est-main{max-width:1100px}.est-main .est-lead{margin:0 0 18px;color:var(--ink-dim);line-height:1.7}.est-main .est-lead strong{color:var(--ink)}.est-main .est-h2{margin:0 0 6px;font-size:1.15rem;color:var(--ink)}.est-main .est-tag{display:inline-block;margin-left:6px;padding:1px 7px;font-size:.7rem;font-weight:600;color:var(--ink-dim);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;vertical-align:middle}.est-layout{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}@media(max-width: 780px){.est-layout{grid-template-columns:1fr}}.est-panel{display:flex;flex-direction:column;gap:14px}.est-group{padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:6px}.est-group-title{margin-bottom:8px;font-size:.82rem;font-weight:700;color:var(--ink);letter-spacing:.02em}.est-sub,.est-card-sub{margin:10px 0 4px;font-size:.72rem;color:var(--ink-dim)}.est-row{display:block;margin-bottom:9px;font-size:.78rem;color:var(--ink)}.est-row span{display:block;margin-bottom:2px}.est-row span em{font-style:normal;font-weight:700;color:var(--brand)}.est-row input[type=range]{width:100%;accent-color:var(--brand);cursor:pointer}.est-row:last-child{margin-bottom:0}.est-t-hurry span{border-left:3px solid #e08a3c;padding-left:6px}.est-t-hurryForce span{border-left:3px solid #c8503a;padding-left:6px}.est-t-stand span{border-left:3px solid #3fa088;padding-left:6px}.est-t-standForce span{border-left:3px solid #2f7f9a;padding-left:6px}.est-t-neutral span{border-left:3px solid #8b9098;padding-left:6px}.est-seed{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.est-seed span{margin:0;flex:0 0 auto}.est-seed input[type=number]{padding:4px 10px;min-height:36px;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink);transition:box-shadow .2s ease}.est-seed input[type=number]:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.est-seed input[type=number]{flex:1 1 80px;min-width:70px;width:auto}.est-hint{margin:6px 0 0;font-size:.72rem;line-height:1.55;color:var(--ink-dim)}.est-rules{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.est-rules label{font-size:.85rem;cursor:pointer}.est-rules input{accent-color:var(--brand);margin-right:5px}.est-playback{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.est-inline{font-size:.76rem;color:var(--ink-dim)}.est-inline select{padding:4px 10px;min-height:36px;max-width:100%;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--ink);transition:box-shadow .2s ease}.est-inline select:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.est-inline select{width:auto;padding:3px 6px;margin-left:4px}.est-btn{display:inline-block}.est-btn[hidden]{display:none}.est-btn{padding:10px 32px;background:var(--brand);color:var(--brand-ink);border:2px solid var(--brand);border-radius:6px;cursor:pointer;text-decoration:none;transition:background .2s ease}.est-btn:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark)}.est-btn:active:not(:disabled){background:var(--brand-dark)}.est-btn:focus{outline:none;box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 45%, transparent)}.est-btn:disabled{opacity:.5;cursor:default}.est-btn{padding:6px 12px;font-size:.8rem}.est-btn-sub{background:var(--surface-2);color:var(--ink);border-color:var(--border)}.est-btn-sub:hover:not(:disabled){background:var(--border);border-color:var(--border)}.est-stage-wrap{display:flex;flex-direction:column;gap:10px}.est-stage-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.est-legend{display:flex;flex-wrap:wrap;gap:10px;font-size:.74rem}.est-legend .est-t-hurry{color:#e08a3c}.est-legend .est-t-hurryForce{color:#c8503a}.est-legend .est-t-stand{color:#3fa088}.est-legend .est-t-standForce{color:#2f7f9a}.est-legend .est-t-neutral{color:#8b9098}.est-clock{font-size:.76rem;color:var(--ink-dim);font-variant-numeric:tabular-nums}.est-stage{width:100%;height:440px;background:var(--bg);border:1px solid var(--border);border-radius:6px;display:block}@media(max-width: 480px){.est-stage{height:360px}}.est-live{display:grid;grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:6px 16px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:6px}.est-live-row{font-size:.8rem;color:var(--ink-dim)}.est-live-row strong{font-size:1.1rem;color:var(--ink);font-variant-numeric:tabular-nums}.est-live-row span{display:block;font-size:.7rem}.est-live-meta{color:var(--ink-dim);font-size:.74rem}.est-compare{margin-top:26px}.est-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:14px;margin-top:12px}@media(max-width: 720px){.est-cards{grid-template-columns:1fr}}.est-card{padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:6px}.est-card-title{margin-bottom:12px;font-weight:700;color:var(--ink);padding-bottom:6px;border-bottom:2px solid var(--brand)}.est-brow{margin-bottom:9px}.est-blabel{display:flex;align-items:baseline;gap:6px;font-size:.74rem;color:var(--ink-dim)}.est-blabel em{font-style:normal;font-size:.66rem;opacity:.7}.est-blabel b{margin-left:auto;font-size:.9rem;color:var(--ink);font-variant-numeric:tabular-nums}.est-bbar{height:8px;margin-top:3px;background:var(--surface-2);border-radius:999px;overflow:hidden}.est-bbar i{display:block;height:100%;border-radius:999px;transition:width .25s ease}.est-stack{display:flex;height:13px;margin-top:3px;background:var(--surface-2);border-radius:4px;overflow:hidden}.est-stack i{display:block;height:100%;box-shadow:inset -1.5px 0 0 var(--surface);transition:width .25s ease}.est-stack i:last-child{box-shadow:none}.est-stacklegend{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;margin:10px 0 2px;font-size:.7rem;color:var(--ink-dim)}.est-lg-grp{font-weight:700;color:var(--ink)}.est-lg-item{display:inline-flex;align-items:center;gap:4px}.est-lg-item i{width:10px;height:10px;border-radius:3px}.est-trow{margin-bottom:8px;font-size:.72rem}.est-trow:last-child{margin-bottom:0}.est-trow-head{display:flex;align-items:baseline;gap:6px}.est-tname{font-weight:600}.est-tpct{margin-left:auto;color:var(--ink);font-variant-numeric:tabular-nums}.est-tnums{margin-top:2px;font-size:.62rem;color:var(--ink-dim);font-variant-numeric:tabular-nums}.est-notes{margin-top:26px}.est-notes details{margin-top:8px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:6px}.est-notes summary{cursor:pointer;font-weight:600;font-size:.86rem;color:var(--ink)}.est-notes ul{margin:10px 0 2px;padding-left:20px;font-size:.78rem;line-height:1.65;color:var(--ink-dim)}.est-notes ul strong{color:var(--ink)}.est-notes a{color:var(--brand);text-decoration:underline}.est-notes a:hover{text-decoration:none}.est-notes .est-sources{margin-top:4px;font-size:.73rem}.est-notes .est-sources li{margin-top:3px}.est-privacy{margin-top:20px;font-size:.74rem;color:var(--ink-dim)}@media(prefers-reduced-motion: reduce){.est-bbar i,.est-stack i{transition:none}}