:root {
  color-scheme: light;
  --hdp-berry: #5b0732;
  --hdp-berry-deep: #32031d;
  --hdp-pink: #e80b69;
  --hdp-coral: #ff7551;
  --hdp-orange: #ffa13f;
  --hdp-cream: #fff7d0;
  --hdp-gold: #ffd75e;
  --hdp-paper: #fffaf8;
  --hdp-text: #4d1732;
  --hdp-muted: #8a6174;
  --hdp-line: rgba(107, 7, 55, .13);
  --nav-height: 72px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

@font-face {
  font-family: "HDP Roboto Condensed";
  src: url("/assets/fonts/roboto-condensed-black-italic.woff2") format("woff2"),
       url("/assets/fonts/roboto-condensed-black-italic.woff") format("woff");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}

* { box-sizing: border-box; }
html { min-width: 0; min-height: 100%; background: #fff6ed; scroll-behavior: smooth; }
body { min-height: 100%; margin: 0; color: var(--hdp-text); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.site-nav {
  position: relative;
  z-index: 100;
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: rgba(91, 7, 50, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 12px 38px rgba(91, 7, 50, .18);
  backdrop-filter: blur(16px);
}
.site-brand { position: relative; display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; color: #fff; text-decoration: none; }
.site-brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--hdp-berry);
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff4a4, #ff8cbd 58%, #e92d94);
  box-shadow: 0 10px 28px rgba(34, 0, 17, .24), inset 0 1px rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.8px;
}
.site-brand-name { font-size: 14px; font-weight: 900; white-space: nowrap; }
.site-nav-toggle { display: none; }
.site-nav-links { min-width: 0; margin-left: auto; align-self: stretch; display: flex; overflow-x: auto; scrollbar-width: none; }
.site-nav-links::-webkit-scrollbar { display: none; }
.site-nav-link {
  position: relative;
  min-height: var(--nav-height);
  display: grid;
  place-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav-link:hover, .site-nav-link.is-active { color: #fff6b6; background: rgba(255, 255, 255, .07); }
.site-nav-link.is-active::after { content: ""; position: absolute; right: 10px; bottom: 0; left: 10px; height: 3px; background: linear-gradient(90deg, #fff3a1, var(--hdp-gold), var(--hdp-coral)); }
.mobile-nav-label { display: none; }

.portal-body {
  overflow-x: hidden;
  color: var(--hdp-text);
  background:
    radial-gradient(circle at 9% 8%, rgba(255, 233, 143, .55), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(255, 108, 105, .22), transparent 28rem),
    linear-gradient(145deg, #fff8ed, #fff0ef 48%, #fff7e7);
}
.portal-atmosphere { position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .36; background-image: radial-gradient(rgba(232, 11, 105, .22) .8px, transparent 1px); background-size: 7px 7px; mask-image: linear-gradient(120deg, #000, transparent 65%); }
.portal-main { min-height: calc(100vh - var(--nav-height) - 80px); padding: 68px 22px 90px; }
.portal-shell { width: min(1180px, 100%); margin: 0 auto; }
.portal-shell-wide { width: min(1360px, 100%); }
.portal-shell-auth { width: min(1480px, 100%); }
.portal-eyebrow { margin: 0 0 16px; color: var(--hdp-pink); font-size: 11px; font-weight: 950; letter-spacing: 2.4px; text-transform: uppercase; }
.portal-title { max-width: 850px; margin: 0; color: var(--hdp-berry); font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(48px, 7vw, 82px); font-weight: 900; line-height: .94; letter-spacing: -.035em; text-transform: uppercase; }
.portal-title-brand {
  color: var(--hdp-berry);
  font-family: "HDP Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  line-height: .96;
  letter-spacing: -.015em;
  word-spacing: .12em;
  -webkit-text-stroke: .009em var(--hdp-berry-deep);
  text-shadow: .035em .045em 0 rgba(255, 193, 83, .8), 0 12px 28px rgba(91, 7, 50, .14);
}
.portal-lead { max-width: 720px; margin: 23px 0 37px; color: var(--hdp-muted); font-size: 17px; line-height: 1.7; }
.portal-card {
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(115, 7, 57, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 26px 70px rgba(101, 10, 51, .11), inset 0 1px rgba(255, 255, 255, .9);
}
.portal-card + .portal-card { margin-top: 18px; }
.portal-card-copy { margin: 0 0 23px; color: var(--hdp-muted); line-height: 1.65; }

.portal-form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.field-label { color: var(--hdp-berry); font-size: 12px; font-weight: 900; letter-spacing: .4px; }
.field-note { color: var(--hdp-muted); font-size: 11px; line-height: 1.5; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 0 15px; color: var(--hdp-text); border: 1px solid rgba(91, 7, 50, .16); border-radius: 13px; outline: 0; background: #fffaf8; box-shadow: inset 0 2px 6px rgba(91, 7, 50, .035); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--hdp-pink); box-shadow: 0 0 0 4px rgba(232, 11, 105, .1); }
.portal-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; color: var(--hdp-berry); border: 0; border-radius: 999px; background: linear-gradient(105deg, #fff3a1, var(--hdp-gold) 58%, #ffae45); box-shadow: 0 14px 30px rgba(147, 40, 47, .18); cursor: pointer; font-size: 13px; font-weight: 950; text-decoration: none; }
.portal-button:hover { filter: brightness(1.03); transform: translateY(-1px); }
.portal-button:disabled { cursor: not-allowed; filter: grayscale(.2); opacity: .65; transform: none; }
.portal-button-secondary { color: var(--hdp-berry); border: 1px solid rgba(91, 7, 50, .14); background: #fff; box-shadow: none; }
.portal-button-link { text-align: center; }
.notice { margin-bottom: 18px; padding: 15px 17px; border: 1px solid; border-radius: 13px; font-size: 13px; line-height: 1.55; }
.notice ul { margin: 0; padding-left: 20px; }
.notice-error { color: #7b173c; border-color: rgba(180, 36, 85, .22); background: #fff0f3; }
.notice-success { color: #155c45; border-color: rgba(26, 138, 98, .2); background: #effbf5; }
.notice-info { color: #744613; border-color: rgba(197, 126, 34, .2); background: #fff8e7; }

.auth-layout { width: 100%; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .72fr); gap: clamp(48px, 6vw, 110px); align-items: center; }
.auth-intro { padding: 12px 0; }
.portal-shell-auth .portal-title { max-width: 820px; font-size: clamp(72px, 6vw, 110px); }
.portal-shell-auth .portal-lead { max-width: 760px; }
.auth-kicker, .auth-card-label, .status-chip { display: inline-flex; align-items: center; gap: 8px; color: var(--hdp-pink); font-size: 10px; font-weight: 950; letter-spacing: 1.6px; text-transform: uppercase; }
.auth-kicker > span, .status-chip > span { width: 8px; height: 8px; border-radius: 50%; background: var(--hdp-gold); box-shadow: 0 0 0 5px rgba(255, 215, 94, .2), 0 0 18px rgba(255, 177, 66, .5); }
.auth-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 31px; }
.auth-benefit { display: grid; gap: 10px; align-content: start; padding: 16px 13px; border: 1px solid var(--hdp-line); border-radius: 16px; background: rgba(255, 255, 255, .54); }
.auth-benefit-icon, .auth-card-emblem { width: 42px; height: 42px; display: grid; place-items: center; color: var(--hdp-pink); border-radius: 13px; background: rgba(232, 11, 105, .08); }
.auth-benefit-icon svg, .auth-card-emblem svg, .auth-input svg, .auth-trust svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.auth-benefit strong { display: block; margin-bottom: 4px; color: var(--hdp-berry); font-size: 12px; }
.auth-benefit div span { color: var(--hdp-muted); font-size: 11px; line-height: 1.45; }
.auth-card { padding: 30px; }
.auth-card-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.auth-card-head h2 { margin: 4px 0 0; color: var(--hdp-berry); font-size: 25px; }
.auth-input { position: relative; display: block; }
.auth-input svg { position: absolute; z-index: 1; top: 14px; left: 14px; color: #b06584; }
.auth-input input { padding-left: 45px; }
.auth-submit { width: 100%; justify-content: space-between; }
.auth-register { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--hdp-line); color: var(--hdp-muted); font-size: 12px; }
.auth-register a { color: var(--hdp-pink); font-weight: 900; }
.auth-trust { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0 0; color: var(--hdp-muted); font-size: 10px; line-height: 1.45; }
.auth-trust svg { width: 16px; height: 16px; flex: 0 0 auto; color: #2a9c73; }
.account-welcome { display: flex; align-items: center; gap: 14px; margin-bottom: 25px; }
.account-avatar { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, var(--hdp-pink), var(--hdp-coral)); font-weight: 950; }
.account-name { color: var(--hdp-berry); font-weight: 900; }
.account-name-large { font-size: 20px; }
.auth-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.auth-actions form { margin: 0; }
.auth-actions .portal-button { width: 100%; }

.invite-help { position: relative; }
.invite-help summary { color: var(--hdp-pink); cursor: pointer; font-size: 11px; font-weight: 850; }
.invite-help p { position: absolute; z-index: 5; top: 22px; right: 0; width: 280px; margin: 0; padding: 13px; color: var(--hdp-muted); border: 1px solid var(--hdp-line); border-radius: 12px; background: #fff; box-shadow: 0 16px 35px rgba(91, 7, 50, .14); font-size: 11px; line-height: 1.5; }

.service-card { padding: clamp(26px, 5vw, 46px); }
.service-hero { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 24px; align-items: start; }
.service-hero-text { grid-template-columns: 1fr; }
.service-icon { width: 82px; height: 82px; display: grid; place-items: center; color: var(--hdp-pink); border: 1px solid rgba(232, 11, 105, .15); border-radius: 24px; background: linear-gradient(145deg, rgba(255, 215, 94, .28), rgba(255, 117, 81, .12)); }
.service-icon svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-hero h2 { margin: 11px 0 9px; color: var(--hdp-berry); font-size: 30px; }
.service-hero p { margin: 0; color: var(--hdp-muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.service-info { padding: 18px; border: 1px solid var(--hdp-line); border-radius: 16px; background: #fff9f4; }
.service-info strong { display: block; margin-bottom: 7px; color: var(--hdp-pink); font-size: 11px; letter-spacing: .6px; text-transform: uppercase; }
.service-info span { color: var(--hdp-muted); font-size: 13px; line-height: 1.5; }
.requirements-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-disabled-button { width: 100%; margin-top: 18px; }
.support-topics { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--hdp-line); }
.support-topics h3 { margin: 0; color: var(--hdp-berry); }
.support-topics .service-grid { margin-top: 14px; }
.support-note { display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr); gap: 16px; margin-top: 16px; padding: 18px; border: 1px solid rgba(232, 11, 105, .13); border-radius: 16px; background: rgba(255, 215, 94, .13); }
.support-note strong { color: var(--hdp-pink); }
.support-note span { color: var(--hdp-muted); font-size: 13px; line-height: 1.55; }

.account-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--hdp-line); }
.link-button { color: var(--hdp-pink); font-weight: 850; }
.character-chip { display: inline-flex; gap: 8px; margin: 0 0 20px; padding: 9px 13px; color: #18523f; border: 1px solid rgba(42, 156, 115, .18); border-radius: 999px; background: rgba(42, 156, 115, .08); font-size: 12px; }
.payment-result { margin-top: 14px; padding: 18px; border: 1px solid rgba(232, 11, 105, .12); border-radius: 15px; background: #fff8f2; }
.payment-result strong { display: block; margin-top: 4px; color: var(--hdp-pink); font-size: 30px; }
.payment-rate { color: var(--hdp-muted); font-size: 12px; }

.avatar-layout { display: grid; grid-template-columns: minmax(240px, 320px) minmax(0, 1fr); gap: 28px; align-items: start; }
.avatar-preview-card { display: grid; justify-items: center; gap: 15px; padding: 24px; border: 1px solid var(--hdp-line); border-radius: 22px; background: linear-gradient(145deg, #fffdf9, #fff0f1); }
.avatar-preview-frame { width: 215px; height: 255px; overflow: hidden; border: 7px solid #fff; border-radius: 24px; background: linear-gradient(145deg, #ffd75e, #f33d70); box-shadow: 0 18px 40px rgba(91, 7, 50, .18); }
.avatar-preview-frame img { width: 100%; height: 100%; display: block; }
.avatar-preview-empty { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; font-size: 78px; font-weight: 950; text-shadow: 0 4px 16px rgba(91, 7, 50, .25); }
.avatar-preview-caption { margin: 0; color: var(--hdp-muted); font-size: 12px; line-height: 1.5; text-align: center; }
.avatar-editor h2 { margin: 0 0 9px; color: var(--hdp-berry); font-size: 30px; }
.avatar-upload-box { display: block; padding: 24px; border: 2px dashed rgba(232, 11, 105, .3); border-radius: 18px; background: #fffaf8; cursor: pointer; text-align: center; }
.avatar-upload-box:hover { border-color: var(--hdp-pink); background: #fff5f7; }
.avatar-upload-box strong { display: block; margin-bottom: 6px; color: var(--hdp-pink); }
.avatar-upload-box span { color: var(--hdp-muted); font-size: 12px; line-height: 1.55; }
.avatar-upload-box input { width: 100%; margin-top: 16px; color: var(--hdp-text); }
.avatar-rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.avatar-rule { padding: 13px; border: 1px solid var(--hdp-line); border-radius: 14px; background: #fff; }
.avatar-rule strong { display: block; margin-bottom: 4px; color: var(--hdp-berry); font-size: 11px; }
.avatar-rule span { color: var(--hdp-muted); font-size: 11px; line-height: 1.45; }
.avatar-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.avatar-actions form { margin: 0; }
.avatar-cache-note { margin: 18px 0 0; padding: 13px 15px; color: var(--hdp-muted); border-left: 3px solid var(--hdp-gold); background: #fff9eb; font-size: 12px; line-height: 1.55; }

.news-list { display: grid; gap: 18px; }
.news-article { scroll-margin-top: 20px; }
.news-article-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--hdp-muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.news-article-meta span { color: var(--hdp-pink); }
.news-article h2 { max-width: 980px; margin: 19px 0 14px; color: var(--hdp-berry); font-size: clamp(28px, 4vw, 43px); line-height: 1.05; }
.news-article p { max-width: 1080px; color: var(--hdp-muted); line-height: 1.72; }
.news-article .news-article-lead { color: var(--hdp-text); font-size: 17px; }

.future-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 30px; align-items: center; overflow: hidden; }
.future-number { margin: 0; color: #ffd66b; font-family: Impact, sans-serif; font-size: 130px; line-height: .8; text-shadow: 0 7px rgba(232, 11, 105, .12); }
.future-card h2 { margin: 13px 0 10px; color: var(--hdp-berry); font-size: 30px; }
.future-card p:last-child { color: var(--hdp-muted); line-height: 1.65; }

.portal-footer { position: relative; z-index: 2; padding: 62px 22px 24px; color: rgba(255, 255, 255, .74); background: linear-gradient(145deg, #32031d, #5b0732); }
.portal-footer-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .65fr); gap: 70px; align-items: start; }
.portal-footer-copy { max-width: 780px; }
.portal-footer-copy p { margin: 0 0 15px; font-size: 13px; font-weight: 500; line-height: 1.68; letter-spacing: 0; text-transform: none; }
.portal-footer-copy strong { color: #fff4bc; font-weight: 900; }
.portal-footer-social { padding: 26px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 24px; background: rgba(255, 255, 255, .055); box-shadow: inset 0 1px rgba(255, 255, 255, .08); }
.portal-footer-social-title { margin: 0 0 18px; color: #fff4bc; font-size: 15px; font-weight: 900; letter-spacing: .4px; }
.portal-social-list { display: grid; gap: 10px; }
.portal-social-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; color: #fff; border: 1px solid rgba(255, 255, 255, .1); border-radius: 15px; background: rgba(255, 255, 255, .06); font-size: 12px; font-weight: 850; letter-spacing: .3px; }
.portal-social-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 13px; box-shadow: inset 0 1px rgba(255, 255, 255, .22), 0 8px 20px rgba(10, 0, 8, .16); }
.portal-social-icon img { display: block; width: 23px; height: 23px; }
.portal-social-discord { background: #5865f2; }
.portal-social-telegram { background: #27a7e7; }
.portal-social-youtube { background: #ff0033; }
.portal-footer-bottom { width: min(1180px, 100%); margin: 42px auto 0; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 10px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase; }
.portal-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; }
.portal-footer a { color: #fff4bc; text-decoration: none; }
.portal-footer a:hover { color: #fff; }

@media (max-width: 900px) {
  :root { --nav-height: 62px; }
  .site-nav { gap: 8px; padding: 0 9px; }
  .site-brand-name { display: none; }
  .site-brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .site-nav-link { min-height: var(--nav-height); padding: 0 8px; font-size: 11px; }
  .desktop-nav-label { display: none; }
  .mobile-nav-label { display: inline; }
  .portal-main { padding-top: 48px; }
  .auth-layout { grid-template-columns: 1fr; gap: 30px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .avatar-layout { grid-template-columns: 240px minmax(0, 1fr); }
  .avatar-rules { grid-template-columns: 1fr; }
  .portal-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .portal-footer-social { max-width: 430px; }
}

@media (max-width: 620px) {
  :root { --nav-height: 60px; }
  .site-nav { min-height: var(--nav-height); display: flex; gap: 10px; padding: 8px 12px; overflow: visible; }
  .site-brand { display: inline-flex; margin: 0; }
  .site-brand-name { display: inline; font-size: 12px; }
  .site-brand-mark { width: 42px; height: 42px; border-radius: 13px; font-size: 11px; }
  .site-nav-toggle { min-width: 76px; height: 40px; margin-left: auto; align-items: center; justify-content: center; gap: 9px; color: #fff7c4; border: 1px solid rgba(255, 255, 255, .2); border-radius: 13px; background: rgba(255, 255, 255, .08); font-size: 11px; font-weight: 900; cursor: pointer; }
  .site-nav.has-mobile-nav .site-nav-toggle { display: inline-flex; }
  .site-nav-toggle-icon { width: 17px; display: grid; gap: 3px; }
  .site-nav-toggle-icon i { width: 100%; height: 2px; display: block; border-radius: 999px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .site-nav.is-menu-open .site-nav-toggle-icon i:first-child { transform: translateY(5px) rotate(45deg); }
  .site-nav.is-menu-open .site-nav-toggle-icon i:nth-child(2) { opacity: 0; }
  .site-nav.is-menu-open .site-nav-toggle-icon i:last-child { transform: translateY(-5px) rotate(-45deg); }
  .site-nav-links { position: absolute; top: calc(100% + 7px); right: 10px; left: 10px; width: auto; margin: 0; display: flex; align-self: auto; overflow-x: auto; border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; background: rgba(74, 4, 41, .98); box-shadow: 0 24px 55px rgba(40, 0, 23, .34); backdrop-filter: blur(18px); }
  .site-nav.has-mobile-nav .site-nav-links { display: none; }
  .site-nav.has-mobile-nav.is-menu-open .site-nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 8px; }
  .site-nav-link { min-height: 42px; padding: 0 10px; border-radius: 11px; font-size: 11px; }
  .site-nav-link:nth-child(4), .site-nav-link:nth-child(5) { display: grid; }
  .site-nav-link.is-active::after { right: 10px; bottom: 3px; left: 10px; height: 2px; }
  .portal-main { padding: 38px 14px 58px; }
  .portal-card { padding: 23px 18px; border-radius: 20px; }
  .portal-title { font-size: clamp(42px, 13vw, 62px); }
  .portal-shell-auth .portal-title { font-size: clamp(48px, 14vw, 64px); }
  .portal-lead { font-size: 15px; }
  .auth-benefits, .service-grid, .requirements-grid, .auth-actions, .avatar-layout { grid-template-columns: 1fr; }
  .avatar-preview-card { padding: 20px; }
  .auth-register, .account-row, .portal-footer-bottom { align-items: flex-start; flex-direction: column; }
  .auth-register a, .auth-actions .portal-button { width: 100%; text-align: center; }
  .service-hero { grid-template-columns: 1fr; gap: 15px; }
  .service-icon { width: 58px; height: 58px; border-radius: 17px; }
  .service-icon svg { width: 30px; height: 30px; }
  .support-note, .future-card { grid-template-columns: 1fr; }
  .future-number { font-size: 90px; }
  .news-article-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .portal-footer { padding: 46px 16px 22px; }
  .portal-footer-copy p { font-size: 12px; line-height: 1.6; }
  .portal-footer-social { width: 100%; max-width: none; padding: 20px; border-radius: 20px; }
  .portal-footer-bottom { margin-top: 30px; }
  .portal-footer nav { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
