:root{--background:#0d0b10;--foreground:#f8eedf;--muted-text:#c6b6a3;--surface:#ffffff08;--surface-strong:#ffffff0f;--surface-border:#f5dec51f;--surface-border-strong:#f5dec533;--accent:#f6b85d;--accent-deep:#d87b34;--accent-ink:#261409;--shadow-soft:0 18px 50px #00000042;--radius-xl:28px;--radius-lg:20px;--container-width:1120px;--header-height:88px;--font-geist-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-geist-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}html{background:radial-gradient(circle at top,#e68d492e,#0000 30%),radial-gradient(circle at 100% 100%,#b8552324,#0000 25%),#0d0b10;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-geist-sans), sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}.site-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}::selection{background:#f6b85d52}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px;outline:2px solid #f6b85dcc}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.site-main--lab{display:flex}.site-tool-locale{top:14px;z-index:24;pointer-events:none;position:fixed;inset-inline-end:16px}.site-tool-locale>.site-locale-switcher{pointer-events:auto}.site-container{width:min(calc(100% - 32px), var(--container-width));margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#0d0b10f0,#0d0b10bd);border-bottom:1px solid #f5dec514;position:sticky;top:0}.site-header__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:16px;display:flex}.site-header__navs{justify-items:end;gap:6px;display:grid}.site-header__topline{justify-content:flex-end;align-items:center;gap:10px;display:flex}.site-header__signal{color:var(--muted-text);font-size:12px;line-height:1.4}.site-brand{align-items:center;gap:10px;display:inline-flex}.site-brand__mark{background:linear-gradient(135deg, var(--accent), var(--accent-deep));width:38px;height:38px;color:var(--accent-ink);letter-spacing:-.04em;box-shadow:var(--shadow-soft);border-radius:14px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.site-brand__text{flex-direction:column;gap:3px;display:flex}.site-brand__text strong{letter-spacing:-.03em;font-size:16px}.site-brand__text span{color:var(--muted-text);font-size:12px}.site-nav{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.site-nav a{border:1px solid var(--surface-border);background:var(--surface);min-height:34px;color:var(--foreground);border-radius:999px;align-items:center;padding:0 12px;font-size:13px;transition:transform .2s,border-color .2s,background .2s;display:inline-flex}.site-nav a:hover{border-color:var(--surface-border-strong);background:var(--surface-strong);transform:translateY(-1px)}.site-nav--actions{gap:8px}.site-nav__action--accent{background:#f6b85d1a;border-color:#f6b85d47}.site-locale-switcher{justify-content:flex-end;margin-inline-start:auto;display:inline-flex;position:relative}.site-locale-switcher__trigger{border:1px solid var(--surface-border);background:var(--surface);min-width:124px;min-height:38px;color:var(--foreground);cursor:pointer;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 12px;transition:transform .2s,border-color .2s,background .2s;display:inline-grid}.site-locale-switcher__trigger:hover:not(:disabled){border-color:var(--surface-border-strong);background:var(--surface-strong);transform:translateY(-1px)}.site-locale-switcher__trigger:disabled{opacity:.7;cursor:progress}.site-locale-switcher[data-open=true] .site-locale-switcher__trigger{background:#f6b85d1a;border-color:#f6b85d47}.site-locale-switcher__flag,.site-locale-switcher__optionFlag{font-size:16px}.site-locale-switcher__triggerCopy,.site-locale-switcher__optionCopy{text-align:start;gap:2px;min-width:0;display:grid}.site-locale-switcher__triggerCopy strong,.site-locale-switcher__optionCopy strong{letter-spacing:-.02em;font-size:13px}.site-locale-switcher__triggerCopy small,.site-locale-switcher__optionCopy small,.site-locale-switcher__panelHeader span{color:var(--muted-text);font-size:11px;line-height:1.3}.site-locale-switcher__chevron{color:var(--muted-text);font-size:11px;transition:transform .2s}.site-locale-switcher__chevron--open{transform:rotate(180deg)}.site-locale-switcher__backdrop{z-index:29;background:#0a070d8c;border:0;position:fixed;inset:0}.site-locale-switcher__backdrop[hidden],.site-locale-switcher__panel[hidden]{display:none}.site-locale-switcher__panel{top:calc(100% + 10px);border:1px solid var(--surface-border-strong);width:min(320px,100vw - 32px);box-shadow:var(--shadow-soft);z-index:30;background:linear-gradient(#141118fa,#0c0a10fa);border-radius:20px;gap:14px;padding:16px;display:grid;position:absolute;inset-inline-end:0}.site-locale-switcher__panelHeader{gap:3px;display:grid}.site-locale-switcher__panelHeader strong{letter-spacing:-.02em;font-size:14px}.site-locale-switcher__list{gap:8px;display:grid}.site-locale-switcher__option{border:1px solid var(--surface-border);width:100%;color:var(--foreground);cursor:pointer;text-align:start;background:#ffffff08;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 12px;transition:transform .2s,border-color .2s,background .2s;display:grid}.site-shell[data-site-dir=rtl][data-site-chrome=shared] .site-header__navs{justify-items:start}.site-shell[data-site-dir=rtl][data-site-chrome=shared] .site-header__topline,.site-shell[data-site-dir=rtl][data-site-chrome=shared] .site-nav{justify-content:flex-start}.site-shell[data-site-dir=rtl][data-site-chrome=shared] .site-locale-switcher{justify-content:flex-start;margin-inline-start:0}.site-shell[data-site-dir=rtl][data-site-chrome=shared] .site-locale-switcher__panel{inset-inline:0 auto}.site-locale-switcher__option:hover{border-color:var(--surface-border-strong);background:#ffffff0d;transform:translateY(-1px)}.site-locale-switcher__option--active{background:#f6b85d1a;border-color:#f6b85d4d}.site-locale-switcher__optionState{color:var(--muted-text);white-space:nowrap;font-size:13px}.site-footer{border-top:1px solid #f5dec514;padding:16px 0 22px}.site-footer__inner{gap:10px;padding:12px 0 0;display:grid}.site-footer__summary{gap:6px;display:grid}.site-footer__signal{gap:8px;display:grid}.site-footer__signal strong,.site-footer__summary strong{letter-spacing:-.02em;font-size:14px}.site-footer__summary p,.site-footer__signal p,.site-footer__meta{color:var(--muted-text);font-size:12px;line-height:1.4}.site-footer__links{flex-wrap:wrap;gap:8px;display:flex}.site-footer__links a{border:1px solid var(--surface-border);background:var(--surface);border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;display:inline-flex}.site-footer__meta{flex-wrap:wrap;gap:10px 16px;display:flex}.tool-section{border-radius:var(--radius-xl);border:1px solid var(--surface-border);background:var(--surface);gap:18px;padding:24px;display:grid}.tool-section__heading{gap:8px;display:grid}.tool-section__heading h2{letter-spacing:-.03em;font-size:24px}.tool-section__heading p{color:var(--muted-text);line-height:1.7}.tool-faq{gap:18px;display:grid}.tool-faq__list{gap:14px;display:grid}.tool-faq__item{border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #f5dec51a;gap:8px;padding:20px 22px;display:grid}.tool-faq__item h3{letter-spacing:-.02em;font-size:17px}.tool-faq__item p{color:var(--muted-text);line-height:1.7}@media (max-width:780px){.site-header__inner{flex-direction:column;align-items:flex-start;padding:16px 0}.site-header__navs{justify-items:stretch;width:100%}.site-header__topline{flex-wrap:wrap;justify-content:space-between}.site-nav{justify-content:flex-start;width:100%}}@media (max-width:640px){.site-tool-locale{top:10px;justify-content:flex-end;display:flex;inset-inline:12px}.site-container{width:min(calc(100% - 24px), var(--container-width))}.site-nav a{min-height:36px;padding-inline:12px;font-size:13px}.site-header__signal{font-size:12px}.site-locale-switcher{justify-content:flex-end}.site-locale-switcher__trigger{gap:8px;min-width:0;padding-inline:11px}.site-locale-switcher__triggerCopy small{display:none}.site-locale-switcher__panel{top:auto;bottom:12px;border-radius:22px 22px 18px 18px;width:auto;max-height:min(70vh,440px);position:fixed;inset-inline:12px;overflow-y:auto}.tool-section{padding:20px}}
