:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.app{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f0f23);display:flex;align-items:flex-start;justify-content:center;padding:2rem;padding-top:8vh}.container{max-width:700px;width:100%;text-align:center}.logo{width:100%;height:auto;filter:drop-shadow(0 4px 20px rgba(100,108,255,.3));transition:max-width .3s ease}.logo-large{max-width:650px;margin-bottom:2rem}.logo-small{max-width:400px;margin-bottom:1.5rem}.tagline{font-size:1.1rem;color:#a8b2d1;margin-bottom:2rem;line-height:1.6}.search-box{display:flex;gap:.75rem;margin:2rem 0;background:#ffffff0d;padding:.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.search-box input{flex:1;padding:1rem 1.25rem;font-size:1rem;border:none;border-radius:12px;background:#ffffff14;color:#fff;outline:none;transition:background .2s ease}.search-box input::placeholder{color:#6b7280}.search-box input:focus{background:#ffffff1f}.search-box button{padding:1rem 2rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#646cff,#5855eb);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.search-box button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #646cff66}.search-box button:active:not(:disabled){transform:translateY(0)}.search-box button:disabled{background:#4b5563;cursor:not-allowed}.error{color:#f87171;padding:1rem 1.5rem;background:#f871711a;border:1px solid rgba(248,113,113,.3);border-radius:12px;margin-bottom:1.5rem;font-size:.95rem}.result{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rem;animation:fadeInUp .5s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.persona-image{width:300px;height:300px;object-fit:contain;margin-bottom:1.5rem;filter:drop-shadow(0 8px 30px rgba(100,108,255,.2));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.persona-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem;background:linear-gradient(135deg,#646cff,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.persona-description{font-size:1.2rem;color:#a8b2d1;font-style:italic;margin-bottom:1rem;line-height:1.5}.persona-reason{font-size:.95rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6;padding:0 1rem}.stats{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem;padding:1rem;background:#646cff1a;border-radius:12px}.stat-number{font-size:2.5rem;font-weight:700;color:#646cff}.stat-label{font-size:.9rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.username{color:#6b7280;font-size:.95rem}@media(max-width:480px){.app{padding:1rem;padding-top:4vh}.logo-large{max-width:95%}.logo-small{max-width:280px}.tagline{font-size:1rem}.search-box{flex-direction:column}.search-box button{width:100%}.persona-image{width:220px;height:220px}.persona-title{font-size:1.5rem}.persona-description{font-size:1.05rem}.persona-reason{font-size:.9rem}}
