.card {
    background: rgb(255 255 255 / 72%);
    border: 1px solid rgb(182 213 255 / 78%);
    border-radius: 22px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    color: #174ea6;
    display: block;
    min-height: 72px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.home-card-img {
    align-items: center;
    background: rgb(220 244 255 / 88%);
    border: 2px solid rgb(119 199 255 / 72%);
    border-radius: 10px;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
    overflow: hidden;
    width: 30px;
}

.home-card-img img {
    display: block;
    height: 23px;
    object-fit: contain;
    opacity: 0.68;
    width: 23px;
}

.home-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
}

a.home-card {
    cursor: pointer;
    text-decoration: none;
    transition: filter 0.08s ease, transform 0.08s ease;
}

a.home-card:active {
    filter: brightness(0.98);
    transform: translateY(1px) scale(0.99);
}

.home-card-head {
    align-items: flex-start;
    display: flex;
    gap: 8px;
}

.home-card-title-box {
    align-items: center;
    display: flex;
    min-height: 34px;
    min-width: 0;
}

.home-card-title {
    color: #8d50f8;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.06;
}

.home-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 0;
}

.home-card-text {
    color: #2f5d6b;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.home-info-card {
    color: #2f5d6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    padding: 14px;
    max-height:fit-content;
}

.home-info-card h2 {
    color: #174ea6;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.home-info-card p {
    margin: 0;
}

.home-info-card h2 + p {
    margin-top: 8px;
}

.coming-soon-card {
    align-items: center;
    color: #2f5d6b;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 240px;
    padding: 18px;
    text-align: center;
}

.coming-soon-icon {
    flex-basis: 46px;
    height: 46px;
    width: 46px;
}

.coming-soon-icon img {
    height: 34px;
    width: 34px;
}

.coming-soon-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.coming-soon-badge {
    color: #ff6b00;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.coming-soon-card h1 {
    color: #174ea6;
    font-size: clamp(20px, 6vw, 26px);
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
}

.coming-soon-card p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.not-found-card {
    align-items: center;
    background: rgb(220 244 255 / 88%);
    border: 2px solid rgb(119 199 255 / 72%);
    border-radius: 18px;
    box-shadow: 0 3px 7px rgb(0 116 170 / 24%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.not-found-code {
    color: #c12ada;
    font-family: "Nunito", Arial, sans-serif;
    font-size: clamp(42px, 14vw, 72px);
    font-weight: 900;
    line-height: 0.95;
}

.not-found-card h1 {
    color: #174ea6;
    font-size: clamp(20px, 5vw, 28px);
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
}

.not-found-card p {
    color: #17456f;
    font-size: clamp(14px, 4vw, 16px);
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.contact-card,
.legal-card {
    color: #2f5d6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.legal-card {
    font-family: "Nunito", Arial, sans-serif;
}

.contact-card h1,
.legal-card h1 {
    color: #174ea6;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.legal-section {
    margin-top: 10px;
}

.legal-section h2 {
    color: #174ea6;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 8px;
}

.contact-card p,
.legal-card p {
    margin: 0;
}

.contact-card h1 + p,
.legal-card h1 + p,
.legal-card p + p,
.contact-card p + p {
    margin-top: 8px;
}

.contact-card--status {
    color: #174ea6;
}

.feedback-intro-card,
.feedback-form-card,
.feedback-post {
    color: #2f5d6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.feedback-intro-card h1,
.feedback-list-title {
    color: #174ea6;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.feedback-intro-card p {
    margin: 8px 0 0;
}

.feedback-list-title {
    border-bottom: 2px solid rgb(119 199 255 / 58%);
    padding: 2px 6px 6px;
}

.feedback-post {
    background: rgb(238 250 255 / 84%);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feedback-post--admin {
    background: rgb(227 255 221 / 86%);
    border-color: rgb(112 204 58 / 48%);
    margin-left: 18px;
}

.feedback-post--reply {
    border-radius: 16px;
}

.feedback-post-meta {
    align-items: center;
    border-bottom: 1px solid rgb(119 199 255 / 30%);
    color: #174ea6;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-bottom: 6px;
}

.feedback-post-meta strong {
    font-size: 13px;
    font-weight: 900;
    min-width: 0;
    overflow-wrap: anywhere;
}

.feedback-post-meta span {
    color: #6d7888;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
}

.feedback-post-text {
    color: #2f5d6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    overflow-wrap: anywhere;
}

.auth-card {
    color: #2f5d6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.auth-card--intro {
    text-align: center;
}

.auth-card h1,
.auth-card h2 {
    color: #9c27b0;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.auth-card h1 {
    font-size: 20px;
}

.auth-card h2 {
    font-size: 17px;
}

.auth-card p {
    margin: 0;
}

.auth-card h1 + p,
.auth-card h2 + p,
.auth-card p + p {
    margin-top: 8px;
}

.auth-card--forms {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-card--message {
    color: #174ea6;
}

.auth-intro-message {
    color: tomato;
}

.auth-profile-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-profile-card strong {
    color: #174ea6;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.15;
}

.auth-profile-card span {
    overflow-wrap: anywhere;
}

.premium-hero-card,
.premium-status-card,
.premium-feature-list-card,
.premium-plan-card {
    color: #2f5d6b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.premium-hero-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.premium-badge {
    align-items: center;
    background: rgb(255 237 173 / 86%);
    border: 1px solid rgb(255 255 255 / 78%);
    border-radius: 16px;
    color: #174ea6;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 6px;
    line-height: 1;
    padding: 7px 10px;
}

.premium-badge img {
    display: block;
    height: 18px;
    width: 18px;
}

.premium-hero-card h1,
.premium-status-card h2,
.premium-feature-card h2,
.premium-plan-card h2 {
    color: #174ea6;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.premium-hero-card p,
.premium-status-card p,
.premium-feature-card p {
    margin: 0;
}

.premium-status-card strong {
    color: #174ea6;
    font-weight: 900;
}

.premium-status-warning {
    color: #ff634f;
    font-weight: 800;
}

.premium-feature-list-card {
    background: rgb(238 250 255 / 84%);
}

.premium-feature-card {
    align-items: center;
    background: rgb(220 244 255 / 78%);
    border: 1px solid rgb(119 199 255 / 58%);
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    min-height: 60px;
    padding: 8px;
}

.premium-feature-icon {
    align-items: center;
    background: rgb(255 255 255 / 74%);
    border: 2px solid rgb(119 199 255 / 72%);
    border-radius: 12px;
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.premium-feature-icon img {
    display: block;
    height: 29px;
    object-fit: contain;
    width: 29px;
}

.premium-feature-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.premium-feature-text strong {
    color: #174ea6;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.05;
}

.premium-feature-text small {
    color: #2f5d6b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.12;
}

.premium-feature-unlimited {
    background: rgb(178 238 109 / 82%);
    border: 1px solid rgb(112 204 58 / 48%);
    border-radius: 999px;
    color: #174ea6;
    flex: 0 0 auto;
    font-size: clamp(10px, 2.8vw, 12px);
    font-weight: 900;
    line-height: 1;
    padding: 6px 8px;
    text-align: center;
    white-space: nowrap;
}

.premium-plan-option {
    cursor: pointer;
    display: block;
    min-width: 0;
}

.premium-plan-option input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.premium-plan-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 154px;
    padding: 10px;
    transition: border-color 0.08s ease, filter 0.08s ease, transform 0.08s ease;
}

.premium-plan-option:active .premium-plan-card {
    filter: brightness(0.98);
    transform: translateY(1px) scale(0.99);
}

.premium-plan-option input:checked + .premium-plan-card {
    border: 2px solid rgb(32 201 28 / 76%);
    box-shadow: 0 3px 8px rgb(0 105 60 / 18%), inset 0 1px 0 rgb(255 255 255 / 42%);
}

.premium-plan-card--current {
    border: 2px solid rgb(32 201 28 / 76%);
    box-shadow: 0 3px 8px rgb(0 105 60 / 18%), inset 0 1px 0 rgb(255 255 255 / 42%);
}

.premium-plan-card--scheduled {
    border: 2px solid rgb(255 212 92 / 90%);
    box-shadow: 0 3px 8px rgb(255 175 0 / 18%), inset 0 1px 0 rgb(255 255 255 / 42%);
}

.premium-plan-card--year {
    background: rgb(255 246 168 / 84%);
    border-color: rgb(255 212 92 / 82%);
}

.premium-plan-badge {
    align-self: flex-start;
    background: rgb(255 255 255 / 72%);
    border: 1px solid rgb(119 199 255 / 46%);
    border-radius: 999px;
    color: #009587;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 6px 8px;
}

.premium-plan-card--year .premium-plan-badge {
    color: #ff6b00;
}

.premium-plan-title {
    color: #174ea6;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.08;
}

.premium-plan-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.premium-plan-price strong {
    color: #112f55;
    font-family: "Nunito", Arial, sans-serif;
    font-size: clamp(24px, 8vw, 32px);
    font-weight: 900;
    line-height: 1;
}

.premium-plan-price span {
    color: #546b82;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.05;
}

.premium-plan-old {
    color: #777;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: line-through;
}
