#root{width:100%;max-width:100vw;margin:0 auto;color:var(--text-primary);background-color:var(--background);height:100vh;max-height:100vh;[data-theme=dark] & [data-mode=send] &{background:#1e293b}[data-theme=dark] & [data-mode=receive] &{background:#334155}[data-theme=light] & [data-mode=send] &{background:#dcebff}[data-theme=light] & [data-mode=receive] &{background:#f1f5f9}svg:hover{path{mix-blend-mode:difference}circle{mix-blend-mode:difference}rect{mix-blend-mode:difference}}}:root{line-height:1.5;font-weight:400;margin:0;font-family:Poppins,sans-serif;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:var(--link);text-decoration:inherit}a:hover{color:var(--link-hover)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--surface);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--background)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:var(--text-primary);background-color:var(--background)}a:hover{color:var(--link-hover)}button{background-color:var(--surface)}}::-webkit-scrollbar{width:8px;border-radius:6px;height:10px}::-webkit-scrollbar-track{border-radius:6px;background:var(--disabled-text)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#555}:root,[data-theme=light]{--primary: #e0fbfc;--secondary: #35789e;--accent: #d9533f;--accent-light: #ee917b;--surface: #7a95c5;--constant-white: #fffbfb;--link: #0684cb;--link-hover: #0655cb;--background: #eef4ff;--background-opacity07: rgba(50, 94, 170, .7);--background-opacity04: rgba(50, 94, 170, .4);--background-light: #c4d6f5;--background-light2: #aac3ec;--background-lighter: #99b0cc;--text-primary: #293f5d;--text-primary-darker: #627ca6;--text-secondary: #276798;--text-placeholder: rgba(75, 111, 143, .64);--border: #2e5269;--success: #4caf50;--warning: #ffb703;--error: #f85d5d;--info: #2782de;--disabled: #a0aab0;--disabled-text: #5f6365;--white: #000000}[data-theme=dark]{--primary: #3d5a80;--secondary: #98c1d9;--accent: #ee6c4d;--accent-light: #eeac9d;--surface: #fff0ee;--constant-white: #fffbfb;--link: #0684cb;--link-hover: #0655cb;--background: #293241;--background-opacity07: rgba(41, 50, 65, .7);--background-opacity04: rgba(41, 50, 65, .4);--background-light: #6d85ad;--background-light2: color-mix(in srgb, var(--background-light), hsl(230, 30%, 30%) 50%);--background-lighter: #3b4a64;--text-primary: #e0fbfc;--text-primary-darker: #a0b5b6;--text-secondary: #3d5a80;--text-placeholder: rgba(186, 197, 209, .67);--border: #98c1d9;--success: #4caf50;--warning: #ffb703;--error: #f85d5d;--info: #2782de;--disabled: #a0aab0;--disabled-text: #5f6365;--white: #ffffff}
