:root{--color-bg:#fff;--color-bg-secondary:#f1f1f4;--color-text:#000;--color-hint:#8e8e93;--color-button:#3390ec;--color-button-text:#fff;--color-accent:#6b4fbb;--font-system:-apple-system, "Segoe UI", Roboto, "Noto Sans Hebrew", "Arial Hebrew", sans-serif}:root[data-scheme=dark]{--color-accent:#9d86e6}body{background:var(--color-bg);color:var(--color-text);font:17px/1.35 var(--font-system);margin:0}.shell,.screen{flex-direction:column;flex:1;display:flex}.shell{box-sizing:border-box;min-block-size:100dvh;max-inline-size:560px;padding-block:env(safe-area-inset-top) env(safe-area-inset-bottom);margin-inline:auto}.screen__body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding-inline:16px;display:flex}.screen__icon,.home__logo{background:var(--color-bg-secondary);block-size:56px;inline-size:56px;color:var(--color-accent);border-radius:50%;place-items:center;display:grid}.home__logo{background:var(--color-accent);color:#fff;border-radius:18px;block-size:64px;inline-size:64px;font-size:28px;font-weight:700}.screen__title,.screen__subtitle,.screen__text{margin:0;font-size:22px;font-weight:600;line-height:1.25}.screen__subtitle{font-size:17px}.screen__text{color:var(--color-hint);font-size:15px;font-weight:400;line-height:1.4}.screen__translation{border-block-start:1px solid var(--color-bg-secondary);align-self:stretch;padding-block-start:12px}.screen__action{background:var(--color-button);color:var(--color-button-text);font:600 17px/1 var(--font-system);text-align:center;cursor:pointer;border:0;border-radius:10px;margin:12px;padding-block:14px;text-decoration:none}.screen__action:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
