button, a, input, select, textarea, .metric-card, .widget-card { transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease, transform 140ms ease; }
.header-account { gap: 12px; }
.notification-button { width: 38px; height: 38px; flex-basis: 38px; border: 1px solid transparent; border-radius: 6px; color: #bac4c7; }
.notification-button:hover { border-color: #3d494b; background: #202728; }
.notification-button .material-symbols-rounded { width: 21px; height: 21px; font-size: 21px; }
.sidebar-top { min-height: 0; min-width: 0; overflow-x: hidden; overflow-y: auto; scrollbar-width: thin; }
.sidebar-balance { margin: 0 0 23px; padding: 10px 12px 14px; border: 1px solid #354340; border-radius: 6px; background: #1a2422; }
.sidebar-balance-heading { display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.sidebar-balance-label { font-size: 10px; color: #adbfb8; white-space: nowrap; }
.sidebar-balance-heading .icon-button { width: 27px; height: 30px; flex-basis: 27px; color: #90aaa0; }
.sidebar-balance-value { margin-top: 4px; min-height: 27px; font-size: 21px; line-height: 27px; font-weight: 400; white-space: nowrap; font-variant-numeric: tabular-nums; color: #e0ebe7; }
.sidebar-balance-caption { display: block; margin-top: 8px; font-size: 9px; color: #91a29a; }
.sidebar.collapsed .sidebar-balance { display: none; }
.sidebar.collapsed .sidebar-balance-heading { justify-content: center; }
.sidebar.collapsed .sidebar-balance-label, .sidebar.collapsed .sidebar-balance-value, .sidebar.collapsed .sidebar-balance-caption { display: none; }
.sidebar-bottom { flex-shrink: 0; }
#loginDialog { max-height: calc(100dvh - 32px); overflow-y: auto; }
#firebaseLogin .field { margin-top: 14px; }
.registration-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 14px; }
.registration-fields > p { grid-column: 1 / -1; }
@media (max-width: 480px) { .registration-fields { grid-template-columns: 1fr; } }
.recognition-notice { margin-top: 14px; padding: 12px; border: 1px solid #695e3d; border-radius: 6px; background: #26241d; color: #e6d6a8; font-size: 12px; line-height: 1.5; }
.recognition-actions { display: flex; gap: 8px; margin-top: 10px; }
.recognition-actions .action-button { min-height: 30px; padding: 5px 10px; font-size: 11px; }
.recognition-notice progress { display: block; width: 100%; height: 3px; margin-top: 12px; border: 0; accent-color: #dfc46d; }
.recognition-list article { padding: 16px 0; border-bottom: 1px solid #343b3d; }
.recognition-list h3 { font-size: 14px; font-weight: 500; margin-bottom: 10px; }
.recognition-list a { display: inline-block; margin-right: 14px; color: #85d6d2; text-decoration: underline; }
.recognition-list { max-height: 50dvh; overflow: auto; }
/* Explicit interaction motion remains independent of cinematic page entrances. */
.sidebar { transition: width 380ms cubic-bezier(.4,0,.2,1), padding 380ms cubic-bezier(.4,0,.2,1) !important; }
.sidebar-handle { transition: height 320ms cubic-bezier(.4,0,.2,1), background-color 200ms ease !important; }
.notifications-popover { transition: opacity 240ms ease, transform 280ms cubic-bezier(.4,0,.2,1), display 280ms allow-discrete, overlay 280ms allow-discrete !important; }
.notifications-popover { position: fixed; inset: 60px 28px auto auto; width: min(340px, calc(100vw - 28px)); margin: 0; padding: 0; border: 1px solid #394144; border-radius: 8px; background: #1b1f21; color: var(--text); box-shadow: 0 14px 45px #0006; }
.notifications-popover { opacity: 0; transform: translateY(-8px); transition: opacity 220ms ease, transform 260ms cubic-bezier(.4,0,.2,1), display 260ms allow-discrete, overlay 260ms allow-discrete; }
.notifications-popover:popover-open { opacity: 1; transform: translateY(0); }
@starting-style { .notifications-popover:popover-open { opacity: 0; transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .notifications-popover { transition: none; } }
.notifications-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.notifications-heading h2 { font-size: 14px; font-weight: 500; }
.notifications-heading > span { font-size: 11px; color: var(--muted); }
.notifications-empty { display: grid; justify-items: center; gap: 10px; padding: 32px 20px; text-align: center; }
.notifications-empty > .material-symbols-rounded { color: #80938d; font-size: 30px; width: 30px; height: 30px; margin-bottom: 4px; }
.notifications-empty h3 { font-size: 14px; font-weight: 400; }
.notifications-empty p { font-size: 12px; color: var(--muted); line-height: 1.6; }
.user-menu { border-color: #343c3e; }
.sidebar-link.active { box-shadow: inset 2px 0 #79c9b4; }
.metric-card, .chart-card { border-color: #33393b; }
@media (max-width: 420px) {
  .header-account { gap: 5px; }
  .header-account .username { max-width: 56px; }
  .notifications-popover { right: 14px; }
}
@media (hover: hover) {
  button:not(:disabled):not(.sidebar-toggle):hover, .sidebar-link:hover, .action-button:hover { box-shadow: 0 0 16px #61d7d015; }
  input:hover, textarea:hover, select:hover { border-color: #657c80; }
  .metric-card:hover, .widget-card:hover { box-shadow: 0 3px 24px #59cbbb0c; border-color: #536765; }
  .brand:hover { filter: drop-shadow(0 0 7px #15cad54d); }
}
/* Press feedback must not replace transforms used for positioning or animation. */
button:not(:disabled):not(.sidebar-toggle):active, .action-button:active, .sidebar-link:active { filter: brightness(1.12); }
:focus-visible { outline: 2px solid #71d5d5; outline-offset: 3px; }
.widget-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.widget-card { padding: 20px; border: 1px solid var(--border); border-radius: 7px; background: #191c1d; min-width: 0; }
.widget-card h2 { font-size: 18px; font-weight: 500; margin-bottom: 8px; }
.widget-card p { font-size: 12px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.widget-art { height: 140px; display: grid; place-items: center; margin-bottom: 22px; border-bottom: 1px solid var(--border); }
.widget-art > .material-symbols-rounded { font-size: 70px; width: 70px; height: 70px; color: #80cec4; }
.widget-art.rank > .material-symbols-rounded { color: #d0be88; }
.widget-dialog { max-height: 90dvh; overflow: auto; }
.widget-output { display: grid; justify-items: center; gap: 16px; padding-block: 20px; }
.widget-output img { width: 180px; max-width: 100%; image-rendering: pixelated; }
.ranking-list { width: 100%; padding-left: 24px; color: #c8d1d0; font-size: 14px; line-height: 2.5; }
.donate-dialog { width: 100%; max-width: none; height: 100dvh; max-height: none; inset: 0; margin: 0; padding: 0; border: 0; color: #e8edef; background: #080b0d url('assets/donate-cubes.png') center / cover fixed; overflow-y: auto; }
.donate-dialog::backdrop { background: #080b0d; }
.donate-topbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 32px; }
.donate-topbar .brand { pointer-events: none; }
.donate-topbar > div { display: flex; align-items: center; gap: 14px; }
.donate-demo { font-size: 11px; color: #aec0c4; }
.donate-login { min-height: 40px; padding: 9px 20px; border: 1px solid #19d5e2; border-radius: 6px; background: #19d5e2; color: #07262b; font-size: 12px; font-weight: 500; }
.donate-login:hover { background: #5ee7ee; box-shadow: 0 0 20px #19d5e22b; }
.donate-profile { display: flex; align-items: center; gap: 10px; min-height: 44px; max-width: 240px; padding: 5px 12px 5px 5px; border: 1px solid #365559; border-radius: 7px; background: #142326; color: #d4eeef; }
.donate-profile:hover { border-color: #69b9bc; background: #1b3033; }
.donate-profile .user-avatar { width: 32px; height: 32px; flex-shrink: 0; border-radius: 5px; }
.donate-profile-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.donate-account-menu { inset: 76px 32px auto auto; max-width: calc(100vw - 32px); }
.donate-profile > .material-symbols-rounded { font-size: 17px; width: 17px; height: 17px; flex-basis: 17px; color: #82b8b7; }
@media (max-width: 520px) { .donate-account-menu { top: 66px; right: 16px; } }
@media (max-width: 520px) {
  .donate-topbar > div { gap: 5px; }
  .donate-profile { max-width: 142px; gap: 6px; padding-right: 8px; }
}
@media (max-width: 360px) {
  .donate-topbar { gap: 8px; padding-inline: 12px; }
  .donate-profile { max-width: 105px; }
}
.donate-layout { width: min(520px, calc(100% - 32px)); margin: 38px auto 30px; }
.donate-card { position: relative; border: 1px solid #455559; border-radius: 8px; background: #151b20f5; padding: 0 28px 24px; box-shadow: 0 18px 75px #0009; }
.creator-head { text-align: center; margin-top: -30px; margin-bottom: 24px; }
.creator-head .user-avatar { width: 68px; height: 68px; margin: 0 auto 12px; background: #18353c; border: 3px solid #1b252b; border-radius: 18px; box-shadow: 0 0 24px #00d1e21c; }
.creator-head h1 { font-size: 22px; font-weight: 500; overflow-wrap: anywhere; }
.creator-head p { margin-top: 7px; color: #9cafb5; font-size: 12px; }
.donate-steps { display: flex; justify-content: space-between; gap: 8px; list-style: none; padding: 0 0 22px; margin: 0 0 22px; border-bottom: 1px solid #303c41; }
.donate-steps li { color: #85989e; display: flex; align-items: center; gap: 7px; font-size: 11px; }
.donate-steps li span { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #475a60; border-radius: 50%; }
.donate-steps li[aria-current] { color: #79e4f3; }
.donate-steps li[aria-current] span { background: #123b46; border-color: #289cba; }
.donate-step { border: 0; min-width: 0; padding: 0; margin: 0; display: grid; gap: 17px; }
.donate-step legend { font-size: 16px; font-weight: 500; margin-bottom: 18px; }
.donate-step textarea { resize: vertical; min-height: 100px; width: 100%; padding: 12px; color: #ecf2f4; background: #10171b; border: 1px solid #39474e; border-radius: 5px; font: 13px/1.6 Inter, sans-serif; }
.donate-step input, .donate-step select { background: #10171b; }
.donate-modes { display: flex; width: 100%; }
.donate-modes button { flex: 1; height: 34px; }
.donate-modes .active { background: #164457; color: #95ebff; }
.donate-note { font-size: 11px; color: #97aab1; line-height: 1.6; }
.donate-counter { text-align: right; font-size: 10px; color: #9eafb5; }
.donate-counter { margin-top: 8px; }
.creator-head #creatorPhoto > .user-avatar { width: 100%; height: 100%; margin: 0; border: 0; border-radius: 0; }
.creator-head #creatorPhoto .material-symbols-rounded { font-size: 32px; width: 32px; height: 32px; }
.motion-digits > span { display: inline-block; white-space: pre; }
.motion-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.audio-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.audio-tools audio { width: 100%; height: 38px; }
.voice-card { margin-bottom: 14px; padding: 13px 12px 9px; border: 1px solid #3a5353; border-radius: 7px; background: #142522; min-width: 0; }
.voice-heading { display: flex; justify-content: space-between; gap: 10px; color: #a5c1ba; font-size: 10px; }
#voiceClock { white-space: nowrap; font-variant-numeric: tabular-nums; }
.voice-track { display: flex; align-items: center; gap: 8px; min-width: 0; }
.voice-play { background: #345e53; color: #c5f6e9; border-radius: 50%; }
.voice-scroll { flex: 1; min-width: 0; overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; scrollbar-color: #456b62 transparent; }
.voice-timeline { position: relative; height: 64px; }
.voice-timeline canvas { display: block; height: 64px; max-width: none; }
.voice-seek { position: absolute; inset: 0; width: 100%; height: 64px; margin: 0; opacity: 0; cursor: pointer; }
.voice-scroll:focus-within { outline: 1px solid #71dfce; outline-offset: 2px; border-radius: 3px; }
.voice-card.recording { border-color: #6ba793; }
.voice-card.recording #voiceState { color: #85e5c5; }
.voice-card { padding: 14px 14px 8px; background: #17191a; border-color: #373c3e; border-radius: 8px; box-shadow: inset 0 1px 0 #ffffff05, 0 8px 24px #0002; }
.voice-heading { color: #a5acae; font-size: 11px; }
.voice-track { position: relative; min-height: 96px; }
#audioFields { min-width: 0; max-width: 100%; }
.voice-track { width: 100%; }
.voice-scroll { width: 0; }
.voice-scroll { mask-image: linear-gradient(to right, transparent, black 36px, black calc(100% - 12px), transparent); }
.voice-microphone { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #5b6365; border-radius: 50%; background: radial-gradient(circle at 45% 20%, #44494b, #202324 75%); color: #f2f5f5; box-shadow: 0 0 22px #ffffff15, 0 6px 16px #0008; }
.voice-microphone .material-symbols-rounded { width: 27px; height: 27px; font-size: 27px; }
.voice-microphone:not(:disabled):active { border-color: #9bcfc8; background: #c0d5d522; }
.voice-microphone:hover { border-color: #9baead; box-shadow: 0 0 26px #ffffff25; }
.voice-card:not(.has-audio) .voice-play, .voice-card:not(.has-audio) .voice-download { display: none; }
.voice-card.has-audio .voice-microphone { display: grid; }
.voice-card.recording { border-color: #627572; }
.voice-card.recording .voice-scroll { overflow: hidden; }
.voice-card.recording .voice-microphone { color: #aeede0; border-color: #6d9b8f; }
.voice-play { background: #303b38; }
.voice-card { margin-bottom: 0; }
.audio-tools { width: max-content; max-width: calc(100% - 28px); margin: -1px auto 0; padding: 5px 7px; justify-content: center; flex-wrap: nowrap; gap: 6px; border: 1px solid #373c3e; border-top-color: #292f31; border-radius: 0 0 8px 8px; background: #1c2022; box-shadow: 0 6px 14px #0002; }
.audio-tools .action-button { min-height: 34px; padding: 7px 10px; background: transparent; border: 0; border-radius: 4px; color: #bad4d0; font-size: 11px; white-space: nowrap; }
.audio-tools .action-button:hover { background: #2a3735; color: #d0f1e8; }
.audio-tools #clearAudio { width: 34px; height: 34px; flex-basis: 34px; border-left: 1px solid #3b4345; border-radius: 0 4px 4px 0; color: #a7afb1; }
.audio-tools #clearAudio:hover { color: #f0b3ae; background: #362828; }
#audioStatus { margin: 0; text-align: right; font-size: 10px; line-height: 1.5; }
.donate-name-row { display: flex; align-items: center; gap: 8px; min-width: 0; flex-wrap: wrap; }
.donate-login-notice { display: flex; align-items: center; gap: 10px; padding: 12px 0; margin-top: 10px; border-block: 1px solid #344244; color: #b9cfce; font-size: 12px; line-height: 1.5; }
.donate-login-notice > span:nth-child(2) { flex: 1; min-width: 0; }
.donate-login-notice > .material-symbols-rounded { color: #6ed7d5; }
.donate-login-notice .action-button { flex-shrink: 0; font-size: 11px; color: #8be6e4; }
.donate-name-row input { flex: 1 1 150px; min-width: 0; width: 0; }
.donate-name-row input[readonly] { color: #adbfbe; background: #171e20; }
.donate-name-row .action-button { flex: 0 0 auto; font-size: 11px; min-height: 40px; }
.voice-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; position: relative; z-index: 3; padding-top: 5px; }
.voice-footer #audioStatus { margin-left: auto; }
.voice-price-details { border: 0; background: transparent; color: #92c9cd; font: inherit; font-size: 10px; padding: 5px 0; cursor: pointer; flex-shrink: 0; }
.voice-price-details:hover { color: #c6fff4; text-decoration: underline; }
.audio-pricing-dialog { width: min(440px,calc(100% - 24px)); }
.audio-pricing-dialog .review-list { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; font-size: 12px; margin: 20px 0; }
.audio-pricing-dialog dd { margin: 0; text-align: right; }
.recording-choice { position: relative; width: calc(100% - 20px); margin: 0 auto -1px; padding: 12px; border: 1px solid #3c4c4e; border-radius: 8px 8px 0 0; background: #1c2527; color: #c9d9d8; }
.recording-choice h3 { margin: 0 0 4px; font-size: 12px; color: #e0e9e8; }
.recording-choice p { margin: 0 0 10px; font-size: 11px; line-height: 1.5; }
.recording-choice-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.recording-choice-actions .action-button { min-height: 34px; padding: 7px 10px; font-size: 11px; }
.recording-choice-actions [data-record-choice="continue"] { background: #345e53; color: #c5f6e9; border-color: #6d9b8f; }
.recording-choice-actions [data-record-choice="cancel"] { background: transparent; }
#audioFields.choosing-recording .audio-edit-prompt { display: none; }
.audio-edit-prompt.feedback-complete { width: max-content; max-width: calc(100% - 20px); }
.feedback-complete .edit-choices { display: none; }
.feedback-complete .edit-spark { animation: none; background: none; color: #91e0c7; font-size: 18px; }
.feedback-complete .edit-question { white-space: normal; width: auto; }
.audio-tools .photo-upload { width: 34px; height: 34px; padding: 0; min-height: 34px; }
.audio-tools .photo-upload .material-symbols-rounded { font-size: 19px; width: 19px; height: 19px; }
.voice-microphone { width: 44px; height: 44px; border-radius: 22px; border-color: #ffffff21; background: #c0d5d50a; backdrop-filter: blur(10px); color: #e0e9e8; box-shadow: inset 0 1px 0 #ffffff16, 0 3px 10px #0003; transition: width 380ms cubic-bezier(.22,1,.36,1), border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease, color 240ms ease; }
.voice-card.recording .voice-microphone { width: 76px; border-radius: 22px; background-color: #345e534d; box-shadow: inset 0 1px 0 #ffffff20, 0 0 20px #85e5c518, 0 3px 10px #0003; }
.voice-microphone { opacity: 1; visibility: visible; transition: width 380ms cubic-bezier(.22,1,.36,1), opacity 260ms ease, transform 320ms cubic-bezier(.22,1,.36,1), visibility 0s, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease, color 240ms ease; }
.voice-card.audio-optimizing .voice-microphone { opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -50%) scale(.86); transition-delay: 0s, 0s, 0s, 260ms, 0s, 0s, 0s, 0s; }
@media (prefers-reduced-motion: reduce) { .voice-microphone, .voice-card.audio-optimizing .voice-microphone { transition: none; } }
.voice-microphone .material-symbols-rounded { width: 23px; height: 23px; font-size: 23px; }
.voice-microphone:hover { border-color: #c7e1dc55; background: #c0d5d514; box-shadow: inset 0 1px 0 #ffffff24, 0 3px 12px #0003; }
#audioFields { isolation: isolate; }
.voice-card { position: relative; z-index: 2; }
.audio-tools { position: relative; z-index: 1; width: 40px; height: 34px; padding: 3px 5px; gap: 2px; justify-content: flex-start; overflow: hidden; transition: width 300ms cubic-bezier(.4,0,.2,1); }
.audio-tools.has-file { width: 70px; }
.audio-tools .photo-upload, .audio-tools #clearAudio { width: 28px; height: 26px; min-height: 26px; flex: 0 0 28px; padding: 0; }
.audio-tools .photo-upload .material-symbols-rounded, .audio-tools #clearAudio .material-symbols-rounded { width: 16px; height: 16px; font-size: 16px; }
.audio-tools .photo-upload { position: relative; z-index: 2; background: #1c2022; }
.audio-tools #clearAudio { transform-origin: center; }
.audio-tools { transition: none; }
.voice-scroll { overflow: hidden; }
.voice-timeline { max-width: 100%; }
.audio-edit-prompt { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; font-size: 12px; line-height: 1.6; color: #c9d9d8; animation: modal-enter 240ms ease-out; }
.audio-edit-prompt { position: relative; z-index: 1; width: calc(100% - 20px); min-width: 0; height: 40px; margin: 0 auto -1px; padding: 5px 8px; gap: 7px; align-items: center; border: 1px solid #3c4c4e; border-radius: 7px 7px 0 0; background: #1c2527; overflow: hidden; animation: none; }
.edit-copy { display: flex; align-items: center; flex: 1; min-width: 0; gap: 8px; }
.edit-text-window { flex: 1; min-width: 0; overflow: hidden; }
.edit-question { width: max-content; white-space: nowrap; font-size: 11px; }
.audio-edit-prompt .edit-choices { flex-shrink: 0; flex-wrap: nowrap; margin: 0; gap: 4px; position: relative; z-index: 2; background: #1c2527; }
.audio-edit-prompt .edit-choices .action-button { padding: 4px 7px; min-height: 26px; font-size: 10px; }
.edit-choices { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.edit-choices .action-button { min-height: 28px; padding: 5px 10px; font-size: 11px; }
.edit-spark { flex: 0 0 24px; font: 26px/1.2 sans-serif; background: linear-gradient(110deg,#00b9ef,#00dbc1,#b9fff5,#00b9ef); background-size: 250% 100%; background-clip: text; color: transparent; animation: spark-glow 2s ease-in-out infinite; }
@keyframes spark-glow { 50% { background-position: 100% 0; filter: drop-shadow(0 0 4px #00d9ce66); } }
.edit-spark { text-align: center; transform-origin: center; animation: spark-glow 2s ease-in-out infinite, spark-turn 7s linear infinite, spark-breathe 2.4s ease-in-out infinite; }
@keyframes spark-turn { to { rotate: 360deg; } }
@keyframes spark-breathe { 0%,100% { scale: .9; opacity: .75; } 50% { scale: 1.08; opacity: 1; } }
.audio-edit-overlay { position: absolute; inset: 0; z-index: 5; display: grid; place-items: center; padding: 18px; background: #080b10e8; border-radius: inherit; color: #e2e9ed; font-size: 12px; text-align: center; line-height: 1.7; }
.voice-ai-light { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: .32; border-radius: 6px; mask-image: linear-gradient(to bottom,transparent,#000 15%,#000 80%,transparent); }
.voice-track > .voice-scroll, .voice-track > .voice-play, .voice-track > .voice-download { position: relative; z-index: 1; }
@keyframes edit-sweep { from { background-position: 100% 0; opacity: 0; } 30%,65% { opacity: .7; } to { background-position: 0% 0; opacity: 0; } }
.donate-actions { display: flex; gap: 10px; margin-top: 24px; }
.donate-actions .primary { flex: 1; background: #1099d5; border-color: #1099d5; color: white; min-height: 44px; }
.donate-actions .primary:hover { background: #16a9e7; box-shadow: 0 0 24px #1099d52b; }
.donate-privacy { color: #91a2a9; font-size: 10px; line-height: 1.75; margin-top: 17px; }
.donate-privacy a { color: #70cee7; text-decoration: underline; text-underline-offset: 2px; }
.payment-methods { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.payment-choice { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px; border: 1px solid #36454c; border-radius: 5px; background: #172027; color: #b9c7cd; font: 12px Inter,sans-serif; text-align: left; }
.payment-choice[aria-pressed=true] { background: #15353f; border-color: #48b6d1; color: #9de9f7; }
.payment-choice small { font-size: 9px; display: block; margin-top: 3px; }
.donate-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.donate-form-grid .full { grid-column: 1 / -1; }
.donate-amount { font-size: 22px !important; height: 50px !important; font-weight: 400; }
.donate-presets { display: flex; flex-wrap: wrap; gap: 7px; }
.donate-presets button { min-height: 30px; padding-block: 5px; }
.review-list { display: grid; gap: 0; margin: 0; }
.review-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #303b40; font-size: 13px; }
.review-list dt { color: #93a5ac; }
.review-list dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.review-message { padding-block: 14px; color: #c2cfd4; font-size: 13px; line-height: 1.7; overflow-wrap: anywhere; white-space: pre-wrap; }
.donate-bottom { display: flex; justify-content: center; align-items: center; gap: 7px; font-size: 11px; color: #91a8b0; padding: 20px 0; }
.privacy-copy { color: #b5c2c5; font-size: 13px; line-height: 1.8; }
.privacy-copy h3 { color: #eef3f3; font-size: 15px; font-weight: 500; margin-block: 16px 6px; }
@container (max-width: 850px) { .widget-grid { grid-template-columns: 1fr; } .widget-art { height: 110px; } }
@media (max-width: 520px) {
  .donate-topbar { padding: 16px; }
  .donate-topbar .brand-text { font-size: 20px; }
  .donate-demo { max-width: 100px; text-align: right; line-height: 1.5; }
  .donate-card { padding-inline: 18px; }
  .donate-layout { margin-top: 42px; }
  .donate-steps { gap: 5px; } .donate-steps li { gap: 4px; font-size: 10px; }
  .donate-form-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
