:root{color-scheme:light dark;--paper: #fff;--ink: #101114;--muted: #5f6570;--line: #d8dce4;--line-strong: #aeb5c2;--blue: #1456ff;--blue-dark: #003dcc;--blue-soft: #edf3ff;--valid: #83db00;--danger: #c73a3a;--body-copy: #373b43;--prose-copy: #474c55;--placeholder: #9a9faa;--binary-decor: #9ba9c7;--max: 1240px;--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace}:root[data-theme=dark]{color-scheme:dark;--paper: #101319;--ink: #f4f6fa;--muted: #a9b0bd;--line: #303744;--line-strong: #596273;--blue: #6f98ff;--blue-dark: #9bb7ff;--blue-soft: #18284d;--valid: #92e629;--danger: #ff8181;--body-copy: #d4d8e0;--prose-copy: #c7ccd6;--placeholder: #767f8e;--binary-decor: #56637b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;transition:background-color .16s ease,color .16s ease}a{color:inherit;text-decoration:none}button,textarea,select,input{color:inherit;font:inherit}button,select{min-height:44px}button{background:var(--paper)}svg{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header,.site-footer,.tool-page,.home-page,.prose-page,.not-found{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.site-header{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:10px;justify-self:start;font-size:20px;font-weight:750;letter-spacing:-.03em}.brand svg{width:34px;height:34px;fill:none;stroke:var(--blue);stroke-width:2.4;stroke-linejoin:round}.brand.compact svg{width:29px;height:29px}.site-header nav{display:flex;gap:38px;font-size:15px;font-weight:560}.site-header nav a,.site-footer nav a{transition:color .14s ease}.site-header nav a:hover,.site-footer nav a:hover{color:var(--blue)}.theme-button{justify-self:end;width:44px;border:0;display:grid;place-items:center;border-radius:5px;cursor:pointer;transition:background-color .14s ease,color .14s ease}.theme-button:hover,.theme-button:focus-visible{color:var(--blue);background:var(--blue-soft);outline:2px solid transparent}.theme-button svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.theme-button .moon-icon,:root[data-theme=dark] .theme-button .sun-icon{display:none}:root[data-theme=dark] .theme-button .moon-icon{display:block}.tool-page{padding-block:34px 78px;position:relative}.tool-page:before{content:"0\a 1\a 0\a 1\a 0\a 1\a 0\a 1\a 0\a 1\a 0\a 1";white-space:pre;position:absolute;left:-32px;top:34px;color:var(--binary-decor);font:11px/2.95 var(--mono);pointer-events:none}.tool-heading{margin-bottom:22px}.tool-heading h1,.home-hero h1,.prose-page h1,.not-found h1{margin:0;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.055em;font-weight:780}.tool-heading p{margin:12px 0 0;color:var(--muted);font-size:17px}.converter{border:1px solid var(--line-strong);border-radius:8px;overflow:visible}.converter-panes{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:244px;position:relative}.converter-pane{min-width:0;padding:18px;display:flex;flex-direction:column;gap:10px}.input-pane{position:relative;border-right:1px solid var(--line)}.input-pane:focus-within{box-shadow:inset 0 0 0 2px var(--blue)}.pane-label{color:var(--blue);font:700 13px/1 var(--mono);letter-spacing:.04em;text-transform:uppercase}.converter textarea,.converter output{width:100%;flex:1;min-height:160px;margin:0;border:0;background:transparent;resize:none;outline:none;overflow-wrap:anywhere;white-space:pre-wrap;font:17px/1.75 var(--mono)}.converter output:empty:before{content:"Output appears here…";color:var(--placeholder)}.input-count{align-self:flex-end;color:var(--muted);font:12px/1 var(--sans)}.swap-button{width:46px;height:46px;min-height:46px;padding:0;position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid var(--line-strong);border-radius:6px;color:var(--blue);display:grid;place-items:center;cursor:pointer}.swap-button:hover,.swap-button:focus-visible{background:var(--blue-soft);border-color:var(--blue)}.swap-button svg{width:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.converter-toolbar{min-height:58px;padding:7px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;border-top:1px solid var(--line)}.toolbar-settings,.toolbar-actions{display:flex;gap:8px}.converter select,.settings-value,.shift-field,.toolbar-actions button{height:44px;border:1px solid var(--line);border-radius:5px;background:var(--paper);font-size:14px}.converter select{min-width:112px;padding-inline:14px 34px;cursor:pointer}.settings-value{min-width:112px;padding-inline:14px;display:inline-flex;align-items:center;color:var(--muted)}.shift-field{min-width:106px;padding-inline:12px;display:flex;align-items:center;gap:8px}.shift-field span{color:var(--muted);font-size:13px}.shift-field input{width:48px;border:0;outline:0;font-family:var(--mono)}.toolbar-actions{grid-column:2}.toolbar-actions button{min-width:104px;padding-inline:14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.toolbar-actions button:hover,.toolbar-actions button:focus-visible{color:var(--blue);border-color:var(--blue)}.toolbar-actions svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.converter-status{margin:0 9px 0 auto;color:var(--muted);font-size:13px;display:inline-flex;align-items:center;gap:8px}.converter-status>span:first-child{width:12px;height:12px;flex:0 0 auto;border-radius:50%;background:var(--valid)}.has-error .converter-status{color:var(--danger)}.has-error .converter-status>span:first-child{background:var(--danger)}.popular-tools{padding:17px 0;display:flex;align-items:baseline;gap:24px;border-bottom:1px solid var(--line);font-size:14px}.popular-tools strong{white-space:nowrap}.popular-tools div{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.popular-tools div::-webkit-scrollbar{display:none}.popular-tools a{color:var(--blue);white-space:nowrap}.popular-tools a+a:before{content:"";margin-inline:18px;border-left:1px solid var(--line-strong)}.guide-section,.lower-grid{padding-top:24px}.guide-section h2,.more-tools h2,.faq-section h2,.tool-directory h2,.privacy-band h2,.prose-page h2{margin:0 0 13px;font-size:clamp(25px,3vw,32px);line-height:1.15;letter-spacing:-.035em}.guide-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}.code-example{min-width:0;padding:16px;border:1px solid var(--line-strong);border-radius:5px;display:grid;grid-template-columns:auto 1fr;gap:8px 16px;align-items:center}.code-example strong{grid-column:1 / -1;font-size:14px}.code-example code{overflow:hidden;color:var(--blue-dark);text-overflow:ellipsis;white-space:nowrap;font:13px/1.5 var(--mono)}.code-example i{font-style:normal;color:var(--line-strong)}.guide-columns ol{margin:0;padding-left:32px}.guide-columns li{padding:4px 0 10px 8px;color:var(--body-copy)}.guide-columns li::marker{color:var(--blue);font:700 16px var(--mono)}.lower-grid{margin-top:20px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.35fr .85fr}.more-tools{padding-right:42px}.faq-section{padding-left:28px;border-left:1px solid var(--line)}.tool-list{border:1px solid var(--line-strong);border-radius:5px}.tool-list a{min-height:46px;padding:8px 12px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:16px;color:var(--blue-dark)}.tool-list a+a{border-top:1px solid var(--line)}.tool-list a:hover{background:var(--blue-soft)}.tool-list small{color:var(--muted);font-size:12px}.tool-list svg{width:18px;fill:none;stroke:var(--blue);stroke-width:2}.faq-section details{border-bottom:1px solid var(--line)}.faq-section summary{min-height:52px;padding:13px 32px 13px 0;list-style:none;cursor:pointer;position:relative;font-weight:570}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary:after{content:"+";position:absolute;right:4px;color:var(--blue);font:24px/1 var(--sans)}.faq-section details[open] summary:after{content:"−"}.faq-section p{margin:-4px 28px 16px 0;color:var(--muted);font-size:14px}.site-footer{min-height:86px;border-top:1px solid var(--ink);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.site-footer nav{display:flex;gap:42px;color:var(--muted);font-size:14px}.site-footer p{justify-self:end;margin:0;color:var(--muted);font-size:13px}.home-page{padding-bottom:88px}.home-hero{min-height:530px;padding-block:78px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;border-bottom:1px solid var(--line)}.home-hero h1{font-size:clamp(48px,5.5vw,76px);max-width:820px}.home-hero p{max-width:650px;margin:25px 0 30px;color:var(--muted);font-size:18px}.primary-link{min-height:48px;padding:12px 18px;display:inline-flex;align-items:center;background:var(--blue);color:#fff;border-radius:5px;font-weight:650}.primary-link:hover{background:var(--blue-dark)}.hero-code{padding:30px;border:1px solid var(--line-strong);border-radius:8px;position:relative;display:grid;gap:11px}.hero-code:before,.hero-code:after{content:"";width:22px;height:22px;position:absolute;border-color:var(--blue)}.hero-code:before{left:-8px;top:-8px;border-left:2px solid var(--blue);border-top:2px solid var(--blue)}.hero-code:after{right:-8px;bottom:-8px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue)}.hero-code span{color:var(--blue);font:700 12px var(--mono)}.hero-code strong{font:24px var(--mono)}.hero-code i{color:var(--line-strong);font-style:normal}.hero-code code{color:var(--blue-dark);font:15px/1.8 var(--mono)}.tool-directory{padding-top:68px}.tool-directory>header{display:flex;align-items:baseline;justify-content:space-between;gap:24px}.tool-directory>header p{color:var(--muted)}.directory-featured{margin-top:28px;border-top:1px solid var(--ink)}.directory-featured a{min-height:108px;padding:22px 8px;display:grid;grid-template-columns:54px 260px 1fr auto;align-items:center;gap:24px;border-bottom:1px solid var(--line)}.directory-featured a:hover{background:var(--blue-soft)}.directory-featured>a>span{color:var(--blue);font:13px var(--mono)}.directory-featured h3{margin:0;font-size:23px;letter-spacing:-.025em}.directory-featured p{margin:0;color:var(--muted)}.directory-featured svg{width:22px;fill:none;stroke:var(--blue);stroke-width:1.8}.directory-all{padding-top:24px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:32px}.directory-all a{min-height:52px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.directory-all a:hover{color:var(--blue)}.privacy-band{margin-top:90px;padding:52px 0;border-block:1px solid var(--ink);display:grid;grid-template-columns:.7fr 1.3fr auto;align-items:start;gap:40px}.privacy-band p{margin:0;color:var(--muted);max-width:620px}.privacy-band a{color:var(--blue);font-weight:650}.prose-page{max-width:900px;padding-block:76px 110px}.prose-page .lead{max-width:780px;margin:28px 0 70px;color:var(--muted);font-size:21px}.prose-page h2{margin-top:44px}.prose-page p{max-width:760px;color:var(--prose-copy)}.prose-page .updated{color:var(--muted);font-size:14px}.guide-index{border-top:1px solid var(--ink)}.guide-index a{padding:24px 0;display:block;border-bottom:1px solid var(--line)}.guide-index a:hover h2{color:var(--blue)}.guide-index h2{margin:0 0 8px;font-size:22px}.guide-index p{margin:0}.not-found{min-height:calc(100vh - 159px);padding-block:110px;display:flex;flex-direction:column;align-items:flex-start}.not-found>p{margin:0 0 20px;color:var(--blue);font:18px var(--mono)}.not-found>span{margin:20px 0 30px;color:var(--muted)}@media(max-width:820px){.site-header,.site-footer,.tool-page,.home-page,.prose-page,.not-found{width:min(calc(100% - 32px),var(--max))}.site-header{grid-template-columns:1fr auto auto;gap:16px}.site-header nav{gap:0}.site-header nav a{display:none}.site-header nav a:first-child{display:block;color:var(--blue)}.tool-page:before{display:none}.converter-panes{grid-template-columns:1fr;min-height:0}.converter-pane{min-height:190px}.input-pane{border-right:0;border-bottom:1px solid var(--line)}.swap-button{top:50%;transform:translate(-50%,-50%) rotate(90deg)}.converter-toolbar{grid-template-columns:1fr;padding:10px}.toolbar-settings,.toolbar-actions,.toolbar-settings label,.toolbar-settings select{width:100%}.toolbar-actions{grid-column:auto}.toolbar-actions button{flex:1;min-width:0}.converter-status{margin:4px 0 0}.popular-tools{display:block}.popular-tools div{margin-top:8px}.guide-columns,.lower-grid{grid-template-columns:1fr}.guide-columns{gap:24px}.more-tools{padding-right:0}.faq-section{margin-top:32px;padding-left:0;border-left:0}.tool-list a{grid-template-columns:1fr auto}.tool-list small{display:none}.site-footer{min-height:130px;padding-block:24px;grid-template-columns:1fr auto;align-items:start}.site-footer nav{gap:18px}.site-footer p{grid-column:1 / -1;justify-self:start}.home-hero{min-height:0;grid-template-columns:1fr;gap:52px}.tool-directory>header,.privacy-band{display:block}.directory-featured a{grid-template-columns:38px 1fr auto;gap:12px}.directory-featured p{display:none}.privacy-band p{margin:16px 0 22px}}@media(max-width:520px){.site-header,.site-footer,.tool-page,.home-page,.prose-page,.not-found{width:min(calc(100% - 24px),var(--max))}.site-header{height:66px}.brand{font-size:18px}.brand svg{width:30px;height:30px}.theme-button{width:40px}.tool-page{padding-top:30px}.tool-heading h1,.prose-page h1,.not-found h1{font-size:42px}.tool-heading p{font-size:16px}.converter-pane{padding:15px}.converter textarea,.converter output{min-height:128px;font-size:16px}.toolbar-actions button{padding-inline:5px;gap:4px;font-size:12px}.toolbar-actions{gap:5px}.toolbar-actions svg{width:15px}.converter select{min-width:0;padding-inline:10px 26px;font-size:12px}.guide-section h2,.more-tools h2,.faq-section h2{font-size:25px}.home-hero{padding-block:54px}.home-hero h1{font-size:46px}.home-hero p{font-size:17px}.directory-all,.site-footer{grid-template-columns:1fr}.site-footer nav{grid-row:2}.site-footer p{grid-column:auto;grid-row:3}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important}}
