@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#f8f4ff;background-color:#3a1f5c}*{box-sizing:border-box}body{margin:0;background-color:#3a1f5c;color:inherit}.site-header{padding:32px 24px 0;text-align:center}.site-title{margin:0;font-family:Bebas Neue,Inter,system-ui,sans-serif;font-size:clamp(1.75rem,3vw,2.75rem);letter-spacing:.24em;font-weight:400}a{color:inherit;text-decoration:none}.page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:48px 24px}.card{background:#4b2a73;border-radius:16px;padding:24px;box-shadow:0 10px 30px #0c051859;width:100%;max-width:480px}.suggested-reads{max-width:720px;display:flex;flex-direction:column;gap:16px}.suggested-reads-toolbar{display:flex;flex-direction:column;gap:12px}.suggested-reads-count{margin:0}.suggested-read-grid{display:grid;gap:12px}.suggested-read-card{background:#40235f;border-radius:12px;padding:12px 16px;border:1px solid #6a3a92}.suggested-read-card summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.suggested-read-card summary::-webkit-details-marker{display:none}.suggested-read-title{margin:0;font-weight:600}.suggested-read-details{border-top:1px solid #5a3485;margin-top:12px;padding-top:12px;display:flex;flex-direction:column;gap:8px}.suggested-reads-links{display:flex;flex-direction:column;gap:8px;margin-top:8px}.suggested-book-autocomplete__list{max-height:220px;overflow-y:auto;padding:.25rem 0;border-radius:10px;border:1px solid #6a3a92;background:#2b163f;color:#f8f4ff;box-shadow:0 8px 20px #0c051873}.suggested-book-autocomplete__status{padding:.5rem .75rem;color:#d9cbee}.suggested-book-autocomplete__status--error{color:#ffb3c1}.suggested-book-autocomplete__option{display:block;width:100%;text-align:left;padding:.5rem .75rem;border:none;background:transparent;color:inherit;cursor:pointer}.suggested-book-autocomplete__option:hover,.suggested-book-autocomplete__option:focus-visible,.suggested-book-autocomplete__option--active{background:#4b2a73}.feature-list{margin:16px 0 24px;padding-left:20px;display:flex;flex-direction:column;gap:10px}.text-link{display:inline-flex;align-items:center;gap:6px;color:#f8f4ff;text-decoration:underline}.book-page{gap:24px;align-items:stretch}.content{flex:1;display:flex;flex-direction:column;gap:24px;max-width:780px}.nav{width:220px;background:#452567;border-radius:16px;padding:24px;height:fit-content;box-shadow:0 10px 30px #0c051859}.nav h2{margin-top:0}.nav-section{margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.nav-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#cbbbe2}.nav a{padding:8px 12px;border-radius:8px}.nav a.active,.nav a:hover{background:#5a3485}.nav .sign-out{margin-top:8px;width:100%}.hero{max-width:none}.tag{background:#f8f4ff;color:#3a1f5c;display:inline-block;padding:4px 12px;border-radius:999px;font-size:.75rem;margin:0 0 12px}.book-kicker{margin:0 0 8px;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#6d6d6d}.form{display:flex;flex-direction:column;gap:16px}.label{display:flex;flex-direction:column;font-size:.9rem;gap:8px}.progress-toggle{display:inline-flex;border-radius:999px;border:1px solid #8d6bb6;overflow:hidden;width:fit-content}.progress-toggle button{background:transparent;border:none;padding:6px 14px;font-size:.85rem}.progress-toggle button.active{background:#8d6bb6;color:#f8f4ff}.progress-toggle button:focus-visible{outline:2px solid #f8f4ff;outline-offset:2px}input,textarea,select{font-size:1rem;padding:10px 12px;border-radius:10px;border:1px solid #8d6bb6;background:#3f225f;color:#f8f4ff}button{background:#6a36a5;color:#f8f4ff;border:1px solid #8d6bb6;padding:12px 16px;border-radius:10px;font-size:1rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.muted{color:#cbbbe2}.hint{margin-top:16px;font-size:.85rem;color:#cbbbe2}.error{color:#b00020}.code-box{background:#5a3485;border-radius:12px;padding:12px;font-size:1.5rem;text-align:center;margin:16px 0;font-weight:600}.comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.comment-list{display:flex;flex-direction:column;gap:16px;max-height:320px;overflow-y:auto;padding-right:8px}.comment{background:#512f79;border-radius:12px;padding:12px 14px;border:1px solid transparent;box-shadow:inset 4px 0 0 var(--marker-color, transparent)}.comment.active{border-color:#f8f4ff;box-shadow:0 0 0 2px #f8f4ff40}.comment-meta{display:flex;gap:8px;align-items:center;font-weight:600}.timeline{display:flex;flex-direction:column;gap:12px}.timeline-track{position:relative;height:8px;border-radius:999px;background:#7a54a6}.timeline-marker{position:absolute;left:var(--position);top:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:999px;background:var(--marker-color, #f8f4ff);color:#3a1f5c;display:flex;align-items:center;justify-content:center;font-size:.85rem;box-shadow:0 6px 12px #0003;border:2px solid transparent}.timeline-marker.active{border-color:#f8f4ff;box-shadow:0 0 0 3px #f8f4ff66,0 6px 12px #0003}.timeline-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#cbbbe2}.pill{background:#7a54a6;border-radius:999px;padding:2px 8px;font-size:.75rem}.small{font-size:.75rem}.meeting-planner h3{margin-top:0}.meeting-header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.meeting-nav{display:flex;align-items:center;gap:8px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:16px 0}.calendar-label{text-align:center;font-size:.75rem;color:#cbbbe2}.calendar-cell{border-radius:10px;padding:8px;min-height:54px;background:#3f225f;border:1px solid transparent;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.calendar-cell.empty{background:transparent;border:1px dashed rgba(203,187,226,.2)}.calendar-cell.day{cursor:pointer;transition:border .2s ease,background .2s ease}.calendar-cell.day:hover{border-color:#8d6bb6}.calendar-cell.suggested{background:#5a3485}.calendar-cell.selected{border-color:#f8f4ff}.calendar-vote{font-size:.75rem;background:#7a54a6;border-radius:999px;padding:2px 6px}.meeting-actions{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap}.meeting-buttons{display:flex;gap:8px;flex-wrap:wrap}.meeting-list ul,.meeting-locations ul{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-direction:column;gap:12px}.meeting-list li,.meeting-locations li{background:#512f79;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.next-meeting{margin-top:12px;padding:12px;border-radius:12px;background:#ffffff14;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;text-align:center}.next-meeting h2{margin:0}.next-meeting horizontal{flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}.next-meeting .countdown{font-weight:600;font-size:2.24rem;margin:0;letter-spacing:.02em}@media (max-width: 900px){.book-page{flex-direction:column}.nav{width:100%}}@media (max-width: 700px){.timeline{flex-direction:row;align-items:center;gap:16px}.timeline-track{width:8px;height:240px}.timeline-marker{left:50%;top:var(--position)}.timeline-labels{flex-direction:column;height:240px;align-items:center;justify-content:space-between}}
