
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    text-decoration: none;
}

p {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    white-space: normal;
}

input {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    color: inherit;
    font: inherit;
    outline: none;
    transition: none;
}


svg[data-lastpass-icon="true"] {
    display: none !important;
}

textarea {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    resize: none;
    background: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    box-shadow: none;

}

button {
    cursor: pointer;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    color: inherit;
    font: inherit;
    outline: none;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.45;
    scroll-behavior: smooth;

}


img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
a {
    color: inherit;
    text-decoration: none;
}
