.lookup-module__1-9t5G__lookupContainer{background-color:var(--cream-100);width:100vw;min-height:100vh;color:var(--text-primary);justify-content:center;align-items:flex-start;padding:4rem 1rem;font-family:inherit;display:flex;position:relative}.lookup-module__1-9t5G__content{border:1px solid var(--color-border);width:100%;max-width:600px;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:2.5rem 2rem}.lookup-module__1-9t5G__header{text-align:center;margin-bottom:2.5rem}.lookup-module__1-9t5G__title{font-family:var(--font-display);color:var(--gold-600);margin:0 0 .5rem;font-size:2rem;font-style:italic;font-weight:600}.lookup-module__1-9t5G__subtitle{color:var(--muted-400);margin:0;font-size:.95rem}.lookup-module__1-9t5G__formGroup{margin-bottom:1.5rem}.lookup-module__1-9t5G__label{color:var(--dark-700);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.lookup-module__1-9t5G__input{border:1.5px solid var(--cream-300);width:100%;color:var(--dark-800);background:#fff;border-radius:8px;padding:.8rem 1rem;font-size:1rem;transition:all .2s}.lookup-module__1-9t5G__input:focus{border-color:var(--gold-500);outline:none;box-shadow:0 0 0 3px #9e8c5c1a}.lookup-module__1-9t5G__errorText{color:var(--coral-500);text-align:center;margin-top:.5rem;font-size:.85rem}.lookup-module__1-9t5G__submitBtn{background:var(--gold-500);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1.05rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #9e8c5c33}.lookup-module__1-9t5G__submitBtn:hover{background:var(--gold-600);transform:translateY(-1px)}.lookup-module__1-9t5G__resultCard{background:var(--cream-50);border:1px solid var(--cream-300);border-radius:12px;padding:1.5rem}.lookup-module__1-9t5G__resultHeader{border-bottom:1px solid var(--cream-200);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.lookup-module__1-9t5G__resultCode{color:var(--gold-600);font-family:monospace;font-size:1.2rem;font-weight:700}.lookup-module__1-9t5G__resultStatus{color:var(--emerald-600);background:#4caf5026;border-radius:6px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.lookup-module__1-9t5G__detailRow{justify-content:space-between;margin-bottom:.8rem;font-size:.95rem;display:flex}.lookup-module__1-9t5G__detailLabel{color:var(--muted-400)}.lookup-module__1-9t5G__detailValue{color:var(--dark-800);text-align:right;font-weight:500}.lookup-module__1-9t5G__backBtn{border:1px solid var(--cream-300);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.lookup-module__1-9t5G__backBtn:hover{background:var(--cream-200);color:var(--dark-800)}.lookup-module__1-9t5G__refundSection{border-top:1px solid var(--cream-200);margin-top:2rem;padding-top:1.5rem}.lookup-module__1-9t5G__refundTitle{font-family:var(--font-display);color:var(--gold-600);margin:0 0 1rem;font-size:1.15rem;font-style:italic;font-weight:600}.lookup-module__1-9t5G__policyList{flex-direction:column;gap:.8rem;margin-bottom:1.5rem;display:flex}.lookup-module__1-9t5G__policyItem{background:var(--cream-200);border-left:3px solid #0000;border-radius:8px;align-items:flex-start;gap:.8rem;padding:1rem;transition:all .3s;display:flex}.lookup-module__1-9t5G__policyItem.lookup-module__1-9t5G__active{border-left-color:var(--emerald-500);background:#4caf500d}.lookup-module__1-9t5G__policyItem.lookup-module__1-9t5G__expired{opacity:.5;filter:grayscale()}.lookup-module__1-9t5G__policyItem.lookup-module__1-9t5G__highlighted{border-left-color:var(--coral-500);background:#e5534b0f}.lookup-module__1-9t5G__policyIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.lookup-module__1-9t5G__policyIcon svg{width:14px;height:14px}.lookup-module__1-9t5G__active .lookup-module__1-9t5G__policyIcon{color:var(--emerald-600);background:#4caf5026}.lookup-module__1-9t5G__expired .lookup-module__1-9t5G__policyIcon{background:var(--cream-300);color:var(--muted-400)}.lookup-module__1-9t5G__highlighted .lookup-module__1-9t5G__policyIcon{color:var(--coral-600);background:#e5534b26}.lookup-module__1-9t5G__policyText{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.lookup-module__1-9t5G__policyText strong{color:var(--dark-800)}.lookup-module__1-9t5G__refundBtn{width:100%;color:var(--coral-500);border:1.5px solid var(--coral-500);cursor:pointer;background:#fff;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.lookup-module__1-9t5G__refundBtn:hover:not(:disabled){background:#e5534b0d}.lookup-module__1-9t5G__refundBtn:disabled{opacity:.5;cursor:not-allowed;border-color:var(--cream-300);color:var(--muted-400)}.lookup-module__1-9t5G__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lookup-module__1-9t5G__modal{border:1px solid var(--color-border);text-align:center;width:90%;max-width:400px;box-shadow:var(--shadow-xl);background:#fff;border-radius:16px;padding:2.5rem;animation:.25s lookup-module__1-9t5G__popupIn}@keyframes lookup-module__1-9t5G__popupIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lookup-module__1-9t5G__modal h3{font-family:var(--font-display);color:var(--dark-800);margin:0 0 1rem;font-size:1.25rem;font-style:italic}.lookup-module__1-9t5G__modal p{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.5}.lookup-module__1-9t5G__modalActions{gap:1rem;display:flex}.lookup-module__1-9t5G__modalActions button{cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;padding:.9rem;font-weight:600;transition:all .2s}.lookup-module__1-9t5G__btnCancel{background:var(--cream-200);color:var(--dark-700)}.lookup-module__1-9t5G__btnCancel:hover{background:var(--cream-300)}.lookup-module__1-9t5G__btnConfirm{background:var(--coral-500);color:#fff}.lookup-module__1-9t5G__btnConfirm:hover{background:var(--coral-600)}
