.loading { min-height: 100vh; display: grid; place-items: center; color: #d1497b; font-size: 14px; }
.notice-modal-text { white-space: pre-wrap; text-align: left; line-height: 1.7; color: #555; font-size: 14px; margin: 18px 0 4px; max-height: 55vh; overflow: auto; }
.copy-chip { border: 0; background-color: #ff758f; color: white; padding: 5px 12px; border-radius: 15px; font-size: 11px; font-weight: bold; cursor: pointer; flex: 0 0 auto; }
.error-screen { padding: 60px 24px; color: #a33; text-align: center; line-height: 1.7; }
.command-desc { overflow-wrap: anywhere; }
@media (prefers-reduced-motion: reduce) { .sakura { display: none !important; } * { scroll-behavior: auto !important; } }
