@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#172126;font-synthesis:none;background:#f6f9f9;font-family:Manrope,Arial,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 88% -6%,#5acac529,#0000 24rem),#f6f9f9;min-width:320px;min-height:100vh;margin:0}button{font:inherit}.app{width:min(1080px,100% - 40px);margin:0 auto;padding-bottom:70px}.header{border-bottom:1px solid #e5ecec;justify-content:space-between;align-items:center;height:78px;display:flex}.brand{cursor:pointer;background:0 0;border:0;align-items:center;gap:13px;padding:0;display:flex}.company-logo{object-fit:contain;object-position:left center;width:146px;height:50px}.brand-divider{background:#dce1e8;width:1px;height:28px}.dashboard-name{color:#303650;white-space:nowrap;font-size:15px;font-weight:600}.dashboard-name b{color:#e32126}.header-status{color:#68777c;align-items:center;gap:8px;font-size:12px;display:flex}.header-status span,.healthy i,.status-pill i{background:#35bb82;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #35bb821f}.page{padding-top:46px}.page-heading{justify-content:space-between;align-items:end;margin-bottom:24px;display:flex}.kicker{color:#87979b;letter-spacing:1.25px;margin:0 0 9px;font-size:10px;font-weight:800}h1,h2,h3,p{margin-top:0}.page-heading h1,.project-title h1{letter-spacing:-1.8px;margin-bottom:7px;font-size:clamp(30px,4vw,38px);line-height:1.12}.page-heading>div>p:last-child{color:#718085;margin-bottom:0;font-size:14px}.friendly-note{color:#27775e;background:#e8f8f1;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;display:flex}.projects-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.project-card{color:#172126;text-align:left;cursor:pointer;background:#ffffffe6;border:1px solid #e1eaea;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rate""stats stats""meta open";align-items:center;gap:15px;width:100%;min-height:194px;padding:18px;display:grid;box-shadow:0 12px 40px #2a525612}.project-card:hover{border-color:#bcdedc;box-shadow:0 17px 44px #2a52561c}.project-brand{grid-area:brand;align-items:center;gap:12px;display:flex}.logo-box{background:#edf8f8;border-radius:16px;flex:none;place-items:center;width:58px;height:58px;display:grid}.logo-box img{width:46px;height:auto}.logo-box.large{width:92px;height:74px}.logo-box.large img{width:68px}.project-name{margin-bottom:6px;font-size:17px;font-weight:800;display:block}.healthy,.status-pill,.waiting,.tests-found{color:#318563;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.failed-status{color:#c94f5d}.failed-status i,.failed-pill i{background:#e3656f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e3656f1f}.failed-pill{color:#bd4854;background:#fff0f1}.tests-found{color:#517a87}.tests-found i{background:#6aa9b8;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #6aa9b821}.waiting{color:#8a7770}.waiting i{background:#d5a66d;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #d5a66d21}.project-avatar{color:#697393;letter-spacing:-.5px;font-size:15px}.project-card.empty{box-shadow:none;background:#ffffffa3}.project-stats{grid-area:stats;gap:8px;display:flex}.mini-stat{text-align:center;background:#f7fbfb;border-radius:11px;flex:1;padding:8px 6px}.mini-stat strong{letter-spacing:-.6px;margin-bottom:1px;font-size:18px;display:block}.mini-stat small{color:#849195;font-size:9px}.mini-stat .green{color:#2ca878}.mini-stat .red{color:#e3656f}.mini-stat .gray{color:#909b9f}.success-rate{text-align:center;background:#eef9f8;border-radius:12px;grid-area:rate;min-width:58px;padding:7px 8px}.success-rate span{color:#879397;font-size:8px;display:block}.success-rate strong{color:#15949d;letter-spacing:-1px;font-size:20px}.success-rate strong.muted{color:#a7b1b4}.success-rate:has(.muted){background:#f4f7f7}.project-meta{color:#8b989c;grid-area:meta;align-items:center;gap:7px;font-size:10px;display:flex}.open-button{color:#157c84;grid-area:open;justify-content:flex-end;align-items:center;gap:5px;font-size:11px;font-weight:800;display:flex}.list-hint{color:#8a979a;text-align:center;margin:12px 0 0;font-size:11px}.empty-project{text-align:center;background:#fff;border:1px solid #e1eaea;border-radius:24px;max-width:590px;margin:55px auto 0;padding:46px 34px;box-shadow:0 14px 44px #2a52560f}.empty-project-icon{color:#596382;background:#edf0f7;border-radius:20px;place-items:center;width:66px;height:66px;margin:0 auto 22px;font-size:24px;font-weight:800;display:grid}.empty-project h1{letter-spacing:-1px;margin-bottom:12px;font-size:30px}.empty-project>p:not(.kicker){color:#7b898d;max-width:450px;margin:0 auto;font-size:13px;line-height:1.7}.empty-project code{color:#4e5875;background:#f0f2f7;border-radius:5px;padding:2px 5px;font-size:11px}.empty-badge{color:#8a7770;background:#faf2e8;border-radius:999px;margin-top:22px;padding:7px 11px;font-size:10px;font-weight:800;display:inline-flex}.project-page{padding-top:34px}.project-toolbar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.back-button{color:#376b72;cursor:pointer;background:#ffffffbf;border:1px solid #dce9e9;border-radius:10px;align-items:center;gap:7px;padding:9px 12px 9px 9px;font-size:12px;font-weight:700;display:inline-flex}.back-button:hover{background:#eff9f8;border-color:#8dc9c7}.project-live{color:#728489;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.project-live i{background:#35bb82;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #35bb821c}.project-header{background:#fff;border:1px solid #e1eaea;border-radius:22px;justify-content:space-between;align-items:center;margin:0 0 18px;padding:24px;display:flex;box-shadow:0 12px 40px #2a52560f}.project-title{align-items:center;gap:18px;display:flex}.project-title h1{margin:0;font-size:30px}.title-line{align-items:center;gap:13px;display:flex}.project-title p{color:#809094;margin:7px 0 0;font-size:12px}.status-pill{background:#eaf8f2;border-radius:999px;padding:6px 10px}.project-total{text-align:right}.project-total strong{color:#15949d;letter-spacing:-1.2px;font-size:30px;display:block}.project-total span{color:#829094;font-size:11px}.compact-summary{background:#fff;border:1px solid #e1eaea;border-radius:16px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.compact-summary>div,.compact-summary>button{color:#718085;min-height:64px;font-size:12px;font:inherit;border-right:1px solid #e8eeee;justify-content:center;align-items:center;gap:9px;display:flex}.compact-summary>button{background:#fff;border-top:0;border-bottom:0;border-left:0;position:relative}.compact-summary>div:last-child{border-right:0}.compact-summary svg{color:#2bad7c}.compact-summary strong{color:#263438;font-size:17px}.summary-dot{border-radius:50%;width:9px;height:9px}.summary-dot.failed{background:#ef7b82}.summary-dot.skipped{background:#aeb8bb}.failure-summary{cursor:pointer}.failure-summary:hover:not(:disabled){background:#fff7f7}.failure-summary:focus-visible{outline-offset:-3px;outline:2px solid #d35a65}.failure-summary:disabled{cursor:default}.failure-summary small{color:#bd6069;font-size:8px;position:absolute;bottom:7px;right:12px}.failures-panel{background:snow;border:1px solid #f0c8cc;border-radius:18px;margin-top:13px;padding:20px}.failures-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.failures-heading h2{margin:2px 0 0;font-size:17px}.failures-heading>span{color:#bd4854;text-align:center;background:#fff0f1;border-radius:999px;min-width:26px;padding:5px 8px;font-size:11px;font-weight:800}.failure-log{background:#fff;border:1px solid #f1dadd;border-radius:12px;margin-top:10px;overflow:hidden}.failure-log-title{color:#bd4854;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.failure-log-title code{color:#3a4a4e;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:800}.failure-log-title p{color:#829094;margin:4px 0 0;font-size:10px}.failure-log pre{color:#6e3840;white-space:pre-wrap;background:#fff8f8;border-top:1px solid #f1e2e3;max-height:320px;margin:0;padding:13px 14px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.5;overflow:auto}.modules-section{margin-top:44px}.partial-run{color:#60757a;background:#f5fbfa;border:1px solid #dcebea;border-radius:12px;margin:0 0 12px;padding:10px 13px;font-size:11px;line-height:1.45}.report-empty{color:#718085;text-align:center;background:#fff;border:1px dashed #c8dada;border-radius:18px;padding:28px;font-size:13px}.report-empty code{color:#40575d}.section-title{justify-content:space-between;align-items:end;margin-bottom:17px;display:flex}.section-title h2{letter-spacing:-.7px;margin:0;font-size:22px}.section-title>p{color:#849296;text-align:right;max-width:330px;margin:0;font-size:11px}.module-tabs{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:14px;display:grid}.module-tab{color:#263438;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2eaea;border-radius:17px;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;min-height:84px;padding:14px 17px;display:grid}.module-tab.active{background:#eef9f8;border-color:#78c9c8;box-shadow:0 8px 24px #2a8a8e14}.tab-icon{color:#168b93;background:#e5f6f5;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.module-tab b,.module-tab small{display:block}.module-tab b{margin-bottom:3px;font-size:13px}.module-tab small{color:#839195;font-size:10px}.module-tab>strong{color:#1e9299;font-size:20px}.components-panel{background:#fff;border:1px solid #e1eaea;border-radius:20px;overflow:hidden;box-shadow:0 10px 34px #2a52560d}.components-heading{border-bottom:1px solid #edf1f1;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.components-heading h3{margin-bottom:4px;font-size:16px}.components-heading p{color:#839195;margin:0;font-size:11px}.components-heading>span{color:#2a8263;background:#e9f8f1;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.components-list{padding:4px 12px 9px}.component-item{border-bottom:1px solid #eef2f2}.component-item:last-child{border-bottom:0}.component-item.open{background:#fbfdfd;border:1px solid #dcebea;border-radius:14px;margin:4px 0}.component-row{color:#263438;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:34px 1fr auto 20px;align-items:center;gap:11px;width:100%;min-height:65px;padding:9px 10px;display:grid}.component-row:hover{background:#f7fbfb;border-radius:12px}.component-check{color:#2aa477;background:#eaf8f2;border-radius:10px;place-items:center;width:31px;height:31px;display:grid}.component-item:has(.failed-test) .component-check{color:#d35a65;background:#fff0f1}.component-copy b,.component-copy small,.component-count b,.component-count small{display:block}.component-copy b{margin-bottom:3px;font-size:12px}.component-copy small{color:#829094;font-size:10px}.component-count{text-align:right}.component-count b{color:#344448;font-size:12px}.component-count small{color:#3a9b76;font-size:9px}.component-row>svg{color:#a2adaf}.component-chevron{transition:transform .2s}.component-item.open .component-chevron{color:#168b93;transform:rotate(90deg)}.tests-list{padding:0 12px 9px 55px;overflow:hidden}.test-row{border-top:1px solid #edf2f2;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;display:grid}.test-status{color:#259c70;background:#e8f7f0;border-radius:7px;place-items:center;width:22px;height:22px;display:grid}.test-row code{color:#3a4a4e;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;overflow:hidden}.test-copy{min-width:0}.test-copy small{color:#c65460;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;display:block;overflow:hidden}.test-meta{color:#2d9c73;text-align:right;white-space:nowrap;font-size:9px;font-weight:800}.test-meta b{margin-top:2px;display:block}.failed-test .test-status{color:#d35a65;background:#fff0f1}.failed-test .test-meta{color:#ca515d}@media (width<=720px){.app{width:min(100% - 28px,560px);padding-bottom:40px}.header{height:66px}.brand{gap:9px}.company-logo{width:104px;height:42px}.brand-divider{height:23px}.dashboard-name{font-size:11px}.header-status{font-size:0}.page{padding-top:32px}.page-heading{margin-bottom:20px;display:block}.friendly-note{width:fit-content;margin-top:20px}.projects-list{grid-template-columns:1fr;gap:11px}.project-card{gap:12px;min-height:168px;padding:15px}.empty-project{margin-top:34px;padding:38px 20px}.logo-box{border-radius:14px;width:52px;height:52px}.logo-box img{width:41px}.project-stats{gap:6px}.mini-stat{padding:7px 4px}.success-rate{min-width:52px;padding:6px}.success-rate strong{font-size:18px}.project-meta{font-size:9px}.open-button{font-size:11px}.project-page{padding-top:18px}.project-toolbar{margin-bottom:10px}.back-button{border-radius:9px;padding:8px 10px 8px 7px;font-size:11px}.project-live{font-size:9px}.project-header{border-radius:18px;margin-bottom:12px;padding:16px}.project-title{gap:10px;min-width:0}.logo-box.large{width:68px;height:58px}.logo-box.large img{width:53px}.project-title h1{font-size:22px}.project-title p{margin-top:5px;font-size:9px;line-height:1.35}.title-line{gap:8px}.status-pill{padding:5px 7px;font-size:9px}.project-total{flex:0 0 58px}.project-total strong{font-size:23px}.project-total span{font-size:9px}.partial-run{border-radius:12px;margin-bottom:10px;padding:10px 12px;font-size:10px}.compact-summary>div,.compact-summary>button{min-height:57px;font-size:10px}.compact-summary strong{font-size:15px}.failure-summary small{font-size:7px;bottom:5px;right:7px}.failures-panel{border-radius:14px;padding:14px}.failure-log-title{padding:11px}.failure-log pre{max-height:260px;padding:11px;font-size:9px}.modules-section{margin-top:34px}.section-title{display:block}.section-title>p{text-align:left;margin-top:8px}.module-tabs{grid-template-columns:1fr;gap:9px}.module-tab{min-height:72px}.components-heading{padding:17px}.components-list{padding-inline:7px}.tests-list{padding:0 8px 8px 46px}.test-row{grid-template-columns:22px minmax(0,1fr) auto;min-height:40px}.test-row code{font-size:9px}.test-meta{font-size:8px}.component-row{grid-template-columns:31px 1fr auto 17px;gap:8px;padding-inline:7px}.component-copy small{text-overflow:ellipsis;white-space:nowrap;max-width:185px;overflow:hidden}}html[data-telegram=true]{background:var(--telegram-bg,#f6fafb);color:var(--telegram-text,#102230)}
