.book-theme .book-card{border:1px solid var(--border);background:var(--card);border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}.book-theme .book-card-header{border-bottom:1px solid var(--border);padding:1.25rem 1.5rem 1rem}.book-theme .book-card-title{color:var(--foreground);letter-spacing:-.01em;font-size:1rem;font-weight:700}.book-theme .book-card-description{color:var(--muted-foreground);margin-top:.25rem;font-size:.875rem}.book-theme .book-card-content{padding:1.25rem 1.5rem 1.5rem}.book-theme .book-section-kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.book-theme .book-page-title{letter-spacing:-.02em;color:var(--foreground);font-size:1.75rem;font-weight:700;line-height:1.2}.book-theme .book-page-subtitle{color:var(--muted-foreground);margin-top:.5rem;font-size:.9375rem}.book-theme .book-option{border:2px solid var(--border);text-align:left;background:var(--card);border-radius:.75rem;padding:1rem;transition:border-color .15s,background-color .15s,box-shadow .15s}.book-theme .book-option:hover:not(.book-option--selected){background:var(--muted);border-color:rgba(0,0,0,.2)}.book-theme .book-option--selected{border-color:var(--primary);background:var(--brand-orange-soft);box-shadow:0 0 0 1px var(--primary)}.book-theme .book-time-slot{border:2px solid var(--border);background:var(--card);color:var(--foreground);border-radius:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;transition:border-color .15s,background-color .15s,color .15s}.book-theme .book-time-slot:hover:not(.book-time-slot--selected){border-color:var(--primary);background:var(--brand-orange-soft)}.book-theme .book-time-slot--selected{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.book-theme .book-cta{background:var(--primary);width:100%;color:var(--primary-foreground);border:none;border-radius:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:700;transition:background-color .15s}.book-theme .book-cta:hover:not(:disabled){background:var(--brand-orange-hover)}.book-theme .book-cta:disabled{cursor:not-allowed;opacity:.45}.book-theme .book-link{color:var(--primary);text-underline-offset:2px;font-weight:600;text-decoration:underline}.book-theme .book-link:hover{color:var(--brand-orange-hover)}.book-theme .book-day--available{border:2px solid var(--border);background:var(--card);color:var(--foreground)}.book-theme .book-day--available:hover{border-color:var(--primary);background:var(--brand-orange-soft)}.book-theme .book-day--selected{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.book-theme .book-day--unavailable{background:var(--muted);color:rgba(0,0,0,.35);border-color:transparent}.book-theme .book-day--today:not(.book-day--selected){box-shadow:0 0 0 2px rgba(255,112,0,.35)}.book-theme .book-success-icon{background:var(--brand-orange-soft);width:3rem;height:3rem;color:var(--primary);border-radius:9999px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.book-theme input:focus-visible{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}.book-theme textarea:focus-visible{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}
