*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#f5f7fb;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#111827;flex-direction:column;width:250px;min-height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{border-bottom:1px solid #1f2937;align-items:center;gap:12px;height:72px;padding:0 20px;font-size:17px;font-weight:600;display:flex}.logo-mark{background:#2563eb;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.sidebar-nav{flex-direction:column;gap:5px;padding:20px 12px;display:flex}.sidebar-link{color:#9ca3af;border-radius:8px;align-items:center;gap:13px;padding:12px 14px;font-size:14px;transition:all .2s;display:flex}.sidebar-link:hover{color:#fff;background:#1f2937}.sidebar-link.active{color:#fff;background:#2563eb}.sidebar-bottom{border-top:1px solid #1f2937;margin-top:auto;padding:12px}.main-area{width:calc(100% - 250px);min-height:100vh;margin-left:250px}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex}.topbar h2{color:#111827;font-size:20px}.topbar-actions{align-items:center;gap:20px;display:flex}.icon-button{cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.user-info{align-items:center;gap:10px;display:flex}.user-info div{flex-direction:column;display:flex}.user-info strong{font-size:14px}.user-info small{color:#6b7280;font-size:12px}.page-content{padding:30px}.dashboard-page h1{margin-bottom:8px;font-size:28px}.dashboard-page p{color:#6b7280}.page-header{justify-content:space-between;align-items:center;margin:10px;display:flex}.page-header h1{margin-bottom:7px;font-size:28px}.page-header p{color:#6b7280}.primary-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:11px 17px;font-size:14px;font-weight:600;display:flex}.primary-button:hover{background:#1d4ed8}.secondary-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:14px;font-weight:600;display:flex}.apps-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.app-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px;box-shadow:0 1px 2px #00000008}.app-card-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.app-icon{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.more-button{color:#6b7280;cursor:pointer;background:0 0;border:none}.app-card h3{margin-bottom:6px;font-size:18px}.package-name{color:#6b7280;margin-bottom:22px;font-size:13px}.app-stats{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;gap:45px;margin-bottom:18px;padding:15px 0;display:flex}.app-stats div{flex-direction:column;gap:5px;display:flex}.app-stats span{color:#6b7280;font-size:12px}.app-stats strong{font-size:14px}.status-active{color:#059669}.status-completed{color:#6b7280}.back-button{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;margin-bottom:14px;padding:0;font-size:14px;display:flex}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:10px;padding:28px}.form-section-title{color:#2563eb;border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:12px;margin-bottom:24px;padding-bottom:22px;display:flex}.form-section-title h2{color:#111827;margin-bottom:5px;font-size:18px}.form-section-title p{color:#6b7280;font-size:13px}.form-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:14px;font-weight:600}.form-group label span{color:#dc2626}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical}.form-group small{color:#6b7280;font-size:12px}.upload-box{color:#6b7280;border:2px dashed #d1d5db;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:30px;display:flex}.upload-box strong{color:#374151}.upload-box span{font-size:12px}.upload-box .secondary-button{width:auto;margin-top:8px;padding:8px 16px}.form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:22px;display:flex}.cancel-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 18px;font-size:14px}.cancel-button:hover{background:#f9fafb}.form-error{font-size:12px;color:#dc2626!important}.icon-preview{object-fit:cover;border:1px solid #e5e7eb;border-radius:16px;width:80px;height:80px}.file-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;margin-top:8px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.file-button:hover{background:#f9fafb}.file-button input{display:none}.remove-icon-button{color:#dc2626;cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;font-size:13px;display:flex}.home-page{color:#101828;background:#fff;min-height:100vh}.home-container{width:min(1180px,100% - 40px);margin:0 auto}.home-header{z-index:100;background:#fff;border-bottom:1px solid #e7ebf0;height:78px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:30px;height:100%;display:flex}.brand{color:#111827;white-space:nowrap;align-items:center;gap:10px;font-size:24px;font-weight:800;display:flex}.brand-icon{color:#fff;background:#1976f3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.main-nav{align-items:center;gap:32px;display:flex}.main-nav a{color:#344054;font-size:15px;font-weight:600}.main-nav a:hover{color:#1976f3}.header-actions{align-items:center;gap:10px;display:flex}.header-signin,.header-primary{cursor:pointer;border-radius:24px;padding:11px 20px;font-size:14px;font-weight:700}.header-signin{color:#344054;background:#fff;border:1px solid #d0d5dd}.header-primary{color:#fff;background:#1976f3;border:none}.header-primary:hover,.hero-primary-button:hover{background:#1268da}.hero-section{text-align:center;background:radial-gradient(circle at 50% 10%,#1976f31a,#0000 42%),#f8fbff;padding:50px 0}.hero-content{max-width:930px}.hero-badge{color:#1976f3;background:#fff;border:1px solid #cfe0fa;border-radius:30px;align-items:center;gap:8px;width:fit-content;margin:0 auto 24px;padding:8px 15px;font-size:13px;font-weight:700;display:flex}.hero-section h1{text-align:center;max-width:1200px;margin:40px auto 25px;font-size:68px;font-weight:800;line-height:1.05}.hero-description{color:#526071;max-width:750px;margin:0 auto;font-size:19px;line-height:1.7}.hero-buttons{justify-content:center;gap:13px;margin-top:35px;display:flex}.hero-primary-button,.hero-secondary-button{cursor:pointer;border-radius:28px;justify-content:center;align-items:center;gap:9px;min-height:52px;padding:0 26px;font-size:15px;font-weight:700;display:flex}.hero-primary-button{color:#fff;background:#1976f3;border:none}.hero-secondary-button{color:#24324a;background:#fff;border:1px solid #cbd5e1}.hero-note{color:#667085;justify-content:center;align-items:center;gap:7px;margin-top:24px;font-size:13px;display:flex}.stats-section{background:#fff;border-bottom:1px solid #e8edf3}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat-item{text-align:center;border-right:1px solid #edf0f4;padding:31px 20px}.stat-item:last-child{border-right:none}.stat-item strong{color:#101828;margin-bottom:5px;font-size:31px;display:block}.stat-item span{color:#667085;font-size:14px}.home-section{padding:90px 0}.apps-section{background:#fff}.testers-section,.features-section{background:#f8fafc}.pricing-section{background:#fff}.section-heading-row{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px;display:flex}.section-eyebrow{color:#1976f3;letter-spacing:1.4px;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.section-heading-row h2,.center-heading h2{letter-spacing:-1px;margin-bottom:10px;font-size:40px;line-height:1.15}.section-heading-row p,.center-heading p{color:#667085;font-size:17px;line-height:1.6}.outline-button{white-space:nowrap;color:#1976f3;cursor:pointer;background:#fff;border:1px solid #9ec4ff;border-radius:25px;align-items:center;gap:8px;padding:12px 19px;font-weight:700;display:flex}.center-heading{text-align:center;max-width:720px;margin:0 auto 45px}.apps-grid-home{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.public-app-card{background:#fff;border:1px solid #dce2e9;border-radius:10px;padding:23px;transition:all .2s}.public-app-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #10182814}.public-card-top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.app-letter{color:#1976f3;background:#eaf2ff;border-radius:15px;justify-content:center;align-items:center;width:58px;height:58px;font-size:27px;font-weight:800;display:flex}.badge-recruiting,.badge-active{border-radius:20px;padding:6px 10px;font-size:12px;font-weight:700}.badge-recruiting{color:#b77900;background:#fff7df}.badge-active{color:#008a4b;background:#e7f8ef}.public-app-card h3{margin-bottom:6px;font-size:20px}.card-category{color:#667085;margin-bottom:19px;font-size:14px}.card-tags{flex-wrap:wrap;gap:7px;margin-bottom:20px;display:flex}.card-tags span,.tester-tags span{color:#344054;background:#f1f5f9;border-radius:7px;align-items:center;gap:5px;padding:7px 9px;font-size:12px;font-weight:600;display:flex}.progress-info{justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.progress-info strong{color:#008a4b}.progress-bar{background:#edf1f5;border-radius:20px;height:6px;margin-bottom:20px;overflow:hidden}.progress-value{border-radius:inherit;background:#1976f3;height:100%}.card-primary-button{color:#fff;cursor:pointer;background:#1976f3;border:none;border-radius:23px;width:100%;height:44px;font-weight:700}.testers-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.public-tester-card{background:#fff;border:1px solid #dce2e9;border-radius:10px;padding:25px}.tester-header{align-items:center;gap:11px;display:flex;position:relative}.tester-avatar{color:#1976f3;background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:21px;font-weight:800;display:flex}.tester-name{align-items:center;gap:5px;font-size:16px;font-weight:800;display:flex}.verified-icon{color:#1976f3}.tester-label{color:#667085;font-size:12px}.online-dot{background:#12b76a;border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;bottom:0;left:39px}.tester-description{color:#475467;margin:19px 0;font-size:14px;line-height:1.6}.tester-tags{flex-wrap:wrap;gap:6px;display:flex}.tester-ready{color:#008a4b;align-items:center;gap:6px;margin:18px 0;font-size:13px;display:flex}.outline-full-button{color:#1976f3;cursor:pointer;background:#fff;border:1px solid #9ec4ff;border-radius:23px;width:100%;height:44px;font-weight:700}.blue-cta{color:#fff;background:#1976f3}.blue-cta-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:315px;display:flex}.blue-cta-content h2{margin:15px 0 10px;font-size:38px}.blue-cta-content p{opacity:.9;margin-bottom:25px;font-size:17px}.white-cta-button{color:#1976f3;cursor:pointer;background:#fff;border:none;border-radius:26px;align-items:center;gap:8px;padding:13px 24px;font-size:15px;font-weight:700;display:flex}.how-section{background:#fff}.steps-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.step-card{border:1px solid #dce2e9;border-radius:10px;min-height:270px;padding:40px;position:relative}.step-number{color:#edf2f8;font-size:43px;font-weight:900;position:absolute;top:25px;right:25px}.step-icon{color:#1976f3;background:#eaf2ff;border-radius:15px;justify-content:center;align-items:center;width:62px;height:62px;margin-bottom:28px;display:flex}.step-card h3{margin-bottom:10px;font-size:20px}.step-card p{color:#667085;font-size:15px;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.feature-card{background:#fff;border:1px solid #dce2e9;border-radius:10px;padding:27px}.feature-icon{color:#1976f3;background:#eaf2ff;border-radius:13px;justify-content:center;align-items:center;width:51px;height:51px;margin-bottom:20px;display:flex}.feature-card h3{margin-bottom:9px;font-size:18px}.feature-card p{color:#667085;font-size:14px;line-height:1.7}.pricing-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:900px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #dce2e9;border-radius:12px;padding:34px}.pricing-featured{color:#fff;background:#101828;border-color:#101828;box-shadow:0 15px 35px #10182826}.pricing-label,.popular-label{letter-spacing:1px;font-size:11px;font-weight:800}.pricing-label{color:#1976f3}.popular-label{color:#69a8ff}.pricing-card h3{margin:12px 0;font-size:26px}.pricing-description{color:#667085;min-height:52px;line-height:1.6}.pricing-featured .pricing-description{color:#cbd5e1}.pricing-example{margin:25px 0;font-size:34px;font-weight:800}.pricing-example span{color:#667085;font-size:14px;font-weight:500}.pricing-featured .pricing-example span{color:#98a2b3}.pricing-card ul{flex-direction:column;gap:14px;margin-bottom:28px;list-style:none;display:flex}.pricing-card li{align-items:center;gap:8px;font-size:14px;display:flex}.pricing-card li svg{color:#1976f3}.pricing-button{color:#1976f3;cursor:pointer;background:#fff;border:1px solid #9ec4ff;border-radius:24px;width:100%;height:46px;font-weight:700}.pricing-featured .pricing-button{color:#fff;background:#1976f3;border-color:#1976f3}.final-cta{background:#f2f7ff;padding:90px 0}.final-cta-content{text-align:center}.final-cta h2{letter-spacing:-1px;margin-bottom:12px;font-size:43px}.final-cta p{color:#667085;margin-bottom:27px;font-size:17px}.final-cta-buttons{justify-content:center;gap:10px;display:flex}.final-primary,.final-secondary{cursor:pointer;border-radius:25px;align-items:center;gap:8px;height:48px;padding:0 23px;font-weight:700;display:flex}.final-primary{color:#fff;background:#1976f3;border:none}.final-secondary{color:#344054;background:#fff;border:1px solid #cbd5e1}.home-footer{background:#f8fafc;border-top:1px solid #e5e7eb}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px;padding:65px 0 50px;display:grid}.footer-brand-link{margin-bottom:18px}.footer-brand p{color:#667085;max-width:310px;margin-bottom:20px;font-size:14px;line-height:1.7}.footer-email{color:#1976f3;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.footer-column{flex-direction:column;gap:13px;display:flex}.footer-column h4{letter-spacing:.5px;text-transform:uppercase;margin-bottom:5px;font-size:13px}.footer-column a{color:#667085;font-size:14px}.footer-column a:hover{color:#1976f3}.footer-bottom{color:#667085;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:70px;font-size:12px;display:flex}.footer-bottom div{gap:20px;display:flex}.footer-bottom a:hover{color:#1976f3}@media (width<=1000px){.main-nav{display:none}.apps-grid-home,.testers-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.home-container{width:min(100% - 28px,1180px)}.header-inner{gap:10px}.brand{font-size:19px}.header-signin{display:none}.hero-section{padding:75px 0}.hero-description{font-size:16px}.hero-buttons{flex-direction:column}.hero-primary-button,.hero-secondary-button{width:100%}.stats-grid{grid-template-columns:1fr 1fr}.stat-item:nth-child(2){border-right:none}.section-heading-row{flex-direction:column;align-items:flex-start}.section-heading-row h2,.center-heading h2{font-size:32px}.apps-grid-home,.testers-grid,.steps-grid,.features-grid,.pricing-grid{grid-template-columns:1fr}.blue-cta-content h2{font-size:30px}.final-cta h2{font-size:32px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column;justify-content:center;gap:12px;padding:20px 0}}.hero-line{display:block}.hero-line.blue{color:#1976f3;white-space:nowrap}.register-page{background:#fff;grid-template-columns:45% 55%;min-height:100vh;display:grid}.register-left{background:radial-gradient(circle at 50% 30%,#1976f31f,#0000 55%),#f5f9ff;justify-content:center;align-items:center;padding:60px;display:flex}.register-left-content{width:100%;max-width:540px}.register-eyebrow{color:#1976f3;letter-spacing:1px;align-items:center;gap:8px;margin-bottom:25px;font-size:13px;font-weight:800;display:flex}.register-left h1{letter-spacing:-1.5px;color:#101828;margin-bottom:22px;font-size:48px;line-height:1.12}.register-intro{color:#526071;margin-bottom:40px;font-size:18px;line-height:1.7}.register-benefits{flex-direction:column;gap:25px;display:flex}.register-benefit{gap:14px;display:flex}.benefit-icon{color:#08a05c;background:#e7f8ef;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;display:flex}.register-benefit strong{color:#24324a;margin-bottom:4px;display:block}.register-benefit p{color:#667085;font-size:14px;line-height:1.5}.register-right{justify-content:center;padding:50px 40px;display:flex;overflow-y:auto}.register-form-container{width:100%;max-width:570px}.register-brand{color:#101828;align-items:center;gap:10px;margin-bottom:45px;font-size:21px;font-weight:800;display:flex}.register-brand-icon{color:#fff;background:#1976f3;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.register-heading{margin-bottom:28px}.register-heading h2{letter-spacing:-.8px;margin-bottom:8px;font-size:36px}.register-heading p{color:#667085;font-size:16px}.form-group{margin-bottom:19px}.form-group>label{color:#24324a;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.role-selection{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px;display:grid}.role-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:11px;min-height:75px;padding:13px;display:flex;position:relative}.role-card:hover{border-color:#9ec4ff}.role-card.selected{background:#f1f6ff;border:1.5px solid #1976f3}.role-icon{color:#1976f3;background:#eaf2ff;border-radius:9px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex}.role-card strong{color:#24324a;margin-bottom:3px;font-size:13px;display:block}.role-card span{color:#667085;font-size:11px}.role-check{color:#1976f3;position:absolute;top:8px;right:8px}.input-wrapper{color:#98a2b3;background:#fff;border:1px solid #d0d5dd;border-radius:7px;align-items:center;gap:9px;height:49px;padding:0 14px;display:flex}.input-wrapper:focus-within{border-color:#1976f3;box-shadow:0 0 0 3px #1976f314}.input-wrapper input{color:#101828;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:14px}.input-wrapper input::placeholder{color:#98a2b3}.password-toggle{color:#98a2b3;cursor:pointer;background:0 0;border:none;align-items:center;padding:3px;display:flex}.terms-check{color:#667085;cursor:pointer;align-items:flex-start;gap:9px;margin:22px 0;font-size:12px;line-height:1.5;display:flex}.terms-check input{accent-color:#1976f3;margin-top:3px}.terms-check a{color:#1976f3;font-weight:600}.register-submit{color:#fff;cursor:pointer;background:#1976f3;border:none;border-radius:25px;width:100%;height:50px;font-size:15px;font-weight:700}.register-submit:hover{background:#1268da}.login-link{text-align:center;color:#667085;margin-top:24px;font-size:14px}.login-link a{color:#1976f3;margin-left:5px;font-weight:700}@media (width<=900px){.register-page{grid-template-columns:1fr}.register-left{display:none}.register-right{padding:35px 20px}}@media (width<=550px){.register-brand{margin-bottom:30px}.register-heading h2{font-size:30px}.role-selection{grid-template-columns:1fr}}.app-icon-image{object-fit:cover;border-radius:12px;width:100%;height:100%}.app-details-icon{background:#f2f4f7;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.app-details-icon img{object-fit:cover;width:100%;height:100%;display:block}.app-details-header{align-items:center;gap:24px;margin-bottom:32px;display:flex}.app-details-header h2{margin:0 0 6px}.app-details-section{margin-top:28px}.app-details-section h3{margin-bottom:16px}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.details-grid>div{flex-direction:column;gap:6px;display:flex}.details-grid span{color:#667085;font-size:13px}.details-grid strong{color:#101828;font-size:15px}.play-store-link{align-items:center;gap:7px;display:inline-flex}.sprint-summary{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;margin-top:30px;padding:22px}.sprint-summary h3{color:#101828;margin:0 0 18px;font-size:17px}.sprint-summary-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.sprint-summary-grid>div{flex-direction:column;gap:6px;display:flex}.sprint-summary-grid span{color:#667085;font-size:13px}.sprint-summary-grid strong{color:#101828;font-size:16px}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon>svg{color:#667085;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-with-icon input,.input-with-icon textarea{width:100%;padding-left:40px}.input-with-icon.textarea-icon{align-items:flex-start}.input-with-icon.textarea-icon>svg{top:18px;transform:none}.sprint-app-header{align-items:center;gap:20px;margin-bottom:28px;display:flex}.sprint-app-icon{background:#f2f4f7;border-radius:18px;flex:0 0 100px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.sprint-app-icon img{object-fit:cover;width:100%;height:100%;display:block}.sprint-app-header h2{margin:0 0 6px}.sprint-charge-box{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:30px;padding:18px 20px;display:flex}.sprint-charge-box>div{align-items:center;gap:12px;display:flex}.sprint-charge-box>div>div{flex-direction:column;gap:4px;display:flex}.sprint-charge-box span{color:#667085;font-size:13px}.sprint-charge-amount{white-space:nowrap;font-size:22px}.sprint-payment-summary{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;margin-top:30px;padding:22px}.sprint-payment-summary h3{color:#101828;align-items:center;gap:8px;margin:0 0 20px;font-size:18px;display:flex}.payment-summary-row{justify-content:space-between;align-items:center;gap:20px;padding:10px 0;display:flex}.payment-summary-row span{color:#344054}.payment-summary-row strong{color:#101828;white-space:nowrap;font-size:16px}.payment-summary-row>div{flex-direction:column;gap:4px;display:flex}.payment-summary-row small{color:#667085;font-size:13px}.payment-summary-divider{background:#d0d5dd;height:1px;margin:14px 0}.payment-summary-total{justify-content:space-between;align-items:center;display:flex}.payment-summary-total span{color:#101828;font-size:17px;font-weight:600}.payment-summary-total strong{color:#1976f3;font-size:24px}.payment-summary-note{color:#344054;background:#eef4ff;border-radius:8px;margin-top:16px;padding:12px 14px;font-size:13px;line-height:1.5}.payment-note{background:#f0f7ff;border:1px solid #d6e8ff;border-radius:10px;margin-top:20px;padding:16px 18px}.payment-note strong{color:#101828;margin-bottom:8px;font-size:14px;display:block}.payment-note p{color:#475467;margin:4px 0;font-size:13px;line-height:1.5}.testing-sprints-list{flex-direction:column;gap:20px;margin-top:24px;display:flex}.testing-sprint-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:22px;box-shadow:0 2px 8px #1018280a}.testing-sprint-card-header{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.testing-sprint-app{align-items:center;gap:16px;display:flex}.testing-sprint-icon{background:#f2f4f7;border-radius:14px;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;display:flex;overflow:hidden}.testing-sprint-icon img{object-fit:cover;width:100%;height:100%;display:block}.testing-sprint-app h3{color:#101828;margin:0 0 5px;font-size:17px;font-weight:600}.testing-sprint-app p{color:#667085;margin:0;font-size:13px}.sprint-status{text-transform:capitalize;color:#475467;background:#f2f4f7;border-radius:20px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.sprint-status.active{color:#027a48;background:#ecfdf3}.sprint-status.completed{color:#175cd3;background:#eff8ff}.testing-sprint-info{grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 0;display:grid}.testing-sprint-info>div{align-items:flex-start;gap:10px;display:flex}.testing-sprint-info svg{color:#667085;flex-shrink:0;margin-top:2px}.testing-sprint-info span{color:#667085;margin-bottom:5px;font-size:12px;display:block}.testing-sprint-info strong{color:#101828;font-size:14px;font-weight:600;display:block}.testing-sprint-card-footer{border-top:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:30px;padding-top:18px;display:flex}.testing-sprint-card-footer>div{flex:1}.testing-sprint-card-footer span{color:#667085;margin-bottom:5px;font-size:12px;display:block}.testing-sprint-card-footer p{color:#344054;margin:0;font-size:13px;line-height:1.5}.secondary-button{color:#344054;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d0d5dd;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:9px 15px;font-size:13px;font-weight:600;display:inline-flex}.secondary-button:hover{background:#f9fafb}.empty-state{text-align:center;background:#fff;border:1px solid #e4e7ec;border-radius:14px;margin-top:24px;padding:50px 20px}.empty-state h3{color:#101828;margin:0 0 8px}.empty-state p{color:#667085;margin:0 0 20px;font-size:14px}.error-message{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:8px;margin-top:20px;padding:12px 16px;font-size:14px}@media (width<=900px){.testing-sprint-info{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.testing-sprint-card-header,.testing-sprint-card-footer{flex-direction:column;align-items:flex-start}.testing-sprint-info{grid-template-columns:1fr}.testing-sprint-icon{width:56px;min-width:56px;height:56px}}.testing-sprint-card-footer .secondary-button{flex:none;width:auto;min-width:140px}.sprint-details-page-header{align-items:flex-start}.sprint-status-badge.active{color:#027a48;background:#ecfdf3;border:1px solid #abefc6}.sprint-details-card{margin-top:24px}.sprint-summary-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin:28px 0 32px;display:grid}.sprint-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;align-items:center;gap:12px;padding:18px;display:flex}.sprint-summary-icon{color:#475467;background:#f2f4f7;border-radius:10px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;display:flex}.sprint-summary-card span{color:#667085;margin-bottom:4px;font-size:12px;display:block}.sprint-summary-card strong{color:#101828;font-size:17px;display:block}.status-text-active{color:#027a48!important}.sprint-progress-box{background:#f8fafc;border:1px solid #e4e7ec;border-radius:12px;padding:20px}.sprint-progress-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.sprint-progress-header span{color:#667085;font-size:13px}.sprint-progress-header strong{color:#101828;font-size:14px}.sprint-progress-track{background:#eaecf0;border-radius:10px;width:100%;height:9px;overflow:hidden}.sprint-progress-fill{background:#1976f3;border-radius:10px;height:100%;transition:width .3s}.sprint-progress-stats{gap:50px;margin-top:18px;display:flex}.sprint-progress-stats span{color:#667085;margin-bottom:4px;font-size:12px;display:block}.sprint-progress-stats strong{color:#101828;font-size:14px}.assigned-testers-header{justify-content:space-between;align-items:center;display:flex}.assigned-testers-header h3{margin:0}.assigned-testers-count{color:#475467;background:#f2f4f7;border-radius:20px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.assigned-testers-empty{text-align:center;color:#667085;background:#f9fafb;border:1px dashed #d0d5dd;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin-top:16px;padding:35px 20px;display:flex}.assigned-testers-empty svg{margin-bottom:10px}.assigned-testers-empty strong{color:#344054;margin-bottom:5px;font-size:14px}.assigned-testers-empty p{margin:0;font-size:13px}@media (width<=1000px){.sprint-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.sprint-summary-cards{grid-template-columns:1fr}.sprint-progress-stats{flex-direction:column;gap:12px}}.mark-downloaded-button{color:#1976f3;cursor:pointer;background:#fff;border:1px solid #1976f3;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:5px;padding:7px 6px;font-size:11px;font-weight:600;display:inline-flex}.mark-tested-button{justify-content:center;align-items:center;gap:5px;display:inline-flex}.sprint-details-content{grid-template-columns:minmax(0,2fr) minmax(320px,380px)!important;align-items:start!important;gap:24px!important;width:100%!important;margin-top:24px!important;display:grid!important}.sprint-details-content .sprint-details-card{width:100%!important;min-width:0!important;margin-top:0!important}.sprint-details-content .joined-testers-panel{box-sizing:border-box!important;width:100%!important;min-width:0!important;margin:0!important;position:sticky!important;top:20px!important}.joined-testers-panel{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:20px}.joined-testers-list{max-height:600px;margin-top:16px;overflow-y:auto}@media (width<=1100px){.sprint-details-content{grid-template-columns:1fr!important}.sprint-details-content .joined-testers-panel{position:static!important}}.joined-testers-panel{box-sizing:border-box;background:#fff;border:1px solid #e4e7ec;border-radius:14px;min-width:0;padding:20px;position:sticky;top:20px}.joined-testers-header{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.joined-testers-header h3{color:#101828;margin:0 0 5px;font-size:17px;font-weight:600;line-height:1.3}.joined-testers-header p{color:#667085;margin:0;font-size:12px;line-height:1.5}.joined-testers-header>svg{color:#667085;flex-shrink:0}.joined-testers-list{flex-direction:column;gap:10px;max-height:600px;margin-top:16px;padding-right:4px;display:flex;overflow-y:auto}.joined-tester-row{box-sizing:border-box;background:#fff;border:1px solid #eaecf0;border-radius:10px;width:100%;padding:12px;display:block}.joined-tester-top{align-items:center;gap:10px;width:100%;display:flex}.joined-tester-avatar{color:#1976f3;background:#e8f1ff;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.joined-tester-info{flex:1;min-width:0}.joined-tester-name{white-space:nowrap;text-overflow:ellipsis;color:#101828;font-size:13px;font-weight:600;display:block;overflow:hidden}.joined-tester-email{white-space:nowrap;text-overflow:ellipsis;color:#667085;margin-top:3px;font-size:11px;display:block;overflow:hidden}.tester-downloaded-badge{color:#027a48;white-space:nowrap;background:#ecfdf3;border:1px solid #abefc6;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;font-weight:600;display:inline-flex}.joined-tester-actions{align-items:center;gap:6px;width:100%;margin-top:10px;display:flex}.joined-tester-actions button{cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:0;padding:7px 8px;font-size:11px;font-weight:600;line-height:1.2;display:inline-flex}.view-proof-button{color:#1976f3;background:#fff;border:1px solid #d0d5dd;flex:1}.view-proof-button:hover{background:#f5f9ff}.mark-downloaded-button{color:#1976f3;background:#fff;border:1px solid #1976f3;flex:1}.mark-downloaded-button:hover{background:#eff6ff}.mark-tested-button{color:#1976f3;background:#fff;border:1px solid #1976f3;flex:1}.mark-tested-button:hover{background:#eff6ff}.tester-completed-badge{color:#027a48;background:#ecfdf3;border:1px solid #abefc6;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:5px;padding:7px 8px;font-size:11px;font-weight:600;display:inline-flex}.tester-not-installed{color:#d92d20;justify-content:flex-end;align-items:center;gap:4px;margin-top:7px;font-size:11px;font-weight:600;display:flex}.joined-testers-list::-webkit-scrollbar{width:6px}.joined-testers-list::-webkit-scrollbar-track{background:#f2f4f7;border-radius:10px}.joined-testers-list::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:10px}@media (width<=1100px){.joined-testers-panel{position:static}.joined-testers-list{max-height:none}}.admin-layout{background:#f5f7fb;min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#101828;flex-direction:column;width:280px;min-width:280px;min-height:100vh;display:flex}.admin-sidebar-logo{border-bottom:1px solid #1d2939;align-items:center;gap:12px;height:90px;padding:0 24px;display:flex}.admin-logo-box{color:#fff;background:#246bfe;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;font-weight:700;display:flex}.admin-sidebar-logo span{font-size:17px;font-weight:700}.admin-sidebar-nav{flex-direction:column;gap:6px;padding:24px 14px;display:flex}.admin-nav-item{color:#98a2b3;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.admin-nav-item:hover{color:#fff;background:#1d2939}.admin-nav-item.active{color:#fff;background:#246bfe}.admin-sidebar-bottom{border-top:1px solid #1d2939;margin-top:auto;padding:20px 14px}.admin-logout-button{color:#98a2b3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 14px;font-size:14px;font-weight:500;display:flex}.admin-logout-button:hover{color:#fff;background:#1d2939}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-topbar{background:#fff;border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;height:90px;padding:0 32px;display:flex}.admin-topbar h2{color:#101828;margin:0;font-size:21px}.admin-profile{align-items:center;gap:10px;display:flex}.admin-profile-icon{color:#1976f3;background:#e8f1ff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.admin-profile strong{color:#101828;font-size:14px;display:block}.admin-profile span{color:#667085;margin-top:2px;font-size:12px;display:block}.admin-content{flex:1;padding:32px;overflow-x:hidden}@media (width<=900px){.admin-sidebar{width:220px;min-width:220px}.admin-sidebar-logo span{font-size:14px}.admin-topbar{padding:0 20px}.admin-content{padding:20px}}.admin-sprints-page{width:100%}.admin-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.admin-page-header h1{color:#101828;margin:0 0 6px;font-size:28px}.admin-page-header p{color:#667085;margin:0;font-size:14px}.admin-refresh-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.admin-refresh-button:hover{background:#f9fafb}.admin-refresh-button:disabled{opacity:.6;cursor:not-allowed}.admin-spin{animation:1s linear infinite admin-spin}@keyframes admin-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-sprints-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.admin-search-box{background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:10px;width:420px;padding:10px 13px;display:flex}.admin-search-box svg{color:#667085;flex-shrink:0}.admin-search-box input{color:#101828;border:none;outline:none;width:100%;font-size:13px}.admin-search-box input::placeholder{color:#98a2b3}.admin-sprint-count{color:#667085;font-size:13px}.admin-sprint-list{flex-direction:column;gap:18px;display:flex}.admin-sprint-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:22px}.admin-sprint-card-top{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.admin-sprint-app{align-items:center;gap:14px;display:flex}.admin-sprint-app-icon{color:#667085;background:#f2f4f7;border-radius:14px;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;display:flex;overflow:hidden}.admin-sprint-app-icon img{object-fit:cover;width:100%;height:100%;display:block}.admin-sprint-app h2{color:#101828;margin:0 0 5px;font-size:17px}.admin-sprint-app p{color:#667085;margin:0;font-size:13px}.admin-sprint-status{border-radius:20px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.admin-sprint-status.active{color:#027a48;background:#ecfdf3}.admin-sprint-status.completed{color:#344054;background:#f2f4f7}.admin-sprint-status.draft{color:#c2410c;background:#fff7ed}.admin-sprint-details{border-bottom:1px solid #eaecf0;grid-template-columns:1.5fr repeat(4,1fr);gap:20px;padding:18px 0;display:grid}.admin-sprint-details>div{flex-direction:column;gap:5px;min-width:0;display:flex}.admin-sprint-details span{color:#667085;align-items:center;gap:5px;font-size:12px;display:flex}.admin-sprint-details strong{color:#101828;font-size:13px}.admin-sprint-details small{text-overflow:ellipsis;white-space:nowrap;color:#98a2b3;font-size:11px;overflow:hidden}.admin-sprint-card-bottom{justify-content:space-between;align-items:center;gap:20px;padding-top:18px;display:flex}.admin-sprint-goal{min-width:0}.admin-sprint-goal span{color:#667085;margin-bottom:5px;font-size:12px;display:block}.admin-sprint-goal p{text-overflow:ellipsis;white-space:nowrap;color:#344054;max-width:700px;margin:0;font-size:13px;overflow:hidden}.admin-manage-sprint-button{color:#1976f3;cursor:pointer;background:#fff;border:1px solid #1976f3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.admin-manage-sprint-button:hover{background:#eff6ff}.admin-empty-card{text-align:center;color:#98a2b3;background:#fff;border:1px dashed #d0d5dd;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:250px;display:flex}.admin-empty-card strong{color:#344054;font-size:14px}.admin-empty-card p{color:#667085;margin:0;font-size:13px}.admin-error-card{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:10px;padding:18px;font-size:13px}.admin-error-card button{color:#1976f3;cursor:pointer;background:0 0;border:none;margin-left:12px;font-weight:600}@media (width<=1100px){.admin-sprint-details{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.admin-page-header{flex-direction:column;align-items:flex-start}.admin-sprints-toolbar{flex-direction:column;align-items:stretch}.admin-search-box{width:auto}.admin-sprint-card-top{flex-direction:column;align-items:flex-start}.admin-sprint-card-bottom{flex-direction:column;align-items:stretch}.admin-sprint-goal p{white-space:normal;max-width:none}.admin-sprint-details{grid-template-columns:1fr 1fr}}.admin-manage-page{width:100%}.admin-manage-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.admin-back-button{color:#1976f3;cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;margin-bottom:14px;padding:0;font-size:13px;font-weight:600;display:inline-flex}.admin-manage-header h1{color:#101828;margin:0 0 6px;font-size:28px}.admin-manage-header p{color:#667085;margin:0;font-size:14px}.admin-manage-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;margin-bottom:20px;padding:24px}.admin-manage-app{border-bottom:1px solid #eaecf0;align-items:center;gap:16px;padding-bottom:22px;display:flex}.admin-manage-app-icon{background:#f2f4f7;border-radius:15px;flex:0 0 72px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.admin-manage-app-icon img{object-fit:cover;width:100%;height:100%}.admin-manage-app h2{color:#101828;margin:0 0 4px;font-size:19px}.admin-manage-app p{color:#667085;margin:0 0 5px;font-size:13px}.admin-manage-app small{color:#98a2b3;font-size:12px}.admin-manage-summary{grid-template-columns:repeat(3,1fr);gap:20px;padding-top:20px;display:grid}.admin-manage-summary>div{grid-template-columns:28px 1fr;column-gap:8px;display:grid}.admin-manage-summary svg{color:#667085;grid-row:span 2}.admin-manage-summary span{color:#667085;font-size:12px}.admin-manage-summary strong{color:#101828;font-size:14px}.admin-tester-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.admin-tester-header h2{color:#101828;margin:0 0 5px;font-size:18px}.admin-tester-header p{color:#667085;margin:0;font-size:13px}.admin-selection-count{color:#1976f3;background:#eff6ff;border-radius:20px;padding:8px 12px;font-size:12px;font-weight:600}.admin-tester-toolbar{gap:10px;margin:20px 0 14px;display:flex}.admin-select-button,.admin-clear-button{cursor:pointer;border-radius:7px;padding:8px 12px;font-size:12px;font-weight:600}.admin-select-button{color:#1976f3;background:#fff;border:1px solid #1976f3}.admin-clear-button{color:#475467;background:#fff;border:1px solid #d0d5dd}.admin-tester-list{border:1px solid #e4e7ec;border-radius:10px;flex-direction:column;max-height:430px;display:flex;overflow-y:auto}.admin-tester-row{cursor:pointer;border-bottom:1px solid #f2f4f7;align-items:center;gap:12px;padding:12px 14px;display:flex}.admin-tester-row:last-child{border-bottom:none}.admin-tester-row:hover{background:#f9fafb}.admin-tester-row.selected{background:#eff6ff}.admin-tester-check{color:#fff;border:1px solid #d0d5dd;border-radius:5px;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.admin-tester-row.selected .admin-tester-check{background:#1976f3;border-color:#1976f3}.admin-tester-avatar{color:#1976f3;background:#e8f1ff;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;display:flex}.admin-tester-info{flex-direction:column;gap:3px;min-width:0;display:flex}.admin-tester-info strong{color:#101828;font-size:13px}.admin-tester-info span{color:#667085;font-size:12px}.admin-no-testers{color:#98a2b3;border:1px dashed #d0d5dd;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:200px;display:flex}.admin-no-testers strong{color:#344054;font-size:14px}.admin-no-testers p{margin:0;font-size:12px}.admin-assignment-footer{border-top:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding-top:18px;display:flex}.admin-assignment-footer>div{color:#667085;align-items:center;gap:8px;font-size:12px;display:flex}.admin-assign-button{color:#fff;cursor:pointer;background:#1976f3;border:none;border-radius:8px;align-items:center;gap:7px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex}.admin-assign-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=800px){.admin-manage-header{flex-direction:column}.admin-manage-summary{grid-template-columns:1fr}.admin-tester-header,.admin-assignment-footer{flex-direction:column;align-items:flex-start}}.assigned-testers-section{background:#fff;border:1px solid #e4e7ec;border-radius:12px;margin-top:28px;padding:22px}.assigned-testers-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.assigned-testers-header h3{color:#101828;align-items:center;gap:8px;margin:0 0 6px;font-size:18px;display:flex}.assigned-testers-header p{color:#667085;margin:0;font-size:13px}.assigned-testers-count{color:#344054;white-space:nowrap;background:#f2f4f7;border-radius:20px;padding:7px 12px;font-size:13px;font-weight:600}.assigned-testers-toolbar{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.assigned-testers-toolbar span{color:#667085;font-size:13px}.copy-testers-button{color:#175cd3;cursor:pointer;background:#fff;border:1px solid #2970ff;border-radius:7px;padding:8px 14px;font-size:13px;font-weight:600}.copy-testers-button:hover{background:#eff8ff}.assigned-testers-textarea{resize:vertical;box-sizing:border-box;color:#344054;background:#f9fafb;border:1px solid #d0d5dd;border-radius:8px;outline:none;width:100%;min-height:150px;padding:14px;font-family:monospace;font-size:13px;line-height:1.8}.assigned-testers-textarea:focus{border-color:#84adff}.tester-summary-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin:10px;display:grid}.tester-summary-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;align-items:center;gap:16px;padding:24px;display:flex}.tester-summary-icon{color:#175cd3;background:#f2f4f7;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.tester-summary-card span{color:#667085;margin-bottom:6px;font-size:14px;display:block}.tester-summary-card strong{color:#101828;font-size:24px;display:block}.tester-assignments-card{margin:10px}.tester-section-header{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:flex-start;padding-bottom:20px;display:flex}.tester-section-header h2{margin:0 0 6px;font-size:20px}.tester-empty-state{text-align:center;color:#667085;flex-direction:column;justify-content:center;align-items:center;display:flex}.tester-empty-state h3{color:#344054;margin:14px 0 6px}.tester-empty-state p{margin:0}.tester-sprint-list{flex-direction:column;gap:16px;margin-top:20px;display:flex}.tester-sprint-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:20px}.tester-sprint-app{align-items:center;gap:14px;display:flex}.tester-sprint-icon{background:#f2f4f7;border-radius:12px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.tester-sprint-icon img{object-fit:cover;width:100%;height:100%}.tester-sprint-app h3{margin:0 0 5px;font-size:17px}.tester-sprint-app p{color:#667085;margin:0;font-size:13px}.tester-sprint-details{box-sizing:border-box;border-top:1px solid #eaecf0;width:100%;margin-top:20px;padding-top:18px;display:block}.tester-sprint-details span{color:#667085;margin-bottom:5px;font-size:13px;display:block}.tester-sprint-details strong{color:#101828;font-size:15px}.tester-sprint-action{border-top:1px solid #eaecf0;justify-content:space-between;align-items:center;margin-top:18px;padding-top:18px;display:flex}.tester-active-badge{color:#027a48;background:#ecfdf3;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600}.tester-sprint-action .primary-button{align-items:center;gap:7px;display:flex}@media (width<=900px){.tester-summary-grid,.tester-sprint-details{grid-template-columns:1fr}.tester-sprint-action{flex-direction:column;align-items:flex-start;gap:15px}}.tester-layout{background:#fff7f8;min-height:100vh;display:flex}.tester-sidebar{color:#fff;background:#101828;flex-direction:column;flex:0 0 280px;width:280px;min-height:100vh;display:flex}.tester-sidebar-logo{border-bottom:1px solid #1d2939;align-items:center;gap:14px;height:90px;padding:0 24px;display:flex}.tester-logo-box{color:#fff;background:#2563eb;border-radius:10px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:flex}.tester-sidebar-logo span{color:#fff;white-space:nowrap;font-size:18px;font-weight:700}.tester-sidebar-nav{flex-direction:column;gap:6px;padding:22px 16px;display:flex}.tester-nav-item{box-sizing:border-box;color:#98a2b3;border-radius:8px;align-items:center;gap:14px;width:100%;min-height:48px;padding:0 14px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.tester-nav-item:hover{color:#fff;background:#1d2939}.tester-nav-item.active{color:#fff;background:#2563eb}.tester-sidebar-bottom{border-top:1px solid #1d2939;margin-top:auto;padding:20px 16px}.tester-profile{align-items:center;gap:12px;margin-bottom:18px;display:flex}.tester-profile-icon{color:#175cd3;background:#dbeafe;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:700;display:flex}.tester-profile strong{color:#fff;font-size:14px;font-weight:600;display:block}.tester-profile span{color:#98a2b3;margin-top:3px;font-size:13px;display:block}.tester-logout-button{color:#fda29b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:44px;padding:0 12px;font-size:14px;font-weight:500;display:flex}.tester-logout-button:hover{background:#1d2939}.tester-main{flex-direction:column;flex:1;min-width:0;display:flex}.tester-topbar{box-sizing:border-box;background:#fff;border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex}.tester-topbar h2{color:#101828;margin:0;font-size:24px;font-weight:700}.tester-topbar-profile{align-items:center;gap:12px;display:flex}.tester-topbar-icon{color:#175cd3;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:700;display:flex}.tester-topbar-profile strong{color:#101828;font-size:14px;font-weight:600;display:block}.tester-topbar-profile span{color:#667085;margin-top:2px;font-size:12px;display:block}.tester-content{padding:32px,1px;box-sizing:border-box;flex:1;overflow-x:hidden}.tester-sprint-details{box-sizing:border-box;width:100%;max-width:1500px;margin:0 auto;padding:28px 32px 40px}.tester-sprint-details-header{align-items:center;gap:18px;width:100%;margin-bottom:24px;display:flex}.tester-back-button{color:#344054;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d0d5dd;border-radius:8px;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.tester-back-button:hover{background:#f8f9fc;border-color:#98a2b3}.tester-sprint-details-header h1{color:#101828;margin:0;font-size:28px;font-weight:700;line-height:1.2}.tester-sprint-details-header p{color:#667085;margin:6px 0 0;font-size:14px}.tester-sprint-info-app{align-items:center;gap:14px;min-width:0;display:flex}.tester-sprint-info-icon{background:#f2f4f7;border-radius:12px;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;display:flex;overflow:hidden}.tester-sprint-info-icon img{object-fit:cover;width:100%;height:100%;display:block}.tester-sprint-info-app h2{color:#101828;margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.25}.tester-sprint-info-app p{color:#667085;margin:0;font-size:13px}.tester-sprint-info-items{flex-shrink:0;align-items:center;gap:10px;display:flex}.tester-sprint-info-items>div{color:#344054;white-space:nowrap;background:#f9fafb;border:1px solid #eaecf0;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;font-size:13px;font-weight:600;display:flex}.tester-sprint-info-items svg{color:#667085}.tester-section-header{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:18px;display:flex}.tester-section-header h2{color:#101828;margin:0;font-size:20px;font-weight:700}.tester-section-header p{color:#667085;margin:5px 0 0;font-size:13px}.tester-section-header>span{color:#175cd3;white-space:nowrap;background:#eef4ff;border-radius:20px;align-items:center;padding:7px 12px;font-size:13px;font-weight:600;display:inline-flex}.tester-daily-list{box-sizing:border-box;flex-wrap:wrap;gap:14px;width:100%;padding:4px 4px 8px;display:flex}.tester-daily-item{box-sizing:border-box;background:#fcfcfd;border:1px solid #eaecf0;border-radius:12px;flex-direction:column;flex:180px;justify-content:space-between;gap:16px;min-width:180px;max-width:220px;min-height:165px;padding:16px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.tester-daily-item:hover{border-color:#d0d5dd;transform:translateY(-2px);box-shadow:0 5px 14px #10182812}.tester-page-loading,.tester-page-error{text-align:center;color:#667085;padding:40px}.tester-page-error{color:#b42318}.tester-page-error button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;margin-top:14px;padding:9px 15px;font-weight:600}@media (width<=900px){.tester-sprint-details{padding:22px 20px 32px}.tester-sprint-info-card{flex-direction:column;align-items:flex-start}.tester-sprint-info-items{width:100%}}@media (width<=600px){.tester-sprint-details{padding:18px 14px 28px}.tester-sprint-details-header{flex-direction:column;gap:12px}.tester-sprint-details-header h1{font-size:24px}.tester-sprint-info-card{padding:18px}.tester-sprint-info-items{flex-direction:column;align-items:stretch}.tester-sprint-info-items>div{box-sizing:border-box;width:100%}.tester-daily-standup-card{padding:18px}.tester-section-header{flex-direction:column;align-items:flex-start}}.tester-sprint-content{flex-direction:column;gap:24px;width:100%;display:flex}.tester-sprint-info-card{box-sizing:border-box;background:#fff;border:1px solid #eaecf0;border-radius:14px;justify-content:space-between;align-items:center;gap:30px;width:100%;margin:0;padding:20px 24px;display:flex;box-shadow:0 2px 8px #1018280a}.tester-daily-standup-card{box-sizing:border-box;background:#fff;border:1px solid #eaecf0;border-radius:14px;width:100%;margin:0;padding:24px;overflow:visible;box-shadow:0 2px 8px #1018280a}.daily-standup-modal-overlay{z-index:1000;box-sizing:border-box;background:#1018288c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.daily-standup-modal{background:#fff;border:1px solid #eaecf0;border-radius:16px;flex-direction:column;width:min(1100px,100%);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #10182833}.daily-standup-modal-header{border-bottom:1px solid #eaecf0;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.daily-standup-modal-header h2{color:#101828;margin:0;font-size:20px;font-weight:700}.daily-standup-modal-header p{color:#667085;margin:6px 0 0;font-size:14px}.daily-standup-modal-close{color:#667085;cursor:pointer;background:#fff;border:1px solid #eaecf0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.daily-standup-modal-close:hover{color:#101828;background:#f9fafb}.daily-standup-modal-body{padding:24px;overflow-y:auto}.daily-standup-modal-body p{color:#667085;margin:0;font-size:14px}@media (width<=600px){.daily-standup-modal-overlay{padding:12px}.daily-standup-modal{border-radius:14px;max-height:94vh}.daily-standup-modal-header,.daily-standup-modal-body{padding:18px}}.tester-daily-standup-button{color:#fff;cursor:pointer;background:#1976f3;border:none;border-radius:8px;padding:9px 14px;font-size:13px;font-weight:600}.tester-daily-standup-button:hover{background:#1565c0}.tester-proof-input{display:none}.tester-daily-proof-section{flex-direction:column;gap:10px;display:flex}.tester-proof-upload-button{color:#fff;cursor:pointer;background:#1976f3;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:12px;font-weight:600;display:inline-flex}.tester-proof-upload-button:hover{background:#1565c0}.tester-proof-link{color:#1976f3;background:#eef4ff;border-radius:7px;justify-content:center;align-items:center;padding:8px 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.tester-proof-link:hover{background:#dce9ff}.tester-daily-proof-section>div:last-child{color:#667085;font-size:13px}.developer-daily-activity-button{color:#1976f3;cursor:pointer;background:#fff;border:1px solid #1976f3;border-radius:7px;padding:7px 10px;font-size:12px;font-weight:600}.developer-daily-activity-button:hover{background:#eef4ff}.daily-standup-modal .tester-daily-item>div{flex-direction:column;gap:4px;display:flex}.daily-standup-modal .tester-daily-item>div:first-child strong,.daily-standup-modal .tester-daily-item>div:first-child span,.daily-standup-modal .tester-daily-item>div:nth-child(2) strong,.daily-standup-modal .tester-daily-item>div:nth-child(2) span{line-height:1.3}.daily-standup-modal .tester-daily-proof-section{gap:10px}.developer-daily-test-button{color:#fff;cursor:pointer;background:#1976f3;border:1px solid #1976f3;border-radius:7px;width:100%;padding:8px 10px;font-size:12px;font-weight:600}.developer-daily-test-button:hover{background:#1565c0}.developer-daily-test-button:disabled{opacity:.6;cursor:not-allowed}.daily-testing-status{flex-direction:column;gap:8px;display:flex}.daily-status-tested{color:#067647;font-size:13px;font-weight:600}.developer-daily-paid-button{color:#fff;cursor:pointer;background:#12b76a;border:1px solid #12b76a;border-radius:7px;justify-content:center;align-items:center;width:100%;padding:8px 10px;font-size:12px;font-weight:600;display:inline-flex}.developer-daily-paid-button:hover{background:#039855}.daily-status-paid{color:#067647;font-size:13px;font-weight:600}.daily-payment-status-paid{color:#067647;font-weight:600}.daily-payment-status-pending{color:#b54708;font-weight:600}.tester-payment-status-paid{color:#067647;font-weight:600}.tester-payment-status-pending{color:#b54708;font-weight:600}.admin-testers-toolbar{justify-content:space-between;align-items:center;padding:0 0 20px;display:flex}.admin-testers-search{background:#fff;border:1px solid #d9dee8;border-radius:8px;align-items:center;gap:10px;width:420px;max-width:100%;padding:10px 14px;display:flex}.admin-testers-search svg{color:#667085;flex-shrink:0}.admin-testers-search input{color:#101828;background:0 0;border:none;outline:none;width:100%;font-size:14px}.admin-testers-search input::placeholder{color:#98a2b3}.admin-testers-table-wrapper{border:1px solid #e4e7ec;border-radius:10px;width:100%;overflow-x:auto}.admin-testers-table{border-collapse:collapse;width:100%;min-width:900px}.admin-testers-table th{text-align:left;color:#475467;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e4e7ec;padding:14px 16px;font-size:13px;font-weight:600}.admin-testers-table td{color:#475467;vertical-align:middle;border-bottom:1px solid #eaecf0;padding:14px 16px;font-size:14px}.admin-testers-table tbody tr:last-child td{border-bottom:none}.admin-testers-table tbody tr:hover{background:#fafcff}.admin-tester-name-cell{align-items:center;gap:10px;min-width:150px;display:flex}.admin-tester-name-cell strong{color:#101828;white-space:nowrap;font-weight:600}.admin-tester-avatar{color:#1769ff;background:#eef4ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.admin-tester-status-select{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;outline:none;min-width:95px;padding:7px 10px;font-size:13px}.admin-tester-status-select:focus{border-color:#1976f3}.admin-tester-count{color:#027a48;background:#ecfdf3;border-radius:14px;justify-content:center;align-items:center;min-width:32px;height:28px;padding:0 9px;font-weight:600;display:inline-flex}.admin-tester-count.incomplete{color:#b54708;background:#fff4e5}.admin-tester-assignment-status{min-width:90px}.admin-tester-assignment-status span{border-radius:14px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-tester-assignment-status span.active{color:#027a48;background:#ecfdf3}.admin-tester-assignment-status span.inactive{color:#667085;background:#f2f4f7}.admin-tester-assignment-stat{flex-direction:column;gap:3px;min-width:110px;display:flex}.admin-tester-assignment-stat span{color:#667085;font-size:11px}.admin-tester-assignment-stat strong{color:#101828;font-size:14px}.admin-tester-row.inactive,.admin-tester-row.inactive:hover{background:#fafafa}.primary-button:disabled:hover{opacity:.55}.primary-button:disabled{opacity:.55;cursor:not-allowed}.tester-history-list{flex-direction:column;gap:12px;display:flex}.tester-history-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;grid-template-columns:minmax(220px,1.5fr) minmax(280px,2fr) auto auto;align-items:center;gap:20px;padding:16px 18px;transition:box-shadow .2s,border-color .2s;display:grid}.tester-history-card:hover{border-color:#d0d5dd;box-shadow:0 4px 12px #1018280f}.tester-history-app{align-items:center;gap:12px;min-width:0;display:flex}.tester-history-icon{background:#f2f4f7;border-radius:10px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex;overflow:hidden}.tester-history-icon img{object-fit:cover;width:100%;height:100%}.tester-history-app-info{min-width:0}.tester-history-app-info h3{color:#101828;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:15px;font-weight:600;overflow:hidden}.tester-history-app-info p{color:#667085;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.tester-history-details{align-items:center;gap:28px;display:flex}.tester-history-detail{flex-direction:column;gap:4px;min-width:70px;display:flex}.tester-history-detail span{color:#667085;align-items:center;gap:5px;font-size:11px;display:flex}.tester-history-detail strong{color:#101828;font-size:13px;font-weight:600}.tester-history-status{justify-content:center;align-items:center;display:flex}.tester-history-badge{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.tester-history-badge.completed{color:#027a48;background:#ecfdf3}.tester-history-badge.incomplete{color:#c4320a;background:#fff4ed}.tester-history-badge.progress{color:#175cd3;background:#eff8ff}.tester-history-action{justify-content:flex-end;display:flex}.tester-history-action .primary-button{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}@media (width<=1100px){.tester-history-card{grid-template-columns:1fr auto}.tester-history-details{grid-column:1/2}.tester-history-status{grid-area:1/2/auto/3}.tester-history-action{grid-area:2/2/auto/3}}@media (width<=700px){.tester-history-card{grid-template-columns:1fr;gap:14px}.tester-history-details{grid-column:auto;gap:20px}.tester-history-status,.tester-history-action{grid-area:auto;justify-content:flex-start}.tester-history-action .primary-button{justify-content:center;width:100%}}.wallet-summary-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.wallet-summary-card{background:#fff;border:1px solid #eaecf0;border-radius:14px;align-items:center;gap:14px;padding:20px;display:flex}.wallet-summary-icon{color:#1976f3;background:#eef4ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.wallet-summary-icon.paid{color:#027a48;background:#ecfdf3}.wallet-summary-icon.pending{color:#b54708;background:#fffaeb}.wallet-summary-card span{color:#667085;margin-bottom:5px;font-size:13px;display:block}.wallet-summary-card strong{color:#101828;font-size:24px;line-height:1.2;display:block}.wallet-summary-card small{color:#98a2b3;margin-top:5px;font-size:12px;display:block}.wallet-history-header{margin-bottom:18px}.wallet-history-header h2{color:#101828;margin:0;font-size:20px}.wallet-history-header p{color:#667085;margin:5px 0 0;font-size:13px}.wallet-history-list{flex-direction:column;display:flex}.wallet-history-item{border-bottom:1px solid #eaecf0;grid-template-columns:36px minmax(220px,1fr) 140px 130px;align-items:center;gap:18px;padding:16px 0;display:grid}.wallet-history-item:last-child{border-bottom:none}.wallet-history-number{color:#475467;background:#f2f4f7;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:600;display:flex}.wallet-history-app{align-items:center;gap:12px;min-width:0;display:flex}.wallet-history-icon{color:#667085;background:#f2f4f7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.wallet-history-icon img{object-fit:cover;width:100%;height:100%}.wallet-history-app h3{color:#101828;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;overflow:hidden}.wallet-history-app p{color:#667085;margin:4px 0 0;font-size:12px}.wallet-history-amount span{color:#98a2b3;margin-bottom:4px;font-size:11px;display:block}.wallet-history-amount strong{color:#101828;font-size:15px}.wallet-payment-badge{border-radius:20px;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.wallet-payment-badge.paid{color:#027a48;background:#ecfdf3}.wallet-payment-badge.partial{color:#b54708;background:#fffaeb}.wallet-payment-badge.pending{color:#667085;background:#f2f4f7}@media (width<=900px){.wallet-summary-grid{grid-template-columns:1fr}.wallet-history-item{grid-template-columns:36px 1fr}.wallet-history-amount,.wallet-payment-badge{grid-column:2}}.profile-card{padding:28px}.profile-card-header{border-bottom:1px solid #eaecf0;align-items:center;gap:16px;padding-bottom:24px;display:flex}.profile-avatar{color:#1976f3;background:#eef4ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:700;display:flex}.profile-card-header h2{color:#101828;margin:0;font-size:22px}.profile-role{color:#667085;margin-top:5px;font-size:13px;display:inline-block}.profile-details{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.profile-detail-item{border-bottom:1px solid #eaecf0;align-items:center;gap:14px;padding:20px 10px;display:flex}.profile-detail-icon{color:#475467;background:#f2f4f7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.profile-detail-item span{color:#667085;margin-bottom:5px;font-size:12px;display:block}.profile-detail-item strong{color:#101828;font-size:14px;display:block}.profile-status{text-transform:capitalize;color:#027a48!important}@media (width<=700px){.profile-details{grid-template-columns:1fr}.profile-card{padding:20px}}.profile-upi-section{border-top:1px solid #eaecf0;margin-top:28px;padding-top:24px}.profile-upi-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.profile-upi-header h3{color:#101828;margin:0;font-size:17px}.profile-upi-header p{color:#667085;margin:5px 0 0;font-size:13px}.profile-upi-header>svg{color:#1976f3;flex-shrink:0}.profile-upi-empty{text-align:center;background:#f9fafb;border:1px dashed #d0d5dd;border-radius:12px;padding:30px}.profile-upi-empty>svg{color:#98a2b3;margin-bottom:10px}.profile-upi-empty h4{color:#101828;margin:0;font-size:15px}.profile-upi-empty p{color:#667085;max-width:430px;margin:6px auto 18px;font-size:13px}.profile-upi-preview{background:#fff;border:1px solid #eaecf0;border-radius:12px;align-items:center;gap:24px;padding:20px;display:flex}.profile-upi-preview img{object-fit:contain;background:#fff;border:1px solid #eaecf0;border-radius:10px;flex-shrink:0;width:180px;height:180px;padding:8px}.profile-upi-preview strong{color:#027a48;font-size:15px;display:block}.profile-upi-preview p{color:#667085;margin:6px 0 16px;font-size:13px;line-height:1.5}.profile-upload-button{color:#fff;cursor:pointer;background:#1976f3;border-radius:8px;align-items:center;gap:7px;padding:9px 14px;font-size:13px;font-weight:600;transition:opacity .2s;display:inline-flex}.profile-upload-button:hover{opacity:.9}.profile-upload-button:has(input:disabled){opacity:.6;cursor:not-allowed}@media (width<=650px){.profile-upi-preview{flex-direction:column;align-items:flex-start}.profile-upi-preview img{width:160px;height:160px}}.register-loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ffffffbf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.register-loading-box{text-align:center;background:#fff;border:1px solid #eaecf0;border-radius:14px;flex-direction:column;align-items:center;gap:8px;min-width:220px;padding:28px 32px;display:flex;box-shadow:0 10px 30px #1018281f}.register-loading-box strong{color:#101828;font-size:16px}.register-loading-box span{color:#667085;font-size:13px}.register-spinner{border:3px solid #dbeafe;border-top-color:#1976f3;border-radius:50%;width:30px;height:30px;margin-bottom:6px;animation:.8s linear infinite register-spin}@keyframes register-spin{to{transform:rotate(360deg)}}.register-submit:disabled{opacity:.6;cursor:not-allowed}.dashboard-welcome{margin-bottom:28px}.dashboard-welcome h1{color:#101828;margin:0;font-size:30px;font-weight:700}.dashboard-welcome p{color:#667085;margin:8px 0 0;font-size:16px}.dashboard-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.dashboard-stat-card{box-sizing:border-box;background:#fff;border:1px solid #eaecf0;border-radius:12px;min-height:130px;padding:22px}.dashboard-stat-label{color:#667085;font-size:14px;font-weight:500}.dashboard-stat-value{color:#101828;margin-top:12px;font-size:30px;font-weight:700;line-height:1.2}.dashboard-stat-description{color:#98a2b3;margin-top:8px;font-size:12px}.dashboard-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:8px;margin-top:20px;padding:14px 16px;font-size:14px}@media (width<=1100px){.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.dashboard-summary-grid{grid-template-columns:1fr}.dashboard-welcome h1{font-size:25px}}.developer-tester-qr-header{align-items:center;gap:10px;margin-left:auto;margin-right:14px;display:flex}.developer-tester-qr-info{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.developer-tester-qr-info strong{color:#101828;font-size:12px}.developer-tester-qr-info span{color:#667085;font-size:11px}.developer-tester-qr-link{background:#fff;border:1px solid #d0d5dd;border-radius:7px;justify-content:center;align-items:center;width:58px;height:58px;padding:3px;display:flex}.developer-tester-qr-image{object-fit:contain;width:50px;height:50px}.tester-app-playstore{margin-top:10px}.tester-app-playstore label{color:#667085;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.tester-app-url-row{align-items:center;gap:8px;display:flex}.tester-app-url-row input{color:#344054;background:#f9fafb;border:1px solid #d0d5dd;border-radius:7px;outline:none;width:420px;max-width:100%;padding:8px 10px;font-size:12px}.tester-app-url-row button{color:#fff;cursor:pointer;background:#1976f3;border:none;border-radius:7px;padding:8px 14px;font-size:12px;font-weight:600}.tester-app-url-row button:hover{opacity:.9}.tester-sidebar{transition:width .25s}.tester-main{transition:margin-left .25s}.tester-sidebar-collapsed .tester-sidebar{width:76px}.tester-sidebar-collapsed .tester-main{margin-left:76px}.tester-sidebar-collapsed .tester-sidebar-logo>span,.tester-sidebar-collapsed .tester-nav-item span,.tester-sidebar-collapsed .tester-profile-info,.tester-sidebar-collapsed .tester-logout-button span{display:none}.tester-sidebar-collapsed .tester-nav-item{justify-content:center;padding-left:0;padding-right:0}.tester-sidebar-collapsed .tester-profile{justify-content:center}.tester-sidebar-collapse-button{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;margin-left:auto;display:flex}.tester-sidebar-collapse-button:hover{color:#1976f3;background:#f2f4f7}.tester-mobile-menu-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;display:none}.tester-mobile-menu-button:hover{background:#f9fafb}.tester-mobile-close-button{color:#667085;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;display:none}.tester-sidebar-overlay{display:none}@media (width<=768px){.tester-sidebar{z-index:1000;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px #00000026;width:265px!important}.tester-mobile-sidebar-open .tester-sidebar{transform:translate(0)}.tester-main,.tester-sidebar-collapsed .tester-main{width:100%;margin-left:0!important}.tester-mobile-menu-button{display:flex}.tester-sidebar-collapse-button{display:none}.tester-mobile-close-button{display:flex}.tester-mobile-sidebar-open .tester-sidebar-overlay{z-index:999;background:#00000059;display:block;position:fixed;inset:0}.tester-topbar{align-items:center;gap:12px;padding:12px 16px;display:flex}.tester-topbar>div:first-of-type{flex:1}.tester-topbar h2{font-size:18px}.tester-topbar-profile>div:last-child{display:none}.tester-content{width:100%;padding:16px}}
