@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
.hero-section{text-align:center;background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;padding:60px 20px;position:relative;overflow:hidden}.hero-content{z-index:1;max-width:850px;margin:0 auto;position:relative}.hero-tag{color:#475569;text-transform:uppercase;letter-spacing:1px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:25px;padding:6px 16px;font-size:.85rem;font-weight:500;display:inline-block}.hero-content h1{color:#0f172a;letter-spacing:-1px;margin-bottom:25px;font-size:3.5rem;font-weight:800;line-height:1.15}.highlight{color:#dc143c;display:inline-block;position:relative}.highlight:after{content:"";z-index:-1;background-color:#00389326;border-radius:4px;width:100%;height:8px;position:absolute;bottom:5px;left:0}.hero-content p{color:#64748b;max-width:700px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.hero-badges{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.subtle-badge{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:30px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex;box-shadow:0 1px 3px #0000000d}.text-blue{color:#3b82f6}.text-yellow{color:#eab308}.dot{background-color:#10b981;border-radius:50%;width:8px;height:8px}.dot.pulse{animation:2s infinite pulse-animation}@keyframes pulse-animation{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-section{padding:60px 20px 80px}}
.status-check-container{justify-content:center;padding:0 0 40px;display:flex}.card.shadow-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;width:100%;max-width:650px;padding:35px;box-shadow:0 10px 40px #00000014}.card-header{text-align:center;margin-bottom:30px}.icon-wrapper{background:#eef4ff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 15px;display:flex}.icon-primary{color:#2b5c9e}.card-header h2{color:#1e3a5f;margin-bottom:8px;font-size:1.5rem;font-weight:700}.card-header p{color:#64748b;font-size:.95rem}.search-form{margin-bottom:30px}.input-group{gap:10px;display:flex}.input-group input{border:2px solid #e2e8f0;border-radius:8px;outline:none;flex:1;padding:14px 20px;font-family:inherit;font-size:1rem;transition:all .3s}.input-group input:focus{border-color:#2b5c9e;box-shadow:0 0 0 3px #2b5c9e26}.input-group input.input-error{border-color:#ef4444}.btn-search{color:#fff;cursor:pointer;background:#2b5c9e;border:none;border-radius:8px;align-items:center;gap:8px;padding:0 25px;font-size:1rem;font-weight:600;transition:background .3s,transform .1s;display:flex}.btn-search:hover{background:#1e3a5f}.btn-search:active{transform:scale(.98)}.btn-search:disabled{cursor:not-allowed;background:#94a3b8}.spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#ef4444;align-items:center;gap:5px;margin-top:8px;font-size:.85rem;font-weight:500;display:flex}.result-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:25px}.status-badge{border-radius:30px;align-items:center;gap:8px;margin-bottom:25px;padding:8px 16px;font-size:.95rem;font-weight:600;display:inline-flex}.status-badge.printed{color:#166534;background:#dcfce7}.details-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px;display:grid}.detail-item{align-items:flex-start;gap:12px;display:flex}.detail-icon{color:#2b5c9e;background:#fff;border-radius:8px;padding:8px;box-shadow:0 2px 4px #0000000d}.detail-text label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.8rem;display:block}.detail-text p{color:#1e293b;font-size:1rem;font-weight:600}.category-tag{color:#2b5c9e;background:#eef4ff;border:1px solid #dbeafe;border-radius:4px;padding:2px 8px;display:inline-block}.info-alert{color:#92400e;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;padding:12px 15px;font-size:.9rem;line-height:1.5}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:600px){.input-group{flex-direction:column}.btn-search{justify-content:center;padding:14px}.details-grid{grid-template-columns:1fr}}
:root{--primary-color:#2563eb;--secondary-color:#1e3a8a;--accent-color:#e53e3e;--bg-color:#f8fafc;--text-main:#1e293b;--text-muted:#64748b}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}#root,.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;display:flex}.search-section-grid{z-index:10;grid-template-columns:1fr minmax(auto,650px) 1fr;gap:20px;max-width:1400px;margin-top:-30px;margin-left:auto;margin-right:auto;padding:0 20px;display:grid;position:relative}.grid-center{width:100%}.grid-left,.grid-right{display:flex}.grid-right{justify-content:flex-end}@media (max-width:1150px){.search-section-grid{grid-template-columns:1fr;justify-items:center}.grid-left{display:none}.grid-right{justify-content:center;width:100%;margin-top:30px;display:flex}}
