body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#000;color:#fff}.container{min-height:100vh}.container,.main-content{display:flex;flex-direction:column}.main-content{flex-grow:1;align-items:center;padding:1rem}.card{max-width:28rem;width:100%;background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 25px rgba(0,0,0,.15);overflow:hidden}.card-content{padding:1.5rem}.upload-area{background-color:#f3f4f6;border-radius:1rem;border:1px dashed #d1d5db;padding:1.5rem;flex-direction:column;margin-bottom:1.5rem}.camera-circle,.upload-area{display:flex;align-items:center;justify-content:center}.camera-circle{width:6rem;height:6rem;background-color:#fff;border-radius:50%;margin-bottom:2rem}.camera-icon{width:2.5rem;height:2.5rem;color:#9ca3af}.button-container{width:100%;display:flex;flex-direction:column;gap:.75rem}.dark-button{background-color:#1e293b;color:#fff;border-radius:.5rem;border:none}.dark-button,.light-button{width:100%;padding:.875rem 1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;font-size:.9375rem}.light-button{background-color:#fff;color:#1e293b;border-radius:.5rem;border:1px solid #e5e7eb}.button-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.divider{text-align:center;color:#6b7280;font-weight:300;margin-bottom:1rem}.search-container{position:relative;margin-bottom:2rem;padding:0 1.5rem}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:1rem;color:#4b5563}.search-input::placeholder{color:#6b7280}.search-input:focus{outline:none;border-color:#3b82f6}.search-icon{position:absolute;left:2.5rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#6b7280}.divider-line{border-top:1px solid #e5e7eb;margin-bottom:1.5rem}.support-section{text-align:center;padding:0 1.5rem}.support-heading{color:#4b5563;font-size:1.125rem;font-weight:500;margin-bottom:1rem}.support-text{color:#6b7280;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.support-button{width:100%;background-color:#d0e9cf;color:#065f46;font-weight:500;padding:.875rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;margin-bottom:.5rem;font-size:.9375rem}.support-button:hover{background-color:#c6e4c5}