.warranty-check-module__mQz1Zq__pageWrapper{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.warranty-check-module__mQz1Zq__header{border-bottom:1px solid var(--color-border);background:var(--color-bg-card);justify-content:center;align-items:center;padding:20px 40px;display:flex}.warranty-check-module__mQz1Zq__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.warranty-check-module__mQz1Zq__logoIcon{color:var(--color-primary);font-size:1.5rem}.warranty-check-module__mQz1Zq__logoText{font-family:var(--font-display);color:var(--color-primary);letter-spacing:.15em;font-size:1.5rem;font-weight:600}.warranty-check-module__mQz1Zq__main{flex:1;padding:60px 20px}.warranty-check-module__mQz1Zq__container{max-width:900px;margin:0 auto}.warranty-check-module__mQz1Zq__heroSection{text-align:center;margin-bottom:40px}.warranty-check-module__mQz1Zq__pageTitle{font-family:var(--font-display);color:var(--color-text);margin-bottom:12px;font-size:clamp(2rem,5vw,3rem);font-weight:600}.warranty-check-module__mQz1Zq__pageSubtitle{color:var(--color-text-muted);font-size:1.1rem}.warranty-check-module__mQz1Zq__searchCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:24px;padding:32px}.warranty-check-module__mQz1Zq__searchForm{flex-direction:column;gap:20px;display:flex}.warranty-check-module__mQz1Zq__searchTypeToggle{justify-content:center;gap:12px;display:flex}.warranty-check-module__mQz1Zq__toggleBtn{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;transition:var(--transition-base);align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:500;display:flex}.warranty-check-module__mQz1Zq__toggleBtn:hover{border-color:var(--color-primary);color:var(--color-text)}.warranty-check-module__mQz1Zq__toggleBtn.warranty-check-module__mQz1Zq__active{border-color:var(--color-primary);color:var(--color-primary);background:#d4a8531a}.warranty-check-module__mQz1Zq__searchInputWrapper{gap:12px;display:flex}.warranty-check-module__mQz1Zq__searchInput{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);letter-spacing:.05em;transition:var(--transition-base);flex:1;padding:16px 20px;font-size:1.1rem;font-weight:500}.warranty-check-module__mQz1Zq__searchInput::placeholder{color:var(--color-text-subtle);font-weight:400}.warranty-check-module__mQz1Zq__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow);outline:none}.warranty-check-module__mQz1Zq__searchBtn{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);border-radius:var(--radius-md);color:#000;cursor:pointer;transition:var(--transition-base);border:none;align-items:center;gap:8px;padding:16px 32px;font-size:1rem;font-weight:600;display:flex}.warranty-check-module__mQz1Zq__searchBtn:hover{box-shadow:0 8px 25px var(--color-primary-glow);transform:translateY(-2px)}.warranty-check-module__mQz1Zq__searchBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.warranty-check-module__mQz1Zq__spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite warranty-check-module__mQz1Zq__spin}@keyframes warranty-check-module__mQz1Zq__spin{to{transform:rotate(360deg)}}.warranty-check-module__mQz1Zq__errorCard{border-radius:var(--radius-md);color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;align-items:center;gap:12px;margin-bottom:24px;padding:16px 24px;display:flex}.warranty-check-module__mQz1Zq__errorCard p{font-size:.95rem}.warranty-check-module__mQz1Zq__resultCard{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px;animation:.5s warranty-check-module__mQz1Zq__fadeInUp}@keyframes warranty-check-module__mQz1Zq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.warranty-check-module__mQz1Zq__statusBadge{border-radius:var(--radius-md);align-items:center;gap:8px;margin-bottom:24px;padding:10px 20px;font-size:.9rem;font-weight:600;display:inline-flex}.warranty-check-module__mQz1Zq__statusBadge.warranty-check-module__mQz1Zq__active{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d}.warranty-check-module__mQz1Zq__statusBadge.warranty-check-module__mQz1Zq__expired{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d}.warranty-check-module__mQz1Zq__serialNumber{text-align:center;background:var(--color-bg-alt);border-radius:var(--radius-md);margin-bottom:24px;padding:24px}.warranty-check-module__mQz1Zq__serialLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:8px;font-size:.75rem;display:block}.warranty-check-module__mQz1Zq__serialValue{color:var(--color-primary);letter-spacing:.1em;font-family:Courier New,monospace;font-size:1.5rem;font-weight:600}.warranty-check-module__mQz1Zq__infoGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;display:grid}.warranty-check-module__mQz1Zq__infoCard{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.warranty-check-module__mQz1Zq__infoCardHeader{background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);align-items:center;gap:10px;padding:16px;display:flex}.warranty-check-module__mQz1Zq__infoCardHeader svg{color:var(--color-primary)}.warranty-check-module__mQz1Zq__infoCardHeader h3{color:var(--color-text);font-size:.85rem;font-weight:600}.warranty-check-module__mQz1Zq__infoCardBody{flex-direction:column;gap:12px;padding:16px;display:flex}.warranty-check-module__mQz1Zq__infoItem{flex-direction:column;gap:4px;display:flex}.warranty-check-module__mQz1Zq__infoItem label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-subtle);font-size:.7rem}.warranty-check-module__mQz1Zq__infoItem span{color:var(--color-text);font-size:.95rem;font-weight:500}.warranty-check-module__mQz1Zq__infoItem span.warranty-check-module__mQz1Zq__highlight{color:var(--color-primary);font-weight:600}.warranty-check-module__mQz1Zq__infoItem span.warranty-check-module__mQz1Zq__active{color:#22c55e}.warranty-check-module__mQz1Zq__infoItem span.warranty-check-module__mQz1Zq__expired{color:#ef4444}.warranty-check-module__mQz1Zq__downloadBtn{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);border-radius:var(--radius-md);color:#000;cursor:pointer;width:100%;transition:var(--transition-base);border:none;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:1rem;font-weight:600;display:flex}.warranty-check-module__mQz1Zq__downloadBtn:hover{box-shadow:0 8px 25px var(--color-primary-glow);transform:translateY(-2px)}.warranty-check-module__mQz1Zq__emptyState{text-align:center;color:var(--color-text-muted);padding:60px 20px}.warranty-check-module__mQz1Zq__emptyState svg{opacity:.5;margin-bottom:16px}.warranty-check-module__mQz1Zq__emptyState p{font-size:1rem}.warranty-check-module__mQz1Zq__footer{text-align:center;border-top:1px solid var(--color-border);background:var(--color-bg-card);justify-content:center;align-items:center;gap:24px;padding:24px 40px;display:flex}.warranty-check-module__mQz1Zq__footer p{color:var(--color-text-muted);font-size:.85rem}.warranty-check-module__mQz1Zq__footer a{color:var(--color-primary);transition:var(--transition-base);font-size:.85rem;text-decoration:none}.warranty-check-module__mQz1Zq__footer a:hover{text-decoration:underline}@media (max-width:768px){.warranty-check-module__mQz1Zq__header{padding:16px 20px}.warranty-check-module__mQz1Zq__main{padding:40px 16px}.warranty-check-module__mQz1Zq__searchCard{padding:24px 20px}.warranty-check-module__mQz1Zq__searchTypeToggle{flex-direction:column}.warranty-check-module__mQz1Zq__toggleBtn{justify-content:center}.warranty-check-module__mQz1Zq__searchInputWrapper{flex-direction:column}.warranty-check-module__mQz1Zq__searchBtn{justify-content:center}.warranty-check-module__mQz1Zq__infoGrid{grid-template-columns:1fr}.warranty-check-module__mQz1Zq__resultCard{padding:24px 20px}.warranty-check-module__mQz1Zq__serialValue{font-size:1.2rem}.warranty-check-module__mQz1Zq__footer{flex-direction:column;gap:12px;padding:20px}}
