.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.container{width:100%;max-width:800px}.title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{text-align:center;color:#888;margin-bottom:3rem;font-size:1.1rem}.form{display:flex;gap:1rem;margin-bottom:2rem}.input{flex:1;padding:1rem 1.5rem;background-color:#1a1a1a;border:2px solid #333333;border-radius:8px;color:#fff;font-size:1rem;transition:border-color .3s ease}.input:focus{outline:none;border-color:#666}.input::placeholder{color:#555}.input:disabled{opacity:.5;cursor:not-allowed}.button{padding:1rem 2rem;background-color:#fff;color:#000;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .1s ease;white-space:nowrap}.button:hover:not(:disabled){background-color:#e0e0e0;transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.5;cursor:not-allowed}.error{padding:1rem;background-color:#2a1a1a;border:1px solid #ff4444;border-radius:8px;color:#f88;margin-bottom:1rem}.results{background-color:#0a0a0a;border:1px solid #222222;border-radius:12px;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.results-title{font-size:1.8rem;margin-bottom:1.5rem;color:#fff}.section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #222222}.section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section h3{font-size:1.3rem;margin-bottom:1rem;color:#ccc}.section h4{font-size:1.1rem;margin-bottom:.5rem;margin-top:1.5rem;color:#aaa}.details-grid{display:grid;gap:.8rem}.detail-item{display:flex;gap:.5rem;line-height:1.6}.label{font-weight:600;color:#888;min-width:100px}.value{color:#fff}.description p{line-height:1.6;color:#ccc;white-space:pre-wrap}.analysis{background-color:#0f0f0f;border:1px solid #333333;border-radius:8px;padding:1.5rem}.analysis-content p{line-height:1.8;color:#fff;white-space:pre-wrap}@media (max-width: 768px){.title{font-size:2rem}.form{flex-direction:column}.button{width:100%}.results{padding:1.5rem}.detail-item{flex-direction:column;gap:.2rem}.label{min-width:auto}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}#root{min-height:100vh}
