@font-face{font-family:Baro;src:url(/assets/Baro%20Plain-CRlTlTdc.otf) format("opentype");font-weight:400;font-style:normal}*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#3e84ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#000;text-decoration:none}a:hover{color:#333}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}h1,h2,h3{line-height:1.2}button,input{font-family:inherit}.landing{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.logo{font-family:Baro,sans-serif;font-size:1.5rem;font-weight:400;color:inherit;text-decoration:none}.nav-button{padding:.5rem 1.5rem;border-radius:8px;background:#000;color:#fff;text-decoration:none;font-weight:500;transition:transform .2s,box-shadow .2s}.nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d;color:#fff}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;max-width:900px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;line-height:1.2}.gradient-text{color:#000}.subtitle{font-size:1.25rem;color:#000;margin-bottom:2.5rem;max-width:600px}.search-form{width:100%;max-width:500px;margin-bottom:3rem}.search-input-wrapper{display:flex;background:#ffffff4d;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.search-input{flex:1;padding:1rem 1.5rem;border:none;background:transparent;color:inherit;font-size:1rem;outline:none}.search-input::placeholder{color:#333}.search-button{padding:1rem 2rem;background:#000;border:none;color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s}.search-button:hover{opacity:.9}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;width:100%}.feature{padding:1.5rem;background:#fff3;border-radius:12px;text-align:center}.feature-icon{width:40px;height:40px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;color:#fff}.feature h3{margin:0 0 .5rem;font-size:1.1rem}.feature p{margin:0;color:#000;font-size:.9rem}.download-section{padding:4rem 2rem;text-align:center;background:#ffffff1a}.download-section h2{margin-bottom:.5rem}.download-section p{color:#000;margin-bottom:1.5rem}.app-store-button img{height:50px}.footer{padding:2rem;text-align:center;color:#333;font-size:.9rem}.footer-links{margin-bottom:.5rem}.footer-links a{color:#333;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-separator{margin:0 .5rem;color:#666}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:2rem}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem}.legal-content .last-updated{color:#666;margin-bottom:2rem}.legal-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.legal-content h3{font-size:1.2rem;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem;line-height:1.7}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;line-height:1.6}.legal-content a{color:#000;text-decoration:underline}.legal-content .legal-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);font-style:italic}.legal-content .support-email{font-size:1.5rem;margin:1.5rem 0}.legal-content .support-email a{color:#000;font-weight:600}.domain-page{min-height:100vh;display:flex;flex-direction:column}.loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.domain-not-found{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.domain-not-found h1{font-size:2.5rem;margin-bottom:1rem}.available-text{font-size:1.5rem;color:#000;margin-bottom:.5rem}.claim-text{color:#000;margin-bottom:2rem}.cta-button{padding:1rem 2.5rem;background:#000;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000004d;color:#fff}.error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.back-link{color:#000}.domain-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.domain-card{background:#fff3;border-radius:20px;padding:3rem 2rem;text-align:center;max-width:400px;width:100%}.domain-header{margin-bottom:1.5rem}.avatar{width:80px;height:80px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;margin:0 auto 1rem}.domain-header h1{font-size:1.75rem;margin-bottom:.25rem}.owner-name{color:#000;margin:0}.domain-bio{padding:1rem;background:#fff3;border-radius:12px;margin-bottom:1.5rem}.domain-bio p{margin:0;color:#000}.open-app-button{width:100%;padding:1rem;background:#000;border:none;border-radius:12px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.open-app-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.app-prompt{margin-top:1rem;color:#000;font-size:.9rem}.app-prompt a{color:#000}@media(max-width:768px){.hero h1{font-size:2rem}.features{grid-template-columns:1fr}.navbar{padding:1rem}}
