.VenueBookingModal-module__J11hUa__overlay{z-index:100;padding:var(--space-m);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.VenueBookingModal-module__J11hUa__venueBookingModal{background:var(--color-neutral-900);border-radius:var(--radius-xl);border:1px solid #ffffff1a;width:100%;max-width:500px;max-height:90vh;position:relative;overflow-y:auto}.VenueBookingModal-module__J11hUa__close{top:var(--space-m);right:var(--space-m);color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute}.VenueBookingModal-module__J11hUa__header{padding:var(--space-xl);border-bottom:1px solid #ffffff1a}.VenueBookingModal-module__J11hUa__header h2{font-size:var(--text-xl);font-weight:var(--font-bold);color:#fff;margin-bottom:var(--space-xs)}.VenueBookingModal-module__J11hUa__venueInfo{align-items:center;gap:var(--space-xs);color:#fff9;font-size:var(--text-sm);display:flex}.VenueBookingModal-module__J11hUa__form{padding:var(--space-xl)}.VenueBookingModal-module__J11hUa__error{padding:var(--space-m);border-radius:var(--radius-m);color:#ef4444;font-size:var(--text-sm);margin-bottom:var(--space-l);background:#ef44441a;border:1px solid #ef44444d}.VenueBookingModal-module__J11hUa__section{margin-bottom:var(--space-l)}.VenueBookingModal-module__J11hUa__section h3{font-size:var(--text-base);font-weight:var(--font-semibold);color:#fff;margin-bottom:var(--space-m)}.VenueBookingModal-module__J11hUa__slots{gap:var(--space-s);max-height:200px;display:grid;overflow-y:auto}.VenueBookingModal-module__J11hUa__slot{padding:var(--space-m);border-radius:var(--radius-m);cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:space-between;align-items:center;transition:all .2s;display:flex}.VenueBookingModal-module__J11hUa__slot:hover{background:#ffffff1a}.VenueBookingModal-module__J11hUa__slotSelected{border-color:var(--accent);background:#c25e3a26}.VenueBookingModal-module__J11hUa__slotDate,.VenueBookingModal-module__J11hUa__slotTime{align-items:center;gap:var(--space-xs);color:#fff;font-size:var(--text-sm);display:flex}.VenueBookingModal-module__J11hUa__slotTime{color:#fff9}.VenueBookingModal-module__J11hUa__noSlots{color:#ffffff80;text-align:center;padding:var(--space-l)}.VenueBookingModal-module__J11hUa__field{margin-bottom:var(--space-m)}.VenueBookingModal-module__J11hUa__field label{font-size:var(--text-sm);color:#ffffffb3;margin-bottom:var(--space-xs);display:block}.VenueBookingModal-module__J11hUa__field input,.VenueBookingModal-module__J11hUa__field textarea{width:100%;padding:var(--space-m);border-radius:var(--radius-m);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;font-size:1rem}.VenueBookingModal-module__J11hUa__summary{border-radius:var(--radius-m);padding:var(--space-m);margin-bottom:var(--space-l);background:#ffffff08;border:1px solid #ffffff1a}.VenueBookingModal-module__J11hUa__summary h4{font-size:var(--text-sm);font-weight:var(--font-semibold);color:#fff;margin-bottom:var(--space-m)}.VenueBookingModal-module__J11hUa__summaryRow{padding:var(--space-xs) 0;font-size:var(--text-sm);justify-content:space-between;display:flex}.VenueBookingModal-module__J11hUa__summaryRow span:first-child{color:#fff9}.VenueBookingModal-module__J11hUa__summaryRow span:last-child{color:#fff}.VenueBookingModal-module__J11hUa__summaryRowTotal{margin-top:var(--space-s);padding-top:var(--space-s);font-weight:var(--font-semibold);border-top:1px solid #ffffff1a}.VenueBookingModal-module__J11hUa__actions{gap:var(--space-m);justify-content:flex-end;display:flex}.VenueBookingModal-module__J11hUa__btn{align-items:center;gap:var(--space-xs);padding:var(--space-m) var(--space-l);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;border:none;transition:all .2s;display:inline-flex}.VenueBookingModal-module__J11hUa__btnSecondary{color:#fff;background:#ffffff1a}.VenueBookingModal-module__J11hUa__btnPrimary{background:var(--accent);color:#fff}.VenueBookingModal-module__J11hUa__btn:disabled{opacity:.5;cursor:not-allowed}.VenueBookingModal-module__J11hUa__success{padding:var(--space-3xl);text-align:center}.VenueBookingModal-module__J11hUa__successIcon{width:64px;height:64px;font-size:var(--text-2xl);margin:0 auto var(--space-l);color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;display:flex}.VenueBookingModal-module__J11hUa__success h2{font-size:var(--text-xl);font-weight:var(--font-bold);color:#fff;margin-bottom:var(--space-s)}.VenueBookingModal-module__J11hUa__success p{color:#fff9;margin-bottom:var(--space-l)}
.ShareButton-module__eKwchW__share-button-wrapper{display:inline-block;position:relative}.ShareButton-module__eKwchW__share-button{align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-m);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;transition:all .2s;display:inline-flex}.ShareButton-module__eKwchW__share-button:hover{background:var(--bg-tertiary);border-color:var(--accent);color:var(--accent)}.ShareButton-module__eKwchW__share-button--icon{padding:var(--space-s);border-radius:var(--radius-full)}.ShareButton-module__eKwchW__share-button--action{border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--paper);width:44px;height:44px;color:var(--text-secondary);font-size:inherit;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-flex}.ShareButton-module__eKwchW__share-button--action:hover{background:var(--paper-2);border-color:var(--border-medium);color:var(--text-secondary)}.ShareButton-module__eKwchW__share-button--action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ShareButton-module__eKwchW__share-modal-overlay{z-index:1000;padding:var(--space-m);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ShareButton-module__eKwchW__share-modal{background:var(--bg-primary);border-radius:var(--radius-xl);width:100%;max-width:400px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.ShareButton-module__eKwchW__share-modal__header{padding:var(--space-m) var(--space-l);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;display:flex}.ShareButton-module__eKwchW__share-modal__header h3{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary)}.ShareButton-module__eKwchW__share-modal__close{border-radius:var(--radius-m);width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.ShareButton-module__eKwchW__share-modal__close:hover{background:var(--bg-secondary);color:var(--text-primary)}.ShareButton-module__eKwchW__share-modal__content{padding:var(--space-l)}.ShareButton-module__eKwchW__share-modal__title{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-m);line-height:1.4}.ShareButton-module__eKwchW__share-modal__platforms{gap:var(--space-s);margin-bottom:var(--space-l);grid-template-columns:repeat(5,1fr);display:grid}.ShareButton-module__eKwchW__share-modal__platform{align-items:center;gap:var(--space-xs);padding:var(--space-m) var(--space-s);background:var(--bg-secondary);border-radius:var(--radius-m);color:var(--text-secondary);font-size:var(--text-xs);flex-direction:column;text-decoration:none;transition:all .2s;display:flex}.ShareButton-module__eKwchW__share-modal__platform:hover{background:var(--bg-tertiary);color:var(--platform-color,var(--accent));transform:translateY(-2px)}.ShareButton-module__eKwchW__share-modal__platform svg{transition:color .2s}.ShareButton-module__eKwchW__share-modal__platform:hover svg{color:var(--platform-color,var(--accent))}.ShareButton-module__eKwchW__share-modal__copy{gap:var(--space-s);display:flex}.ShareButton-module__eKwchW__share-modal__url{padding:var(--space-s) var(--space-m);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-sm);color:var(--text-secondary);text-overflow:ellipsis;flex:1;overflow:hidden}.ShareButton-module__eKwchW__share-modal__copy-btn{align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-m);background:var(--accent);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:#fff;cursor:pointer;white-space:nowrap;border:none;transition:all .2s;display:inline-flex}.ShareButton-module__eKwchW__share-modal__copy-btn:hover{background:var(--accent-hover)}.ShareButton-module__eKwchW__share-modal__copy-btn--copied{background:var(--success)}@media (max-width:480px){.ShareButton-module__eKwchW__share-modal__platforms{grid-template-columns:repeat(3,1fr)}}
.VerifiedBadge-module__pV2fRa__verified-badge{align-items:center;gap:var(--space-3xs);color:var(--badge-color,var(--accent));flex-shrink:0;display:inline-flex}.VerifiedBadge-module__pV2fRa__verified-badge svg{fill:currentColor}.VerifiedBadge-module__pV2fRa__verified-badge__label{font-weight:var(--font-medium)}
.LearningJourney-module__z3iJgG__learningJourney{margin-top:var(--space-xl)}.LearningJourney-module__z3iJgG__container{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--space-xl)}.LearningJourney-module__z3iJgG__header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.LearningJourney-module__z3iJgG__title{align-items:center;gap:var(--space-s);font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary);display:flex}.LearningJourney-module__z3iJgG__title svg{color:var(--accent)}.LearningJourney-module__z3iJgG__subtitle{font-size:var(--text-sm);color:var(--text-tertiary);margin-top:var(--space-2xs)}.LearningJourney-module__z3iJgG__addBtn{align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-m);background:var(--accent);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:#fff;cursor:pointer;border:none;transition:all .2s;display:inline-flex}.LearningJourney-module__z3iJgG__addBtn:hover{background:var(--accent-hover)}.LearningJourney-module__z3iJgG__addBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LearningJourney-module__z3iJgG__loading{justify-content:center;align-items:center;gap:var(--space-m);padding:var(--space-3xl);color:var(--text-tertiary);flex-direction:column;display:flex}.LearningJourney-module__z3iJgG__spinner{border:3px solid var(--border-color);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:1s linear infinite LearningJourney-module__z3iJgG__spin}.LearningJourney-module__z3iJgG__stats{gap:var(--space-m);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.LearningJourney-module__z3iJgG__stat{align-items:center;gap:var(--space-2xs);padding:var(--space-l);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-l);text-align:center;flex-direction:column;display:flex}.LearningJourney-module__z3iJgG__stat svg{color:var(--accent)}.LearningJourney-module__z3iJgG__statValue{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary)}.LearningJourney-module__z3iJgG__statLabel{font-size:var(--text-xs);color:var(--text-tertiary)}.LearningJourney-module__z3iJgG__milestones{margin-bottom:var(--space-xl)}.LearningJourney-module__z3iJgG__milestonesTitle{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-secondary);margin-bottom:var(--space-m)}.LearningJourney-module__z3iJgG__milestonesGrid{gap:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.LearningJourney-module__z3iJgG__milestone{gap:var(--space-m);padding:var(--space-m);background:linear-gradient(135deg, var(--bg-primary), var(--accent-subtle));border:1px solid var(--accent-light);border-radius:var(--radius-l);cursor:default;display:flex}.LearningJourney-module__z3iJgG__milestoneIcon{background:var(--accent);border-radius:var(--radius-m);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.LearningJourney-module__z3iJgG__milestoneContent h4{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-2xs)}.LearningJourney-module__z3iJgG__milestoneContent p{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-2xs)}.LearningJourney-module__z3iJgG__milestoneDate{font-size:var(--text-xs);color:var(--text-tertiary)}.LearningJourney-module__z3iJgG__attendedQueue{margin-bottom:var(--space-xl)}.LearningJourney-module__z3iJgG__attendedQueueTitle{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-secondary);margin-bottom:var(--space-m)}.LearningJourney-module__z3iJgG__attendedQueueList{gap:var(--space-s);display:grid}.LearningJourney-module__z3iJgG__attendedQueueItem{justify-content:space-between;align-items:center;gap:var(--space-m);width:100%;padding:var(--space-m);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-m);color:var(--text-primary);text-align:left;cursor:pointer;transition:all .2s;display:flex}.LearningJourney-module__z3iJgG__attendedQueueItem:hover,.LearningJourney-module__z3iJgG__attendedQueueItemActive{border-color:var(--accent)}.LearningJourney-module__z3iJgG__attendedQueueItem:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LearningJourney-module__z3iJgG__attendedQueueItemMain{gap:var(--space-2xs);min-width:0;display:grid}.LearningJourney-module__z3iJgG__attendedQueueItemTitle{font-size:var(--text-sm);font-weight:var(--font-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LearningJourney-module__z3iJgG__attendedQueueItemMeta{font-size:var(--text-xs);color:var(--text-tertiary)}.LearningJourney-module__z3iJgG__form{gap:var(--space-m);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-l);padding:var(--space-l);margin-bottom:var(--space-xl);flex-direction:column;display:flex;overflow:hidden}.LearningJourney-module__z3iJgG__form h3{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:0}.LearningJourney-module__z3iJgG__selectedCandidate{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-s);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:0;display:inline-flex}.LearningJourney-module__z3iJgG__formGrid{gap:var(--space-m);grid-template-columns:1fr auto;margin-bottom:0;display:grid}.LearningJourney-module__z3iJgG__formGroup{gap:var(--space-xs);flex-direction:column;display:flex}.LearningJourney-module__z3iJgG__formGroup label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary)}.LearningJourney-module__z3iJgG__formGroup input,.LearningJourney-module__z3iJgG__formGroup textarea,.LearningJourney-module__z3iJgG__formGroup select{padding:var(--space-s) var(--space-m);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-base);color:var(--text-primary);width:100%;font-family:inherit}.LearningJourney-module__z3iJgG__formGroup select{cursor:pointer;appearance:auto}.LearningJourney-module__z3iJgG__formGroup input:focus,.LearningJourney-module__z3iJgG__formGroup textarea:focus,.LearningJourney-module__z3iJgG__formGroup select:focus{border-color:var(--accent);outline:none}.LearningJourney-module__z3iJgG__formGroup input:focus-visible,.LearningJourney-module__z3iJgG__formGroup textarea:focus-visible,.LearningJourney-module__z3iJgG__formGroup select:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-color:var(--accent)}.LearningJourney-module__z3iJgG__formGroup textarea{resize:vertical;min-height:80px}.LearningJourney-module__z3iJgG__photoInputRow{align-items:center;gap:var(--space-s);display:flex}.LearningJourney-module__z3iJgG__photoInputRow input{flex:1}.LearningJourney-module__z3iJgG__photoInputRow svg{color:var(--text-tertiary);flex-shrink:0}.LearningJourney-module__z3iJgG__photoFileList{gap:var(--space-xs);flex-wrap:wrap;display:flex}.LearningJourney-module__z3iJgG__photoFile{max-width:180px;padding:var(--space-2xs) var(--space-xs);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-s);font-size:var(--text-xs);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.LearningJourney-module__z3iJgG__formActions{gap:var(--space-m);margin-top:var(--space-s);padding-top:var(--space-s);justify-content:flex-end;display:flex}.LearningJourney-module__z3iJgG__formCancel{padding:var(--space-s) var(--space-l);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;transition:all .2s}.LearningJourney-module__z3iJgG__formCancel:hover{background:var(--bg-tertiary)}.LearningJourney-module__z3iJgG__formCancel:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LearningJourney-module__z3iJgG__formSubmit{justify-content:center;align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-l);background:var(--accent);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:#fff;cursor:pointer;border:none;transition:all .2s;display:inline-flex}.LearningJourney-module__z3iJgG__formSubmit:hover:not(:disabled){background:var(--accent-hover)}.LearningJourney-module__z3iJgG__formSubmit:disabled{opacity:.5;cursor:not-allowed}.LearningJourney-module__z3iJgG__formSubmit:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LearningJourney-module__z3iJgG__spin{animation:1s linear infinite LearningJourney-module__z3iJgG__spin}.LearningJourney-module__z3iJgG__timeline{position:relative}.LearningJourney-module__z3iJgG__month{margin-bottom:var(--space-xl)}.LearningJourney-module__z3iJgG__monthHeader{margin-bottom:var(--space-m);align-items:center;display:flex}.LearningJourney-module__z3iJgG__monthHeader span{padding:var(--space-xs) var(--space-m);background:var(--accent);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--font-medium);color:#fff}.LearningJourney-module__z3iJgG__events{gap:var(--space-m);padding-left:var(--space-l);flex-direction:column;display:flex}.LearningJourney-module__z3iJgG__event{gap:var(--space-m);padding:var(--space-m);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-l);transition:all .2s;display:flex;position:relative}.LearningJourney-module__z3iJgG__event:hover{border-color:var(--accent-light);box-shadow:0 4px 12px #0000001a}.LearningJourney-module__z3iJgG__eventHighlight{border-color:var(--warning);background:linear-gradient(135deg, var(--bg-primary), #fbbf240d)}.LearningJourney-module__z3iJgG__eventLine{left:calc(-1 * var(--space-l) + 8px);top:0;bottom:-var(--space-m);background:var(--border-color);width:2px;position:absolute}.LearningJourney-module__z3iJgG__event:last-child .LearningJourney-module__z3iJgG__eventLine{display:none}.LearningJourney-module__z3iJgG__eventDot{left:calc(-1 * var(--space-l));top:var(--space-m);background:var(--bg-primary);border:2px solid var(--accent);border-radius:var(--radius-full);width:20px;height:20px;color:var(--accent);justify-content:center;align-items:center;display:flex;position:absolute}.LearningJourney-module__z3iJgG__eventHighlight .LearningJourney-module__z3iJgG__eventDot{background:var(--warning);border-color:var(--warning);color:#fff}.LearningJourney-module__z3iJgG__eventContent{flex:1;min-width:0}.LearningJourney-module__z3iJgG__eventHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-m);margin-bottom:var(--space-2xs);display:flex}.LearningJourney-module__z3iJgG__eventHeader h4{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--text-primary)}.LearningJourney-module__z3iJgG__eventDate{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap}.LearningJourney-module__z3iJgG__eventDesc{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-s);line-height:1.5}.LearningJourney-module__z3iJgG__eventPhotos{gap:var(--space-xs);margin-bottom:var(--space-s);grid-template-columns:repeat(auto-fit,minmax(96px,1fr));display:grid}.LearningJourney-module__z3iJgG__eventPhoto{aspect-ratio:4/3;border-radius:var(--radius-s);object-fit:cover;width:100%}.LearningJourney-module__z3iJgG__eventLink{font-size:var(--text-sm);color:var(--accent);align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.LearningJourney-module__z3iJgG__eventLink:hover{color:var(--accent-hover);text-decoration:underline}.LearningJourney-module__z3iJgG__eventActions{gap:var(--space-xs);margin-top:var(--space-s);opacity:0;transition:opacity .2s;display:flex}.LearningJourney-module__z3iJgG__event:hover .LearningJourney-module__z3iJgG__eventActions{opacity:1}.LearningJourney-module__z3iJgG__eventActionsBtn{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-s);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:flex}.LearningJourney-module__z3iJgG__eventActionsBtn:hover{border-color:var(--accent);color:var(--accent)}.LearningJourney-module__z3iJgG__eventActionsBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LearningJourney-module__z3iJgG__eventActionsBtnActive{background:var(--warning);border-color:var(--warning);color:#fff}.LearningJourney-module__z3iJgG__eventActionsBtnActive:focus-visible{outline:2px solid var(--warning);outline-offset:2px}.LearningJourney-module__z3iJgG__showMore{justify-content:center;align-items:center;gap:var(--space-xs);width:100%;padding:var(--space-m);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);cursor:pointer;margin-top:var(--space-m);transition:all .2s;display:flex}.LearningJourney-module__z3iJgG__showMore:hover{border-color:var(--accent);color:var(--accent)}.LearningJourney-module__z3iJgG__showMore:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LearningJourney-module__z3iJgG__empty{text-align:center;padding:var(--space-3xl) var(--space-xl);color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;display:flex}.LearningJourney-module__z3iJgG__empty svg{margin-bottom:var(--space-m);opacity:.5}.LearningJourney-module__z3iJgG__empty h3{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-secondary);margin-bottom:var(--space-s)}.LearningJourney-module__z3iJgG__empty p{font-size:var(--text-sm);max-width:320px;margin-bottom:var(--space-l)}.LearningJourney-module__z3iJgG__emptyBtn{align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-l);background:var(--accent);border-radius:var(--radius-m);font-size:var(--text-sm);font-weight:var(--font-medium);color:#fff;cursor:pointer;border:none;transition:all .2s;display:inline-flex}.LearningJourney-module__z3iJgG__emptyBtn:hover{background:var(--accent-hover)}.LearningJourney-module__z3iJgG__emptyBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes LearningJourney-module__z3iJgG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.LearningJourney-module__z3iJgG__container{padding:var(--space-l)}.LearningJourney-module__z3iJgG__header{gap:var(--space-m);flex-direction:column;align-items:flex-start}.LearningJourney-module__z3iJgG__stats{gap:var(--space-s);grid-template-columns:1fr}.LearningJourney-module__z3iJgG__stat{padding:var(--space-m);flex-direction:row;justify-content:flex-start}.LearningJourney-module__z3iJgG__statValue{font-size:var(--text-xl);margin-left:var(--space-s)}.LearningJourney-module__z3iJgG__statLabel{margin-left:auto}.LearningJourney-module__z3iJgG__formGrid{grid-template-columns:1fr}.LearningJourney-module__z3iJgG__formActions{flex-direction:column-reverse}.LearningJourney-module__z3iJgG__formCancel,.LearningJourney-module__z3iJgG__formSubmit{justify-content:center;width:100%}.LearningJourney-module__z3iJgG__milestonesGrid{grid-template-columns:1fr}.LearningJourney-module__z3iJgG__eventActions{opacity:1}}
.RequestEventCTA-module__U9wMOG__requestClassCta{text-align:center;background:var(--card-bg);border:2px dashed var(--border-color);border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.RequestEventCTA-module__U9wMOG__icon{background:rgba(var(--accent-rgb), .1);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;display:flex}.RequestEventCTA-module__U9wMOG__title{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600;line-height:1.3}.RequestEventCTA-module__U9wMOG__description{color:var(--text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.RequestEventCTA-module__U9wMOG__link{background:var(--accent);color:#fff;border-radius:8px;align-items:center;gap:.5rem;margin-top:.25rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.RequestEventCTA-module__U9wMOG__link:hover{box-shadow:0 4px 12px rgba(var(--accent-rgb), .3);transform:translateY(-1px)}.RequestEventCTA-module__U9wMOG__horizontal{text-align:left;flex-direction:row;gap:1rem;padding:1.25rem 1.5rem}.RequestEventCTA-module__U9wMOG__horizontal .RequestEventCTA-module__U9wMOG__icon{flex-shrink:0}.RequestEventCTA-module__U9wMOG__horizontal .RequestEventCTA-module__U9wMOG__title{font-size:.9375rem}.RequestEventCTA-module__U9wMOG__horizontal .RequestEventCTA-module__U9wMOG__description{display:none}@media (max-width:480px){.RequestEventCTA-module__U9wMOG__horizontal{text-align:center;flex-direction:column}.RequestEventCTA-module__U9wMOG__horizontal .RequestEventCTA-module__U9wMOG__description{display:block}}
.CuriosityTagInput-module__VHGxiG__curiosity-tag-input{gap:var(--space-2xs);flex-direction:column;display:flex}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__label{font-size:var(--text-sm);color:var(--text-primary);-webkit-user-select:none;user-select:none;font-weight:600}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field{gap:var(--space-2xs);padding:var(--space-2xs) var(--space-xs);background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);cursor:text;flex-wrap:wrap;align-items:center;min-height:44px;transition:border-color .15s,box-shadow .15s;display:flex}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field--at-cap{background:var(--bg-secondary);cursor:default}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field--disabled{opacity:.55;cursor:not-allowed}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field--disabled:focus-within{border-color:var(--border-color);box-shadow:none}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field--error{border-color:var(--color-error)}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field--error:focus-within{box-shadow:0 0 0 3px #ef444426}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chips{margin:0;padding:0;list-style:none;display:contents}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip{align-items:center;gap:var(--space-3xs);padding:var(--space-3xs) var(--space-2xs);background:var(--accent-light);border:1px solid var(--accent);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;max-width:200px;line-height:1.3;display:inline-flex}@media (max-width:480px){.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip{max-width:140px}}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip-remove{border-radius:var(--radius-full);width:16px;height:16px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip-remove:hover:not(:disabled){color:var(--text-primary);background:var(--accent-subtle)}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip-remove:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip-remove:disabled{opacity:.45;cursor:not-allowed}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__input{min-width:120px;padding:var(--space-3xs) 0;font-size:var(--text-base);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;line-height:1.5}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__input::placeholder{color:var(--text-tertiary)}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__input:disabled{cursor:not-allowed}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__hint{font-size:var(--text-xs);color:var(--text-tertiary);margin:0;line-height:1.4}.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__error{font-size:var(--text-sm);color:var(--color-error);margin:0;line-height:1.4}@media (forced-colors:active){.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__chip,.CuriosityTagInput-module__VHGxiG__curiosity-tag-input__field{border:2px solid buttontext}}
.SearchAutocomplete-module__UjVVWW__wrapper{width:100%;position:relative}.SearchAutocomplete-module__UjVVWW__form{width:100%}.SearchAutocomplete-module__UjVVWW__inputWrapper{align-items:center;display:flex;position:relative}.SearchAutocomplete-module__UjVVWW__searchIcon{left:var(--space-m);width:18px;height:18px;color:var(--text-secondary);pointer-events:none;position:absolute}.SearchAutocomplete-module__UjVVWW__input{width:100%;padding:var(--space-s) var(--space-m);padding-left:calc(var(--space-m) + 28px);padding-right:calc(var(--space-m) + 44px);font-size:var(--font-size-base);color:var(--text-primary);background-color:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);line-height:1.5;transition:border-color .15s,box-shadow .15s}.SearchAutocomplete-module__UjVVWW__input::placeholder{color:var(--text-secondary)}.SearchAutocomplete-module__UjVVWW__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .15);outline:none}.SearchAutocomplete-module__UjVVWW__clearButton{width:44px;height:44px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex;position:absolute;right:0}.SearchAutocomplete-module__UjVVWW__clearButton:hover{color:var(--text-primary);background-color:var(--surface-secondary)}.SearchAutocomplete-module__UjVVWW__clearButton:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.SearchAutocomplete-module__UjVVWW__dropdown{top:calc(100% + var(--space-xs));z-index:100;background-color:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);max-height:400px;box-shadow:var(--shadow-lg);position:absolute;left:0;right:0;overflow-y:auto}.SearchAutocomplete-module__UjVVWW__section{padding:var(--space-xs) 0}.SearchAutocomplete-module__UjVVWW__section:not(:last-child){border-bottom:1px solid var(--border-secondary)}.SearchAutocomplete-module__UjVVWW__sectionHeader{padding:var(--space-xs) var(--space-m);justify-content:space-between;align-items:center;display:flex}.SearchAutocomplete-module__UjVVWW__sectionTitle{align-items:center;gap:var(--space-xs);font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:500;display:flex}.SearchAutocomplete-module__UjVVWW__clearHistoryButton{padding:var(--space-xs) var(--space-s);font-size:var(--font-size-sm);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;transition:color .15s}.SearchAutocomplete-module__UjVVWW__clearHistoryButton:hover{color:var(--accent-primary)}.SearchAutocomplete-module__UjVVWW__clearHistoryButton:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.SearchAutocomplete-module__UjVVWW__item{align-items:center;gap:var(--space-s);width:100%;padding:var(--space-s) var(--space-m);text-align:left;cursor:pointer;background:0 0;border:none;transition:background-color .1s;display:flex}.SearchAutocomplete-module__UjVVWW__item:hover,.SearchAutocomplete-module__UjVVWW__item--active,.SearchAutocomplete-module__UjVVWW__itemActive{background-color:var(--surface-secondary)}.SearchAutocomplete-module__UjVVWW__item:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-2px}.SearchAutocomplete-module__UjVVWW__itemIcon{color:var(--text-secondary);flex-shrink:0}.SearchAutocomplete-module__UjVVWW__itemText{font-size:var(--font-size-base);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.SearchAutocomplete-module__UjVVWW__suggestionContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.SearchAutocomplete-module__UjVVWW__suggestionTitle{font-size:var(--font-size-base);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.SearchAutocomplete-module__UjVVWW__suggestionMeta{font-size:var(--font-size-sm);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SearchAutocomplete-module__UjVVWW__suggestionCount{font-size:var(--font-size-xs);color:var(--text-secondary);background:var(--surface-secondary);border-radius:var(--radius-full);flex-shrink:0;margin-left:auto;padding:2px 8px}.SearchAutocomplete-module__UjVVWW__loading{align-items:center;gap:var(--space-s);padding:var(--space-m);color:var(--text-secondary);font-size:var(--font-size-sm);display:flex}.SearchAutocomplete-module__UjVVWW__loadingSpinner{border:2px solid var(--border-primary);border-top-color:var(--accent-primary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite SearchAutocomplete-module__UjVVWW__spin}@keyframes SearchAutocomplete-module__UjVVWW__spin{to{transform:rotate(360deg)}}.SearchAutocomplete-module__UjVVWW__quickFilters{gap:var(--space-xs);padding:var(--space-s) var(--space-m);border-bottom:1px solid var(--border-secondary);flex-wrap:wrap;display:flex}.SearchAutocomplete-module__UjVVWW__quickFilterChip{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-s);background:var(--surface-secondary);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-secondary);font-size:var(--font-size-xs);cursor:pointer;font-weight:500;transition:all .15s;display:flex}.SearchAutocomplete-module__UjVVWW__quickFilterChip:hover{background:rgba(var(--accent-rgb,99, 102, 241), .1);border-color:var(--accent);color:var(--accent)}.SearchAutocomplete-module__UjVVWW__quickFilterIcon{font-size:var(--font-size-sm)}.SearchAutocomplete-module__UjVVWW__popularIcon{font-size:var(--font-size-base);flex-shrink:0}.SearchAutocomplete-module__UjVVWW__trendIcon{color:var(--success);flex-shrink:0;margin-left:auto}.SearchAutocomplete-module__UjVVWW__flameIcon{color:var(--warning)}.SearchAutocomplete-module__UjVVWW__empty{align-items:center;gap:var(--space-xs);padding:var(--space-l) var(--space-m);text-align:center;flex-direction:column;display:flex}.SearchAutocomplete-module__UjVVWW__empty p{color:var(--text-primary);font-size:var(--font-size-sm);margin:0;font-weight:500}.SearchAutocomplete-module__UjVVWW__emptyIcon{color:var(--text-muted)}.SearchAutocomplete-module__UjVVWW__emptyHint{color:var(--text-muted);font-size:var(--font-size-xs)}@media (max-width:768px){.SearchAutocomplete-module__UjVVWW__dropdown{max-height:300px}.SearchAutocomplete-module__UjVVWW__input{font-size:16px}}@media (max-width:480px){.SearchAutocomplete-module__UjVVWW__dropdown{max-height:250px}.SearchAutocomplete-module__UjVVWW__sectionHeader{padding:var(--space-xs) var(--space-s)}.SearchAutocomplete-module__UjVVWW__item{padding:var(--space-s)}}
.CuriosityChips-module__hBA6Bq__curiosity-chips{gap:var(--space-2xs);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.CuriosityChips-module__hBA6Bq__curiosity-chips__chip{padding:var(--space-3xs) var(--space-xs);background:var(--accent-light);border:1px solid var(--accent);border-radius:var(--radius-full);font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;align-items:center;line-height:1.3;display:inline-flex}@media (forced-colors:active){.CuriosityChips-module__hBA6Bq__curiosity-chips__chip{border:2px solid buttontext}}
.FilterPanel-module__6pJabG__inline{top:calc(var(--header-height) + var(--space-l));background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);padding:var(--space-m);box-shadow:var(--shadow-sm);position:sticky}.FilterPanel-module__6pJabG__inlineHeader{justify-content:space-between;align-items:center;gap:var(--space-s);padding-bottom:var(--space-s);margin-bottom:var(--space-s);border-bottom:1px solid var(--border-subtle);display:flex}.FilterPanel-module__6pJabG__inlineTitle{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0;display:flex}.FilterPanel-module__6pJabG__inlineClearAll{font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;transition:color .15s;display:inline-flex}.FilterPanel-module__6pJabG__inlineClearAll:hover{color:var(--accent)}.FilterPanel-module__6pJabG__inlineClearAll:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-s)}.FilterPanel-module__6pJabG__backdrop{z-index:100100;background:#00000080;animation:.2s FilterPanel-module__6pJabG__fp-fadeIn;position:fixed;inset:0}@keyframes FilterPanel-module__6pJabG__fp-fadeIn{0%{opacity:0}to{opacity:1}}.FilterPanel-module__6pJabG__sheet{background:var(--bg-card);border-radius:var(--radius-xl) var(--radius-xl) 0 0;z-index:100101;flex-direction:column;max-height:90vh;animation:.3s cubic-bezier(.32,.72,0,1) FilterPanel-module__6pJabG__fp-slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}@keyframes FilterPanel-module__6pJabG__fp-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.FilterPanel-module__6pJabG__sheetHandleBar{padding:var(--space-s) 0 0;justify-content:center;display:flex}.FilterPanel-module__6pJabG__sheetHandle{background:var(--border-color);border-radius:9999px;width:36px;height:4px}.FilterPanel-module__6pJabG__sheetHeader{padding:var(--space-s) var(--space-l) var(--space-m);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.FilterPanel-module__6pJabG__sheetHeaderLeft{align-items:center;gap:var(--space-s);display:flex}.FilterPanel-module__6pJabG__sheetTitle{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.FilterPanel-module__6pJabG__sheetBadge{background:var(--accent);color:#fff;min-width:20px;height:20px;font-size:var(--text-xs);font-weight:var(--font-semibold);border-radius:9999px;justify-content:center;align-items:center;padding:0 6px;display:inline-flex}.FilterPanel-module__6pJabG__sheetCloseButton{background:var(--bg-secondary);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:all .15s;display:flex}.FilterPanel-module__6pJabG__sheetCloseButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.FilterPanel-module__6pJabG__sheetCloseButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterPanel-module__6pJabG__sheetContent{padding:0 var(--space-l);flex:1;overflow-y:auto}.FilterPanel-module__6pJabG__sheetFooter{gap:var(--space-m);padding:var(--space-m) var(--space-l);border-top:1px solid var(--border-subtle);background:var(--bg-card);padding-bottom:max(var(--space-m), env(safe-area-inset-bottom));display:flex}.FilterPanel-module__6pJabG__sheetClearButton{justify-content:center;align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-m);border:1px solid var(--border-color);border-radius:var(--radius-xl);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;background:0 0;min-height:44px;transition:all .15s;display:flex}.FilterPanel-module__6pJabG__sheetClearButton:hover:not(:disabled){border-color:var(--text-secondary);color:var(--text-primary)}.FilterPanel-module__6pJabG__sheetClearButton:disabled{opacity:.5;cursor:not-allowed}.FilterPanel-module__6pJabG__sheetApplyButton{padding:var(--space-s) var(--space-l);background:var(--accent);border-radius:var(--radius-xl);color:#fff;font-size:var(--text-base);font-weight:var(--font-semibold);cursor:pointer;border:none;flex:1;min-height:44px;transition:all .15s}.FilterPanel-module__6pJabG__sheetApplyButton:hover{background:var(--accent-hover,var(--accent));transform:translateY(-1px)}.FilterPanel-module__6pJabG__sheetApplyButton:active{transform:translateY(0)}.FilterPanel-module__6pJabG__sheetApplyButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterPanel-module__6pJabG__sections{flex-direction:column;display:flex}.FilterPanel-module__6pJabG__section{padding:var(--space-m) 0;border-bottom:1px solid var(--border-subtle)}.FilterPanel-module__6pJabG__section:first-child{padding-top:0}.FilterPanel-module__6pJabG__section:last-child{padding-bottom:var(--space-s);border-bottom:none}.FilterPanel-module__6pJabG__sectionTitle{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--space-s);display:flex}.FilterPanel-module__6pJabG__sectionToggle{width:100%;padding:0 0 var(--space-xs);font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;min-height:44px;transition:color .15s;display:flex}.FilterPanel-module__6pJabG__sectionToggle:hover{color:var(--text-secondary)}.FilterPanel-module__6pJabG__sectionToggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-s)}.FilterPanel-module__6pJabG__sectionToggleLabel{align-items:center;gap:var(--space-xs);display:inline-flex}.FilterPanel-module__6pJabG__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.FilterPanel-module__6pJabG__chevronOpen{transform:rotate(180deg)}.FilterPanel-module__6pJabG__sectionClear{margin-top:var(--space-s);padding:var(--space-xs) var(--space-s);border:1px solid var(--border-color);border-radius:var(--radius-m);color:var(--text-muted);font-size:var(--text-xs);cursor:pointer;background:0 0;width:100%;min-height:44px;transition:all .15s}.FilterPanel-module__6pJabG__sectionClear:hover{background:var(--bg-tertiary);color:var(--text-primary)}.FilterPanel-module__6pJabG__filterHeader{margin-bottom:var(--space-xs);font-size:var(--text-sm);color:var(--text-secondary);justify-content:space-between;align-items:center;display:flex}.FilterPanel-module__6pJabG__filterLabel{font-weight:var(--font-medium);color:var(--text-secondary)}.FilterPanel-module__6pJabG__filterValue{font-weight:var(--font-medium);color:var(--text-primary);font-size:var(--text-sm)}.FilterPanel-module__6pJabG__filterError{font-size:var(--text-xs);color:var(--error,#c4533c);margin:.4rem 0 0;line-height:1.35}.FilterPanel-module__6pJabG__filterHint{font-size:var(--text-xs);color:var(--text-muted);margin:.4rem 0 0;line-height:1.35}.FilterPanel-module__6pJabG__locationField{align-items:center;gap:var(--space-xs);background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-m);padding:var(--space-xs) var(--space-s);min-height:44px;transition:all .2s;display:flex}.FilterPanel-module__6pJabG__locationField:focus-within{border-color:var(--accent);background:var(--bg-secondary)}.FilterPanel-module__6pJabG__locationIcon{color:var(--text-muted);flex-shrink:0}.FilterPanel-module__6pJabG__locationInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem}.FilterPanel-module__6pJabG__locationInput::placeholder{color:var(--text-muted)}.FilterPanel-module__6pJabG__slider{appearance:none;cursor:pointer;background:0 0;border-radius:2px;width:100%;height:44px}.FilterPanel-module__6pJabG__slider::-webkit-slider-runnable-track{background:var(--border-color);border-radius:2px;height:4px}.FilterPanel-module__6pJabG__slider::-moz-range-track{background:var(--border-color);border-radius:2px;height:4px}.FilterPanel-module__6pJabG__slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:16px;height:16px;margin-top:-6px;box-shadow:0 2px 8px #c25e3a66}.FilterPanel-module__6pJabG__slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.FilterPanel-module__6pJabG__slider:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.FilterPanel-module__6pJabG__slider:disabled{opacity:.5;cursor:not-allowed}.FilterPanel-module__6pJabG__slider:disabled::-webkit-slider-thumb{cursor:not-allowed;box-shadow:none}.FilterPanel-module__6pJabG__optionList{flex-direction:column;gap:2px;display:flex}.FilterPanel-module__6pJabG__optionButton{padding:var(--space-xs) var(--space-s);border-radius:var(--radius-m);color:var(--text-secondary);font-size:var(--text-sm);text-align:left;cursor:pointer;background:0 0;border:none;min-height:44px;transition:all .15s}.FilterPanel-module__6pJabG__optionButton:hover{background:var(--bg-secondary);color:var(--text-primary)}.FilterPanel-module__6pJabG__optionButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterPanel-module__6pJabG__optionButtonActive{background:var(--accent);color:#fff;font-weight:var(--font-medium)}.FilterPanel-module__6pJabG__optionButtonActive:hover{background:var(--accent);color:#fff}.FilterPanel-module__6pJabG__categoryButton{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-s);border-radius:var(--radius-m);color:var(--text-secondary);font-size:var(--text-sm);text-align:left;cursor:pointer;background:0 0;border:none;min-height:44px;transition:all .15s;display:flex}.FilterPanel-module__6pJabG__categoryButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.FilterPanel-module__6pJabG__categoryButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterPanel-module__6pJabG__categoryIcon{font-size:var(--text-base);line-height:1}.FilterPanel-module__6pJabG__skills{margin-top:var(--space-s)}.FilterPanel-module__6pJabG__skillsSearch{margin-bottom:var(--space-s);position:relative}.FilterPanel-module__6pJabG__skillsSearchIcon{left:var(--space-s);color:var(--text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.FilterPanel-module__6pJabG__skillsSearchInput{width:100%;padding:var(--space-xs) var(--space-l) var(--space-xs) calc(var(--space-s) + 20px);border:1px solid var(--border-color);border-radius:var(--radius-m);background:var(--bg-secondary);color:var(--text-primary);min-height:44px;font-size:1rem;transition:all .15s}.FilterPanel-module__6pJabG__skillsSearchInput:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light,#c25e3a33);outline:none}.FilterPanel-module__6pJabG__skillsSearchInput::placeholder{color:var(--text-muted)}.FilterPanel-module__6pJabG__skillsSearchClear{width:44px;height:44px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-s);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.FilterPanel-module__6pJabG__skillsSearchClear:hover{color:var(--text-secondary);background:var(--bg-tertiary)}.FilterPanel-module__6pJabG__skillsLoading{align-items:center;gap:var(--space-xs);padding:var(--space-m);color:var(--text-muted);font-size:var(--text-xs);display:flex}.FilterPanel-module__6pJabG__skillsEmpty{padding:var(--space-m);color:var(--text-muted);font-size:var(--text-xs);text-align:center;margin:0}.FilterPanel-module__6pJabG__skillsList{flex-direction:column;gap:4px;max-height:300px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.FilterPanel-module__6pJabG__skillItem{align-items:center;gap:4px;display:flex}.FilterPanel-module__6pJabG__skillButton{padding:var(--space-xs) var(--space-s);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-m);font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;text-align:left;flex:1;justify-content:space-between;align-items:center;min-height:44px;transition:all .15s;display:flex}.FilterPanel-module__6pJabG__skillButton:hover{background:var(--bg-tertiary);border-color:var(--border-subtle);color:var(--text-primary)}.FilterPanel-module__6pJabG__skillButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterPanel-module__6pJabG__skillButtonActive{background:var(--accent-subtle,#c25e3a26);border-color:var(--accent);color:var(--accent)}.FilterPanel-module__6pJabG__skillName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.FilterPanel-module__6pJabG__skillCount{color:var(--text-muted);background:var(--bg-tertiary);border-radius:9999px;flex-shrink:0;padding:2px 6px;font-size:10px}.FilterPanel-module__6pJabG__skillButtonActive .FilterPanel-module__6pJabG__skillCount{background:var(--accent);color:#fff}.FilterPanel-module__6pJabG__skillExplore{border:1px solid var(--border-color);border-radius:var(--radius-s);width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.FilterPanel-module__6pJabG__skillExplore:hover{background:var(--bg-tertiary);border-color:var(--accent);color:var(--accent)}.FilterPanel-module__6pJabG__skillExplore:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.FilterPanel-module__6pJabG__skillExploreIcon{transform:rotate(-90deg)}.FilterPanel-module__6pJabG__countBadge{min-width:18px;height:18px;margin-left:var(--space-xs);background:var(--accent);color:#fff;font-size:var(--text-xs);font-weight:var(--font-semibold);border-radius:9999px;justify-content:center;align-items:center;padding:0 5px;display:inline-flex}.FilterPanel-module__6pJabG__spinning{animation:1s linear infinite FilterPanel-module__6pJabG__fp-spin}@keyframes FilterPanel-module__6pJabG__fp-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FilterPanel-module__6pJabG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.DateWindowPills-module__iKRKxW__dateWindowPills{align-items:center;gap:var(--space-2xs);flex-wrap:wrap;display:flex}.DateWindowPills-module__iKRKxW__dateWindowPill{min-height:36px;padding:0 var(--space-s);border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--paper);color:var(--ink-2);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.DateWindowPills-module__iKRKxW__dateWindowPill:hover{border-color:var(--terra);color:var(--terra-deep);background:var(--terra-soft)}.DateWindowPills-module__iKRKxW__dateWindowPill:focus-visible{border-color:var(--terra);outline:none}.DateWindowPills-module__iKRKxW__dateWindowPill:active{transform:scale(.97)}.DateWindowPills-module__iKRKxW__dateWindowPillActive{background:var(--ink);border-color:var(--ink);color:var(--paper)}.DateWindowPills-module__iKRKxW__dateWindowPillActive:hover{background:var(--ink-2);border-color:var(--ink-2);color:var(--paper)}.DateWindowPills-module__iKRKxW__dateWindowPillActive:focus-visible{background:var(--ink);border-color:var(--ink);color:var(--paper);outline:none}@media (max-width:640px){.DateWindowPills-module__iKRKxW__dateWindowPills{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.DateWindowPills-module__iKRKxW__dateWindowPills::-webkit-scrollbar{display:none}}
.PostcardStarter-module__3EnlhG__starter{background:var(--pc-card);border:1px solid var(--pc-rule);border-left:3px solid var(--accent);max-width:720px;box-shadow:var(--pc-shadow-card);font-family:var(--pc-sans);color:var(--pc-ink);border-radius:12px;margin:0 auto 36px;padding:24px 24px 18px}.PostcardStarter-module__3EnlhG__header{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.PostcardStarter-module__3EnlhG__kicker{font-family:var(--pc-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep);align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.PostcardStarter-module__3EnlhG__lede{font-family:var(--pc-serif);color:var(--pc-ink-soft);max-width:56ch;margin:0;font-size:15px;line-height:1.55}.PostcardStarter-module__3EnlhG__milestones{flex-wrap:wrap;gap:8px;margin:0 0 18px;padding:0;list-style:none;display:flex}.PostcardStarter-module__3EnlhG__milestone{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:5px 11px 5px 6px;font-size:13px;font-weight:500;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.PostcardStarter-module__3EnlhG__milestoneMarker{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:600;display:inline-flex}.PostcardStarter-module__3EnlhG__milestoneLabel{white-space:nowrap}.PostcardStarter-module__3EnlhG__milestone--done{background:var(--pc-olive-soft);border-color:var(--pc-rule-soft);color:var(--pc-olive-deep)}.PostcardStarter-module__3EnlhG__milestone--done .PostcardStarter-module__3EnlhG__milestoneMarker{background:var(--pc-olive-deep);color:var(--pc-card)}.PostcardStarter-module__3EnlhG__milestone--active{background:var(--accent-soft);border-color:var(--pc-rule);color:var(--accent-deep)}.PostcardStarter-module__3EnlhG__milestone--active .PostcardStarter-module__3EnlhG__milestoneMarker{background:var(--accent);color:var(--pc-card)}.PostcardStarter-module__3EnlhG__milestone--pending{border-color:var(--pc-rule);color:var(--pc-ink-mute);background:0 0}.PostcardStarter-module__3EnlhG__milestone--pending .PostcardStarter-module__3EnlhG__milestoneMarker{background:var(--pc-ground);color:var(--pc-ink-mute)}.PostcardStarter-module__3EnlhG__body{background:var(--pc-card);border:1px solid var(--pc-rule);border-radius:10px;padding:18px 18px 14px}.PostcardStarter-module__3EnlhG__step{flex-direction:column;gap:10px;display:flex}.PostcardStarter-module__3EnlhG__stepTitle{font-family:var(--pc-serif);color:var(--pc-ink);align-items:center;gap:8px;margin:0;font-size:19px;font-weight:600;line-height:1.3;display:inline-flex}.PostcardStarter-module__3EnlhG__stepHelp{color:var(--pc-ink-soft);max-width:60ch;margin:0;font-size:14px;line-height:1.55}.PostcardStarter-module__3EnlhG__inputWrap{align-items:center;gap:8px;display:flex;position:relative}.PostcardStarter-module__3EnlhG__input{width:100%;color:var(--pc-ink);background:var(--pc-card);border:1px solid var(--pc-rule);border-radius:8px;flex:1;padding:10px 64px 10px 14px;font-family:inherit;font-size:15px;line-height:1.4;transition:border-color .15s,box-shadow .15s}.PostcardStarter-module__3EnlhG__input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.PostcardStarter-module__3EnlhG__counter{font-variant-numeric:tabular-nums;color:var(--pc-ink-mute);pointer-events:none;font-size:12px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.PostcardStarter-module__3EnlhG__textarea{color:var(--pc-ink);background:var(--pc-card);border:1px solid var(--pc-rule);resize:vertical;border-radius:8px;min-height:5.5rem;padding:10px 14px;font-family:inherit;font-size:15px;line-height:1.55;transition:border-color .15s,box-shadow .15s}.PostcardStarter-module__3EnlhG__textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.PostcardStarter-module__3EnlhG__examples{flex-wrap:wrap;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.PostcardStarter-module__3EnlhG__exampleChip{color:var(--pc-ink-soft);background:var(--pc-card);border:1px dashed var(--pc-rule);cursor:pointer;text-align:left;white-space:normal;border-radius:6px;max-width:100%;padding:6px 10px;font-family:inherit;font-size:13px;line-height:1.3;transition:background .15s,border-color .15s,color .15s}.PostcardStarter-module__3EnlhG__exampleChip:hover{border-color:var(--accent);color:var(--pc-ink)}.PostcardStarter-module__3EnlhG__exampleChip:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.PostcardStarter-module__3EnlhG__error{color:var(--color-danger,var(--accent-deep));margin:0;font-size:14px;line-height:1.4}.PostcardStarter-module__3EnlhG__actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:6px;display:flex}.PostcardStarter-module__3EnlhG__primaryBtn{color:var(--pc-card);background:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex}.PostcardStarter-module__3EnlhG__primaryBtn:hover:not(:disabled){background:var(--accent-deep);border-color:var(--accent-deep)}.PostcardStarter-module__3EnlhG__primaryBtn:active:not(:disabled){transform:translateY(1px)}.PostcardStarter-module__3EnlhG__primaryBtn:focus-visible{box-shadow:0 0 0 3px var(--accent-soft);outline:none}.PostcardStarter-module__3EnlhG__primaryBtn:disabled{opacity:.55;cursor:not-allowed}.PostcardStarter-module__3EnlhG__secondaryBtn{color:var(--pc-ink-soft);border:1px solid var(--pc-rule);cursor:pointer;background:0 0;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:color .15s,border-color .15s}.PostcardStarter-module__3EnlhG__secondaryBtn:hover:not(:disabled){color:var(--pc-ink);border-color:var(--pc-ink)}.PostcardStarter-module__3EnlhG__secondaryBtn:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.PostcardStarter-module__3EnlhG__secondaryBtn:disabled{opacity:.55;cursor:not-allowed}.PostcardStarter-module__3EnlhG__footer{border-top:1px solid var(--pc-rule);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding-top:12px;font-size:13px;display:flex}.PostcardStarter-module__3EnlhG__footerCount{color:var(--pc-ink-mute);font-variant-numeric:tabular-nums}.PostcardStarter-module__3EnlhG__footerLink{color:var(--pc-ink-soft);cursor:pointer;font:inherit;background:0 0;border:none;border-radius:4px;padding:4px 6px;text-decoration:none;transition:color .15s}.PostcardStarter-module__3EnlhG__footerLink:hover{color:var(--accent-deep)}.PostcardStarter-module__3EnlhG__footerLink:focus-visible{color:var(--accent-deep);box-shadow:0 0 0 3px var(--accent-soft);outline:none;text-decoration:underline}@media (max-width:720px){.PostcardStarter-module__3EnlhG__starter{margin:0 12px 28px;padding:20px 18px 16px}.PostcardStarter-module__3EnlhG__body{padding:14px}.PostcardStarter-module__3EnlhG__stepTitle{font-size:17px}.PostcardStarter-module__3EnlhG__lede{font-size:14px}.PostcardStarter-module__3EnlhG__milestoneLabel{font-size:12px}.PostcardStarter-module__3EnlhG__actions{flex-direction:column-reverse;align-items:stretch}.PostcardStarter-module__3EnlhG__primaryBtn,.PostcardStarter-module__3EnlhG__secondaryBtn{justify-content:center}.PostcardStarter-module__3EnlhG__footer{flex-direction:column;align-items:flex-start;gap:6px}}@media (prefers-reduced-motion:reduce){.PostcardStarter-module__3EnlhG__milestone,.PostcardStarter-module__3EnlhG__input,.PostcardStarter-module__3EnlhG__textarea,.PostcardStarter-module__3EnlhG__exampleChip,.PostcardStarter-module__3EnlhG__primaryBtn,.PostcardStarter-module__3EnlhG__secondaryBtn,.PostcardStarter-module__3EnlhG__footerLink{transition:none}}
.ExploreTypeTabs-module__-_mnIa__exploreTypeTabs{align-items:center;gap:var(--space-2xs);border-bottom:2px solid var(--border-color);flex-wrap:wrap;margin-bottom:0;padding-bottom:0;display:flex}.ExploreTypeTabs-module__-_mnIa__exploreTypeTab{min-height:44px;padding:0 var(--space-s);color:var(--ink-3);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;margin-bottom:-2px;transition:color .15s;display:inline-flex;position:relative}.ExploreTypeTabs-module__-_mnIa__exploreTypeTab:after{content:"";bottom:0;left:var(--space-s);right:var(--space-s);background:0 0;border-radius:1px;height:2px;transition:background .15s;position:absolute}.ExploreTypeTabs-module__-_mnIa__exploreTypeTab:hover{color:var(--ink)}.ExploreTypeTabs-module__-_mnIa__exploreTypeTab:focus-visible{outline:2px solid var(--terra);outline-offset:-2px;border-radius:var(--radius-s);color:var(--ink)}.ExploreTypeTabs-module__-_mnIa__exploreTypeTabActive{color:var(--ink);font-weight:var(--font-semibold)}.ExploreTypeTabs-module__-_mnIa__exploreTypeTabActive:after{background:var(--terra)}@media (max-width:480px){.ExploreTypeTabs-module__-_mnIa__exploreTypeTabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.ExploreTypeTabs-module__-_mnIa__exploreTypeTabs::-webkit-scrollbar{display:none}}
.CompleteProfileCTA-module__JbMdja__cta{background:color-mix(in srgb, var(--pc-card) 70%, var(--accent-soft) 30%);border:1px solid var(--pc-rule);border-left:3px solid var(--accent);border-radius:4px;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;max-width:760px;margin:0 auto 28px;padding:18px 22px;display:grid}.CompleteProfileCTA-module__JbMdja__cta__icon{background:var(--accent);width:36px;height:36px;color:var(--pc-card);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.CompleteProfileCTA-module__JbMdja__cta__copy{min-width:0}.CompleteProfileCTA-module__JbMdja__cta__heading{font-family:var(--pc-serif);color:var(--pc-ink);margin:0 0 2px;font-size:17px;font-weight:600;line-height:1.3}.CompleteProfileCTA-module__JbMdja__cta__sub{font-family:var(--pc-sans);color:var(--pc-ink-mute);margin:0;font-size:13px;line-height:1.4}.CompleteProfileCTA-module__JbMdja__cta__action{background:var(--pc-ink);color:var(--pc-card);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:3px;align-items:center;gap:6px;padding:9px 16px;font-size:11px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.CompleteProfileCTA-module__JbMdja__cta__action:hover{opacity:.88}.CompleteProfileCTA-module__JbMdja__cta__action:active{transform:translateY(1px)}.CompleteProfileCTA-module__JbMdja__cta__action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (max-width:760px){.CompleteProfileCTA-module__JbMdja__cta{grid-template-columns:auto 1fr;grid-template-areas:"icon copy""action action";gap:12px 14px;margin-left:16px;margin-right:16px;padding:16px 18px}.CompleteProfileCTA-module__JbMdja__cta__icon{grid-area:icon}.CompleteProfileCTA-module__JbMdja__cta__copy{grid-area:copy}.CompleteProfileCTA-module__JbMdja__cta__action{grid-area:action;justify-content:center;padding:11px 16px}.CompleteProfileCTA-module__JbMdja__cta__heading{font-size:16px}}
.OrgFollowButton-module__kZskiW__org-follow-btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--bg-primary);border:1px solid var(--primary);border-radius:var(--radius-full);color:var(--primary);font-size:var(--text-sm);cursor:pointer;font-weight:500;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.OrgFollowButton-module__kZskiW__org-follow-btn:hover:not(:disabled){background:var(--primary);color:#fff}.OrgFollowButton-module__kZskiW__org-follow-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.OrgFollowButton-module__kZskiW__org-follow-btn:disabled{opacity:.7;cursor:not-allowed}.OrgFollowButton-module__kZskiW__org-follow-btn--following{background:var(--primary);color:#fff}.OrgFollowButton-module__kZskiW__org-follow-btn--following:hover:not(:disabled){background:var(--error);border-color:var(--error)}.OrgFollowButton-module__kZskiW__org-follow-btn--sm{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);gap:var(--space-1)}.OrgFollowButton-module__kZskiW__org-follow-btn--lg{padding:var(--space-3) var(--space-5);font-size:var(--text-base)}.OrgFollowButton-module__kZskiW__org-follow-btn__spinner{animation:1s linear infinite OrgFollowButton-module__kZskiW__org-follow-spin}@keyframes OrgFollowButton-module__kZskiW__org-follow-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ProfilePostcards-module__ixXJea__postcards{--pc-ground:var(--paper-3);--pc-card:color-mix(in srgb, var(--paper) 35%, var(--color-on-solid));--pc-ink:var(--ink);--pc-ink-soft:var(--ink-2);--pc-ink-mute:var(--ink-3);--pc-rule:#1a161426;--pc-rule-soft:#1a16141a;--pc-terra:var(--terra);--pc-terra-soft:var(--terra-soft);--pc-terra-deep:var(--terra-deep);--pc-olive:var(--olive);--pc-olive-soft:var(--olive-soft);--pc-olive-deep:var(--olive-deep);--pc-plum:color-mix(in srgb, var(--plum) 86%, var(--paper));--pc-sage:var(--sage);--pc-gold:color-mix(in srgb, var(--warning) 56%, var(--terra-deep));--pc-note:color-mix(in srgb, var(--warning) 18%, var(--paper));--pc-note-text:color-mix(in srgb, var(--ink) 86%, var(--warning));--pc-tag-warm:color-mix(in srgb, var(--terra-soft) 70%, var(--paper));--pc-tag-parchment:color-mix(in srgb, var(--paper-3) 86%, var(--warning));--pc-tag-news:color-mix(in srgb, var(--paper-2) 86%, var(--warning));--pc-slip:color-mix(in srgb, var(--paper) 86%, var(--color-on-solid));--pc-film-ink:var(--ink-fixed);--pc-film-ink-deep:var(--color-neutral-950);--pc-film-frame:var(--color-neutral-800);--pc-film-text:color-mix(in srgb, var(--terra-soft) 86%, var(--color-on-solid));--pc-photo-text:var(--pc-tag-parchment);--pc-olive-dark:color-mix(in srgb, var(--olive-deep) 50%, var(--ink-fixed));--pc-plum-dark:color-mix(in srgb, var(--plum) 52%, var(--ink-fixed));--pc-terra-dark:color-mix(in srgb, var(--terra-deep) 58%, var(--ink-fixed));--pc-sage-dark:color-mix(in srgb, var(--sage) 45%, var(--ink-fixed));--pc-cover-muted:color-mix(in srgb, var(--ink-3) 60%, var(--olive-deep));--pc-shadow:6px 8px 20px #14100c1f, 1px 2px 0 #0000000f;--pc-shadow-card:3px 4px 0 #00000014;--accent:var(--pc-terra);--accent-soft:var(--pc-terra-soft);--accent-deep:var(--pc-terra-deep);--pc-serif:var(--font-serif,"Source Serif 4"), Georgia, serif;--pc-sans:var(--font-jakarta,"Plus Jakarta Sans"), system-ui, sans-serif;--pc-mono:var(--font-geist-mono,"Geist Mono"), ui-monospace, monospace}.ProfilePostcards-module__ixXJea__kickerAccent{color:var(--accent)}.ProfilePostcards-module__ixXJea__spaceBelow{margin-bottom:14px}.ProfilePostcards-module__ixXJea__feedSourceInline{margin-top:12px;display:inline-block}.ProfilePostcards-module__ixXJea__feedSourceWrap{margin-top:12px}.ProfilePostcards-module__ixXJea__postcards[data-accent=olive]{--accent:var(--pc-olive);--accent-soft:var(--pc-olive-soft);--accent-deep:var(--pc-olive-deep)}.ProfilePostcards-module__ixXJea__postcards[data-accent=plum]{--accent:var(--pc-plum);--accent-soft:#8e557226;--accent-deep:var(--pc-plum-dark)}.ProfilePostcards-module__ixXJea__postcards[data-accent=sage]{--accent:var(--pc-sage);--accent-soft:#7c9a822e;--accent-deep:var(--pc-sage-dark)}.ProfilePostcards-module__ixXJea__postcards[data-accent=gold]{--accent:var(--pc-gold);--accent-soft:#c98a3c2e;--accent-deep:color-mix(in srgb, var(--pc-gold) 70%, var(--ink-fixed))}[data-theme=dark] .ProfilePostcards-module__ixXJea__postcards{--pc-ground:var(--paper);--pc-card:var(--paper-2);--pc-rule:#f5f0e829;--pc-rule-soft:#f5f0e814;--pc-terra-soft:#c25e3a38;--pc-olive-soft:#6b7a3e33;--pc-shadow:0 12px 32px #0000008c, 0 2px 6px #0006;--pc-shadow-card:3px 4px 0 #0006}[data-theme=dark] .ProfilePostcards-module__ixXJea__postcards[data-accent=plum]{--accent-soft:#8e55723d}[data-theme=dark] .ProfilePostcards-module__ixXJea__postcards[data-accent=sage]{--accent-soft:#7c9a8238}[data-theme=dark] .ProfilePostcards-module__ixXJea__postcards[data-accent=gold]{--accent-soft:#c98a3c38}[data-theme=dark] .ProfilePostcards-module__ixXJea__card--note{background:var(--paper-3)}[data-theme=dark] .ProfilePostcards-module__ixXJea__card--news,[data-theme=dark] .ProfilePostcards-module__ixXJea__card--slip,[data-theme=dark] .ProfilePostcards-module__ixXJea__card--tape{background:var(--paper-2)}[data-theme=dark] .ProfilePostcards-module__ixXJea__pinnedTag:nth-child(2n),[data-theme=dark] .ProfilePostcards-module__ixXJea__pinnedTag:nth-child(3n){background:var(--paper-3)}[data-theme=dark] .ProfilePostcards-module__ixXJea__pinnedTag:nth-child(5n),[data-theme=dark] .ProfilePostcards-module__ixXJea__pinnedTag:nth-child(6n){background:var(--paper-2)}[data-theme=dark] .ProfilePostcards-module__ixXJea__postcards{background-image:radial-gradient(#ffffff0a 1px,#0000 1px),radial-gradient(#ffffff05 1px,#0000 1px)}[data-theme=dark] .ProfilePostcards-module__ixXJea__card--film .ProfilePostcards-module__ixXJea__card__title,[data-theme=dark] .ProfilePostcards-module__ixXJea__cardPhotoCaption h4,[data-theme=dark] .ProfilePostcards-module__ixXJea__filmList b{color:var(--ink)}.ProfilePostcards-module__ixXJea__postcards{background:var(--pc-ground);min-height:100vh;color:var(--pc-ink);background-image:radial-gradient(#ffffff80 1px,#0000 1px),radial-gradient(#0000000a 1px,#0000 1px);background-position:0 0,2px 3px;background-size:4px 4px,6px 6px;padding:56px 0 120px}.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__card,.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__id,.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__foot{box-shadow:0 1px 0 var(--pc-rule-soft);transform:none}.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__card:before,.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__card:after,.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__id:before{display:none}.ProfilePostcards-module__ixXJea__postcards[data-style=plain] .ProfilePostcards-module__ixXJea__pinnedTag{background:var(--pc-card);transform:none}.ProfilePostcards-module__ixXJea__wrap{max-width:1180px;margin:0 auto;padding:0 32px}.ProfilePostcards-module__ixXJea__id{background:var(--pc-card);border:1px solid var(--pc-ink);max-width:760px;box-shadow:var(--pc-shadow);margin:0 auto 40px;position:relative;overflow:hidden;transform:rotate(-.5deg)}.ProfilePostcards-module__ixXJea__id:not(.ProfilePostcards-module__ixXJea__id--hasCover):before{content:"";background:#c25e3a66;background-image:repeating-linear-gradient(90deg, transparent, transparent 4px, var(--pc-rule-soft) 4px, var(--pc-rule-soft) 5px);border:1px dashed var(--pc-rule);width:80px;height:24px;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000001a}.ProfilePostcards-module__ixXJea__id__cover{width:100%;height:300px;position:relative}.ProfilePostcards-module__ixXJea__id__coverFade{background:linear-gradient(to bottom, transparent 40%, color-mix(in srgb, var(--pc-card) 80%, transparent) 100%);position:absolute;inset:0}.ProfilePostcards-module__ixXJea__id__heroGradient{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 18%, var(--pc-card)) 0%, color-mix(in srgb, var(--accent-soft) 30%, var(--pc-card)) 50%, color-mix(in srgb, var(--pc-cover-muted) 15%, var(--pc-card)) 100%);width:100%;height:140px;position:relative}.ProfilePostcards-module__ixXJea__id__heroGradient:after{content:"";background-image:repeating-linear-gradient(45deg, transparent, transparent 3px, color-mix(in srgb, var(--pc-ink) 2%, transparent) 3px, color-mix(in srgb, var(--pc-ink) 2%, transparent) 4px);pointer-events:none;position:absolute;inset:0}.ProfilePostcards-module__ixXJea__id__strip{grid-template-columns:130px 1fr auto;align-items:center;gap:24px;padding:28px 32px;display:grid}.ProfilePostcards-module__ixXJea__id--hasCover .ProfilePostcards-module__ixXJea__id__strip{margin-top:-56px;padding-top:0}.ProfilePostcards-module__ixXJea__id--hasHeroGradient .ProfilePostcards-module__ixXJea__id__strip{margin-top:-32px;padding-top:0}.ProfilePostcards-module__ixXJea__id__avatar{background:linear-gradient(135deg, var(--color-primary-400), var(--pc-terra-deep));width:130px;height:130px;color:var(--color-on-solid);font-family:var(--pc-serif);letter-spacing:-.02em;box-shadow:inset 0 0 0 6px #ffffff26, var(--shadow-md);border:3px solid var(--pc-card);border-radius:6px;justify-content:center;align-items:center;font-size:50px;font-weight:700;display:flex;position:relative;overflow:hidden}.ProfilePostcards-module__ixXJea__id__coverImage{object-fit:cover}.ProfilePostcards-module__ixXJea__id__avatar img{object-fit:cover;width:100%;height:100%}.ProfilePostcards-module__ixXJea__id__meta{min-width:0}.ProfilePostcards-module__ixXJea__id__handle{font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.06em;margin:0 0 4px;font-size:11px}.ProfilePostcards-module__ixXJea__id__name{font-family:var(--pc-serif);letter-spacing:-.02em;color:var(--pc-ink);flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 4px;font-size:38px;font-weight:700;line-height:1;display:flex}.ProfilePostcards-module__ixXJea__id__verifyIcon{color:var(--accent);display:inline-flex}.ProfilePostcards-module__ixXJea__id__line{font-family:var(--pc-serif);color:var(--pc-ink-soft);margin:4px 0 0;font-size:15px;font-style:italic}.ProfilePostcards-module__ixXJea__id__stamp{text-align:center;border:2px dashed var(--accent);font-family:var(--pc-mono);color:var(--accent);letter-spacing:.08em;padding:8px 10px;transform:rotate(6deg)}.ProfilePostcards-module__ixXJea__id__stamp span{text-transform:uppercase;font-size:8.5px;display:block}.ProfilePostcards-module__ixXJea__id__stamp b{font-family:var(--pc-serif);margin:2px 0;font-size:20px;font-weight:700;line-height:1;display:block}.ProfilePostcards-module__ixXJea__id__stampJoined{opacity:.75;font-size:7.5px}.ProfilePostcards-module__ixXJea__id__joinedChip{background:color-mix(in srgb, var(--accent-soft) 60%, transparent);border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);font-family:var(--pc-mono);letter-spacing:.06em;color:var(--accent-deep);white-space:nowrap;border-radius:20px;align-items:center;gap:4px;margin-top:6px;padding:2px 8px;font-size:10px;display:none}.ProfilePostcards-module__ixXJea__nudge{max-width:760px;font-family:var(--pc-mono);letter-spacing:.04em;color:var(--pc-ink-mute);text-align:center;border:1px dashed var(--pc-rule);background:color-mix(in srgb, var(--pc-card) 60%, transparent);margin:-20px auto 28px;padding:10px 16px;font-size:11px}.ProfilePostcards-module__ixXJea__nudge a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.ProfilePostcards-module__ixXJea__nudge a:hover{color:var(--accent-deep)}.ProfilePostcards-module__ixXJea__nudge a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.ProfilePostcards-module__ixXJea__heroActions{background:var(--pc-card);border:1px solid var(--pc-rule);max-width:760px;box-shadow:var(--pc-shadow-card);text-align:center;border-top:none;margin:-8px auto 24px;padding:20px 32px 24px}.ProfilePostcards-module__ixXJea__heroActions__label{font-family:var(--pc-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--pc-ink-mute);margin:0 0 14px;font-size:10px}.ProfilePostcards-module__ixXJea__heroActions__row{justify-content:center;align-items:stretch;gap:12px;display:flex}.ProfilePostcards-module__ixXJea__heroActions__messageWrap,.ProfilePostcards-module__ixXJea__heroActions__followBtn{flex:1 1 0;min-width:0;max-width:220px}.ProfilePostcards-module__ixXJea__heroActions__messageWrap{--color-primary:var(--pc-ink);--color-primary-dark:var(--pc-terra-deep);--color-focus:var(--accent);--color-surface-muted:transparent;--color-border:var(--pc-rule);--color-text-muted:var(--pc-ink-mute)}.ProfilePostcards-module__ixXJea__heroActions__messageWrap>span{width:100%}.ProfilePostcards-module__ixXJea__heroActions__messageWrap button{font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;width:100%;min-height:48px;box-shadow:2px 2px 0 var(--pc-rule);border-radius:0;padding:12px 20px;font-size:12px;font-weight:700;transition:transform .15s,box-shadow .15s,background-color .15s,color .15s}.ProfilePostcards-module__ixXJea__heroActions__messageWrap button:enabled:hover{box-shadow:3px 3px 0 var(--pc-rule);transform:translate(-1px,-1px)}.ProfilePostcards-module__ixXJea__heroActions__messageWrap button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ProfilePostcards-module__ixXJea__heroActions__messageWrap button:disabled{box-shadow:none;border-style:dashed;transform:none}.ProfilePostcards-module__ixXJea__heroActions__followBtn{border:1px solid var(--accent)!important;color:var(--accent)!important;font-family:var(--pc-mono)!important;letter-spacing:.1em!important;text-transform:uppercase!important;width:100%!important;min-height:48px!important;box-shadow:2px 2px 0 var(--accent-soft)!important;background:0 0!important;border-radius:0!important;justify-content:center!important;padding:12px 20px!important;font-size:12px!important;font-weight:700!important;transition:transform .15s,box-shadow .15s,background-color .15s!important}.ProfilePostcards-module__ixXJea__heroActions__followBtn:hover:not(:disabled){background:color-mix(in srgb, var(--accent-soft) 60%, transparent)!important;box-shadow:3px 3px 0 var(--accent-soft)!important;transform:translate(-1px,-1px)!important}.ProfilePostcards-module__ixXJea__heroActions__followBtn:focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px!important}.ProfilePostcards-module__ixXJea__heroActions__followBtn[aria-pressed=true]{background:var(--accent)!important;color:var(--pc-card)!important;border-color:var(--accent)!important;box-shadow:2px 2px 0 var(--pc-terra-deep)!important}.ProfilePostcards-module__ixXJea__heroActions__followBtn[aria-pressed=true]:hover:not(:disabled){background:var(--pc-terra-deep)!important;border-color:var(--pc-terra-deep)!important}@media (max-width:720px){.ProfilePostcards-module__ixXJea__heroActions{margin-left:0;margin-right:0;padding:18px 20px 20px}}@media (max-width:520px){.ProfilePostcards-module__ixXJea__heroActions__row{flex-direction:column;align-items:stretch;gap:10px}.ProfilePostcards-module__ixXJea__heroActions__messageWrap,.ProfilePostcards-module__ixXJea__heroActions__followBtn{max-width:none}}.ProfilePostcards-module__ixXJea__actions{flex-wrap:wrap;justify-content:center;gap:8px;max-width:760px;margin:0 auto 40px;display:flex}.ProfilePostcards-module__ixXJea__actions__btn{border:1px solid var(--pc-ink);background:var(--pc-card);color:var(--pc-ink);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;box-shadow:2px 2px 0 var(--pc-ink);cursor:pointer;align-items:center;gap:8px;padding:10px 18px;font-size:11.5px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.ProfilePostcards-module__ixXJea__actions__btn:hover{box-shadow:3px 3px 0 var(--pc-ink);transform:translate(-1px,-1px)}.ProfilePostcards-module__ixXJea__actions__btn--primary{background:var(--pc-ink);color:var(--pc-card)}.ProfilePostcards-module__ixXJea__actions__btn--primary:hover{background:var(--pc-ink)}.ProfilePostcards-module__ixXJea__cards{columns:2;column-gap:28px}@media (max-width:880px){.ProfilePostcards-module__ixXJea__cards{columns:1}}.ProfilePostcards-module__ixXJea__cards[data-card-density=sparse]{columns:1;max-width:580px;margin-left:auto;margin-right:auto}.ProfilePostcards-module__ixXJea__foot--early{margin:0 auto 32px}.ProfilePostcards-module__ixXJea__foot--early+.ProfilePostcards-module__ixXJea__cards{margin-top:0}.ProfilePostcards-module__ixXJea__card{break-inside:avoid;background:var(--pc-card);border:1px solid var(--pc-ink);box-shadow:var(--pc-shadow);margin:0 0 28px;padding:24px 26px 26px;display:block;position:relative}.ProfilePostcards-module__ixXJea__journeySlot{break-inside:avoid;vertical-align:top;width:100%;margin:0 0 28px;display:inline-block}.ProfilePostcards-module__ixXJea__journeySlot>section{margin-top:0}.ProfilePostcards-module__ixXJea__card__kicker{font-family:var(--pc-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--pc-ink-mute);align-items:center;gap:6px;margin:0 0 10px;font-size:10px;display:flex}.ProfilePostcards-module__ixXJea__card__kicker:before{content:"";opacity:.7;background:currentColor;border-radius:50%;width:6px;height:6px}.ProfilePostcards-module__ixXJea__card__title{font-family:var(--pc-serif);letter-spacing:-.01em;color:var(--pc-ink);margin:0 0 12px;font-size:22px;font-weight:700;line-height:1.15}.ProfilePostcards-module__ixXJea__card__title em{color:var(--accent);font-style:italic}.ProfilePostcards-module__ixXJea__card__body{color:var(--pc-ink-soft);font-size:14.5px;line-height:1.5}.ProfilePostcards-module__ixXJea__card__body p{margin:0 0 10px}.ProfilePostcards-module__ixXJea__card__body p:last-child{margin:0}.ProfilePostcards-module__ixXJea__card__body strong{color:var(--pc-ink);font-weight:600}.ProfilePostcards-module__ixXJea__card--note{background:var(--pc-note);transform:rotate(-1.2deg)}.ProfilePostcards-module__ixXJea__card--note .ProfilePostcards-module__ixXJea__card__kicker{color:var(--pc-note-text)}.ProfilePostcards-module__ixXJea__card--note:after{content:"";border:1px dashed var(--pc-rule);background:#c25e3a80;width:60px;height:16px;position:absolute;top:-8px;right:30px;transform:rotate(8deg);box-shadow:0 2px 3px #00000014}.ProfilePostcards-module__ixXJea__card--tags{transform:rotate(.5deg)}.ProfilePostcards-module__ixXJea__card--tags .ProfilePostcards-module__ixXJea__card__kicker{color:var(--accent)}.ProfilePostcards-module__ixXJea__pinnedTags{flex-wrap:wrap;gap:9px 8px;padding:6px 0 2px;display:flex}.ProfilePostcards-module__ixXJea__pinnedTag{background:var(--pc-ground);border:1px solid var(--pc-ink);font-family:var(--pc-serif);color:var(--pc-ink);padding:7px 12px 7px 22px;font-size:14px;transition:transform .15s;position:relative;transform:rotate(-.6deg);box-shadow:1px 1px #0000000f}.ProfilePostcards-module__ixXJea__pinnedTag:before{content:"";background:var(--accent);border:1px solid var(--pc-rule-strong,var(--pc-rule));border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:7px;transform:translateY(-50%)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(2n){background:var(--pc-tag-warm);transform:rotate(.8deg)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(3n){background:var(--pc-note);transform:rotate(-1.2deg)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(4n){background:var(--pc-olive-soft);transform:rotate(.4deg)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(5n){background:var(--pc-tag-parchment);transform:rotate(-.3deg)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(6n){background:var(--pc-tag-news);transform:rotate(.9deg)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(2n):before{background:var(--pc-plum)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(3n):before{background:var(--pc-olive)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(4n):before{background:var(--pc-gold)}.ProfilePostcards-module__ixXJea__pinnedTag:nth-child(5n):before{background:var(--pc-sage)}.ProfilePostcards-module__ixXJea__pinnedTag:hover{transform:rotate(0)translateY(-2px);box-shadow:2px 3px #00000014}.ProfilePostcards-module__ixXJea__card--ticket{padding:0;transform:rotate(.3deg)}.ProfilePostcards-module__ixXJea__ticketHeader{border-bottom:1px dashed var(--pc-rule);padding:18px 24px 8px}.ProfilePostcards-module__ixXJea__ticketHeader .ProfilePostcards-module__ixXJea__card__kicker{color:var(--accent);margin-bottom:4px}.ProfilePostcards-module__ixXJea__ticketHeader h2{font-family:var(--pc-serif);margin:0 0 4px;font-size:22px;font-weight:700}.ProfilePostcards-module__ixXJea__ticketHeader h2 em{color:var(--accent);font-style:italic}.ProfilePostcards-module__ixXJea__ticketStub{border-bottom:1px dashed var(--pc-ink);color:inherit;grid-template-columns:64px 1fr;align-items:stretch;text-decoration:none;display:grid}.ProfilePostcards-module__ixXJea__ticketStub:hover{background:var(--pc-rule-soft)}.ProfilePostcards-module__ixXJea__ticketDate{background:var(--pc-ink);color:var(--pc-card);text-align:center;font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;justify-content:center;padding:16px 8px;font-size:9.5px;line-height:1.5;display:flex}.ProfilePostcards-module__ixXJea__ticketDate b{font-family:var(--pc-serif);font-size:24px;font-weight:700;display:block}.ProfilePostcards-module__ixXJea__ticketMain{min-width:0;padding:14px 18px}.ProfilePostcards-module__ixXJea__ticketMain h4{font-family:var(--pc-serif);color:var(--pc-ink);margin:0 0 4px;font-size:17px;font-weight:600;line-height:1.2}.ProfilePostcards-module__ixXJea__ticketMain p{color:var(--pc-ink-mute);margin:0;font-size:12.5px}.ProfilePostcards-module__ixXJea__ticketFoot{font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.06em;justify-content:flex-end;align-items:center;padding:14px 18px;font-size:10.5px;display:flex}.ProfilePostcards-module__ixXJea__ticketBadge{background:var(--accent);color:var(--color-on-solid);letter-spacing:.08em;padding:4px 10px;font-weight:600}.ProfilePostcards-module__ixXJea__card--index{padding:0;transform:rotate(-.3deg)}.ProfilePostcards-module__ixXJea__indexHeader{background:var(--pc-ink);color:var(--pc-card);padding:14px 22px}.ProfilePostcards-module__ixXJea__indexHeader .ProfilePostcards-module__ixXJea__card__kicker{color:color-mix(in srgb, var(--pc-card) 65%, transparent);margin-bottom:4px}.ProfilePostcards-module__ixXJea__indexHeader h2{font-family:var(--pc-serif);margin:0;font-size:20px;font-weight:700}.ProfilePostcards-module__ixXJea__indexHeader h2 em{color:var(--accent);font-style:italic}.ProfilePostcards-module__ixXJea__card--index>.ProfilePostcards-module__ixXJea__card__body{padding:16px 22px 18px}.ProfilePostcards-module__ixXJea__indexBody{grid-template-columns:1fr 1fr;gap:0;display:grid}.ProfilePostcards-module__ixXJea__indexCol{border-right:1px dashed var(--pc-rule);padding:18px 22px}.ProfilePostcards-module__ixXJea__indexCol:last-child{border-right:0}.ProfilePostcards-module__ixXJea__indexCol h3{font-family:var(--pc-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 12px;font-size:10px}.ProfilePostcards-module__ixXJea__indexCol--olive h3{color:var(--pc-olive)}.ProfilePostcards-module__ixXJea__indexCol ul{margin:0;padding:0;list-style:none}.ProfilePostcards-module__ixXJea__indexCol li{border-bottom:1px dotted var(--pc-rule);font-family:var(--pc-serif);color:var(--pc-ink);padding:6px 0;font-size:14px}.ProfilePostcards-module__ixXJea__indexCol li:last-child{border-bottom:0}.ProfilePostcards-module__ixXJea__indexCol li small{font-family:var(--pc-sans);color:var(--pc-ink-mute);margin-top:1px;font-size:12px;font-weight:400;line-height:1.4;display:block}.ProfilePostcards-module__ixXJea__card--flyer{transform:rotate(.7deg)}.ProfilePostcards-module__ixXJea__card--flyer .ProfilePostcards-module__ixXJea__card__kicker,.ProfilePostcards-module__ixXJea__card--flyer .ProfilePostcards-module__ixXJea__card__title em{color:var(--accent)}.ProfilePostcards-module__ixXJea__flyerStatus{font-family:var(--pc-mono);letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--pc-olive);color:var(--pc-olive);margin-bottom:10px;padding:3px 8px;font-size:9.5px;display:inline-block}.ProfilePostcards-module__ixXJea__flyerStatus--hot{color:var(--color-on-solid);background:var(--accent);border-color:var(--accent)}.ProfilePostcards-module__ixXJea__flyerProgress{margin-top:12px}.ProfilePostcards-module__ixXJea__flyerBar{background:var(--pc-rule);border-radius:2px;height:4px;overflow:hidden}.ProfilePostcards-module__ixXJea__flyerBar i{background:var(--accent);border-radius:2px;height:100%;display:block}.ProfilePostcards-module__ixXJea__flyerCount{font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.04em;justify-content:space-between;margin-top:6px;font-size:10.5px;display:flex}.ProfilePostcards-module__ixXJea__flyerBtn{background:var(--pc-ink);color:var(--pc-card);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;margin-top:14px;padding:8px 16px;font-size:11px;font-weight:600;text-decoration:none;display:inline-block}.ProfilePostcards-module__ixXJea__card--tree{background:var(--pc-olive-soft);transform:rotate(-.4deg)}.ProfilePostcards-module__ixXJea__card--tree .ProfilePostcards-module__ixXJea__card__kicker,.ProfilePostcards-module__ixXJea__card--tree .ProfilePostcards-module__ixXJea__card__title em{color:var(--pc-olive)}.ProfilePostcards-module__ixXJea__treeSvg{width:100%;height:auto;margin:8px 0 4px;display:block}.ProfilePostcards-module__ixXJea__treeFigure{font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.06em;text-align:center;margin:4px 0 0;font-size:10px}.ProfilePostcards-module__ixXJea__card--guestbook{position:relative;transform:rotate(-.5deg)}.ProfilePostcards-module__ixXJea__card--guestbook:before{content:"★ ★ ★ ★ ★";letter-spacing:.18em;color:var(--pc-gold);font-size:10px;position:absolute;top:12px;right:18px}.ProfilePostcards-module__ixXJea__card--guestbook .ProfilePostcards-module__ixXJea__card__kicker,.ProfilePostcards-module__ixXJea__card--guestbook .ProfilePostcards-module__ixXJea__card__title em{color:var(--pc-gold)}.ProfilePostcards-module__ixXJea__guestbook{flex-direction:column;display:flex}.ProfilePostcards-module__ixXJea__guest{border-bottom:1px dotted var(--pc-rule);padding:14px 0}.ProfilePostcards-module__ixXJea__guest:last-of-type{border-bottom:0}.ProfilePostcards-module__ixXJea__guestQuote{font-family:var(--pc-serif);color:var(--pc-ink-soft);margin:0 0 8px;font-size:15px;font-style:italic;line-height:1.5}.ProfilePostcards-module__ixXJea__guestQuote:before{content:"“";color:var(--accent);vertical-align:-4px;margin-right:2px;font-size:22px;line-height:0}.ProfilePostcards-module__ixXJea__guestQuote:after{content:"”";color:var(--accent);vertical-align:-4px;margin-left:2px;font-size:22px;line-height:0}.ProfilePostcards-module__ixXJea__guestSig{justify-content:space-between;align-items:center;gap:12px;display:flex}.ProfilePostcards-module__ixXJea__guestName{font-family:var(--pc-serif);color:var(--pc-ink-mute);font-size:13px;font-style:italic}.ProfilePostcards-module__ixXJea__guestName b{color:var(--pc-ink);font-style:normal;font-weight:600}.ProfilePostcards-module__ixXJea__guestStars{color:var(--pc-gold);letter-spacing:.08em;font-size:12px}.ProfilePostcards-module__ixXJea__guestAll{background:var(--pc-ink);color:var(--pc-card);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;margin-top:14px;padding:8px 14px;font-size:10.5px;font-weight:600;text-decoration:none;display:inline-block}.ProfilePostcards-module__ixXJea__card--slip{background:var(--pc-slip);font-family:var(--pc-mono);transform:rotate(.6deg)}.ProfilePostcards-module__ixXJea__card--slip .ProfilePostcards-module__ixXJea__card__kicker{color:var(--pc-ink-mute)}.ProfilePostcards-module__ixXJea__card--slip .ProfilePostcards-module__ixXJea__card__title{font-family:var(--pc-serif)}.ProfilePostcards-module__ixXJea__card--slip .ProfilePostcards-module__ixXJea__card__title em{color:var(--pc-ink-soft)}.ProfilePostcards-module__ixXJea__slipHeader{font-family:var(--pc-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--pc-ink-mute);border-bottom:1px solid var(--pc-ink);grid-template-columns:1fr auto auto;gap:8px;margin-bottom:4px;padding:8px 0 6px;font-size:9.5px;display:grid}.ProfilePostcards-module__ixXJea__slipRow{border-bottom:1px dotted var(--pc-rule);color:var(--pc-ink);grid-template-columns:1fr auto auto;align-items:baseline;gap:8px;padding:8px 0;font-size:13px;display:grid}.ProfilePostcards-module__ixXJea__slipRow:last-child{border-bottom:0}.ProfilePostcards-module__ixXJea__slipTitle{font-family:var(--pc-serif);font-weight:600}.ProfilePostcards-module__ixXJea__slipAuthor{font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.04em;font-size:10px}.ProfilePostcards-module__ixXJea__slipDate{font-family:var(--pc-mono);color:var(--accent);letter-spacing:.04em;font-size:10px}.ProfilePostcards-module__ixXJea__slipDate--now{color:var(--accent);font-weight:700}.ProfilePostcards-module__ixXJea__card--film{background:var(--pc-film-ink);color:var(--pc-film-text);padding:22px 24px;transform:rotate(-.6deg)}.ProfilePostcards-module__ixXJea__card--film .ProfilePostcards-module__ixXJea__card__kicker{color:#fae6da99}.ProfilePostcards-module__ixXJea__card--film .ProfilePostcards-module__ixXJea__card__title{color:var(--pc-card)}.ProfilePostcards-module__ixXJea__card--film .ProfilePostcards-module__ixXJea__card__title em{color:var(--pc-gold)}.ProfilePostcards-module__ixXJea__filmStrip{background:var(--pc-film-ink-deep);border-top:6px dashed #fae6da1a;border-bottom:6px dashed #fae6da1a;grid-template-columns:repeat(4,1fr);gap:6px;margin:8px -8px;padding:10px 8px;display:grid}.ProfilePostcards-module__ixXJea__filmFrame{aspect-ratio:2/3;font-family:var(--pc-serif);color:#ffffffe6;background:var(--pc-film-frame);align-items:flex-end;padding:6px;font-size:9.5px;font-weight:600;line-height:1.1;display:flex;overflow:hidden}.ProfilePostcards-module__ixXJea__filmFrame--0{background:linear-gradient(135deg, var(--pc-olive), var(--pc-olive-dark))}.ProfilePostcards-module__ixXJea__filmFrame--1{background:linear-gradient(135deg, var(--pc-plum), var(--pc-plum-dark))}.ProfilePostcards-module__ixXJea__filmFrame--2{background:linear-gradient(135deg, var(--pc-terra), var(--pc-terra-dark))}.ProfilePostcards-module__ixXJea__filmFrame--3{background:linear-gradient(135deg, var(--pc-sage), var(--pc-sage-dark))}.ProfilePostcards-module__ixXJea__filmFrame img{object-fit:cover;width:100%;height:100%}.ProfilePostcards-module__ixXJea__filmList{font-family:var(--pc-mono);color:#fae6dabf;letter-spacing:.04em;margin-top:10px;font-size:11px;line-height:1.7}.ProfilePostcards-module__ixXJea__filmList b{color:var(--pc-card);font-weight:600}.ProfilePostcards-module__ixXJea__filmList span{color:var(--pc-gold)}.ProfilePostcards-module__ixXJea__card--news{background:var(--pc-tag-news);position:relative;transform:rotate(.4deg)}.ProfilePostcards-module__ixXJea__card--news:before{content:"FRESH OFF THE PRESS";font-family:var(--pc-mono);letter-spacing:.16em;color:var(--accent);font-size:9px;position:absolute;top:12px;right:18px}.ProfilePostcards-module__ixXJea__card--news .ProfilePostcards-module__ixXJea__card__kicker{color:var(--pc-ink-mute)}.ProfilePostcards-module__ixXJea__card--news .ProfilePostcards-module__ixXJea__card__title{font-family:var(--pc-serif);letter-spacing:-.01em;border-bottom:2px solid var(--pc-ink);padding-bottom:8px;font-size:24px;font-weight:700;line-height:1.1}.ProfilePostcards-module__ixXJea__newsItem{border-bottom:1px dotted var(--pc-rule);color:inherit;grid-template-columns:1fr;gap:4px;padding:12px 0;text-decoration:none;display:grid}.ProfilePostcards-module__ixXJea__newsItem:last-child{border-bottom:0;padding-bottom:0}.ProfilePostcards-module__ixXJea__newsItem:hover h4{color:var(--accent-deep)}.ProfilePostcards-module__ixXJea__newsItem h4{font-family:var(--pc-serif);color:var(--pc-ink);margin:0;font-size:15px;font-weight:600;line-height:1.25}.ProfilePostcards-module__ixXJea__newsItem p{color:var(--pc-ink-soft);margin:0;font-size:13px;line-height:1.45}.ProfilePostcards-module__ixXJea__newsByline{font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.06em;font-size:10px}.ProfilePostcards-module__ixXJea__talkItem{grid-template-columns:132px 1fr;align-items:center;gap:12px}.ProfilePostcards-module__ixXJea__talkBody{min-width:0}.ProfilePostcards-module__ixXJea__talkBody h4{align-items:center;gap:5px;display:inline-flex}.ProfilePostcards-module__ixXJea__talkThumb{aspect-ratio:16/9;border:1px solid var(--pc-ink);background:var(--pc-ink);width:100%;min-width:0;position:relative;overflow:hidden;box-shadow:2px 2px #20181224}.ProfilePostcards-module__ixXJea__talkThumb img{object-fit:cover}.ProfilePostcards-module__ixXJea__talkThumbBadge{color:var(--color-on-solid);font-family:var(--pc-mono);letter-spacing:.08em;text-transform:uppercase;background:#201812c7;border:1px solid #ffffffbf;align-items:center;gap:3px;padding:2px 5px;font-size:8px;display:inline-flex;position:absolute;bottom:6px;left:6px}.ProfilePostcards-module__ixXJea__talkThumbFallback{color:#ffffffd1;justify-content:center;align-items:center;display:flex}.ProfilePostcards-module__ixXJea__card--tape{background:var(--pc-slip);position:relative;transform:rotate(-.4deg)}.ProfilePostcards-module__ixXJea__card--tape:before,.ProfilePostcards-module__ixXJea__card--tape:after{content:"";background:#c8c8c880;border:1px solid #00000014;width:50px;height:18px;position:absolute;top:-8px}.ProfilePostcards-module__ixXJea__card--tape:before{left:20px;transform:rotate(-10deg)}.ProfilePostcards-module__ixXJea__card--tape:after{right:30px;transform:rotate(8deg)}.ProfilePostcards-module__ixXJea__tapeNotes{flex-direction:column;gap:12px;display:flex}.ProfilePostcards-module__ixXJea__tapeNote{border-bottom:1px dotted var(--pc-rule-soft);padding:10px 0}.ProfilePostcards-module__ixXJea__tapeNote:last-child{border-bottom:0}.ProfilePostcards-module__ixXJea__tapeNote p{font-family:var(--pc-serif);color:var(--pc-ink-soft);margin:0;font-size:14px;line-height:1.45}.ProfilePostcards-module__ixXJea__tapeWhen{font-family:var(--pc-mono);color:var(--accent);letter-spacing:.06em;font-size:10px}.ProfilePostcards-module__ixXJea__card--datebook{position:relative;transform:rotate(.3deg)}.ProfilePostcards-module__ixXJea__card--datebook:before{content:"";background:var(--accent-soft);width:1px;position:absolute;top:0;bottom:0;left:38px}.ProfilePostcards-module__ixXJea__card--datebook .ProfilePostcards-module__ixXJea__card__kicker{color:var(--pc-ink-mute)}.ProfilePostcards-module__ixXJea__card--datebook .ProfilePostcards-module__ixXJea__card__title em{color:var(--accent)}.ProfilePostcards-module__ixXJea__datebook{font-family:var(--pc-serif);padding-top:4px}.ProfilePostcards-module__ixXJea__dateRow{border-bottom:1px dashed var(--pc-rule-soft);grid-template-columns:60px 1fr auto;align-items:baseline;gap:14px;padding:11px 0;display:grid}.ProfilePostcards-module__ixXJea__dateRow:last-child{border-bottom:0}.ProfilePostcards-module__ixXJea__dateWhen{font-family:var(--pc-mono);color:var(--accent);letter-spacing:.08em;text-transform:uppercase;padding-top:2px;font-size:10.5px;font-weight:600}.ProfilePostcards-module__ixXJea__dateBody{color:var(--pc-ink);font-size:14.5px;line-height:1.35}.ProfilePostcards-module__ixXJea__dateBody b{color:var(--pc-ink);font-style:italic;font-weight:600}.ProfilePostcards-module__ixXJea__dateBody small{color:var(--pc-ink-mute);font-size:12px;font-family:var(--pc-mono);letter-spacing:.04em;margin-top:2px;display:block}.ProfilePostcards-module__ixXJea__dateMark{font-family:var(--pc-mono);color:var(--pc-olive);letter-spacing:.06em;align-self:center;font-size:11px}.ProfilePostcards-module__ixXJea__card--photo{background:var(--pc-film-frame);color:var(--pc-photo-text);padding:0;transform:rotate(-1deg)}.ProfilePostcards-module__ixXJea__cardPhoto{aspect-ratio:4/3;background:linear-gradient(135deg, var(--pc-sage) 0%, var(--pc-olive-deep) 30%, var(--pc-film-ink) 100%);position:relative;overflow:hidden}.ProfilePostcards-module__ixXJea__cardPhoto:after{content:"";mix-blend-mode:overlay;background-image:radial-gradient(#ffffff14 1px,#0000 1px);background-size:5px 5px;position:absolute;inset:0}.ProfilePostcards-module__ixXJea__cardPhotoStamp{font-family:var(--pc-mono);color:#ffffff8c;letter-spacing:.14em;font-size:10px;position:absolute;bottom:14px;right:16px}.ProfilePostcards-module__ixXJea__cardPhotoCaption{font-family:var(--pc-serif);color:var(--pc-photo-text);padding:18px 22px 22px;font-size:14px;line-height:1.5}.ProfilePostcards-module__ixXJea__cardPhotoCaption h4{font-family:var(--pc-serif);color:var(--pc-card);margin:0 0 6px;font-size:16px;font-style:italic;font-weight:600}.ProfilePostcards-module__ixXJea__cardPhotoCaption .ProfilePostcards-module__ixXJea__card__kicker{color:#f0e6cf99;margin-bottom:6px}.ProfilePostcards-module__ixXJea__cardPhotoCaption .ProfilePostcards-module__ixXJea__card__kicker:before{background:var(--pc-gold)}.ProfilePostcards-module__ixXJea__cardPhotoMeta{font-family:var(--pc-mono);letter-spacing:.08em;color:var(--pc-gold);margin-top:10px;font-size:10.5px}.ProfilePostcards-module__ixXJea__bookCovers{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px;display:grid}.ProfilePostcards-module__ixXJea__bookCover{aspect-ratio:2/3;background:linear-gradient(135deg, var(--pc-cover-muted), var(--pc-film-frame));color:#ffffffeb;font-family:var(--pc-serif);border-radius:2px;align-items:flex-end;padding:8px;font-size:10px;font-weight:600;line-height:1.15;display:flex;position:relative;overflow:hidden;box-shadow:1px 1px #00000014,inset 2px 0 #00000040}.ProfilePostcards-module__ixXJea__bookCover img{object-fit:cover;width:100%;height:100%}.ProfilePostcards-module__ixXJea__bookCover--0{background:linear-gradient(135deg, var(--pc-terra-deep), var(--pc-terra-dark))}.ProfilePostcards-module__ixXJea__bookCover--1{background:linear-gradient(135deg, var(--pc-olive-deep), var(--pc-olive-dark))}.ProfilePostcards-module__ixXJea__bookCover--2{background:linear-gradient(135deg, var(--pc-cover-muted), var(--pc-film-frame))}.ProfilePostcards-module__ixXJea__bookCover--3{background:linear-gradient(135deg, var(--pc-plum), var(--pc-plum-dark))}.ProfilePostcards-module__ixXJea__bookPill{background:var(--accent);color:var(--color-on-solid);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:2px 6px;font-size:8px;position:absolute;top:4px;right:4px}.ProfilePostcards-module__ixXJea__card--journeyNudge{text-align:center;padding:28px 32px;transform:rotate(.4deg)}.ProfilePostcards-module__ixXJea__card--journeyNudge .ProfilePostcards-module__ixXJea__card__kicker{justify-content:center}.ProfilePostcards-module__ixXJea__journeyNudgeText{font-family:var(--pc-serif);color:var(--pc-ink-soft);margin:0 0 14px;font-size:15px;font-style:italic;line-height:1.5}.ProfilePostcards-module__ixXJea__journeyNudgeLink{background:var(--pc-ink);color:var(--pc-card);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;padding:8px 18px;font-size:11px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-block}.ProfilePostcards-module__ixXJea__journeyNudgeLink:hover{opacity:.85}.ProfilePostcards-module__ixXJea__journeyNudgeLink:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ProfilePostcards-module__ixXJea__foot{background:var(--pc-ink);max-width:760px;color:var(--pc-card);box-shadow:var(--pc-shadow);grid-template-columns:1fr auto;align-items:center;gap:24px;margin:56px auto 0;padding:24px 32px;display:grid;transform:rotate(-.2deg)}.ProfilePostcards-module__ixXJea__footText{font-family:var(--pc-serif);margin:0;font-size:18px;font-style:italic;line-height:1.4}.ProfilePostcards-module__ixXJea__footText b{color:var(--accent);font-style:normal;font-weight:700}.ProfilePostcards-module__ixXJea__footCta{background:var(--pc-card);color:var(--pc-ink);font-family:var(--pc-mono);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;padding:12px 22px;font-size:11.5px;font-weight:700;text-decoration:none}.ProfilePostcards-module__ixXJea__footMeta{max-width:760px;font-family:var(--pc-mono);color:var(--pc-ink-mute);letter-spacing:.06em;flex-wrap:wrap;justify-content:center;gap:12px;margin:16px auto 0;padding:0 32px;font-size:11px;display:flex}.ProfilePostcards-module__ixXJea__footMeta a{color:inherit;border-bottom:1px solid #0000;text-decoration:none}.ProfilePostcards-module__ixXJea__footMeta a:hover{color:var(--pc-ink);border-color:var(--pc-ink-mute)}.ProfilePostcards-module__ixXJea__footMeta .ProfilePostcards-module__ixXJea__dot{color:var(--pc-ink-mute);opacity:.6}.ProfilePostcards-module__ixXJea__empty{text-align:center;font-family:var(--pc-serif);color:var(--pc-ink-mute);padding:24px 16px;font-size:15px;font-style:italic}.ProfilePostcards-module__ixXJea__id__avatar--button{cursor:pointer;border:none;padding:0}.ProfilePostcards-module__ixXJea__id__avatarOverlay{color:var(--color-on-solid);opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.ProfilePostcards-module__ixXJea__id__avatar--button:hover .ProfilePostcards-module__ixXJea__id__avatarOverlay,.ProfilePostcards-module__ixXJea__id__avatar--button:focus-visible .ProfilePostcards-module__ixXJea__id__avatarOverlay{opacity:1}@media (max-width:720px){.ProfilePostcards-module__ixXJea__id__cover{height:200px}.ProfilePostcards-module__ixXJea__id__heroGradient{height:100px}.ProfilePostcards-module__ixXJea__id--hasCover .ProfilePostcards-module__ixXJea__id__strip{margin-top:-40px}.ProfilePostcards-module__ixXJea__id--hasHeroGradient .ProfilePostcards-module__ixXJea__id__strip{margin-top:-20px}.ProfilePostcards-module__ixXJea__id__strip{grid-template-columns:88px 1fr;gap:14px;padding:16px 20px}.ProfilePostcards-module__ixXJea__id__avatar{width:88px;height:88px;font-size:32px}.ProfilePostcards-module__ixXJea__id__name{font-size:26px}.ProfilePostcards-module__ixXJea__id__stamp{display:none}.ProfilePostcards-module__ixXJea__id__joinedChip{display:inline-flex}.ProfilePostcards-module__ixXJea__actions{margin-top:-16px}.ProfilePostcards-module__ixXJea__nudge{margin-left:16px;margin-right:16px}.ProfilePostcards-module__ixXJea__indexBody{grid-template-columns:1fr}.ProfilePostcards-module__ixXJea__filmStrip,.ProfilePostcards-module__ixXJea__bookCovers{grid-template-columns:repeat(2,1fr)}.ProfilePostcards-module__ixXJea__talkItem{grid-template-columns:1fr}.ProfilePostcards-module__ixXJea__foot{grid-template-columns:1fr;padding:20px 24px}.ProfilePostcards-module__ixXJea__footMeta{padding:0 24px}}
.CancelBookingModal-module__abB7Bq__modal{gap:var(--space-l);flex-direction:column;display:flex}.CancelBookingModal-module__abB7Bq__loading{align-items:center;gap:var(--space-s);padding:var(--space-xl) var(--space-m);flex-direction:column;display:flex}.CancelBookingModal-module__abB7Bq__loading__spinner{color:var(--primary);animation:1s linear infinite CancelBookingModal-module__abB7Bq__cbm-spin}.CancelBookingModal-module__abB7Bq__loading__text{font-size:var(--text-sm);color:var(--text-secondary)}.CancelBookingModal-module__abB7Bq__policy{border-radius:var(--radius-lg);border:1px solid var(--border-color);padding:var(--space-m);background:var(--surface-secondary);gap:var(--space-s);flex-direction:column;display:flex}.CancelBookingModal-module__abB7Bq__policy--full{background:var(--success-light,#ecfdf5);border-color:var(--color-success,#10b981)}.CancelBookingModal-module__abB7Bq__policy--partial{background:var(--warning-light,#fffbeb);border-color:var(--color-warning,#f59e0b)}.CancelBookingModal-module__abB7Bq__policy--none{background:var(--error-light,#fef2f2);border-color:var(--color-error,#ef4444)}.CancelBookingModal-module__abB7Bq__policy__head{align-items:center;gap:var(--space-s);display:flex}.CancelBookingModal-module__abB7Bq__policy__icon{justify-content:center;align-items:center;display:inline-flex}.CancelBookingModal-module__abB7Bq__policy--full .CancelBookingModal-module__abB7Bq__policy__icon{color:var(--color-success,#10b981)}.CancelBookingModal-module__abB7Bq__policy--partial .CancelBookingModal-module__abB7Bq__policy__icon{color:var(--color-warning,#f59e0b)}.CancelBookingModal-module__abB7Bq__policy--none .CancelBookingModal-module__abB7Bq__policy__icon{color:var(--color-error,#ef4444)}.CancelBookingModal-module__abB7Bq__policy__title{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.CancelBookingModal-module__abB7Bq__policy__text{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.5}.CancelBookingModal-module__abB7Bq__policy__amount{justify-content:space-between;align-items:baseline;gap:var(--space-s);padding:var(--space-s) 0;border-top:1px solid var(--border-color);display:flex}.CancelBookingModal-module__abB7Bq__policy__amountLabel{font-size:var(--text-sm);color:var(--text-secondary)}.CancelBookingModal-module__abB7Bq__policy__amountValue{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary)}.CancelBookingModal-module__abB7Bq__errorBox{align-items:center;gap:var(--space-xs);padding:var(--space-s) var(--space-m);background:var(--error-light,#fef2f2);border-radius:var(--radius-lg);color:var(--color-error,#b91c1c);font-size:var(--text-sm);display:flex}.CancelBookingModal-module__abB7Bq__actions{gap:var(--space-s);display:flex}.CancelBookingModal-module__abB7Bq__actions button{flex:1;min-height:44px}.CancelBookingModal-module__abB7Bq__success{align-items:center;gap:var(--space-s);padding:var(--space-l) var(--space-m);text-align:center;flex-direction:column;display:flex}.CancelBookingModal-module__abB7Bq__success__icon{background:var(--success-light,#ecfdf5);width:60px;height:60px;color:var(--color-success,#10b981);margin-bottom:var(--space-xs);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.CancelBookingModal-module__abB7Bq__success__text,.CancelBookingModal-module__abB7Bq__success__refund{font-size:var(--text-base);color:var(--text-primary);margin:0}.CancelBookingModal-module__abB7Bq__success__refund strong{color:var(--color-success,#10b981)}.CancelBookingModal-module__abB7Bq__success__hint{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.CancelBookingModal-module__abB7Bq__success__track{font-size:var(--text-sm);color:var(--accent);text-underline-offset:2px;text-decoration:underline}.CancelBookingModal-module__abB7Bq__success__track:hover{opacity:.8}.CancelBookingModal-module__abB7Bq__success button{min-height:44px;padding:0 var(--space-l)}@media (max-width:480px){.CancelBookingModal-module__abB7Bq__actions{flex-direction:column-reverse}}@keyframes CancelBookingModal-module__abB7Bq__cbm-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.CancelBookingModal-module__abB7Bq__loading__spinner{animation:none}}
.PeerOptInPrompt-module__S9XmLa__overlay{z-index:var(--z-modal,1000);padding:var(--space-m);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PeerOptInPrompt-module__S9XmLa__prompt{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-l);width:100%;max-width:480px;box-shadow:0 8px 32px #0000001f}.PeerOptInPrompt-module__S9XmLa__prompt__header{margin-bottom:var(--space-m)}.PeerOptInPrompt-module__S9XmLa__prompt__title{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--text-primary);margin:0 0 var(--space-xs) 0}.PeerOptInPrompt-module__S9XmLa__prompt__subtitle{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.PeerOptInPrompt-module__S9XmLa__prompt__list{margin:0 0 var(--space-m) 0;gap:var(--space-s);flex-direction:column;padding:0;list-style:none;display:flex}.PeerOptInPrompt-module__S9XmLa__peer{align-items:center;gap:var(--space-s);padding:var(--space-s);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:border-color .15s;display:flex}.PeerOptInPrompt-module__S9XmLa__peer--selected{border-color:var(--accent);background:var(--accent-subtle)}.PeerOptInPrompt-module__S9XmLa__peer__avatar{background:var(--accent-subtle);object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.PeerOptInPrompt-module__S9XmLa__peer__avatarPlaceholder{background:var(--accent-subtle);width:40px;height:40px;font-size:var(--text-base);font-weight:var(--font-bold);color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.PeerOptInPrompt-module__S9XmLa__peer__name{font-size:var(--text-base);color:var(--text-primary);font-weight:var(--font-medium);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.PeerOptInPrompt-module__S9XmLa__peer__toggle{width:20px;height:20px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.PeerOptInPrompt-module__S9XmLa__prompt__actions{gap:var(--space-s);flex-wrap:wrap;justify-content:flex-end;display:flex}.PeerOptInPrompt-module__S9XmLa__prompt__dismissBtn{padding:var(--space-xs) var(--space-m);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;background:0 0;transition:border-color .15s}.PeerOptInPrompt-module__S9XmLa__prompt__dismissBtn:hover{border-color:var(--text-secondary)}.PeerOptInPrompt-module__S9XmLa__prompt__dismissBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PeerOptInPrompt-module__S9XmLa__prompt__submitBtn{padding:var(--space-xs) var(--space-m);background:var(--accent);border-radius:var(--radius-md);color:var(--color-white,#fff);font-size:var(--text-sm);font-weight:var(--font-semibold);cursor:pointer;border:none;min-width:120px;transition:opacity .15s}.PeerOptInPrompt-module__S9XmLa__prompt__submitBtn:hover{opacity:.9}.PeerOptInPrompt-module__S9XmLa__prompt__submitBtn:disabled{opacity:.5;cursor:not-allowed}.PeerOptInPrompt-module__S9XmLa__prompt__submitBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PeerOptInPrompt-module__S9XmLa__prompt__success{text-align:center;padding:var(--space-m) 0}.PeerOptInPrompt-module__S9XmLa__prompt__successTitle{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--text-primary);margin:0 0 var(--space-xs) 0}.PeerOptInPrompt-module__S9XmLa__prompt__successBody{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.PeerOptInPrompt-module__S9XmLa__prompt__error{font-size:var(--text-sm);color:var(--color-error,#dc2626);margin:0 0 var(--space-s) 0;text-align:center}@media (max-width:480px){.PeerOptInPrompt-module__S9XmLa__prompt{padding:var(--space-m)}.PeerOptInPrompt-module__S9XmLa__prompt__actions{flex-direction:column-reverse}.PeerOptInPrompt-module__S9XmLa__prompt__submitBtn,.PeerOptInPrompt-module__S9XmLa__prompt__dismissBtn{justify-content:center;width:100%}}
.PeerPromptBanner-module__AwEAsa__banner{margin-bottom:var(--space-xl)}.PeerPromptBanner-module__AwEAsa__banner__extras{gap:var(--space-s);margin-top:var(--space-s);flex-wrap:wrap;justify-content:flex-end;display:flex}.PeerPromptBanner-module__AwEAsa__banner__snoozeBtn,.PeerPromptBanner-module__AwEAsa__banner__neverBtn{padding:var(--space-2xs) var(--space-s);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;transition:color .15s,background .15s}.PeerPromptBanner-module__AwEAsa__banner__snoozeBtn{color:var(--text-secondary)}.PeerPromptBanner-module__AwEAsa__banner__snoozeBtn:hover{color:var(--text-primary);background:var(--bg-secondary)}.PeerPromptBanner-module__AwEAsa__banner__snoozeBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PeerPromptBanner-module__AwEAsa__banner__neverBtn{color:var(--text-tertiary,var(--text-secondary))}.PeerPromptBanner-module__AwEAsa__banner__neverBtn:hover{color:var(--text-secondary);background:var(--bg-secondary)}.PeerPromptBanner-module__AwEAsa__banner__neverBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PeerPromptBanner-module__AwEAsa__banner__snoozeBtn:disabled,.PeerPromptBanner-module__AwEAsa__banner__neverBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.PeerPromptBanner-module__AwEAsa__banner__extras{justify-content:flex-start}}
.CityWaitlistModal-module__xbsK8q__form{flex-direction:column;gap:18px;display:flex}.CityWaitlistModal-module__xbsK8q__lede{color:var(--ink-3);font-variation-settings:"opsz" 24;margin:0 0 4px;font-family:Fraunces,Georgia,serif;font-size:16px;font-style:italic;line-height:1.5}.CityWaitlistModal-module__xbsK8q__field{flex-direction:column;gap:6px;display:flex}.CityWaitlistModal-module__xbsK8q__field__label{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);font-size:12px;font-weight:600}.CityWaitlistModal-module__xbsK8q__field__optional{text-transform:none;letter-spacing:0;color:var(--ink-4);font-style:italic;font-weight:400}.CityWaitlistModal-module__xbsK8q__field__input{background:var(--paper);color:var(--ink);border:1px solid #1c140b2e;border-radius:4px;outline:none;padding:12px 14px;font-family:Albert Sans,-apple-system,Segoe UI,system-ui,sans-serif;font-size:17px;transition:border-color .16s ease-out,box-shadow .16s ease-out}.CityWaitlistModal-module__xbsK8q__field__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #b04a222e}.CityWaitlistModal-module__xbsK8q__field__input:disabled{background:var(--paper-2);color:var(--ink-3);cursor:not-allowed}.CityWaitlistModal-module__xbsK8q__error{color:#82331a;border-left:3px solid var(--accent);background:#b04a2214;border-radius:0 3px 3px 0;margin:0;padding:10px 14px;font-size:14px}.CityWaitlistModal-module__xbsK8q__btnPrimary{background:var(--ink);color:var(--paper);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;border:0;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-family:Albert Sans,-apple-system,system-ui,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .18s ease-out,transform .18s ease-out;display:inline-flex}.CityWaitlistModal-module__xbsK8q__btnPrimary:hover:not(:disabled){background:var(--accent);transform:translateY(-1px)}.CityWaitlistModal-module__xbsK8q__btnPrimary:disabled{opacity:.55;cursor:not-allowed}.CityWaitlistModal-module__xbsK8q__btnSecondary{color:var(--ink);letter-spacing:.16em;text-transform:uppercase;border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-family:Albert Sans,-apple-system,system-ui,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .18s ease-out,color .18s ease-out,transform .18s ease-out;display:inline-flex}.CityWaitlistModal-module__xbsK8q__btnSecondary:hover{background:var(--ink);color:var(--paper);transform:translateY(-1px)}.CityWaitlistModal-module__xbsK8q__success{flex-direction:column;gap:24px;display:flex}.CityWaitlistModal-module__xbsK8q__success__lede{color:var(--ink);font-variation-settings:"opsz" 24;margin:0;font-family:Fraunces,Georgia,serif;font-size:18px;font-style:italic;line-height:1.5}.CityWaitlistModal-module__xbsK8q__success__cta{border-top:1px dashed #1c140b29;flex-direction:column;gap:12px;padding-top:20px;display:flex}.CityWaitlistModal-module__xbsK8q__success__ctaLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-4);margin:0;font-size:12px;font-weight:600}.CityWaitlistModal-module__xbsK8q__success__buttons{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:480px){.CityWaitlistModal-module__xbsK8q__success__buttons{grid-template-columns:1fr}}
