* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Segoe UI", system-ui, sans-serif;
    background: #f5f5f7;
    color: #1d1d1f;
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

.brand-logo {
    width: 36px;
    height: 36px;
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
}

.brand .brand-wordmark,
.admin-brand .brand-wordmark {
    color: inherit;
    font-family: "Arial Rounded MT Bold", "SF Pro Rounded", "Avenir Next", -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", system-ui, sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.gradient {
    background: linear-gradient(90deg, #007aff, #5856d6, #ff2d55);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
