html,body,#root{margin:0;padding:0;height:100%;width:100%;font-family:Inter,sans-serif;background-color:#f4f6f8;color:#333}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.search-box{width:100%;max-width:640px;padding:2.5rem;background-color:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;text-align:center}.title{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;color:#f38020;display:flex;align-items:center;justify-content:center;gap:.5rem}.subtitle{font-size:1.1rem;color:#6a6a6a;margin-bottom:2rem}.toggle-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.toggle-button{padding:.6rem 1.4rem;font-size:.9rem;font-weight:700;border:1px solid #ddd;border-radius:9999px;background-color:#f9f9f9;color:#333;cursor:pointer;transition:all .2s ease}.toggle-button:hover{background-color:#f0f0f0}.toggle-button.active{background-color:#fef2e6;color:#f38020;border-color:#f38020}.input-area{margin-bottom:1.2rem}.text-input,.file-input{width:100%;padding:1rem;font-size:1rem;border-radius:9999px;border:1px solid #ccc;transition:border-color .2s ease}.text-input:focus{border-color:#f38020;outline:none}.search-button{width:100%;padding:1rem;font-size:1rem;font-weight:700;background-color:#f38020;color:#fff;border:none;border-radius:9999px;cursor:pointer;transition:background-color .3s ease}.search-button:hover{background-color:#e66b00}.results{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}.no-results{color:#888;margin-top:1rem}.result-item{display:flex;align-items:center;padding:1rem;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 1px 3px #0000000d}.result-image{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-right:1rem}.result-text h2{margin:0;font-size:1.25rem}.result-text p{margin:.25rem 0;font-size:.95rem;color:#555}.score{font-size:.85rem;color:#999}.take-photo-button{display:inline-block;margin-top:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:700;color:#fff;background-color:#28a745;border:none;border-radius:9999px;cursor:pointer;transition:background-color .2s}.take-photo-button:hover{background-color:#218838}video{display:block;max-width:100%;border-radius:12px;margin-top:1rem;background:#000;box-shadow:0 0 8px #0000001a}img.preview{margin-top:1rem;max-width:100%;border-radius:12px;box-shadow:0 2px 8px #0000000d}footer{margin-top:2rem;text-align:center;font-size:.85rem;color:#777}footer a{color:#f38020;text-decoration:none;font-weight:700}.powered-by{margin-top:.75rem;font-size:.85rem;color:#777;font-style:italic}.spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{border:6px solid #f3f3f3;border-top:6px solid #007bff;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.how-it-works-container{max-width:800px;margin:2rem auto;padding:1.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000000d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.how-it-works-container h1{font-size:2rem;margin-bottom:1rem;color:#007bff;text-align:center}.how-it-works-container h2{font-size:1.4rem;margin-top:2rem;color:#333}.how-it-works-container p{font-size:1rem;color:#444;margin:1rem 0}.how-it-works-container ul{list-style-type:disc;margin:1rem 0 1rem 1.5rem;padding-left:1rem}.how-it-works-container li{margin-bottom:.5rem;font-size:1rem}*{box-sizing:border-box}
