:root{--color-primary: #39b54a;--color-primary-dark: #168d25;--color-success: #27ae60;--color-error: #e04444;--color-error-dark: #b93030;--color-warning: #f2c94c;--color-page: #f9f9f9;--color-card: #ffffff;--color-border: #e5e5e5;--color-text: #333333;--color-secondary: #666666;--color-placeholder: #999999;--color-blue: #4fc3f7;--color-purple: #5c6bc0;--color-orange: #ff8a65;--shadow-card: 0 3px 6px rgba(0, 0, 0, .05)}*{box-sizing:border-box}html{min-height:100%;background:var(--color-page)}body{margin:0;min-height:100vh;color:var(--color-text);background:var(--color-page);font-family:PingFang SC,Roboto,SF Pro Display,Microsoft YaHei,Arial,sans-serif;overflow:hidden}a{color:inherit;text-decoration:none}button,.button-like{font:inherit;border:0}.app{position:relative;width:min(100%,390px);height:100vh;margin:0 auto;background:var(--color-page);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;scrollbar-width:none}.app::-webkit-scrollbar{display:none}.page{min-height:100%;display:flex;flex-direction:column;padding:16px 24px 124px}.page::-webkit-scrollbar,.word-list::-webkit-scrollbar{display:none}.topbar{min-height:40px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;margin-bottom:10px}.icon-btn{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;color:var(--color-text);background:transparent;font-size:26px;line-height:1}.help-btn{border:2px solid var(--color-border);color:var(--color-secondary);background:var(--color-card);font-size:18px;font-weight:700}.page-title{margin:0 0 16px;font-size:22px;line-height:1.35;font-weight:700}.student-row{display:inline-flex;align-items:center;gap:10px;margin:4px 0 22px}.student-row.compact{margin-bottom:14px}.student-avatar-wrap{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e8f7ea}.student-avatar{width:31px;height:31px;object-fit:contain}.student-name{font-size:16px;font-weight:700}.upload-zone{flex:1 1 0;min-height:382px;display:grid;place-items:center;padding:24px;border:2px dashed #d8d8d8;border-radius:12px;background:var(--color-card)}.homework-page .upload-zone{min-height:334px}.upload-page .upload-zone{flex-basis:52%}.homework-page .upload-zone{flex-basis:42%}.upload-inner{display:grid;justify-items:center;gap:10px;text-align:center}.upload-art{position:relative;width:148px;height:126px;display:grid;place-items:center}.upload-icon{width:118px;height:118px;object-fit:contain}.upload-preview{position:relative;width:min(100%,270px);height:238px;display:grid;place-items:center;overflow:hidden;border:2px solid var(--color-border);border-radius:12px;background:#fff;box-shadow:var(--shadow-card)}.upload-preview.homework-preview{width:min(100%,250px);height:214px}.upload-preview img{width:100%;height:100%;object-fit:cover}.preview-open-btn{position:absolute;top:8px;right:8px;z-index:1;min-width:52px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;background:#333333b8;box-shadow:0 2px 4px #00000029;font-size:12px;font-weight:700}.image-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:18px}.image-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000009e}.image-modal-panel{position:relative;z-index:1;width:min(100%,360px);max-height:86vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 16px 40px #0000003d}.image-modal-head{min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:8px;align-items:center;padding:8px 8px 8px 14px;border-bottom:1px solid var(--color-border)}.image-modal-head strong{font-size:15px}.image-modal-close{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:var(--color-text);background:#f3f3f3;font-size:24px;line-height:1}.image-modal-img{width:100%;max-height:calc(86vh - 48px);object-fit:contain;background:#f7f7f7}.upload-sparkle{position:absolute;width:15px;height:15px;object-fit:contain;filter:hue-rotate(72deg) saturate(1.45);opacity:.62}.upload-sparkle.one{left:18px;top:28px}.upload-sparkle.two{right:14px;top:30px}.upload-sparkle.three{left:28px;bottom:22px;width:12px;height:12px}.upload-sparkle.four{right:26px;bottom:20px;width:12px;height:12px}.camera-bubble{width:132px;height:132px;display:grid;place-items:center;border-radius:50%;background:#ffe7e7}.camera-icon{width:104px;height:104px;object-fit:contain}.upload-title{margin-top:6px;font-size:22px;line-height:1.35;font-weight:700}.upload-subtitle{color:var(--color-secondary);font-size:14px;line-height:1.5}.info-card{display:flex;align-items:flex-start;gap:10px;margin-top:28px;padding:14px;border:2px solid #b9dbff;border-radius:12px;background:#eef7ff;color:#28557e;box-shadow:var(--shadow-card);font-size:14px;line-height:1.55}.info-icon{width:20px;height:20px;display:grid;place-items:center;border:2px solid #2f8ff0;border-radius:50%;color:#2f8ff0;font-size:13px;font-weight:700;flex:0 0 auto}.option-card,.preview-card,.progress-card,.word-chip-card,.notice-card{border:2px solid var(--color-border);border-radius:12px;background:var(--color-card);box-shadow:var(--shadow-card)}.option-card{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;padding:16px;margin-bottom:14px}.option-card.active{border-color:#2f8ff0;background:#f2f9ff}.radio{width:22px;height:22px;margin-top:2px;border:2px solid var(--color-text);border-radius:50%;background:var(--color-card)}.option-card.active .radio{border:7px solid #1e88e5}.option-title{font-size:16px;line-height:1.45;font-weight:700}.option-desc{margin-top:2px;color:var(--color-secondary);font-size:13px;line-height:1.45}.range-fields{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:10px;align-items:center;margin-top:14px}.range-select{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border:2px solid var(--color-border);border-radius:12px;background:var(--color-card);font-size:16px;font-weight:700}.range-select.select-control{position:relative;padding:0 28px 0 14px;cursor:pointer}.select-value{min-width:16px;text-align:center}.range-select.select-control select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;opacity:0;cursor:pointer}.select-chevron{width:8px;height:8px;margin-top:-4px;border-right:2px solid var(--color-text);border-bottom:2px solid var(--color-text);transform:rotate(45deg)}.select-chevron.active{border-color:#1e88e5}.preview-card{flex:1 1 0;min-height:220px;display:flex;flex-direction:column;overflow:hidden;padding:16px;margin-top:14px}.range-page .preview-card{flex-basis:38%}.preview-title{margin:0 0 10px;color:var(--color-secondary);font-size:14px;line-height:1.4;font-weight:400}.word-list{flex:1 1 auto;display:grid;overflow-y:auto;min-height:0;scrollbar-width:none}.word-row{min-height:46px;display:grid;grid-template-columns:34px 42px 1fr;gap:10px;align-items:center;border-bottom:1px solid var(--color-border)}.word-row:last-child{border-bottom:0}.word-index{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--color-primary);font-size:14px;font-weight:700}.word-icon{width:38px;height:38px;display:grid;place-items:center}.word-icon img{width:34px;height:34px;object-fit:contain}.word-cn{font-size:16px;font-weight:400}.more-row{padding-top:8px;color:var(--color-secondary);text-align:center;font-size:18px;line-height:1}.dictation-head{display:grid;justify-items:center;margin:4px 0 14px}.progress-label{text-align:center;font-size:16px;font-weight:700}.skip-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:64px;min-height:34px;padding:0 12px;border:2px solid #bfecc7;border-radius:12px;color:var(--color-primary);background:var(--color-card);box-shadow:var(--shadow-card);font-size:12px;font-weight:700;white-space:nowrap}.skip-symbol{font-size:15px;line-height:1}.progress-bar{display:flex;flex:0 0 auto;overflow:hidden;border:2px solid #d8d8d8;border-radius:999px;margin-bottom:22px;background:#ececec;min-height:14px}.progress-segment{flex:1 1 0;min-width:0;height:14px;border-right:1px solid #ffffff;background:#ececec}.progress-segment.done{background:#ffc121;border-right-color:#ffc121}.progress-segment:last-child{border-right:0}.listen-card{flex:0 0 auto;width:100%;aspect-ratio:1.08 / 1;min-height:0;max-height:none;display:grid;place-items:center;padding:24px;border:2px solid #f0b52b;border-radius:16px;background:#fff8d7;text-align:center}.speaker-wrap{position:relative;width:62px;height:44px;margin:0 auto 18px}.voice-base-img{position:absolute;left:5px;top:1px;width:32px;height:43px;object-fit:contain}.voice-wave-img{position:absolute;object-fit:contain;opacity:0;transform-origin:left center}.voice-wave-img.one{left:38px;top:10px;width:12px;height:28px;transform:scaleY(.78);animation:voice-wave-one 1.18s ease-in-out infinite}.voice-wave-img.two{left:43px;top:5px;width:19px;height:36px;transform:scaleY(.74);animation:voice-wave-two 1.18s ease-in-out infinite}@keyframes voice-wave-one{0%{opacity:0}20%,42%{opacity:1}58%,to{opacity:0}}@keyframes voice-wave-two{0%,28%{opacity:0}46%,72%{opacity:1}88%,to{opacity:0}}.dictation-word{font-size:42px;line-height:1.2;font-weight:700}.dictation-tip{margin-top:16px;color:var(--color-secondary);font-size:16px;line-height:1.5;font-weight:700}.progress-card{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;padding:16px 0}.progress-item{display:grid;justify-items:center;gap:6px;border-right:1px solid var(--color-border)}.progress-item:last-child{border-right:0}.progress-item span{color:var(--color-secondary);font-size:13px}.progress-item strong{font-size:28px;line-height:1;font-weight:700}.progress-item.done strong{color:var(--color-success)}.progress-item.current strong{color:#f6a700}.word-chip-card{flex:0 0 auto;min-height:96px;margin-top:18px;padding:14px}.chip-title{margin-bottom:10px;color:var(--color-secondary);font-size:13px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:10px;color:#31506a;background:#e5f3ff;font-size:14px}.chip.refresh{color:#ff6a42;background:#fff0e8}.notice-card{display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:14px 16px;margin-bottom:22px;border-color:#ffc7c7;background:#fff0f0;color:var(--color-secondary);font-size:14px;line-height:1.45}.notice-icon{width:24px;height:24px;object-fit:contain;flex:0 0 auto}.tip-card{display:flex;align-items:center;justify-content:center;gap:10px;min-height:56px;margin-top:22px;padding:14px 16px;border:2px solid #ffd891;border-radius:12px;background:#fff9e8;color:#6a5620;font-size:14px;line-height:1.45}.bulb-icon{width:22px;height:22px;object-fit:contain;flex:0 0 auto}.bottom-action{position:fixed;left:50%;bottom:0;z-index:10;width:min(100%,390px);height:104px;display:flex;align-items:flex-start;padding:14px 24px 28px;background:var(--color-page);transform:translate(-50%)}.bottom-action.split{gap:16px}.primary-action,.danger-action,.secondary-action{width:100%;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;color:#fff;font-size:18px;font-weight:700;transition:transform .12s ease}.bottom-action.split .primary-action,.bottom-action.split .secondary-action{flex:1 1 0}.primary-action{background:var(--color-primary);box-shadow:0 6px 0 var(--color-primary-dark)}.primary-action.blue{background:#1e98ea;box-shadow:0 6px #0d6fb8}.danger-action{background:#ff4f4f;box-shadow:0 6px 0 var(--color-error-dark)}.secondary-action{border:2px solid var(--color-border);color:var(--color-text);background:var(--color-card);box-shadow:0 6px #dcdcdc}.primary-action:active,.danger-action:active,.secondary-action:active{transform:translateY(3px) scale(.98)}.replay-pill{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:2px solid #dff2e3;border-radius:14px;color:var(--color-primary);background:var(--color-card);box-shadow:var(--shadow-card);font-size:13px;font-weight:700;white-space:nowrap}.replay-icon{font-size:18px;line-height:1}.result-page .page{padding-bottom:118px}.result-page .topbar{margin-bottom:10px}.result-page .student-row{margin-bottom:8px}.score-animation-card{position:relative;overflow:hidden;width:100%;min-height:282px;display:grid;align-content:center;justify-items:center;padding:18px 18px 20px;border:2px solid #ffe09b;border-radius:18px;background:radial-gradient(circle at center 46%,rgba(255,255,255,.68) 0 17%,transparent 42%),repeating-conic-gradient(from -8deg at 50% 44%,#fff6 0,#fff6 10deg,#ffd95824 10deg,#ffd95824 20deg),linear-gradient(180deg,#fff8cf,#ffe88d);box-shadow:var(--shadow-card)}.celebration-art{position:relative;display:grid;place-items:center;width:100%;height:168px}.confetti-layer{position:absolute;inset:50% auto auto 50%;object-fit:contain;opacity:0;pointer-events:none}.confetti-wide{z-index:1;width:326px;height:326px;transform:translate(-50%,-40%) scale(.18) rotate(-8deg);animation:confetti-spray-wide 2.3s 1s cubic-bezier(.16,.86,.2,1) both}.confetti-front{z-index:3;width:246px;height:246px;filter:saturate(1.08);transform:translate(-50%,-26%) scale(.08) rotate(6deg);animation:confetti-spray-front 1.8s 1s cubic-bezier(.15,.92,.24,1.08) both}.cup-img{position:relative;z-index:2;width:150px;height:150px;object-fit:contain;animation:cup-pop 1.9s 1s cubic-bezier(.17,.92,.26,1.16) both}.score-animation-card .podium{position:absolute;z-index:1;left:50%;bottom:14px;width:170px;height:30px;border-radius:50%;background:#ffffffd1;box-shadow:0 10px 18px #c281161f;transform:translate(-50%)}.result-copy{position:relative;z-index:2;width:100%;display:grid;justify-items:center;text-align:center}.result-title{width:max-content;margin:2px auto 4px;font-size:30px;line-height:1.25;font-weight:700;text-align:center;opacity:0;animation:result-copy-in .72s 2.25s cubic-bezier(.16,.86,.2,1) both}.result-subtitle{width:max-content;margin:0 auto;color:var(--color-secondary);font-size:16px;line-height:1.5;text-align:center;opacity:0;animation:result-copy-in .72s 2.45s cubic-bezier(.16,.86,.2,1) both}.score-panel{display:grid;grid-template-columns:repeat(2,1fr);margin-top:20px;padding:18px 10px 16px;border:2px solid var(--color-border);border-radius:12px;background:var(--color-card);box-shadow:var(--shadow-card)}.score-item{display:grid;justify-items:center;gap:6px;border-right:1px solid var(--color-border)}.score-item:last-child{border-right:0}.score-label{font-size:16px;font-weight:700}.score-value{color:var(--color-success);font-size:40px;line-height:1;font-weight:700}.score-value.orange{color:#ff9700}.score-total,.score-unit{margin-left:3px;color:var(--color-text);font-size:18px;font-weight:700}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.stat-card{min-height:74px;display:grid;justify-items:center;align-content:center;gap:3px;padding:10px 4px;border:2px solid var(--color-border);border-radius:12px;background:var(--color-card);box-shadow:var(--shadow-card)}.stat-head{display:inline-flex;align-items:center;gap:6px;color:var(--color-text);font-size:14px;font-weight:700}.stat-icon{width:23px;height:23px;object-fit:contain}.stat-card strong{font-size:20px;line-height:1.1;font-weight:700}.encourage-card{min-height:58px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;padding:14px 16px;border:2px solid #ffd891;border-radius:12px;background:#fff9e8;color:#7a501b;font-size:14px;line-height:1.45;box-shadow:var(--shadow-card)}@keyframes cup-pop{0%{opacity:0;transform:scale(.25) translateY(24px)}58%{opacity:1;transform:scale(1.08) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes confetti-spray-wide{0%{opacity:0;transform:translate(-50%,-40%) scale(.18) rotate(-8deg)}42%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}@keyframes confetti-spray-front{0%{opacity:0;transform:translate(-50%,-26%) scale(.08) rotate(6deg)}8%{opacity:1;transform:translate(-50%,-50%) scale(.82) rotate(0)}58%{opacity:.92;transform:translate(-50%,-50%) scale(.82) rotate(0)}to{opacity:.92;transform:translate(-50%,-50%) scale(.82) rotate(0)}}@keyframes result-copy-in{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.page-index{display:grid;gap:12px}.index-card{display:grid;gap:4px;padding:16px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-card);box-shadow:var(--shadow-card)}.index-card strong{font-size:18px}.index-card span{color:var(--color-secondary);font-size:14px;line-height:1.5}@media (max-width: 360px){.page{padding-right:16px;padding-left:16px}.upload-zone{min-height:330px}.range-fields{grid-template-columns:auto minmax(70px,1fr) auto minmax(70px,1fr)}}.error-banner{margin-bottom:12px;padding:10px 12px;border:2px solid #ffc7c7;border-radius:12px;background:#fff0f0;color:var(--color-error);font-size:13px;line-height:1.45}.option-card{width:100%;text-align:left}.primary-action:disabled,.danger-action:disabled{color:#aaa;background:#e5e5e5;box-shadow:0 6px #d0d0d0}.home-approved-page{width:min(100%,430px);height:100vh;min-height:100vh;overflow-y:auto;background:var(--color-page);scrollbar-width:none}.home-approved-page::-webkit-scrollbar{display:none}.home-approved-page .content{padding:16px 16px 92px}.home-approved-page .hero{position:relative;display:grid;justify-items:center;min-height:252px;padding:12px 0 8px}.home-approved-page .streak{position:absolute;top:12px;right:0;display:inline-flex;align-items:center;gap:4px;height:32px;padding:0 10px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-card);box-shadow:var(--shadow-card);color:var(--color-text);font-size:10px;font-weight:600}.home-approved-page .fire-icon{width:16px;height:16px;object-fit:contain}.home-approved-page .student-figure{position:relative;display:grid;justify-items:center;padding-top:2px}.home-approved-page .boy{width:214px;height:204px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08))}.home-approved-page .student-name{margin-top:-6px;font-size:18px;line-height:1.25;font-weight:600}.home-approved-page .star-img{position:absolute;object-fit:contain;pointer-events:none}.home-approved-page .star-left-large{left:-42px;top:82px;width:34px;height:34px;transform:rotate(-10deg)}.home-approved-page .star-left-small{left:-18px;top:48px;width:18px;height:18px;transform:rotate(12deg)}.home-approved-page .star-right-large{right:-38px;top:84px;width:28px;height:28px;transform:rotate(10deg)}.home-approved-page .star-right-small{right:-12px;top:52px;width:16px;height:16px;transform:rotate(-8deg)}.home-approved-page .section-title{margin:4px 0 12px;font-size:18px;line-height:1.35;font-weight:600}.home-approved-page .task-list{display:grid;gap:10px}.home-approved-page .task-card{--card-accent: var(--color-primary);--card-accent-dark: #168d25;--card-border: #bfecc7;--card-soft: #f4fff5;display:grid;gap:8px;padding:12px;border:1px solid var(--card-border);border-radius:12px;background:var(--card-soft);box-shadow:var(--shadow-card)}.home-approved-page .task-card.blue{--card-accent: #1e98ea;--card-accent-dark: #0d6fb8;--card-border: #bde8ff;--card-soft: #f2fbff}.home-approved-page .task-card.purple{--card-accent: #8a46e6;--card-accent-dark: #6530ba;--card-border: #dec8ff;--card-soft: #fbf7ff}.home-approved-page .task-card.orange{--card-accent: #ff8a1f;--card-accent-dark: #cc680b;--card-border: #ffd8a8;--card-soft: #fff8ec}.home-approved-page .task-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.home-approved-page .task-name{min-width:0;color:var(--card-accent);font-size:14px;line-height:1.35;font-weight:600}.home-approved-page .retry-btn{display:inline-flex;align-items:center;justify-content:center;min-width:128px;min-height:31px;padding:0 12px;border-radius:8px;color:#fff;background:var(--card-accent);box-shadow:0 4px 0 var(--card-accent-dark);font-size:12px;line-height:1;font-weight:700;white-space:nowrap;transition:transform .12s ease}.home-approved-page .retry-btn:disabled{opacity:.62}.home-approved-page .retry-btn:active{box-shadow:0 2px 0 var(--card-accent-dark);transform:translateY(2px) scale(.98)}.home-approved-page .task-main{display:flex;align-items:flex-end;min-height:28px}.home-approved-page .score{line-height:1}.home-approved-page .score strong{color:var(--card-accent);font-size:28px;font-weight:700}.home-approved-page .score span{color:var(--color-secondary);font-size:14px;font-weight:600}.home-approved-page .task-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.home-approved-page .stats{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-width:0;color:var(--color-secondary);font-size:12px;line-height:1.35;font-weight:400}.home-approved-page .stat-ok,.home-approved-page .stat-bad{display:inline-flex;align-items:center;gap:4px}.home-approved-page .status-icon{width:16px;height:16px;flex:0 0 auto;object-fit:contain}.home-approved-page .expand{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--color-secondary);background:transparent;font-size:12px;line-height:1.35;font-weight:400;white-space:nowrap}.home-approved-page .expand-icon{width:14px;height:14px;object-fit:contain}.home-approved-page .wrong-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.home-approved-page .wrong-list span{padding:8px 10px;border-radius:10px;color:#31506a;background:#e5f3ff;font-size:13px}.home-approved-page .new-task{min-height:56px;display:grid;place-items:center;border:2px dashed var(--color-border);border-radius:12px;color:var(--color-primary);background:var(--color-card);box-shadow:var(--shadow-card);font-size:16px;font-weight:700;text-decoration:none}.home-approved-page .task-list.empty .new-task{min-height:176px}.home-approved-page .tabbar{position:fixed;left:50%;bottom:0;z-index:10;width:min(100%,430px);height:72px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--color-border);background:var(--color-card);transform:translate(-50%)}.home-approved-page .tab{display:grid;place-items:center;align-content:center;gap:4px;color:var(--color-placeholder);font-size:12px;line-height:1;font-weight:400}.home-approved-page .tab.active{color:var(--color-primary);font-weight:700}.home-approved-page .tab-icon{width:28px;height:28px;display:grid;place-items:center}.home-approved-page .tab-icon img{width:22px;height:22px;object-fit:contain}@media (max-width: 360px){.home-approved-page .content{padding-right:12px;padding-left:12px}.home-approved-page .retry-btn{min-width:112px;padding:0 10px;font-size:11px}}
