*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fafafa;color:#1a1a1a;line-height:1.5;-webkit-font-smoothing:antialiased;font-feature-settings:"liga" 1,"calt" 1}:root{--primary-color:#e2007a;--primary-color-hover:#c1006a;--background-color:#fff;--secondary-background:#f8f9fa;--text-color:#1a1a1a;--text-muted:#6b7280;--border-color:#e5e7eb;--success-color:#10b981;--error-color:#ef4444;--info-color:#3b82f6;--shadow-light:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--shadow-medium:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--radius:8px}.streamlit-container{max-width:1200px;margin:0 auto;padding:1rem 2rem}.streamlit-main{background-color:var(--background-color);min-height:100vh;padding:2rem 0}h1{font-size:2.5rem;font-weight:700;text-align:center;letter-spacing:-.025em}h1,h2{color:var(--text-color);margin-bottom:1rem}h2{font-size:1.875rem;letter-spacing:-.02em}h2,h3{font-weight:600}h3{color:var(--text-color);font-size:1.25rem;margin-bottom:.75rem;letter-spacing:-.01em}p{color:var(--text-muted);font-size:1rem;margin-bottom:1rem}.st-container{background-color:var(--background-color);border:1px solid var(--border-color);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow-light);transition:box-shadow .2s ease}.st-container:hover{box-shadow:var(--shadow-medium)}.st-container-header{background:linear-gradient(135deg,var(--background-color) 0,var(--secondary-background) 100%);border:1px solid var(--border-color);border-radius:var(--radius);padding:2.5rem 1.5rem;margin-bottom:2rem;text-align:center;position:relative;overflow:hidden}.st-container-header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color),#ff6b9d)}.st-form{background-color:var(--background-color)}.st-form-group{margin-bottom:1.5rem}.st-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;display:block}.st-input,.st-label{color:var(--text-color)}.st-input{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:.25rem;font-size:1rem;background-color:var(--background-color);transition:border-color .2s ease}.st-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 1px var(--primary-color)}.st-input::placeholder{color:var(--text-muted)}.st-textarea{min-height:120px;resize:vertical}.st-button{background:linear-gradient(135deg,var(--primary-color),#d946ef);color:#fff;border:none;border-radius:var(--radius);padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-width:140px;box-shadow:var(--shadow-light);position:relative;overflow:hidden}.st-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-medium)}.st-button:active{transform:translateY(0)}.st-button:disabled{background-color:var(--text-muted);cursor:not-allowed}.st-button-secondary{background-color:var(--secondary-background);color:var(--text-color);border:1px solid var(--border-color)}.st-button-secondary:hover{background-color:var(--border-color)}.st-alert{padding:1rem;border-radius:.25rem;margin-bottom:1rem;border:1px solid}.st-alert-success{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.st-alert-error{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.st-alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.st-spinner{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(1turn)}}.st-logo{max-width:180px;height:auto;margin:0 auto 2rem;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:transform .2s ease}.st-logo:hover{transform:scale(1.02)}.st-sidebar{background-color:var(--secondary-background);border-right:1px solid var(--border-color);padding:2rem;min-height:100vh}.st-result-item{padding:.75rem;border-radius:.25rem;margin-bottom:.5rem;font-size:.875rem}.st-result-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.st-result-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.st-info{background-color:var(--secondary-background);border:1px solid var(--border-color);border-radius:.25rem;padding:1rem;margin:1rem 0}.st-info h4{color:var(--text-color);font-size:1rem;font-weight:600;margin-bottom:.5rem}.st-info ol{margin-left:1.25rem;color:var(--text-muted)}.st-info li{margin-bottom:.25rem;font-size:.875rem}@media (max-width:768px){.streamlit-container{padding:1rem}.st-container{padding:1.5rem}h1{font-size:1.875rem}h2{font-size:1.5rem}}