:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#17201c;--ink-soft:#35423c;--muted:#68746e;--muted-light:#89938e;--line:#dde5e0;--line-soft:#eaf0ec;--paper:#fff;--canvas:#f4f7f5;--sidebar:#fbfcfb;--green:#1f7654;--green-dark:#15523b;--green-soft:#e7f3ed;--green-pale:#f2f8f5;--red:#b34949;--amber:#a86f1c;--shadow-sm:0 8px 24px #1931260f;--shadow-lg:0 24px 70px #1931261a;--radius-sm:10px;--radius-md:15px;--radius-lg:22px;--sidebar-width:250px;--topbar-height:68px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{background:var(--canvas);scroll-behavior:smooth;min-width:320px}body{min-width:320px;min-height:100vh;color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}code,kbd{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}::selection{color:var(--green-dark);background:#cde7da}:focus-visible{outline-offset:2px;outline:3px solid #1f765433}input,textarea,select{width:100%;color:var(--ink);border-radius:var(--radius-sm);background:#fcfdfc;border:1px solid #d3ddd7;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}input,select{min-height:44px;padding:0 13px}textarea{resize:vertical;min-height:210px;padding:14px;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.65}input:focus,textarea:focus,select:focus{background:#fff;border-color:#77aa91;box-shadow:0 0 0 3px #1f765417}button:disabled{cursor:not-allowed;opacity:.45}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);border-right:1px solid var(--line);z-index:30;flex-direction:column;height:100vh;padding:22px 16px 18px;display:flex;position:sticky;top:0}.sidebar-head{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:11px;min-width:0;padding:2px 6px;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:11px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:18px;font-weight:760;display:grid;box-shadow:0 8px 19px #1f76542e}.brand-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.brand-copy strong{letter-spacing:-.02em;font-size:15px}.brand-copy small{color:var(--muted);letter-spacing:.04em;font-size:9px}.sidebar-close{display:none}.sidebar-search{border:1px solid var(--line);width:100%;height:38px;color:var(--muted);cursor:pointer;text-align:left;background:#fff;border-radius:10px;align-items:center;gap:9px;margin-top:25px;padding:0 10px;font-size:11px;display:flex;box-shadow:0 2px 5px #1e302708}.sidebar-search span{flex:1}kbd{color:#7f8984;background:#f6f8f7;border:1px solid #dde3df;border-radius:5px;padding:2px 5px;font-size:9px;box-shadow:0 1px #d7dfda}.sidebar nav{scrollbar-width:thin;min-height:0;margin-top:24px;padding-right:2px;overflow-y:auto}.nav-group+.nav-group{margin-top:24px}.nav-group>p{color:#909994;letter-spacing:.13em;text-transform:uppercase;margin:0 9px 8px;font-size:9px;font-weight:720}.nav-link{color:#57635d;border-radius:9px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:38px;margin:2px 0;padding:0 10px;font-size:11px;font-weight:570;transition:all .14s;display:grid}.nav-link:hover{color:var(--ink);background:#f0f4f1}.nav-link.active{color:var(--green-dark);background:var(--green-soft);font-weight:680}.nav-link small{min-width:18px;height:18px;color:var(--muted);background:#ffffffb3;border-radius:8px;place-items:center;font-size:9px;display:grid}.privacy-note{background:var(--green-pale);color:var(--green);border:1px solid #dce9e1;border-radius:11px;align-items:flex-start;gap:9px;margin-top:auto;padding:12px;display:flex}.privacy-note p{flex-direction:column;gap:3px;margin:0;display:flex}.privacy-note strong{color:var(--green-dark);font-size:10px}.privacy-note small{color:#678075;font-size:9px;line-height:1.4}.app-main{min-width:0}.topbar{z-index:20;height:var(--topbar-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f4f7f5e0;border-bottom:1px solid #dde5e0e6;justify-content:center;align-items:center;padding:0 34px;display:flex;position:sticky;top:0}.topbar-search{border:1px solid var(--line);width:min(390px,50vw);height:36px;color:var(--muted);cursor:pointer;text-align:left;background:#ffffffe0;border-radius:10px;align-items:center;gap:9px;padding:0 10px;font-size:11px;display:flex}.topbar-search span{flex:1}.github-link{color:var(--muted);font-size:11px;font-weight:650;position:absolute;right:34px}.github-link:hover{color:var(--green)}.mobile-brand,.menu-button{display:none}.page-wrap{width:min(1120px,100% - 64px);min-height:calc(100vh - var(--topbar-height));margin:0 auto;padding:48px 0 28px}.site-footer{color:#929b96;justify-content:space-between;padding:34px 2px 0;font-size:9px;display:flex}.mobile-backdrop{display:none}@media (max-width:920px){.app-shell{display:block}.sidebar{width:min(300px,86vw);transition:transform .19s;position:fixed;top:0;left:0;transform:translate(-102%);box-shadow:18px 0 50px #14271e29}.sidebar.open{transform:translate(0)}.sidebar-close{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.mobile-backdrop{z-index:25;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#141e1957;border:0;display:block;position:fixed;inset:0}.topbar{justify-content:space-between;padding:0 20px}.mobile-brand,.menu-button{display:flex}.menu-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;order:-1;justify-content:center;align-items:center;width:36px;height:36px}.mobile-brand .brand-mark{border-radius:9px;flex-basis:31px;width:31px;height:31px;font-size:15px}.mobile-brand .brand{padding:0}.topbar-search{width:auto;padding:0 11px}.topbar-search span,.topbar-search kbd,.github-link{display:none}.page-wrap{width:min(100% - 32px,720px);padding-top:32px}}@media (max-width:600px){.topbar{height:60px}.page-wrap{width:min(100% - 24px,620px);padding-top:24px}.site-footer{flex-direction:column;gap:7px}}.eyebrow{width:-moz-fit-content;width:fit-content;color:var(--green);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:6px;font-size:10px;font-weight:760;display:inline-flex}.home-hero{border-radius:var(--radius-lg);min-height:260px;box-shadow:var(--shadow-sm);background:radial-gradient(circle at 85% 15%,#5daa842e,#0000 34%),linear-gradient(135deg,#eff8f3,#f9fbfa 68%);border:1px solid #d7e5dc;justify-content:space-between;align-items:flex-end;gap:40px;padding:38px 42px;display:flex}.hero-copy{max-width:610px}.hero-copy h1{letter-spacing:-.055em;margin:16px 0 14px;font-size:clamp(38px,5vw,58px);font-weight:710;line-height:.99}.hero-copy p{max-width:530px;color:var(--muted);margin:0;font-size:13px;line-height:1.75}.hero-stats{flex:0 0 190px;grid-template-columns:1fr 1fr;gap:8px;display:grid}.hero-stats div{min-height:73px;color:var(--green);background:#ffffffad;border:1px solid #d2e2d9e6;border-radius:13px;flex-direction:column;justify-content:center;gap:6px;padding:12px;display:flex}.hero-stats div:first-child{grid-row:span 2}.hero-stats strong{color:var(--green-dark);font-size:30px}.hero-stats span{color:var(--muted);font-size:9px}.home-search{border:1px solid var(--line);height:58px;color:var(--muted);box-shadow:var(--shadow-sm);background:#fff;border-top:0;border-radius:0 0 16px 16px;align-items:center;gap:12px;margin:-1px 34px 0;padding:0 18px;display:flex}.home-search input{min-height:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0;font-size:12px}.home-search input:focus{box-shadow:none}.page-section{margin-top:48px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.section-heading span,.listing-header>div>span,.tool-header>div>span{color:var(--green);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:760}.section-heading h2{letter-spacing:-.035em;margin:5px 0 0;font-size:21px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.tool-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper);min-width:0;transition:all .15s;position:relative}.tool-card:hover{box-shadow:var(--shadow-sm);border-color:#c8d9cf;transform:translateY(-2px)}.tool-card-link{grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:13px;min-height:116px;padding:18px 44px 18px 18px;display:grid}.tool-card-icon,.category-icon,.listing-icon{background:var(--green-soft);color:var(--green);border-radius:12px;place-items:center;display:grid}.tool-card-icon{width:42px;height:42px}.tool-card-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.tool-card-copy small{color:var(--green);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:700}.tool-card-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.tool-card-copy>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.tool-card-arrow{color:#a5aea9}.favorite-button{border:1px solid var(--line);color:#84908a;cursor:pointer;background:#fff;justify-content:center;align-items:center;transition:all .14s;display:inline-flex}.favorite-button:hover,.favorite-button.active{color:var(--green);background:var(--green-soft);border-color:#bfd8ca}.card-favorite{border-radius:8px;width:28px;height:28px;position:absolute;top:12px;right:12px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.category-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;grid-template-columns:42px 1fr 18px;align-items:flex-start;gap:12px;min-height:132px;padding:18px;transition:all .15s;display:grid}.category-card:hover{box-shadow:var(--shadow-sm);border-color:#c8d9cf;transform:translateY(-2px)}.category-icon{width:42px;height:42px}.category-card>span:nth-child(2){flex-direction:column;gap:6px;display:flex}.category-card strong{font-size:12px}.category-card small{color:var(--muted);font-size:9px;line-height:1.5}.category-card em{color:var(--green);font-size:8px;font-style:normal;font-weight:650}.category-card>svg{color:#a3ada7;margin-top:4px}.breadcrumbs{color:#89938e;flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:22px;font-size:9px;display:flex}.breadcrumbs a:hover{color:var(--green)}.listing-header{align-items:center;gap:18px;margin-bottom:30px;display:flex}.listing-icon{border-radius:16px;flex:0 0 58px;width:58px;height:58px}.listing-header h1,.tool-header h1{letter-spacing:-.045em;margin:5px 0 7px;font-size:clamp(30px,4vw,43px);line-height:1.05}.listing-header p,.tool-header p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.tool-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.tool-header>div{min-width:0}.tool-favorite{border-radius:10px;flex:none;gap:7px;height:38px;padding:0 13px;font-size:10px;font-weight:650}.tool-surface{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow-sm);border-radius:18px;padding:26px}.tool-loading{min-height:220px;color:var(--muted);place-items:center;font-size:11px;display:grid}.privacy-strip{background:var(--green-pale);border:1px solid #dce9e1;border-radius:12px;align-items:center;gap:12px;margin-top:14px;padding:13px 16px;display:flex}.privacy-strip>span{background:var(--green);color:#fff;border-radius:50%;flex:0 0 25px;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.privacy-strip div{align-items:baseline;gap:8px;display:flex}.privacy-strip strong{color:var(--green-dark);font-size:10px}.privacy-strip p{color:#6b7c73;margin:0;font-size:9px}.related-tools{margin-top:44px}.empty-state{border-radius:var(--radius-md);min-height:220px;color:var(--muted);background:#ffffff80;border:1px dashed #ced9d3;align-content:center;place-items:center;gap:8px;display:grid}.empty-state span{color:var(--green);font-size:28px}.empty-state p{margin:0;font-size:11px}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.not-found>span{color:var(--green);letter-spacing:.14em;font-size:11px;font-weight:760}.not-found h1{letter-spacing:-.04em;margin:10px 0;font-size:35px}.not-found p{color:var(--muted);margin:0 0 24px;font-size:12px}.not-found a{background:var(--green);color:#fff;border-radius:10px;align-items:center;gap:7px;height:40px;padding:0 14px;font-size:10px;font-weight:650;display:inline-flex}.search-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#121c1757;justify-content:center;padding:12vh 20px 20px;display:flex;position:fixed;inset:0}.search-modal{background:#fff;border:1px solid #ffffffb3;border-radius:17px;width:min(620px,100%);height:-moz-fit-content;height:fit-content;animation:.15s ease-out modal-in;overflow:hidden;box-shadow:0 35px 100px #111d1747}@keyframes modal-in{0%{opacity:0;transform:translateY(-8px)scale(.99)}}.search-modal-input{border-bottom:1px solid var(--line-soft);height:60px;color:var(--muted);align-items:center;gap:11px;padding:0 17px;display:flex}.search-modal-input input{min-height:0;box-shadow:none;background:0 0;border:0;flex:1;padding:0;font-size:13px}.search-modal-input input:focus{box-shadow:none}.search-modal-input button{width:30px;height:30px;color:var(--muted);cursor:pointer;background:#f3f6f4;border:0;border-radius:8px;place-items:center;display:grid}.search-results{max-height:430px;padding:8px;overflow-y:auto}.search-results>button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;grid-template-columns:38px 1fr 18px;align-items:center;gap:11px;width:100%;padding:10px;display:grid}.search-results>button:hover,.search-results>button.active{background:var(--green-pale)}.search-result-icon{background:var(--green-soft);width:38px;height:38px;color:var(--green);border-radius:10px;place-items:center;display:grid}.search-results button>span:nth-child(2){flex-direction:column;gap:3px;display:flex}.search-results strong{font-size:11px}.search-results small{color:var(--muted);font-size:9px}.search-results button>svg{color:#9da7a2}.search-empty{color:var(--muted);text-align:center;padding:42px;font-size:11px}.search-footer{border-top:1px solid var(--line-soft);color:var(--muted);background:#fafbfa;gap:15px;padding:10px 16px;font-size:8px;display:flex}.search-footer span{align-items:center;gap:4px;display:flex}.toast{z-index:120;color:#fff;background:#1c2922;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:10px;animation:.17s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:26px;box-shadow:0 12px 35px #16281f3d}.toast span{background:#43ad79;border-radius:50%;place-items:center;width:18px;height:18px;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@media (max-width:760px){.home-hero{flex-direction:column;align-items:flex-start;min-height:0;padding:28px}.hero-copy h1{font-size:41px}.hero-stats{grid-template-columns:repeat(3,1fr);width:100%}.hero-stats div:first-child{grid-row:auto}.home-search{margin:-1px 16px 0}.tool-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-strip div{display:block}.privacy-strip p{margin-top:3px}}@media (max-width:520px){.home-hero{padding:24px 20px}.hero-copy h1{font-size:35px}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div:first-child{grid-column:span 2}.home-search{margin-inline:9px;padding-inline:13px}.home-search kbd{display:none}.category-grid{grid-template-columns:1fr}.tool-header{flex-direction:column;align-items:flex-start}.tool-favorite{align-self:stretch}.tool-surface{border-radius:14px;padding:17px}.listing-header{align-items:flex-start}.listing-icon{flex-basis:48px;width:48px;height:48px}.search-backdrop{padding:8vh 12px 12px}.search-footer{display:none}.toast{white-space:nowrap;bottom:18px;left:50%;right:auto;transform:translate(-50%)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}}.tool-module{min-width:0}.tool-toolbar,.hash-controls{align-items:center;gap:14px;margin-bottom:24px;display:flex}.tool-toolbar .segmented,.hash-controls .segmented{margin-bottom:0}.inline-select{color:var(--muted);align-items:center;gap:7px;font-size:9px;font-weight:650;display:flex}.inline-select select{background-color:#fff;border-radius:8px;width:auto;min-height:34px;padding:0 28px 0 10px;font-size:9px}.validation-status{color:var(--muted);align-items:center;gap:5px;margin-left:auto;font-size:9px;font-weight:650;display:inline-flex}.validation-status.valid{color:var(--green)}.validation-status.invalid{color:var(--red)}.field-group{flex-direction:column;gap:9px;margin-bottom:24px;display:flex}.field-group:last-child{margin-bottom:0}.field-label{color:#3b4641;justify-content:space-between;align-items:center;gap:12px;font-size:11px;font-weight:650;display:flex}.field-label small{color:var(--muted-light);font-size:9px;font-weight:450}.input-row{grid-template-columns:1fr auto;gap:10px;display:grid}.secondary-button,.primary-button,.copy-button,.text-button,.swap-button{cursor:pointer;border:0;transition:all .15s}.secondary-button{color:#53605a;background:#fff;border:1px solid #d5ded9;border-radius:9px;min-height:40px;padding:0 14px;font-size:10px;font-weight:620}.secondary-button:hover{background:#f7faf8;border-color:#a9bbb1}.primary-button{background:var(--green);color:#fff;border-radius:10px;height:44px;padding:0 24px;font-size:10px;font-weight:680;box-shadow:0 6px 16px #1f765424}.primary-button:hover{background:var(--green-dark)}.copy-button{color:#66726c;background:0 0;border-radius:7px;justify-content:center;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:600;display:inline-flex}.copy-button:hover{color:var(--green);background:var(--green-soft)}.text-button{color:#78817d;background:0 0;align-self:flex-start;padding:4px 2px;font-size:9px}.text-button:hover{color:var(--red)}.field-error{color:var(--red);margin:-14px 0 20px;font-size:10px}.field-error.standalone{margin:14px 0 0}.json-error{color:var(--red);background:#fff1f1;border-radius:9px;align-items:center;gap:7px;margin:14px 0 0;padding:10px 12px;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;display:flex}.live-strip{background:#f2f7f4;border:1px solid #dfebe4;border-radius:11px;grid-template-columns:1fr auto auto;align-items:center;gap:18px;margin-bottom:26px;padding:13px 14px;display:grid}.live-strip>div{color:#5b6962;font-size:10px}.status-dot{background:#31a56f;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block;box-shadow:0 0 0 4px #31a56f1a}.live-strip strong{color:var(--green-dark);letter-spacing:.02em;font-family:SFMono-Regular,Consolas,monospace;font-size:15px}.result-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.result-card{border:1px solid var(--line-soft);background:#fbfcfb;border-radius:11px;flex-direction:column;justify-content:center;gap:9px;min-width:0;min-height:92px;padding:16px 46px 16px 16px;display:flex;position:relative}.result-card>span{color:#7d8782;font-size:9px;font-weight:600}.result-card code{color:#25302b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.result-card .copy-button{position:absolute;top:10px;right:9px}.result-card.wide{grid-column:span 2}.timezone-grid{grid-template-columns:1fr 42px 1fr;align-items:end;gap:12px;display:grid}.timezone-grid .field-group{margin-bottom:24px}.swap-button{width:38px;height:38px;color:var(--green);background:#fff;border:1px solid #d7dfda;border-radius:50%;place-items:center;margin-bottom:27px;display:grid}.swap-button:hover{background:var(--green-soft);transform:rotate(180deg)}.timezone-result{background:linear-gradient(135deg,#edf7f2,#f7fbf9);border:1px solid #cee2d7;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.timezone-result>div{flex-direction:column;gap:7px;min-width:0;display:flex}.timezone-result span{color:var(--green);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.timezone-result strong{letter-spacing:-.025em;font-size:clamp(15px,2.5vw,22px)}.timezone-result small{color:#6f7d76;font-family:SFMono-Regular,Consolas,monospace;font-size:9px}.segmented{background:#eef2ef;border-radius:9px;gap:3px;width:-moz-fit-content;width:fit-content;margin-bottom:24px;padding:3px;display:flex}.segmented button{color:#6d7772;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:106px;padding:8px 14px;font-size:10px;font-weight:600}.segmented button.active{color:var(--green-dark);background:#fff;box-shadow:0 2px 8px #142a1f14}.wide-tabs button{min-width:92px}.editor-grid{grid-template-columns:1fr 24px 1fr;align-items:center;gap:12px;display:grid}.editor-panel{flex-direction:column;gap:9px;min-width:0;display:flex}.editor-arrow{background:var(--green-soft);width:24px;height:24px;color:var(--green);border-radius:50%;place-items:center;display:grid}.output-panel textarea{background:#f7faf8}.output-panel .copy-button{align-self:flex-end}.compact-textarea,.hash-textarea{min-height:120px}.query-result{border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.query-row{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(120px,.45fr) 1fr;min-height:42px;display:grid}.query-row:last-child{border-bottom:0}.query-row code,.query-row span{overflow-wrap:anywhere;align-items:center;min-width:0;padding:10px 13px;font-size:10px;display:flex}.query-row code{color:var(--green-dark);background:#f8faf9;font-weight:650}.query-row span{border-left:1px solid var(--line-soft);color:var(--ink-soft)}.query-empty{color:var(--muted);text-align:center;padding:34px;font-size:10px}.hash-controls{justify-content:space-between}.file-drop{min-height:176px;color:var(--green);cursor:pointer;background:#fafcfb;border:1px dashed #bfcfc6;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:7px;margin-bottom:22px;transition:all .15s;display:flex;position:relative}.file-drop:hover{background:var(--green-pale);border-color:#75a98f}.file-drop strong{color:var(--ink-soft);font-size:11px}.file-drop span{color:var(--muted);font-size:9px}.file-drop input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.hash-results{grid-template-columns:1fr;gap:10px;display:grid}.hash-results .result-card code{white-space:normal;overflow-wrap:anywhere;line-height:1.55}.generator-options{border:1px solid var(--line-soft);background:#fafbfa;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:14px;margin-bottom:24px;padding:18px;display:flex}.compact-field{width:126px;margin:0}.checkboxes{flex-wrap:wrap;align-items:center;gap:14px;min-height:44px;padding:0 4px;display:flex}.checkboxes label{color:#53605a;cursor:pointer;align-items:center;gap:6px;font-size:10px;display:flex}.checkboxes input{width:15px;min-height:15px;accent-color:var(--green)}.results-list{border:1px solid var(--line-soft);border-radius:12px;overflow:hidden}.results-header{border-bottom:1px solid var(--line-soft);color:#67716c;background:#f5f7f5;justify-content:space-between;align-items:center;min-height:43px;padding:0 10px 0 14px;font-size:9px;font-weight:650;display:flex}.result-row{border-bottom:1px solid #f0f2f1;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;min-height:46px;padding:0 8px 0 0;display:grid}.result-row:last-child{border-bottom:0}.result-row>span{color:#a0a6a3;background:#fafbfa;align-self:stretch;place-items:center;font-family:SFMono-Regular,Consolas,monospace;font-size:8px;display:grid}.result-row code{color:#34403a;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:0 12px;font-size:10px;overflow:hidden}.diff-inputs{grid-template-columns:1fr 1fr;gap:14px;display:grid}.diff-inputs textarea{min-height:180px}.diff-toolbar{justify-content:space-between;align-items:center;gap:14px;margin:18px 0 10px;display:flex}.diff-toolbar>div{gap:8px;display:flex}.added-badge,.removed-badge{border-radius:7px;padding:5px 9px;font-size:9px;font-weight:650}.added-badge{color:#25704f;background:#e5f5ec}.removed-badge{color:#a34a4a;background:#faeaea}.diff-view{border:1px solid var(--line);background:#fbfcfb;border-radius:10px;max-height:390px;overflow:auto}.diff-line{border-bottom:1px solid #eff2f0;grid-template-columns:42px 42px 26px minmax(0,1fr);min-width:550px;min-height:27px;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;display:grid}.diff-line:last-child{border-bottom:0}.diff-line.added{background:#edf8f2}.diff-line.removed{background:#fff0f0}.line-number{color:#9aa29e;-webkit-user-select:none;user-select:none;border-right:1px solid #0000000d;place-items:center;font-size:8px;display:grid}.diff-mark{color:#8f9793;-webkit-user-select:none;user-select:none;place-items:center;display:grid}.diff-line.added .diff-mark{color:#2c8a5f}.diff-line.removed .diff-mark{color:#c25353}.diff-line code{white-space:pre-wrap;overflow-wrap:anywhere;padding:6px 10px}@media (max-width:600px){.tool-toolbar{flex-wrap:wrap;align-items:flex-start}.validation-status{width:100%;margin-left:0}.hash-controls{flex-direction:column;align-items:stretch}.hash-controls .inline-select{justify-content:space-between}.wide-tabs{width:100%}.wide-tabs button{flex:1;min-width:0}.input-row,.result-grid,.timezone-grid,.editor-grid,.diff-inputs{grid-template-columns:1fr}.result-card.wide{grid-column:auto}.live-strip{grid-template-columns:1fr auto}.live-strip .copy-button{grid-column:2}.timezone-grid{gap:0}.timezone-grid .field-group{margin-bottom:14px}.swap-button{margin:-4px 0 10px;transform:rotate(90deg)}.swap-button:hover{transform:rotate(270deg)}.timezone-result{align-items:flex-start;padding:17px}.timezone-result strong{font-size:15px;line-height:1.45}.editor-arrow{justify-self:center;transform:rotate(90deg)}.diff-inputs textarea{min-height:150px}.generator-options{align-items:stretch}.compact-field{width:calc(50% - 7px)}.checkboxes,.generator-options .primary-button{width:100%}.query-row{grid-template-columns:1fr}.query-row span{border-top:1px solid var(--line-soft);border-left:0}}
