.GridGallery-module__7pW8Ra__gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1.5rem;display:grid}@media (max-width:640px){.GridGallery-module__7pW8Ra__gallery{grid-template-columns:1fr;gap:1rem;padding:1rem}}.GridGallery-module__7pW8Ra__artworkCard{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;transform:translateY(0)}@media (hover:hover){.GridGallery-module__7pW8Ra__artworkCard:hover{box-shadow:0 20px 40px #0000004d,0 0 30px color-mix(in srgb,var(--theme-color)20%,transparent);transform:translateY(-4px)}.GridGallery-module__7pW8Ra__artworkCard:hover .GridGallery-module__7pW8Ra__image{transform:scale(1.05)}}.GridGallery-module__7pW8Ra__artworkCard.GridGallery-module__7pW8Ra__hovered{border-color:color-mix(in srgb,var(--theme-color)40%,transparent)}.GridGallery-module__7pW8Ra__imageWrapper{aspect-ratio:4/3;background:#0003;position:relative;overflow:hidden}.GridGallery-module__7pW8Ra__image{object-fit:cover;transition:transform .5s,filter .3s}.GridGallery-module__7pW8Ra__skeleton{background:linear-gradient(90deg,#ffffff05 0%,#ffffff0d 50%,#ffffff05 100%) 0 0/200% 100%;animation:1.5s infinite GridGallery-module__7pW8Ra__shimmer;position:absolute;inset:0}@keyframes GridGallery-module__7pW8Ra__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.GridGallery-module__7pW8Ra__loaded .GridGallery-module__7pW8Ra__skeleton{display:none}.GridGallery-module__7pW8Ra__overlay{opacity:0;background:linear-gradient(#0000 0%,#00000080 60%,#000000e6 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.GridGallery-module__7pW8Ra__artworkCard:hover .GridGallery-module__7pW8Ra__overlay{opacity:1}.GridGallery-module__7pW8Ra__overlayContent{transition:transform .3s;transform:translateY(10px)}.GridGallery-module__7pW8Ra__artworkCard:hover .GridGallery-module__7pW8Ra__overlayContent{transform:translateY(0)}.GridGallery-module__7pW8Ra__title{color:#fff;margin:0 0 .25rem;font-size:1.125rem;font-weight:600;line-height:1.3}.GridGallery-module__7pW8Ra__artist{color:#ffffffb3;margin:0 0 .5rem;font-size:.875rem}.GridGallery-module__7pW8Ra__medium{color:#ffffff80;background:#ffffff1a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.GridGallery-module__7pW8Ra__priceBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#000000b3;border:1px solid #ffffff1a;border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.GridGallery-module__7pW8Ra__soldBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.GridGallery-module__7pW8Ra__stats{opacity:0;gap:.75rem;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:.75rem;left:.75rem;transform:translateY(10px)}.GridGallery-module__7pW8Ra__artworkCard:hover .GridGallery-module__7pW8Ra__stats{opacity:1;transform:translateY(0)}.GridGallery-module__7pW8Ra__stat{color:#fff9;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.GridGallery-module__7pW8Ra__stat svg{opacity:.7}.GridGallery-module__7pW8Ra__emptyState{text-align:center;color:#ffffff80;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.GridGallery-module__7pW8Ra__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.GridGallery-module__7pW8Ra__emptyState p{color:#ffffffb3;margin:0 0 .5rem;font-size:1.125rem}.GridGallery-module__7pW8Ra__emptyHint{color:#fff6;font-size:.875rem}
.ArtworkDetail-module__xe8omW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out ArtworkDetail-module__xe8omW__overlayFade;display:flex;position:fixed;inset:0}@keyframes ArtworkDetail-module__xe8omW__overlayFade{0%{opacity:0}to{opacity:1}}.ArtworkDetail-module__xe8omW__modal{background:#0f0f14;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:1200px;max-height:90vh;animation:.3s ease-out ArtworkDetail-module__xe8omW__modalSlide;position:relative;overflow:hidden}@keyframes ArtworkDetail-module__xe8omW__modalSlide{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ArtworkDetail-module__xe8omW__closeButton{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#00000080;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.ArtworkDetail-module__xe8omW__closeButton:hover{background:#ffffff1a;transform:scale(1.05)}.ArtworkDetail-module__xe8omW__content{grid-template-columns:1fr 400px;height:90vh;max-height:800px;display:grid}@media (max-width:900px){.ArtworkDetail-module__xe8omW__content{grid-template-columns:1fr;height:auto;max-height:90vh;overflow-y:auto}}.ArtworkDetail-module__xe8omW__imageSection{background:#000;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.ArtworkDetail-module__xe8omW__imageWrapper{width:100%;height:100%;position:relative}.ArtworkDetail-module__xe8omW__imageSkeleton{background:linear-gradient(90deg,#ffffff05 0%,#ffffff0d 50%,#ffffff05 100%) 0 0/200% 100%;animation:1.5s infinite ArtworkDetail-module__xe8omW__shimmer;position:absolute;inset:0}@keyframes ArtworkDetail-module__xe8omW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ArtworkDetail-module__xe8omW__image{object-fit:contain;opacity:0;transition:opacity .3s}.ArtworkDetail-module__xe8omW__image.ArtworkDetail-module__xe8omW__loaded{opacity:1}.ArtworkDetail-module__xe8omW__infoSection{border-left:1px solid #ffffff1a;flex-direction:column;display:flex;overflow-y:auto}@media (max-width:900px){.ArtworkDetail-module__xe8omW__infoSection{border-top:1px solid #ffffff1a;border-left:none}}.ArtworkDetail-module__xe8omW__header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.ArtworkDetail-module__xe8omW__headerTop{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ArtworkDetail-module__xe8omW__title{color:#fff;flex:1;margin:0 0 .75rem;font-size:1.5rem;font-weight:600;line-height:1.3}.ArtworkDetail-module__xe8omW__editButton{color:#a5b4fc;cursor:pointer;background:#6366f126;border:1px solid #6366f14d;border-radius:8px;flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.ArtworkDetail-module__xe8omW__editButton:hover{color:#c7d2fe;background:#6366f140;border-color:#6366f180}.ArtworkDetail-module__xe8omW__editButton svg{flex-shrink:0}.ArtworkDetail-module__xe8omW__artist{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.ArtworkDetail-module__xe8omW__artistAvatar{object-fit:cover;border-radius:50%}.ArtworkDetail-module__xe8omW__details{border-bottom:1px solid #ffffff1a;padding:1.25rem 1.5rem}.ArtworkDetail-module__xe8omW__description{color:#fffc;margin:0 0 1rem;font-size:.9375rem;line-height:1.6}.ArtworkDetail-module__xe8omW__meta{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.ArtworkDetail-module__xe8omW__metaItem{color:#fff9;font-size:.875rem}.ArtworkDetail-module__xe8omW__metaItem strong{color:#fffc;font-weight:500}.ArtworkDetail-module__xe8omW__stats{gap:1.25rem;display:flex}.ArtworkDetail-module__xe8omW__stat{color:#ffffff80;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.ArtworkDetail-module__xe8omW__stat svg{opacity:.7}.ArtworkDetail-module__xe8omW__actions{border-bottom:1px solid #ffffff1a;padding:1.25rem 1.5rem}.ArtworkDetail-module__xe8omW__actionButton{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s;display:flex}.ArtworkDetail-module__xe8omW__actionButton:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.ArtworkDetail-module__xe8omW__actionButton.ArtworkDetail-module__xe8omW__saved{color:#f87171;background:#ef444426;border-color:#ef44444d}.ArtworkDetail-module__xe8omW__actionButton:disabled{opacity:.5;cursor:not-allowed}.ArtworkDetail-module__xe8omW__purchaseSection{margin-top:1rem}.ArtworkDetail-module__xe8omW__priceDisplay{background:#6366f11a;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.ArtworkDetail-module__xe8omW__priceLabel{color:#fff9;font-size:.875rem}.ArtworkDetail-module__xe8omW__priceValue{color:#fff;font-size:1.5rem;font-weight:700}.ArtworkDetail-module__xe8omW__purchaseButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.ArtworkDetail-module__xe8omW__purchaseButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.ArtworkDetail-module__xe8omW__purchaseConfirm{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem}.ArtworkDetail-module__xe8omW__confirmText{color:#fff;text-align:center;margin:0 0 .5rem;font-size:.9375rem}.ArtworkDetail-module__xe8omW__feeText{color:#ffffff80;text-align:center;margin:0 0 1rem;font-size:.8125rem}.ArtworkDetail-module__xe8omW__confirmButtons{gap:.75rem;display:flex}.ArtworkDetail-module__xe8omW__confirmButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:6px;flex:1;padding:.75rem;font-weight:600;transition:transform .2s}.ArtworkDetail-module__xe8omW__confirmButton:hover:not(:disabled){transform:translateY(-1px)}.ArtworkDetail-module__xe8omW__confirmButton:disabled{opacity:.7;cursor:not-allowed}.ArtworkDetail-module__xe8omW__cancelButton{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;flex:1;padding:.75rem;font-weight:500;transition:background .2s}.ArtworkDetail-module__xe8omW__cancelButton:hover{background:#ffffff1a}.ArtworkDetail-module__xe8omW__ownArtwork{color:#ffffff80;text-align:center;margin:0;font-size:.875rem}.ArtworkDetail-module__xe8omW__soldNotice{background:#ef44441a;border-radius:8px;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.ArtworkDetail-module__xe8omW__soldBadge{color:#fff;text-transform:uppercase;background:#ef4444;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ArtworkDetail-module__xe8omW__soldText{color:#fff9;font-size:.875rem}.ArtworkDetail-module__xe8omW__comments{flex-direction:column;flex:1;min-height:200px;padding:1.25rem 1.5rem;display:flex}.ArtworkDetail-module__xe8omW__commentsTitle{color:#fff;margin:0 0 1rem;font-size:1rem;font-weight:600}.ArtworkDetail-module__xe8omW__commentForm{gap:.5rem;margin-bottom:1rem;display:flex}.ArtworkDetail-module__xe8omW__commentInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s}.ArtworkDetail-module__xe8omW__commentInput::placeholder{color:#fff6}.ArtworkDetail-module__xe8omW__commentInput:focus{border-color:#6366f180}.ArtworkDetail-module__xe8omW__commentSubmit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,opacity .2s;display:flex}.ArtworkDetail-module__xe8omW__commentSubmit:hover:not(:disabled){transform:scale(1.05)}.ArtworkDetail-module__xe8omW__commentSubmit:disabled{opacity:.5;cursor:not-allowed}.ArtworkDetail-module__xe8omW__commentsList{flex:1;overflow-y:auto}.ArtworkDetail-module__xe8omW__loadingComments,.ArtworkDetail-module__xe8omW__noComments{color:#fff6;text-align:center;padding:2rem 1rem;font-size:.875rem}.ArtworkDetail-module__xe8omW__comment{border-bottom:1px solid #ffffff0d;padding:.75rem 0}.ArtworkDetail-module__xe8omW__comment:last-child{border-bottom:none}.ArtworkDetail-module__xe8omW__commentHeader{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.ArtworkDetail-module__xe8omW__commentAvatar{object-fit:cover;border-radius:50%}.ArtworkDetail-module__xe8omW__commentAuthor{color:#ffffffe6;font-size:.875rem;font-weight:500}.ArtworkDetail-module__xe8omW__commentTime{color:#fff6;font-size:.75rem}.ArtworkDetail-module__xe8omW__commentContent{color:#ffffffb3;margin:0;padding-left:36px;font-size:.875rem;line-height:1.5}.ArtworkDetail-module__xe8omW__replies{border-left:2px solid #ffffff1a;margin-top:.5rem;padding-left:2rem}.ArtworkDetail-module__xe8omW__reply{padding:.5rem 0}.ArtworkDetail-module__xe8omW__reply .ArtworkDetail-module__xe8omW__commentContent{padding-left:32px}
.EventCreator-module__Ud7PqG__container{max-width:700px;margin:0 auto;padding:2rem}.EventCreator-module__Ud7PqG__header{text-align:center;margin-bottom:2rem}.EventCreator-module__Ud7PqG__title{color:#fff;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.EventCreator-module__Ud7PqG__subtitle{color:#fff9;margin:0;font-size:1rem}.EventCreator-module__Ud7PqG__form{flex-direction:column;gap:1.5rem;display:flex}.EventCreator-module__Ud7PqG__error{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:1rem;font-size:.9375rem}.EventCreator-module__Ud7PqG__fieldset{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.EventCreator-module__Ud7PqG__legend{color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;padding:0 .5rem;font-size:.875rem;font-weight:600}.EventCreator-module__Ud7PqG__field{margin-bottom:1rem}.EventCreator-module__Ud7PqG__field:last-child{margin-bottom:0}.EventCreator-module__Ud7PqG__fieldRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:500px){.EventCreator-module__Ud7PqG__fieldRow{grid-template-columns:1fr}}.EventCreator-module__Ud7PqG__label{color:#fffc;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.EventCreator-module__Ud7PqG__required{color:#ef4444}.EventCreator-module__Ud7PqG__hint{color:#fff6;margin:.5rem 0 0;font-size:.8125rem}.EventCreator-module__Ud7PqG__input{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.EventCreator-module__Ud7PqG__input::placeholder{color:#ffffff4d}.EventCreator-module__Ud7PqG__input:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a}.EventCreator-module__Ud7PqG__textarea{color:#fff;resize:vertical;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;min-height:80px;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.EventCreator-module__Ud7PqG__textarea::placeholder{color:#ffffff4d}.EventCreator-module__Ud7PqG__textarea:focus{border-color:#6366f180;box-shadow:0 0 0 3px #6366f11a}.EventCreator-module__Ud7PqG__imagePreview{border-radius:8px;max-height:150px;margin-top:.75rem;overflow:hidden}.EventCreator-module__Ud7PqG__imagePreview img{object-fit:cover;width:100%;height:100%}.EventCreator-module__Ud7PqG__radioGroup{flex-wrap:wrap;gap:.75rem;display:flex}.EventCreator-module__Ud7PqG__radioLabel{cursor:pointer;align-items:center;display:flex}.EventCreator-module__Ud7PqG__radioInput{opacity:0;pointer-events:none;position:absolute}.EventCreator-module__Ud7PqG__radioText{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.EventCreator-module__Ud7PqG__radioInput:checked+.EventCreator-module__Ud7PqG__radioText{color:#fff;background:#6366f133;border-color:#6366f180}.EventCreator-module__Ud7PqG__radioLabel:hover .EventCreator-module__Ud7PqG__radioText{border-color:#fff3}.EventCreator-module__Ud7PqG__colorInput{align-items:center;gap:.5rem;display:flex}.EventCreator-module__Ud7PqG__colorPicker{cursor:pointer;border:none;border-radius:8px;width:44px;height:44px;padding:0;overflow:hidden}.EventCreator-module__Ud7PqG__colorPicker::-webkit-color-swatch-wrapper{padding:0}.EventCreator-module__Ud7PqG__colorPicker::-webkit-color-swatch{border:2px solid #fff3;border-radius:6px}.EventCreator-module__Ud7PqG__colorInput .EventCreator-module__Ud7PqG__input{flex:1}.EventCreator-module__Ud7PqG__selectGrid{flex-wrap:wrap;gap:.5rem;display:flex}.EventCreator-module__Ud7PqG__styleOption{color:#ffffffb3;cursor:pointer;text-transform:capitalize;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.EventCreator-module__Ud7PqG__styleOption:hover{border-color:#fff3}.EventCreator-module__Ud7PqG__styleOption.EventCreator-module__Ud7PqG__selected{color:#fff;background:#6366f133;border-color:#6366f180}.EventCreator-module__Ud7PqG__actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.EventCreator-module__Ud7PqG__cancelButton{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background .2s}.EventCreator-module__Ud7PqG__cancelButton:hover:not(:disabled){background:#ffffff1a}.EventCreator-module__Ud7PqG__cancelButton:disabled{opacity:.5;cursor:not-allowed}.EventCreator-module__Ud7PqG__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:transform .2s,box-shadow .2s}.EventCreator-module__Ud7PqG__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.EventCreator-module__Ud7PqG__submitButton:disabled{opacity:.7;cursor:not-allowed}
.QuickUpload-module__7WM6NW__container{cursor:pointer;background:#ffffff08;border:2px dashed #ffffff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:100px;padding:20px 16px;transition:all .2s;display:flex}.QuickUpload-module__7WM6NW__container:hover{background:#ffffff0d;border-color:#ffffff40}.QuickUpload-module__7WM6NW__container:focus{border-color:#93c5fd80;outline:none}.QuickUpload-module__7WM6NW__compact{gap:4px;min-height:80px;padding:12px 8px}.QuickUpload-module__7WM6NW__compact .QuickUpload-module__7WM6NW__icon{font-size:20px}.QuickUpload-module__7WM6NW__compact .QuickUpload-module__7WM6NW__label{font-size:11px}.QuickUpload-module__7WM6NW__dragging{background:#93c5fd1a;border-color:#93c5fd80}.QuickUpload-module__7WM6NW__uploading{pointer-events:none;border-color:#93c5fd4d}.QuickUpload-module__7WM6NW__success{background:#22c55e1a;border-color:#22c55e80}.QuickUpload-module__7WM6NW__error{background:#ef44441a;border-color:#ef444480}.QuickUpload-module__7WM6NW__content{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.QuickUpload-module__7WM6NW__icon{color:#fff9;font-size:24px;line-height:1}.QuickUpload-module__7WM6NW__success .QuickUpload-module__7WM6NW__icon{color:#22c55e}.QuickUpload-module__7WM6NW__error .QuickUpload-module__7WM6NW__icon{color:#ef4444}.QuickUpload-module__7WM6NW__label{color:#ffffffb3;white-space:nowrap;font-size:12px;font-weight:500}.QuickUpload-module__7WM6NW__success .QuickUpload-module__7WM6NW__label{color:#22c55e}.QuickUpload-module__7WM6NW__error .QuickUpload-module__7WM6NW__label{color:#ef4444;font-size:11px}.QuickUpload-module__7WM6NW__hint{color:#fff6;font-size:10px}.QuickUpload-module__7WM6NW__hiddenInput{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.QuickUpload-module__7WM6NW__progressBar{background:#ffffff1a;border-radius:2px;width:60px;height:4px;overflow:hidden}.QuickUpload-module__7WM6NW__progressFill{background:#93c5fd;border-radius:2px;height:100%;transition:width .15s}
.AudioPicker-module__Ev18Ja__picker{gap:var(--aura-space-4,1rem);flex-direction:column;display:flex}.AudioPicker-module__Ev18Ja__loading,.AudioPicker-module__Ev18Ja__empty{padding:var(--aura-space-8,2rem);text-align:center;color:var(--aura-ink-muted,#8296aa99);flex-direction:column;justify-content:center;align-items:center;display:flex}.AudioPicker-module__Ev18Ja__emptyIcon{margin-bottom:var(--aura-space-3,.75rem);opacity:.5;font-size:2.5rem}.AudioPicker-module__Ev18Ja__emptyHint{margin-top:var(--aura-space-2,.5rem);opacity:.7;font-size:.8125rem}.AudioPicker-module__Ev18Ja__sectionTitle{color:var(--aura-ink-base,#d2e1f5e6);margin:0 0 var(--aura-space-3,.75rem)0;font-size:.875rem;font-weight:500}.AudioPicker-module__Ev18Ja__selectedSection{background:var(--aura-glass-bg,#1923374d);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-lg,16px);padding:var(--aura-space-4,1rem)}.AudioPicker-module__Ev18Ja__selectedList{gap:var(--aura-space-2,.5rem);flex-direction:column;display:flex}.AudioPicker-module__Ev18Ja__selectedItem{align-items:center;gap:var(--aura-space-3,.75rem);padding:var(--aura-space-2,.5rem)var(--aura-space-3,.75rem);background:var(--aura-glass-bg,#141e3266);border:1px solid var(--aura-glass-border,#648cb41a);border-radius:var(--aura-radius-md,12px);display:flex}.AudioPicker-module__Ev18Ja__trackOrder{flex-direction:column;align-items:center;gap:2px;min-width:28px;display:flex}.AudioPicker-module__Ev18Ja__orderBtn{width:28px;height:28px;color:var(--aura-ink-muted,#8296aa80);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:.75rem;transition:all .15s;display:flex}.AudioPicker-module__Ev18Ja__orderBtn:hover{background:var(--aura-glass-bg-hover,#32466466);color:var(--aura-ink-base,#d2e1f5e6)}.AudioPicker-module__Ev18Ja__orderNum{color:var(--aura-accent-primary,#4fb8d8);text-align:center;min-width:20px;font-size:.75rem;font-weight:600}.AudioPicker-module__Ev18Ja__trackInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.AudioPicker-module__Ev18Ja__trackTitle{color:var(--aura-ink-base,#d2e1f5e6);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.AudioPicker-module__Ev18Ja__trackTitleInput,.AudioPicker-module__Ev18Ja__trackArtistInput{background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-sm,6px);min-width:0;color:var(--aura-ink-base,#d2e1f5e6);outline:none;flex:1;padding:4px 8px;font-size:.8125rem;transition:border-color .15s}.AudioPicker-module__Ev18Ja__trackTitleInput::placeholder,.AudioPicker-module__Ev18Ja__trackArtistInput::placeholder{color:var(--aura-ink-muted,#8296aa66)}.AudioPicker-module__Ev18Ja__trackTitleInput:focus,.AudioPicker-module__Ev18Ja__trackArtistInput:focus{border-color:#6366f180}.AudioPicker-module__Ev18Ja__trackTitleInput{font-weight:500}.AudioPicker-module__Ev18Ja__trackArtistInput{font-size:.75rem}.AudioPicker-module__Ev18Ja__trackDuration{color:var(--aura-ink-muted,#8296aa99);font-size:.75rem}.AudioPicker-module__Ev18Ja__sellControls{align-items:center;gap:var(--aura-space-2,.5rem);flex-shrink:0;display:flex}.AudioPicker-module__Ev18Ja__sellToggle{cursor:pointer;align-items:center;gap:6px;display:flex}.AudioPicker-module__Ev18Ja__sellToggle input{width:14px;height:14px;accent-color:var(--aura-accent-primary,#4fb8d8)}.AudioPicker-module__Ev18Ja__sellLabel{color:var(--aura-ink-muted,#8296aab3);font-size:.75rem}.AudioPicker-module__Ev18Ja__priceInput{background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb433);border-radius:var(--aura-radius-sm,8px);align-items:center;padding:2px 6px;display:flex}.AudioPicker-module__Ev18Ja__priceCurrency{color:var(--aura-ink-muted,#8296aa99);font-size:.75rem}.AudioPicker-module__Ev18Ja__priceField{width:50px;color:var(--aura-ink-base,#d2e1f5e6);background:0 0;border:none;outline:none;padding:2px;font-size:.75rem}.AudioPicker-module__Ev18Ja__priceField:focus{outline:none}.AudioPicker-module__Ev18Ja__removeBtn{border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-full,100px);width:32px;height:32px;color:var(--aura-ink-muted,#8296aa80);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:all .15s;display:flex}.AudioPicker-module__Ev18Ja__removeBtn:hover{color:#dc5050e6;background:#dc505033;border-color:#dc505066}.AudioPicker-module__Ev18Ja__availableSection{margin-top:var(--aura-space-2,.5rem)}.AudioPicker-module__Ev18Ja__audioGrid{gap:var(--aura-space-2,.5rem);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));max-height:250px;padding-right:4px;display:grid;overflow-y:auto}.AudioPicker-module__Ev18Ja__audioCard{align-items:center;gap:var(--aura-space-2,.5rem);padding:var(--aura-space-2,.5rem)var(--aura-space-3,.75rem);background:var(--aura-glass-bg,#1923374d);border:1px solid var(--aura-glass-border,#648cb41a);border-radius:var(--aura-radius-md,12px);cursor:pointer;text-align:left;width:100%;transition:all .2s;display:flex}.AudioPicker-module__Ev18Ja__audioCard:hover:not(:disabled){background:var(--aura-glass-bg-hover,#23324b66);border-color:var(--aura-glass-border-hover,#648cb440)}.AudioPicker-module__Ev18Ja__audioCard:disabled{opacity:.4;cursor:not-allowed}.AudioPicker-module__Ev18Ja__audioCardSelected{background:#4fb8d826;border-color:#4fb8d866}.AudioPicker-module__Ev18Ja__audioIcon{background:var(--aura-glass-bg,#0f192880);border-radius:var(--aura-radius-sm,8px);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.AudioPicker-module__Ev18Ja__audioCardSelected .AudioPicker-module__Ev18Ja__audioIcon{color:var(--aura-accent-primary,#4fb8d8);background:#4fb8d84d}.AudioPicker-module__Ev18Ja__audioDetails{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AudioPicker-module__Ev18Ja__audioTitle{color:var(--aura-ink-base,#d2e1f5e6);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.AudioPicker-module__Ev18Ja__audioDuration{color:var(--aura-ink-muted,#8296aa99);font-size:.6875rem}.AudioPicker-module__Ev18Ja__audioGrid::-webkit-scrollbar{width:6px}.AudioPicker-module__Ev18Ja__audioGrid::-webkit-scrollbar-track{background:0 0}.AudioPicker-module__Ev18Ja__audioGrid::-webkit-scrollbar-thumb{background:var(--aura-glass-border,#648cb433);border-radius:3px}.AudioPicker-module__Ev18Ja__audioGrid::-webkit-scrollbar-thumb:hover{background:var(--aura-glass-border-hover,#648cb459)}.AudioPicker-module__Ev18Ja__emptyUploader{margin-top:var(--aura-space-4,1rem);width:100%;max-width:280px}.AudioPicker-module__Ev18Ja__uploadCard{min-height:64px}
.CloudShell-module__Cm4Whq__shell{isolation:isolate;border-radius:var(--radius-drift,40% 60% 55% 45%/55% 45% 60% 40%);border:1px solid var(--aura-glass-border,#648cb424);-webkit-backdrop-filter:blur(var(--aura-glass-blur,18px))saturate(140%);backdrop-filter:blur(var(--aura-glass-blur,18px))saturate(140%);box-shadow:0 0 60px var(--aura-glow-soft,#6496c814),inset 0 1px 0 #ffffff0a,inset 0 -1px 0 #00000026;padding:var(--aura-space-10,2.5rem)var(--aura-space-8,2rem);color:var(--aura-ink-primary,#e0e8f0eb);background:radial-gradient(120% 80% at 20% 0,#8cb4dc0f 0%,#0000 70%),linear-gradient(#141e2d6b 0%,#0f16232e 100%);transition:transform .9s cubic-bezier(.16,1,.3,1),box-shadow .9s ease-out;animation:24s ease-in-out infinite alternate CloudShell-module__Cm4Whq__cloudBreathe;display:block;position:relative}.CloudShell-module__Cm4Whq__shellDense{border-radius:var(--radius-float,60% 40% 45% 55%/45% 55% 40% 60%);-webkit-backdrop-filter:blur(22px)saturate(120%);backdrop-filter:blur(22px)saturate(120%);background:radial-gradient(120% 80% at 30% 0,#78a0c80a 0%,#0000 60%),linear-gradient(#0c121c8c 0%,#0a0f1859 100%);box-shadow:0 0 80px #3c64a00f,inset 0 1px #ffffff08,inset 0 0 40px #141e2d66}.CloudShell-module__Cm4Whq__shellOpen{border-radius:var(--radius-billow,50% 50% 45% 55%/55% 45% 50% 50%);background:radial-gradient(130% 90% at 50% 100%,#a0c8e60d 0%,#0000 70%),linear-gradient(#16213247 0%,#121a2814 100%)}.CloudShell-module__Cm4Whq__shellElevated{border-radius:var(--radius-cloud-lg,32px)var(--radius-cloud,24px)var(--radius-cloud-lg,32px)var(--radius-cloud,24px)/var(--radius-cloud,24px)var(--radius-cloud-lg,32px)var(--radius-cloud,24px)var(--radius-cloud-lg,32px);box-shadow:0 12px 60px #00000059,0 0 80px #78a0c80f,inset 0 1px #ffffff0d}.CloudShell-module__Cm4Whq__shellInteractive{cursor:pointer;will-change:transform,box-shadow}.CloudShell-module__Cm4Whq__shellInteractive:hover,.CloudShell-module__Cm4Whq__shellInteractive:focus-visible{outline:none;transform:translateY(-3px)scale(1.003);box-shadow:0 16px 80px #0006,0 0 100px #8cb4dc1f,inset 0 1px #ffffff0f}.CloudShell-module__Cm4Whq__shellGlowTurquoise{--shell-accent:#52b7b72e}.CloudShell-module__Cm4Whq__shellGlowLavender{--shell-accent:#a78bfa2e}.CloudShell-module__Cm4Whq__shellGlowRose{--shell-accent:#f472b62e}.CloudShell-module__Cm4Whq__shellGlowAmber{--shell-accent:#fbbf242e}.CloudShell-module__Cm4Whq__shellGlowIce{--shell-accent:#8cc8eb2e}.CloudShell-module__Cm4Whq__shellGlowTurquoise,.CloudShell-module__Cm4Whq__shellGlowLavender,.CloudShell-module__Cm4Whq__shellGlowRose,.CloudShell-module__Cm4Whq__shellGlowAmber,.CloudShell-module__Cm4Whq__shellGlowIce{box-shadow:0 0 60px var(--shell-accent),0 0 120px #00000040,inset 0 1px 0 #ffffff0a}@keyframes CloudShell-module__Cm4Whq__cloudBreathe{0%{border-radius:var(--radius-drift,40% 60% 55% 45%/55% 45% 60% 40%)}50%{border-radius:var(--radius-float,60% 40% 45% 55%/45% 55% 40% 60%)}to{border-radius:var(--radius-billow,50% 50% 45% 55%/55% 45% 50% 50%)}}@media (prefers-reduced-motion:reduce){.CloudShell-module__Cm4Whq__shell,.CloudShell-module__Cm4Whq__shellDense,.CloudShell-module__Cm4Whq__shellOpen,.CloudShell-module__Cm4Whq__shellElevated{animation:none}.CloudShell-module__Cm4Whq__shellInteractive:hover,.CloudShell-module__Cm4Whq__shellInteractive:focus-visible{transform:none}}.CloudShell-module__Cm4Whq__button{--btn-bg:#ffffff0f;--btn-border:#ffffff1f;--btn-ink:var(--aura-ink-primary,#e0e8f0f2);--btn-glow:#8cb4dc00;appearance:none;border-radius:var(--radius-pill,9999px);background:var(--btn-bg);border:1px solid var(--btn-border);min-height:44px;color:var(--btn-ink);letter-spacing:.02em;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-backdrop-filter:blur(12px)saturate(140%);backdrop-filter:blur(12px)saturate(140%);box-shadow:0 0 0 0 var(--btn-glow),0 2px 8px #00000026,inset 0 1px 0 #ffffff0d;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .32s ease-out,border-color .32s ease-out,box-shadow .32s ease-out,transform .22s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.CloudShell-module__Cm4Whq__button:hover,.CloudShell-module__Cm4Whq__button:focus-visible{--btn-bg:#ffffff1a;--btn-border:#fff3;--btn-glow:#8cb4dc2e;box-shadow:0 0 24px var(--btn-glow),0 4px 16px #0003,inset 0 1px 0 #ffffff14;outline:none}.CloudShell-module__Cm4Whq__button:active{transform:translateY(1px)scale(.985)}.CloudShell-module__Cm4Whq__button:disabled{opacity:.5;cursor:not-allowed;transform:none}.CloudShell-module__Cm4Whq__buttonPrimary{--btn-bg:linear-gradient(135deg,#52b7b740,#8cb4dc2e);--btn-border:#52b7b759;--btn-glow:#52b7b738;box-shadow:0 0 16px var(--btn-glow),0 2px 12px #0003,inset 0 1px 0 #ffffff14}.CloudShell-module__Cm4Whq__buttonPrimary:hover,.CloudShell-module__Cm4Whq__buttonPrimary:focus-visible{--btn-bg:linear-gradient(135deg,#52b7b759,#8cb4dc47);--btn-glow:#52b7b766}.CloudShell-module__Cm4Whq__buttonDanger{--btn-bg:#f472b629;--btn-border:#f472b647;--btn-glow:#f472b633}.CloudShell-module__Cm4Whq__buttonDanger:hover,.CloudShell-module__Cm4Whq__buttonDanger:focus-visible{--btn-bg:#f472b63d;--btn-glow:#f472b661}.CloudShell-module__Cm4Whq__buttonGhost{--btn-bg:transparent;--btn-border:#ffffff1a}.CloudShell-module__Cm4Whq__buttonSmall{min-height:36px;padding:.5rem 1rem;font-size:.82rem}.CloudShell-module__Cm4Whq__buttonLarge{min-height:52px;padding:.9rem 1.8rem;font-size:1rem}.CloudShell-module__Cm4Whq__modalOverlay{z-index:1000;padding:2rem 1rem;padding-top:max(2rem,env(safe-area-inset-top,0px));padding-bottom:max(2rem,env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(20px)saturate(140%);backdrop-filter:blur(20px)saturate(140%);background:radial-gradient(120% 100% at 50% 0,#141e328c 0%,#000000bf 70%);justify-content:center;align-items:center;animation:.48s ease-out CloudShell-module__Cm4Whq__fogIn;display:flex;position:fixed;inset:0}.CloudShell-module__Cm4Whq__modalChamber{border-radius:var(--radius-cloud-lg,32px)var(--radius-cloud-xl,48px)var(--radius-cloud-lg,32px)var(--radius-cloud-xl,48px)/var(--radius-cloud,24px)var(--radius-cloud-lg,32px)var(--radius-cloud,24px)var(--radius-cloud-lg,32px);-webkit-backdrop-filter:blur(28px)saturate(150%);backdrop-filter:blur(28px)saturate(150%);background:radial-gradient(120% 80% at 30% 0,#8cb4dc14 0%,#0000 60%),linear-gradient(#141e2dc7 0%,#0c121cad 100%);border:1px solid #8cb4dc2e;width:100%;max-width:min(640px,100%);max-height:calc(100dvh - 4rem);padding:1.75rem;animation:.68s cubic-bezier(.16,1,.3,1) CloudShell-module__Cm4Whq__chamberRise;position:relative;overflow-y:auto;box-shadow:0 24px 80px #00000080,0 0 120px #78a0c81f,inset 0 1px #ffffff0f}@keyframes CloudShell-module__Cm4Whq__fogIn{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1}}@keyframes CloudShell-module__Cm4Whq__chamberRise{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.CloudShell-module__Cm4Whq__modalOverlay,.CloudShell-module__Cm4Whq__modalChamber{animation:none}}.CloudShell-module__Cm4Whq__successOverlay{z-index:1100;-webkit-backdrop-filter:blur(24px)saturate(160%);backdrop-filter:blur(24px)saturate(160%);background:radial-gradient(80% 80% at 50% 30%,#52b7b72e 0%,#0000 60%),radial-gradient(60% 60% at 50% 70%,#8cb4dc1f 0%,#0000 60%),#080c14d9;justify-content:center;align-items:center;padding:2rem 1rem;animation:.6s ease-out CloudShell-module__Cm4Whq__fogIn;display:flex;position:fixed;inset:0}.CloudShell-module__Cm4Whq__successChamber{text-align:center;border-radius:var(--radius-cloud-xl,48px)var(--radius-cloud-lg,32px)var(--radius-cloud-xl,48px)var(--radius-cloud-lg,32px)/var(--radius-cloud-lg,32px)var(--radius-cloud-xl,48px)var(--radius-cloud-lg,32px)var(--radius-cloud-xl,48px);-webkit-backdrop-filter:blur(32px)saturate(160%);backdrop-filter:blur(32px)saturate(160%);background:radial-gradient(120% 80% at 50% 0,#8cc8dc1f 0%,#0000 70%),linear-gradient(#162030d9 0%,#0f1623bf 100%);border:1px solid #8cc8dc38;max-width:min(540px,100%);padding:3rem 2rem 2.5rem;animation:.8s cubic-bezier(.16,1,.3,1) CloudShell-module__Cm4Whq__chamberRise;position:relative;box-shadow:0 32px 120px #0009,0 0 160px #52b7b726,inset 0 1px #ffffff14}.CloudShell-module__Cm4Whq__successHalo{background:radial-gradient(circle,#8cdce666 0%,#0000 65%);border-radius:50%;width:120px;height:120px;margin:0 auto 1.5rem;animation:2.4s ease-in-out infinite CloudShell-module__Cm4Whq__haloPulse;position:relative}.CloudShell-module__Cm4Whq__successHalo:before{content:"";background:radial-gradient(circle,#a0dcf08c 0%,#0000 70%);border-radius:50%;animation:2.4s ease-in-out infinite reverse CloudShell-module__Cm4Whq__haloPulse;position:absolute;inset:18px}.CloudShell-module__Cm4Whq__successHalo:after{content:"";background:radial-gradient(circle,#dcf0ffbf 0%,#8cc8dc66 60%,#0000 100%);border-radius:50%;position:absolute;inset:38px;box-shadow:0 0 32px #8cdcf080}@keyframes CloudShell-module__Cm4Whq__haloPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.CloudShell-module__Cm4Whq__successTitle{letter-spacing:.04em;background:linear-gradient(135deg,#dcf0fffa 0%,#a0c8dcd9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:300}.CloudShell-module__Cm4Whq__successSubtitle{color:var(--aura-ink-secondary,#bed2e6b3);letter-spacing:.01em;margin:0 0 2rem;font-size:.95rem;line-height:1.5}.CloudShell-module__Cm4Whq__successActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.CloudShell-module__Cm4Whq__waveform{justify-content:center;align-items:center;gap:4px;height:36px;margin:0 auto 1.75rem;display:flex}.CloudShell-module__Cm4Whq__waveform span{background:linear-gradient(#8cdcf0e6,#52b7b780);border-radius:999px;width:3px;animation:1.4s ease-in-out infinite CloudShell-module__Cm4Whq__waveDance;display:block}.CloudShell-module__Cm4Whq__waveform span:first-child{height:40%;animation-delay:0s}.CloudShell-module__Cm4Whq__waveform span:nth-child(2){height:70%;animation-delay:.1s}.CloudShell-module__Cm4Whq__waveform span:nth-child(3){height:100%;animation-delay:.2s}.CloudShell-module__Cm4Whq__waveform span:nth-child(4){height:60%;animation-delay:.3s}.CloudShell-module__Cm4Whq__waveform span:nth-child(5){height:85%;animation-delay:.4s}.CloudShell-module__Cm4Whq__waveform span:nth-child(6){height:50%;animation-delay:.5s}.CloudShell-module__Cm4Whq__waveform span:nth-child(7){height:75%;animation-delay:.6s}.CloudShell-module__Cm4Whq__waveform span:nth-child(8){height:45%;animation-delay:.7s}@keyframes CloudShell-module__Cm4Whq__waveDance{0%,to{opacity:.6;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.CloudShell-module__Cm4Whq__particleField{height:64px;margin:0 auto 1.5rem;position:relative}.CloudShell-module__Cm4Whq__particleField span{background:radial-gradient(circle,#dcf0ff 0%,#8cc8dc66 60%,#0000 100%);border-radius:50%;width:4px;height:4px;animation:4s ease-in-out infinite CloudShell-module__Cm4Whq__particleDrift;position:absolute;box-shadow:0 0 8px #8cdcf099}.CloudShell-module__Cm4Whq__particleField span:first-child{animation-delay:0s;top:30%;left:20%}.CloudShell-module__Cm4Whq__particleField span:nth-child(2){animation-delay:.5s;top:60%;left:50%}.CloudShell-module__Cm4Whq__particleField span:nth-child(3){animation-delay:1s;top:25%;left:80%}.CloudShell-module__Cm4Whq__particleField span:nth-child(4){animation-delay:1.5s;top:70%;left:35%}.CloudShell-module__Cm4Whq__particleField span:nth-child(5){animation-delay:2s;top:40%;left:65%}.CloudShell-module__Cm4Whq__particleField span:nth-child(6){animation-delay:2.5s;top:55%;left:15%}.CloudShell-module__Cm4Whq__particleField span:nth-child(7){animation-delay:3s;top:65%;left:90%}@keyframes CloudShell-module__Cm4Whq__particleDrift{0%,to{opacity:.5;transform:translateY(0)translate(0)}25%{opacity:1;transform:translateY(-8px)translate(4px)}50%{opacity:.8;transform:translateY(-4px)translate(-2px)}75%{opacity:1;transform:translateY(-10px)translate(6px)}}@media (prefers-reduced-motion:reduce){.CloudShell-module__Cm4Whq__successHalo,.CloudShell-module__Cm4Whq__successHalo:before,.CloudShell-module__Cm4Whq__waveform span,.CloudShell-module__Cm4Whq__particleField span{animation:none}}.CloudShell-module__Cm4Whq__errorPanel{color:#fadcebeb;background:linear-gradient(#f472b61a 0%,#f472b60a 100%);border:1px solid #f472b638;border-radius:18px 24px/22px 18px;align-items:flex-start;gap:.75rem;margin:0;padding:.875rem 1rem;font-size:.875rem;line-height:1.45;display:flex;box-shadow:0 0 24px #f472b614}.CloudShell-module__Cm4Whq__errorIcon{opacity:.85;flex-shrink:0;font-size:1rem}
.WingCloudVessel-module__pNr36q__vessel{isolation:isolate;width:100%;max-width:640px;filter:drop-shadow(0 24px 60px rgba(var(--vessel-glow,184,166,255),.18));margin-inline:auto;animation:11s ease-in-out infinite WingCloudVessel-module__pNr36q__vesselBreath;position:relative}@media (prefers-reduced-motion:reduce){.WingCloudVessel-module__pNr36q__vessel{animation:none}}.WingCloudVessel-module__pNr36q__vesselSvg{z-index:0;pointer-events:none;preserveAspectRatio:none;width:108%;height:112%;position:absolute;inset:-6% -4%}.WingCloudVessel-module__pNr36q__vesselInner{z-index:1;text-align:center;gap:1rem;padding:clamp(3rem,8vw,4.5rem) clamp(2rem,6vw,3rem) clamp(3.5rem,9vw,5rem);display:grid;position:relative}@keyframes WingCloudVessel-module__pNr36q__vesselBreath{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.012)}}.WingCloudVessel-module__pNr36q__vesselBlink{animation:11s ease-in-out infinite WingCloudVessel-module__pNr36q__vesselBreath,6.5s ease-in-out infinite WingCloudVessel-module__pNr36q__vesselBlink}@media (prefers-reduced-motion:reduce){.WingCloudVessel-module__pNr36q__vesselBlink{animation:none}}@keyframes WingCloudVessel-module__pNr36q__vesselBlink{0%,to{filter:drop-shadow(0 24px 60px rgba(var(--vessel-glow,184,166,255),.18));opacity:1}50%{filter:drop-shadow(0 30px 80px rgba(var(--vessel-glow,184,166,255),.34));opacity:.94}}.WingCloudVessel-module__pNr36q__driftLeft{margin-inline:0 8%}.WingCloudVessel-module__pNr36q__driftRight{margin-inline:8% 0}@media (max-width:480px){.WingCloudVessel-module__pNr36q__driftLeft{margin-inline-end:4%}.WingCloudVessel-module__pNr36q__driftRight{margin-inline-start:4%}}.WingCloudVessel-module__pNr36q__vesselCompact .WingCloudVessel-module__pNr36q__vesselInner{padding:clamp(2rem,6vw,3rem) clamp(1.5rem,5vw,2.25rem) clamp(2.25rem,6.5vw,3.25rem)}.WingCloudVessel-module__pNr36q__vesselNoShape{filter:none!important;animation:none!important}.WingCloudVessel-module__pNr36q__vesselNoShape .WingCloudVessel-module__pNr36q__vesselInner{padding:0}
.WingConstellation-module__1IVZzG__scene{background:radial-gradient(120% 80% at 30% 0%,color-mix(in oklab,var(--wing-accent,#b8a6ff)22%,transparent),transparent 60%),radial-gradient(80% 60% at 80% 100%,color-mix(in oklab,var(--wing-accent,#7fd8d3)14%,transparent),transparent 70%),var(--aura-canvas,#06070b);width:100%;min-height:100dvh;color:var(--aura-ink,#f5f3ee);padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2rem) clamp(3rem,8vw,5rem);position:relative;overflow:hidden}.WingConstellation-module__1IVZzG__silhouette{pointer-events:none;opacity:.35;background-color:color-mix(in oklab,var(--wing-accent,#fff)12%,transparent);animation:18s ease-in-out infinite WingConstellation-module__1IVZzG__drift;position:absolute;inset:0;-webkit-mask-image:url(/cloud-silhouette.svg);mask-image:url(/cloud-silhouette.svg);-webkit-mask-position:50% 40%;mask-position:50% 40%;-webkit-mask-size:180%;mask-size:180%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (prefers-reduced-motion:reduce){.WingConstellation-module__1IVZzG__silhouette{animation:none}}@keyframes WingConstellation-module__1IVZzG__drift{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.WingConstellation-module__1IVZzG__stack{z-index:1;gap:clamp(2.5rem,7vw,4rem);max-width:680px;margin-inline:auto;display:grid;position:relative}.WingConstellation-module__1IVZzG__signature{z-index:1;letter-spacing:.28em;opacity:.4;text-align:center;text-transform:uppercase;margin:clamp(2rem,6vw,3rem) 0 0;font-family:ui-monospace,JetBrains Mono,SF Mono,monospace;font-size:.7rem;position:relative}
.CreateListeningPartyModal-module__vKwWuq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CreateListeningPartyModal-module__vKwWuq__modal{background:linear-gradient(#0d0f15 0%,#0a0c10 100%);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.CreateListeningPartyModal-module__vKwWuq__modalHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CreateListeningPartyModal-module__vKwWuq__modalTitle{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.CreateListeningPartyModal-module__vKwWuq__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.75rem;line-height:1;transition:color .2s}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__closeBtn:hover{color:#fff}}.CreateListeningPartyModal-module__vKwWuq__form{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.CreateListeningPartyModal-module__vKwWuq__field{flex-direction:column;gap:.5rem;display:flex}.CreateListeningPartyModal-module__vKwWuq__fieldRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.CreateListeningPartyModal-module__vKwWuq__fieldRow{grid-template-columns:1fr}}.CreateListeningPartyModal-module__vKwWuq__label{color:#fffc;font-size:.875rem;font-weight:500}.CreateListeningPartyModal-module__vKwWuq__required{color:#f87171}.CreateListeningPartyModal-module__vKwWuq__input,.CreateListeningPartyModal-module__vKwWuq__textarea,.CreateListeningPartyModal-module__vKwWuq__select{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.CreateListeningPartyModal-module__vKwWuq__input:focus,.CreateListeningPartyModal-module__vKwWuq__textarea:focus,.CreateListeningPartyModal-module__vKwWuq__select:focus{border-color:#8b5cf6;outline:none;box-shadow:0 0 0 3px #8b5cf626}.CreateListeningPartyModal-module__vKwWuq__input::placeholder,.CreateListeningPartyModal-module__vKwWuq__textarea::placeholder{color:#ffffff59}.CreateListeningPartyModal-module__vKwWuq__textarea{resize:vertical;min-height:80px}.CreateListeningPartyModal-module__vKwWuq__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' fill-opacity='0.5' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.CreateListeningPartyModal-module__vKwWuq__hint{color:#fff6;font-size:.8125rem}.CreateListeningPartyModal-module__vKwWuq__error{color:#fca5a5;background:#f871711a;border:1px solid #f871714d;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.CreateListeningPartyModal-module__vKwWuq__actions{border-top:1px solid #ffffff14;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:.5rem;display:flex}.CreateListeningPartyModal-module__vKwWuq__cancelBtn,.CreateListeningPartyModal-module__vKwWuq__submitBtn{cursor:pointer;border-radius:8px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.CreateListeningPartyModal-module__vKwWuq__cancelBtn{color:#ffffffb3;background:0 0;border:1px solid #ffffff26}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__cancelBtn:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff40}}.CreateListeningPartyModal-module__vKwWuq__submitBtn{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6d28d9 100%);border:none}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__submitBtn:hover:not(:disabled){background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%);transform:translateY(-1px)}}.CreateListeningPartyModal-module__vKwWuq__submitBtn:disabled,.CreateListeningPartyModal-module__vKwWuq__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.CreateListeningPartyModal-module__vKwWuq__sourceToggle{background:#ffffff0d;border-radius:10px;gap:.5rem;padding:4px;display:flex}.CreateListeningPartyModal-module__vKwWuq__sourceBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__sourceBtn:hover{color:#ffffffd9;background:#ffffff0d}}.CreateListeningPartyModal-module__vKwWuq__sourceBtnActive{color:#fff;background:#8b5cf64d}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__sourceBtnActive:hover{background:#8b5cf666}}.CreateListeningPartyModal-module__vKwWuq__optional{color:#fff6;font-weight:400}.CreateListeningPartyModal-module__vKwWuq__backgroundUpload{position:relative}.CreateListeningPartyModal-module__vKwWuq__uploadBackgroundBtn{color:#fff9;cursor:pointer;background:#ffffff08;border:2px dashed #ffffff26;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:1.5rem;transition:all .2s;display:flex}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__uploadBackgroundBtn:hover{color:#fffc;background:#ffffff0d;border-color:#8b5cf666}}.CreateListeningPartyModal-module__vKwWuq__uploadIcon{font-size:1.5rem}.CreateListeningPartyModal-module__vKwWuq__uploadHint{color:#fff6;font-size:.75rem}.CreateListeningPartyModal-module__vKwWuq__backgroundPreview{border-radius:12px;position:relative;overflow:hidden}.CreateListeningPartyModal-module__vKwWuq__backgroundImg{object-fit:cover;border-radius:12px;width:100%;height:150px}.CreateListeningPartyModal-module__vKwWuq__clearBackgroundBtn{color:#fff;cursor:pointer;background:#000000b3;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}@media (hover:hover){.CreateListeningPartyModal-module__vKwWuq__clearBackgroundBtn:hover{background:#f87171cc}}.CreateListeningPartyModal-module__vKwWuq__hiddenInput{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.ArtPicker-module__h2pOSa__picker{gap:var(--aura-space-4,1rem);flex-direction:column;display:flex}.ArtPicker-module__h2pOSa__loading,.ArtPicker-module__h2pOSa__empty{padding:var(--aura-space-8,2rem);text-align:center;color:var(--aura-ink-muted,#8296aa99);flex-direction:column;justify-content:center;align-items:center;display:flex}.ArtPicker-module__h2pOSa__emptyIcon{margin-bottom:var(--aura-space-3,.75rem);opacity:.5;font-size:2.5rem}.ArtPicker-module__h2pOSa__emptyHint{margin-top:var(--aura-space-2,.5rem);opacity:.7;font-size:.8125rem}.ArtPicker-module__h2pOSa__sectionTitle{color:var(--aura-ink-base,#d2e1f5e6);margin:0 0 var(--aura-space-3,.75rem)0;font-size:.875rem;font-weight:500}.ArtPicker-module__h2pOSa__selectedSection{background:var(--aura-glass-bg,#1923374d);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-lg,16px);padding:var(--aura-space-4,1rem)}.ArtPicker-module__h2pOSa__selectedGrid{gap:var(--aura-space-3,.75rem);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.ArtPicker-module__h2pOSa__selectedCard{gap:var(--aura-space-2,.5rem);flex-direction:column;display:flex}.ArtPicker-module__h2pOSa__selectedPreview{aspect-ratio:1;border-radius:var(--aura-radius-md,12px);background:var(--aura-glass-bg,#0f192880);width:100%;position:relative;overflow:hidden}.ArtPicker-module__h2pOSa__previewImage{object-fit:cover}.ArtPicker-module__h2pOSa__orderBadge{background:var(--aura-accent-primary,#4fb8d8);width:22px;height:22px;color:var(--aura-bg-base,#080c14);border-radius:var(--aura-radius-full,100px);justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:6px;left:6px}.ArtPicker-module__h2pOSa__cardActions{opacity:0;gap:4px;transition:opacity .2s;display:flex;position:absolute;top:6px;right:6px}.ArtPicker-module__h2pOSa__selectedPreview:hover .ArtPicker-module__h2pOSa__cardActions{opacity:1}.ArtPicker-module__h2pOSa__moveBtn,.ArtPicker-module__h2pOSa__removeBtn{border-radius:var(--aura-radius-full,100px);color:#fff;cursor:pointer;background:#0009;border:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;transition:all .15s;display:flex}.ArtPicker-module__h2pOSa__moveBtn:hover{background:#4fb8d8cc}.ArtPicker-module__h2pOSa__removeBtn:hover{background:#dc5050cc}.ArtPicker-module__h2pOSa__selectedInfo{gap:var(--aura-space-2,.5rem);flex-direction:column;display:flex}.ArtPicker-module__h2pOSa__titleInput{width:100%;padding:var(--aura-space-2,.5rem);background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-sm,8px);color:var(--aura-ink-base,#d2e1f5e6);outline:none;font-size:.8125rem;transition:border-color .2s}.ArtPicker-module__h2pOSa__titleInput:focus{border-color:var(--aura-accent-primary,#4fb8d8)}.ArtPicker-module__h2pOSa__titleInput::placeholder{color:var(--aura-ink-muted,#8296aa66)}.ArtPicker-module__h2pOSa__descriptionInput{width:100%;padding:var(--aura-space-2,.5rem);background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-sm,8px);color:var(--aura-ink-base,#d2e1f5e6);resize:vertical;outline:none;min-height:40px;font-size:.75rem;transition:border-color .2s}.ArtPicker-module__h2pOSa__descriptionInput:focus{border-color:var(--aura-accent-primary,#4fb8d8)}.ArtPicker-module__h2pOSa__descriptionInput::placeholder{color:var(--aura-ink-muted,#8296aa66)}.ArtPicker-module__h2pOSa__detailsRow{gap:var(--aura-space-2,.5rem);display:flex}.ArtPicker-module__h2pOSa__mediumSelect{padding:var(--aura-space-2,.5rem);background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-sm,8px);color:var(--aura-ink-base,#d2e1f5e6);cursor:pointer;outline:none;flex:1;font-size:.75rem;transition:border-color .2s}.ArtPicker-module__h2pOSa__mediumSelect:focus{border-color:var(--aura-accent-primary,#4fb8d8)}.ArtPicker-module__h2pOSa__mediumSelect option{background:var(--aura-bg-base,#0a0e18);color:var(--aura-ink-base,#d2e1f5e6)}.ArtPicker-module__h2pOSa__yearInput{width:70px;padding:var(--aura-space-2,.5rem);background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-sm,8px);color:var(--aura-ink-base,#d2e1f5e6);outline:none;font-size:.75rem;transition:border-color .2s}.ArtPicker-module__h2pOSa__yearInput:focus{border-color:var(--aura-accent-primary,#4fb8d8)}.ArtPicker-module__h2pOSa__yearInput::placeholder{color:var(--aura-ink-muted,#8296aa66)}.ArtPicker-module__h2pOSa__sellControls{align-items:center;gap:var(--aura-space-2,.5rem);flex-wrap:wrap;display:flex}.ArtPicker-module__h2pOSa__sellToggle{cursor:pointer;align-items:center;gap:6px;display:flex}.ArtPicker-module__h2pOSa__sellToggle input{width:14px;height:14px;accent-color:var(--aura-accent-primary,#4fb8d8)}.ArtPicker-module__h2pOSa__sellLabel{color:var(--aura-ink-muted,#8296aab3);font-size:.75rem}.ArtPicker-module__h2pOSa__priceInput{background:var(--aura-glass-bg,#0f192880);border:1px solid var(--aura-glass-border,#648cb433);border-radius:var(--aura-radius-sm,8px);align-items:center;padding:2px 6px;display:flex}.ArtPicker-module__h2pOSa__priceCurrency{color:var(--aura-ink-muted,#8296aa99);font-size:.75rem}.ArtPicker-module__h2pOSa__priceField{width:60px;color:var(--aura-ink-base,#d2e1f5e6);background:0 0;border:none;outline:none;padding:2px;font-size:.75rem}.ArtPicker-module__h2pOSa__availableSection{margin-top:var(--aura-space-2,.5rem)}.ArtPicker-module__h2pOSa__imageGrid{gap:var(--aura-space-2,.5rem);grid-template-columns:repeat(auto-fill,minmax(100px,1fr));max-height:300px;padding-right:4px;display:grid;overflow-y:auto}.ArtPicker-module__h2pOSa__imageCard{border-radius:var(--aura-radius-md,12px);cursor:pointer;text-align:left;background:0 0;border:2px solid #0000;flex-direction:column;gap:4px;padding:0;transition:all .2s;display:flex}.ArtPicker-module__h2pOSa__imageCard:hover:not(:disabled){border-color:var(--aura-glass-border-hover,#648cb44d)}.ArtPicker-module__h2pOSa__imageCard:disabled{opacity:.4;cursor:not-allowed}.ArtPicker-module__h2pOSa__imageCardSelected{border-color:var(--aura-accent-primary,#4fb8d8)}.ArtPicker-module__h2pOSa__imageWrapper{aspect-ratio:1;border-radius:var(--aura-radius-sm,8px);background:var(--aura-glass-bg,#0f192880);width:100%;position:relative;overflow:hidden}.ArtPicker-module__h2pOSa__gridImage{object-fit:cover;transition:transform .2s}.ArtPicker-module__h2pOSa__imageCard:hover .ArtPicker-module__h2pOSa__gridImage{transform:scale(1.05)}.ArtPicker-module__h2pOSa__selectedOverlay{background:#4fb8d866;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ArtPicker-module__h2pOSa__checkmark{color:#fff;text-shadow:0 2px 4px #0000004d;font-size:1.5rem}.ArtPicker-module__h2pOSa__imageTitle{color:var(--aura-ink-muted,#8296aab3);white-space:nowrap;text-overflow:ellipsis;padding:0 4px;font-size:.6875rem;overflow:hidden}.ArtPicker-module__h2pOSa__imageGrid::-webkit-scrollbar{width:6px}.ArtPicker-module__h2pOSa__imageGrid::-webkit-scrollbar-track{background:0 0}.ArtPicker-module__h2pOSa__imageGrid::-webkit-scrollbar-thumb{background:var(--aura-glass-border,#648cb433);border-radius:3px}.ArtPicker-module__h2pOSa__imageGrid::-webkit-scrollbar-thumb:hover{background:var(--aura-glass-border-hover,#648cb459)}.ArtPicker-module__h2pOSa__emptyUploader{margin-top:var(--aura-space-4,1rem);width:100%;max-width:280px}.ArtPicker-module__h2pOSa__uploadCard{aspect-ratio:1;min-height:120px}
.WitnessButton-module__ILDYlG__witnessButton{border-radius:var(--nn-radius-lg);background:var(--nn-cloudC);color:var(--nn-muted);cursor:pointer;transition:background .3s var(--nn-ease),color .3s var(--nn-ease),transform .2s var(--nn-ease-out),box-shadow .3s var(--nn-ease);-webkit-user-select:none;user-select:none;border:none;align-items:center;gap:.4em;padding:.5em 1em;font-family:inherit;font-weight:500;display:inline-flex}.WitnessButton-module__ILDYlG__witnessButton:hover:not(:disabled){background:var(--nn-cloudA);color:var(--nn-ink);transform:translateY(-1px)}.WitnessButton-module__ILDYlG__witnessButton:active:not(:disabled){transform:translateY(0)}.WitnessButton-module__ILDYlG__witnessButton:disabled{opacity:.5;cursor:not-allowed}.WitnessButton-module__ILDYlG__witnessButton.WitnessButton-module__ILDYlG__witnessed{color:var(--nn-ink);background:linear-gradient(135deg,#4fb8d833 0%,#9a7cf526 100%);box-shadow:0 0 12px #4fb8d826}.WitnessButton-module__ILDYlG__witnessButton.WitnessButton-module__ILDYlG__witnessed:hover:not(:disabled){background:linear-gradient(135deg,#4fb8d840 0%,#9a7cf533 100%);box-shadow:0 0 18px #4fb8d833}.WitnessButton-module__ILDYlG__cloudIcon{transition:transform .3s var(--nn-ease-out);font-size:1.1em;display:inline-flex}.WitnessButton-module__ILDYlG__witnessed .WitnessButton-module__ILDYlG__cloudIcon{animation:3s ease-in-out infinite WitnessButton-module__ILDYlG__cloudPulse}.WitnessButton-module__ILDYlG__witnessButton:hover .WitnessButton-module__ILDYlG__cloudIcon{transform:scale(1.1)}.WitnessButton-module__ILDYlG__label{letter-spacing:.02em;font-size:.9em}.WitnessButton-module__ILDYlG__sm{padding:.35em .75em;font-size:.85rem}.WitnessButton-module__ILDYlG__sm .WitnessButton-module__ILDYlG__cloudIcon{font-size:1em}.WitnessButton-module__ILDYlG__md{padding:.5em 1em;font-size:.9rem}.WitnessButton-module__ILDYlG__lg{padding:.6em 1.25em;font-size:1rem}.WitnessButton-module__ILDYlG__lg .WitnessButton-module__ILDYlG__cloudIcon{font-size:1.2em}@keyframes WitnessButton-module__ILDYlG__cloudPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}
.CreateArtShowModal-module__Rl836a__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;padding:var(--aura-space-4,1rem);background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out CreateArtShowModal-module__Rl836a__fadeIn;display:flex;position:fixed;inset:0}@keyframes CreateArtShowModal-module__Rl836a__fadeIn{0%{opacity:0}to{opacity:1}}.CreateArtShowModal-module__Rl836a__modal{background:var(--aura-glass-bg,#141c2df2);border:1px solid var(--aura-glass-border,#648cb433);border-radius:var(--aura-radius-xl,24px);width:100%;max-width:600px;max-height:90vh;animation:CreateArtShowModal-module__Rl836a__slideUp .3s var(--aura-motion-ease-out,cubic-bezier(.16,1,.3,1));overflow-y:auto;box-shadow:0 25px 60px #00000080,0 0 60px #6366f11a}@keyframes CreateArtShowModal-module__Rl836a__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CreateArtShowModal-module__Rl836a__modalHeader{padding:var(--aura-space-5,1.25rem)var(--aura-space-6,1.5rem);border-bottom:1px solid var(--aura-glass-border,#648cb426);justify-content:space-between;align-items:center;display:flex}.CreateArtShowModal-module__Rl836a__modalTitle{color:var(--aura-ink-base,#d2e1f5f2);margin:0;font-size:1.25rem;font-weight:500}.CreateArtShowModal-module__Rl836a__closeBtn{border:1px solid var(--aura-glass-border,#648cb433);border-radius:var(--aura-radius-full,100px);width:36px;height:36px;color:var(--aura-ink-muted,#8296aa99);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex}.CreateArtShowModal-module__Rl836a__closeBtn:hover{background:var(--aura-glass-bg-hover,#23324b80);color:var(--aura-ink-base,#d2e1f5e6);border-color:var(--aura-glass-border-hover,#648cb459)}.CreateArtShowModal-module__Rl836a__modalContent{padding:var(--aura-space-5,1.25rem)var(--aura-space-6,1.5rem)}.CreateArtShowModal-module__Rl836a__form{gap:var(--aura-space-4,1rem);flex-direction:column;display:flex}.CreateArtShowModal-module__Rl836a__field{gap:var(--aura-space-2,.5rem);flex-direction:column;display:flex}.CreateArtShowModal-module__Rl836a__fieldRow{gap:var(--aura-space-4,1rem);grid-template-columns:1fr 1fr;display:grid}@media (max-width:500px){.CreateArtShowModal-module__Rl836a__fieldRow{grid-template-columns:1fr}}.CreateArtShowModal-module__Rl836a__label{color:var(--aura-ink-base,#d2e1f5e6);font-size:.875rem;font-weight:500}.CreateArtShowModal-module__Rl836a__required{color:#dc5078cc}.CreateArtShowModal-module__Rl836a__input,.CreateArtShowModal-module__Rl836a__textarea,.CreateArtShowModal-module__Rl836a__select{padding:var(--aura-space-3,.75rem);border-radius:var(--aura-radius-md,12px);color:var(--aura-ink-base,#d2e1f5f2);background:#ffffff0d;border:1px solid #ffffff1a;font-size:.9375rem;transition:all .2s}.CreateArtShowModal-module__Rl836a__input:focus,.CreateArtShowModal-module__Rl836a__textarea:focus,.CreateArtShowModal-module__Rl836a__select:focus{background:#ffffff14;border-color:#6366f180;outline:none}.CreateArtShowModal-module__Rl836a__input::placeholder,.CreateArtShowModal-module__Rl836a__textarea::placeholder{color:#ffffff4d}.CreateArtShowModal-module__Rl836a__select{cursor:pointer}.CreateArtShowModal-module__Rl836a__select option{color:#fff;background:#1a1f2e}.CreateArtShowModal-module__Rl836a__colorRow{align-items:center;gap:var(--aura-space-3,.75rem);display:flex}.CreateArtShowModal-module__Rl836a__colorInput{border-radius:var(--aura-radius-sm,8px);cursor:pointer;background:0 0;border:none;width:48px;height:36px}.CreateArtShowModal-module__Rl836a__colorInput::-webkit-color-swatch-wrapper{padding:0}.CreateArtShowModal-module__Rl836a__colorInput::-webkit-color-swatch{border-radius:var(--aura-radius-sm,8px);border:2px solid #fff3}.CreateArtShowModal-module__Rl836a__colorValue{color:var(--aura-ink-muted,#8296aab3);font-family:monospace;font-size:.875rem}.CreateArtShowModal-module__Rl836a__error{padding:var(--aura-space-3,.75rem);border-radius:var(--aura-radius-md,12px);color:#ffb4b4e6;background:#dc505026;border:1px solid #dc50504d;font-size:.875rem}.CreateArtShowModal-module__Rl836a__actions{justify-content:flex-end;gap:var(--aura-space-3,.75rem);padding-top:var(--aura-space-4,1rem);margin-top:var(--aura-space-2,.5rem);border-top:1px solid #ffffff14;display:flex}.CreateArtShowModal-module__Rl836a__cancelBtn,.CreateArtShowModal-module__Rl836a__submitBtn{cursor:pointer;border-radius:8px;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.CreateArtShowModal-module__Rl836a__cancelBtn{color:#ffffffb3;background:0 0;border:1px solid #ffffff26}.CreateArtShowModal-module__Rl836a__cancelBtn:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff40}.CreateArtShowModal-module__Rl836a__submitBtn{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none}.CreateArtShowModal-module__Rl836a__submitBtn:hover:not(:disabled){background:linear-gradient(135deg,#818cf8 0%,#6366f1 100%);transform:translateY(-1px)}.CreateArtShowModal-module__Rl836a__submitBtn:disabled,.CreateArtShowModal-module__Rl836a__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.CreateArtShowModal-module__Rl836a__artworkStep{gap:var(--aura-space-4,1rem);flex-direction:column;display:flex}.CreateArtShowModal-module__Rl836a__artworkHint{color:var(--aura-ink-muted,#8296aab3);margin:0;font-size:.9375rem;line-height:1.5}.CreateArtShowModal-module__Rl836a__musicStep{gap:var(--aura-space-4,1rem);flex-direction:column;display:flex}.CreateArtShowModal-module__Rl836a__musicHint{color:var(--aura-ink-muted,#8296aab3);margin:0;font-size:.9375rem;line-height:1.5}.CreateArtShowModal-module__Rl836a__musicToggle{padding:var(--aura-space-3,.75rem);background:var(--aura-glass-bg,#19233780);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-lg,12px)}.CreateArtShowModal-module__Rl836a__toggleLabel{align-items:center;gap:var(--aura-space-3,.75rem);cursor:pointer;color:var(--aura-ink-base,#d2e1f5e6);font-size:.9375rem;display:flex}.CreateArtShowModal-module__Rl836a__toggleInput{display:none}.CreateArtShowModal-module__Rl836a__toggleSwitch{background:var(--aura-glass-bg,#1e283ccc);border:1px solid var(--aura-glass-border,#648cb433);border-radius:12px;width:44px;height:24px;transition:all .2s;position:relative}.CreateArtShowModal-module__Rl836a__toggleSwitch:after{content:"";background:var(--aura-ink-muted,#8296aa80);border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:2px;left:2px}.CreateArtShowModal-module__Rl836a__toggleInput:checked+.CreateArtShowModal-module__Rl836a__toggleSwitch{background:#6366f14d;border-color:#6366f180}.CreateArtShowModal-module__Rl836a__toggleInput:checked+.CreateArtShowModal-module__Rl836a__toggleSwitch:after{background:#6366f1e6;left:22px}.CreateArtShowModal-module__Rl836a__volumeSlider{appearance:none;background:var(--aura-glass-bg,#1e283ccc);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.CreateArtShowModal-module__Rl836a__volumeSlider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#6366f1e6;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #0000004d}.CreateArtShowModal-module__Rl836a__volumeSlider::-moz-range-thumb{cursor:pointer;background:#6366f1e6;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #0000004d}.CreateArtShowModal-module__Rl836a__trackSelection{max-height:300px;overflow-y:auto}.CreateArtShowModal-module__Rl836a__noTracksHint{color:var(--aura-ink-muted,#8296aa80);text-align:center;padding:var(--aura-space-3,.75rem);font-size:.875rem;font-style:italic}
.HandleTag-module__M2kJaa__handleContainer{align-items:center;display:inline-flex;position:relative}.HandleTag-module__M2kJaa__handleTag{color:#a88bfae6;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;align-items:center;text-decoration:none;transition:all .2s;display:inline-flex}.HandleTag-module__M2kJaa__handleTag:hover{color:#c4b5fd;text-shadow:0 0 8px #a88bfa66}.HandleTag-module__M2kJaa__handleTag:active{transform:scale(.98)}.HandleTag-module__M2kJaa__sm{font-size:.8125rem}.HandleTag-module__M2kJaa__md{font-size:.9375rem}.HandleTag-module__M2kJaa__lg{font-size:1.0625rem}.HandleTag-module__M2kJaa__atSymbol{opacity:.7;margin-right:1px}.HandleTag-module__M2kJaa__handleText{font-weight:500}.HandleTag-module__M2kJaa__menuBackdrop{z-index:999;background:0 0;position:fixed;inset:0}.HandleTag-module__M2kJaa__menu{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#110c1df2;border:1px solid #a88bfa33;border-radius:12px;min-width:140px;padding:4px;animation:.15s ease-out HandleTag-module__M2kJaa__menuAppear;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000080,inset 0 0 0 1px #ffffff0d}@keyframes HandleTag-module__M2kJaa__menuAppear{0%{opacity:0;transform:translate(-50%)translateY(-4px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.HandleTag-module__M2kJaa__menuItem{color:#ffffffe6;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.HandleTag-module__M2kJaa__menuItem:hover{color:#c4b5fd;background:#a88bfa26}.HandleTag-module__M2kJaa__menuItem:active{background:#a88bfa40;transform:scale(.98)}.HandleTag-module__M2kJaa__menuIcon{text-align:center;flex-shrink:0;width:20px;font-size:1rem}@media (hover:none) and (pointer:coarse){.HandleTag-module__M2kJaa__menuItem{padding:12px 14px}}
.BackNav-module__SkTEIq__backNav{bottom:max(1.5rem,env(safe-area-inset-bottom,0px));left:max(1.5rem,env(safe-area-inset-left,0px));z-index:var(--z-overlay,900);position:fixed}.BackNav-module__SkTEIq__backLink{color:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#ffffff08;border:1px solid #ffffff0f;border-radius:100px;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.25rem;font-size:.8125rem;font-weight:400;text-decoration:none;transition:color .3s,background .3s,border-color .3s,box-shadow .3s;display:inline-flex}@media (hover:hover){.BackNav-module__SkTEIq__backLink:hover{color:#ffffffb3;background:#ffffff0f;border-color:#ffffff1f;box-shadow:0 4px 16px #0003}.BackNav-module__SkTEIq__backLink:hover .BackNav-module__SkTEIq__backIcon{transform:translate(-2px)}}.BackNav-module__SkTEIq__backLink:active{color:#ffffffb3;background:#ffffff14;transform:scale(.97)}.BackNav-module__SkTEIq__backLink:focus-visible{outline-offset:2px;outline:2px solid #4fffd780}.BackNav-module__SkTEIq__backIcon{opacity:.7;width:14px;height:14px;transition:transform .3s}@media (max-width:640px){.BackNav-module__SkTEIq__backNav{bottom:calc(64px + var(--safe-bottom,0px))}}@media (prefers-reduced-motion:reduce){.BackNav-module__SkTEIq__backLink,.BackNav-module__SkTEIq__backIcon{transition:none}.BackNav-module__SkTEIq__backLink:hover .BackNav-module__SkTEIq__backIcon{transform:none}}
.DriftElement-module__rf0Mkq__driftElement{transition:opacity .3s var(--nn-ease)}.DriftElement-module__rf0Mkq__driftAnimation{will-change:transform}.DriftElement-module__rf0Mkq__pauseOnHover:hover{animation-play-state:paused!important}.DriftElement-module__rf0Mkq__float{animation-name:DriftElement-module__rf0Mkq__float}@keyframes DriftElement-module__rf0Mkq__float{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-4px)rotate(.3deg)}50%{transform:translateY(-6px)rotate(-.3deg)}75%{transform:translateY(-2px)rotate(.2deg)}}.DriftElement-module__rf0Mkq__sway{transform-origin:top;animation-name:DriftElement-module__rf0Mkq__sway}@keyframes DriftElement-module__rf0Mkq__sway{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(4px)rotate(1deg)}75%{transform:translate(-4px)rotate(-1deg)}}.DriftElement-module__rf0Mkq__rise{animation-name:DriftElement-module__rf0Mkq__rise}@keyframes DriftElement-module__rf0Mkq__rise{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:.7;transform:translateY(-20px)scale(1.02)}}.DriftElement-module__rf0Mkq__breathe{animation-name:DriftElement-module__rf0Mkq__breathe}@keyframes DriftElement-module__rf0Mkq__breathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.DriftElement-module__rf0Mkq__drift{animation-name:DriftElement-module__rf0Mkq__drift}@keyframes DriftElement-module__rf0Mkq__drift{0%,to{transform:translate(0)rotate(0)}20%{transform:translate(3px,-4px)rotate(.5deg)}40%{transform:translate(-2px,-6px)rotate(-.3deg)}60%{transform:translate(-4px,-3px)rotate(-.5deg)}80%{transform:translate(2px,-2px)rotate(.3deg)}}.drift-subtle{animation:10s ease-in-out infinite DriftElement-module__rf0Mkq__float}.drift-gentle{animation:8s ease-in-out infinite DriftElement-module__rf0Mkq__drift}.drift-sway{animation:6s ease-in-out infinite DriftElement-module__rf0Mkq__sway}.drift-breathe{animation:4s ease-in-out infinite DriftElement-module__rf0Mkq__breathe}.drift-delay-1{animation-delay:.5s}.drift-delay-2{animation-delay:1s}.drift-delay-3{animation-delay:1.5s}.drift-delay-4{animation-delay:2s}.drift-slow{animation-duration:12s}.drift-fast{animation-duration:4s}.drift-pause-hover:hover{animation-play-state:paused}
.IntentEntryModal-module__5wj-6q__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-page-modal,10000);-webkit-overflow-scrolling:touch;background:#0a0a0fd9;justify-content:center;align-items:center;padding:1rem;animation:.4s ease-out IntentEntryModal-module__5wj-6q__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.IntentEntryModal-module__5wj-6q__modal{overscroll-behavior:contain;background:linear-gradient(145deg,#1e1e28f2,#14141efa);border:1px solid #ffffff14;border-radius:16px;width:90%;max-width:420px;max-height:90dvh;padding:2rem;animation:.4s ease-out IntentEntryModal-module__5wj-6q__slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000080,0 0 40px #52b7b70d}.IntentEntryModal-module__5wj-6q__header{text-align:center;margin-bottom:1.5rem}.IntentEntryModal-module__5wj-6q__title{color:var(--nimbus-text,#e0e0e8);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.375rem;font-weight:500}.IntentEntryModal-module__5wj-6q__subtitle{color:var(--nimbus-muted,#6b6b80);margin:0;font-size:.875rem}.IntentEntryModal-module__5wj-6q__intentions{flex-direction:column;gap:.625rem;display:flex}.IntentEntryModal-module__5wj-6q__intentionButton{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:.875rem;width:100%;min-height:44px;padding:.875rem 1rem;transition:all .2s;display:flex}@media (hover:hover){.IntentEntryModal-module__5wj-6q__intentionButton:hover{background:#ffffff0f;border-color:#ffffff1a;transform:translate(2px)}}.IntentEntryModal-module__5wj-6q__intentionButton:active{background:#ffffff0f;transform:translate(0)}.IntentEntryModal-module__5wj-6q__intentionButton.IntentEntryModal-module__5wj-6q__selected{background:#52b7b71f;border-color:#52b7b74d}.IntentEntryModal-module__5wj-6q__intentionButton.IntentEntryModal-module__5wj-6q__suggested{border-color:#52b7b726}.IntentEntryModal-module__5wj-6q__intentionButton:disabled{opacity:.6;cursor:not-allowed}.IntentEntryModal-module__5wj-6q__intentionIcon{background:#ffffff0d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;display:flex}.IntentEntryModal-module__5wj-6q__intentionText{flex-direction:column;flex:1;gap:.125rem;display:flex}.IntentEntryModal-module__5wj-6q__intentionLabel{color:var(--nimbus-text,#e0e0e8);font-size:.9375rem;font-weight:500}.IntentEntryModal-module__5wj-6q__intentionDesc{color:var(--nimbus-muted,#6b6b80);font-size:.75rem}.IntentEntryModal-module__5wj-6q__suggestedBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--nimbus-turquoise,#52b7b7);background:#52b7b71a;border-radius:4px;padding:.25rem .5rem;font-size:.625rem}.IntentEntryModal-module__5wj-6q__footer{border-top:1px solid #ffffff0d;justify-content:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.IntentEntryModal-module__5wj-6q__skipButton,.IntentEntryModal-module__5wj-6q__skipAlwaysButton{color:var(--nimbus-muted,#6b6b80);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .75rem;font-size:.8125rem;transition:all .2s}.IntentEntryModal-module__5wj-6q__skipButton:hover,.IntentEntryModal-module__5wj-6q__skipAlwaysButton:hover{color:var(--nimbus-text-soft,#c0c0d0);background:#ffffff0a}.IntentEntryModal-module__5wj-6q__skipAlwaysButton{opacity:.7}.IntentEntryModal-module__5wj-6q__skipAlwaysButton:hover{opacity:1}@keyframes IntentEntryModal-module__5wj-6q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes IntentEntryModal-module__5wj-6q__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.IntentEntryModal-module__5wj-6q__overlay,.IntentEntryModal-module__5wj-6q__modal{animation:none}.IntentEntryModal-module__5wj-6q__intentionButton:hover{transform:none}}@media (max-width:480px){.IntentEntryModal-module__5wj-6q__modal{width:95%;padding:1.5rem}.IntentEntryModal-module__5wj-6q__intentionButton{min-height:44px;padding:.75rem}.IntentEntryModal-module__5wj-6q__title{font-size:1.25rem}.IntentEntryModal-module__5wj-6q__footer{flex-direction:column;gap:.5rem}.IntentEntryModal-module__5wj-6q__skipButton,.IntentEntryModal-module__5wj-6q__skipAlwaysButton{min-height:44px}}
.LoginModal-module__NnISHq__backdrop{z-index:var(--z-page-modal,10000);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0f19d9;justify-content:center;align-items:center;animation:.2s ease-out LoginModal-module__NnISHq__fadeIn;display:flex;position:fixed;inset:0}.LoginModal-module__NnISHq__modal{text-align:center;background:linear-gradient(#192337f2 0%,#141c2dfa 100%);border:1px solid #648ca026;border-radius:16px;width:90%;max-width:320px;padding:2rem;animation:.25s ease-out LoginModal-module__NnISHq__slideUp;position:relative;box-shadow:0 20px 60px #0006,0 0 40px #4fb4b414}.LoginModal-module__NnISHq__modal:focus{outline:none}.LoginModal-module__NnISHq__icon{opacity:.7;margin-bottom:.75rem;font-size:2.5rem}.LoginModal-module__NnISHq__title{color:#b4c8d2e6;letter-spacing:.02em;margin:0 0 .5rem;font-size:1.25rem;font-weight:500}.LoginModal-module__NnISHq__message{color:#8ca0afb3;margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.LoginModal-module__NnISHq__actions{flex-direction:column;gap:.75rem;display:flex}.LoginModal-module__NnISHq__loginBtn{color:#8cdcdcf2;cursor:pointer;background:linear-gradient(135deg,#4fb4b440 0%,#4f8cb433 100%);border:1px solid #4fb4b44d;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.LoginModal-module__NnISHq__loginBtn:hover{background:linear-gradient(135deg,#4fb4b459 0%,#4f8cb44d 100%);border-color:#4fb4b473;transform:translateY(-1px)}.LoginModal-module__NnISHq__loginBtn:active{transform:translateY(0)}.LoginModal-module__NnISHq__cancelBtn{color:#788ca080;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.8rem;transition:color .2s}.LoginModal-module__NnISHq__cancelBtn:hover{color:#8ca0b4b3}@keyframes LoginModal-module__NnISHq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoginModal-module__NnISHq__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.LoginModal-module__NnISHq__modal{width:95%;padding:1.5rem}.LoginModal-module__NnISHq__loginBtn,.LoginModal-module__NnISHq__cancelBtn{min-height:44px}}@media (prefers-reduced-motion:reduce){.LoginModal-module__NnISHq__backdrop,.LoginModal-module__NnISHq__modal{animation:none}.LoginModal-module__NnISHq__loginBtn{transition:none}}
.CloudBubble-module__64UOLq__bubble{border-radius:var(--nn-radius-cloud,50% 45% 55% 50%/50% 60% 40% 50%);-webkit-backdrop-filter:blur(10px);opacity:0;max-width:85%;animation:CloudBubble-module__64UOLq__cloudEnter .6s var(--nn-ease-out,ease-out)forwards,CloudBubble-module__64UOLq__cloudIdleDrift 14s ease-in-out .6s infinite;will-change:opacity,transform;padding:.85rem 1.2rem;position:relative;transform:translateY(8px)}@keyframes CloudBubble-module__64UOLq__cloudEnter{to{opacity:1;transform:translateY(0)}}@keyframes CloudBubble-module__64UOLq__cloudIdleDrift{0%,to{transform:translateY(0)translate(0)}33%{transform:translateY(-2px)translate(1px)}66%{transform:translateY(-1px)translate(-1px)}}.CloudBubble-module__64UOLq__bubbleFounder{background:var(--nn-cloud-founder,linear-gradient(135deg,#5078c873 0%,#8c64c861 100%));animation:CloudBubble-module__64UOLq__cloudEnter .6s var(--nn-ease-out)forwards,CloudBubble-module__64UOLq__founderPulse 8s ease-in-out 1s infinite;border:1px solid #8264dc33;box-shadow:0 0 25px #8264dc40,0 0 45px #5064b41f,0 4px 16px #0003,inset 0 1px #ffffff14}@keyframes CloudBubble-module__64UOLq__founderPulse{0%,to{box-shadow:0 0 20px #8264dc33,0 0 40px #5064b41a,inset 0 1px #ffffff0d}50%{box-shadow:0 0 25px #8264dc4d,0 0 50px #5064b426,inset 0 1px #ffffff14}}.CloudBubble-module__64UOLq__bubbleMember{background:var(--nn-cloud-member,linear-gradient(135deg,#3c5a8261 0%,#50648c52 100%));border:1px solid #6482aa26;box-shadow:0 4px 16px #00000038,0 0 25px #5078b40f,inset 0 1px #ffffff0d}.CloudBubble-module__64UOLq__bubbleSystem{background:var(--nn-cloud-system,linear-gradient(135deg,#5064822e 0%,#64789624 100%));border:1px solid #64789614;max-width:70%;box-shadow:0 2px 10px #0000001f}.CloudBubble-module__64UOLq__bubbleSystem .CloudBubble-module__64UOLq__text{color:#a0b4c880;font-style:italic}.CloudBubble-module__64UOLq__header{align-items:baseline;gap:.5rem;margin-bottom:.35rem;display:flex}.CloudBubble-module__64UOLq__author{color:var(--nn-muted,#8ca0b499);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:500;transition:color .2s}.CloudBubble-module__64UOLq__author:hover{color:var(--nn-turq,#4fd8c0)}.CloudBubble-module__64UOLq__authorFounder{color:var(--nn-violet,#9a7cf5);font-weight:600}.CloudBubble-module__64UOLq__authorFounder:hover{color:#b99cff}.CloudBubble-module__64UOLq__timestamp{color:#788ca04d;font-size:.6rem}.CloudBubble-module__64UOLq__text{color:var(--nn-ink,#e0e8f0);word-wrap:break-word;margin:0;font-size:.875rem;line-height:1.5}.CloudBubble-module__64UOLq__dissolving{animation:CloudBubble-module__64UOLq__cloudDissolve 3s var(--nn-ease)forwards}@keyframes CloudBubble-module__64UOLq__cloudDissolve{0%{opacity:1;filter:blur();transform:translateY(0)}to{opacity:0;filter:blur(4px);transform:translateY(-4px)}}.CloudBubble-module__64UOLq__aura{border-radius:inherit;pointer-events:none;z-index:-1;background:radial-gradient(#8264dc26 0%,#0000 70%);animation:6s ease-in-out infinite CloudBubble-module__64UOLq__auraPulse;position:absolute;inset:-8px}@keyframes CloudBubble-module__64UOLq__auraPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.CloudBubble-module__64UOLq__replyContext{border-bottom:1px solid #64789626;margin-bottom:.5rem;padding-bottom:.5rem}.CloudBubble-module__64UOLq__replyToggle{cursor:pointer;color:#78a0b499;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.7rem;transition:color .2s;display:flex}.CloudBubble-module__64UOLq__replyToggle:hover{color:#8cb4c8e6}.CloudBubble-module__64UOLq__replyIcon{opacity:.7;font-size:.75rem}.CloudBubble-module__64UOLq__replyAuthor{color:#4fb4b4b3;font-weight:500}.CloudBubble-module__64UOLq__replyChevron{opacity:.5;margin-left:.25rem;font-size:.6rem}.CloudBubble-module__64UOLq__replyContent{color:#a0afbeb3;background:#1e283766;border-radius:6px;max-height:80px;margin-top:.35rem;padding:.4rem .6rem;font-size:.75rem;font-style:italic;overflow-y:auto}.CloudBubble-module__64UOLq__replyContent p{margin:0}.CloudBubble-module__64UOLq__replyButton{color:#7896aa80;cursor:pointer;opacity:0;background:#3c506426;border:1px solid #6478961a;border-radius:4px;align-items:center;gap:.25rem;margin-top:.5rem;padding:.2rem .5rem;font-size:.65rem;transition:all .2s;display:inline-flex}.CloudBubble-module__64UOLq__bubble:hover .CloudBubble-module__64UOLq__replyButton{opacity:1}.CloudBubble-module__64UOLq__replyButton:hover{color:#4fc8c8e6;background:#4fb4b426;border-color:#4fb4b440}@media (max-width:640px){.CloudBubble-module__64UOLq__bubble{max-width:92%;padding:.7rem 1rem}.CloudBubble-module__64UOLq__text{font-size:.8rem}}@media (prefers-reduced-motion:reduce){.CloudBubble-module__64UOLq__bubble{opacity:1;animation:none;transform:none}.CloudBubble-module__64UOLq__bubbleFounder{animation:none}.CloudBubble-module__64UOLq__aura{opacity:.7;animation:none}.CloudBubble-module__64UOLq__dissolving{opacity:0;animation:none}}
.ArtifactHalo-module__5qbSwa__haloWrapper{isolation:isolate;display:block;position:relative}.ArtifactHalo-module__5qbSwa__haloWrapper.ArtifactHalo-module__5qbSwa__mounted{animation:.6s ease-out forwards ArtifactHalo-module__5qbSwa__haloFadeIn}@keyframes ArtifactHalo-module__5qbSwa__haloFadeIn{0%{opacity:.7}to{opacity:1}}.ArtifactHalo-module__5qbSwa__haloGlow{inset:calc(var(--halo-glow-size,12px)*-1);z-index:-1;pointer-events:none;background:radial-gradient(ellipse at center,rgba(79,200,200,calc(var(--halo-opacity,.3)*.6))0%,rgba(100,160,220,calc(var(--halo-opacity,.3)*.4))40%,rgba(150,180,220,calc(var(--halo-opacity,.3)*.2))70%,transparent 100%);filter:blur(var(--halo-glow-size,12px));animation:4s ease-in-out infinite ArtifactHalo-module__5qbSwa__haloBreathe;animation-delay:calc(var(--halo-intensity,.5)*-2s);border-radius:16px;position:absolute}@keyframes ArtifactHalo-module__5qbSwa__haloBreathe{0%,to{opacity:calc(var(--halo-opacity,.3)*.8);transform:scale(1)}50%{opacity:var(--halo-opacity,.3);transform:scale(var(--halo-scale,1.01))}}.ArtifactHalo-module__5qbSwa__haloContent{z-index:1;position:relative}.ArtifactHalo-module__5qbSwa__haloWrapper:after{content:"";z-index:0;pointer-events:none;box-shadow:inset 0 0 8px rgba(79,200,200,calc(var(--halo-opacity,.3)*.3)),0 0 4px rgba(79,200,200,calc(var(--halo-opacity,.3)*.2));opacity:var(--halo-intensity,.5);border-radius:14px;transition:opacity .3s;position:absolute;inset:-1px}.ArtifactHalo-module__5qbSwa__haloWrapper:hover .ArtifactHalo-module__5qbSwa__haloGlow{opacity:calc(var(--halo-opacity,.3)*1.1);animation-play-state:paused}@media (prefers-reduced-motion:reduce){.ArtifactHalo-module__5qbSwa__haloGlow{opacity:var(--halo-opacity,.3);animation:none}}@media (prefers-color-scheme:dark){.ArtifactHalo-module__5qbSwa__haloGlow{background:radial-gradient(ellipse at center,rgba(79,220,220,calc(var(--halo-opacity,.3)*.5))0%,rgba(100,180,240,calc(var(--halo-opacity,.3)*.35))40%,rgba(130,160,200,calc(var(--halo-opacity,.3)*.15))70%,transparent 100%)}}
.HoldButton-module__KV3mtq__holdButton{color:#ffffffb3;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:9999px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:400;transition:all .3s;display:inline-flex}.HoldButton-module__KV3mtq__holdButton:hover{color:#ffffffe6;background:#ffffff1a;border-color:#fff3}.HoldButton-module__KV3mtq__holdButton:disabled{opacity:.5;cursor:not-allowed}.HoldButton-module__KV3mtq__holdButton.HoldButton-module__KV3mtq__held{color:#fffffff2;background:#ffffff1a;border-color:#ffffff40}.HoldButton-module__KV3mtq__holdButton.HoldButton-module__KV3mtq__held:hover{background:#ffffff14;border-color:#fff3}.HoldButton-module__KV3mtq__icon{opacity:.8;width:1rem;height:1rem;transition:transform .2s}.HoldButton-module__KV3mtq__holdButton:hover .HoldButton-module__KV3mtq__icon{transform:scale(1.1)}.HoldButton-module__KV3mtq__successMessage{color:#fff9;background:#ffffff0a;border-radius:.5rem;align-items:center;gap:.375rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.8125rem;animation:.3s forwards HoldButton-module__KV3mtq__fadeInUp;display:flex}@keyframes HoldButton-module__KV3mtq__fadeInUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.HoldButton-module__KV3mtq__holdWrapper{flex-direction:column;align-items:flex-start;display:flex}
.MascotBackground-module__ohTU8q__mascotBg{z-index:1;pointer-events:none;opacity:.03;filter:blur(1px)grayscale(.3);animation:40s ease-in-out infinite MascotBackground-module__ohTU8q__mascotBgDrift;position:fixed;bottom:-5%;right:-5%}.MascotBackground-module__ohTU8q__mascotImage{object-fit:contain;width:clamp(150px,20vw,250px);height:auto}@keyframes MascotBackground-module__ohTU8q__mascotBgDrift{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-8px,-5px)rotate(.5deg)}50%{transform:translate(-3px,5px)rotate(-.5deg)}75%{transform:translate(5px,-3px)rotate(.3deg)}}@media (prefers-reduced-motion:reduce){.MascotBackground-module__ohTU8q__mascotBg{animation:none}}@media (max-width:640px){.MascotBackground-module__ohTU8q__mascotBg{opacity:.02;bottom:-10%;right:-10%}.MascotBackground-module__ohTU8q__mascotImage{width:120px}}
.UniverseChrome-module__ny-j2G__universeChrome{pointer-events:none;z-index:0;position:fixed;inset:0}.UniverseChrome-module__ny-j2G__logoWrap{z-index:50;pointer-events:auto;position:fixed;top:18px;left:18px}.UniverseChrome-module__ny-j2G__logoLink{transition:opacity .3s,transform .3s;display:block}.UniverseChrome-module__ny-j2G__logoLink:hover{opacity:1;transform:scale(1.02)}.UniverseChrome-module__ny-j2G__logoLink:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #4fffd780}.UniverseChrome-module__ny-j2G__logoImage{opacity:.85;filter:drop-shadow(0 2px 8px #0000004d);width:48px;height:auto;transition:opacity .3s}.UniverseChrome-module__ny-j2G__logoLink:hover .UniverseChrome-module__ny-j2G__logoImage{opacity:1}.UniverseChrome-module__ny-j2G__mascotFloatWrap{z-index:50;pointer-events:none;position:fixed;top:14px;right:18px}.UniverseChrome-module__ny-j2G__mascotFloat{opacity:.75;filter:drop-shadow(0 4px 12px #00000040);width:56px;height:auto;transition:transform .3s,opacity .3s;animation:7s ease-in-out infinite UniverseChrome-module__ny-j2G__floatBob}.UniverseChrome-module__ny-j2G__mascotFloat.UniverseChrome-module__ny-j2G__pulsing{animation:7s ease-in-out infinite UniverseChrome-module__ny-j2G__floatBob,2s ease-in-out infinite UniverseChrome-module__ny-j2G__gentlePulse}@keyframes UniverseChrome-module__ny-j2G__floatBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes UniverseChrome-module__ny-j2G__gentlePulse{0%,to{filter:drop-shadow(0 4px 12px #00000040);transform:scale(1)}50%{filter:drop-shadow(0 6px 20px #4fffd726);transform:scale(1.05)}}.UniverseChrome-module__ny-j2G__watermarkWrap{z-index:0;pointer-events:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.2)rotate(-6deg)}.UniverseChrome-module__ny-j2G__watermark{opacity:.045;filter:blur(.5px)saturate(.8);width:400px;max-width:60vw;height:auto}@media (max-width:640px){.UniverseChrome-module__ny-j2G__logoImage{width:36px}.UniverseChrome-module__ny-j2G__mascotFloat{width:42px}.UniverseChrome-module__ny-j2G__watermark{width:280px}}@media (prefers-reduced-motion:reduce){.UniverseChrome-module__ny-j2G__mascotFloat,.UniverseChrome-module__ny-j2G__mascotFloat.UniverseChrome-module__ny-j2G__pulsing{animation:none}}@keyframes UniverseChrome-module__ny-j2G__idlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}
.AlgorithmDashboard-module__eW0d1G__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AlgorithmDashboard-module__eW0d1G__modal{background:#0f0f14;border:1px solid #52b7b733;border-radius:16px;width:100%;max-width:540px;max-height:85vh;position:relative;overflow-y:auto}.AlgorithmDashboard-module__eW0d1G__header{z-index:1;background:#0f0f14;border-bottom:1px solid #ffffff0f;padding:1.5rem;position:sticky;top:0}.AlgorithmDashboard-module__eW0d1G__title{color:#e8e8ed;margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.AlgorithmDashboard-module__eW0d1G__subtitle{color:#888;margin:0;font-size:.85rem}.AlgorithmDashboard-module__eW0d1G__closeX{color:#666;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1rem}.AlgorithmDashboard-module__eW0d1G__closeX:hover{color:#ccc}.AlgorithmDashboard-module__eW0d1G__savingIndicator{color:var(--color-accent-turquoise,#52b7b7);opacity:.7;font-size:.75rem;position:absolute;top:1rem;right:3rem}.AlgorithmDashboard-module__eW0d1G__section{border-bottom:1px solid #ffffff0a;padding:1.25rem 1.5rem}.AlgorithmDashboard-module__eW0d1G__section:last-of-type{border-bottom:none}.AlgorithmDashboard-module__eW0d1G__sectionTitle{color:#e8e8ed;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.AlgorithmDashboard-module__eW0d1G__sectionDesc{color:#666;margin:0 0 .75rem;font-size:.8rem}.AlgorithmDashboard-module__eW0d1G__modeGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.AlgorithmDashboard-module__eW0d1G__modeButton{cursor:pointer;text-align:left;background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem;transition:all .2s;display:flex}.AlgorithmDashboard-module__eW0d1G__modeButton:hover{background:#ffffff0a;border-color:#ffffff1f}.AlgorithmDashboard-module__eW0d1G__modeButton.AlgorithmDashboard-module__eW0d1G__modeActive{background:#52b7b71a;border-color:#52b7b766}.AlgorithmDashboard-module__eW0d1G__modeLabel{color:#e8e8ed;font-size:.85rem;font-weight:500}.AlgorithmDashboard-module__eW0d1G__modeDesc{color:#666;font-size:.7rem}.AlgorithmDashboard-module__eW0d1G__modeActive .AlgorithmDashboard-module__eW0d1G__modeLabel{color:var(--color-accent-turquoise,#52b7b7)}.AlgorithmDashboard-module__eW0d1G__sliders{flex-direction:column;gap:1.25rem;display:flex}.AlgorithmDashboard-module__eW0d1G__sliderGroup{flex-direction:column;gap:.5rem;display:flex}.AlgorithmDashboard-module__eW0d1G__sliderLabels{color:#aaa;justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.AlgorithmDashboard-module__eW0d1G__sliderDesc{color:#555;text-align:center;flex:1;font-size:.65rem}.AlgorithmDashboard-module__eW0d1G__slider{appearance:none;cursor:pointer;background:#ffffff14;border-radius:3px;outline:none;width:100%;height:6px}.AlgorithmDashboard-module__eW0d1G__slider::-webkit-slider-thumb{appearance:none;background:var(--color-accent-turquoise,#52b7b7);cursor:pointer;border-radius:50%;width:16px;height:16px;transition:transform .15s}.AlgorithmDashboard-module__eW0d1G__slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.AlgorithmDashboard-module__eW0d1G__slider::-moz-range-thumb{background:var(--color-accent-turquoise,#52b7b7);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.AlgorithmDashboard-module__eW0d1G__toggles{flex-wrap:wrap;gap:.75rem;display:flex}.AlgorithmDashboard-module__eW0d1G__toggle{cursor:pointer;align-items:center;gap:.5rem;display:flex}.AlgorithmDashboard-module__eW0d1G__toggle input[type=checkbox]{appearance:none;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;width:18px;height:18px;position:relative}.AlgorithmDashboard-module__eW0d1G__toggle input[type=checkbox]:checked{background:var(--color-accent-turquoise,#52b7b7);border-color:var(--color-accent-turquoise,#52b7b7)}.AlgorithmDashboard-module__eW0d1G__toggle input[type=checkbox]:checked:after{content:"✓";color:#000;font-size:12px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AlgorithmDashboard-module__eW0d1G__toggleLabel{color:#ccc;font-size:.85rem}.AlgorithmDashboard-module__eW0d1G__radioGroup{flex-wrap:wrap;gap:1rem;display:flex}.AlgorithmDashboard-module__eW0d1G__radio{cursor:pointer;align-items:center;gap:.5rem;display:flex}.AlgorithmDashboard-module__eW0d1G__radio input[type=radio]{appearance:none;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50%;width:16px;height:16px;position:relative}.AlgorithmDashboard-module__eW0d1G__radio input[type=radio]:checked{border-color:var(--color-accent-turquoise,#52b7b7)}.AlgorithmDashboard-module__eW0d1G__radio input[type=radio]:checked:after{content:"";background:var(--color-accent-turquoise,#52b7b7);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AlgorithmDashboard-module__eW0d1G__radioLabel{color:#ccc;font-size:.85rem}.AlgorithmDashboard-module__eW0d1G__loading,.AlgorithmDashboard-module__eW0d1G__error{text-align:center;color:#888;padding:2rem}.AlgorithmDashboard-module__eW0d1G__closeButton{color:#ccc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;margin-top:1rem;padding:.5rem 1rem}.AlgorithmDashboard-module__eW0d1G__footer{background:#0003;padding:1rem 1.5rem}.AlgorithmDashboard-module__eW0d1G__footerNote{color:#555;text-align:center;margin:0;font-size:.7rem;line-height:1.5}@media (max-width:480px){.AlgorithmDashboard-module__eW0d1G__modal{border-radius:12px 12px 0 0;max-height:90vh;position:fixed;bottom:0;left:0;right:0}.AlgorithmDashboard-module__eW0d1G__modeGrid{grid-template-columns:1fr 1fr}.AlgorithmDashboard-module__eW0d1G__sliderLabels{flex-direction:column;gap:.25rem}.AlgorithmDashboard-module__eW0d1G__sliderDesc{order:-1}}
.Enter-module__rXC-HG__enterRoot{background:radial-gradient(ellipse 100% 60% at 50% 100%,var(--aura-bg-depth-1,#141e32d9)0%,transparent 60%),radial-gradient(ellipse 80% 50% at 70% 20%,var(--aura-bg-depth-2,#23324b59)0%,transparent 50%),linear-gradient(180deg,var(--aura-bg-base,#080c14)0%,var(--aura-bg-surface,#0d1220)50%,var(--aura-bg-base,#080c14)100%);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden auto}.Enter-module__rXC-HG__enterRoot:before{content:"";opacity:var(--aura-noise-opacity,.025);pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.Enter-module__rXC-HG__mist{background:radial-gradient(ellipse 120% 60% at 30% 25%,var(--aura-mist-color-accent,#5a508c14)0%,transparent 55%),radial-gradient(ellipse 100% 55% at 70% 80%,var(--aura-mist-color-base,#4678a00f)0%,transparent 50%);filter:blur(var(--aura-mist-blur-far,60px));pointer-events:none;z-index:1;animation:50s ease-in-out infinite alternate Enter-module__rXC-HG__enterMistDrift;position:fixed;inset:0}@keyframes Enter-module__rXC-HG__enterMistDrift{0%{transform:scale(1)translate(0,0)}to{transform:scale(1.03)translate(2vw,-1vh)}}.Enter-module__rXC-HG__content{z-index:10;width:100%;max-width:24rem;padding:var(--aura-space-8,2rem);opacity:0;animation:Enter-module__rXC-HG__enterEmerge 1s var(--aura-motion-ease-out,cubic-bezier(.16,1,.3,1)).1s forwards;position:relative}@keyframes Enter-module__rXC-HG__enterEmerge{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Enter-module__rXC-HG__header{text-align:center;margin-bottom:var(--aura-space-8,2rem)}.Enter-module__rXC-HG__symbol{margin-bottom:var(--aura-space-4,1rem);opacity:.75;font-size:3rem}.Enter-module__rXC-HG__title{color:var(--aura-ink-primary,#c8dce6f2);margin-bottom:var(--aura-space-2,.5rem);letter-spacing:.02em;font-size:1.75rem;font-weight:500}.Enter-module__rXC-HG__subtitle{color:var(--aura-ink-muted,#8296aa80);max-width:20rem;margin:0 auto;font-size:.9375rem;line-height:1.65}.Enter-module__rXC-HG__authContainer{background:var(--aura-glass-bg,#19233766);border:1px solid var(--aura-glass-border,#648cb426);border-radius:var(--aura-radius-lg,16px);padding:var(--aura-space-6,1.5rem);margin-bottom:var(--aura-space-6,1.5rem);-webkit-backdrop-filter:blur(var(--aura-glass-blur,12px));backdrop-filter:blur(var(--aura-glass-blur,12px));box-shadow:0 4px 24px #00000026,inset 0 1px 0 var(--aura-glass-shine,#ffffff0d)}.Enter-module__rXC-HG__ritualIntro{margin-bottom:var(--aura-space-6,1.5rem);padding-bottom:var(--aura-space-5,1.25rem);border-bottom:1px solid var(--aura-border-color-subtle,#6482a014);text-align:center}.Enter-module__rXC-HG__ritualText{color:var(--aura-ink-secondary,#aabed2bf);margin:0 0 var(--aura-space-3,.75rem)0;font-size:.9375rem;line-height:1.65}.Enter-module__rXC-HG__ritualSubtext{color:var(--aura-ink-muted,#8296aa73);margin:0;font-size:.8125rem;line-height:1.6}.Enter-module__rXC-HG__welcomeState{text-align:center;padding:var(--aura-space-8,2rem)}.Enter-module__rXC-HG__welcomeIcon{margin-bottom:var(--aura-space-4,1rem);opacity:.75;font-size:2.5rem}.Enter-module__rXC-HG__welcomeTitle{color:var(--aura-ink-primary,#c8dce6e6);margin-bottom:var(--aura-space-2,.5rem);font-size:1.25rem;font-weight:500}.Enter-module__rXC-HG__welcomeText{color:var(--aura-ink-muted,#8296aa80);margin-bottom:var(--aura-space-6,1.5rem);font-size:.875rem}.Enter-module__rXC-HG__welcomeHandle{padding:var(--aura-space-1,.375rem)var(--aura-space-3,.75rem);border-radius:var(--aura-radius-sm,6px);color:var(--aura-accent-primary,#4fb8d8);margin-bottom:var(--aura-space-6,1.5rem);background:#4fb8d81a;border:1px solid #4fb8d833;font-size:.8125rem;display:inline-block}.Enter-module__rXC-HG__enterButton{justify-content:center;align-items:center;gap:var(--aura-space-2,.5rem);padding:var(--aura-space-3,.75rem)var(--aura-space-8,2rem);border-radius:var(--aura-radius-sm,8px);color:var(--aura-ink-primary,#c8dce6e6);cursor:pointer;transition:background var(--aura-motion-duration-fast,.2s)ease,border-color var(--aura-motion-duration-fast,.2s)ease;background:#4fb8d81f;border:1px solid #4fb8d840;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.Enter-module__rXC-HG__enterButton:hover{background:#4fb8d82e;border-color:#4fb8d866}.Enter-module__rXC-HG__loadingState{text-align:center;padding:var(--aura-space-12,3rem);color:var(--aura-ink-muted,#8296aa80)}.Enter-module__rXC-HG__loadingIcon{margin-bottom:var(--aura-space-4,1rem);font-size:2rem;animation:2s ease-in-out infinite Enter-module__rXC-HG__pulse}@keyframes Enter-module__rXC-HG__pulse{0%,to{opacity:.4}50%{opacity:.9}}.Enter-module__rXC-HG__philosophy{text-align:center;color:var(--aura-ink-muted,#64788c4d);max-width:18rem;margin:0 auto;font-size:.75rem;line-height:1.65}.Enter-module__rXC-HG__legalLinks{opacity:.4;justify-content:center;gap:.6rem;margin-top:.75rem;font-size:.7rem;display:flex}.Enter-module__rXC-HG__legalLinks a{color:var(--aura-ghost,#888);text-decoration:none}.Enter-module__rXC-HG__legalLinks a:hover{opacity:.7}.Enter-module__rXC-HG__errorState{text-align:center;padding:var(--aura-space-4,1rem);color:#ef6464d9;border-radius:var(--aura-radius-sm,8px);margin-bottom:var(--aura-space-4,1rem);background:#ef64640d;border:1px solid #ef64641f;font-size:.875rem}.Enter-module__rXC-HG__authContainer [data-supabase-auth-ui]{--colors-brand:#4fb8d8;--colors-brandAccent:#64c8e6;--colors-brandButtonText:#0a0f19;--colors-defaultButtonBackground:#28375066;--colors-defaultButtonBackgroundHover:#32466480;--colors-defaultButtonBorder:#648cb433;--colors-defaultButtonText:#b4c8dccc;--colors-dividerBackground:#6482a01a;--colors-inputBackground:#0f141e80;--colors-inputBorder:#648cb426;--colors-inputBorderHover:#648cb440;--colors-inputBorderFocus:#4fb8d880;--colors-inputText:#c8dce6e6;--colors-inputLabelText:#96aabe99;--colors-inputPlaceholder:#8296aa59;--colors-messageText:#aabed2b3;--colors-messageTextDanger:#ef6464d9;--colors-anchorTextColor:#4fb8d8cc;--colors-anchorTextHoverColor:#4fc8e6;--space-spaceSmall:4px;--space-spaceMedium:8px;--space-spaceLarge:16px;--fontSizes-baseBodySize:14px;--fontSizes-baseInputSize:14px;--fontSizes-baseLabelSize:13px;--fontSizes-baseButtonSize:14px;--fonts-bodyFontFamily:inherit;--fonts-buttonFontFamily:inherit;--fonts-inputFontFamily:inherit;--fonts-labelFontFamily:inherit;--borderWidths-buttonBorderWidth:1px;--borderWidths-inputBorderWidth:1px;--radii-borderRadiusButton:8px;--radii-buttonBorderRadius:8px;--radii-inputBorderRadius:8px}.Enter-module__rXC-HG__silentState{text-align:center;padding:var(--aura-space-16,4rem)var(--aura-space-8,2rem)}.Enter-module__rXC-HG__silentIcon{margin-bottom:var(--aura-space-6,1.5rem);opacity:.5;font-size:3rem}.Enter-module__rXC-HG__silentText{color:var(--aura-ink-muted,#8296aa66);margin:0;font-size:1rem}.Enter-module__rXC-HG__quietReduced .Enter-module__rXC-HG__loadingIcon{opacity:.6;animation:none}.Enter-module__rXC-HG__quietReduced .Enter-module__rXC-HG__enterButton:hover{transform:none}.Enter-module__rXC-HG__quietReduced .Enter-module__rXC-HG__mist{animation:none}.Enter-module__rXC-HG__quietReduced .Enter-module__rXC-HG__content{opacity:1;animation:none}.Enter-module__rXC-HG__lockedState{text-align:center;padding:var(--aura-space-8,2rem)0}.Enter-module__rXC-HG__lockedIcon{margin-bottom:var(--aura-space-4,1rem);opacity:.65;font-size:2.5rem}.Enter-module__rXC-HG__lockedTitle{color:var(--aura-ink-primary,#c8dce6e6);margin-bottom:var(--aura-space-2,.5rem);font-size:1.25rem;font-weight:500}.Enter-module__rXC-HG__lockedText{color:var(--aura-ink-muted,#8296aa80);margin-bottom:var(--aura-space-8,2rem);max-width:20rem;margin-left:auto;margin-right:auto;font-size:.9375rem}.Enter-module__rXC-HG__accessOptions{gap:var(--aura-space-4,1rem);text-align:left;flex-direction:column;display:flex}.Enter-module__rXC-HG__accessOption{padding:var(--aura-space-4,1rem);background:var(--aura-glass-bg,#1923374d);border:1px solid var(--aura-border-color-subtle,#6482a01a);border-radius:var(--aura-radius-sm,8px);transition:border-color var(--aura-motion-duration-fast,.2s)ease}.Enter-module__rXC-HG__accessOption:hover{border-color:var(--aura-border-color-default,#648cb433)}.Enter-module__rXC-HG__accessOptionTitle{color:var(--aura-ink-primary,#c8dce6d9);margin:0 0 var(--aura-space-1,.375rem)0;font-size:.9375rem;font-weight:500}.Enter-module__rXC-HG__accessOptionDesc{color:var(--aura-ink-muted,#8296aa73);margin:0 0 var(--aura-space-3,.75rem)0;font-size:.8125rem;line-height:1.55}.Enter-module__rXC-HG__accessOptionLink{color:var(--aura-accent-primary,#4fb8d8cc);transition:color var(--aura-motion-duration-fast,.2s)ease;font-size:.8125rem;font-weight:500;text-decoration:none}.Enter-module__rXC-HG__accessOptionLink:hover{color:var(--aura-accent-primary,#4fc8e6)}.Enter-module__rXC-HG__authTabs{margin-bottom:var(--aura-space-5,1.25rem);background:var(--aura-bg-depth-0,#0a0f1966);border-radius:var(--aura-radius-sm,8px);gap:.25rem;padding:.25rem;display:flex}.Enter-module__rXC-HG__authTab{padding:var(--aura-space-2,.5rem)var(--aura-space-3,.75rem);border-radius:var(--aura-radius-xs,6px);color:var(--aura-ink-muted,#8296aa80);cursor:pointer;transition:all var(--aura-motion-duration-fast,.2s)ease;background:0 0;border:none;flex:1;font-size:.8125rem;font-weight:500}.Enter-module__rXC-HG__authTab:hover:not(.Enter-module__rXC-HG__authTabActive){color:var(--aura-ink-secondary,#a0b4c8b3)}.Enter-module__rXC-HG__authTabActive{background:var(--aura-glass-bg,#2837504d);color:var(--aura-ink-primary,#c8dce6e6)}.Enter-module__rXC-HG__authForm{gap:var(--aura-space-4,1rem);flex-direction:column;display:flex}.Enter-module__rXC-HG__authField{flex-direction:column;gap:.375rem;display:flex}.Enter-module__rXC-HG__authLabel{color:var(--aura-ink-muted,#96aabe99);font-size:.8125rem;font-weight:500}.Enter-module__rXC-HG__authLabelHint{color:var(--aura-ink-ghost,#8296aa59);font-size:.75rem;font-weight:400}.Enter-module__rXC-HG__authInput{padding:var(--aura-space-3,.75rem);background:var(--aura-bg-depth-0,#0f141e80);border:1px solid var(--aura-border-color-subtle,#648cb41a);border-radius:var(--aura-radius-xs,6px);color:var(--aura-ink-primary,#c8dce6e6);transition:border-color var(--aura-motion-duration-fast,.2s)ease;font-size:1rem}.Enter-module__rXC-HG__authInput::placeholder{color:var(--aura-ink-ghost,#8296aa4d)}.Enter-module__rXC-HG__authInput:focus{border-color:var(--aura-accent-primary,#4fb8d880);outline:none}.Enter-module__rXC-HG__authFieldHint{color:var(--aura-ink-ghost,#8296aa59);margin:.25rem 0 0;font-size:.75rem;line-height:1.4}.Enter-module__rXC-HG__authFieldError{color:#ef6464bf;margin:.25rem 0 0;font-size:.75rem;line-height:1.4}.Enter-module__rXC-HG__handleInputWrapper{background:var(--aura-bg-depth-0,#0f141e80);border:1px solid var(--aura-border-color-subtle,#648cb41a);border-radius:var(--aura-radius-xs,6px);transition:border-color var(--aura-motion-duration-fast,.2s)ease;align-items:center;display:flex}.Enter-module__rXC-HG__handleInputWrapper:focus-within{border-color:var(--aura-accent-primary,#4fb8d880)}.Enter-module__rXC-HG__handlePrefix{padding-left:var(--aura-space-3,.75rem);color:var(--aura-ink-ghost,#8296aa80);-webkit-user-select:none;user-select:none;font-size:.9375rem}.Enter-module__rXC-HG__handleInput{background:0 0!important;border:none!important;padding-left:.25rem!important}.Enter-module__rXC-HG__handleInput:focus{border:none!important}.Enter-module__rXC-HG__authError{padding:var(--aura-space-3,.75rem);border-radius:var(--aura-radius-xs,6px);color:#ef6464d9;text-align:center;background:#ef64640d;border:1px solid #ef646426;font-size:.8125rem}.Enter-module__rXC-HG__authSuccess{padding:var(--aura-space-3,.75rem);border-radius:var(--aura-radius-xs,6px);color:#22c55ed9;text-align:center;background:#22c55e0d;border:1px solid #22c55e26;font-size:.8125rem}.Enter-module__rXC-HG__authCheckboxRow{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.55rem;padding:.5rem .25rem .25rem;display:flex}.Enter-module__rXC-HG__authCheckbox{accent-color:#4fb8d8d9;cursor:pointer;flex:none;width:1rem;height:1rem;margin-top:.15rem}.Enter-module__rXC-HG__authCheckboxLabel{color:#c8dce6b3;font-size:.78rem;line-height:1.45}.Enter-module__rXC-HG__authInlineLink{color:#4fb8d8e6;text-underline-offset:2px;text-decoration:underline}.Enter-module__rXC-HG__authInlineLink:hover{color:#8cd2e6}.Enter-module__rXC-HG__authSubmit{padding:var(--aura-space-3,.75rem)var(--aura-space-6,1.5rem);border-radius:var(--aura-radius-xs,6px);color:var(--aura-ink-primary,#c8dce6e6);cursor:pointer;transition:all var(--aura-motion-duration-fast,.2s)ease;margin-top:var(--aura-space-2,.5rem);background:#4fb8d826;border:1px solid #4fb8d84d;font-size:.9375rem;font-weight:500}.Enter-module__rXC-HG__authSubmit:hover:not(:disabled){background:#4fb8d840;border-color:#4fb8d866}.Enter-module__rXC-HG__authSubmit:disabled{opacity:.5;cursor:not-allowed}.Enter-module__rXC-HG__oauthSection{margin-top:var(--aura-space-4,1rem)}.Enter-module__rXC-HG__oauthDivider{align-items:center;gap:var(--aura-space-3,.75rem);margin-bottom:var(--aura-space-4,1rem);display:flex}.Enter-module__rXC-HG__oauthDivider:before,.Enter-module__rXC-HG__oauthDivider:after{content:"";background:#ffffff14;flex:1;height:1px}.Enter-module__rXC-HG__oauthDividerText{color:#ffffff59;text-transform:lowercase;letter-spacing:.05em;font-size:.75rem}.Enter-module__rXC-HG__oauthButton{justify-content:center;align-items:center;gap:var(--aura-space-2,.5rem);width:100%;padding:var(--aura-space-3,.75rem)var(--aura-space-4,1rem);border-radius:var(--aura-radius-xs,6px);color:var(--aura-ink-primary,#c8dce6e6);cursor:pointer;transition:all var(--aura-motion-duration-fast,.2s)ease;background:#ffffff0f;border:1px solid #ffffff1f;min-height:44px;font-size:.875rem;font-weight:500;display:flex}@media (hover:hover){.Enter-module__rXC-HG__oauthButton:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}}.Enter-module__rXC-HG__oauthButton:disabled{opacity:.5;cursor:not-allowed}.Enter-module__rXC-HG__forgotLink{color:#4fb8d8b3;cursor:pointer;margin-top:var(--aura-space-1,.25rem);transition:color var(--aura-motion-duration-fast,.2s)ease;background:0 0;border:none;padding:0;font-size:.8125rem;display:inline-block}.Enter-module__rXC-HG__forgotLink:hover{color:#4fb8d8}.Enter-module__rXC-HG__retryButton{background:var(--aura-glass-bg,#28375033);border:1px solid var(--aura-border-color-subtle,#648cb41a);border-radius:var(--aura-radius-xs,6px);color:var(--aura-ink-secondary,#aabed2b3);cursor:pointer;transition:all var(--aura-motion-duration-fast,.2s)ease;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;display:inline-flex}.Enter-module__rXC-HG__retryButton:hover{background:var(--aura-glass-bg-hover,#3246644d);color:var(--aura-ink-primary,#c8dce6e6)}@media (max-width:640px){.Enter-module__rXC-HG__content{padding:1.5rem 1rem}.Enter-module__rXC-HG__enterRoot:before{display:none}.Enter-module__rXC-HG__authSubmit{min-height:44px}}@media (max-width:480px){.Enter-module__rXC-HG__title{font-size:1.5rem}.Enter-module__rXC-HG__content{padding:1.25rem .75rem}}
.StarBirthTransition-module__sP9S3G__container{z-index:9999;opacity:0;background:radial-gradient(#0a0818 0%,#030308 100%);transition:opacity .5s ease-out;position:fixed;inset:0}.StarBirthTransition-module__sP9S3G__canvas{width:100%;height:100%;position:absolute;inset:0}.StarBirthTransition-module__sP9S3G__message{pointer-events:none;opacity:0;justify-content:center;align-items:center;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;transform:translateY(20px)}.StarBirthTransition-module__sP9S3G__messageVisible{opacity:1;transform:translateY(0)}.StarBirthTransition-module__sP9S3G__messageText{font-family:var(--font-serif,"Playfair Display",Georgia,serif);letter-spacing:.04em;color:#ffffffe6;text-align:center;text-shadow:0 0 20px #a78bfa80,0 0 40px #a78bfa4d,0 0 60px #8b5cf633;max-width:80%;margin:0;padding:0 1rem;font-size:clamp(1.125rem,3vw,1.75rem);font-style:italic;font-weight:400;animation:2s ease-in-out infinite alternate StarBirthTransition-module__sP9S3G__textGlow}@keyframes StarBirthTransition-module__sP9S3G__textGlow{0%{text-shadow:0 0 20px #a78bfa80,0 0 40px #a78bfa4d,0 0 60px #8b5cf633}to{text-shadow:0 0 25px #a78bfa99,0 0 50px #a78bfa66,0 0 80px #8b5cf64d}}.StarBirthTransition-module__sP9S3G__skipButton{font-family:var(--font-sans,system-ui,sans-serif);letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;cursor:pointer;opacity:.6;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:background .2s,border-color .2s,color .2s;position:absolute;bottom:2rem;right:2rem}.StarBirthTransition-module__sP9S3G__skipButton:hover{color:#fffc;opacity:1;background:#ffffff1a;border-color:#ffffff40}.StarBirthTransition-module__sP9S3G__skipButton:focus-visible{outline-offset:2px;opacity:1;outline:2px solid #a78bfa99}@media (max-width:480px){.StarBirthTransition-module__sP9S3G__skipButton{padding:.4rem .75rem;font-size:.7rem;bottom:1.5rem;right:1.5rem}.StarBirthTransition-module__sP9S3G__messageText{padding:0 1.5rem}}@media (prefers-reduced-motion:reduce){.StarBirthTransition-module__sP9S3G__container{transition:none}.StarBirthTransition-module__sP9S3G__message{transition:opacity .3s;transform:none}.StarBirthTransition-module__sP9S3G__messageText{text-shadow:0 0 20px #a78bfa80,0 0 40px #a78bfa4d;animation:none}}
.WitnessViewer-module__aECKAG__witnessViewer{flex-direction:column;gap:.5rem;display:flex}.WitnessViewer-module__aECKAG__toggle{border-radius:var(--nn-radius-sm);color:var(--nn-quiet);cursor:pointer;transition:color .2s var(--nn-ease);background:0 0;border:none;align-items:center;gap:.4em;padding:.25em .5em;font-family:inherit;font-size:.75rem;display:inline-flex}.WitnessViewer-module__aECKAG__toggle:hover{color:var(--nn-muted)}.WitnessViewer-module__aECKAG__icon{opacity:.7;font-size:.85em}.WitnessViewer-module__aECKAG__toggleLabel{letter-spacing:.02em}.WitnessViewer-module__aECKAG__panel{background:var(--nn-cloudC);border-radius:var(--nn-radius-md);animation:WitnessViewer-module__aECKAG__fadeIn .2s var(--nn-ease-out);padding:.75rem 1rem}.WitnessViewer-module__aECKAG__empty{color:var(--nn-quiet);font-size:.8rem;font-style:italic}.WitnessViewer-module__aECKAG__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.WitnessViewer-module__aECKAG__item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding:.35rem 0;display:flex}.WitnessViewer-module__aECKAG__item:last-child{border-bottom:none}.WitnessViewer-module__aECKAG__name{color:var(--nn-ink);font-size:.85rem;font-weight:500}.WitnessViewer-module__aECKAG__date{color:var(--nn-quiet);font-size:.75rem}.WitnessViewer-module__aECKAG__handleTag{font-size:.85rem}@keyframes WitnessViewer-module__aECKAG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
