.warranty-container{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);justify-content:center;align-items:flex-start;min-height:100vh;padding:20px;display:flex}.main-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:12px;width:100%;max-width:92%;padding:48px}.search-section{margin-bottom:32px}.instruction-section{text-align:left;padding-bottom:32px;position:relative}.instruction-title{color:#1e293b;letter-spacing:-.025em;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:600}.search-container{position:relative}.search-input-wrapper{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;align-items:center;height:64px;padding:0 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.search-input-wrapper:focus-within{background:#fff;border-color:#bfe0ff;transform:translateY(-1px)}.search-icon{color:#64748b;stroke-width:2px;width:20px;height:20px;margin-right:12px}.search-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400}.search-input::placeholder{color:#94a3b8;font-weight:400}.clear-button{cursor:pointer;background:#64748b1a;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:6px;transition:all .2s;display:flex;width:28px!important;height:28px!important}.clear-button:hover{background:#64748b33}.clear-icon{color:#64748b;stroke-width:2px;width:16px;height:16px}.error-container{text-align:center;margin-top:16px;animation:.3s cubic-bezier(.4,0,.2,1) slideUp}.error-box{background:linear-gradient(135deg,#fee 0%,#fff5f5 100%);border:1px solid #fed7d7;border-radius:12px;align-items:center;padding:12px 20px;display:inline-flex;box-shadow:0 4px 20px #fed7d733}.error-icon-svg{color:#dc2626;width:18px;height:18px;margin-right:10px}.error-text{color:#991b1b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500}.results-section{animation:.4s cubic-bezier(.4,0,.2,1) slideUp}.results-card{overflow:hidden}.results-header{padding:32px 0 0}.results-title{color:#1e293b;align-items:center;gap:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:600;display:flex}.results-content{padding:32px 0}.results-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:768px){.results-grid{grid-template-columns:1fr;gap:20px}}.result-item{background:#f8fafc80;border:1px solid #e2e8f080;border-radius:12px;flex-direction:column;padding:16px;transition:all .2s;display:flex}.result-item:hover{background:#f8fafccc;transform:translateY(-1px);box-shadow:0 4px 20px #00000005}.result-key{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600}.result-value{color:#1e293b;word-break:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:1.5}.loading-container{text-align:center;padding:48px 32px;animation:.3s fadeIn}.loading-content{color:#64748b;background:#f8fafccc;border:1px solid #e2e8f099;border-radius:16px;align-items:center;gap:12px;padding:20px 24px;font-size:15px;display:inline-flex}.loading-spinner{border:2px solid #6366f11a;border-top-color:#6366f1;border-radius:50%;width:20px;height:20px;animation:1s cubic-bezier(.4,0,.2,1) infinite spin}.loading-text{color:#475569;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500}.empty-space{text-align:center;padding:64px 20px;position:relative}.empty-space:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23e2e8f0'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'%3E%3C/path%3E%3C/svg%3E");width:80px;height:80px;margin:0 auto 24px;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){.warranty-container{padding:16px}.main-content{max-width:96%;padding:32px 24px}.instruction-title{font-size:24px}.search-input-wrapper{height:56px;padding:0 16px}.results-header{padding:24px 0 0}.results-title{font-size:20px}.results-content{padding:24px 0}.loading-container{padding:32px 24px}.loading-content{padding:16px 20px}}@media (max-width:480px){.warranty-container{padding:12px}.main-content{border-radius:10px;padding:24px 20px}.instruction-section{padding-bottom:24px}.instruction-title{font-size:22px}.search-input-wrapper{border-radius:12px;height:52px}.result-item{padding:14px}.empty-space{padding:48px 20px}.empty-space:before{width:64px;height:64px;margin-bottom:20px}}.horizontal-form{align-items:center;gap:12px;width:100%;display:flex}.flex-input{flex:1;align-items:center;display:flex;position:relative}.search-input-wrapper.flex-input .search-input{width:90%;padding-right:40px}.verify-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:64px;padding:0;font-size:14px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb33}.verify-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px)}.verify-button:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8}.clear-button{cursor:pointer;color:#64748b;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:opacity .2s;display:flex;position:absolute;right:15px}.clear-button:hover{opacity:1}.clear-button svg{width:18px;height:18px}.search-icon{color:#64748b;width:20px;margin-left:15px;margin-right:5px}@media (max-width:640px){.horizontal-form{flex-direction:column;align-items:stretch}.verify-button{width:100%;height:56px}}
.warrantyStatus-module-scss-module__T06_lG__bgCard{background-image:url(/img/warrantystatus.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;align-items:center;min-height:500px;padding:40px 60px;display:flex;overflow:hidden}.warrantyStatus-module-scss-module__T06_lG__warrantyOverlayContent{flex-direction:column;align-items:flex-start;max-width:600px;display:flex}.warrantyStatus-module-scss-module__T06_lG__heading{color:#1a1a1a;margin-bottom:20px;font-size:42px;font-weight:700;line-height:1.2}.warrantyStatus-module-scss-module__T06_lG__button{color:#fff;cursor:pointer;background:#1d4694;border:none;border-radius:30px;width:fit-content;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s}.warrantyStatus-module-scss-module__T06_lG__button:hover{background:#1d4694}@media (max-width:768px){.warrantyStatus-module-scss-module__T06_lG__bgCard{border-radius:16px;min-height:320px;padding:30px 20px}.warrantyStatus-module-scss-module__T06_lG__heading{font-size:28px}.warrantyStatus-module-scss-module__T06_lG__button{padding:10px 20px;font-size:14px}}
