@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{color-scheme:light;--font-family-base: "Heebo", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--color-accent: #ff6464;--color-gray: #8C8C8C;--gap-small: 12px;--gap-medium: 16px;--gap-large: 20px;--color-surface: #ffffff}html,body,#root{height:100%;min-height:100vh}body{margin:0;font-family:var(--font-family-base);background:#f8fafc;color:#333}#root{display:flex;flex-direction:column}*,*:before,*:after{box-sizing:border-box}a,a:visited{color:var(--color-accent);text-decoration:none}a:hover,a:focus{color:var(--color-accent)}button{background:#fff;color:#333;border:1px solid #d1d5db;border-radius:10px;padding:10px 14px;cursor:pointer;box-shadow:0 1px 2px #0000000d;font-family:Heebo,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-.011em;vertical-align:middle}button:hover{background:#f9fafb;border-color:#9ca3af}input{background:#fff;color:#333;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;width:100%;max-width:100%;display:block}input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.container{max-width:100%;margin:0 auto;padding:24px;display:flex;flex-direction:column;flex:1;min-height:100%}main{flex:1}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.row{display:flex;gap:12px;align-items:center}.col{display:flex;flex-direction:column;gap:8px}.nav{display:flex;gap:12px;align-items:center}.spacer{flex:1}h2{font-family:Heebo,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;font-size:32px;line-height:100%;letter-spacing:0;text-align:center}.header-cta{font-family:var(--font-family-base);font-weight:500;font-size:16px;line-height:100%;letter-spacing:0px}.header-login-button{min-width:90px;min-height:48px;padding:12px 20px;gap:10px;border-radius:12px;justify-content:center}.header{display:flex;justify-content:space-between;align-items:center;background-color:var(--color-surface);margin-left:-24px;margin-right:-24px}.header-left{display:flex;align-items:center;gap:18px}.header-logo-link{display:flex;align-items:center;text-decoration:none}.header-nav{display:flex;gap:20px;align-items:center}.header-nav-link{color:#333;text-decoration:none;font-family:var(--font-family-base);font-weight:400;font-size:16px;line-height:100%;padding:20px;border-bottom:2px solid transparent}.header-nav-link:hover,.header-nav-link:focus,.header-nav-link:visited{color:#333}.header-nav-link.active{border-bottom:2px solid #FF6464}.header-user{display:flex;align-items:center;gap:10px}.header-user-profile{display:flex;align-items:center;gap:10px;text-decoration:none}.header-user-profile:hover{text-decoration:none}.header-avatar{width:36px;height:36px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-username{color:#3e98ec;font-weight:300;font-size:16px;line-height:100%}.header-sep{width:1px;height:1em;background:#ccc;margin:0 6px;flex-shrink:0}.header-logout{display:flex;align-items:center;gap:8px;background:none;border:none;box-shadow:none;color:var(--color-accent);font-family:var(--font-family-base);font-weight:500;font-size:16px;line-height:100%;padding:0;cursor:pointer}.header-logout:hover{background:none;border:none;color:#e65757;text-decoration:underline}.reports-stub-page,.report-list{display:flex;flex-direction:column;gap:var(--gap-small)}.report-list__header-row{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-medium);flex-wrap:wrap}.report-list__header{margin:0;font-family:var(--font-family-base);font-size:32px;font-weight:500;line-height:44px;letter-spacing:-.01em;color:#333;text-align:left;word-wrap:break-word}.report-list__create-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;background:var(--color-accent);color:#fff;border:none;border-radius:12px;font-family:var(--font-family-base);font-weight:500;font-size:16px;line-height:1;letter-spacing:0;cursor:pointer;transition:background .2s ease}.report-list__create-btn:hover{background:#e85c5c}.reports-stub__back{align-self:flex-start;font-weight:400;margin:0;padding:0;background:none;border:none;outline:none;box-shadow:none;color:var(--color-gray);font-family:var(--font-family-base);font-size:14px;cursor:pointer;display:inline-flex;align-items:center;gap:0 8px}.reports-stub__back:hover{text-decoration:underline;color:var(--color-accent);border:none;outline:none;box-shadow:none}.reports-stub__back:focus{border:none;outline:none;box-shadow:none}.reports-stub__back:active{border:none;outline:none;box-shadow:none}.create-report__header{margin:0;padding:0;font-family:var(--font-family-base);font-size:32px;font-weight:500;line-height:44px;letter-spacing:-.01em;color:#333;text-align:left;word-wrap:break-word}.report-list--loading,.report-list--error{padding:1rem;color:#6b7280}.report-list--error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.report-list__items{display:flex;flex-direction:column;gap:var(--gap-small)}.report-list__line{display:flex;align-items:center;gap:var(--gap-medium);width:100%;padding:24px 20px;background:#fff;border:none;border-radius:8px;box-shadow:0 1px 3px #00000014;color:#6b7280;font-family:var(--font-family-base);font-size:16px;font-weight:400;line-height:1.25;text-align:left;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.report-list__line:hover{background:#f9fafb;box-shadow:0 2px 6px #0000001a}.report-list__line--pending{cursor:default;background:linear-gradient(90deg,#fef9c3,#fef08a,#fde047,#fef08a,#fef9c3);background-size:200% 100%;animation:report-list-pending-shine 2s ease-in-out infinite}.report-list__line--pending:hover{background:linear-gradient(90deg,#fef9c3,#fef08a,#fde047,#fef08a,#fef9c3);background-size:200% 100%;box-shadow:0 2px 6px #0000001a}@keyframes report-list-pending-shine{0%{background-position:-100% 0}to{background-position:100% 0}}.report-list__line--error{background:#e5e7eb;cursor:default;opacity:.9}.report-list__line--error:hover{background:#e5e7eb;box-shadow:0 1px 3px #00000014}.report-list__date{flex-shrink:0}.report-list__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-list__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.report-list__icon{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;box-shadow:none;cursor:pointer}.report-list__icon:hover{background:none;border:none}.report-list__icon img{display:block;width:20px;height:20px}.reports-stub-card{max-height:90vh;min-height:fit-content;display:flex;flex-direction:column;margin:.5rem auto;width:100%}.reports-stub-card__content{display:flex;flex-direction:column;flex:1;min-height:0}.reports-stub-body{flex:1;display:flex;flex-direction:column;gap:var(--gap-large);min-height:0}.reports-stub-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.reports-stub-actions .submit-button{width:auto}.reports-stub-error{padding:12px 16px;margin-bottom:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:14px;line-height:1.4}.submit-button{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:300px;min-height:47px;padding:14px 28px;background:var(--color-accent);color:#fff;border:none;border-radius:24px;font-family:var(--font-family-base);font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;cursor:pointer;box-shadow:none;transition:background .2s ease}.submit-button:hover:not(:disabled){background:#e85c5c}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.welcome-create-report__title{margin:0;width:100%;flex:1 1 auto;font-family:var(--font-family-base);font-weight:500;font-style:normal;font-size:32px;line-height:100%;letter-spacing:0;color:#333;text-align:left}.welcome-create-report__subtitle{margin:0;align-self:stretch;flex:none;font-family:var(--font-family-base);font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;color:#333;text-align:left}.welcome-create-report{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:12px;width:100%}.welcome-create-report__row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;gap:12px;width:100%;flex:none;align-self:stretch}.welcome-create-report__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:195px;height:47px;padding:6px 16px;gap:10px;background:#dceeff;border:none;border-radius:20px;opacity:1;cursor:default;font-family:Heebo,var(--font-family-base);font-weight:400;font-style:normal;font-size:16px;line-height:100%;letter-spacing:0;color:#3e98ec;white-space:nowrap}.about-form{display:flex;flex-direction:column;gap:12px;width:100%}.about-form__header{margin:0;font-family:var(--font-family-base);font-weight:600;font-size:18px;line-height:1.25;letter-spacing:0;color:#333;text-align:left}.about-form__input{width:100%;min-height:48px;padding:12px 16px;font-size:16px;font-weight:400;line-height:1.25;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#333}.about-form__input::placeholder{color:#9ca3af}.about-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.about-form__row{display:flex;gap:12px;align-items:stretch;width:100%;flex-wrap:wrap}.about-form__row .about-form__input{flex:1;min-width:160px}.about-form__select-wrap{position:relative;flex:1;min-width:180px;display:flex}.about-form__select{width:100%;min-height:48px;padding:12px 40px 12px 16px;font-size:16px;font-weight:400;line-height:1.25;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#333;appearance:none;cursor:pointer;font-family:var(--font-family-base)}.about-form__select--placeholder{color:#9ca3af}.about-form__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.about-form__select-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#9ca3af}.about-form__select-list{position:absolute;top:100%;left:0;right:0;margin-top:4px;z-index:50;list-style:none;padding:4px 0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-height:240px;overflow-y:auto}.about-form__select-option{padding:12px 16px;cursor:pointer;color:#333;font-family:var(--font-family-base);font-size:16px;font-weight:400;line-height:1.25}.about-form__select-option:hover{background:#f3f4f6}.about-form__select[type=button]{text-align:left}.about-form__textarea{width:100%;min-height:80px;resize:vertical;background:#fff;color:#333;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-family:var(--font-family-base);font-size:16px;line-height:1.4}.about-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.about-form__textarea::placeholder{color:#9ca3af}.about-form__textarea-wrap{position:relative;width:100%}.about-form__textarea-counter{position:absolute;bottom:12px;right:16px;font-family:var(--font-family-base);font-size:14px;line-height:1;color:#9ca3af;pointer-events:none}.about-form__textarea--screen{min-height:120px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px 36px}.about-form__textarea--screen:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.auditory-form{display:flex;flex-direction:column;gap:12px;width:100%}.auditory-form__header{margin:0;font-family:var(--font-family-base);font-weight:600;font-size:18px;line-height:1.25;letter-spacing:0;color:#333;text-align:left}.auditory-form__main-row{display:flex;flex-direction:row;gap:20px;align-items:flex-start;flex-wrap:wrap;width:100%}.auditory-form__gender-row{display:flex;flex-direction:row;gap:12px;align-items:stretch;flex-wrap:wrap}.auditory-form__age{flex:1;min-width:260px;max-width:50%;margin-left:auto;display:flex;flex-direction:column;gap:8px}.auditory-form__age-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.auditory-form__age-label{font-family:var(--font-family-base);font-weight:400;font-size:14px;line-height:100%;color:#6b7280}.auditory-form__age-any-wrap{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-family:var(--font-family-base);font-weight:400;font-size:14px;line-height:100%;color:#6b7280;-webkit-user-select:none;user-select:none}.auditory-form__age-any-cb{width:18px;height:18px;margin:0;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;accent-color:var(--color-accent)}.auditory-form__age-any-cb:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}.auditory-form__age-any-label{white-space:nowrap}.auditory-form__age-slider{position:relative;height:28px;display:flex;align-items:center;cursor:pointer}.auditory-form__age--any .auditory-form__age-slider{opacity:.6;pointer-events:none}.auditory-form__age-track{position:absolute;left:0;right:0;height:6px;top:50%;transform:translateY(-50%);background:#e5e7eb;border-radius:3px;pointer-events:none}.auditory-form__age-filled{position:absolute;height:6px;top:50%;transform:translateY(-50%);background:var(--color-accent);border-radius:3px;pointer-events:none}.auditory-form__age-thumb{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px #00000014;cursor:grab;top:50%;transform:translate(-50%,-50%);z-index:1}.auditory-form__age-thumb:hover{border-color:#9ca3af}.auditory-form__age-thumb:focus{outline:none;box-shadow:0 0 0 2px #3b82f666}.auditory-form__age-thumb:active{cursor:grabbing}.auditory-form__textarea-wrap{position:relative;width:100%}.auditory-form__textarea{width:100%;min-height:120px;resize:vertical;background:#fff;color:#333;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px 36px;font-family:var(--font-family-base);font-size:16px;line-height:1.4}.auditory-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auditory-form__textarea::placeholder{color:#9ca3af}.auditory-form__textarea-counter{position:absolute;bottom:12px;right:16px;font-family:var(--font-family-base);font-size:14px;line-height:1;color:#9ca3af;pointer-events:none}.auditory-form__gender-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;min-height:48px;font-family:var(--font-family-base);font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:24px;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:color .2s ease,border-color .2s ease,box-shadow .2s ease}.auditory-form__gender-btn:hover{border-color:#d1d5db;color:#6b7280}.auditory-form__gender-btn:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.auditory-form__gender-btn--selected{color:var(--color-accent);border-color:#ff64644d}.auditory-form__gender-btn--selected:hover{color:var(--color-accent);border-color:#ff646480}.auditory-form__gender-label{white-space:nowrap}.auditory-form__gender-icon{flex-shrink:0}.image-upload{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.image-upload__message{margin-bottom:.5rem;padding:.5rem .75rem;border-radius:8px;font-size:14px;font-family:var(--font-family-base)}.image-upload__message--error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca}.image-upload__message--success{color:#059669;background-color:#f0fdf4;border:1px solid #bbf7d0}.image-upload__loading{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.image-upload__drop{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem}.image-upload__card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:2rem 1.5rem;text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.image-upload__title{margin:0;font-family:var(--font-family-base);font-weight:500;font-size:18px;line-height:1.3;color:#333}.image-upload__hint{margin:0;font-family:var(--font-family-base);font-weight:400;font-size:14px;line-height:1.3;color:#888}.image-upload__btn{padding:10px 20px;min-width:140px;min-height:40px;background:#fff;color:#ff7875;border:1px solid #ff7875;border-radius:8px;font-family:var(--font-family-base);font-weight:500;font-size:16px;cursor:pointer;box-shadow:none;transition:background .2s,color .2s,border-color .2s}.image-upload__btn:hover:not(:disabled){background:#fff5f5;border-color:#ff9c99;color:#ff9c99}.image-upload__btn:disabled{opacity:.6;cursor:not-allowed}.image-upload__preview-wrap{flex:1;width:100%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.image-upload__footer{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:10px}.image-upload__thumb{flex-shrink:0;width:40px;height:40px;border-radius:6px;overflow:hidden;background:#f3f4f6}.image-upload__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.image-upload__thumb-placeholder{width:100%;height:100%;background:#e5e7eb}.image-upload__meta{flex:1;min-width:0}.image-upload__filename{margin:0 0 4px;font-family:var(--font-family-base);font-weight:600;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-upload__delete{display:inline-flex;align-items:center;justify-content:center;padding:10px;min-width:40px;min-height:40px;background:#fff;color:#ff7875;border:none;border-radius:8px;cursor:pointer;box-shadow:none;flex-shrink:0;transition:background .2s,color .2s}.image-upload__delete:hover:not(:disabled){background:#fff5f5;color:#ff9c99}.image-upload__delete:disabled{opacity:.6;cursor:not-allowed}.report-waiting{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;max-width:100%;margin:2rem auto}.report-waiting__spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--color-accent);border-radius:50%;animation:report-waiting-spin .8s linear infinite}@keyframes report-waiting-spin{to{transform:rotate(360deg)}}.report-waiting__text{margin:0;font-family:var(--font-family-base);font-weight:500;font-size:32px;color:#333}.report-waiting__sub{margin:0;font-family:var(--font-family-base);font-weight:400;font-size:14px;color:#6b7280}.report-waiting--error .report-waiting__text{color:#b91c1c}.report-waiting__error-image{width:64px;height:64px;display:block;color:#b91c1c}.report-json-card{display:flex;flex-direction:column;gap:16px}.report-page__header{display:flex;flex-direction:column;gap:8px;margin:0}.report-page__title{margin:0;padding:0;font-family:var(--font-family-base);font-size:32px;font-weight:500;line-height:44px;letter-spacing:-.01em;color:#333;text-align:left;word-wrap:break-word}.report-page__tabs{display:flex;gap:0 24px;margin:0;padding:0 0 8px;border-bottom:1px solid #e5e7eb}.report-page__tab{margin:0 0 -9px;padding:0 0 8px;background:none;border:none;border-radius:0;box-shadow:none;font-family:var(--font-family-base);font-size:16px;font-weight:500;line-height:24px;color:var(--color-gray);cursor:pointer;position:relative;border-bottom:2px solid transparent}.report-page__tab:hover{color:#333}.report-page__tab--active{color:#333;border-bottom-color:var(--color-accent)}.report-page__tab-panel{display:flex;flex-direction:column;gap:20px}.report-page__row{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:24px;align-items:start}@media(max-width:640px){.report-page__row{grid-template-columns:1fr}}.report-page__col{min-width:0}.report-page__col--sidebar,.report-page__col--main{display:flex;flex-direction:column;gap:20px}.report-page__sections{display:flex;flex-direction:column;gap:8px}.report-page__section-btn{width:100%;padding:12px 16px;text-align:left;font-family:var(--font-family-base);font-size:16px;font-weight:400;line-height:24px;color:#333;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000d;cursor:pointer}.report-page__section-btn:hover{border-color:#d1d5db;background:#f9fafb}.report-page__section-btn--active{color:var(--color-accent);border-color:#ff64644d}.report-page__problem-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.report-page__problem-emoji{font-size:2rem;line-height:1}.report-page__problem-label{font-size:16px;font-weight:400;line-height:24px;color:#333}.report-page__metrics-row{display:flex;flex-wrap:nowrap;gap:24px;align-items:stretch;width:100%}.report-page__metrics-row .report-page__problem-card,.report-page__metrics-row .report-page__conversion-card,.report-page__metrics-row .report-page__metric-card{flex:1;min-width:0}.report-page__conversion-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.report-page__conversion-value{font-size:40px;font-weight:500;line-height:1.2;letter-spacing:-.02em}.report-page__conversion-value--zero{color:#6a6a6a}.report-page__conversion-value--positive{background:linear-gradient(135deg,#6a6a6a,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent}.report-page__conversion-value--negative{background:linear-gradient(135deg,#6a6a6a 0%,var(--color-accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.report-page__conversion-label{font-size:14px;font-weight:500;line-height:1.4;color:#6a6a6a;word-wrap:break-word}.report-page__metric-card{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.report-page__metric-value{font-family:var(--font-family-base);font-size:40px;font-weight:500;line-height:1.2;letter-spacing:-.02em;color:#333}.report-page__metric-value--zero{color:#6a6a6a}.report-page__metric-value--positive{background:linear-gradient(135deg,#6a6a6a,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent}.report-page__metric-value--negative{background:linear-gradient(135deg,#6a6a6a 0%,var(--color-accent) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.report-page__metric-label{font-family:var(--font-family-base);font-size:14px;font-weight:500;line-height:1.4;color:#6a6a6a;word-wrap:break-word}.report-page__image-row{width:100%;display:flex;justify-content:center}.report-page__image-wrap{position:relative;display:inline-block;max-width:100%;overflow:hidden}.report-page__image{display:block;max-width:100%;height:auto;vertical-align:top;border-radius:16px}.report-page__image-overlay{position:absolute;inset:0;pointer-events:none}.report-page__image-overlay-cutout{position:absolute;background:transparent;border-radius:16px}.report-page__insights-block{display:flex;flex-direction:column;gap:16px}.report-page__insights-title{margin:0;color:#333;font-size:20px;font-style:normal;font-weight:500;line-height:normal;font-family:var(--font-family-base);text-align:left}.report-page__insights-card{padding:16px 20px;background:#fff;border-radius:12px}.report-page__insights-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.report-page__insights-card-title{color:#333;font-size:16px;font-style:normal;font-weight:600;line-height:normal;font-family:var(--font-family-base)}.report-page__insights-tags{display:flex;flex-wrap:wrap;gap:8px}.report-page__insights-tag{padding:4px 10px;border-radius:9999px;font-family:var(--font-family-base);font-size:14px;font-weight:500;line-height:1.4}.report-page__insights-tag--zero{background:#f5f5f5;color:#6a6a6a}.report-page__insights-tag--positive{background:#ebf8ee;color:#22c55e}.report-page__insights-tag--negative,.report-page__insights-tag--appeals.report-page__insights-tag--positive{background:#fff0f0;color:var(--color-accent)}.report-page__insights-tag--appeals.report-page__insights-tag--negative{background:#ebf8ee;color:#22c55e}.report-page__insights-tag--appeals.report-page__insights-tag--zero{background:#f5f5f5;color:#6a6a6a}.report-page__conversion-value.report-page__insights-tag--appeals.report-page__insights-tag--positive,.report-page__conversion-value.report-page__insights-tag--appeals.report-page__insights-tag--negative,.report-page__conversion-value.report-page__insights-tag--appeals.report-page__insights-tag--zero{background:none}.report-page__insights-card-body{margin:0;color:#555;font-size:16px;font-weight:400;line-height:1.5;font-family:var(--font-family-base)}.report-page__refs-block{margin-top:24px}.report-page__refs-title{margin:0 0 8px;color:#333;font-size:20px;font-style:normal;font-weight:500;line-height:normal;font-family:var(--font-family-base);text-align:left}.report-page__refs-description{margin:0;color:#555;font-size:16px;font-weight:400;line-height:1.5;font-family:var(--font-family-base)}.report-page__feedback-top{display:none}.report-page__feedback{padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000f}.report-page__feedback-question{margin:0 0 16px;font-family:var(--font-family-base);font-size:16px;font-weight:400;line-height:24px;color:#333;text-align:center}.report-page__feedback-actions{display:flex;align-items:center;justify-content:center;gap:10px}.report-page__feedback-btn{padding:12px;background:none;border:none;border-radius:12px;cursor:pointer;color:var(--color-gray);box-shadow:none}.report-page__feedback-btn:hover{background:none}.report-page__feedback-btn--thumbs-up.report-page__feedback-btn--active .report-page__feedback-icon{filter:brightness(0) saturate(100%) invert(58%) sepia(93%) saturate(457%) hue-rotate(91deg) brightness(95%) contrast(101%)}.report-page__feedback-btn--thumbs-down .report-page__feedback-icon{transform:rotate(180deg)}.report-page__feedback-btn--thumbs-down.report-page__feedback-btn--active .report-page__feedback-icon{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}.report-page__feedback-btn--active{background:none}.report-page__feedback-icon{display:block;width:20px;height:20px}.report-page__feedback-icon img{width:20px;height:20px;display:block}.report-json-card__loading,.report-json-card__error{margin:0;font-size:16px;color:#6b7280}.report-json-card__error{color:#dc2626}.report-json-card__back{align-self:flex-start;margin-top:8px}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:24px;padding:16px 0}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:8px;border:1px solid #d1d5db;background:#fff}.pagination__btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination__btn:disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}.pagination__btn img{display:block}.pagination__icon--rotated{transform:rotate(180deg)}.pagination__pages{display:flex;align-items:center;gap:8px}.pagination__page-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;font-size:14px;font-weight:500;border-radius:8px;border:1px solid #d1d5db;background:#fff}.pagination__page-btn--active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.pagination__page-btn--active:hover{background:#e85c5c;border-color:#e85c5c;color:#fff}body.device-desktop .container{width:100%;padding:0;display:flex;flex-direction:column;flex:1;min-height:100%}body.device-desktop .header{margin-left:0;margin-right:0;padding:0 12%}body.device-desktop main{flex:1;padding:16px 10%}body.device-desktop .card{padding:20px}body.device-desktop input{width:100%;max-width:100%}body.device-desktop .row,body.device-desktop .nav{display:flex;gap:12px;align-items:center;flex-wrap:nowrap}body.device-desktop .header-login-button{min-width:90px;width:auto}body.device-desktop .desktop-button{width:456px;height:56px;border-radius:20px;border-width:1.5px;padding:16px 72px;gap:10px;opacity:1;display:flex;align-items:center;justify-content:center}body.device-desktop .desktop-button:hover{background:#f9fafb;border-color:#9ca3af}body.device-desktop .footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;margin-top:24px;border-top:1px solid #E3E2E2;font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0;color:#8c8c8c;white-space:nowrap;gap:20px}body.device-desktop .footer *{font-weight:400;font-style:normal;font-size:12px;line-height:100%;letter-spacing:0;color:#8c8c8c}body.device-desktop .footer-copyright{flex-shrink:0}body.device-desktop .footer-link{flex:1;text-align:left;margin:0 20px;color:#8c8c8c}body.device-desktop .footer-email{flex-shrink:0}body.device-mobile #root>*{margin-left:0;margin-right:0}body.device-mobile .container{padding:16px;margin-left:0;margin-right:0;display:flex;flex-direction:column;flex:1;min-height:100%}body.device-mobile main{display:flex;flex-direction:column;flex:1}body.device-mobile .card{padding:16px;max-width:100%;box-sizing:border-box}body.device-mobile .col,body.device-mobile form{max-width:100%}body.device-mobile .row{flex-wrap:wrap;align-items:stretch}body.device-mobile .nav{flex-wrap:wrap}body.device-mobile input{width:100%}body.device-mobile .col>button{width:100%}body.device-mobile header.row .row{width:100%;justify-content:space-between}body.device-mobile .header-login-button{width:auto;margin-left:auto}body.device-mobile .header{margin-left:-16px;margin-right:-16px;padding:0 16px 16px;display:flex;align-items:center;justify-content:space-between;background:#f8f8f8;z-index:102}body.device-mobile .header-left{gap:12px;min-width:0;display:flex;align-items:center;flex:1}body.device-mobile .header-logo-link{display:flex;align-items:center}body.device-mobile .header-nav{gap:12px;flex-wrap:wrap}body.device-mobile .header-user{gap:8px;flex-shrink:0}body.device-mobile .header-username,body.device-mobile .header-logout{font-size:14px}body.device-mobile .header-nav,body.device-mobile .header-user,body.device-mobile .header-cta.header-login-button{display:none}body.device-mobile .header-left,body.device-mobile .header .header-logo-link{order:1;position:relative;z-index:102}body.device-mobile .header .spacer{order:2;position:relative;z-index:102}body.device-mobile .header-burger{order:3;display:flex;position:relative;z-index:102}.header-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;background:none;border:none;border-radius:0;box-shadow:none;cursor:pointer;color:#333;flex-shrink:0}.header-burger:hover{background:none}body.device-mobile .header{position:relative}.header-mobile-menu-overlay{display:none;position:fixed;inset:0;background:#0000004d;z-index:100}.header-mobile-menu-overlay--open{display:block}.header-mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;max-width:100vw;height:100vh;background:#f8f8f8;box-shadow:2px 0 12px #00000026;z-index:101;flex-direction:column;gap:0;padding:76px 16px 24px;transform:translate(-100%);transition:transform .2s ease;overflow-y:auto;box-sizing:border-box}body.device-mobile .header-mobile-menu--open.header-mobile-menu{display:flex;transform:translate(0)}.header-mobile-menu-profile{display:flex;align-items:center;gap:10px;padding:20px;min-height:44px;margin-top:12px;margin-bottom:8px;color:#3e98ec;text-decoration:none;border-radius:8px;background:#fff;box-shadow:0 1px 3px #0000001a}.header-mobile-menu-profile span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;color:#3e98ec;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.header-mobile-menu-profile img{width:40px;height:40px;padding:8px}.header-mobile-menu-profile:hover{background:#fff}.header-mobile-menu .header-nav-link{display:flex;align-items:center;justify-content:space-between;padding:20px;min-height:44px;color:#333;font-size:16px;font-style:normal;font-weight:500;line-height:normal;border-radius:8px;margin-bottom:8px;background:#fff;text-decoration:none}.header-mobile-menu .header-nav-link:after{content:"›";color:#999;font-size:20px;font-weight:300}.header-mobile-menu .header-nav-link:hover,.header-mobile-menu .header-nav-link:focus{background:#fff}.header-mobile-menu .header-nav-link.active{background:#fff;color:#333;border-bottom:none}.header-mobile-menu-logout{margin-top:auto;padding:12px 20px;min-height:44px;width:100%;background:#fff;border:none;border-radius:8px;cursor:pointer;color:#ff6464;font-size:16px;font-style:normal;font-weight:500;line-height:normal;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;justify-content:center;gap:10px}.header-mobile-menu-logout:hover{background:#fff}.header-mobile-menu-logout span{color:#ff6464}.header-mobile-menu-login{display:block;padding:20px;min-height:44px;border-radius:8px;text-decoration:none;font-weight:500}.header-mobile-menu-login:hover{background:#fef2f2}body.device-mobile .footer{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin-top:20px;gap:12px 16px;align-items:start;background:#f7f7f7;border-radius:0 0 16px 16px;font-weight:400;font-size:12px;line-height:1.3;letter-spacing:0;color:#8c8c8c;max-width:none;min-width:0;box-sizing:border-box}body.device-mobile .footer-copyright{grid-column:1;grid-row:1}body.device-mobile .footer-email{grid-column:2;grid-row:1;text-align:right}body.device-mobile .footer-link{grid-column:1 / -1;grid-row:2;text-align:left;margin:0;color:#6b6b6b}body.device-mobile .footer *{font-weight:400;font-style:normal;font-size:12px;line-height:1.3;letter-spacing:0;min-width:0;overflow-wrap:break-word;word-break:break-word}body.device-mobile .footer-copyright,body.device-mobile .footer-email{color:#8c8c8c}body.device-mobile button,body.device-mobile [role=button],body.device-mobile input[type=submit],body.device-mobile input[type=button],body.device-mobile input[type=reset]{min-height:44px;min-width:44px;padding:10px 16px}body.device-mobile a{min-height:44px;padding:10px 0;display:inline-flex;align-items:center}body.device-mobile input:not([type=submit]):not([type=button]):not([type=reset]),body.device-mobile select,body.device-mobile textarea{min-height:44px;padding:10px 12px}body.device-mobile .nav a,body.device-mobile .header a,body.device-mobile .header button,body.device-mobile .footer a{min-height:44px;display:inline-flex;align-items:center;padding:0;color:#8c8c8c}body.device-mobile .header a{padding:20px}body.device-mobile a+a{margin-top:8px}body.device-mobile button+button,body.device-mobile .col>button+button{margin:0}body.device-mobile main>div{max-width:100%;box-sizing:border-box}body.device-mobile .oauth-button,body.device-mobile .desktop-button{width:100%;min-height:44px;justify-content:center}body.device-mobile .reports-stub-page{width:100%;max-width:100%}body.device-mobile .report-list__header{font-size:24px;line-height:1.3}body.device-mobile .report-list__header-row{flex-direction:column;align-items:stretch;gap:12px}body.device-mobile .report-list__create-btn{width:100%}body.device-mobile .report-list__line{flex-wrap:wrap;padding:16px}body.device-mobile .reports-stub__back{min-height:44px;padding:10px 0}body.device-mobile .create-report__header{font-size:24px;line-height:1.3}body.device-mobile .welcome-create-report,body.device-mobile .reports-stub-card,body.device-mobile .reports-stub-card__content,body.device-mobile .reports-stub-body{max-width:100%}body.device-mobile .reports-stub-actions,body.device-mobile .reports-stub-actions .submit-button{width:100%}body.device-mobile .report-waiting{padding:24px 16px;margin:1rem auto}body.device-mobile .report-waiting__text{font-size:24px;text-align:center}body.device-mobile .report-waiting__sub{text-align:center}body.device-mobile .report-json-card{max-width:100%}body.device-mobile .report-json-card__back{min-height:44px;padding:10px 0}body.device-mobile .report-page__feedback-top{display:block;margin:0 0 8px}body.device-mobile .report-page__feedback-sidebar{display:none}body.device-mobile .report-page__feedback{padding:0;margin:0;background:transparent;border:none;border-radius:0;box-shadow:none}body.device-mobile .report-page__feedback-question{display:none}body.device-mobile .report-page__feedback-actions{justify-content:left;gap:8px;padding:0;margin:0}body.device-mobile .report-page__row{grid-template-columns:1fr}body.device-mobile .report-page__title{font-size:24px;line-height:1.3}body.device-mobile .report-page__tabs{flex-wrap:wrap;gap:8px}body.device-mobile .report-page__tab{min-height:44px;padding:10px 12px}body.device-mobile .report-page__sections{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:4px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}body.device-mobile .report-page__section-btn{flex:0 0 auto;min-height:44px;min-width:fit-content;max-width:40%;white-space:nowrap}body.device-mobile .report-page__metrics-row{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:4px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}body.device-mobile .report-page__metrics-row .report-page__problem-card,body.device-mobile .report-page__metrics-row .report-page__conversion-card,body.device-mobile .report-page__metrics-row .report-page__metric-card{flex:0 0 auto;min-width:140px}body.device-mobile .report-page__metrics-row .report-page__problem-card{overflow:hidden;text-overflow:ellipsis}body.device-mobile .report-page__metrics-row .report-page__conversion-card{max-width:none}body.device-mobile .report-page__metrics-row .report-page__problem-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.device-mobile .report-page__image-row{max-width:100%}body.device-mobile .report-page__image-wrap,body.device-mobile .report-page__image{max-width:100%;height:auto}body.device-mobile .report-page__section-btn{min-height:44px}body.device-mobile .report-page__feedback-btn{min-height:44px;min-width:44px;background:var(--color-surface)}body.device-mobile .about-form__row{flex-direction:column}body.device-mobile .about-form__row .about-form__input,body.device-mobile .about-form__select-wrap{min-width:0}body.device-mobile .auditory-form__main-row{flex-direction:column}body.device-mobile .auditory-form__age{max-width:100%;width:100%}body.device-mobile .auditory-form__age-header,body.device-mobile .auditory-form__age-slider{width:100%}body.device-mobile .image-upload,body.device-mobile .image-upload__preview{max-width:100%}body.device-mobile .submit-button{width:100%;max-width:none;min-height:44px}body.device-mobile .card a[href="/"]{min-height:44px;display:inline-flex;align-items:center;justify-content:center}body.device-mobile .card h2{word-wrap:break-word}body.device-mobile main{overflow-x:hidden;min-width:0}body.device-mobile .pagination{flex-wrap:wrap;gap:8px;justify-content:center;margin-top:0}body.device-mobile .pagination__btn,body.device-mobile .pagination__page-btn{min-width:44px;min-height:44px}body.device-mobile .pagination__pages{flex-wrap:wrap;justify-content:center}body.device-mobile .pagination button+button{margin-top:0}
