.form-container{padding:2.5rem;height:100%;display:flex;flex-direction:column}.form-header{margin-bottom:2.5rem}.form-header h2{font-size:1.8rem;color:#2d3748;margin-bottom:.75rem;font-weight:700}.form-header p{color:#718096;font-size:1rem;line-height:1.5}.search-form{flex:1;display:flex;flex-direction:column}.input-group{margin-bottom:1.75rem}.input-group label{display:block;font-size:.95rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.input-group input{width:100%;padding:1rem 1.25rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:10px;transition:all .3s;background:#f8fafc}.input-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.input-group input::placeholder{color:#a0aec0}.error-message{background:#fed7d7;color:#c53030;padding:1rem 1.25rem;border-radius:10px;margin:1rem 0;font-size:.95rem}.search-button{margin-top:auto;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s;width:100%}.search-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}@media(max-width:768px){.form-container{padding:1.5rem}.form-header h2{font-size:1.5rem}}.certificate-list-container{padding:2.5rem;height:100%;display:flex;flex-direction:column;overflow-y:auto}.list-header{margin-bottom:2rem}.list-header h3{font-size:1.5rem;color:#2d3748;margin-bottom:.5rem;font-weight:700}.certificate-count{color:#718096;font-size:.95rem}.certificates-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;overflow-y:auto;padding-right:5px}.certificates-grid::-webkit-scrollbar{width:6px}.certificates-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.certificates-grid::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.certificate-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease}.certificate-card:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea26;transform:translateY(-2px)}.card-title h4{font-size:1.1rem;color:#2d3748;margin-bottom:.5rem;font-weight:600}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-badge.paid{background:#d4f8e8;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.issued{background:#dbeafe;color:#1e40af}.card-details{flex:1;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f1f1}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.9rem;color:#718096;font-weight:500}.detail-value{font-size:.9rem;color:#2d3748;font-weight:600}.id-value{font-family:monospace;background:#f7fafc;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.download-btn{background:#667eea;color:#fff;border:none;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;width:100%}.download-btn:hover{background:#5a67d8;transform:translateY(-1px)}@media(max-width:768px){.certificate-list-container{padding:1.5rem}.certificates-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#667eea,#764ba2)}.logo{display:flex;align-items:center;gap:1.25rem}.logo-image{height:50px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column}.logo-text h1{font-size:1.6rem;font-weight:700;color:#2d3748;margin:0;line-height:1.2}.logo-image.transparent{mix-blend-mode:multiply}@media(max-width:768px){.logo{flex-direction:column;text-align:center;gap:.75rem}.logo-image{height:40px}.logo-text h1{font-size:1.4rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;padding:1.5rem 2rem;position:sticky;top:0;z-index:1000}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.6rem;font-weight:700;color:#2d3748;margin:0}.logo-subtitle{font-size:.9rem;color:#718096;margin-top:.25rem}.header-badge{padding:.5rem 1rem;background:#f0f9ff;border-radius:20px;color:#0369a1;font-size:.9rem;font-weight:500}.app-main{flex:1;padding:2rem;width:100%}.main-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;height:calc(100vh - 140px);min-height:600px}.form-section,.results-section{background:#fff;border-radius:20px;box-shadow:0 8px 30px #0000001f;overflow:hidden;height:100%}.form-section{display:flex;flex-direction:column}.results-section{display:flex;flex-direction:column;min-height:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem}.spinner-large{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.empty-results{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:3rem;text-align:center}.empty-results h3{font-size:1.5rem;color:#2d3748;margin-bottom:1rem;font-weight:600}.empty-results p{color:#718096;margin-bottom:2rem;max-width:400px;line-height:1.5}.info-tips{display:flex;flex-direction:column;gap:.75rem;max-width:400px;width:100%}.tip{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafc;border-radius:10px;color:#4a5568;font-size:.9rem}.app-footer{background:#fffffffa;padding:1.5rem 2rem;border-top:1px solid #e2e8f0}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-content p{color:#718096;font-size:.9rem;margin:.5rem 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.main-container{grid-template-columns:1fr;gap:1.5rem;height:auto}.form-section,.results-section{height:auto;min-height:500px}}@media(max-width:768px){.app-main,.app-header{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.empty-results{padding:2rem}}
