@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Noto+Serif+SC:wght@400;500;600;700&display=swap');

:root {
  --bg: #0b0b14;
  --bg-soft: #12121e;
  --panel: rgba(24, 23, 39, .72);
  --panel-solid: #171625;
  --line: rgba(255, 255, 255, .10);
  --line-bright: rgba(255, 255, 255, .18);
  --text: #f7f4fb;
  --muted: #aaa5bb;
  --subtle: #747083;
  --pink: #ef9ad4;
  --pink-bright: #ffc4ea;
  --violet: #9a8bff;
  --cyan: #89dce5;
  --amber: #f6c986;
  --radius: 20px;
  --serif: 'Noto Serif SC', Georgia, serif;
  --sans: 'Manrope', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); min-height: 100vh; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }
.hidden { display: none !important; }
.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(80px); opacity: .17; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: #754de3; top: -180px; right: 12%; }
.ambient-two { width: 360px; height: 360px; background: #df5eae; bottom: 4%; left: -180px; }
.glass-panel { background: var(--panel); border: 1px solid var(--line); box-shadow: 0 18px 70px rgba(0,0,0,.2); backdrop-filter: blur(20px); }

/* Login */
.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 28px; position: relative; isolation: isolate; }
.login-orbit { position: absolute; width: min(70vw, 680px); aspect-ratio: 1; border: 1px solid rgba(239,154,212,.14); border-radius: 50%; transform: rotate(-18deg); box-shadow: 0 0 100px rgba(154,139,255,.12), inset 0 0 100px rgba(239,154,212,.08); }
.login-orbit::before, .login-orbit::after { content: ''; position: absolute; border: 1px solid rgba(154,139,255,.13); border-radius: 50%; inset: 12%; transform: rotate(45deg); }
.login-orbit::after { inset: 27%; transform: rotate(-31deg); }
.login-panel { width: min(100%, 450px); padding: 45px 42px 35px; border-radius: 28px; position: relative; }
.brand-mark { display: inline-grid; place-items: center; color: var(--pink-bright); font-size: 21px; width: 32px; height: 32px; }
.brand-mark.large { width: 50px; height: 50px; font-size: 34px; margin-bottom: 18px; text-shadow: 0 0 28px var(--pink); }
.eyebrow { color: var(--pink); font: 500 10px/1.2 var(--mono); letter-spacing: .20em; margin: 0 0 13px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
.login-panel h1 { font-size: clamp(37px, 7vw, 54px); line-height: 1.12; margin-bottom: 20px; }
em { color: var(--pink); font-family: var(--serif); font-style: normal; font-weight: 500; }
.login-copy { color: var(--muted); font-size: 14px; line-height: 1.85; margin-bottom: 30px; }
.stack-form { display: grid; gap: 15px; }
.stack-form label { color: var(--muted); font-size: 12px; }
.stack-form input, .search-box input, .message-form textarea, .modal textarea { color: var(--text); background: rgba(0,0,0,.18); border: 1px solid var(--line); border-radius: 11px; padding: 13px 14px; margin-top: 7px; width: 100%; transition: border .2s, background .2s; }
.stack-form input:focus, .search-box input:focus, .message-form textarea:focus, .modal textarea:focus { border-color: rgba(239,154,212,.6); background: rgba(0,0,0,.28); outline: none; }
.login-note, .soft-note { color: var(--subtle); font: 10px var(--mono); letter-spacing: .03em; }
.login-note { margin: 25px 0 0; text-align: center; }
.primary-button, .outline-button, .text-button, .icon-button, .filter-chip, .nav-link, .user-chip, .status-pill, .back-link, .mobile-back { border: 0; color: var(--text); background: none; }
.primary-button { align-items: center; background: linear-gradient(100deg, #dc8ec5, #9d8fee); border-radius: 11px; color: #1c1220; display: inline-flex; font-weight: 800; justify-content: space-between; padding: 13px 16px; transition: transform .2s, box-shadow .2s; }
.primary-button:hover { box-shadow: 0 10px 30px rgba(218,139,200,.25); transform: translateY(-2px); }
.stack-form .primary-button { margin-top: 8px; }
.primary-button span { font-size: 18px; }

/* App shell */
.app-shell { max-width: 1440px; margin: auto; padding: 0 40px 70px; }
.topbar { align-items: center; display: flex; height: 88px; justify-content: space-between; }
.brand { align-items: center; color: var(--text); display: flex; gap: 6px; font-size: 14px; font-weight: 500; letter-spacing: -.02em; text-decoration: none; }
.brand b { color: var(--pink); font-weight: 700; }
.main-nav { display: flex; gap: 7px; margin-left: 90px; }
.nav-link { color: var(--muted); font-size: 12px; padding: 9px 15px; border-radius: 20px; transition: color .2s, background .2s; }
.nav-link:hover, .nav-link.active { color: var(--text); background: rgba(255,255,255,.075); }
.top-actions { align-items: center; display: flex; gap: 13px; }
.status-pill { align-items: center; color: var(--subtle); display: inline-flex; font: 10px var(--mono); gap: 6px; }
.status-dot { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 10px var(--cyan); height: 6px; width: 6px; }
.status-dot.offline { background: #f0a2a2; box-shadow: 0 0 10px #f0a2a2; }
.user-chip { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 8px; padding: 3px 2px; }
.avatar { background: linear-gradient(135deg, #bc8be6, #e69fc6); border-radius: 50%; color: #2b172d; display: inline-grid; font-weight: 800; place-items: center; }
.small-avatar { height: 28px; width: 28px; font-size: 11px; }
.chevron { color: var(--subtle); font-size: 15px; }
.user-dropdown { background: #1b1a2b; border: 1px solid var(--line-bright); border-radius: 13px; box-shadow: 0 16px 44px rgba(0,0,0,.4); min-width: 180px; padding: 10px; position: fixed; right: 40px; top: 68px; z-index: 20; }
.user-dropdown div { color: var(--muted); font-size: 12px; padding: 8px 10px 10px; }
.user-dropdown button { background: none; border: 0; border-top: 1px solid var(--line); color: #eaa8c9; font-size: 12px; padding: 11px 10px 7px; text-align: left; width: 100%; }

/* Shared page */
.view { display: none; animation: fade-in .4s ease; }
.view.active-view { display: block; }
@keyframes fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.hero-section { align-items: center; display: grid; grid-template-columns: 1fr 1fr; min-height: 425px; padding: 45px 4% 48px; }
.hero-copy { max-width: 510px; }
.hero-copy h2 { font-size: clamp(42px, 6vw, 70px); line-height: 1.08; margin-bottom: 21px; }
.hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.85; max-width: 420px; }
.hero-actions { align-items: center; display: flex; gap: 20px; margin-top: 30px; }
.hero-actions .primary-button { min-width: 145px; }
.hero-art { height: 330px; position: relative; }
.moon { background: radial-gradient(circle at 30% 30%, #e3cae8, #947dcc 63%, #534378); border-radius: 50%; box-shadow: 0 0 80px rgba(198,170,239,.3); height: 145px; left: 37%; position: absolute; top: 41px; width: 145px; }
.moon::after { background: var(--bg); border-radius: 50%; content: ''; height: 135px; left: 21px; position: absolute; top: -10px; width: 135px; }
.orbit-line { border: 1px solid rgba(239,154,212,.28); border-radius: 50%; height: 235px; left: 19%; position: absolute; top: 1px; transform: rotate(-25deg); width: 340px; }
.orbit-line-two { border-color: rgba(137,220,229,.18); height: 310px; left: 9%; top: -30px; transform: rotate(37deg); width: 425px; }
.floating-card { border: 1px solid rgba(255,255,255,.2); border-radius: 18px; position: absolute; }
.card-back { background: linear-gradient(145deg, #493f77, #22243c); height: 205px; opacity: .55; right: 8%; top: 72px; transform: rotate(11deg); width: 170px; }
.card-back span { color: #efb4db; font-size: 34px; left: 28px; position: absolute; top: 28px; }
.card-front { background: linear-gradient(155deg, rgba(53,43,81,.92), rgba(26,32,57,.96)); box-shadow: 0 18px 45px rgba(0,0,0,.32); height: 218px; padding: 25px 22px; right: 18%; top: 54px; transform: rotate(-7deg); width: 175px; }
.card-front::before { background: linear-gradient(135deg, #d596bf, #776fd5); border-radius: 50%; content: ''; filter: blur(18px); height: 80px; opacity: .6; position: absolute; right: -9px; top: -19px; width: 80px; }
.mini-label { color: var(--pink); display: block; font: 8px var(--mono); letter-spacing: .12em; margin-bottom: 27px; }
.card-front strong { display: block; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.1; }
.card-front small { color: #b6b0c7; display: block; font-size: 9px; line-height: 1.6; margin-top: 18px; }
.card-arrow { bottom: 19px; color: var(--pink); font-size: 18px; position: absolute; right: 19px; }
.sparkle { color: var(--pink-bright); position: absolute; text-shadow: 0 0 17px var(--pink); }
.sparkle-one { font-size: 23px; left: 22%; top: 40px; }.sparkle-two { bottom: 34px; right: 15%; font-size: 16px; color: var(--cyan); }
.section-heading, .page-heading { align-items: end; display: flex; justify-content: space-between; margin: 10px 1% 23px; }
.section-heading h3 { font-size: 23px; margin-bottom: 0; }.text-button { color: var(--muted); font-size: 12px; }.text-button span { color: var(--pink); font-size: 18px; padding-left: 7px; }.text-button:hover { color: var(--text); }
.game-grid { display: grid; gap: 17px; grid-template-columns: repeat(4, 1fr); margin: 0 1%; }
.game-grid.large-grid { grid-template-columns: repeat(4, 1fr); }
.game-card { cursor: pointer; min-width: 0; transition: transform .25s; }.game-card:hover { transform: translateY(-6px); }.cover-art { aspect-ratio: 1.13 / 1; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; position: relative; }.game-cover-image { height: 100%; object-fit: cover; position: absolute; inset: 0; width: 100%; }.cover-art::before { background: radial-gradient(circle at 68% 20%, rgba(255,255,255,.34), transparent 2%, transparent 10%), radial-gradient(circle at 50% 55%, rgba(255,255,255,.14), transparent 28%); content: ''; inset: 0; position: absolute; }.cover-art::after { border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ''; height: 82%; left: 9%; position: absolute; top: 8%; transform: rotate(35deg); width: 120%; }
.cover-violet { background: radial-gradient(circle at 64% 42%, #c983c3, transparent 17%), linear-gradient(145deg, #292454, #6c426b 52%, #1b2947); }.cover-cyan { background: radial-gradient(circle at 55% 35%, #95e6de, transparent 15%), linear-gradient(145deg, #183b51, #38529b 57%, #181b35); }.cover-amber { background: radial-gradient(circle at 37% 35%, #f7cb8c, transparent 16%), linear-gradient(145deg, #4b2f35, #9e6b4d 54%, #25243b); }.cover-rose { background: radial-gradient(circle at 65% 30%, #f1b1c2, transparent 14%), linear-gradient(145deg, #542d4a, #7c4d74 56%, #242542); }.cover-indigo { background: radial-gradient(circle at 42% 35%, #a9bbff, transparent 14%), linear-gradient(145deg, #22274d, #4c4d91 56%, #182c46); }
.cover-glyph { color: rgba(255,255,255,.84); font-family: var(--serif); font-size: 44px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 1; }.cover-type { background: rgba(8,8,17,.5); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; bottom: 11px; color: #eee8f2; font: 9px var(--mono); left: 11px; padding: 5px 8px; position: absolute; z-index: 2; }
.game-card h4 { font-size: 14px; margin: 14px 2px 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.game-card p { color: var(--muted); font-size: 11px; line-height: 1.6; margin: 0 2px; max-height: 36px; overflow: hidden; }.card-meta { align-items: center; color: var(--subtle); display: flex; font: 9px var(--mono); gap: 8px; margin: 12px 2px 0; }.card-meta .meta-dot { background: var(--pink); border-radius: 50%; height: 4px; width: 4px; }.tag-list { display: flex; flex-wrap: wrap; gap: 5px; margin: 11px 2px 0; }.tag { border: 1px solid var(--line); border-radius: 20px; color: var(--subtle); font-size: 9px; padding: 4px 7px; }
.split-banner { align-items: center; border-radius: var(--radius); display: flex; justify-content: space-between; margin: 68px 1% 0; overflow: hidden; padding: 30px 35px; position: relative; }.split-banner::after { background: radial-gradient(circle, rgba(239,154,212,.24), transparent 65%); content: ''; height: 280px; position: absolute; right: 10%; top: -100px; width: 280px; }.split-banner h3 { font-size: 26px; line-height: 1.35; margin-bottom: 9px; position: relative; z-index: 1; }.split-banner p:not(.eyebrow) { color: var(--muted); font-size: 11px; margin: 0; position: relative; z-index: 1; }.outline-button { border: 1px solid var(--line-bright); border-radius: 10px; color: var(--muted); font-size: 11px; padding: 11px 14px; transition: border .2s, color .2s, background .2s; }.outline-button:hover { background: rgba(255,255,255,.06); border-color: rgba(239,154,212,.6); color: var(--text); }.split-banner .outline-button { position: relative; z-index: 1; }

/* Library */
.page-heading { align-items: end; margin: 48px 1% 25px; }.page-heading h2 { font-size: 43px; margin: 0 0 8px; }.page-heading p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin: 0; }.search-box { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 8px; width: 245px; }.search-box span { color: var(--pink); font-size: 22px; }.search-box input { background: transparent; border: 0; border-radius: 0; font-size: 11px; margin: 0; padding: 9px 0; }.search-box input:focus { background: transparent; border: 0; }.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 1% 25px; }.filter-chip { border: 1px solid var(--line); border-radius: 20px; color: var(--muted); font-size: 11px; padding: 8px 13px; }.filter-chip:hover, .filter-chip.active { background: rgba(239,154,212,.12); border-color: rgba(239,154,212,.46); color: var(--pink-bright); }

/* Chats */
.chat-list { display: grid; gap: 10px; margin: 0 1%; max-width: 800px; }.chat-row { align-items: center; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 14px; cursor: pointer; display: flex; gap: 16px; padding: 14px; transition: background .2s, transform .2s; }.chat-row:hover { background: rgba(255,255,255,.07); transform: translateX(4px); }.chat-row .cover-art { flex: 0 0 58px; height: 58px; }.chat-row .cover-glyph { font-size: 24px; }.chat-row-content { min-width: 0; }.chat-row h4 { margin: 0 0 5px; }.chat-row p { color: var(--muted); font-size: 11px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.chat-row time { color: var(--subtle); font: 9px var(--mono); margin-left: auto; }.empty-state { border: 1px dashed var(--line-bright); border-radius: 17px; color: var(--muted); padding: 52px 20px; text-align: center; }.empty-state strong { color: var(--text); display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; margin-bottom: 8px; }.empty-state p { font-size: 12px; }

/* Chat */
.chat-view { margin-top: 15px; }.chat-layout { display: grid; gap: 20px; grid-template-columns: 245px minmax(0, 720px); justify-content: center; min-height: calc(100vh - 150px); }.chat-aside { border-radius: 18px; display: flex; flex-direction: column; padding: 16px; }.back-link { color: var(--muted); font-size: 11px; padding: 8px 0 21px; text-align: left; }.back-link:hover { color: var(--pink); }.chat-aside .cover-art { aspect-ratio: 1.2 / 1; margin-bottom: 20px; }.chat-aside h3 { font-family: var(--serif); font-size: 21px; font-weight: 500; margin: 0 0 8px; }.chat-aside p { color: var(--muted); font-size: 11px; line-height: 1.7; }.chat-aside-bottom { margin-top: auto; padding-top: 25px; }.full-width { width: 100%; }.chat-aside-bottom p { color: var(--subtle); font: 9px/1.6 var(--mono); margin: 10px 0 0; }.chat-main { display: flex; flex-direction: column; min-height: 680px; }.chat-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 7px 4px 17px; }.chat-header h2 { font-family: var(--serif); font-size: 24px; font-weight: 500; margin: 0; }.chat-header .eyebrow { margin-bottom: 6px; }.icon-button { border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-size: 18px; height: 30px; line-height: 1; width: 30px; }.icon-button:hover { border-color: var(--pink); color: var(--pink); }.mobile-back { display: none; }.message-list { display: flex; flex: 1; flex-direction: column; gap: 18px; overflow-y: auto; padding: 27px 5px 18px; }.message { display: flex; gap: 10px; max-width: 88%; }.message.user { align-self: flex-end; flex-direction: row-reverse; }.message-bubble { background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 4px 15px 15px; color: #e8e4ed; font-family: var(--serif); font-size: 14px; line-height: 1.9; padding: 12px 15px; white-space: pre-wrap; }.message.user .message-bubble { background: linear-gradient(135deg, rgba(194,121,178,.30), rgba(126,115,207,.22)); border-radius: 15px 4px 15px 15px; font-family: var(--sans); font-size: 13px; }.message-avatar { align-items: center; background: rgba(239,154,212,.11); border: 1px solid rgba(239,154,212,.25); border-radius: 50%; color: var(--pink); display: flex; flex: 0 0 28px; font-size: 12px; height: 28px; justify-content: center; margin-top: 3px; width: 28px; }.message.user .message-avatar { background: rgba(137,220,229,.1); border-color: rgba(137,220,229,.25); color: var(--cyan); }.message-time { color: var(--subtle); font: 8px var(--mono); margin: 5px 4px 0; }.message.user .message-time { text-align: right; }.choice-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 5px 12px; }.choice-button { background: rgba(239,154,212,.08); border: 1px solid rgba(239,154,212,.32); border-radius: 10px; color: var(--pink-bright); font-size: 11px; padding: 10px 13px; text-align: left; }.choice-button:hover { background: rgba(239,154,212,.17); }.message-form { align-items: end; background: rgba(255,255,255,.045); border: 1px solid var(--line-bright); border-radius: 14px; display: flex; gap: 9px; padding: 8px 8px 8px 14px; }.message-form textarea { background: transparent; border: 0; border-radius: 0; line-height: 1.6; margin: 0; max-height: 130px; min-height: 25px; padding: 3px 0; resize: none; }.message-form textarea:focus { background: transparent; border: 0; }.send-button { background: var(--pink); border: 0; border-radius: 9px; color: #2b1428; font-size: 19px; height: 35px; width: 35px; }.send-button:disabled { cursor: wait; opacity: .5; }.composer-hint { color: var(--subtle); display: flex; font: 9px var(--mono); justify-content: space-between; padding: 8px 4px; }.composer-hint #turn-counter { color: var(--pink); }

/* Frontend card player */
.player-view { margin-top: 15px; }
.player-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 20px; padding: 13px 4px 17px; }
.player-header .back-link { flex: 0 0 auto; padding: 8px 18px 8px 0; }
.player-header > div { flex: 1; }
.player-header h2 { font-family: var(--serif); font-size: 25px; font-weight: 500; margin: 0; }
.player-header .eyebrow { margin-bottom: 6px; }
.player-frame-shell { background: #07070e; border: 1px solid var(--line-bright); border-radius: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.35); margin: 18px auto 0; max-width: 1120px; min-height: min(760px, calc(100vh - 190px)); overflow: hidden; }
#frontend-frame { background: #0d0d18; border: 0; display: block; height: min(760px, calc(100vh - 190px)); width: 100%; }
.player-note { color: var(--subtle); font: 9px/1.6 var(--mono); margin: 10px auto; max-width: 1120px; }

/* Modal */
.modal { background: #181726; border: 1px solid var(--line-bright); border-radius: 20px; color: var(--text); max-width: 540px; padding: 29px; width: calc(100% - 32px); }.modal::backdrop { background: rgba(2,2,7,.76); backdrop-filter: blur(7px); }.modal h3 { font-family: var(--serif); font-size: 25px; font-weight: 500; margin-bottom: 9px; }.modal-copy { color: var(--muted); font-size: 11px; line-height: 1.7; }.modal code { color: var(--pink); font-family: var(--mono); }.modal textarea { font: 11px/1.7 var(--mono); margin: 11px 0 0; resize: vertical; }.modal-close { background: none; border: 0; color: var(--muted); font-size: 25px; position: absolute; right: 18px; top: 12px; }.modal-close:hover { color: var(--pink); }.modal-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 16px; }.image-result { min-height: 0; }.image-result img { border-radius: 13px; margin-top: 15px; max-height: 340px; object-fit: contain; width: 100%; }.detail-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 17px 0; }.detail-meta .tag { color: var(--pink-bright); }.detail-source { border-top: 1px solid var(--line); color: var(--subtle); font: 9px/1.7 var(--mono); margin-top: 18px; padding-top: 14px; }

@media (max-width: 900px) { .app-shell { padding: 0 22px 45px; }.main-nav { margin-left: 0; }.hero-section { padding-left: 1%; padding-right: 1%; }.game-grid, .game-grid.large-grid { grid-template-columns: repeat(2, 1fr); }.chat-layout { grid-template-columns: 1fr; }.chat-aside { display: none; }.chat-main { min-height: calc(100vh - 150px); }.mobile-back { display: inline-block; margin-right: 8px; }.chat-header { justify-content: flex-start; }.chat-header .icon-button { margin-left: auto; } }
@media (max-width: 620px) { .app-shell { padding: 0 14px 35px; }.topbar { height: 70px; }.brand { font-size: 12px; }.main-nav { gap: 0; }.nav-link { font-size: 10px; padding: 8px 8px; }.status-pill { display: none; }.user-chip { font-size: 0; }.user-chip .chevron { display: none; }.user-dropdown { right: 14px; top: 58px; }.hero-section { display: block; min-height: 0; padding-bottom: 18px; }.hero-copy h2 { font-size: 43px; }.hero-art { height: 270px; margin-top: 16px; transform: scale(.85); transform-origin: center top; }.section-heading { margin-top: 20px; }.game-grid, .game-grid.large-grid { gap: 13px; }.cover-art { border-radius: 12px; }.game-card h4 { font-size: 12px; margin-top: 10px; }.game-card p { font-size: 10px; }.tag-list { display: none; }.split-banner { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 45px; padding: 25px 22px; }.page-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 31px; }.page-heading h2 { font-size: 36px; }.search-box { width: 100%; }.filter-row { gap: 6px; }.filter-chip { font-size: 10px; padding: 7px 10px; }.login-panel { padding: 34px 25px 28px; }.login-panel h1 { font-size: 42px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }.message-list { padding-top: 18px; }.message { max-width: 95%; }.message-bubble { font-size: 13px; }.chat-header h2 { font-size: 20px; }.modal { padding: 25px 20px; } }
