.result-card{margin-top:2rem;padding:2rem;border-radius:12px;border:3px solid;box-shadow:0 4px 6px #0000001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.result-header h2{font-size:1.5rem;color:#1f2937}.risk-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-weight:700;font-size:.9rem}.urls-section,.reasoning-section,.patterns-section,.guidance-section{margin-bottom:1.5rem}.urls-section h3,.reasoning-section h3,.patterns-section h3,.guidance-section h3{font-size:1.1rem;color:#374151;margin-bottom:.5rem}.urls-section ul{list-style:none;padding:0}.urls-section li{margin-bottom:.5rem;padding:.5rem;background:#ffffffb3;border-radius:6px}.urls-section a{color:#2563eb;text-decoration:none;word-break:break-all}.urls-section a:hover{text-decoration:underline}.reasoning-section p,.guidance-section p{line-height:1.6;color:#4b5563}.patterns-section ul{list-style:disc;padding-left:1.5rem;color:#4b5563}.patterns-section li{margin-bottom:.3rem}.app{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}.container{width:100%;max-width:800px;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2.5rem;color:#1f2937;margin-bottom:.5rem}.subtitle{color:#6b7280;font-size:1rem}.input-section{margin-bottom:1.5rem}.input-section label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:1rem}.message-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s}.message-input:focus{outline:none;border-color:#667eea}.button-group{display:flex;gap:1rem;margin-top:1rem}.analyze-button,.reset-button{flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.analyze-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.analyze-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.analyze-button:disabled{opacity:.6;cursor:not-allowed}.reset-button{background:#e5e7eb;color:#374151}.reset-button:hover{background:#d1d5db}.error-message{padding:1rem;background:#fee2e2;border:2px solid #ef4444;border-radius:8px;color:#991b1b;margin-bottom:1rem;font-weight:500}.footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.footer-warning{text-align:center;color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.footer-info{display:flex;justify-content:space-around;flex-wrap:wrap;gap:2rem;padding-top:1rem}.footer-section{flex:1;min-width:200px;text-align:center}.footer-section h4{font-size:.9rem;color:#374151;margin-bottom:.75rem;font-weight:600}.tech-stack{display:flex;flex-direction:column;gap:.5rem}.tech-stack span{display:inline-block;padding:.4rem .8rem;background:#f3f4f6;border-radius:6px;color:#4b5563;font-size:.85rem;font-weight:500}.footer-section p{color:#4b5563;font-size:.9rem;margin-bottom:.5rem}.footer-section a{color:#667eea;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-section a:hover{color:#764ba2;text-decoration:underline}@media (max-width: 640px){.container{padding:1.5rem}.header h1{font-size:2rem}.button-group{flex-direction:column}.footer-info{flex-direction:column;gap:1.5rem}.footer-section{min-width:100%}}*{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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}
