@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}.subscription-stub{max-width:100%;width:100%;margin:0 auto}.subscription-stub__reports-link{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:48px;padding:12px 24px;font-size:16px;font-weight:600;line-height:1.25;border-radius:12px;text-decoration:none;box-shadow:none;align-self:flex-start;margin-top:2px;box-sizing:border-box}.subscription-stub__reports-link--available{border-radius:20px;background:#dceeff;border:none;color:#3e98ec;font-family:"Heebo",var(--font-family-base);font-size:16px;font-style:normal;font-weight:400;line-height:normal}.subscription-stub__reports-link--available:visited{color:#3e98ec}.subscription-stub__reports-link--available:hover{color:#2b8ae0;background:#cfe8ff}.subscription-stub__reports-link--available:active{color:#2578c7;background:#c2e0fc}.subscription-stub__reports-link--available:focus-visible{outline:2px solid #3e98ec;outline-offset:2px}.subscription-stub__reports-link--empty{color:#9ca3af;background:#f9fafb;border:2px solid #e5e7eb}.subscription-stub__reports-link--empty:visited{color:#9ca3af}.subscription-stub__reports-link--empty:hover{color:#6b7280;background:#f3f4f6;border-color:#d1d5db}.subscription-stub__reports-link--empty:active{color:#6b7280;background:#e5e7eb}.subscription-stub__reports-link--empty:focus-visible{outline:2px solid #9ca3af;outline-offset:2px}.subscription-stub__reports-link--loading{color:#6b7280;background:#fff;border:2px solid #e5e7eb;cursor:wait}.subscription-stub__reports-link--loading:hover{color:#6b7280;background:#fff;border-color:#e5e7eb}.subscription-stub__reports-link--loading:focus-visible{outline:2px solid #3683e7;outline-offset:2px}.subscription-stub__subscription-cards{display:grid;grid-template-columns:1fr;gap:var(--gap-medium);margin-bottom:var(--gap-large);align-items:stretch;width:100%}.subscription-stub__sub-card{display:flex;flex-direction:column;gap:var(--gap-small);background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 14px #00000014;border:1px solid #e8e8e8;min-width:0}.subscription-stub__sub-card--payment{gap:0;padding:32px;border-radius:20px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 4px 14px #0000000f}.subscription-stub__payment-title{margin:0 0 27px;font-family:"Heebo",var(--font-family-base);font-size:24px;font-weight:500;font-style:normal;line-height:normal;color:#333}.subscription-stub__payment-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 24px;align-items:center;padding-bottom:24px;border-bottom:1px solid #ececec}.subscription-stub__payment-item{display:flex;align-items:center;gap:12px;min-width:0}.subscription-stub__payment-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#3683e7}.subscription-stub__payment-icon-svg{display:block}.subscription-stub__payment-text{margin:0;font-family:"Heebo",var(--font-family-base);font-size:16px;font-weight:400;font-style:normal;line-height:normal;color:#333;min-width:0;word-break:break-word}.subscription-stub__payment-text--email{overflow-wrap:anywhere}.subscription-stub__payment-actions{display:flex;justify-content:flex-end;padding-top:24px}.subscription-stub__payment-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;font-family:"Heebo",var(--font-family-base);font-size:16px;font-weight:500;line-height:normal;color:#f4faff;background:#ff6464;border:none;border-radius:12px;cursor:default;box-sizing:border-box}.subscription-stub__payment-btn:hover{background:#ff6464}.subscription-stub__payment-btn:focus-visible{outline:2px solid #3683e7;outline-offset:2px}.subscription-stub__sub-card--summary{width:100%;max-width:100%;min-width:0;box-sizing:border-box;gap:20px;height:fit-content;padding:32px 32px 21px;border-radius:16px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 4px 14px #0000000f}.subscription-stub__summary-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px}.subscription-stub__summary-name{margin:0;font-family:"Heebo",var(--font-family-base);font-size:24px;font-style:normal;font-weight:500;line-height:normal;color:#333}.subscription-stub__summary-price{margin:0;font-family:"Heebo",var(--font-family-base);font-size:20px;font-style:normal;font-weight:500;line-height:normal;color:#333}.subscription-stub__summary-period{margin:0;font-family:"Heebo",var(--font-family-base);font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#333}.subscription-stub__summary-features{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center}.subscription-stub__summary-feature{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:400;line-height:1.35;color:#1a1a1a}.subscription-stub__summary-feature .subscription-stub__feature-check{width:18px;height:18px;font-size:10px}.subscription-stub__summary-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:auto;border-top:1.5px solid #ececec;padding-top:16px}.subscription-stub__summary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 14px;font-size:15px;font-weight:500;line-height:1.2;font-family:var(--font-family-base);border-radius:12px;text-decoration:none;text-align:center;box-sizing:border-box;cursor:pointer;border:1px solid #e5e7eb;background:#fff;color:#333}.subscription-stub__summary-btn--danger{display:inline-flex;padding:12px 20px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:#fff;color:#ff6464;border-color:#ffd5d5}.subscription-stub__summary-btn--danger:hover{background:#fff8f8;border-color:#ffc9c9;color:#ff6464}.subscription-stub__summary-btn--outline{width:fit-content;max-width:100%;border:2px solid #ff6464;background:#ff6464;color:#fff}.subscription-stub__summary-btn--outline:hover{background:#f25555;border-color:#f25555;color:#fff}.subscription-stub__summary-btn--outline:visited{color:#fff}.subscription-stub__summary-btn:focus-visible{outline:2px solid #3683e7;outline-offset:2px}.subscription-stub__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--gap-medium);margin-bottom:var(--gap-large)}.subscription-stub__header--hero{row-gap:var(--gap-small)}.subscription-stub__titles{flex:1;min-width:0;max-width:min(100%,640px)}.subscription-stub__heading{margin:0 0 10px;font-size:32px;font-weight:600;line-height:1.2;text-align:left;color:#333;letter-spacing:-.02em}.subscription-stub__subheading{margin:0;font-size:16px;font-weight:400;line-height:1.5;color:#666}.subscription-stub__badge-wrap{flex-shrink:0}.subscription-stub__free-offer-badge{display:inline-flex;align-items:center;gap:6px;background:#e0f2fe;color:#0369a1;padding:10px 16px;border-radius:9999px;font-size:16px;font-weight:400;cursor:help}.subscription-stub__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap-medium);align-items:stretch}.subscription-stub__loader{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}.subscription-stub__loader-spinner{display:block;width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:var(--color-accent, #ff5c5c);border-radius:50%;animation:subscription-stub-spin .8s linear infinite}@keyframes subscription-stub-spin{to{transform:rotate(360deg)}}.subscription-stub__loader-text{margin:0;color:#6b7280;font-size:1rem}.subscription-stub__empty-message{margin:0;padding:2rem;text-align:center;color:#6b7280;font-size:1.125rem}.subscription-stub__card{position:relative;display:flex;flex-direction:column;background:#fff;border:none;border-radius:12px;padding:24px 20px;box-shadow:0 4px 10px #0000000d}.subscription-stub__card-title{margin:0 0 10px;font-size:24px;font-weight:600;color:#1a1a1a}.subscription-stub__card-price{margin:0 0 20px;font-size:16px;line-height:1.4;color:#1a1a1a}.subscription-stub__card-price-value{font-size:48px;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.subscription-stub__card-price-period{font-size:16px;font-weight:400;color:#666}.subscription-stub__card-bottom{flex:0 0 auto;display:flex;flex-direction:column;margin-top:4px;box-sizing:border-box;height:300px;min-height:300px;max-height:300px;padding:24px 20px;border-radius:20px;background:#f4faff;box-shadow:0 -2px 8px #0000000f;overflow-y:auto}.subscription-stub__features-block{flex:1;display:flex;flex-direction:column;min-height:0;padding:0;background:transparent}.subscription-stub__features{list-style:none;margin:0 0 20px;padding:0;flex:1}.subscription-stub__feature{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:400;line-height:1.4;color:#1a1a1a;margin-bottom:12px}.subscription-stub__feature:last-child{margin-bottom:0}.subscription-stub__feature-check{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#ff5c5c;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.subscription-stub__connect-btn{width:100%;min-height:56px;padding:16px 20px;font-size:16px;font-weight:500;line-height:1;border-radius:12px;background:#ff5c5c;color:#fff;border:none;box-shadow:none}.subscription-stub__connect-btn:hover:not(:disabled){background:#e54d4d}.subscription-stub__connect-btn:disabled.subscription-stub__connect-btn--connected{background:#9e9e9e;color:#fff;cursor:default}.subscription-stub__card--popular{background:#3683e7}.subscription-stub__card--popular .subscription-stub__card-title,.subscription-stub__card--popular .subscription-stub__card-price,.subscription-stub__card--popular .subscription-stub__card-price-value{color:#fff}.subscription-stub__card--popular .subscription-stub__card-price-period{color:#ffffffe6}.subscription-stub__card--popular .subscription-stub__card-bottom{background:#fff}.subscription-stub__badge{position:absolute;top:12px;right:12px;background:#ff7171;color:#fff;font-size:13px;font-weight:500;padding:6px 12px;border-radius:10px}.subscription-stub__card--popular .subscription-stub__badge{background:#fff;color:#ff5c5c}.subscription-stub__stub-message{margin-top:16px;font-size:14px;color:var(--color-gray)}.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;cursor:default}.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}.header-announcements-wrap{position:relative;flex-shrink:0;display:flex;align-items:center}.header-announcements-bell{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;border:none;border-radius:8px;background:transparent;box-shadow:none;color:#333;cursor:pointer}.header-announcements-bell:hover,.header-announcements-bell:focus,.header-announcements-bell:focus-visible,.header-announcements-bell:active{background:transparent;box-shadow:none;outline:none}.announcements-panel{position:absolute;top:calc(100% + 6px);right:0;width:min(360px,92vw);max-height:min(420px,70vh);overflow:auto;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:200}.announcements-panel__state{padding:16px 20px;font-family:var(--font-family-base);font-size:14px;color:#555}.announcements-panel__state--error{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.announcements-panel__error-text{margin:0}.announcements-panel__retry{font-family:var(--font-family-base);font-size:14px;font-weight:500;padding:8px 14px;border-radius:8px;border:1px solid #ccc;background:#fff;cursor:pointer}.announcements-panel__list{list-style:none;margin:0;padding:0}.announcements-panel__row{width:100%;text-align:left;padding:12px 20px;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;gap:6px;font-family:var(--font-family-base)}.announcements-panel__row:hover,.announcements-panel__row:focus-visible{background:#f8f8f8;outline:none}.announcements-panel__row-title{font-size:15px;font-weight:500;color:#333}.announcements-panel__row-preview{display:block;width:100%;min-width:0;font-size:13px;font-weight:400;color:#888;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.announcement-detail-dialog{padding:0;border:none;border-radius:12px;max-width:min(560px,94vw);width:100%;background:transparent;box-shadow:none}.announcement-detail-dialog::backdrop{background:#00000059}.announcement-detail-dialog__chrome{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0003}.announcement-detail-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #eeeeee}.announcement-detail-dialog__title{margin:0;font-family:var(--font-family-base);font-size:18px;font-weight:500;color:#333;line-height:1.3}.announcement-detail-dialog__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:#f5f5f5;font-size:22px;line-height:1;cursor:pointer;color:#333}.announcement-detail-dialog__body{padding:16px 20px 20px;max-height:min(60vh,480px);overflow:auto;font-family:var(--font-family-base);font-size:15px;line-height:1.5;color:#333}.announcement-detail-dialog__body h1,.announcement-detail-dialog__body h2,.announcement-detail-dialog__body h3{margin:1em 0 .5em;font-weight:600}.announcement-detail-dialog__body p{margin:0 0 .75em}.announcement-detail-dialog__body ul,.announcement-detail-dialog__body ol{margin:0 0 .75em 1.2em;padding:0}.announcement-detail-dialog__body a{color:#3e98ec}.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-actions{margin-left:auto;display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.report-list__create-btn{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;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:not(:disabled){background:#e85c5c}.report-list__create-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.report-list__create-btn-label{display:block}.report-list__create-btn-quota{display:block;font-size:8px;font-weight:400;color:#ffffffbf}.report-list__create-wrap{position:relative;display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.report-list__quota-hint-trigger{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.report-list__quota-hint-trigger:hover{background:#f3f4f6;color:#374151}.report-list__quota-hint{position:absolute;top:100%;right:0;margin-top:8px;padding:12px 16px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;border:1px solid #e5e7eb;min-width:220px;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:10}.report-list__quota-hint--open{opacity:1;visibility:visible}.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}.create-report__subtitle{margin:0;align-self:stretch;width:100%;max-width:none;font-family:var(--font-family-base);font-weight:400;font-size:16px;line-height:1.4;letter-spacing:0;color:#6b7280;text-align:left}.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,#f3f4f6,#e5e7eb,#d1d5db,#e5e7eb,#f3f4f6);background-size:200% 100%;animation:report-list-pending-shine 2s ease-in-out infinite}.report-list__line--pending:hover{background:linear-gradient(90deg,#f3f4f6,#e5e7eb,#d1d5db,#e5e7eb,#f3f4f6);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__pending-hint{font-size:14px;font-weight:400;color:#9ca3af;white-space:nowrap}.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-source-row{display:flex;flex-direction:row;gap:var(--gap-large);align-items:stretch;width:100%}.reports-stub-source-row__half{flex:1 1 50%;max-width:50%;min-width:0}.reports-stub-source-row__half--upload .image-upload{width:100%}.reports-stub-page-url{display:flex;flex-direction:column;gap:.5rem;height:100%}.reports-stub-page-url__label{font-size:1rem;font-weight:600;color:var(--text-primary, #111827)}.reports-stub-page-url__input{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;line-height:1.4;background:#fff;color:var(--text-primary, #111827)}.reports-stub-page-url__input::placeholder{color:#9ca3af}.reports-stub-page-url__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.reports-stub-page-url__hint{margin:0;font-size:.8125rem;line-height:1.4;color:#6b7280}.reports-stub-advanced{border:1px solid #e5e7eb;border-radius:.75rem;padding:0;background:#fafafa}.reports-stub-advanced__summary{list-style:none;cursor:pointer;padding:.75rem 1rem;font-weight:600;font-size:.9375rem;color:#374151}.reports-stub-advanced__summary::-webkit-details-marker{display:none}.reports-stub-advanced__summary:before{content:"";display:inline-block;width:.5rem;height:.5rem;margin-right:.5rem;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:rotate(-45deg);vertical-align:middle;transition:transform .15s ease}.reports-stub-advanced[open] .reports-stub-advanced__summary:before{transform:rotate(45deg)}.reports-stub-advanced__body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:var(--gap-large)}@media(max-width:768px){.reports-stub-source-row{flex-direction:column}.reports-stub-source-row__half{flex:1 1 auto;max-width:100%}}.reports-stub-actions{margin-top:.5rem;display:flex;align-items:center;justify-content:flex-end;gap:1rem}.reports-stub-draft-status{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.reports-stub-draft-status__text{color:#6b7280}.reports-stub-draft-status__icon{width:20px;height:20px;flex-shrink:0;opacity:.7}.reports-stub-draft-status__spinner{display:block;width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;flex-shrink:0;animation:reports-stub-draft-spin .8s linear infinite}@keyframes reports-stub-draft-spin{to{transform:rotate(360deg)}}.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}.reports-stub-quota{margin-bottom:1rem;padding:8px 0;font-size:14px;line-height:1.4}.reports-stub-quota__value{font-weight:500}.reports-stub-quota__plan{display:block;margin-top:4px;color:#6b7280;font-size:13px}.reports-stub-quota__daily{display:block;margin-top:4px;font-size:13px;color:#6b7280}.reports-stub-quota--no-sub{color:#b45309;background:#fffbeb;padding:12px 16px;border-radius:12px;border:1px solid #fcd34d}.reports-stub-quota--no-sub .reports-stub-quota__sub{margin-top:4px;color:#92400e}.reports-stub-quota--error{color:#6b7280}.reports-stub-quota__retry{margin-top:8px;padding:6px 12px;font-size:13px;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px}.reports-stub-quota__retry:hover{background:#e5e7eb}.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}.submit-button-wrapper{position:relative;display:inline-flex}.submit-button-tooltip{position:absolute;bottom:calc(100% + 10px);right:0;min-width:240px;background:#1f2937;color:#f9fafb;border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px #0000002e;z-index:100;animation:tooltip-in .15s ease;pointer-events:none}.submit-button-tooltip:after{content:"";position:absolute;top:100%;right:28px;border:6px solid transparent;border-top-color:#1f2937}.submit-button-tooltip__title{margin:0 0 8px;font-size:13px;font-weight:600;color:#f9fafb}.submit-button-tooltip__list{margin:0;padding:0 0 0 16px;font-size:13px;line-height:1.6;color:#d1d5db}@keyframes tooltip-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.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;transition:color .2s ease,background .2s ease,border-color .2s ease}.auditory-form__gender-btn:hover:not(.auditory-form__gender-btn--selected){border-color:#d1d5db;color:#6b7280}.auditory-form__gender-btn:focus-within{outline:none;box-shadow:0 0 0 3px #3b82f626}.auditory-form__gender-btn--selected{color:#fff;background:var(--color-accent);border-color:var(--color-accent)}.auditory-form__gender-label{white-space:nowrap}.auditory-form__gender-btn input.auditory-form__gender-cb{width:18px;min-width:18px;max-width:18px;height:18px;margin:0;padding:0;flex-shrink:0;display:inline-block;box-sizing:border-box;border:1px solid #d1d5db;border-radius:4px;background:#fff;accent-color:var(--color-accent);pointer-events:none;transition:none}.auditory-form__gender-btn input.auditory-form__gender-cb:focus{outline:none;box-shadow:none}.auditory-form__gender-btn--selected input.auditory-form__gender-cb{appearance:none;-webkit-appearance:none;border:none;background-color:transparent;accent-color:transparent}.auditory-form__gender-btn--selected input.auditory-form__gender-cb:checked{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");background-size:13px 11px;background-position:center;background-repeat:no-repeat}.auditory-form__gender-btn:hover input.auditory-form__gender-cb{border-color:#d1d5db;background:#fff;accent-color:var(--color-accent)}.auditory-form__gender-btn--selected:hover input.auditory-form__gender-cb{border:none;background-color:transparent;accent-color:transparent}.auditory-form__gender-btn--selected:hover input.auditory-form__gender-cb:checked{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1 5l3 3 7-7'/%3E%3C/svg%3E");background-size:13px 11px;background-position:center;background-repeat:no-repeat}.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}.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:50%;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-row{display:flex;align-items:center;gap:8px}.report-page__header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.report-page__share-wrap{position:relative;display:inline-flex}.report-page__share{padding:12px;background:var(--miscellaneous-segmented-control-selected-fill, #ffffff);border:none;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;box-sizing:border-box}.report-page__share:hover:not(:disabled){background:#f9fafb}.report-page__share:disabled{opacity:.7;cursor:not-allowed}.report-page__share-icon{display:block;flex-shrink:0}.report-page__share-loading{margin:0}.report-page__share-popover{position:absolute;top:50%;right:calc(100% + 8px);transform:translateY(-50%);width:max-content;min-width:220px;max-width:280px;padding:0;background:#fff;color:#333;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 4px 16px #00000014;z-index:100;animation:report-page__share-popover-in .2s ease;pointer-events:auto}.report-page__share-popover:before{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#e5e7eb}.report-page__share-popover-row{display:flex;align-items:center;gap:8px;margin:10px 8px}.report-page__share-popover-url{margin:0;font-size:13px;font-weight:600;line-height:1.4;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;text-decoration:underline;text-align:center}.report-page__share-popover-url:hover{color:#333}.report-page__share-popover-expires{margin:0;font-size:12px;color:#6b7280}.report-page__share-copy-link{padding:0;background:var(--miscellaneous-segmented-control-selected-fill, #ffffff);border:none;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0}.report-page__share-copy-link:hover{background:#f9fafb}.report-page__share-copy-icon{display:block;flex-shrink:0}.report-page__share-copy-feedback{margin:0;font-size:12px;color:#059669}.report-page__share-copy-feedback--solo{margin:0;padding:12px}.report-page__share-clipboard-error{margin:0;padding:10px 12px 0;font-size:12px;line-height:1.35;color:#991b1b}.report-page__share-popover-error{color:#991b1b}.report-page__share-popover-close{position:absolute;top:8px;right:8px;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.report-page__share-popover-close:hover{background:#f3f4f6;color:#374151}.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__download-pdf{padding:12px;background:var(--miscellaneous-segmented-control-selected-fill, #ffffff);border:none;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;box-sizing:border-box}.report-page__download-pdf:hover:not(:disabled){background:#f9fafb}.report-page__download-pdf:disabled{opacity:.7;cursor:not-allowed}.report-page__download-pdf[aria-busy=true]:disabled{opacity:1}.report-page__download-pdf-icon{display:block;flex-shrink:0}.report-page__download-pdf-spinner{display:block;width:20px;height:20px;box-sizing:border-box;border:2px solid #e5e7eb;border-top-color:#374151;border-radius:50%;flex-shrink:0;animation:report-page__download-pdf-spin .75s linear infinite}@keyframes report-page__download-pdf-spin{to{transform:rotate(360deg)}}.report-page__download-wrap{position:relative;display:inline-flex;margin-left:auto}.report-page__pdf-error-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:260px;max-width:320px;padding:12px 36px 12px 14px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;box-shadow:0 4px 16px #991b1b1f;z-index:100;animation:report-page__pdf-error-in .2s ease;pointer-events:auto}.report-page__pdf-error-popover:before{content:"";position:absolute;bottom:100%;right:16px;border:6px solid transparent;border-bottom-color:#fecaca}.report-page__pdf-error-popover-text{margin:0;font-size:13px;line-height:1.45}.report-page__pdf-error-popover-close{position:absolute;top:8px;right:8px;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:transparent;color:#b91c1c;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.report-page__pdf-error-popover-close:hover{background:#fee2e2;color:#7f1d1d}@keyframes report-page__pdf-error-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes report-page__share-popover-in{0%{opacity:0;transform:translate(4px,-50%)}to{opacity:1;transform:translateY(-50%)}}.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__section-content{display:flex;flex-direction:column;gap:20px;min-width:0}.report-page__section-content--portrait-image{flex-direction:row;align-items:flex-start;gap:24px}.report-page__section-content--portrait-image .report-page__image-row.report-page__image-row--portrait{flex:0 1 auto;max-width:min(40%,100%);width:fit-content;min-width:0}.report-page__section-content--portrait-image .report-page__image-row.report-page__image-row--portrait .report-page__image-wrap{width:fit-content;max-width:100%}.report-page__section-content--portrait-image .report-page__image-row.report-page__image-row--portrait .report-page__image{width:auto;max-width:100%;height:auto;margin-inline:0;display:block}.report-page__section-content__after-image{display:flex;flex-direction:column;gap:20px;min-width:0;flex:1}@media(max-width:768px){.report-page__section-content--portrait-image{flex-direction:column}.report-page__section-content--portrait-image .report-page__image-row.report-page__image-row--portrait{max-width:100%;width:100%}.report-page__section-content--portrait-image .report-page__image-row.report-page__image-row--portrait .report-page__image-wrap{width:100%}.report-page__section-content--portrait-image .report-page__image-row.report-page__image-row--portrait .report-page__image{margin-inline:auto}}.report-page__sections{display:flex;flex-direction:column;gap:8px}.report-page__sections-group-label{display:flex;align-items:center;gap:10px;width:100%;padding:4px 0;-webkit-user-select:none;user-select:none}.report-page__sections-group-label-line{flex:1 1 auto;min-width:12px;height:0;border-bottom:1px solid #d1d5db}.report-page__sections-group-label-text{flex-shrink:0;font-family:var(--font-family-base);font-size:13px;font-weight:400;line-height:1.35;color:#9ca3af}.report-page__section-btn~.report-page__sections-group-label{margin-top: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;display:inline-flex;align-items:center;vertical-align:middle;padding-bottom:2px}.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-details{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa}.report-page__image-details-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:14px 16px;font-family:var(--font-family-base);font-size:16px;font-weight:500;line-height:1.35;color:#374151;-webkit-user-select:none;user-select:none}.report-page__image-details-summary::-webkit-details-marker{display:none}.report-page__image-details-summary:after{content:"";flex-shrink:0;width:8px;height:8px;margin-top:2px;border-right:2px solid #9ca3af;border-bottom:2px solid #9ca3af;transform:rotate(45deg);transition:transform .15s ease}.report-page__image-details[open] .report-page__image-details-summary:after{transform:rotate(-135deg);margin-top:8px}.report-page__image-details-body{padding:0 12px 14px}.report-page__image-details-body .report-page__image-row,.report-page__image-row{width:100%}.report-page__image-wrap{position:relative;display:block;width:100%;max-width:100%;overflow:hidden}.report-page__image{display:block;max-width:100%;height:auto;max-height:75vh;max-height:min(75vh,75dvh);border-radius:16px}.report-page__image-row--portrait .report-page__image{width:auto;max-width:100%;margin-inline:auto}.report-page__image-row--portrait .report-page__image-wrap{width:100%}.report-page__image-row--landscape .report-page__image-wrap{width:fit-content;max-width:100%;margin-inline:auto}.report-page__image-row--landscape .report-page__image{max-width:100%;width:auto;height:auto}.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-page__feedback-rating-num{font-size:16px;font-weight:600;line-height:1}.report-page__feedback-comment{margin-top:16px}.report-page__feedback-comment-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}.report-page__feedback-comment-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.report-page__feedback-comment-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.report-page__feedback-error{margin:10px 0 0;font-size:14px;color:#dc2626}.report-page__feedback-success{margin:10px 0 0;font-size:14px;color:#059669}.report-page__feedback-submit.submit-button{margin-top:16px;width:100%;max-width:none;box-sizing:border-box}.report-page__feedback-submit.submit-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:1}.report-page__feedback-hint{margin:8px 0 0;font-size:13px;color:#6b7280}.report-page__feedback-skeleton-question{height:20px;width:60%;margin-bottom:16px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:report-feedback-skeleton 1.2s ease-in-out infinite;border-radius:4px}.report-page__feedback-skeleton-actions{height:44px;width:100%;margin-bottom:16px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:report-feedback-skeleton 1.2s ease-in-out infinite;border-radius:8px}.report-page__feedback-skeleton-comment{height:72px;width:100%;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:report-feedback-skeleton 1.2s ease-in-out infinite;border-radius:8px}@keyframes report-feedback-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.report-page__feedback-load-error{margin:0 0 10px;font-size:14px;color:#dc2626}.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 10%}body.device-desktop main{flex:1;padding:60px 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-announcements-wrap{order:3;position:relative;z-index:102}body.device-mobile .header-burger{order:4;display:flex;position:relative;z-index:102}body.device-mobile .announcements-panel{right:0;left:auto;width:min(360px,calc(100vw - 32px))}.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;cursor:default}.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 .create-report__subtitle{font-size:15px;line-height:1.45}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__sections-group-label{display:none}body.device-mobile .report-page__section-btn{flex:0 0 auto;min-height:44px;min-width:0;max-width:65%;overflow:hidden;text-overflow:ellipsis;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-details-summary{min-height:44px;box-sizing:border-box}body.device-mobile .report-page__image-wrap,body.device-mobile .report-page__image{max-width:100%;height:auto}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 .subscription-stub__header{flex-direction:column;align-items:stretch}body.device-mobile .subscription-stub__header--hero .subscription-stub__reports-link{margin-top:0;align-self:stretch}body.device-mobile .subscription-stub__badge-wrap{width:100%}body.device-mobile .subscription-stub__free-offer-badge{width:100%;justify-content:center}body.device-mobile .subscription-stub__cards{grid-template-columns:1fr}body.device-mobile .subscription-stub__reports-link{width:100%;justify-content:center;align-self:stretch;box-sizing:border-box}body.device-mobile .subscription-stub__subscription-cards{grid-template-columns:1fr;gap:var(--gap-medium)}body.device-mobile .subscription-stub__payment-row{grid-template-columns:1fr;gap:16px}body.device-mobile .subscription-stub__payment-actions{justify-content:stretch}body.device-mobile .subscription-stub__payment-btn{width:100%}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}
