.rehearsal-sheet { border: 0; border-radius: 0; background-color: transparent; box-shadow: none; }
.paper-card { border: 0; border-radius: 0; background-color: rgba(255, 253, 248, 0.92); box-shadow: none; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 0; padding: 11px 21px; font-weight: 650; font-size: 15px; text-decoration: none; transition: transform 150ms ease, opacity 150ms ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: 0.58; transform: none; }
.button-primary { min-height: 64px; padding: 14px 46px; color: #fff; background: transparent var(--image2-button-wide) center / 100% 100% no-repeat; text-shadow: 0 1px 2px rgba(12, 37, 80, 0.38); }
.button-primary:hover { background-image: var(--image2-button-wide); }
.button-secondary, .button-plain { color: var(--brand-dark); background: rgba(24, 79, 186, 0.08); }
.button-danger { min-height: 40px; padding: 8px 0; color: var(--danger); background: transparent; font-size: 13px; }
.text-action { border: 0; padding: 8px 2px; color: var(--ink-soft); background: transparent; text-decoration: underline; text-decoration-color: rgba(37, 42, 50, 0.25); text-underline-offset: 4px; }
.text-action:hover { color: var(--brand-dark); text-decoration-color: currentColor; }
.room-label { margin-bottom: 17px; color: var(--brand); font-weight: 700; font-size: 13px; }
.eyebrow { margin-bottom: 12px; color: var(--brand); font-weight: 700; font-size: 13px; }
.muted, .small-copy { color: var(--ink-soft); }
.small-copy { font-size: 13px; }
.section-title { max-width: 760px; margin-bottom: 12px; font-size: clamp(30px, 4vw, 44px); line-height: 1.25; font-weight: 680; }
.section-intro { max-width: 690px; margin-bottom: 0; color: var(--ink-soft); font-size: 16px; }
.field-label { display: block; margin-bottom: 9px; color: var(--ink); font-weight: 650; font-size: 14px; }
.text-area, .text-input { display: block; width: 100%; border: 0; border-bottom: 1px solid rgba(61,54,43,0.24); border-radius: 0; padding: 15px 2px; color: var(--ink); background: rgba(247,242,232,0.54); resize: vertical; }
.text-area:focus, .text-input:focus { border-bottom-color: var(--brand); background: rgba(247,242,232,0.82); }
.text-area::placeholder, .text-input::placeholder { color: var(--ink-faint); }
.form-field + .form-field { margin-top: 28px; }
.form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.notice { min-height: 74px; margin: 20px 0; border: 0; padding: 23px 42px 17px; color: #65392f; background: transparent var(--image2-error) center / 100% 100% no-repeat; font-size: 14px; }
.status-notice { margin: 18px 0; color: #3f6747; font-weight: 650; font-size: 14px; }
.privacy-notice { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.privacy-notice strong { font-size: 13px; }
.privacy-notice p { max-width: 760px; margin: 6px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.history-data-actions { display: flex; justify-content: flex-end; margin-top: 20px; }
.empty-state { margin-top: 34px; padding: 35px 0; border-top: 1px solid var(--line); text-align: left; }
.cat-portrait { display: block; width: min(100%, 350px); height: auto; object-fit: contain; filter: drop-shadow(0 18px 13px rgba(65,52,34,0.13)); }
.pill { color: var(--brand-dark); font-size: 12px; font-weight: 650; }
.loading-line { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 14px; }
.loading-line::before { width: 72px; height: 14px; content: ""; background: transparent var(--image2-loading) center / 100% 100% no-repeat; animation: loading-pulse 1s ease-in-out infinite alternate; }
@keyframes loading-pulse { to { opacity: 0.45; transform: translateX(3px); } }
