@keyframes BookList-module-scss-module__9lZN9G__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes BookList-module-scss-module__9lZN9G__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes BookList-module-scss-module__9lZN9G__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes BookList-module-scss-module__9lZN9G__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes BookList-module-scss-module__9lZN9G__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes BookList-module-scss-module__9lZN9G__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.BookList-module-scss-module__9lZN9G__container{flex-direction:column;gap:3rem;display:flex}.BookList-module-scss-module__9lZN9G__contentLayout{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:768px) and (max-width:1023px){.BookList-module-scss-module__9lZN9G__contentLayout{grid-template-columns:minmax(0,1fr) 320px}}@media (min-width:1024px){.BookList-module-scss-module__9lZN9G__contentLayout{grid-template-columns:minmax(0,1fr) 420px}}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__contentLayout{gap:6rem}}.BookList-module-scss-module__9lZN9G__mainColumn{flex-direction:column;gap:3rem;display:flex}.BookList-module-scss-module__9lZN9G__shelfSection{flex-direction:column;gap:0;display:flex}.BookList-module-scss-module__9lZN9G__shelfSection summary{list-style:none}.BookList-module-scss-module__9lZN9G__shelfSection summary::-webkit-details-marker{display:none}.BookList-module-scss-module__9lZN9G__shelfSection summary::marker{content:none}.BookList-module-scss-module__9lZN9G__shelfStack{flex-direction:column;gap:0;display:flex}.BookList-module-scss-module__9lZN9G__shelfSummary{cursor:pointer;-webkit-user-select:none;user-select:none;padding-bottom:1rem}.BookList-module-scss-module__9lZN9G__shelfSummary:focus-visible{outline:2px solid var(--key-color);outline-offset:2px;border-radius:4px}.BookList-module-scss-module__9lZN9G__shelfHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__shelfHeader{justify-content:space-between;align-items:flex-start}}.BookList-module-scss-module__9lZN9G__shelfHeaderLeft{min-width:0}.BookList-module-scss-module__9lZN9G__shelfHeaderRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__shelfHeaderRight{align-self:flex-start;padding-top:.1rem}}.BookList-module-scss-module__9lZN9G__shelfChevron{color:var(--text-color-light);opacity:.5;transition:transform .2s,opacity .2s}.BookList-module-scss-module__9lZN9G__shelfSummary:hover .BookList-module-scss-module__9lZN9G__shelfChevron{opacity:.8}.BookList-module-scss-module__9lZN9G__shelfSection[open] .BookList-module-scss-module__9lZN9G__shelfChevron{transform:rotate(180deg)}.BookList-module-scss-module__9lZN9G__shelfTitle{color:var(--text-color);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__shelfTitle{font-size:revert;font-weight:revert;line-height:revert}}.BookList-module-scss-module__9lZN9G__shelfDescription{color:var(--text-color-light);opacity:.75;margin:.3rem 0 0;font-size:.875rem;line-height:1.5}.BookList-module-scss-module__9lZN9G__shelfCount{min-width:1.5rem;color:var(--text-color-light);text-align:center;background:#ffffff0f;border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;line-height:1.4}.BookList-module-scss-module__9lZN9G__warningCount{color:#f59e0bcc;background:#f59e0b1f}.BookList-module-scss-module__9lZN9G__accentCount{color:#60a5facc;background:#3b82f61f}.BookList-module-scss-module__9lZN9G__infoCount{color:#0ea5e9;background:#0ea5e924}.BookList-module-scss-module__9lZN9G__books{flex-direction:column;flex:1;gap:1.5rem;display:flex}.BookList-module-scss-module__9lZN9G__shelfAside{border-left:1px solid #ffffff1c;width:100%;max-width:420px;margin-bottom:1.125rem;padding-left:1.5rem}.BookList-module-scss-module__9lZN9G__shelfAside .BookList-module-scss-module__9lZN9G__books{gap:1.25rem;margin-top:1.25rem}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__shelfAside{border-left:0;max-width:none;padding-left:0}}.BookList-module-scss-module__9lZN9G__shelfSection[open] .BookList-module-scss-module__9lZN9G__books{margin-bottom:1.125rem;animation:.2s BookList-module-scss-module__9lZN9G__accordion-open}.BookList-module-scss-module__9lZN9G__currentItem{isolation:isolate;align-items:flex-start;gap:1rem;margin:2rem 0;display:flex;position:relative}.BookList-module-scss-module__9lZN9G__currentItem:before{z-index:-1;content:"";background:#f7f6f3;border-radius:1.25rem;position:absolute;top:-1.25rem;bottom:-1.25rem;left:-1.75rem;right:-1.75rem;box-shadow:0 12px 28px -18px #0f172a33}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__currentItem:before{border-radius:1rem;top:-1rem;bottom:-1rem;left:-1.25rem;right:-1.25rem}.BookList-module-scss-module__9lZN9G__currentItem{flex-direction:column;gap:.75rem}}.BookList-module-scss-module__9lZN9G__currentBooks{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.BookList-module-scss-module__9lZN9G__currentCallout{color:#22c55e;flex-direction:row-reverse;flex-shrink:0;align-items:center;gap:.25rem;font-weight:500;display:flex;transform:rotate(-5deg)}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__currentCallout{margin-top:0;margin-bottom:0;margin-left:0;transform:none}}.BookList-module-scss-module__9lZN9G__currentLabel{white-space:nowrap}.BookList-module-scss-module__9lZN9G__currentArrow{width:45px;height:20px;animation:2s ease-in-out infinite BookList-module-scss-module__9lZN9G__arrow-wiggle;display:block}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__currentArrow{width:30px;animation:none;transform:rotate(90deg)}}@keyframes BookList-module-scss-module__9lZN9G__arrow-wiggle{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-4px)rotate(-3deg)}75%{transform:translate(2px)rotate(2deg)}}.BookList-module-scss-module__9lZN9G__yearBlock{gap:2rem;display:flex}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__yearBlock{flex-direction:column;gap:.5rem}}.BookList-module-scss-module__9lZN9G__yearLabel{width:80px;height:-webkit-fit-content;height:fit-content;color:var(--text-color-light);opacity:.5;flex-shrink:0;font-size:1.5rem;font-weight:700;position:-webkit-sticky;position:sticky;top:5rem}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__yearLabel{width:auto;font-size:1.25rem;position:static}}.BookList-module-scss-module__9lZN9G__yearToggle{width:-webkit-fit-content;width:fit-content;color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;transition:opacity .2s,color .2s;display:flex}.BookList-module-scss-module__9lZN9G__yearToggle:hover{color:var(--text-color);opacity:.9}.BookList-module-scss-module__9lZN9G__yearToggle:focus-visible{color:var(--text-color);opacity:.9}.BookList-module-scss-module__9lZN9G__yearToggle:focus-visible{outline:2px solid var(--key-color);outline-offset:4px;border-radius:4px}.BookList-module-scss-module__9lZN9G__yearChevron{opacity:.5;flex-shrink:0;transition:transform .2s}.BookList-module-scss-module__9lZN9G__yearToggle:hover .BookList-module-scss-module__9lZN9G__yearChevron{opacity:.8}.BookList-module-scss-module__9lZN9G__yearChevron.BookList-module-scss-module__9lZN9G__expanded{transform:rotate(180deg)}.BookList-module-scss-module__9lZN9G__monthsContainer{flex-direction:column;flex:1;gap:2rem;animation:.2s BookList-module-scss-module__9lZN9G__accordion-open;display:flex}.BookList-module-scss-module__9lZN9G__monthBlock{flex-direction:column;gap:.75rem;display:flex}.BookList-module-scss-module__9lZN9G__monthLabel{color:var(--text-color-light);opacity:.7;font-size:.875rem;font-weight:500}@media (max-width:767px){.BookList-module-scss-module__9lZN9G__monthLabel{font-size:.8125rem}}.BookList-module-scss-module__9lZN9G__empty{color:var(--text-color-light);text-align:center;padding:4rem 0}@keyframes BookList-module-scss-module__9lZN9G__accordion-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.BookList-module-scss-module__9lZN9G__currentArrow,.BookList-module-scss-module__9lZN9G__shelfSection[open] .BookList-module-scss-module__9lZN9G__books{animation:none}.BookList-module-scss-module__9lZN9G__shelfChevron{transition:none}}
@keyframes BookCard-module-scss-module__6BAaQa__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes BookCard-module-scss-module__6BAaQa__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes BookCard-module-scss-module__6BAaQa__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes BookCard-module-scss-module__6BAaQa__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes BookCard-module-scss-module__6BAaQa__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes BookCard-module-scss-module__6BAaQa__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.BookCard-module-scss-module__6BAaQa__card{cursor:default;flex-direction:row;align-items:flex-start;gap:1rem;display:flex}.BookCard-module-scss-module__6BAaQa__cover{background-color:var(--element-bg);border-radius:6px;flex-shrink:0;width:60px;height:84px;transition:transform .2s;position:relative;overflow:hidden}.BookCard-module-scss-module__6BAaQa__coverPlaceholder{color:var(--text-color-light);opacity:.5;background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 50%,#ffffff0a 100%) 0 0/200% 100%;justify-content:center;align-items:center;animation:1.2s ease-in-out infinite BookCard-module-scss-module__6BAaQa__book-cover-shimmer;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.BookCard-module-scss-module__6BAaQa__coverImg{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.BookCard-module-scss-module__6BAaQa__coverImgLoaded{opacity:1}.BookCard-module-scss-module__6BAaQa__content{flex-direction:column;flex-grow:1;gap:.25rem;display:flex}.BookCard-module-scss-module__6BAaQa__meta{color:var(--text-color-light);opacity:.8;align-items:center;gap:.5rem;font-size:1rem;display:flex}@media (max-width:767px){.BookCard-module-scss-module__6BAaQa__meta{font-size:.875rem}}.BookCard-module-scss-module__6BAaQa__separator{color:var(--text-color-light);opacity:.5}.BookCard-module-scss-module__6BAaQa__author,.BookCard-module-scss-module__6BAaQa__date{color:var(--text-color-light)}.BookCard-module-scss-module__6BAaQa__title{color:var(--text-color);margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;transition:color .2s}@media (max-width:767px){.BookCard-module-scss-module__6BAaQa__title{font-size:1.125rem}}.BookCard-module-scss-module__6BAaQa__footer{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.25rem;display:flex}.BookCard-module-scss-module__6BAaQa__tags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.BookCard-module-scss-module__6BAaQa__tag{color:var(--text-color-light);opacity:.7;font-size:.875rem;font-weight:500}.BookCard-module-scss-module__6BAaQa__tag:before{content:"#"}.BookCard-module-scss-module__6BAaQa__rating{color:#f59e0b;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}.BookCard-module-scss-module__6BAaQa__rating svg{fill:currentColor}.BookCard-module-scss-module__6BAaQa__progressBar{margin-top:.5rem}.BookCard-module-scss-module__6BAaQa__progressTrack{background:#667eea26;border-radius:2px;width:100%;height:4px;overflow:hidden}.BookCard-module-scss-module__6BAaQa__progressFill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:2px;height:100%;transition:width .3s}.BookCard-module-scss-module__6BAaQa__progressCaption{color:var(--text-color-light);opacity:.7;margin-top:.2rem;font-size:.75rem;display:block}.BookCard-module-scss-module__6BAaQa__card:hover .BookCard-module-scss-module__6BAaQa__cover{transform:scale(1.05)}.BookCard-module-scss-module__6BAaQa__card:hover .BookCard-module-scss-module__6BAaQa__title{color:var(--primary-color,#3b82f6)}@media (prefers-reduced-motion:reduce){.BookCard-module-scss-module__6BAaQa__coverPlaceholder{animation:none}.BookCard-module-scss-module__6BAaQa__cover,.BookCard-module-scss-module__6BAaQa__title{transition:none}}@keyframes BookCard-module-scss-module__6BAaQa__book-cover-shimmer{0%{background-position:0 0}to{background-position:200% 0}}
@keyframes PageContentFade-module-scss-module__fqjVQW__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes PageContentFade-module-scss-module__fqjVQW__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes PageContentFade-module-scss-module__fqjVQW__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes PageContentFade-module-scss-module__fqjVQW__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes PageContentFade-module-scss-module__fqjVQW__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes PageContentFade-module-scss-module__fqjVQW__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.PageContentFade-module-scss-module__fqjVQW__fadeContainer{opacity:1;width:100%;transition:opacity var(--animation-duration,.4s) cubic-bezier(.4, 0, .2, 1);flex-direction:column;align-items:center;display:flex}.PageContentFade-module-scss-module__fqjVQW__fadeContainer.PageContentFade-module-scss-module__fqjVQW__jsEnabled{opacity:0;will-change:opacity}.PageContentFade-module-scss-module__fqjVQW__fadeContainer.PageContentFade-module-scss-module__fqjVQW__jsEnabled.PageContentFade-module-scss-module__fqjVQW__visible{opacity:1;will-change:auto}
@keyframes Button-module-scss-module__EEeB0a__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Button-module-scss-module__EEeB0a__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes Button-module-scss-module__EEeB0a__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes Button-module-scss-module__EEeB0a__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes Button-module-scss-module__EEeB0a__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Button-module-scss-module__EEeB0a__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.Button-module-scss-module__EEeB0a__button{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;font-family:inherit;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,opacity .2s;display:inline-flex}.Button-module-scss-module__EEeB0a__button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.Button-module-scss-module__EEeB0a__primary{background:var(--color-primary);color:#fff}.Button-module-scss-module__EEeB0a__primary:hover:not(:disabled){background:var(--color-primary-hover)}.Button-module-scss-module__EEeB0a__primary:active:not(:disabled){background:var(--color-primary-active)}.Button-module-scss-module__EEeB0a__secondary{border:1px solid var(--color-border);background:var(--color-background-secondary);color:var(--color-text-primary)}.Button-module-scss-module__EEeB0a__secondary:hover:not(:disabled){background:var(--color-background-hover)}.Button-module-scss-module__EEeB0a__secondary:active:not(:disabled){background:var(--color-background-active)}.Button-module-scss-module__EEeB0a__danger{background:var(--color-danger);color:#fff}.Button-module-scss-module__EEeB0a__danger:hover:not(:disabled){background:var(--color-danger-hover)}.Button-module-scss-module__EEeB0a__danger:active:not(:disabled){background:var(--color-danger-active)}.Button-module-scss-module__EEeB0a__small{min-height:2rem;padding:.5rem .75rem;font-size:.875rem}.Button-module-scss-module__EEeB0a__medium{min-height:2.5rem;padding:.75rem 1rem;font-size:1rem}.Button-module-scss-module__EEeB0a__large{min-height:3rem;padding:1rem 1.5rem;font-size:1.125rem}.Button-module-scss-module__EEeB0a__fullWidth{width:100%}
@keyframes ConfirmDialog-module-scss-module__rpfE5q__fade-in{0%{opacity:0}to{opacity:1}}@keyframes ConfirmDialog-module-scss-module__rpfE5q__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes ConfirmDialog-module-scss-module__rpfE5q__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes ConfirmDialog-module-scss-module__rpfE5q__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes ConfirmDialog-module-scss-module__rpfE5q__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ConfirmDialog-module-scss-module__rpfE5q__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.ConfirmDialog-module-scss-module__rpfE5q__backdrop{z-index:1150;overscroll-behavior:contain;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out ConfirmDialog-module-scss-module__rpfE5q__fade-in;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.ConfirmDialog-module-scss-module__rpfE5q__dialog{background:var(--color-background-primary);border-radius:8px;outline:none;flex-direction:column;width:100%;max-width:480px;max-height:90vh;animation:.2s ease-out ConfirmDialog-module-scss-module__rpfE5q__slide-up;display:flex;overflow:hidden;box-shadow:0 10px 25px #0003}.ConfirmDialog-module-scss-module__rpfE5q__dialog:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ConfirmDialog-module-scss-module__rpfE5q__header{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:1.5rem;display:flex;position:relative}.ConfirmDialog-module-scss-module__rpfE5q__iconWrapper{background-color:rgb(var(--color-danger-rgb), .1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ConfirmDialog-module-scss-module__rpfE5q__icon{color:var(--color-danger)}.ConfirmDialog-module-scss-module__rpfE5q__title{color:var(--color-text-primary);flex:1;margin:0;font-size:1.25rem;font-weight:600;line-height:1.1}.ConfirmDialog-module-scss-module__rpfE5q__closeButton{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:background-color .2s,color .2s;display:flex;position:absolute;top:1rem;right:1rem}.ConfirmDialog-module-scss-module__rpfE5q__closeButton:hover{background-color:var(--color-background-hover);color:var(--color-text-primary)}.ConfirmDialog-module-scss-module__rpfE5q__closeButton:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ConfirmDialog-module-scss-module__rpfE5q__content{padding:1.5rem;overflow-y:auto}.ConfirmDialog-module-scss-module__rpfE5q__message{color:var(--color-text-primary);margin:0;font-size:1rem;line-height:1.5}.ConfirmDialog-module-scss-module__rpfE5q__footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.75rem;padding:1.5rem;display:flex}.ConfirmDialog-module-scss-module__rpfE5q__cancelButton,.ConfirmDialog-module-scss-module__rpfE5q__confirmButton{min-width:100px}@keyframes ConfirmDialog-module-scss-module__rpfE5q__slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.ConfirmDialog-module-scss-module__rpfE5q__backdrop{align-items:flex-end;padding:.5rem}.ConfirmDialog-module-scss-module__rpfE5q__dialog{border-radius:16px 16px 0 0;max-width:100%;max-height:90vh}.ConfirmDialog-module-scss-module__rpfE5q__header{padding:1rem}.ConfirmDialog-module-scss-module__rpfE5q__title{font-size:1.125rem}.ConfirmDialog-module-scss-module__rpfE5q__content{padding:1rem}.ConfirmDialog-module-scss-module__rpfE5q__footer{flex-direction:column-reverse;padding:1rem}.ConfirmDialog-module-scss-module__rpfE5q__cancelButton,.ConfirmDialog-module-scss-module__rpfE5q__confirmButton{width:100%}}
.FieldError-module-scss-module__i9Xbrq__error{color:var(--color-error-text);align-items:center;gap:.375rem;margin-top:.5rem;font-size:.75rem;display:flex}.FieldError-module-scss-module__i9Xbrq__errorIcon{flex-shrink:0}
.FormError-module-scss-module__S-SD5W__error{background:var(--color-error-background);color:var(--color-error-text);text-align:center;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem;display:flex}.FormError-module-scss-module__S-SD5W__errorIcon{flex-shrink:0}
.Input-module-scss-module__hiIbJa__input{border:1px solid var(--color-border);background:var(--color-background-primary);width:100%;color:var(--color-text-primary);border-radius:6px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.Input-module-scss-module__hiIbJa__input::placeholder{color:var(--color-text-secondary)}.Input-module-scss-module__hiIbJa__input:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb), .1);outline:none}.Input-module-scss-module__hiIbJa__input:disabled{background:var(--color-background-secondary);cursor:not-allowed;opacity:.5}.Input-module-scss-module__hiIbJa__input.Input-module-scss-module__hiIbJa__error{border-color:var(--color-danger)}.Input-module-scss-module__hiIbJa__input.Input-module-scss-module__hiIbJa__error:focus-visible{border-color:var(--color-danger);box-shadow:0 0 0 3px rgb(var(--color-danger-rgb), .1)}
.Loader-module-scss-module__vMEtVW__loader{--loader-size:32px;--loader-thickness:3px;--loader-track-color:#0f172a24;--loader-accent:var(--color-primary);color:var(--color-text-secondary);letter-spacing:.01em;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;display:inline-flex}.Loader-module-scss-module__vMEtVW__toneDefault{color:var(--color-text-secondary)}.Loader-module-scss-module__vMEtVW__toneInverse{color:#ffffffd9;--loader-track-color:#ffffff3d;--loader-accent:#fff}.Loader-module-scss-module__vMEtVW__layoutHorizontal{text-align:left;flex-direction:row}.Loader-module-scss-module__vMEtVW__sizeSm{--loader-size:24px;--loader-thickness:2px;font-size:.8125rem}.Loader-module-scss-module__vMEtVW__sizeMd{--loader-size:32px;--loader-thickness:3px}.Loader-module-scss-module__vMEtVW__sizeLg{--loader-size:48px;--loader-thickness:4px;font-size:1rem}.Loader-module-scss-module__vMEtVW__spinner{width:var(--loader-size);height:var(--loader-size);display:inline-flex;position:relative}.Loader-module-scss-module__vMEtVW__spinner:before,.Loader-module-scss-module__vMEtVW__spinner:after{content:"";border-radius:9999px;position:absolute;top:0;bottom:0;left:0;right:0}.Loader-module-scss-module__vMEtVW__spinner:before{border:var(--loader-thickness) solid var(--loader-track-color)}.Loader-module-scss-module__vMEtVW__spinner:after{border:var(--loader-thickness) solid #0000;border-top-color:var(--loader-accent);border-right-color:var(--loader-accent);transform-origin:50%;animation:.8s ease-in-out infinite Loader-module-scss-module__vMEtVW__loader-spin}.Loader-module-scss-module__vMEtVW__message{color:inherit;font-size:inherit}@keyframes Loader-module-scss-module__vMEtVW__loader-spin{to{transform:rotate(360deg)}}
.AnalyticsPanel-module-scss-module__0dqFFW__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (min-width:768px){.AnalyticsPanel-module-scss-module__0dqFFW__statsGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.AnalyticsPanel-module-scss-module__0dqFFW__statsGrid{grid-template-columns:repeat(6,1fr)}}.AnalyticsPanel-module-scss-module__0dqFFW__statCard{border-radius:8px;flex-direction:column;gap:.35rem;padding:1rem 1.25rem;display:flex}.AnalyticsPanel-module-scss-module__0dqFFW__statValue{font-size:1.75rem;font-weight:700;line-height:1}.AnalyticsPanel-module-scss-module__0dqFFW__statLabel{letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:500}.AnalyticsPanel-module-scss-module__0dqFFW__chartSection{flex-direction:column;gap:.5rem;display:flex}.AnalyticsPanel-module-scss-module__0dqFFW__chartTitle{letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.AnalyticsPanel-module-scss-module__0dqFFW__emptyState{border-radius:8px;justify-content:center;align-items:center;height:160px;font-size:.875rem;display:flex}.AnalyticsPanel-module-scss-module__0dqFFW__rankRow{border-bottom:1px solid;align-items:center;gap:.5rem;padding:.375rem 0;display:flex}.AnalyticsPanel-module-scss-module__0dqFFW__rankBar{border-radius:3px;height:6px;transition:width .3s}.AnalyticsPanel-module-scss-module__0dqFFW__rankName{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:monospace;font-size:.8rem;overflow:hidden}.AnalyticsPanel-module-scss-module__0dqFFW__rankCount{font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8rem;font-weight:600}
.LoginForm-module-scss-module__tWV-RW__form{border-radius:12px;width:100%;max-width:500px}.LoginForm-module-scss-module__tWV-RW__title{color:var(--color-text-primary);text-align:center;margin:0 0 2rem;font-size:1.75rem;font-weight:600}.LoginForm-module-scss-module__tWV-RW__error{background:var(--color-error-background);color:var(--color-error-text);text-align:center;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem;display:flex}.LoginForm-module-scss-module__tWV-RW__errorIcon{flex-shrink:0}.LoginForm-module-scss-module__tWV-RW__field{margin-bottom:1.5rem}.LoginForm-module-scss-module__tWV-RW__label{color:var(--color-text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;display:flex}.LoginForm-module-scss-module__tWV-RW__fieldIcon{flex-shrink:0}.LoginForm-module-scss-module__tWV-RW__actions{flex-direction:column;gap:1rem;display:flex}.LoginForm-module-scss-module__tWV-RW__submitButton{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;display:flex}.LoginForm-module-scss-module__tWV-RW__buttonIcon{flex-shrink:0}.LoginForm-module-scss-module__tWV-RW__forgotPassword{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.875rem;text-decoration:underline;transition:color .2s}.LoginForm-module-scss-module__tWV-RW__forgotPassword:hover{color:var(--color-text-primary)}.LoginForm-module-scss-module__tWV-RW__forgotPassword:disabled{cursor:not-allowed;opacity:.5}.LoginForm-module-scss-module__tWV-RW__divider{justify-content:center;align-items:center;margin:1rem 0;display:flex;position:relative}.LoginForm-module-scss-module__tWV-RW__divider:before{background:var(--color-border);content:"";height:1px;position:absolute;top:50%;left:0;right:0}.LoginForm-module-scss-module__tWV-RW__divider span{z-index:1;background:var(--color-background-secondary);color:var(--color-text-secondary);padding:0 1rem;font-size:.875rem;position:relative}.LoginForm-module-scss-module__tWV-RW__googleButton{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;display:flex}.LoginForm-module-scss-module__tWV-RW__googleIcon{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.LoginForm-module-scss-module__tWV-RW__githubButton{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;display:flex}.LoginForm-module-scss-module__tWV-RW__githubIcon{flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.LoginForm-module-scss-module__tWV-RW__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:560px;padding:2rem;display:flex}@media (max-width:640px){.LoginForm-module-scss-module__tWV-RW__form,.LoginForm-module-scss-module__tWV-RW__successContainer{max-width:100%}}.LoginForm-module-scss-module__tWV-RW__successIcon{color:#10b981}.LoginForm-module-scss-module__tWV-RW__successTitle{color:var(--color-text-primary);margin:0;font-size:1.5rem;font-weight:600}.LoginForm-module-scss-module__tWV-RW__successMessage{color:var(--color-text-secondary);margin:0;font-size:.9375rem}
.AdminHoverCard-module-scss-module__VNCqpG__card{border:1px solid var(--admin-border);border-radius:var(--admin-card-radius);background-color:var(--admin-card-bg);height:100%;box-shadow:var(--mantine-shadow-xs);color:var(--admin-fg-primary);transition:border-color .2s,box-shadow .2s}.AdminHoverCard-module-scss-module__VNCqpG__clickable{cursor:pointer;text-decoration:none}.AdminHoverCard-module-scss-module__VNCqpG__clickable:hover{border-color:var(--admin-brand);box-shadow:var(--mantine-shadow-md);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.AdminHoverCard-module-scss-module__VNCqpG__clickable:hover{transform:none}}
.PasswordResetForm-module-scss-module__rY3kRq__form{border-radius:12px;width:100%;max-width:500px}.PasswordResetForm-module-scss-module__rY3kRq__successContainer{text-align:center;border-radius:12px;width:100%;max-width:500px}.PasswordResetForm-module-scss-module__rY3kRq__title{color:var(--color-text-primary);text-align:center;margin:0 0 2rem;font-size:1.75rem;font-weight:600}.PasswordResetForm-module-scss-module__rY3kRq__description{color:var(--color-text-secondary);text-align:center;margin:0 0 1.5rem;line-height:1.5}.PasswordResetForm-module-scss-module__rY3kRq__message{color:var(--color-text-primary);margin:0 0 2rem;line-height:1.5}.PasswordResetForm-module-scss-module__rY3kRq__error{background:var(--color-error-background);color:var(--color-error-text);text-align:center;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem;display:flex}.PasswordResetForm-module-scss-module__rY3kRq__errorIcon{flex-shrink:0}.PasswordResetForm-module-scss-module__rY3kRq__field{margin-bottom:1.5rem}.PasswordResetForm-module-scss-module__rY3kRq__label{color:var(--color-text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:500;display:flex}.PasswordResetForm-module-scss-module__rY3kRq__fieldIcon{flex-shrink:0}.PasswordResetForm-module-scss-module__rY3kRq__fieldError{color:var(--color-error-text);align-items:center;gap:.375rem;margin-top:.5rem;font-size:.75rem;display:flex}.PasswordResetForm-module-scss-module__rY3kRq__actions{flex-direction:column;gap:1rem;display:flex}.PasswordResetForm-module-scss-module__rY3kRq__submitButton{justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-size:1rem;display:flex}.PasswordResetForm-module-scss-module__rY3kRq__buttonIcon{flex-shrink:0}.PasswordResetForm-module-scss-module__rY3kRq__backButton{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s,color .2s}.PasswordResetForm-module-scss-module__rY3kRq__backButton:hover{background:var(--color-background-hover);color:var(--color-text-primary)}.PasswordResetForm-module-scss-module__rY3kRq__backButton:disabled{cursor:not-allowed;opacity:.5}
.AdminPageHeader-module-scss-module__wbe6_q__root{border-bottom:1px solid var(--admin-border);position:relative}.AdminPageHeader-module-scss-module__wbe6_q__backButton{margin-left:-4px}.AdminPageHeader-module-scss-module__wbe6_q__title{color:var(--admin-fg-primary);letter-spacing:-.02em}.AdminPageHeader-module-scss-module__wbe6_q__description{color:var(--admin-fg-secondary);opacity:.9}.AdminPageHeader-module-scss-module__wbe6_q__tabsList{border-bottom:none;gap:8px}.AdminPageHeader-module-scss-module__wbe6_q__tab{height:44px;color:var(--admin-fg-secondary);border-bottom:2px solid #0000;font-weight:500;transition:all .2s}.AdminPageHeader-module-scss-module__wbe6_q__tab:hover{background:var(--admin-surface-hover);color:var(--admin-fg-primary);border-color:#0000}.AdminPageHeader-module-scss-module__wbe6_q__tab[data-active]{border-color:var(--mantine-primary-color-filled);color:var(--admin-fg-primary);background:0 0}.AdminPageHeader-module-scss-module__wbe6_q__tab[data-active]:hover{background:var(--admin-bg-hover)}
.PasswordUpdateForm-module-scss-module__bKBeqq__form{background:var(--color-background-secondary);text-align:left;border-radius:8px;max-width:400px;margin:0 auto;padding:2rem;box-shadow:0 2px 10px #0000001a}.PasswordUpdateForm-module-scss-module__bKBeqq__successContainer{background:var(--color-background-secondary);text-align:center;border-radius:8px;max-width:400px;margin:0 auto;padding:2rem;box-shadow:0 2px 10px #0000001a}.PasswordUpdateForm-module-scss-module__bKBeqq__title{color:var(--color-text-primary);text-align:center;margin:0 0 2rem;font-size:1.5rem;font-weight:600}.PasswordUpdateForm-module-scss-module__bKBeqq__description{color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.5}.PasswordUpdateForm-module-scss-module__bKBeqq__message{color:var(--color-text-primary);margin:0 0 2rem;line-height:1.5}.PasswordUpdateForm-module-scss-module__bKBeqq__error{background:var(--color-error-background);color:var(--color-error-text);border-radius:4px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.PasswordUpdateForm-module-scss-module__bKBeqq__field{margin-bottom:1.5rem}.PasswordUpdateForm-module-scss-module__bKBeqq__label{color:var(--color-text-primary);margin-bottom:.5rem;font-weight:500;display:block}.PasswordUpdateForm-module-scss-module__bKBeqq__input{border:1px solid var(--color-border);background:var(--color-background-primary);width:100%;color:var(--color-text-primary);border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s}.PasswordUpdateForm-module-scss-module__bKBeqq__input:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px rgb(var(--color-primary-rgb), .1);outline:none}.PasswordUpdateForm-module-scss-module__bKBeqq__input:disabled{cursor:not-allowed;opacity:.6}.PasswordUpdateForm-module-scss-module__bKBeqq__actions{flex-direction:column;gap:1rem;display:flex}.PasswordUpdateForm-module-scss-module__bKBeqq__submitButton{width:100%}
@keyframes HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.HomePageSkeletons-module-scss-module__jJ_plW__title{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__title:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__title:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__title{border-radius:4px;width:60%;height:1rem;margin-bottom:.75rem}.HomePageSkeletons-module-scss-module__jJ_plW__ytContainer{flex-direction:column;gap:.5rem;display:flex}.HomePageSkeletons-module-scss-module__jJ_plW__ytVideo{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__ytVideo:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__ytVideo:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__ytVideo{aspect-ratio:16/9;background:#00000014;border-radius:8px;width:100%}.HomePageSkeletons-module-scss-module__jJ_plW__threadsContainer{flex-direction:column;gap:.5rem;display:flex}.HomePageSkeletons-module-scss-module__jJ_plW__threadsCard{border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.HomePageSkeletons-module-scss-module__jJ_plW__textBlock{flex-direction:column;gap:.5rem;display:flex}.HomePageSkeletons-module-scss-module__jJ_plW__lineFullWidth{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__lineFullWidth:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__lineFullWidth:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__lineFullWidth{border-radius:4px;width:100%;height:.875rem}.HomePageSkeletons-module-scss-module__jJ_plW__line90{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__line90:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__line90:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__line90{border-radius:4px;width:90%;height:.875rem}.HomePageSkeletons-module-scss-module__jJ_plW__line70{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__line70:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__line70:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__line70{border-radius:4px;width:70%;height:.875rem}.HomePageSkeletons-module-scss-module__jJ_plW__threadsFooter{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__threadsFooter:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__threadsFooter:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__threadsFooter{border-radius:4px;width:40%;height:.75rem}.HomePageSkeletons-module-scss-module__jJ_plW__chinchilla{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__chinchilla:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__chinchilla:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__chinchilla{border-radius:8px;width:100%;min-height:280px}.HomePageSkeletons-module-scss-module__jJ_plW__vacationCountdown{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__vacationCountdown:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__vacationCountdown:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__vacationCountdown{width:100%;height:190px;margin-top:.5rem}.HomePageSkeletons-module-scss-module__jJ_plW__gta6Countdown{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.HomePageSkeletons-module-scss-module__jJ_plW__gta6Countdown:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.HomePageSkeletons-module-scss-module__jJ_plW__gta6Countdown:after{animation:1.8s infinite HomePageSkeletons-module-scss-module__jJ_plW__skeleton-shimmer}}.HomePageSkeletons-module-scss-module__jJ_plW__gta6Countdown{width:100%;height:210px;margin-top:.5rem}.HomePageSkeletons-module-scss-module__jJ_plW__travelsContainer{background:var(--beige);border-radius:.5rem;flex-direction:column;margin:0;padding:1.5rem;display:flex}
@keyframes NowBlockSkeleton-module-scss-module__xVjmUG__skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.NowBlockSkeleton-module-scss-module__xVjmUG__nowContainer{flex-direction:column;gap:1.5rem;display:flex}.NowBlockSkeleton-module-scss-module__xVjmUG__item{gap:1rem;display:flex}.NowBlockSkeleton-module-scss-module__xVjmUG__squareCover{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.NowBlockSkeleton-module-scss-module__xVjmUG__squareCover:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.NowBlockSkeleton-module-scss-module__xVjmUG__squareCover:after{animation:1.8s infinite NowBlockSkeleton-module-scss-module__xVjmUG__skeleton-shimmer}}.NowBlockSkeleton-module-scss-module__xVjmUG__squareCover{border-radius:8px;flex-shrink:0;width:64px;height:64px}.NowBlockSkeleton-module-scss-module__xVjmUG__tallCover{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.NowBlockSkeleton-module-scss-module__xVjmUG__tallCover:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.NowBlockSkeleton-module-scss-module__xVjmUG__tallCover:after{animation:1.8s infinite NowBlockSkeleton-module-scss-module__xVjmUG__skeleton-shimmer}}.NowBlockSkeleton-module-scss-module__xVjmUG__tallCover{border-radius:6px;flex-shrink:0;width:64px;height:96px}.NowBlockSkeleton-module-scss-module__xVjmUG__itemBody{flex-direction:column;flex:1;justify-content:center;gap:.5rem;min-width:0;display:flex}.NowBlockSkeleton-module-scss-module__xVjmUG__lineShort{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.NowBlockSkeleton-module-scss-module__xVjmUG__lineShort:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.NowBlockSkeleton-module-scss-module__xVjmUG__lineShort:after{animation:1.8s infinite NowBlockSkeleton-module-scss-module__xVjmUG__skeleton-shimmer}}.NowBlockSkeleton-module-scss-module__xVjmUG__lineShort{border-radius:4px;width:35%;height:.75rem}.NowBlockSkeleton-module-scss-module__xVjmUG__lineMedium{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.NowBlockSkeleton-module-scss-module__xVjmUG__lineMedium:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.NowBlockSkeleton-module-scss-module__xVjmUG__lineMedium:after{animation:1.8s infinite NowBlockSkeleton-module-scss-module__xVjmUG__skeleton-shimmer}}.NowBlockSkeleton-module-scss-module__xVjmUG__lineMedium{border-radius:4px;width:75%;height:.875rem}.NowBlockSkeleton-module-scss-module__xVjmUG__lineLong{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.NowBlockSkeleton-module-scss-module__xVjmUG__lineLong:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.NowBlockSkeleton-module-scss-module__xVjmUG__lineLong:after{animation:1.8s infinite NowBlockSkeleton-module-scss-module__xVjmUG__skeleton-shimmer}}.NowBlockSkeleton-module-scss-module__xVjmUG__lineLong{border-radius:4px;width:55%;height:.75rem}
.PasswordResetError-module-scss-module__N0s4pW__container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.PasswordResetError-module-scss-module__N0s4pW__content{background:var(--color-background-secondary);text-align:center;border-radius:8px;max-width:400px;padding:2rem;box-shadow:0 2px 10px #0000001a}.PasswordResetError-module-scss-module__N0s4pW__title{color:var(--color-text-primary);margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.PasswordResetError-module-scss-module__N0s4pW__errorMessage{color:var(--color-error-text);margin:0 0 1.5rem;line-height:1.5}.PasswordResetError-module-scss-module__N0s4pW__suggestion{border:1px solid var(--color-border);background:var(--color-background-primary);border-radius:6px;margin:0 0 2rem;padding:1rem}.PasswordResetError-module-scss-module__N0s4pW__suggestion p{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.4}.PasswordResetError-module-scss-module__N0s4pW__actions{flex-direction:column;gap:1rem;display:flex}.PasswordResetError-module-scss-module__N0s4pW__requestButton,.PasswordResetError-module-scss-module__N0s4pW__retryButton,.PasswordResetError-module-scss-module__N0s4pW__backButton{width:100%}
@keyframes LastActivityWidgetSkeleton-module-scss-module__ukYMwG__skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__activityContainer{flex-direction:column;gap:1.5rem;display:flex}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__item{gap:1rem;display:flex}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__squareCover{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__squareCover:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__squareCover:after{animation:1.8s infinite LastActivityWidgetSkeleton-module-scss-module__ukYMwG__skeleton-shimmer}}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__squareCover{border-radius:8px;flex-shrink:0;width:64px;height:64px}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__itemBody{flex-direction:column;flex:1;justify-content:center;gap:.5rem;min-width:0;display:flex}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineShort{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineShort:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineShort:after{animation:1.8s infinite LastActivityWidgetSkeleton-module-scss-module__ukYMwG__skeleton-shimmer}}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineShort{border-radius:4px;width:35%;height:.75rem}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineMedium{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineMedium:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineMedium:after{animation:1.8s infinite LastActivityWidgetSkeleton-module-scss-module__ukYMwG__skeleton-shimmer}}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineMedium{border-radius:4px;width:75%;height:.875rem}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineLong{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineLong:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineLong:after{animation:1.8s infinite LastActivityWidgetSkeleton-module-scss-module__ukYMwG__skeleton-shimmer}}.LastActivityWidgetSkeleton-module-scss-module__ukYMwG__lineLong{border-radius:4px;width:55%;height:.75rem}
@keyframes StreamPostCard-module-scss-module__0a85ha__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamPostCard-module-scss-module__0a85ha__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes StreamPostCard-module-scss-module__0a85ha__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes StreamPostCard-module-scss-module__0a85ha__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes StreamPostCard-module-scss-module__0a85ha__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamPostCard-module-scss-module__0a85ha__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.StreamPostCard-module-scss-module__0a85ha__card{flex-direction:column;transition:transform .2s;display:flex;position:relative}.StreamPostCard-module-scss-module__0a85ha__card:after{background:var(--color-border-light);content:"";height:1px;position:absolute;bottom:-2.5rem;left:0;right:0}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__card:after{bottom:-1.5rem}}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__card:after{background:#ffffff14}.StreamPostCard-module-scss-module__0a85ha__card:last-child:after{display:none}.StreamPostCard-module-scss-module__0a85ha__header{display:flex}.StreamPostCard-module-scss-module__0a85ha__visibilityBadge{color:#aaa;opacity:.8;background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;display:flex}.StreamPostCard-module-scss-module__0a85ha__lockIcon{display:block}.StreamPostCard-module-scss-module__0a85ha__categoryInfo{color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.05em;opacity:.6;text-transform:capitalize;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;display:flex}.StreamPostCard-module-scss-module__0a85ha__icon{color:inherit;justify-content:center;align-items:center;display:flex}.StreamPostCard-module-scss-module__0a85ha__dateInfo{color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.05em;opacity:.6;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:opacity .2s,color .2s;display:flex}.StreamPostCard-module-scss-module__0a85ha__authorBadge{border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-primary);letter-spacing:.02em;opacity:.9;border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.StreamPostCard-module-scss-module__0a85ha__content{max-width:728px;color:var(--color-text-primary)}.StreamPostCard-module-scss-module__0a85ha__title{color:var(--color-text-primary);font-family:var(--font-fira-sans),"Fira Sans",-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;margin-bottom:1rem;font-size:2.25rem;font-weight:700;transition:color .2s;display:block}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__title{margin-bottom:.75rem;font-size:1.5rem}}.StreamPostCard-module-scss-module__0a85ha__titleLink{color:inherit;text-underline-offset:.625rem;-webkit-text-decoration-color:#00000026;text-decoration-color:#00000026;text-decoration-thickness:.25px}.StreamPostCard-module-scss-module__0a85ha__titleLink:hover{text-decoration-thickness:.25px}.StreamPostCard-module-scss-module__0a85ha__body{flex-direction:column;gap:1.5rem;display:flex}.StreamPostCard-module-scss-module__0a85ha__markdown{font-family:var(--font-pt-serif),serif;font-size:1.25rem;line-height:1.6}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown{font-size:1.125rem}}.StreamPostCard-module-scss-module__0a85ha__markdown p{margin:0 0 .75rem}.StreamPostCard-module-scss-module__0a85ha__markdown em{font-style:italic}.StreamPostCard-module-scss-module__0a85ha__markdown strong{font-weight:700}.StreamPostCard-module-scss-module__0a85ha__markdown del{opacity:.6;text-decoration:line-through}.StreamPostCard-module-scss-module__0a85ha__markdown a{color:var(--color-brand-orange);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.StreamPostCard-module-scss-module__0a85ha__markdown a:hover{text-decoration-thickness:2px}.StreamPostCard-module-scss-module__0a85ha__markdown ul,.StreamPostCard-module-scss-module__0a85ha__markdown ol{margin:0 0 1rem;padding-left:1.5rem}.StreamPostCard-module-scss-module__0a85ha__markdown li{margin-bottom:.25rem}.StreamPostCard-module-scss-module__0a85ha__markdown h1,.StreamPostCard-module-scss-module__0a85ha__markdown h2,.StreamPostCard-module-scss-module__0a85ha__markdown h3,.StreamPostCard-module-scss-module__0a85ha__markdown h4{font-family:var(--font-fira-sans),"Fira Sans",-apple-system,blinkmacsystemfont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell",sans-serif;margin:1.5rem 0 .75rem;font-weight:700;line-height:1.3}.StreamPostCard-module-scss-module__0a85ha__markdown h1{font-size:1.75rem}.StreamPostCard-module-scss-module__0a85ha__markdown h2{font-size:1.5rem}.StreamPostCard-module-scss-module__0a85ha__markdown h3{font-size:1.25rem}.StreamPostCard-module-scss-module__0a85ha__markdown h4{font-size:1.125rem}.StreamPostCard-module-scss-module__0a85ha__markdown hr{border:0;border-top:1px solid var(--color-border-light);margin:1.5rem 0}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown hr{border-color:#ffffff14}.StreamPostCard-module-scss-module__0a85ha__markdown img{border-radius:8px;width:100%;max-width:1200px;height:auto;margin:0 0 1rem;display:block}.StreamPostCard-module-scss-module__0a85ha__markdown blockquote{border-left:3px solid var(--color-brand-orange);background:var(--color-bg-secondary);color:var(--color-text-primary);margin:1.5rem 0;padding:1rem 1.5rem;font-size:1.125rem;font-style:italic}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown blockquote{background:#ffffff08}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown blockquote{padding:.75rem 1rem;font-size:1rem}}.StreamPostCard-module-scss-module__0a85ha__markdown blockquote p,.StreamPostCard-module-scss-module__0a85ha__markdown p:last-child{margin-bottom:0}.StreamPostCard-module-scss-module__0a85ha__markdown code{background:var(--color-bg-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);border-radius:4px;padding:.2rem .4rem;font-size:.9em}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown code{background:#ffffff0d}.StreamPostCard-module-scss-module__0a85ha__markdown pre{color:#d4d4d4;font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);background:#1e1e1e;border-radius:8px;margin:1.25rem 0;padding:1.25rem;font-size:.875rem;line-height:1.55;overflow-x:auto}.StreamPostCard-module-scss-module__0a85ha__markdown pre code{font-size:inherit;background:0 0;padding:0}.StreamPostCard-module-scss-module__0a85ha__markdown [data-rehype-pretty-code-figure]{margin:1.25rem 0}.StreamPostCard-module-scss-module__0a85ha__markdown [data-line]{width:100%;padding:0 .25rem;display:inline-block}.StreamPostCard-module-scss-module__0a85ha__markdown [data-highlighted-line]{box-shadow:inset 2px 0 0 var(--color-brand-orange);background:#ffffff14}.StreamPostCard-module-scss-module__0a85ha__markdown table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.875rem;line-height:1.5}.StreamPostCard-module-scss-module__0a85ha__markdown thead{background:var(--color-bg-secondary)}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown thead{background:#ffffff0d}.StreamPostCard-module-scss-module__0a85ha__markdown th,.StreamPostCard-module-scss-module__0a85ha__markdown td{border:1px solid var(--color-border-light);text-align:left;padding:.75rem}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown th,[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown td{border-color:#ffffff14}.StreamPostCard-module-scss-module__0a85ha__markdown th{font-weight:600}.StreamPostCard-module-scss-module__0a85ha__markdown tbody tr:nth-child(2n){background:#00000005}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown tbody tr:nth-child(2n){background:#ffffff05}.StreamPostCard-module-scss-module__0a85ha__markdown .contains-task-list{padding-left:0;list-style-type:none}.StreamPostCard-module-scss-module__0a85ha__markdown .contains-task-list li{align-items:flex-start;gap:.5rem;margin-bottom:.375rem;display:flex}.StreamPostCard-module-scss-module__0a85ha__markdown .contains-task-list input[type=checkbox]{cursor:default;margin-top:.25rem}.StreamPostCard-module-scss-module__0a85ha__markdown .youtube-embed-container{background:#000;border-radius:10px;width:100%;margin:1.25rem 0;padding-top:56.25%;display:block;position:relative;overflow:hidden}.StreamPostCard-module-scss-module__0a85ha__markdown .youtube-embed-container iframe{border:0;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.StreamPostCard-module-scss-module__0a85ha__markdown .media-embed-container{background:var(--color-bg-secondary);border-radius:10px;margin:1.25rem 0;display:block;overflow:hidden}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown .media-embed-container{background:#000}.StreamPostCard-module-scss-module__0a85ha__markdown .media-embed-container video{width:100%;max-height:600px;display:block}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-figure{margin:1.25rem 0}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-figure img{margin:0}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-figure figcaption{color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);text-align:center;margin-top:.5rem;font-size:.875rem;line-height:1.4}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-figure figcaption a{color:inherit;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-figure figcaption a:hover{color:var(--color-brand-orange)}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-figure figcaption p{margin:0}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-carousel{scroll-snap-type:x mandatory;scrollbar-width:thin;align-items:stretch;gap:.75rem;margin:1.25rem 0;padding-bottom:.5rem;display:flex;overflow-x:auto}.StreamPostCard-module-scss-module__0a85ha__markdown .stream-carousel img{object-fit:cover;scroll-snap-align:start;border-radius:10px;flex:0 0 min(85%,560px);width:auto;max-width:none;height:auto;max-height:480px;margin:0}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown .stream-carousel img{flex-basis:92%;max-height:360px}}.StreamPostCard-module-scss-module__0a85ha__markdown .audio-embed-container{border:1px solid var(--color-border-light);background:var(--color-bg-secondary);border-radius:10px;align-items:center;margin:1rem 0;padding:.5rem .75rem;display:flex}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown .audio-embed-container{background:#ffffff08;border-color:#ffffff14}.StreamPostCard-module-scss-module__0a85ha__markdown .audio-embed-container audio{width:100%;height:34px}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes{border:1px solid var(--color-border-light);background:var(--color-bg-secondary);border-radius:.75rem;margin:2rem 0;padding:2rem;transition:background .2s,border-color .2s;box-shadow:0 1px 2px #0000000d}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes{background:#ffffff05;border-color:#ffffff0f}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes{margin:1.5rem 0;padding:1.25rem 1rem}}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes h1{border-bottom:2px solid var(--color-brand-orange);color:var(--color-text-primary);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes h2{border-bottom:2px solid var(--color-brand-orange);color:var(--color-text-primary);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes h3{border-bottom:2px solid var(--color-brand-orange);color:var(--color-text-primary);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700;display:inline-block}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes h1{margin-bottom:1.25rem;font-size:1.25rem}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes h2{margin-bottom:1.25rem;font-size:1.25rem}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes h3{margin-bottom:1.25rem;font-size:1.25rem}}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes ul{flex-direction:column;gap:1.25rem;margin:0;padding-left:0;list-style:none;display:flex}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes ol{flex-direction:column;gap:1.25rem;margin:0;padding-left:0;list-style:none;display:flex}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li{border-left:2px solid var(--color-brand-orange);color:var(--color-text-primary);background:#00000003;border-radius:0 .5rem .5rem 0;margin-bottom:0;padding:1rem 1.25rem 1rem 2.25rem;font-size:1.125rem;line-height:1.65;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li{border-left-color:var(--color-brand-orange);background:#ffffff03}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li{padding:.75rem 1rem .75rem 1.75rem;font-size:1rem}}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li:before{color:var(--color-brand-orange);content:"“";font-family:var(--font-pt-serif),serif;opacity:.5;font-size:2.25rem;line-height:1;transition:opacity .2s,transform .2s;position:absolute;top:.5rem;left:.75rem}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li:before{font-size:1.75rem;top:.375rem;left:.5rem}}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li:hover{background:#00000006;transform:translate(6px);box-shadow:inset 1px 0 #00000005}[data-mantine-color-scheme=dark] .StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li:hover{background:#ffffff06;box-shadow:inset 1px 0 #ffffff05}.StreamPostCard-module-scss-module__0a85ha__markdown .book-quotes li:hover:before{opacity:.9;transform:scale(1.1)}.StreamPostCard-module-scss-module__0a85ha__footer{flex-direction:column;gap:.875rem;margin-top:1.5rem;display:flex}.StreamPostCard-module-scss-module__0a85ha__metaPrimary{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__metaPrimary{gap:.75rem}}.StreamPostCard-module-scss-module__0a85ha__metaSecondary{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.StreamPostCard-module-scss-module__0a85ha__metaGroup{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__metaGroup{gap:.875rem}}.StreamPostCard-module-scss-module__0a85ha__tags{flex-wrap:wrap;gap:.5rem;display:flex}.StreamPostCard-module-scss-module__0a85ha__tag{border:1px solid var(--color-border-light);background:var(--color-bg-primary);min-height:2.75rem;color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.05em;text-transform:capitalize;border-radius:999px;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s ease-out,border-color .2s ease-out,transform .2s ease-out;display:inline-flex}.StreamPostCard-module-scss-module__0a85ha__tag:hover{border-color:var(--color-brand-orange);color:var(--color-brand-orange);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.StreamPostCard-module-scss-module__0a85ha__tag:hover{transform:none}}.StreamPostCard-module-scss-module__0a85ha__syndicationChip{min-height:2.75rem;color:var(--color-brand-orange);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.03em;background:#fc4c020f;border:1px solid #fc4c0240;border-radius:999px;align-items:center;gap:.375rem;padding:.35rem .875rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out;display:inline-flex}.StreamPostCard-module-scss-module__0a85ha__syndicationChip:hover{background:#fc4c021a;transform:translateY(-1px);box-shadow:0 6px 16px #fc4c021f}@media (prefers-reduced-motion:reduce){.StreamPostCard-module-scss-module__0a85ha__syndicationChip:hover{transform:none}}.StreamPostCard-module-scss-module__0a85ha__inlineAdminLink{width:2.75rem;height:2.75rem;color:var(--color-text-secondary);opacity:0;vertical-align:middle;border-radius:.5rem;justify-content:center;align-items:center;margin-left:.5rem;transition:all .2s;display:inline-flex}.StreamPostCard-module-scss-module__0a85ha__inlineAdminLink:hover{color:var(--color-brand-orange);opacity:1;transform:scale(1.05)}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__inlineAdminLink{opacity:1}}@media (prefers-reduced-motion:reduce){.StreamPostCard-module-scss-module__0a85ha__inlineAdminLink:hover{transform:none}}.StreamPostCard-module-scss-module__0a85ha__inlineAdminLink svg{display:block}.StreamPostCard-module-scss-module__0a85ha__header:hover .StreamPostCard-module-scss-module__0a85ha__inlineAdminLink{opacity:1}.StreamPostCard-module-scss-module__0a85ha__untitledAdminLink{margin-bottom:1rem}.StreamPostCard-module-scss-module__0a85ha__sourceLink{min-height:2.75rem;color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.05em;opacity:.6;text-transform:capitalize;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.StreamPostCard-module-scss-module__0a85ha__sourceLink:hover{color:var(--color-brand-orange);opacity:1;text-decoration:none}.StreamPostCard-module-scss-module__0a85ha__sourceLink svg{opacity:.8}.StreamPostCard-module-scss-module__0a85ha__source{align-items:center;display:flex}.StreamPostCard-module-scss-module__0a85ha__reactionsBar{margin-top:1rem;display:flex}.StreamPostCard-module-scss-module__0a85ha__shareButton{min-height:2.75rem;color:var(--color-text-secondary);cursor:pointer;font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.05em;opacity:.6;text-transform:capitalize;background:0 0;border:none;align-items:center;gap:.375rem;padding:0 .25rem;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.StreamPostCard-module-scss-module__0a85ha__shareButton:hover{color:var(--color-brand-orange);opacity:1}.StreamPostCard-module-scss-module__0a85ha__shareButton:focus-visible{outline:2px solid var(--color-brand-orange);outline-offset:2px;border-radius:2px}.StreamPostCard-module-scss-module__0a85ha__shareButton svg{opacity:.8}.StreamPostCard-module-scss-module__0a85ha__category_quote .StreamPostCard-module-scss-module__0a85ha__markdown{font-size:1.375rem;font-style:italic}@media (max-width:767px){.StreamPostCard-module-scss-module__0a85ha__category_quote .StreamPostCard-module-scss-module__0a85ha__markdown{font-size:1.25rem}}
@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.ChinchillaWidget-module-scss-module__Ijk9EW__widget{cursor:pointer;background:#000;border:1px solid #667eea33;width:100%;min-height:280px;margin-top:.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.ChinchillaWidget-module-scss-module__Ijk9EW__widget:focus-visible{outline-offset:2px;outline:2px solid #667eea}@media (hover:hover){.ChinchillaWidget-module-scss-module__Ijk9EW__widget:hover{border-color:#667eea66;box-shadow:0 8px 24px #667eea26}}.ChinchillaWidget-module-scss-module__Ijk9EW__skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a 50%,#1a1a1a 75%) 0 0/200% 100%;width:100%;height:280px;animation:1.5s infinite ChinchillaWidget-module-scss-module__Ijk9EW__shimmer}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ChinchillaWidget-module-scss-module__Ijk9EW__background{width:100%;height:100%;position:absolute;top:0;left:0}.ChinchillaWidget-module-scss-module__Ijk9EW__background .ChinchillaWidget-module-scss-module__Ijk9EW__backgroundImage{object-fit:cover}.ChinchillaWidget-module-scss-module__Ijk9EW__overlay{background:linear-gradient(#0006 0%,#0000 40%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.ChinchillaWidget-module-scss-module__Ijk9EW__content{z-index:2;flex-direction:column;height:100%;min-height:280px;padding:.5rem;display:flex;position:relative}.ChinchillaWidget-module-scss-module__Ijk9EW__label{color:#fffc;letter-spacing:.05em;text-shadow:0 1px 3px #000c;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.ChinchillaWidget-module-scss-module__Ijk9EW__lightbox{z-index:99999;background:0 0;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.3s forwards ChinchillaWidget-module-scss-module__Ijk9EW__lightbox-fade-in;display:flex;position:fixed;top:0;left:0}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__lightbox-fade-in{to{background:#000000e6}}@keyframes ChinchillaWidget-module-scss-module__Ijk9EW__lightbox-slide-in{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxContent{flex-direction:column;align-items:center;max-width:95vw;max-height:95vh;animation:.3s ChinchillaWidget-module-scss-module__Ijk9EW__lightbox-slide-in;display:flex;position:relative}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxClose{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxClose:hover{color:#fff;background:#fff3;transform:scale(1.1)}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxImageWrapper{border-radius:8px;position:relative;overflow:hidden}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:calc(95vh - 100px);display:block;box-shadow:0 8px 32px #00000080}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxInfo{color:#fff;text-align:center;margin-top:1rem}.ChinchillaWidget-module-scss-module__Ijk9EW__lightboxTitle{font-size:1.1rem;font-weight:600}
@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2039e8342bda6056-s.1hiu0hj9qpr9g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bebas Neue;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fabcf92ba1ccea36-s.p.1w_qz2ahumqmz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Bebas Neue Fallback;src:local(Arial);ascent-override:117.32%;descent-override:39.11%;line-gap-override:0.0%;size-adjust:76.72%}.bebas_neue_80a31a28-module__T2YPQG__className{font-family:Bebas Neue,Bebas Neue Fallback;font-style:normal;font-weight:400}
@keyframes StreamOgCard-module-scss-module___PWwGq__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamOgCard-module-scss-module___PWwGq__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes StreamOgCard-module-scss-module___PWwGq__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes StreamOgCard-module-scss-module___PWwGq__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes StreamOgCard-module-scss-module___PWwGq__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamOgCard-module-scss-module___PWwGq__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.StreamOgCard-module-scss-module___PWwGq__card{border:1px solid var(--color-border-light);background:var(--color-bg-secondary);color:inherit;border-radius:.75rem;margin-top:1rem;text-decoration:none;transition:all .2s;display:block;overflow:hidden}[data-mantine-color-scheme=dark] .StreamOgCard-module-scss-module___PWwGq__card{background:#ffffff0a;border-color:#ffffff14}.StreamOgCard-module-scss-module___PWwGq__card:hover{border-color:var(--color-border);background:var(--color-bg-primary);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}[data-mantine-color-scheme=dark] .StreamOgCard-module-scss-module___PWwGq__card:hover{background:#ffffff0f;border-color:#ffffff1f}.StreamOgCard-module-scss-module___PWwGq__card:hover .StreamOgCard-module-scss-module___PWwGq__title{color:var(--color-brand-orange)}.StreamOgCard-module-scss-module___PWwGq__card:hover .StreamOgCard-module-scss-module___PWwGq__imageWrapper img{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.StreamOgCard-module-scss-module___PWwGq__card:hover,.StreamOgCard-module-scss-module___PWwGq__card:hover .StreamOgCard-module-scss-module___PWwGq__imageWrapper img{transform:none}}.StreamOgCard-module-scss-module___PWwGq__imageWrapper{aspect-ratio:1.91;background:var(--color-bg-primary);width:100%;position:relative;overflow:hidden}[data-mantine-color-scheme=dark] .StreamOgCard-module-scss-module___PWwGq__imageWrapper{background:#0000004d}.StreamOgCard-module-scss-module___PWwGq__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.StreamOgCard-module-scss-module___PWwGq__body{padding:1rem}.StreamOgCard-module-scss-module___PWwGq__siteName{color:var(--color-text-secondary);letter-spacing:.025em;text-transform:uppercase;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.StreamOgCard-module-scss-module___PWwGq__title{color:var(--color-text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.1;transition:color .15s;display:block}.StreamOgCard-module-scss-module___PWwGq__description{color:var(--color-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}
.AdminHealthBar-module-scss-module__Bm25RG__bar{flex-wrap:wrap;gap:8px;display:flex}.AdminHealthBar-module-scss-module__Bm25RG__pill{border:1px solid var(--admin-glass-border,var(--admin-border));-webkit-backdrop-filter:var(--admin-backdrop-filter,none);backdrop-filter:var(--admin-backdrop-filter,none);background:var(--admin-glass-bg,var(--admin-surface-subtle));cursor:default;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;line-height:1;transition:border-color .2s,transform .2s;display:inline-flex}.AdminHealthBar-module-scss-module__Bm25RG__pill:hover{border-color:var(--admin-glass-border-hover,var(--admin-border));transform:translateY(-1px)}.AdminHealthBar-module-scss-module__Bm25RG__dot{background:var(--dot-color);width:8px;height:8px;box-shadow:0 0 0 3px var(--dot-glow);border-radius:50%;flex-shrink:0}.AdminHealthBar-module-scss-module__Bm25RG__label{color:var(--admin-fg-primary);font-weight:700}.AdminHealthBar-module-scss-module__Bm25RG__value{color:var(--admin-fg-secondary);font-weight:500}.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=ok]{--dot-color:var(--admin-success,#16a34a);--dot-glow:color-mix(in srgb, var(--admin-success,#16a34a) 22%, transparent)}.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=warn]{--dot-color:var(--mantine-color-orange-6,#ea580c);--dot-glow:color-mix(in srgb, var(--mantine-color-orange-6,#ea580c) 22%, transparent)}.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=crit],.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=error]{--dot-color:var(--mantine-color-red-6,#dc2626);--dot-glow:color-mix(in srgb, var(--mantine-color-red-6,#dc2626) 22%, transparent)}.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=info]{--dot-color:var(--mantine-color-blue-6,#2563eb);--dot-glow:color-mix(in srgb, var(--mantine-color-blue-6,#2563eb) 22%, transparent)}.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=loading]{--dot-color:var(--admin-fg-tertiary,#9ca3af);--dot-glow:transparent}.AdminHealthBar-module-scss-module__Bm25RG__pill[data-severity=loading] .AdminHealthBar-module-scss-module__Bm25RG__dot{animation:1.2s ease-in-out infinite AdminHealthBar-module-scss-module__Bm25RG__health-pulse}@keyframes AdminHealthBar-module-scss-module__Bm25RG__health-pulse{0%,to{opacity:.4}50%{opacity:1}}
@keyframes StreamReactions-module-scss-module__GeyD_a__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamReactions-module-scss-module__GeyD_a__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes StreamReactions-module-scss-module__GeyD_a__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes StreamReactions-module-scss-module__GeyD_a__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes StreamReactions-module-scss-module__GeyD_a__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamReactions-module-scss-module__GeyD_a__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.StreamReactions-module-scss-module__GeyD_a__reactions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.StreamReactions-module-scss-module__GeyD_a__reaction{border:1px solid var(--color-border-light,#0000001f);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;line-height:1;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.StreamReactions-module-scss-module__GeyD_a__reaction:hover:not(:disabled){border-color:var(--color-brand-orange);transform:translateY(-1px)}.StreamReactions-module-scss-module__GeyD_a__reaction:disabled{cursor:default;opacity:.7}.StreamReactions-module-scss-module__GeyD_a__reaction:focus-visible{outline:2px solid var(--color-brand-orange);outline-offset:2px}.StreamReactions-module-scss-module__GeyD_a__reaction.StreamReactions-module-scss-module__GeyD_a__active{border-color:var(--color-brand-orange);background:color-mix(in srgb, var(--color-brand-orange) 14%, transparent);color:var(--color-text-primary)}.StreamReactions-module-scss-module__GeyD_a__emoji{font-size:1rem}.StreamReactions-module-scss-module__GeyD_a__count{font-family:var(--font-mono,monospace);font-variant-numeric:tabular-nums;font-size:.75rem}
.AdminSectionHeader-module-scss-module__fC_EaG__root{padding-bottom:var(--mantine-spacing-md);border-bottom:1px solid var(--admin-border)}.AdminSectionHeader-module-scss-module__fC_EaG__title{color:var(--admin-fg-primary)}
.Gta6CountdownWidget-module-scss-module__Pvgena__widget{--gta6-accent:transparent;background:linear-gradient(145deg, #ff2d9542 0%, #781fff8c 42%, #ff78287a 100%),var(--gta6-background-image,none) center/cover no-repeat;color:#fff;border-radius:.75rem;width:100%;margin-top:.5rem;margin-bottom:2rem;text-decoration:none;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,filter .35s;position:relative;overflow:hidden;box-shadow:0 12px 28px #14002859,inset 0 1px #ffffff2e}.Gta6CountdownWidget-module-scss-module__Pvgena__widget:hover{color:#aaa;filter:brightness(1.06);border:0;transform:translateY(-3px)scale(1.02);box-shadow:0 18px 36px #14002873,inset 0 1px #ffffff3d}.Gta6CountdownWidget-module-scss-module__Pvgena__overlay{pointer-events:none;background:radial-gradient(circle at 20% 15%,#ffffff2e,#0000 45%),linear-gradient(#ff50b41f,#0800182e 45%,#080018b8);position:absolute;top:0;bottom:0;left:0;right:0}.Gta6CountdownWidget-module-scss-module__Pvgena__content{z-index:1;flex-direction:column;gap:.85rem;padding:1rem 1.1rem 1.15rem;display:flex;position:relative}.Gta6CountdownWidget-module-scss-module__Pvgena__header{justify-content:center;align-items:center;display:flex}.Gta6CountdownWidget-module-scss-module__Pvgena__platform{font-family:var(--font-fira-sans),sans-serif;letter-spacing:.12em;background:#00000047;border:1px solid #ffffff73;border-radius:9999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.Gta6CountdownWidget-module-scss-module__Pvgena__countdownBlock{flex-direction:column;align-items:center;gap:.35rem;display:flex}.Gta6CountdownWidget-module-scss-module__Pvgena__kicker{font-family:var(--font-fira-sans),sans-serif;letter-spacing:.18em;opacity:.9;text-transform:uppercase;font-size:.7rem;font-weight:600}.Gta6CountdownWidget-module-scss-module__Pvgena__countdown{align-items:baseline;gap:.45rem;display:flex}.Gta6CountdownWidget-module-scss-module__Pvgena__number{letter-spacing:.04em;text-shadow:0 0 24px #ffb4e673,4px 4px #00000047;font-size:3.4rem;line-height:1}.Gta6CountdownWidget-module-scss-module__Pvgena__unit{font-family:var(--font-fira-sans),sans-serif;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}.Gta6CountdownWidget-module-scss-module__Pvgena__releaseBadge{justify-content:center;align-items:center;width:100%;height:64px;margin-top:.25rem;display:flex;position:relative}.Gta6CountdownWidget-module-scss-module__Pvgena__badgeSvg{color:#ffffff73;filter:drop-shadow(0 0 6px #fff3);pointer-events:none;width:130px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Gta6CountdownWidget-module-scss-module__Pvgena__releaseDate{z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;font-family:var(--font-fira-sans),sans-serif;letter-spacing:.16em;opacity:.95;text-shadow:0 2px 4px #000c;text-transform:uppercase;background-color:#0f051ca6;border-radius:4px;padding:.15rem .5rem;font-size:.72rem;font-weight:400;position:relative}.Gta6CountdownWidget-module-scss-module__Pvgena__preorderDate,.Gta6CountdownWidget-module-scss-module__Pvgena__platformFull{font-family:var(--font-fira-sans),sans-serif;letter-spacing:.04em;opacity:.92;font-size:.72rem}.Gta6CountdownWidget-module-scss-module__Pvgena__preorder{font-family:var(--font-fira-sans),sans-serif;letter-spacing:.04em;text-align:center;border-top:1px solid #ffffff38;flex-direction:column;align-items:center;gap:.2rem;padding-top:.35rem;font-size:.72rem;display:flex}.Gta6CountdownWidget-module-scss-module__Pvgena__preorderLabel{letter-spacing:.16em;opacity:.85;text-transform:uppercase;font-size:.62rem;font-weight:600}.Gta6CountdownWidget-module-scss-module__Pvgena__preorderCount{letter-spacing:.06em;font-size:1.15rem;font-weight:700}.Gta6CountdownWidget-module-scss-module__Pvgena__platformFull{background:#0000003d;border-radius:9999px;align-self:center;padding:.15rem .55rem;font-size:.68rem;font-weight:600}
@keyframes StreamWebmentions-module-scss-module__3et52G__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamWebmentions-module-scss-module__3et52G__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes StreamWebmentions-module-scss-module__3et52G__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes StreamWebmentions-module-scss-module__3et52G__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes StreamWebmentions-module-scss-module__3et52G__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes StreamWebmentions-module-scss-module__3et52G__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.StreamWebmentions-module-scss-module__3et52G__section{max-width:728px;margin-top:1.5rem}.StreamWebmentions-module-scss-module__3et52G__heading{color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.75rem;font-weight:600}.StreamWebmentions-module-scss-module__3et52G__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.StreamWebmentions-module-scss-module__3et52G__item{border:1px solid var(--color-border-light);background:var(--color-bg-secondary);border-radius:.75rem;gap:.875rem;padding:.875rem 1rem;transition:border-color .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out;display:flex}[data-mantine-color-scheme=dark] .StreamWebmentions-module-scss-module__3et52G__item{background:#ffffff08;border-color:#ffffff14}.StreamWebmentions-module-scss-module__3et52G__item:hover{border-color:var(--color-border);transform:translateY(-1px);box-shadow:0 8px 24px #0000000a}[data-mantine-color-scheme=dark] .StreamWebmentions-module-scss-module__3et52G__item:hover{box-shadow:0 8px 24px #0003}@media (prefers-reduced-motion:reduce){.StreamWebmentions-module-scss-module__3et52G__item{transition:border-color .2s ease-out}.StreamWebmentions-module-scss-module__3et52G__item:hover{transform:none}}.StreamWebmentions-module-scss-module__3et52G__avatar{background:var(--color-bg-primary);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex;overflow:hidden}[data-mantine-color-scheme=dark] .StreamWebmentions-module-scss-module__3et52G__avatar{background:#ffffff0f}.StreamWebmentions-module-scss-module__3et52G__avatarImage{object-fit:cover;width:100%;height:100%}.StreamWebmentions-module-scss-module__3et52G__avatarFallback{color:var(--color-text-secondary);opacity:.7;justify-content:center;align-items:center;display:flex}.StreamWebmentions-module-scss-module__3et52G__body{flex-direction:column;flex:1;gap:.375rem;min-width:0;display:flex}.StreamWebmentions-module-scss-module__3et52G__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.StreamWebmentions-module-scss-module__3et52G__author{color:var(--color-text-primary);font-size:.875rem;font-weight:600;text-decoration:none}.StreamWebmentions-module-scss-module__3et52G__author:hover{color:var(--color-brand-orange)}.StreamWebmentions-module-scss-module__3et52G__date{color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);opacity:.7;font-size:.6875rem}.StreamWebmentions-module-scss-module__3et52G__excerpt{color:var(--color-text-primary);font-family:var(--font-pt-serif),serif;margin:0;font-size:.9375rem;line-height:1.5}.StreamWebmentions-module-scss-module__3et52G__sourceLink{min-height:2.75rem;color:var(--color-text-secondary);font-family:var(--font-mono,"SF Mono", monaco, inconsolata, "Roboto Mono", monospace);align-self:flex-start;align-items:center;gap:.25rem;padding:0 .25rem;font-size:.75rem;text-decoration:none;transition:color .2s ease-out;display:inline-flex}.StreamWebmentions-module-scss-module__3et52G__sourceLink:hover{color:var(--color-brand-orange)}
.VpsHostStatus-module-scss-module__IPlLtW__card{border:1px solid var(--admin-glass-border);border-radius:var(--admin-card-radius);height:100%;-webkit-backdrop-filter:var(--admin-backdrop-filter,none);backdrop-filter:var(--admin-backdrop-filter,none);background-color:var(--admin-glass-bg);box-shadow:var(--admin-glass-shadow);padding:24px 28px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.VpsHostStatus-module-scss-module__IPlLtW__card:hover{border-color:var(--admin-glass-border-hover);box-shadow:var(--admin-glass-shadow-hover);transform:translateY(-4px)}.VpsHostStatus-module-scss-module__IPlLtW__iconWrap{border:1px solid var(--admin-glass-border);border-radius:var(--admin-card-radius);background-color:var(--admin-brand-light,var(--admin-surface-hover));width:48px;height:48px;color:var(--admin-brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.VpsHostStatus-module-scss-module__IPlLtW__title{color:var(--admin-fg-primary);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:800}.VpsHostStatus-module-scss-module__IPlLtW__subtitle{color:var(--admin-fg-secondary);margin:0;font-size:13px;font-weight:500}.VpsHostStatus-module-scss-module__IPlLtW__refreshButton{border:1px solid var(--admin-glass-border);background:var(--admin-brand-light);color:var(--admin-fg-secondary);cursor:pointer;border-radius:10px;padding:8px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.VpsHostStatus-module-scss-module__IPlLtW__refreshButton:disabled{cursor:not-allowed;opacity:.5}.VpsHostStatus-module-scss-module__IPlLtW__refreshButton:hover:not(:disabled){background:var(--admin-surface-hover);box-shadow:var(--admin-glass-shadow-hover);color:var(--admin-brand);transform:translateY(-1px)}.VpsHostStatus-module-scss-module__IPlLtW__spinning{animation:1s linear infinite VpsHostStatus-module-scss-module__IPlLtW__spin}@keyframes VpsHostStatus-module-scss-module__IPlLtW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.VpsHostStatus-module-scss-module__IPlLtW__metricLabel{color:var(--admin-fg-secondary);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.VpsHostStatus-module-scss-module__IPlLtW__metricValue{color:var(--admin-fg-primary);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.VpsHostStatus-module-scss-module__IPlLtW__metricHint{color:var(--admin-fg-tertiary);font-size:12px;font-weight:500}.VpsHostStatus-module-scss-module__IPlLtW__footerRow{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:4px;display:grid}.VpsHostStatus-module-scss-module__IPlLtW__footerItem{border:1px solid var(--admin-glass-border);border-radius:var(--admin-card-radius);background:var(--admin-brand-light);flex-direction:column;gap:2px;padding:12px;display:flex}.VpsHostStatus-module-scss-module__IPlLtW__footerLabel{color:var(--admin-fg-tertiary);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.VpsHostStatus-module-scss-module__IPlLtW__footerValue{color:var(--admin-fg-primary);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.VpsHostStatus-module-scss-module__IPlLtW__loadingBox{min-height:120px;color:var(--admin-fg-secondary);justify-content:center;align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex}.VpsHostStatus-module-scss-module__IPlLtW__loaderIcon{width:20px;height:20px;animation:1s linear infinite VpsHostStatus-module-scss-module__IPlLtW__spin}.VpsHostStatus-module-scss-module__IPlLtW__errorText{color:var(--admin-accent);font-size:13px;font-weight:600}@media (prefers-reduced-motion:reduce){.VpsHostStatus-module-scss-module__IPlLtW__card:hover{transform:none}}
@keyframes LastActivityWidget-module-scss-module__3gB1HG__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes LastActivityWidget-module-scss-module__3gB1HG__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes LastActivityWidget-module-scss-module__3gB1HG__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes LastActivityWidget-module-scss-module__3gB1HG__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes LastActivityWidget-module-scss-module__3gB1HG__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes LastActivityWidget-module-scss-module__3gB1HG__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.LastActivityWidget-module-scss-module__3gB1HG__container{flex-direction:column;gap:0;margin-top:-1rem;display:flex}.LastActivityWidget-module-scss-module__3gB1HG__content{flex-direction:column;gap:1.5rem;display:flex}.LastActivityWidget-module-scss-module__3gB1HG__item{align-items:center;gap:1rem;min-width:0;display:flex}@media (min-width:1024px){.LastActivityWidget-module-scss-module__3gB1HG__item{max-width:320px}}.LastActivityWidget-module-scss-module__3gB1HG__itemLink{color:inherit;border-radius:12px;margin:-.5rem;padding:.5rem;text-decoration:none;transition:background-color .15s}@media (hover:hover){.LastActivityWidget-module-scss-module__3gB1HG__itemLink:hover{background-color:#0000000a}}.LastActivityWidget-module-scss-module__3gB1HG__itemLink:active{background-color:#0000000f}.LastActivityWidget-module-scss-module__3gB1HG__itemLink:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid}@media (prefers-reduced-motion:reduce){.LastActivityWidget-module-scss-module__3gB1HG__itemLink{transition:none}}.LastActivityWidget-module-scss-module__3gB1HG__coverIcon{width:64px;height:64px;color:var(--text-secondary);background:#0000000f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.LastActivityWidget-module-scss-module__3gB1HG__rideImage,.LastActivityWidget-module-scss-module__3gB1HG__repoAvatar{object-fit:cover;border-radius:8px;width:100%;height:100%}.LastActivityWidget-module-scss-module__3gB1HG__itemBody{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.LastActivityWidget-module-scss-module__3gB1HG__label{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:500}.LastActivityWidget-module-scss-module__3gB1HG__title{color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;font-weight:500;line-height:1.375;overflow:hidden}.LastActivityWidget-module-scss-module__3gB1HG__meta{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;font-weight:400;line-height:1.5;overflow:hidden}
.PlantFormModal-module-scss-module__zo4m7G__formCard{border:1px solid var(--admin-glass-border,var(--mantine-color-default-border));background-color:var(--admin-glass-bg-modal,var(--mantine-color-body));box-shadow:var(--admin-glass-shadow-modal,var(--mantine-shadow-xl));border-radius:16px}
.AdminDialogs-module-scss-module__iBUJYG__wrapper{display:contents}
.MarkdownEditor-module-scss-module__lGGjHG__container{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:border-color .2s,box-shadow .2s;overflow:hidden}.MarkdownEditor-module-scss-module__lGGjHG__container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-editor{background-color:#0000;font-size:.875rem;outline:none!important}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-content{padding:1.25rem 0;font-family:SF Mono,monaco,inconsolata,Roboto Mono,monospace}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-gutters{color:#9ca3af;background-color:#0000;border-right:none}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-activeLine{background-color:#00000008}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-activeLineGutter{color:#111827;background-color:#0000}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-scroller{scrollbar-color:#d1d5db #0000;scrollbar-width:thin}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-scroller::-webkit-scrollbar{width:6px}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-scroller::-webkit-scrollbar-track{background:0 0}.MarkdownEditor-module-scss-module__lGGjHG__container .cm-scroller::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}
.AdminDashboard-module-scss-module__oN5lqG__container{padding-top:1.5rem;padding-bottom:1.5rem}@media (max-width:768px){.AdminDashboard-module-scss-module__oN5lqG__container{padding-left:0;padding-right:0}}.AdminDashboard-module-scss-module__oN5lqG__stack{flex-direction:column;gap:2rem;display:flex}@media (max-width:768px){.AdminDashboard-module-scss-module__oN5lqG__stack{gap:1.5rem}}
@keyframes NowBlock-module-scss-module__wvSp2W__skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes NowBlock-module-scss-module__wvSp2W__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes NowBlock-module-scss-module__wvSp2W__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes NowBlock-module-scss-module__wvSp2W__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes NowBlock-module-scss-module__wvSp2W__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes NowBlock-module-scss-module__wvSp2W__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes NowBlock-module-scss-module__wvSp2W__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.NowBlock-module-scss-module__wvSp2W__container{flex-direction:column;gap:0;margin-top:1rem;display:flex}.NowBlock-module-scss-module__wvSp2W__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.NowBlock-module-scss-module__wvSp2W__heading{color:var(--text-color-light-1);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:1rem;font-weight:600;line-height:1.3}.NowBlock-module-scss-module__wvSp2W__content{flex-direction:column;gap:1.5rem;display:flex}.NowBlock-module-scss-module__wvSp2W__divider{background:#0000001f;height:1px}.NowBlock-module-scss-module__wvSp2W__item{align-items:center;gap:1rem;min-width:0;display:flex}@media (min-width:1024px){.NowBlock-module-scss-module__wvSp2W__item{max-width:320px}}.NowBlock-module-scss-module__wvSp2W__coverAlbum{background:#0000000f;border-radius:8px;flex-shrink:0;align-items:center;width:64px;height:64px;display:flex;position:relative;overflow:hidden}.NowBlock-module-scss-module__wvSp2W__coverPlaceholderCd{color:#667eea;opacity:.9;background:#667eea14;border:2px solid #667eea4d;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 2px 8px #667eea33}.NowBlock-module-scss-module__wvSp2W__coverBook{background:#0000000f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:96px;display:flex;position:relative;overflow:hidden}.NowBlock-module-scss-module__wvSp2W__coverSkeleton{background:#0000000f;border-radius:6px;position:relative;overflow:hidden}.NowBlock-module-scss-module__wvSp2W__coverSkeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#0000000a 50%,#0000 100%);position:absolute;top:0;bottom:0;left:0;right:0}@media (prefers-reduced-motion:no-preference){.NowBlock-module-scss-module__wvSp2W__coverSkeleton:after{animation:1.8s infinite NowBlock-module-scss-module__wvSp2W__skeleton-shimmer}}.NowBlock-module-scss-module__wvSp2W__coverSkeleton{z-index:0;border-radius:inherit;position:absolute;top:0;bottom:0;left:0;right:0}.NowBlock-module-scss-module__wvSp2W__coverImage{z-index:1;object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.NowBlock-module-scss-module__wvSp2W__coverPlaceholder{width:100%;height:100%;color:var(--text-secondary);opacity:.6;justify-content:center;align-items:center;display:flex}.NowBlock-module-scss-module__wvSp2W__coverBook .NowBlock-module-scss-module__wvSp2W__coverImage,.NowBlock-module-scss-module__wvSp2W__coverBook .NowBlock-module-scss-module__wvSp2W__coverPlaceholder{object-fit:cover;width:100%;height:100%}.NowBlock-module-scss-module__wvSp2W__itemBody{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.NowBlock-module-scss-module__wvSp2W__labelRow{align-items:center;gap:.5rem;display:flex}.NowBlock-module-scss-module__wvSp2W__label{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:500}.NowBlock-module-scss-module__wvSp2W__itemMusic .NowBlock-module-scss-module__wvSp2W__label{color:#10b981}.NowBlock-module-scss-module__wvSp2W__soundbar{align-items:flex-end;gap:2px;height:12px;display:flex}.NowBlock-module-scss-module__wvSp2W__soundbarBar{background:#0009;border-radius:2px;width:2px;height:60%;animation:.8s ease-in-out infinite NowBlock-module-scss-module__wvSp2W__soundbar}.NowBlock-module-scss-module__wvSp2W__itemMusic .NowBlock-module-scss-module__wvSp2W__soundbarBar{background:#10b981}.NowBlock-module-scss-module__wvSp2W__soundbarBar2{height:100%;animation-delay:.2s}.NowBlock-module-scss-module__wvSp2W__soundbarBar3{height:40%;animation-delay:.4s}@keyframes NowBlock-module-scss-module__wvSp2W__soundbar{0%,to{transform-origin:bottom;transform:scaleY(.4)}50%{transform-origin:bottom;transform:scaleY(1)}}.NowBlock-module-scss-module__wvSp2W__title{color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;font-weight:500;line-height:1.375;overflow:hidden}.NowBlock-module-scss-module__wvSp2W__meta{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.75rem;font-weight:400;line-height:1.5;overflow:hidden}.NowBlock-module-scss-module__wvSp2W__progressRow{align-items:center;gap:.5rem;display:flex}.NowBlock-module-scss-module__wvSp2W__progressTrack{background:#e5e5e580;border-radius:2px;flex:1;height:4px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000f}.NowBlock-module-scss-module__wvSp2W__progressFill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:2px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea66}.NowBlock-module-scss-module__wvSp2W__progressText{color:var(--text-secondary);flex-shrink:0;font-size:.75rem;font-weight:400;line-height:1.5}
@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.PlantPhotosEditor-module-scss-module__U4Ckwq__editor{flex-direction:column;gap:.75rem;display:flex}.PlantPhotosEditor-module-scss-module__U4Ckwq__dropzone{min-height:72px;color:var(--mantine-color-gray-7);cursor:pointer;background:#00000005;border:1px dashed #00000026;border-radius:12px;justify-content:center;align-items:center;padding:1rem;transition:border-color .3s,background .3s,transform .3s;display:flex}.PlantPhotosEditor-module-scss-module__U4Ckwq__dropzone:focus-visible{outline-offset:2px;border-radius:12px;outline:2px solid}.PlantPhotosEditor-module-scss-module__U4Ckwq__dropzoneActive{border-color:var(--mantine-color-blue-5);background:#228be614;transform:translateY(-1px)}.PlantPhotosEditor-module-scss-module__U4Ckwq__dropzoneDisabled{cursor:not-allowed;opacity:.6}.PlantPhotosEditor-module-scss-module__U4Ckwq__spinner{animation:1s linear infinite PlantPhotosEditor-module-scss-module__U4Ckwq__spin}@media (prefers-reduced-motion:reduce){.PlantPhotosEditor-module-scss-module__U4Ckwq__spinner{animation:none}}@keyframes PlantPhotosEditor-module-scss-module__U4Ckwq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PlantPhotosEditor-module-scss-module__U4Ckwq__grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.5rem;display:grid}.PlantPhotosEditor-module-scss-module__U4Ckwq__thumb{aspect-ratio:1;background:#0000000a;border-radius:10px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.PlantPhotosEditor-module-scss-module__U4Ckwq__thumbImage{object-fit:cover}.PlantPhotosEditor-module-scss-module__U4Ckwq__coverBadge{z-index:2;color:#fff;background:#fab005f2;border-radius:6px;align-items:center;padding:2px 4px;line-height:0;display:inline-flex;position:absolute;top:6px;left:6px}.PlantPhotosEditor-module-scss-module__U4Ckwq__thumbActions{z-index:3;opacity:0;gap:4px;transition:all .25s;display:flex;position:absolute;bottom:6px;right:6px;transform:translateY(4px)}.PlantPhotosEditor-module-scss-module__U4Ckwq__thumb:hover .PlantPhotosEditor-module-scss-module__U4Ckwq__thumbActions,.PlantPhotosEditor-module-scss-module__U4Ckwq__thumb:focus-within .PlantPhotosEditor-module-scss-module__U4Ckwq__thumbActions{opacity:1;transform:translateY(0)}@media (hover:none){.PlantPhotosEditor-module-scss-module__U4Ckwq__thumbActions{opacity:1;transform:translateY(0)}}
.BanList-module-scss-module__o8vGxW__actions{justify-content:flex-end;gap:.5rem;display:flex}
.ThreadsComposer-module-scss-module__fxNnsG__composer{background-color:var(--mantine-color-body);height:100%;max-height:85dvh;color:var(--mantine-color-text);flex-direction:column;display:flex;position:relative}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__composer{height:100%;max-height:100%}}.ThreadsComposer-module-scss-module__fxNnsG__header{border-bottom:1px solid var(--mantine-color-default-border);justify-content:space-between;align-items:center;min-height:56px;padding:1rem 1.25rem;display:flex}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__header{padding-top:calc(env(safe-area-inset-top,0px) + .75rem)}}.ThreadsComposer-module-scss-module__fxNnsG__header .ThreadsComposer-module-scss-module__fxNnsG__title{text-align:center;flex:1;font-size:1rem;font-weight:700}.ThreadsComposer-module-scss-module__fxNnsG__header .ThreadsComposer-module-scss-module__fxNnsG__closeBtn,.ThreadsComposer-module-scss-module__fxNnsG__header .ThreadsComposer-module-scss-module__fxNnsG__draftBtn{color:var(--mantine-color-text);cursor:pointer;opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:opacity .2s;display:flex}.ThreadsComposer-module-scss-module__fxNnsG__header .ThreadsComposer-module-scss-module__fxNnsG__closeBtn:hover,.ThreadsComposer-module-scss-module__fxNnsG__header .ThreadsComposer-module-scss-module__fxNnsG__draftBtn:hover{opacity:1}.ThreadsComposer-module-scss-module__fxNnsG__scrollArea{scrollbar-width:thin;flex:1;padding:1.25rem;overflow-y:auto}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__scrollArea{padding:.75rem 1rem}}.ThreadsComposer-module-scss-module__fxNnsG__scrollArea::-webkit-scrollbar{width:6px}.ThreadsComposer-module-scss-module__fxNnsG__scrollArea::-webkit-scrollbar-thumb{background-color:var(--mantine-color-default-border);border-radius:3px}.ThreadsComposer-module-scss-module__fxNnsG__threadContainer{gap:1rem;display:flex;position:relative}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__threadContainer{gap:.75rem}}.ThreadsComposer-module-scss-module__fxNnsG__leftColumn{flex-direction:column;flex-shrink:0;align-items:center;width:36px;display:flex}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__leftColumn{width:28px}}.ThreadsComposer-module-scss-module__fxNnsG__leftColumn .ThreadsComposer-module-scss-module__fxNnsG__threadLine{background-color:var(--mantine-color-default-border);border-radius:1px;flex:1;width:2px;min-height:40px;margin:.5rem 0}.ThreadsComposer-module-scss-module__fxNnsG__leftColumn .ThreadsComposer-module-scss-module__fxNnsG__avatarPlaceholder{opacity:.5;transform:scale(.8)}.ThreadsComposer-module-scss-module__fxNnsG__rightColumn{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.ThreadsComposer-module-scss-module__fxNnsG__userRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ThreadsComposer-module-scss-module__fxNnsG__userRow .ThreadsComposer-module-scss-module__fxNnsG__username{font-size:.875rem;font-weight:600}.ThreadsComposer-module-scss-module__fxNnsG__userRow .ThreadsComposer-module-scss-module__fxNnsG__categoryBadge{border:1px solid var(--mantine-color-default-border);color:var(--mantine-color-dimmed);cursor:pointer;background-color:#0000;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;transition:background-color .2s,color .2s;display:flex}.ThreadsComposer-module-scss-module__fxNnsG__userRow .ThreadsComposer-module-scss-module__fxNnsG__categoryBadge:hover{background-color:var(--admin-surface-subtle,#00000008);color:var(--mantine-color-text)}.ThreadsComposer-module-scss-module__fxNnsG__userRow .ThreadsComposer-module-scss-module__fxNnsG__categoryBadge:focus-visible{outline:2px solid var(--mantine-color-primary);outline-offset:1px}.ThreadsComposer-module-scss-module__fxNnsG__editorContainer{min-height:80px;position:relative}.ThreadsComposer-module-scss-module__fxNnsG__editorContainer .cm-editor{box-shadow:none!important;background-color:#0000!important;border:none!important;padding:0!important}.ThreadsComposer-module-scss-module__fxNnsG__editorContainer .cm-gutters{display:none!important}.ThreadsComposer-module-scss-module__fxNnsG__editorContainer .cm-content{padding:.5rem 0!important;font-family:inherit!important;font-size:.875rem!important;line-height:1.5!important}.ThreadsComposer-module-scss-module__fxNnsG__editorContainer .cm-activeLine{background-color:#0000!important}.ThreadsComposer-module-scss-module__fxNnsG__titleInput{border-bottom:1px dashed var(--mantine-color-default-border);margin-bottom:.5rem;padding:.25rem 0;font-size:.875rem;font-weight:600}.ThreadsComposer-module-scss-module__fxNnsG__titleInput input{font-family:inherit;font-size:inherit;font-weight:inherit}.ThreadsComposer-module-scss-module__fxNnsG__editorActions{color:var(--mantine-color-dimmed);align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.ThreadsComposer-module-scss-module__fxNnsG__metaToggleRow{border-top:1px solid var(--mantine-color-default-border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.ThreadsComposer-module-scss-module__fxNnsG__metaSection{border:1px solid var(--mantine-color-default-border);background-color:var(--admin-surface-subtle,#00000004);border-radius:.5rem;margin-top:.75rem;padding:1rem}.ThreadsComposer-module-scss-module__fxNnsG__bottomBar{border-top:1px solid var(--mantine-color-default-border);background-color:var(--mantine-color-body);justify-content:space-between;align-items:center;min-height:64px;padding:1rem 1.25rem;display:flex}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__bottomBar{padding-bottom:calc(env(safe-area-inset-bottom,0px) + .75rem)}}.ThreadsComposer-module-scss-module__fxNnsG__bottomBar .ThreadsComposer-module-scss-module__fxNnsG__threadsLimitInfo{color:var(--mantine-color-dimmed);font-size:.75rem}.ThreadsComposer-module-scss-module__fxNnsG__bottomBar .ThreadsComposer-module-scss-module__fxNnsG__publishBtn{border-radius:20px;padding:0 1.25rem;font-weight:600}.ThreadsComposer-module-scss-module__fxNnsG__tabsControl{margin-bottom:.75rem}.ThreadsComposer-module-scss-module__fxNnsG__formatPanel{border:1px solid var(--mantine-color-default-border);background-color:var(--admin-surface-subtle,#00000003);border-radius:8px;flex-wrap:wrap;gap:4px;padding:.5rem;display:flex}@media (max-width:768px){.ThreadsComposer-module-scss-module__fxNnsG__formatPanel{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.ThreadsComposer-module-scss-module__fxNnsG__formatPanel::-webkit-scrollbar{display:none}}
@keyframes EmptyState-module-scss-module__fMTsda__fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes EmptyState-module-scss-module__fMTsda__fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes EmptyState-module-scss-module__fMTsda__entrance-fade{0%{opacity:0}to{opacity:1}}@keyframes EmptyState-module-scss-module__fMTsda__entrance-rise{0%{transform:translateY(20px)}to{transform:translateY(0)}}@keyframes EmptyState-module-scss-module__fMTsda__entrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes EmptyState-module-scss-module__fMTsda__pulse-sync{0%{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1)}to{opacity:.4;transform:scale(.9)}}.EmptyState-module-scss-module__fMTsda__emptyState{max-width:768px;color:var(--text-color-light);text-align:center;margin:0 auto;padding:3rem 1.5rem}@media (max-width:767px){.EmptyState-module-scss-module__fMTsda__emptyState{padding-left:1.25rem;padding-right:1.25rem}}.EmptyState-module-scss-module__fMTsda__emptyStateError{color:#dc2626}.EmptyState-module-scss-module__fMTsda__icon{color:#4b5563;background:#f3f4f6;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.75rem;font-size:1.5rem;display:inline-flex}.EmptyState-module-scss-module__fMTsda__title{color:var(--text-color);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.EmptyState-module-scss-module__fMTsda__description{max-width:32rem;color:var(--text-color-light);margin:0 auto;font-size:.875rem}.EmptyState-module-scss-module__fMTsda__action{margin-top:1rem}
