.app-nav{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(35,31,24,.1);background:rgba(255,255,255,.88);padding:1rem;backdrop-filter:blur(14px)}.app-nav__top{justify-content:space-between;margin-bottom:.75rem}.app-nav__actions,.app-nav__brand-area,.app-nav__top{display:flex;align-items:center;gap:.5rem}.app-nav__brand-area{min-width:0;flex:1}.app-nav__actions{flex-shrink:0;justify-content:flex-end}.app-nav__icon-button,.app-nav__language-button{display:flex;height:2.5rem;align-items:center;justify-content:center;border:1px solid rgba(35,31,24,.1);border-radius:999px;background:rgba(255,255,255,.72);color:rgba(5,5,5,.65);box-shadow:0 4px 12px rgba(29,36,55,.08);transition:transform .16s ease,background-color .16s ease,color .16s ease}.app-nav__icon-button{width:2.5rem;flex-shrink:0}.app-nav__language-button{width:3rem;gap:.25rem}.app-nav__icon-button:hover,.app-nav__language-button:hover{transform:translateY(-2px);background:#fff}.app-nav__icon-button:active,.app-nav__language-button:active{transform:scale(.95)}.app-nav__brand-link{display:flex;min-width:0;align-items:center;gap:.5rem;border-radius:1rem;padding:.375rem .5rem .375rem 0}.app-nav__brand-link:focus{outline:2px solid rgba(37,99,235,.3);outline-offset:2px}.app-nav__logo{width:2.25rem;height:2.25rem;border-radius:.75rem}.app-nav__logo,.app-nav__wordmark{-o-object-fit:contain;object-fit:contain}.app-nav__wordmark{width:auto;max-width:6.25rem;height:2rem}.app-nav__flag{width:1.5rem;height:1.5rem;border-radius:999px}.account-panel-popover{position:fixed;top:7.25rem;right:0;left:0;z-index:50;display:flex;justify-content:center;padding:0 1rem}.account-panel-popover__panel{width:100%;max-width:24rem;max-height:min(42rem,calc(100dvh - 9rem));overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(35,31,24,.1);border-radius:1.75rem;background:rgba(255,255,255,.95);padding:1rem;box-shadow:0 24px 60px rgba(0,0,0,.18);backdrop-filter:blur(14px)}.app-tab-list{display:flex;position:relative;gap:0;border:0;border-radius:1.75rem;background:rgba(10,13,17,.64);padding:.34rem;box-shadow:0 14px 32px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(24px) saturate(1.55);-webkit-backdrop-filter:blur(24px) saturate(1.55)}.app-tab-indicator{position:absolute;top:.34rem;bottom:.34rem;left:calc(.34rem + (var(--active-tab-index, 0) * ((100% - .68rem) / var(--tab-count, 3))));display:block;width:calc((100% - .68rem) / var(--tab-count, 3));border-radius:1.38rem;background:#3f4449;box-shadow:none;opacity:.92;transition:left .32s cubic-bezier(.18,.9,.22,1),opacity .22s ease,transform .22s ease,background-color .22s ease}.app-tab{position:relative;display:flex;min-width:0;flex:1;min-height:2.75rem;flex-direction:column;align-items:center;justify-content:center;gap:0;border:0;border-radius:1.38rem;padding:.46rem .4rem;text-align:center;transition:transform .18s cubic-bezier(.2,.8,.2,1),border-color .18s ease,background-color .18s ease,color .18s ease,opacity .2s ease,box-shadow .18s ease;will-change:transform}.app-tab:hover{transform:translateY(-2px)}.app-tab:active{transform:scale(.98)}.app-tab--active{background:transparent;color:#fff;opacity:1;box-shadow:none}.app-tab--active:hover{box-shadow:none}.app-tab--idle{color:rgba(255,255,255,.9);opacity:.68}.app-tab--idle,.app-tab--idle:hover{background:transparent;box-shadow:none}.app-tab--idle:hover{color:#fff;opacity:.92}.app-tab__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.app-tab__icon-wrap{position:relative;display:inline-flex;width:1.55rem;height:1.55rem;align-items:center;justify-content:center;flex:0 0 auto;transform:scale(.94);transition:opacity .22s ease,transform .26s cubic-bezier(.18,.9,.22,1),filter .22s ease}.app-tab--active .app-tab__icon-wrap{opacity:1;transform:scale(1);filter:drop-shadow(0 0 10px rgba(255,255,255,.16))}.app-tab--idle .app-tab__icon-wrap{opacity:.78;transform:scale(.9)}.app-tab__badge{position:absolute;top:-.34rem;right:-.46rem;display:flex;min-width:1.08rem;height:1.08rem;align-items:center;justify-content:center;border-radius:999px;border:2px solid rgba(7,10,14,.96);background:linear-gradient(180deg,#ff2447,#f10f35);color:#fff;padding:0 .22rem;font-size:.56rem;font-weight:850;line-height:1;letter-spacing:0;box-shadow:0 6px 14px rgba(255,47,70,.35),inset 0 1px 0 rgba(255,255,255,.28)}.app-tab__badge--active{border-color:rgba(255,255,255,.92)}.app-tab__badge--active,.app-tab__badge--idle{background:#ff2f46;color:#fff}.nav-svg-icon{width:1.52rem;height:1.52rem;fill:none;stroke:currentColor;stroke-width:2.35}.nav-chevron-icon{width:.75rem;height:.75rem;fill:none;stroke:currentColor;color:rgba(5,5,5,.45)}.nav-close-icon{width:1rem;height:1rem;fill:none;stroke:currentColor}.settings-icon--nav{width:1.25rem;height:1.25rem;-o-object-fit:contain;object-fit:contain}.app-floating-prompt{position:fixed;top:7.5rem;right:0;left:0;z-index:50;display:flex;justify-content:center;padding:0 1rem}.app-floating-prompt__card{width:100%;max-width:24rem;border:1px solid rgba(255,255,255,.7);border-radius:1.5rem;background:rgba(255,255,255,.95);padding:1rem;box-shadow:0 22px 60px rgba(0,0,0,.2);backdrop-filter:blur(14px)}.app-floating-prompt__body{display:flex;align-items:flex-start;gap:.75rem}.app-floating-prompt__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center}.app-floating-prompt__icon--solid{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--ink);color:#fff}.app-floating-prompt__icon--logo{width:2.75rem;height:2.75rem;border-radius:1rem;background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}.app-floating-prompt__logo{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.app-floating-prompt__content{min-width:0}.app-floating-prompt__title{color:var(--ink);font-size:1rem;font-weight:700}.app-floating-prompt__copy{margin-top:.25rem;color:rgba(5,5,5,.6);font-size:.875rem;line-height:1.25rem}.app-floating-prompt__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:1rem}.app-floating-prompt__primary,.app-floating-prompt__secondary{border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700}.app-floating-prompt__primary{background:var(--ink);color:#fff}.app-floating-prompt__secondary{border:1px solid rgba(35,31,24,.1);color:rgba(5,5,5,.6)}.app-floating-prompt__primary:disabled,.app-floating-prompt__secondary:disabled{opacity:.65}.install-guide-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;background:rgba(0,0,0,.35);padding:8.5rem 1rem 1.25rem;backdrop-filter:blur(4px)}.install-guide-dialog{display:flex;width:100%;max-width:32rem;max-height:calc(100dvh - 10rem);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:1.75rem;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.24)}.install-guide-header{position:sticky;top:0;z-index:10;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(35,31,24,.1);background:rgba(255,255,255,.95);padding:1.25rem;backdrop-filter:blur(14px)}.install-guide-eyebrow{color:rgba(5,5,5,.45);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase}.install-guide-title{margin-top:.5rem;font-size:1.5rem;font-weight:700;letter-spacing:0}.install-guide-close{display:flex;width:2.5rem;height:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border:1px solid rgba(35,31,24,.1);border-radius:999px;background:#fff;color:rgba(5,5,5,.55);transition:background-color .16s ease}.install-guide-close:hover{background:rgba(5,5,5,.03)}.install-guide-content{min-height:0;overflow-y:auto;padding:1rem 1.25rem 1.25rem}.install-guide-description{color:rgba(5,5,5,.6);font-size:.875rem;line-height:1.5rem}.install-guide-list{display:grid;gap:.75rem;margin-top:1.25rem}.install-guide-block{border:1px solid rgba(35,31,24,.1);border-radius:1.25rem;background:rgba(5,5,5,.025);padding:1rem}.install-guide-block__title{color:var(--ink);font-size:.875rem;font-weight:700}.install-guide-steps{display:grid;gap:.5rem;margin-top:.75rem}.install-guide-step{display:grid;grid-template-columns:1.65rem minmax(0,1fr);gap:.5rem;color:rgba(5,5,5,.6);font-size:.875rem;line-height:1.5rem}.install-guide-icon,.install-guide-step__number{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(29,36,55,.08)}.install-guide-step__number{width:1.5rem;height:1.5rem;color:var(--ink);font-size:.75rem;font-weight:700}.install-guide-step__text{display:inline-flex;min-width:0;align-items:center;gap:.375rem}.install-guide-icon{width:1.75rem;height:1.75rem;flex-shrink:0;border:1px solid rgba(35,31,24,.1)}.install-guide-icon--menu{color:rgba(5,5,5,.65)}.install-guide-icon__image,.install-guide-icon__svg{width:1.25rem;height:1.25rem;-o-object-fit:contain;object-fit:contain}.install-guide-icon__svg{fill:currentColor}@media (min-width:640px){.app-nav__wordmark{max-width:11rem;height:2.25rem}.account-panel-popover,.app-floating-prompt{top:8.5rem}.install-guide-overlay{padding-top:9.5rem}.install-guide-dialog{max-height:calc(100dvh - 11rem)}}html[data-theme=dark] .account-panel-popover__panel,html[data-theme=dark] .app-floating-prompt__card,html[data-theme=dark] .app-nav,html[data-theme=dark] .install-guide-dialog,html[data-theme=dark] .install-guide-header{border-color:var(--border-soft);background:var(--surface-strong)}html[data-theme=dark] .app-floating-prompt__card{border-color:rgba(148,163,184,.28);background:rgba(21,26,34,.98)}html[data-theme=dark] .app-floating-prompt__title{color:#f8fafc}html[data-theme=dark] .app-floating-prompt__icon--solid{background:#f8fafc;color:#0f172a}html[data-theme=dark] .app-nav__icon-button,html[data-theme=dark] .app-nav__language-button{border-color:var(--border-soft);background:rgba(226,232,240,.08);color:var(--text-soft);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 12px 30px rgba(0,0,0,.22)}html[data-theme=dark] .app-tab-list{border-color:transparent;background:rgba(10,13,17,.64);box-shadow:0 14px 32px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.14)}html[data-theme=dark] .app-nav__icon-button:hover,html[data-theme=dark] .app-nav__language-button:hover{background:rgba(226,232,240,.14);color:#f4f7fb}html[data-theme=dark] .nav-chevron-icon{color:rgba(244,247,251,.72)}html[data-theme=dark] .app-tab--active{border-color:transparent;background:transparent;color:#f4f7fb;box-shadow:none}html[data-theme=dark] .app-tab--idle{border-color:transparent;background:transparent;color:rgba(255,255,255,.9);box-shadow:none}html[data-theme=dark] .app-tab--idle:hover{background:transparent;color:#f4f7fb}html[data-theme=dark] .app-floating-prompt__icon--logo,html[data-theme=dark] .install-guide-close,html[data-theme=dark] .install-guide-icon,html[data-theme=dark] .install-guide-step__number{border-color:var(--border-soft);background:rgba(255,255,255,.08)}html[data-theme=dark] .app-floating-prompt__copy,html[data-theme=dark] .install-guide-close,html[data-theme=dark] .install-guide-description,html[data-theme=dark] .install-guide-icon--menu,html[data-theme=dark] .install-guide-step{color:var(--text-soft)}html[data-theme=dark] .app-floating-prompt__copy{color:rgba(226,232,240,.82)}html[data-theme=dark] .app-floating-prompt__secondary{border-color:transparent;color:rgba(248,250,252,.78)}html[data-theme=dark] .app-floating-prompt__primary{background:#f8fafc;color:#0f172a}html[data-theme=dark] .app-floating-prompt__primary:disabled,html[data-theme=dark] .app-floating-prompt__secondary:disabled{opacity:.82}html[data-theme=dark] .install-guide-eyebrow{color:var(--text-muted)}html[data-theme=dark] .install-guide-block{border-color:var(--border-soft);background:var(--surface-soft)}.profile-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile-page-eyebrow{min-width:0;margin-bottom:0}.profile-page-eyebrow__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-eyebrow-dot{width:.5rem;height:.5rem;border-radius:999px;background:var(--blue)}.profile-display-pill{display:flex;min-width:0;max-width:min(17rem,58vw);align-items:center;gap:.5rem;margin-left:auto;border:1px solid rgba(35,31,24,.1);border-radius:999px;padding:.625rem 1rem}.profile-display-pill__label{flex-shrink:0;color:rgba(5,5,5,.45);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap}.profile-display-pill__name{min-width:0;overflow:hidden;font-size:.875rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-selected-card,.profile-state-card{margin-top:0;overflow:hidden}.profile-selected-card{scroll-margin-top:1rem}.profile-lab-pages{display:flex;width:100%;height:calc(100dvh - 8.35rem - env(safe-area-inset-bottom));max-height:44rem;min-height:0;overflow:hidden}.profile-lab-page{position:relative;width:100%;height:100%;min-width:0;overflow:hidden}.profile-lab-arrow{display:none}.profile-lab-page:before{display:block;margin:0 0 .55rem .25rem;color:rgba(5,5,5,.72);font-size:.72rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.profile-lab-page--experiment:before{content:none}.profile-state-card{padding:1.5rem}.profile-message{margin-top:1rem;color:rgba(5,5,5,.6);font-size:.875rem}.profile-media{width:100%;height:16rem}.profile-media--image{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:contain}.profile-media__overlay{height:100%;flex-direction:column;background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.15),rgba(0,0,0,.2));color:#fff;padding:1.25rem}.profile-media__bottom,.profile-media__overlay,.profile-media__top{display:flex;justify-content:space-between}.profile-media__top{align-items:flex-start}.profile-media__bottom{align-items:flex-end;gap:.75rem}.profile-status-dot{display:block;width:.75rem;height:.75rem;flex-shrink:0;border-radius:999px}.profile-media-owner-row{display:flex;min-width:0;align-items:center;gap:.55rem}.profile-media-owner-name{width:-moz-fit-content;width:fit-content;max-width:min(15rem,58vw);overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(0,0,0,.35);color:#fff;padding:.5rem 1rem;font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 10px 28px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.profile-status-dot--active{background:#34d399;box-shadow:0 0 18px rgba(52,211,153,.85)}.profile-status-dot--idle{background:rgba(255,255,255,.55);box-shadow:0 0 14px rgba(255,255,255,.45)}.profile-media-average{border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(0,0,0,.45);color:#fff;padding:.5rem .75rem;text-align:center;box-shadow:0 10px 28px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.profile-media-average__label{color:rgba(255,255,255,.65);font-size:.55rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.profile-media-average__value{margin-top:.25rem;font-size:1.25rem;font-weight:700}.profile-media-caption{max-width:16rem;border-radius:1rem;background:rgba(0,0,0,.4);color:rgba(255,255,255,.85);padding:.5rem .75rem;font-size:.875rem;line-height:1.5rem;box-shadow:0 10px 28px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.profile-media-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-left:auto}.profile-feedback-button,.profile-form-button,.profile-photo-button{border-radius:999px;font-size:.875rem;font-weight:700;transition:transform .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease}.profile-photo-button--danger{border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.2);color:#fff;padding:.75rem 1rem;backdrop-filter:blur(14px)}.profile-photo-button--experiment{min-height:2.75rem;background:#fff;color:var(--ink);padding:.75rem .875rem;text-align:center;font-size:.75rem;line-height:1.15;white-space:nowrap}.profile-form-button:hover:not(:disabled),.profile-photo-button:hover:not(:disabled){transform:scale(1.02)}.profile-form-button:disabled,.profile-photo-button:disabled{cursor:wait;opacity:.7}.profile-selected-body{border-top:1px solid rgba(35,31,24,.1);padding:1rem}.profile-rating-chart{overflow:hidden;border:1px solid rgba(35,31,24,.1);border-radius:1.35rem;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(243,247,255,.72));padding:1rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.profile-chart-header,.profile-feedback-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-kicker,.profile-subkicker{color:rgba(5,5,5,.45);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}.profile-chart-score{display:flex;align-items:baseline;gap:.5rem;margin-top:.5rem}.profile-chart-score__value{font-size:1.875rem;font-weight:700;letter-spacing:0}.profile-chart-score__label,.profile-open-slot__title,.profile-rating-total__label,.profile-slot-meta,.profile-upload-note{color:rgba(5,5,5,.4);font-size:.62rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.profile-chart-score__label{letter-spacing:.12em}.profile-rating-total{border:1px solid rgba(35,31,24,.1);border-radius:999px;background:rgba(255,255,255,.8);padding:.5rem 1rem;text-align:center;box-shadow:0 1px 2px rgba(29,36,55,.08)}.profile-rating-total__value{font-size:1.125rem;font-weight:700}.profile-feedback-list,.profile-rating-column-chart{display:grid;margin-top:1.25rem}.profile-result-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:0}.profile-result-card{display:grid;min-height:4.15rem;place-items:center;border:1px solid rgba(35,31,24,.08);border-radius:.95rem;background:rgba(255,255,255,.84);padding:.55rem;text-align:center;box-shadow:0 10px 24px rgba(29,36,55,.08)}.profile-result-card--button{cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.profile-result-card--button:hover,.profile-result-card--button[aria-expanded=true]{border-color:rgba(37,99,235,.38);background:linear-gradient(145deg,rgba(37,99,235,.16),rgba(255,255,255,.88));box-shadow:0 12px 28px rgba(37,99,235,.14),inset 0 1px 0 rgba(255,255,255,.72);transform:translateY(-1px)}.profile-result-card--button[aria-expanded=true]{border-color:rgba(37,99,235,.68);box-shadow:0 0 0 2px rgba(37,99,235,.16),0 14px 32px rgba(37,99,235,.18),inset 0 1px 0 rgba(255,255,255,.78)}.profile-result-card__value{color:var(--ink);font-size:1.35rem;font-weight:850;line-height:1}.profile-result-card__label{margin-top:.25rem;color:rgba(5,5,5,.38);font-size:.62rem;font-weight:750;line-height:1.05;text-transform:lowercase}.profile-rating-column-chart{position:relative;min-height:13rem;border:1px solid rgba(35,31,24,.1);border-radius:1.25rem;background:rgba(255,255,255,.72);padding:1rem .875rem .75rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.profile-rating-bars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-width:0;height:11rem;align-items:stretch;justify-content:center;gap:clamp(.2rem,1.4vw,.75rem);padding-top:1.5rem}.profile-rating-bar-column{display:grid;min-width:0;grid-template-rows:minmax(0,1fr) 2rem;justify-items:center;gap:.35rem}.profile-rating-bar-count,.profile-rating-bar-score{color:rgba(5,5,5,.5);font-size:clamp(.58rem,2.25vw,.75rem);font-weight:800;line-height:.95rem;text-align:center;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.profile-rating-bar-count{position:absolute;top:-1.45rem;left:50%;color:var(--ink);transform:translateX(-50%)}.profile-rating-bar-track{position:relative;width:100%;min-width:1.25rem}.profile-rating-bar-track:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:rgba(5,5,5,.18);content:""}.profile-rating-bar-fill{position:absolute;right:8%;bottom:1px;left:8%;min-height:.6rem;border-radius:.65rem .65rem 0 0;background:linear-gradient(180deg,#38bdf8,#2563eb);box-shadow:0 0 16px rgba(37,99,235,.28);transition:height .3s ease-out}.profile-empty-rating-chart{position:relative;display:grid;min-height:11rem;place-items:center}.profile-empty-rating-chart--overlay{position:absolute;inset:1rem .875rem .75rem;min-height:0;pointer-events:none}.profile-empty-rating-chart__line{position:absolute;right:.25rem;left:.25rem;height:1px;background:rgba(5,5,5,.18)}.profile-empty-rating-chart__message{position:relative;border-radius:999px;background:rgba(255,255,255,.9);color:rgba(5,5,5,.5);padding:.5rem .85rem;font-size:.875rem;font-weight:800;box-shadow:0 6px 18px rgba(29,36,55,.08)}.profile-empty-rating,.profile-feedback-empty,.profile-feedback-error,.profile-report-message{border:1px solid rgba(35,31,24,.1);border-radius:1rem;background:#fff;padding:1rem;color:rgba(5,5,5,.6);font-size:.875rem}.profile-empty-rating,.profile-feedback-empty{border-style:dashed;color:rgba(5,5,5,.45)}.profile-feedback-section{margin-top:1.25rem;border-top:1px solid rgba(35,31,24,.1);padding-top:1rem}.profile-feedback-section:not(.profile-feedback-section--open){display:none}.profile-feedback-list{gap:.75rem;padding-right:.25rem}.profile-feedback-list--scroll{max-height:13rem;overflow-y:auto;overscroll-behavior:contain}.profile-feedback-loading{display:grid;gap:.75rem;margin-top:1rem}.profile-feedback-loading__item{border-radius:1rem;background:#fff;padding:1rem;animation:experiment-loading-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.profile-feedback-loading__line{width:6rem;height:1rem;border-radius:999px;background:rgba(5,5,5,.1)}.profile-feedback-loading__body{height:2.5rem;margin-top:.75rem;border-radius:1rem;background:rgba(5,5,5,.1)}.profile-feedback-empty__title{color:rgba(5,5,5,.4);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.profile-feedback-empty__copy{margin-top:.5rem;color:rgba(5,5,5,.55);font-size:.875rem;line-height:1.5rem}.profile-feedback-card{position:relative;min-width:0;border:1px solid rgba(35,31,24,.1);border-radius:1.35rem;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,243,235,.82));padding:1rem;box-shadow:0 16px 44px rgba(15,23,42,.08);transition:opacity .16s ease}.profile-feedback-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile-feedback-card__identity{display:flex;align-items:center;gap:.6rem;min-width:0;flex:1}.profile-feedback-card__avatar{flex-shrink:0;width:2.1rem;height:2.1rem;border-radius:999px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;text-transform:uppercase}.profile-feedback-card__meta{display:flex;flex-direction:column;min-width:0;gap:.1rem}.profile-feedback-card__name{font-size:.875rem;font-weight:700;line-height:1.25}.profile-feedback-card__rater{display:flex;min-width:0;max-width:100%;flex-wrap:wrap;align-items:baseline;gap:.375rem;font-size:.875rem;font-weight:700}.profile-feedback-card__time{color:rgba(5,5,5,.45);font-size:.7rem;font-weight:500;line-height:1.25}.profile-feedback-card__actions{display:flex;flex-shrink:0;align-items:center;gap:.45rem}.profile-feedback-card__score{display:inline-flex;align-items:baseline;gap:.1rem;font-size:.8rem;font-weight:700;color:#0e7490;background:rgba(14,116,144,.1);border-radius:999px;padding:.2rem .55rem;white-space:nowrap}.profile-feedback-card__score-denom{font-weight:500;opacity:.65;font-size:.7rem}.profile-feedback-button{border:1px solid rgba(35,31,24,.1);background:rgba(255,255,255,.85);color:rgba(5,5,5,.55);box-shadow:0 1px 2px rgba(29,36,55,.08)}.profile-feedback-button--text{padding:.375rem .75rem;font-size:.75rem}.profile-feedback-button--icon{width:1.85rem;height:1.85rem;font-size:1.05rem;font-weight:700;line-height:1}.profile-feedback-button:hover{background:rgba(5,5,5,.03);color:#000}.profile-feedback-button--icon:hover{background:#fffbeb}.profile-feedback-body{display:grid;min-width:0;gap:.5rem;margin-top:.75rem}.profile-feedback-comment{min-width:0;transition:filter .16s ease}.profile-feedback-comment__text{min-width:0;max-width:100%;overflow-wrap:anywhere;color:rgba(5,5,5,.65);font-size:.875rem;line-height:1.5rem}.profile-report-panel{margin-top:.75rem;border:1px solid rgba(35,31,24,.1);border-radius:1rem;background:rgba(5,5,5,.03);padding:1rem}.profile-report-panel__title{color:rgba(5,5,5,.4);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.profile-report-panel__fields{display:grid;gap:.75rem;margin-top:.75rem}.profile-report-field{display:block}.profile-report-field__label{font-size:.875rem;font-weight:600}.profile-report-input{width:100%;margin-top:.5rem;border:1px solid rgba(35,31,24,.1);border-radius:1rem;background:#fff;color:var(--ink);padding:.75rem 1rem;font-size:.875rem;outline:none}.profile-report-actions{display:flex;justify-content:flex-end;gap:.5rem}.profile-feedback-menu{position:relative}.profile-feedback-menu__dots{font-size:1rem;letter-spacing:.05em;line-height:1}.profile-feedback-menu__backdrop{position:fixed;inset:0;z-index:40}.profile-feedback-menu__dropdown{position:absolute;top:calc(100% + .35rem);right:0;z-index:50;min-width:7rem;border:1px solid rgba(35,31,24,.1);border-radius:.85rem;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.14);overflow:hidden}.profile-feedback-menu__item{display:block;width:100%;padding:.7rem 1rem;text-align:left;font-size:.875rem;font-weight:600;background:none;border:0;cursor:pointer}.profile-feedback-menu__item--danger{color:#dc2626}.profile-feedback-menu__item:hover{background:rgba(5,5,5,.04)}.profile-report-modal{position:fixed;inset:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;padding:0;background:rgba(0,0,0,.42)}.profile-report-modal__backdrop{position:absolute;inset:0;cursor:pointer}.profile-report-modal__panel{position:relative;width:100%;max-width:32rem;max-height:calc(100dvh - 2rem);overflow-y:auto;border-radius:1.5rem 1.5rem 0 0;background:#fff;padding:1.25rem 1.25rem 2rem;box-shadow:0 -8px 40px rgba(15,23,42,.18)}.profile-report-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.profile-report-modal__title{font-size:1.05rem;font-weight:700}.profile-report-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(35,31,24,.1);background:rgba(5,5,5,.04);font-size:1.25rem;font-weight:400;color:rgba(5,5,5,.55);line-height:1;cursor:pointer;flex-shrink:0}.profile-report-modal__close:hover{background:rgba(5,5,5,.08)}.profile-slots-section{margin-top:2rem}.profile-slots-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.profile-slots-heading{min-width:0;flex:1}.profile-slots-title{font-size:1.25rem;font-weight:700;letter-spacing:0}.profile-slots-actions{display:flex;align-items:center;gap:.75rem}.profile-slots-count{color:rgba(5,5,5,.5);font-size:.875rem;white-space:nowrap}.profile-create-panels{overflow:hidden;margin-bottom:1.5rem}.profile-create-panels__track{display:flex;width:200%;transition:transform .36s cubic-bezier(.4,0,.2,1)}.profile-create-panels__track[data-step=confirm]{transform:translateX(-50%)}.profile-create-panel{width:50%;flex-shrink:0}.profile-create-form{overflow:hidden;margin-bottom:0;padding:1.25rem}.profile-experiment-confirm{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem 1.25rem 1.25rem;text-align:center}.profile-experiment-confirm__photo{width:5rem;height:5rem;border-radius:1rem;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.profile-experiment-confirm__title{margin-top:.25rem;font-size:1.1rem;font-weight:700;letter-spacing:0;line-height:1.3}.profile-experiment-confirm__note{color:rgba(5,5,5,.5);font-size:.8rem;line-height:1.5;margin-top:-.2rem}.profile-experiment-confirm__actions{display:flex;gap:.65rem;margin-top:.5rem}.profile-create-form__title{color:rgba(5,5,5,.45);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase}.profile-create-form__grid{display:grid;gap:1rem;margin-top:1rem}.profile-field-label{font-size:.875rem;font-weight:600}.profile-upload-shell{margin-top:.5rem;border:1px dashed rgba(35,31,24,.15);border-radius:1.35rem;background:rgba(255,255,255,.7);padding:.75rem;transition:border-color .16s ease,background-color .16s ease}.profile-upload-shell:hover{border-color:rgba(37,99,235,.4);background:rgba(37,99,235,.03)}.profile-upload-label{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;border-radius:1rem;background:var(--paper);padding:1rem;cursor:pointer}.profile-upload-main{display:flex;min-width:0;flex:1;align-items:center;gap:.75rem}.profile-upload-preview{width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:.65rem;-o-object-fit:cover;object-fit:cover}.profile-upload-add{display:flex;width:2.75rem;height:2.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:var(--ink);color:#fff;font-size:1.125rem;font-weight:700}.profile-upload-text{min-width:0;flex:1;overflow:hidden}.profile-upload-name{display:block;width:100%;overflow:hidden;color:var(--ink);font-size:.875rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-upload-type{display:block;margin-top:.25rem;color:rgba(5,5,5,.4);font-size:.75rem;letter-spacing:.16em;text-transform:uppercase}.profile-upload-browse{flex-shrink:0;border:1px solid rgba(35,31,24,.1);border-radius:999px;background:#fff;color:rgba(5,5,5,.55);padding:.5rem .75rem;font-size:.75rem;font-weight:700}.profile-upload-note{margin-top:.5rem;letter-spacing:.18em}.profile-purpose-card{display:grid;gap:.75rem;scroll-margin-top:5rem;border:1px solid rgba(35,31,24,.1);border-radius:1.35rem;background:rgba(255,255,255,.72);padding:.75rem;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.profile-purpose-description{display:block;margin-top:.25rem;color:rgba(5,5,5,.45);font-size:.75rem;line-height:1.25rem}.profile-select-shell{position:relative;margin-top:.75rem}.profile-select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(35,31,24,.1);border-radius:1rem;background:var(--paper);color:var(--ink);padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;font-weight:600;outline:none;transition:border-color .16s ease,background-color .16s ease}.profile-select:focus{border-color:rgba(37,99,235,.45);background:#fff}.profile-select-icon{pointer-events:none;position:absolute;top:50%;right:1rem;color:rgba(5,5,5,.35);transform:translateY(-50%)}.profile-create-status{border-radius:1rem;background:rgba(37,99,235,.1);color:var(--blue);padding:.75rem 1rem;font-size:.875rem;font-weight:700}.profile-create-error{color:#dc2626;font-size:.875rem}.profile-form-actions{display:flex;justify-content:flex-end;gap:.75rem}.profile-form-button--primary{border:0;background:var(--ink);color:#fff;padding:.75rem 1rem}.profile-form-button--secondary{border:1px solid rgba(35,31,24,.1);padding:.75rem 1rem}.profile-slots-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.profile-slot-card{overflow:hidden;text-align:left;transition:transform .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.profile-slot-card:hover{transform:translateY(-.25rem)}.profile-slot-card--active{border-color:rgba(37,99,235,.7)!important;box-shadow:0 0 0 2px rgba(37,99,235,.18),0 24px 58px rgba(37,99,235,.2)}.profile-slot-photo{position:relative;width:100%;height:9rem}.profile-slot-photo--image{background-position:50%;background-repeat:no-repeat;background-size:cover}.profile-slot-average{position:absolute;top:.75rem;right:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(0,0,0,.45);color:#fff;padding:.375rem .75rem;text-align:center;box-shadow:0 10px 28px rgba(0,0,0,.22);backdrop-filter:blur(14px)}.profile-slot-average__label{color:rgba(255,255,255,.65);font-size:.56rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.profile-slot-average__value{font-size:.875rem;font-weight:700}.profile-slot-body{padding:1rem}.profile-slot-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile-slot-label{color:rgba(5,5,5,.45);font-size:.875rem;font-weight:600}.profile-live-pill{position:absolute;top:.6rem;left:.6rem;border-radius:999px;background:var(--blue);color:#fff;padding:.25rem .5rem;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}.profile-slot-caption{margin-top:.75rem;color:rgba(5,5,5,.55);font-size:.875rem;line-height:1.5rem}.profile-slot-meta{display:flex;align-items:center;gap:.5rem;margin-top:1rem;color:rgba(5,5,5,.45);font-size:.75rem;letter-spacing:.18em}.profile-open-slot{display:flex;min-height:15rem;align-items:center;justify-content:center;border:1px dashed rgba(35,31,24,.12);border-radius:1.75rem;background:rgba(5,5,5,.03);padding:1.5rem;color:inherit;cursor:pointer;text-align:center;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.profile-open-slot:hover{border-color:rgba(37,99,235,.35);background:rgba(37,99,235,.06);transform:translateY(-1px)}.profile-open-slot:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:3px}.profile-open-slot__copy{margin-top:.75rem;color:rgba(5,5,5,.55);font-size:.875rem}.profile-lab-pages .profile-selected-card,.profile-lab-pages .profile-slots-section{height:100%;margin-top:0;overflow:hidden}.profile-lab-pages .profile-selected-card,.profile-lab-pages .profile-slots-section{display:flex;min-height:0;flex-direction:column}.profile-lab-pages .profile-selected-card{border-radius:1.65rem;background:none;border-color:transparent;box-shadow:none}.profile-lab-pages .profile-media{height:clamp(8.75rem,22dvh,11.25rem);flex-shrink:0;border-radius:1.65rem 1.65rem 0 0}.profile-lab-pages .profile-media--empty-experiment{background-color:rgba(244,247,251,.05);background-position:50%;background-repeat:no-repeat;background-size:min(72%,16rem) auto}.profile-lab-pages .profile-media__overlay{padding:.85rem}.profile-lab-pages .profile-media__overlay--empty{align-items:flex-end;justify-content:flex-end;background:radial-gradient(circle at 50% 44%,rgba(244,247,251,.08),transparent 46%),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.08))}.profile-lab-pages .profile-selected-card--empty{background:rgba(244,247,251,.04)}.profile-lab-pages .profile-selected-body--empty{display:grid;place-items:center}.profile-empty-lab-message{display:flex;max-width:17rem;align-items:center;justify-content:center;gap:.7rem;color:rgba(244,247,251,.58);font-size:.82rem;font-weight:750;line-height:1.3rem;text-align:center}.profile-empty-swipe-button{display:inline-flex;min-width:3.6rem;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border:0;background:transparent;color:#6aa5ff;transition:transform .18s ease}.profile-empty-swipe-button:focus-visible,.profile-empty-swipe-button:hover{transform:translateX(.12rem)}.profile-empty-swipe-arrow{position:relative;display:inline-flex;width:3.25rem;height:1.15rem;flex-shrink:0;align-items:center;justify-content:flex-end;color:#6aa5ff;filter:drop-shadow(0 0 12px rgba(106,165,255,.38));animation:profile-swipe-arrow-slide 1.45s ease-in-out infinite}.profile-empty-swipe-arrow:before{content:"";position:absolute;right:.2rem;width:2.7rem;height:.18rem;border-radius:999px;background:linear-gradient(90deg,transparent,currentColor)}.profile-empty-swipe-arrow span{position:absolute;right:0;width:.72rem;height:.72rem;border-top:.18rem solid;border-right:.18rem solid;opacity:.34;transform:rotate(45deg);animation:profile-swipe-chevron-pulse 1.45s ease-in-out infinite}.profile-empty-swipe-arrow span:first-child{right:1.15rem;animation-delay:0s}.profile-empty-swipe-arrow span:nth-child(2){right:.58rem;animation-delay:.12s}.profile-empty-swipe-arrow span:nth-child(3){right:0;animation-delay:.24s}@keyframes profile-swipe-arrow-slide{0%,to{transform:translateX(0)}50%{transform:translateX(.28rem)}}@keyframes profile-swipe-chevron-pulse{0%,to{opacity:.28}50%{opacity:1}}.profile-photo-button--do-experiment{min-width:9.25rem}.profile-lab-pages .profile-media-average,.profile-lab-pages .profile-media-caption,.profile-lab-pages .profile-media-owner-name{box-shadow:0 12px 28px rgba(0,0,0,.2)}.profile-lab-pages .profile-media-owner-row{min-height:2rem}.profile-lab-pages .profile-media-owner-name{padding:.45rem .7rem;font-size:.78rem}.profile-lab-pages .profile-media-average{min-width:3.25rem;padding:.45rem .62rem}.profile-lab-pages .profile-media-average__value{font-size:1.05rem}.profile-lab-pages .profile-media-caption{max-width:min(12rem,48vw);padding:.45rem .65rem;font-size:.78rem;line-height:1.2rem}.profile-lab-pages .profile-media-actions{flex-wrap:nowrap;gap:.45rem}.profile-lab-pages .profile-photo-button--danger,.profile-lab-pages .profile-photo-button--experiment{min-height:2.45rem;padding:.62rem .8rem;font-size:.75rem}.profile-lab-pages .profile-selected-body{min-height:0;flex:1;padding:.65rem}.profile-lab-pages .profile-rating-chart{display:flex;height:100%;min-height:0;flex-direction:column;border-radius:1.15rem;padding:.7rem}.profile-lab-pages .profile-chart-header{gap:.65rem}.profile-lab-pages .profile-chart-score{margin-top:.25rem}.profile-lab-pages .profile-chart-score__value{font-size:1.45rem}.profile-lab-pages .profile-rating-total{padding:.45rem .8rem}.profile-lab-pages .profile-rating-column-chart{min-height:0;flex:1;margin-top:0;border-radius:0;padding:.5rem 0 .35rem;background:none;border:none;box-shadow:none}.profile-lab-pages .profile-rating-bars{height:100%;min-height:8rem;padding-top:1.25rem}.profile-lab-pages .profile-empty-rating-chart{min-height:100%}.profile-lab-pages .profile-feedback-section{display:flex;min-height:0;overflow:hidden;flex:1;flex-direction:column;margin-top:.75rem;border:1px solid rgba(35,31,24,.1);border-radius:.95rem;padding:.75rem}.profile-lab-pages .profile-feedback-list{min-height:0;flex:1;overflow-x:hidden;overflow-y:auto;gap:.55rem;margin-top:.65rem;padding-right:.15rem}.profile-lab-pages .profile-feedback-list--scroll{max-height:none}.profile-lab-pages .profile-slots-header{align-items:flex-start;margin-bottom:.55rem}.profile-lab-pages .profile-slots-title{color:rgba(244,247,251,.78);font-size:.78rem;font-weight:850;letter-spacing:.11em;line-height:1.1;text-transform:uppercase}.profile-lab-pages .profile-slots-help{max-width:none;margin-top:.35rem;color:rgba(5,5,5,.38);font-size:clamp(.64rem,1.9vw,.78rem);font-weight:650;line-height:1.2rem;white-space:nowrap}.profile-lab-pages .profile-slots-grid{min-height:0;flex:1;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:.45rem;overflow:hidden}.profile-lab-pages .profile-slot-card{position:relative;min-height:0;border-radius:.7rem}.profile-lab-pages .profile-slot-card--active{border-color:rgba(16,185,129,.8)!important;box-shadow:0 0 0 2px rgba(16,185,129,.16),0 16px 34px rgba(16,185,129,.14)}.profile-lab-pages .profile-slot-photo{height:100%;min-height:0;border-radius:inherit}.profile-lab-pages .profile-slot-body{pointer-events:none;position:absolute;right:0;bottom:0;left:0;padding:.35rem .4rem}.profile-lab-pages .profile-slot-row{justify-content:flex-start}.profile-lab-pages .profile-slot-label,.profile-lab-pages .profile-slot-meta{display:none}.profile-lab-pages .profile-slot-caption{display:-webkit-box;overflow:hidden;margin:0;color:rgba(255,255,255,.9);font-size:.6rem;font-weight:800;line-height:1rem;text-shadow:0 1px 6px rgba(0,0,0,.45);-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}.profile-lab-pages .profile-slot-average{top:.3rem;right:.3rem;padding:.18rem .35rem;font-size:.75rem}.profile-lab-pages .profile-slot-average__label{display:none}.profile-lab-pages .profile-live-pill{position:absolute;top:.3rem;left:.3rem;z-index:2;background:#0ac76f;font-size:.52rem;font-weight:900;letter-spacing:0;padding:.18rem .4rem}.profile-lab-pages .profile-open-slot{min-height:0;border-radius:.7rem;padding:.5rem;flex-direction:column;gap:0}.profile-lab-pages .profile-open-slot__title{color:rgba(5,5,5,.32);font-size:1.4rem;letter-spacing:0}.profile-lab-pages .profile-open-slot__title:before{content:"+";color:rgba(5,5,5,.34);font-size:1.4rem;font-weight:300}.profile-lab-pages .profile-open-slot__copy,.profile-lab-pages .profile-open-slot__title{font-size:0}.profile-lab-pages .profile-open-slot__copy:before{content:"add new photo";color:rgba(5,5,5,.34);font-size:.62rem}.profile-lab-pages .profile-slots-used{align-self:flex-end;margin-top:.25rem;color:rgba(5,5,5,.36);font-size:.72rem;font-weight:800}.profile-lab-pages .profile-selected-body--single-lab{display:flex;flex-direction:column;gap:.65rem;border-top:none}.profile-lab-info-row{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.profile-lab-info-thumb{position:relative;width:5rem;height:6.5rem;flex-shrink:0;border-radius:.65rem;background-size:cover;background-position:50%;background-color:rgba(244,247,251,.08);overflow:hidden}.profile-lab-info-thumb .profile-status-dot{position:absolute;top:.35rem;left:.35rem}.profile-lab-info-thumb--album{display:flex;align-items:center;justify-content:center;background-color:rgba(244,247,251,.08);overflow:visible}.profile-lab-album-fan-photo{position:absolute;width:3.4rem;height:4.5rem;border-radius:.5rem;background-size:cover;background-position:50%;background-color:rgba(244,247,251,.12);border:2px solid rgba(255,255,255,.18);box-shadow:0 2px 8px rgba(0,0,0,.25);transform-origin:bottom center}.profile-lab-info-score{flex:0 0 auto;min-width:0}.profile-lab-info-score__num{display:flex;align-items:baseline;gap:.15rem;line-height:1}.profile-lab-info-score__val{font-size:2.2rem;font-weight:850;letter-spacing:-.02em;color:var(--ink)}.profile-lab-info-score__denom{font-size:1rem;font-weight:500;color:rgba(5,5,5,.42)}.profile-lab-info-score__type{display:flex;flex-direction:column;align-items:flex-start;gap:.08rem;margin-top:.3rem;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(5,5,5,.42)}.profile-lab-info-score__sub{display:flex;align-items:center;gap:.3rem}.profile-lab-info-icon{display:inline-flex;align-items:center;justify-content:center;width:.9rem;height:.9rem;flex-shrink:0;border:1.5px solid;border-radius:50%;font-size:.52rem;font-weight:800;background:none;padding:0;cursor:pointer;color:inherit;line-height:1}.profile-accuracy-label--low{color:#ef4444}.profile-accuracy-label--moderate{color:#f97316}.profile-accuracy-label--good{color:#22c55e}.profile-accuracy-label--high{color:#3b82f6}.profile-accuracy-label--very-high{color:#8b5cf6}.profile-accuracy-modal{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.42)}.profile-accuracy-modal__backdrop{position:absolute;inset:0;cursor:pointer}.profile-accuracy-modal__panel{position:relative;width:100%;max-width:32rem;max-height:calc(100dvh - 4rem);overflow-y:auto;border-radius:1.5rem;background:#fff;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 8px 40px rgba(15,23,42,.22)}.profile-accuracy-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.profile-accuracy-modal__title{font-size:1.05rem;font-weight:700;color:var(--ink)}.profile-accuracy-modal__tiers{display:flex;flex-direction:column;gap:1rem}.profile-accuracy-modal__tier-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.profile-accuracy-modal__tier-header .profile-accuracy-label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.profile-accuracy-modal__tier-range{font-size:.72rem;font-weight:600;color:rgba(5,5,5,.4);letter-spacing:.03em}.profile-accuracy-modal__tier-desc{font-size:.82rem;color:rgba(5,5,5,.62);line-height:1.55;margin:0}.profile-lab-info-actions{display:flex;flex-direction:row;gap:.4rem;flex-shrink:0;align-self:stretch}.profile-lab-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;width:3.75rem;min-height:5rem;height:100%;padding:.6rem .4rem;border:none;border-radius:.875rem;font-size:.66rem;font-weight:700;letter-spacing:.01em;white-space:normal;text-align:center;word-break:keep-all;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.profile-lab-btn:disabled{cursor:wait;opacity:.65}.profile-lab-btn:hover:not(:disabled){transform:scale(1.02)}.profile-lab-btn--delete{background:#dc2626;color:#fff}.profile-lab-btn--end{background:#0e7490;color:#fff}.profile-lab-btn--start{background:#16a34a;color:#fff}.profile-lab-chart-area{flex:1;min-height:7rem;max-height:11rem;display:flex;flex-direction:column}.profile-lab-chart-area--album{max-height:35rem}.profile-lab-chart-area>.profile-feedback-section,.profile-lab-chart-area>.profile-rating-column-chart{flex:1;min-height:0;margin-top:0;overflow:hidden}.profile-lab-chart-area .profile-rating-bars{min-height:0;height:100%}.profile-lab-chart-area .profile-rating-bar-fill{background:linear-gradient(180deg,#38bdf8,#2563eb)!important;box-shadow:0 0 16px rgba(37,99,235,.28)!important}html[data-theme=dark] .profile-lab-chart-area .profile-rating-bar-fill{background:linear-gradient(180deg,#7dd3fc,#6aa5ff)!important;box-shadow:0 0 18px rgba(106,165,255,.34)!important}.profile-result-cards--two{grid-template-columns:repeat(2,minmax(0,1fr));flex-shrink:0}.profile-lab-notes-area{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.profile-lab-notes-area .profile-feedback-card{margin:0;border-radius:.85rem}.profile-lab-notes-area .profile-feedback-list,.profile-lab-notes-area .profile-feedback-loading{gap:.5rem}.profile-lab-caption-pill{display:flex;align-items:center;gap:.45rem;flex-shrink:0;padding:.5rem .85rem;border:1.5px solid rgba(5,5,5,.12);border-radius:999px;font-size:.75rem;font-weight:500;color:rgba(5,5,5,.65);background:rgba(5,5,5,.03);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-lab-caption-pill__icon{width:.9rem;height:.9rem;flex-shrink:0;opacity:.6}html[data-theme=dark] .profile-lab-caption-pill{border-color:rgba(244,247,251,.14);color:rgba(244,247,251,.55);background:rgba(244,247,251,.04)}.profile-lab-float-back.profile-lab-arrow{display:inline-flex;position:fixed;left:.25rem;top:46%;transform:translateY(-50%);width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1);border-radius:999px;background:rgba(255,255,255,.82);color:rgba(5,5,5,.72);box-shadow:0 2px 8px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:50}html[data-theme=dark] .profile-lab-float-back.profile-lab-arrow{border-color:rgba(255,255,255,.14);background:rgba(30,30,30,.78);color:rgba(248,250,252,.8);box-shadow:0 2px 8px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2)}.profile-lab-arrow__icon{width:1rem;height:1rem;fill:none;stroke:currentColor}.profile-lab-slots-nav{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;transition:opacity .12s ease}.profile-lab-slots-nav:hover{opacity:.72}.profile-lab-slots-nav__icon{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background:rgba(5,5,5,.07);border:1.5px solid rgba(5,5,5,.12);color:var(--ink)}.profile-lab-slots-nav__label{font-size:.5rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(5,5,5,.42);white-space:nowrap}html[data-theme=dark] .profile-lab-info-score__val{color:#f4f7fb}html[data-theme=dark] .profile-lab-info-score__denom,html[data-theme=dark] .profile-lab-info-score__type{color:var(--text-muted)}html[data-theme=dark] .profile-lab-slots-nav__icon{background:rgba(244,247,251,.1);border-color:rgba(244,247,251,.16)}html[data-theme=dark] .profile-lab-slots-nav__label{color:var(--text-muted)}.profile-upload-new-button{display:inline-flex;min-height:2.65rem;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;align-self:center;border:0;border-radius:999px;background:var(--ink);color:#fff;padding:.68rem 1.2rem;font-size:.86rem;font-weight:850;box-shadow:0 14px 30px rgba(5,5,5,.16);transition:transform .18s ease,box-shadow .18s ease}.profile-upload-new-button:before{content:"\2191";margin-right:.45rem;font-size:.9rem;line-height:1}.profile-upload-new-button:hover{box-shadow:0 18px 36px rgba(5,5,5,.2);transform:translateY(-1px)}.profile-lab-page-indicator{display:flex;flex-shrink:0;justify-content:center;gap:.28rem;margin-top:.55rem;padding-bottom:.25rem;animation:profile-page-cue 3.2s ease-in-out infinite}.profile-lab-page-indicator span{width:.4rem;height:.4rem;border-radius:999px;background:rgba(5,5,5,.15)}.profile-lab-page-indicator .profile-lab-page-indicator__dot--active{width:1.2rem;background:var(--ink)}@media (min-width:641px){.profile-lab-arrow{position:absolute;top:50%;z-index:8;display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1);border-radius:999px;background:rgba(255,255,255,.82);color:rgba(5,5,5,.72);box-shadow:0 2px 8px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateY(-50%);transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.profile-lab-arrow__icon{width:1rem;height:1rem;fill:none;stroke:currentColor}.profile-lab-arrow:hover{background:#fff;color:rgba(5,5,5,.9);box-shadow:0 4px 16px rgba(0,0,0,.14),0 1px 3px rgba(0,0,0,.1);transform:translateY(-50%) scale(1.06)}.profile-lab-arrow:active{transform:translateY(-50%) scale(.95);box-shadow:0 1px 4px rgba(0,0,0,.1)}.profile-lab-arrow:focus-visible{outline:2px solid rgba(106,165,255,.7);outline-offset:3px}.profile-lab-arrow--next{right:.75rem}.profile-lab-arrow--previous{left:.75rem}}@keyframes profile-page-cue{0%,to{transform:translateX(0)}35%{transform:translateX(.08rem)}70%{transform:translateX(-.08rem)}}.profile-lab-swipe-hint{display:none}@media (max-width:640px){.profile-lab-swipe-hint{display:flex;position:absolute;bottom:1.1rem;right:1rem;align-items:center;gap:.22rem;z-index:2;color:rgba(5,5,5,.38);font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;animation:profile-swipe-hint-nudge 2.2s cubic-bezier(.4,0,.6,1) infinite}}@keyframes profile-swipe-hint-nudge{0%,60%,to{transform:translateX(0);opacity:.5}30%{transform:translateX(5px);opacity:1}}.profile-lab-pages .profile-create-panels{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;margin-bottom:0}.profile-lab-pages .profile-create-panels__track{min-height:0;flex:1}.profile-lab-pages .profile-create-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden}.profile-lab-pages .profile-create-form{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;margin-bottom:0;border-radius:1.25rem;padding:.85rem}.profile-lab-pages .profile-experiment-confirm{border-radius:1.25rem;padding:1.25rem .85rem}.profile-lab-pages .profile-create-form__grid{min-height:0;flex:1;gap:.75rem;margin-top:0;overflow:hidden}.profile-lab-pages .profile-upload-shell{margin-top:.35rem;padding:.5rem}.profile-lab-pages .profile-upload-label{padding:.75rem}.profile-lab-pages .profile-purpose-card{gap:.55rem;padding:.65rem}.profile-lab-pages .profile-purpose-description{font-size:.7rem;line-height:1.05rem}.profile-lab-pages .profile-select{padding-top:.65rem;padding-bottom:.65rem;font-size:.78rem}.profile-lab-pages .profile-toggle-row{padding:.65rem .75rem}.profile-lab-pages .profile-form-actions{gap:.5rem;margin-top:auto}.profile-lab-pages .profile-form-button--primary,.profile-lab-pages .profile-form-button--secondary{padding:.7rem .9rem}.profile-lab-pages .profile-slots-back{background:rgba(255,255,255,.72)}.profile-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(35,31,24,.1);border-radius:1rem;background:var(--paper);padding:.75rem 1rem;transition:background-color .16s ease}.profile-toggle-row:hover{background:#fff}.profile-toggle-row__content{min-width:0}.profile-toggle-row__label{display:block;color:var(--ink);font-size:.875rem;font-weight:700}.profile-toggle-row__description{display:block;margin-top:.25rem;color:rgba(5,5,5,.45);font-size:.75rem;line-height:1.25rem}.profile-switch{position:relative;width:3rem;height:1.75rem;flex-shrink:0;border-radius:999px;background:rgba(5,5,5,.15);transition:background-color .16s ease}.profile-switch--checked{background:var(--ink)}.profile-switch__thumb{position:absolute;top:.25rem;left:.25rem;width:1.25rem;height:1.25rem;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(29,36,55,.14);transition:left .16s ease}.profile-switch--checked .profile-switch__thumb{left:1.5rem}.profile-select-chevron{width:1rem;height:1rem;fill:none;stroke:currentColor}html[data-theme=dark] .profile-rating-chart{background:linear-gradient(145deg,rgba(24,31,42,.96),rgba(13,17,23,.9))!important;border-color:rgba(226,232,240,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}html[data-theme=dark] .profile-lab-page:before{color:rgba(244,247,251,.74)}html[data-theme=dark] .profile-result-card{border-color:rgba(226,232,240,.12);background:rgba(244,247,251,.07);box-shadow:none}html[data-theme=dark] .profile-result-card--button:hover,html[data-theme=dark] .profile-result-card--button[aria-expanded=true]{border-color:rgba(106,165,255,.45);background:rgba(37,99,235,.18);box-shadow:0 0 0 2px rgba(106,165,255,.12),0 0 24px rgba(106,165,255,.12)}html[data-theme=dark] .profile-result-card--button[aria-expanded=true]{border-color:rgba(106,165,255,.72);box-shadow:0 0 0 2px rgba(106,165,255,.16),0 0 28px rgba(106,165,255,.18)}html[data-theme=dark] .profile-result-card__value{color:#f4f7fb}html[data-theme=dark] .profile-result-card__label{color:var(--text-muted)}html[data-theme=dark] .profile-feedback-card{background:linear-gradient(145deg,rgba(30,38,50,.96),rgba(20,25,34,.92))!important;border-color:rgba(226,232,240,.14)!important;color:#f4f7fb;box-shadow:0 16px 44px rgba(0,0,0,.24)}html[data-theme=dark] .profile-selected-body{border-color:var(--border-soft)}html[data-theme=dark] .profile-photo-button--experiment{background:var(--blue);color:#0a0d12;box-shadow:0 0 18px rgba(106,165,255,.18)}html[data-theme=dark] .profile-photo-button--experiment:disabled{background:rgba(226,232,240,.1);color:rgba(244,247,251,.58);opacity:1}html[data-theme=dark] .profile-photo-button--danger{border-color:rgba(226,232,240,.22);background:rgba(7,10,15,.64);color:#f4f7fb}html[data-theme=dark] .profile-rating-column-chart,html[data-theme=dark] .profile-rating-total{background:rgba(36,44,58,.76)!important;border-color:rgba(226,232,240,.14)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}html[data-theme=dark] .profile-lab-pages .profile-rating-column-chart{background:none!important;border-color:transparent!important;box-shadow:none}html[data-theme=dark] .profile-lab-pages .profile-selected-card{background:none;border-color:transparent;box-shadow:none}html[data-theme=dark] .profile-empty-rating-chart__line,html[data-theme=dark] .profile-rating-bar-track:after{background:rgba(226,232,240,.26)!important}html[data-theme=dark] .profile-rating-bar-fill{background:linear-gradient(180deg,#7dd3fc,#6aa5ff)!important;box-shadow:0 0 18px rgba(106,165,255,.34)}html[data-theme=dark] .profile-empty-rating-chart__message{background:rgba(18,22,29,.94);color:rgba(244,247,251,.72)}html[data-theme=dark] .profile-empty-rating,html[data-theme=dark] .profile-feedback-empty,html[data-theme=dark] .profile-feedback-error,html[data-theme=dark] .profile-feedback-loading__item,html[data-theme=dark] .profile-report-input,html[data-theme=dark] .profile-report-message,html[data-theme=dark] .profile-select,html[data-theme=dark] .profile-upload-browse,html[data-theme=dark] .profile-upload-label{border-color:var(--border-soft);background:var(--surface)}html[data-theme=dark] .profile-create-form,html[data-theme=dark] .profile-experiment-confirm,html[data-theme=dark] .profile-purpose-card,html[data-theme=dark] .profile-report-panel,html[data-theme=dark] .profile-upload-shell{border-color:var(--border-soft);background:rgba(226,232,240,.07)}html[data-theme=dark] .profile-experiment-confirm__title{color:var(--ink)}html[data-theme=dark] .profile-experiment-confirm__note{color:rgba(226,232,240,.5)}html[data-theme=dark] .profile-select:focus{border-color:rgba(106,165,255,.6);background:var(--surface-strong)}html[data-theme=dark] .profile-switch--checked,html[data-theme=dark] .profile-upload-add{background:var(--blue);color:#0a0d12}html[data-theme=dark] .profile-switch{background:rgba(226,232,240,.18)}html[data-theme=dark] .profile-switch--checked{background:var(--blue)}html[data-theme=dark] .profile-toggle-row:hover{background:var(--surface-strong)}html[data-theme=dark] .profile-chart-score__label,html[data-theme=dark] .profile-create-form__title,html[data-theme=dark] .profile-display-pill__label,html[data-theme=dark] .profile-feedback-empty__title,html[data-theme=dark] .profile-kicker,html[data-theme=dark] .profile-open-slot__title,html[data-theme=dark] .profile-purpose-description,html[data-theme=dark] .profile-rating-bar-score,html[data-theme=dark] .profile-rating-total__label,html[data-theme=dark] .profile-report-panel__title,html[data-theme=dark] .profile-section-title,html[data-theme=dark] .profile-select-icon,html[data-theme=dark] .profile-subkicker,html[data-theme=dark] .profile-upload-note,html[data-theme=dark] .profile-upload-type{color:var(--text-muted)}html[data-theme=dark] .profile-chart-score__value,html[data-theme=dark] .profile-feedback-card__name,html[data-theme=dark] .profile-feedback-card__rater,html[data-theme=dark] .profile-rating-bar-count,html[data-theme=dark] .profile-rating-total__value{color:#f4f7fb}html[data-theme=dark] .profile-feedback-card__avatar{background:#6366f1}html[data-theme=dark] .profile-feedback-card__score{color:#22d3ee;background:rgba(34,211,238,.1)}html[data-theme=dark] .profile-feedback-menu__dropdown{background:#1e2632;border-color:rgba(226,232,240,.12);box-shadow:0 8px 24px rgba(0,0,0,.45)}html[data-theme=dark] .profile-feedback-menu__item--danger{color:#f87171}html[data-theme=dark] .profile-feedback-menu__item:hover{background:rgba(226,232,240,.06)}html[data-theme=dark] .profile-report-modal{background:rgba(0,0,0,.62)}html[data-theme=dark] .profile-report-modal__panel{background:#141920;box-shadow:0 -8px 40px rgba(0,0,0,.55)}html[data-theme=dark] .profile-report-modal__title{color:#f4f7fb}html[data-theme=dark] .profile-report-modal__close{border-color:rgba(226,232,240,.14);background:rgba(226,232,240,.06);color:rgba(244,247,251,.55)}html[data-theme=dark] .profile-accuracy-modal{background:rgba(0,0,0,.62)}html[data-theme=dark] .profile-accuracy-modal__panel{background:#141920;box-shadow:0 8px 40px rgba(0,0,0,.55)}html[data-theme=dark] .profile-accuracy-modal__title{color:#f4f7fb}html[data-theme=dark] .profile-accuracy-modal__tier-range{color:rgba(244,247,251,.38)}html[data-theme=dark] .profile-accuracy-modal__tier-desc{color:rgba(244,247,251,.6)}html[data-theme=dark] .profile-accuracy-label--low{color:#f87171}html[data-theme=dark] .profile-accuracy-label--moderate{color:#fb923c}html[data-theme=dark] .profile-accuracy-label--good{color:#4ade80}html[data-theme=dark] .profile-accuracy-label--high{color:#60a5fa}html[data-theme=dark] .profile-accuracy-label--very-high{color:#a78bfa}html[data-theme=dark] .profile-lab-pages .profile-slot-card{border-color:rgba(226,232,240,.12);background:rgba(244,247,251,.06)}html[data-theme=dark] .profile-lab-pages .profile-slot-card--active{border-color:rgba(52,211,153,.78)!important}html[data-theme=dark] .profile-lab-pages .profile-open-slot{border-color:rgba(226,232,240,.16);background:rgba(244,247,251,.05)}html[data-theme=dark] .profile-lab-pages .profile-open-slot__copy:before,html[data-theme=dark] .profile-lab-pages .profile-open-slot__title:before{color:rgba(244,247,251,.42)}html[data-theme=dark] .profile-lab-pages .profile-slots-help,html[data-theme=dark] .profile-lab-pages .profile-slots-used{color:var(--text-soft)}html[data-theme=dark] .profile-lab-page-indicator span{background:rgba(244,247,251,.18)}html[data-theme=dark] .profile-lab-page-indicator .profile-lab-page-indicator__dot--active{background:#f4f7fb}html[data-theme=dark] .profile-lab-swipe-hint{color:rgba(244,247,251,.32)}html[data-theme=dark] .profile-lab-arrow{border-color:rgba(255,255,255,.14);background:rgba(30,30,30,.78);color:rgba(248,250,252,.8);box-shadow:0 2px 8px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2)}html[data-theme=dark] .profile-lab-arrow:hover{background:rgba(40,40,40,.92);color:#f8fafc;box-shadow:0 4px 16px rgba(0,0,0,.4),0 1px 3px rgba(0,0,0,.24)}html[data-theme=dark] .profile-upload-new-button{background:#f4f7fb;color:#050505;box-shadow:none}html[data-theme=dark] .profile-lab-pages .profile-slots-back{background:rgba(244,247,251,.08);color:#f4f7fb}html[data-theme=dark] .profile-feedback-card__time,html[data-theme=dark] .profile-feedback-comment__text,html[data-theme=dark] .profile-feedback-empty__copy,html[data-theme=dark] .profile-message,html[data-theme=dark] .profile-open-slot__copy,html[data-theme=dark] .profile-slot-caption,html[data-theme=dark] .profile-slot-label,html[data-theme=dark] .profile-slot-meta,html[data-theme=dark] .profile-slots-count,html[data-theme=dark] .profile-toggle-row__description,html[data-theme=dark] .profile-upload-browse{color:var(--text-soft)}html[data-theme=dark] .profile-form-button--primary{background:var(--ink);color:#0a0d12}html[data-theme=dark] .profile-feedback-button,html[data-theme=dark] .profile-form-button--secondary,html[data-theme=dark] .profile-open-slot,html[data-theme=dark] .profile-toggle-row{border-color:var(--border-soft);background:var(--surface)}html[data-theme=dark] .profile-open-slot:hover{border-color:rgba(106,165,255,.42);background:rgba(106,165,255,.12)}html[data-theme=dark] .profile-feedback-button{color:var(--text-soft)}html[data-theme=dark] .profile-feedback-button:hover{background:var(--surface-strong);color:#f4f7fb}@media (min-width:640px){.profile-photo-button--experiment{padding-right:1rem;padding-left:1rem;font-size:.875rem;line-height:1.25}.profile-feedback-body{grid-template-columns:auto minmax(0,1fr);align-items:flex-start}}.snap-slider{position:relative;border-top:1px solid rgba(35,31,24,.1);border-bottom-right-radius:1.35rem;border-bottom-left-radius:1.35rem;background:rgba(255,255,255,.85);padding:0 .5rem .45rem;box-shadow:0 10px 28px rgba(29,36,55,.06);transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease}.rating-slider-panel{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(246,248,251,.78));padding:.35rem .5rem .45rem}.snap-slider__sent{margin-bottom:.75rem;border-radius:1.25rem;background:var(--blue);color:#fff;padding:1rem;font-size:.875rem;font-weight:700;animation:rating-sent-bubble-pop .42s cubic-bezier(.18,1.35,.35,1);transform-origin:center bottom;transition:opacity .2s ease}.snap-slider__score-step{max-height:0;overflow:hidden;opacity:0;transition:max-height .2s ease-in-out,opacity .2s ease-in-out}.snap-slider__score-step--visible{max-height:5.6rem;opacity:1}.snap-slider__score-control{position:relative;height:5.1rem;opacity:1;transform:translateY(0);transition:transform .2s ease-in-out,opacity .2s ease-in-out}.snap-slider__score-control--hidden{pointer-events:none;opacity:0;transform:translateY(-.75rem)}.rating-choice-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.24rem,1vw,.42rem);width:100%;padding:.55rem 0}.rating-choice-button{position:relative;min-width:0;min-height:2.55rem;overflow:hidden;border:1px solid rgba(255,255,255,.44);border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.42),rgba(255,255,255,.14)),rgba(255,255,255,.18);color:rgba(5,5,5,.72);padding:0 .2rem;font-size:clamp(.54rem,1.85vw,.68rem);font-weight:850;letter-spacing:0;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 12px 28px rgba(29,36,55,.12);backdrop-filter:blur(18px) saturate(1.45);-webkit-backdrop-filter:blur(18px) saturate(1.45);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease,transform .22s cubic-bezier(.2,1.35,.32,1)}.rating-choice-button:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.72),transparent 54%);opacity:.26;transform:scale(.92);transition:opacity .22s ease,transform .22s cubic-bezier(.2,1.35,.32,1)}.rating-choice-button:focus-visible,.rating-choice-button:hover{border-color:rgba(255,255,255,.74);color:var(--ink);transform:translateY(-1px) scale(1.015);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 16px 34px rgba(29,36,55,.16)}.rating-choice-button--active:before,.rating-choice-button:focus-visible:before,.rating-choice-button:hover:before{opacity:.5;transform:scale(1)}.rating-choice-button--active{border-color:rgba(255,255,255,.82);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.32)),rgba(255,255,255,.34);color:#050505;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 0 22px rgba(255,255,255,.2),0 18px 36px rgba(29,36,55,.16);animation:rating-choice-pop .26s cubic-bezier(.2,1.35,.32,1)}@keyframes rating-choice-pop{0%{transform:scale(.96)}68%{transform:scale(1.07)}to{transform:scale(1.03)}}.snap-slider__score-bubble{display:none}.snap-slider__score-bubble--visible{opacity:1;transform:translate(-50%)}.rating-track{position:absolute;top:1.9rem;right:.25rem;left:.25rem;height:1.55rem;overflow:hidden;border-radius:999px;background:#e4e8f0;box-shadow:inset 0 1px 2px rgba(29,36,55,.12)}.rating-track-fill{position:relative;height:100%;border-radius:999px;background:linear-gradient(90deg,#94a3b8,#4b5563 48%,#1f2937);box-shadow:0 0 14px rgba(31,41,55,.14);transition:width .15s ease-out}.snap-slider__track-arrows{top:2.25rem;right:.5rem;left:.5rem;align-items:center;color:rgba(255,255,255,.65)}.snap-slider__score-marks,.snap-slider__track-arrows{pointer-events:none;position:absolute;display:flex;justify-content:space-between}.snap-slider__score-marks{top:.95rem;right:.25rem;left:.25rem}.rating-score-mark{color:rgba(5,5,5,.45);min-width:0;text-align:center;font-size:.64rem;font-weight:700;font-variant-numeric:tabular-nums}.snap-slider__range{position:absolute;top:1.1rem;right:0;left:0;z-index:20;width:100%;height:3.25rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;outline:none}.snap-slider__quick-submit{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem;border:1px solid rgba(35,31,24,.1);border-radius:1.15rem;background:#fff;padding:.75rem;box-shadow:0 12px 30px rgba(29,36,55,.08)}.snap-slider__quick-actions{display:flex;flex-shrink:0;align-items:center;gap:.75rem}.rating-kicker{color:rgba(5,5,5,.35);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase}.rating-score-summary{margin-top:.25rem;color:var(--ink);font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums}.rating-selected-summary{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:.15rem 0}.rating-selected-summary__score{color:#f4f7fb;font-size:1.95rem;font-weight:650;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums}.rating-selected-summary__caption,.rating-selected-summary__label{color:rgba(244,247,251,.44);font-size:.72rem;font-weight:650;line-height:1.15rem}.rating-selected-summary__caption{max-width:8.5rem;text-align:right}.rating-control-stack{display:grid;justify-items:center;gap:.25rem}.rating-control-label{color:rgba(5,5,5,.35);font-size:.62rem;letter-spacing:.16em;text-transform:uppercase}.rating-icon-toggle,.rating-score-button,.rating-send-icon-button{display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.rating-icon-toggle{width:2.5rem;height:2.5rem;border:1px solid rgba(35,31,24,.1);color:rgba(5,5,5,.45)}.rating-icon-toggle--active{border-color:#000;background:#000;color:#fff}.rating-score-button{min-width:2.25rem;height:2.25rem;border:1px solid rgba(35,31,24,.1);background:#000;padding:0 .75rem;box-shadow:0 1px 2px rgba(29,36,55,.08)}.rating-score-button,.rating-submit-button{color:#fff;font-size:.875rem;font-weight:700}.rating-submit-button{position:relative;border:0;border-radius:999px;cursor:pointer;background:var(--ink);padding:.75rem 1rem;transition:transform .16s ease,opacity .16s ease}.rating-send-icon-button{position:relative;width:2.25rem;height:2.25rem;border:0;background:var(--ink);color:#fff}.rating-score-button:hover,.rating-send-icon-button:hover,.rating-submit-button:hover{transform:scale(1.03)}.rating-send-icon-button:disabled,.rating-submit-button:disabled{cursor:not-allowed;opacity:.46}.rating-send-icon-button--loading,.rating-submit-button--loading{opacity:.9!important;pointer-events:none;animation:rating-submit-button-pulse .9s ease-in-out infinite}.rating-send-icon-button--loading .rating-icon{opacity:0}.rating-send-icon-button--loading:after{position:absolute;width:1rem;height:1rem}.rating-send-icon-button--loading:after,.rating-submit-button--loading:after{content:"";border:2px solid;border-top:2px solid transparent;border-radius:999px;animation:rating-submit-spinner .72s linear infinite}.rating-submit-button--loading:after{display:inline-block;width:.72rem;height:.72rem;margin-left:.45rem;vertical-align:-.08rem}@keyframes rating-submit-button-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}@keyframes rating-submit-spinner{to{transform:rotate(1turn)}}@keyframes rating-sent-bubble-pop{0%{opacity:0;transform:translateY(.45rem) scale(.82)}62%{opacity:1;transform:translateY(-.08rem) scale(1.06)}to{opacity:1;transform:translateY(0) scale(1)}}.rating-composer-wrap{max-height:18rem;margin-top:.75rem;overflow:visible;opacity:1;transition:max-height .2s ease-in-out,opacity .2s ease-in-out}.rating-composer{position:relative;width:100%;margin:0 auto;border:1px solid rgba(35,31,24,.1);border-radius:1.15rem;background:#fff;padding:.75rem;box-shadow:0 14px 36px rgba(29,36,55,.1);opacity:1;transform:translateY(0);transition:transform .3s ease-out,opacity .3s ease-out}.rating-comment-actions,.rating-composer__header{display:flex;align-items:center;gap:.75rem}.rating-composer__label{min-width:0;flex:1;color:rgba(5,5,5,.45);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase}.rating-composer__count{color:rgba(5,5,5,.35);font-size:.62rem;letter-spacing:.16em;white-space:nowrap;text-transform:uppercase}.rating-comment-box{margin-top:.75rem;border:1px solid rgba(35,31,24,.1);border-radius:1rem;background:var(--paper);padding:.5rem .75rem}.rating-comment-input{width:100%;min-height:2rem;resize:none;overflow:hidden;border:0;background:transparent;color:var(--ink);font-size:.875rem;line-height:1.25rem;outline:none}.rating-comment-input::-moz-placeholder{color:rgba(5,5,5,.35)}.rating-comment-input::placeholder{color:rgba(5,5,5,.35)}.rating-comment-actions{align-items:flex-start;justify-content:space-between;margin-top:.5rem}.rating-submit-error{margin-top:.75rem;border:1px solid #fecdd3;border-radius:1rem;background:#fff1f2;color:#be123c;padding:.5rem .75rem;font-size:.875rem}.rating-icon{width:1rem;height:1rem;fill:none;stroke:currentColor}.rating-icon--chevron{width:.75rem;height:.75rem}.pic-rating-range{-webkit-tap-highlight-color:transparent}.pic-rating-range::-webkit-slider-runnable-track,.pic-rating-range::-webkit-slider-thumb{height:42px;border:0;background:transparent}.pic-rating-range::-webkit-slider-thumb{width:42px;margin-top:0;-webkit-appearance:none;appearance:none;box-shadow:none}.pic-rating-range:active::-webkit-slider-thumb,.pic-rating-range:hover::-webkit-slider-thumb{transform:none;box-shadow:none}.pic-rating-range::-moz-range-thumb{width:42px;height:42px;border:0;background:transparent;box-shadow:none}.pic-rating-range:hover::-moz-range-thumb{transform:none;box-shadow:none}.pic-rating-range::-moz-range-track{height:42px;border:0;background:transparent}html[data-theme=dark] .rating-track{background:rgba(226,232,240,.16)!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.38)}html[data-theme=dark] .snap-slider{border-color:rgba(226,232,240,.14);background:rgba(21,26,34,.86);box-shadow:0 10px 28px rgba(0,0,0,.22)}html[data-theme=dark] .rating-slider-panel{background:linear-gradient(180deg,rgba(25,31,41,.96),rgba(18,23,31,.92))!important}html[data-theme=dark] .rating-track-fill{background:linear-gradient(90deg,#475569,#94a3b8 42%,#e2e8f0)!important;box-shadow:0 0 16px rgba(226,232,240,.16)}html[data-theme=dark] .rating-choice-button{border-color:rgba(244,247,251,.16);background:linear-gradient(145deg,rgba(244,247,251,.16),rgba(244,247,251,.045)),rgba(30,36,48,.72);color:rgba(244,247,251,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 12px 28px rgba(0,0,0,.22)}html[data-theme=dark] .rating-choice-button:focus-visible,html[data-theme=dark] .rating-choice-button:hover{border-color:rgba(244,247,251,.38);color:#f4f7fb}html[data-theme=dark] .rating-choice-button--active{border-color:rgba(244,247,251,.72);background:linear-gradient(145deg,rgba(244,247,251,.76),rgba(244,247,251,.34)),rgba(244,247,251,.3);color:#050505}html[data-theme=dark] .rating-score-mark{color:rgba(244,247,251,.72)!important}html[data-theme=dark] .rating-composer,html[data-theme=dark] .rating-icon-toggle,html[data-theme=dark] .snap-slider__quick-submit{border-color:var(--border-soft);background:var(--surface-strong)}html[data-theme=dark] .rating-comment-box{border-color:var(--border-soft);background:var(--paper)}html[data-theme=dark] .rating-icon-toggle{border-color:var(--border-soft);color:var(--text-soft)}html[data-theme=dark] .rating-icon-toggle--active,html[data-theme=dark] .rating-score-button,html[data-theme=dark] .rating-send-icon-button,html[data-theme=dark] .rating-submit-button{background:var(--ink);color:#0a0d12}html[data-theme=dark] .rating-composer__count,html[data-theme=dark] .rating-control-label,html[data-theme=dark] .rating-kicker{color:rgba(226,232,240,.72)}html[data-theme=dark] .rating-comment-input,html[data-theme=dark] .rating-composer__label{color:#f4f7fb}html[data-theme=dark] .rating-comment-input::-moz-placeholder{color:rgba(226,232,240,.56)}html[data-theme=dark] .rating-comment-input::placeholder{color:rgba(226,232,240,.56)}