*{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:#f8fafc;color:#334155;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#0077b5,#005885);color:#fff;padding:2rem 0;box-shadow:0 4px 6px -1px #0000001a}.header-content{text-align:center}.logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.logo-icon{width:2.5rem;height:2.5rem}.logo h1{font-size:2.5rem;font-weight:700;margin:0}.tagline{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.main{flex:1;padding:3rem 0}.welcome-section{max-width:800px;margin:0 auto;text-align:center}.welcome-content{margin-bottom:3rem}.welcome-icon{width:4rem;height:4rem;color:#0077b5;margin:0 auto 1.5rem}.welcome-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.welcome-content p{font-size:1.2rem;color:#64748b;margin-bottom:2rem;line-height:1.7}.features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.feature{display:flex;align-items:center;gap:.5rem;color:#059669;font-weight:500}.feature-icon{width:1.25rem;height:1.25rem}.profile-input{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px -5px #0000001a;border:1px solid #e2e8f0}.input-form{margin-bottom:2rem}.input-group{margin-bottom:1.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.url-input{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;transition:all .2s;background:#f8fafc}.url-input:focus{outline:none;border-color:#0077b5;background:#fff;box-shadow:0 0 0 3px #0077b51a}.url-input.error{border-color:#ef4444;background:#fef2f2}.input-icon{position:absolute;right:1rem;width:1.25rem;height:1.25rem;color:#64748b}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;padding-left:.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;justify-content:center}.btn-primary{background:linear-gradient(135deg,#0077b5,#005885);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 25px -5px #0077b566}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0}.btn-outline{background:transparent;color:#0077b5;border:2px solid #0077b5}.btn-outline:hover{background:#0077b5;color:#fff}.btn-analyze{width:100%;padding:1rem 2rem;font-size:1.1rem}.btn-icon{width:1.25rem;height:1.25rem}.examples{margin-bottom:2rem;text-align:center}.examples-title{font-size:.875rem;color:#64748b;margin-bottom:1rem}.example-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.example-link{background:none;border:none;color:#0077b5;text-decoration:underline;cursor:pointer;font-size:.875rem;padding:.25rem .5rem;border-radius:.25rem;transition:all .2s}.example-link:hover{background:#f0f9ff;text-decoration:none}.help-text{text-align:left;color:#64748b;font-size:.875rem;line-height:1.6}.help-text h4{color:#374151;margin-bottom:.5rem;font-size:1rem}.help-text ol{margin:1rem 0;padding-left:1.5rem}.help-text li{margin-bottom:.25rem}.privacy-note{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1rem;margin-top:1.5rem}.privacy-note p{margin:0;color:#0369a1}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.loading-content{text-align:center;max-width:500px}.loading-spinner{position:relative;margin:0 auto 2rem;width:120px;height:120px}.spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid #e2e8f0;border-top:4px solid #0077b5;border-radius:50%;animation:spin 1s linear infinite}.spinner-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;color:#0077b5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content h3{font-size:1.5rem;margin-bottom:.5rem;color:#1e293b}.loading-content p{color:#64748b;margin-bottom:2rem}.loading-steps{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.loading-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.4;transition:opacity .3s}.loading-step.active{opacity:1}.step-icon{width:2rem;height:2rem;color:#0077b5}.loading-step span{font-size:.875rem;color:#64748b}.loading-tips{background:#f0f9ff;border-radius:.75rem;padding:1.5rem;border:1px solid #bae6fd}.loading-tips h4{color:#0369a1;margin-bottom:.5rem}.tip{color:#0369a1;font-style:italic}.error-section{display:flex;justify-content:center;align-items:center;min-height:40vh}.error-content{text-align:center;max-width:500px;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a}.error-icon{width:4rem;height:4rem;color:#ef4444;margin:0 auto 1.5rem}.error-content h3{font-size:1.5rem;color:#1e293b;margin-bottom:1rem}.error-content p{color:#64748b;margin-bottom:2rem}.footer{background:#1e293b;color:#94a3b8;padding:2rem 0;text-align:center;margin-top:auto}.analysis-results{max-width:1000px;margin:0 auto}.results-header{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 25px -5px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:2rem}.profile-summary{display:flex;align-items:center;gap:1.5rem;flex:1}.profile-icon{width:4rem;height:4rem;color:#0077b5;background:#f0f9ff;padding:1rem;border-radius:50%}.profile-info h2{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem}.profile-info p{color:#64748b;margin-bottom:1rem}.completeness-bar{width:100%;max-width:300px}.completeness-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#10b981);transition:width .3s ease}.score-circle{text-align:center;flex-shrink:0}.score-ring{position:relative;width:120px;height:120px;border-radius:50%;background:conic-gradient(#0077b5,#0077b5 calc(var(--percentage) * 3.6deg),#e2e8f0 calc(var(--percentage) * 3.6deg),#e2e8f0 360deg);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.score-ring:before{content:"";position:absolute;width:90px;height:90px;background:#fff;border-radius:50%}.score-number{position:relative;z-index:1;font-size:1.5rem;font-weight:700;color:#1e293b}.score-label{font-size:.875rem;color:#64748b;font-weight:500}.action-buttons{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.tabs{display:flex;background:#fff;border-radius:1rem;padding:.5rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000001a;gap:.5rem}.tab{flex:1;padding:1rem 1.5rem;border:none;background:transparent;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;color:#64748b}.tab.active{background:#0077b5;color:#fff;box-shadow:0 4px 6px -1px #0077b54d}.tab:hover:not(.active){background:#f1f5f9;color:#374151}.tab-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px -5px #0000001a;margin-bottom:2rem}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.overview-card{border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.overview-card.strengths{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#bbf7d0}.overview-card.weaknesses{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-icon{width:1.5rem;height:1.5rem}.strengths .card-icon{color:#059669}.weaknesses .card-icon{color:#dc2626}.card-header h3{font-size:1.25rem;font-weight:600;color:#1e293b}.card-content{space-y:.75rem}.strength-item,.weakness-item{padding:.75rem;border-radius:.5rem;font-size:.875rem;line-height:1.5}.strength-item{background:#10b9811a;border-left:3px solid #10b981;color:#065f46}.weakness-item{background:#ef44441a;border-left:3px solid #ef4444;color:#991b1b}.quick-wins{border-radius:.75rem;padding:1.5rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fed7aa}.quick-wins .card-icon{color:#d97706}.recommendations-preview{space-y:.75rem}.recommendation-item{padding:.75rem;background:#f59e0b1a;border-radius:.5rem;border-left:3px solid #f59e0b;font-size:.875rem;line-height:1.5;color:#92400e}.analysis-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.analysis-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.section-icon{width:1.5rem;height:1.5rem;color:#0077b5}.section-header h3{font-size:1.25rem;font-weight:600;color:#1e293b}.section-content{color:#374151;line-height:1.7}.section-content p{margin-bottom:1rem}.section-content p:last-child{margin-bottom:0}.recommendations-section{margin-bottom:2rem}.recommendations-list{space-y:1rem}.recommendation-card{display:flex;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;transition:all .2s}.recommendation-card:hover{background:#f1f5f9;border-color:#cbd5e1}.recommendation-number{flex-shrink:0;width:2rem;height:2rem;background:#0077b5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.recommendation-text{flex:1;color:#374151;line-height:1.6}.examples-section{border-top:1px solid #e2e8f0;padding-top:2rem}.examples-content{background:#f8fafc;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.example-item{margin-bottom:1rem;padding:1rem;background:#fff;border-radius:.5rem;border-left:3px solid #0077b5;color:#374151;line-height:1.6}.example-item:last-child{margin-bottom:0}.analysis-metadata{text-align:center;padding:1rem;color:#64748b;font-size:.875rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}@media (max-width: 768px){.container{padding:0 1rem}.logo h1,.welcome-content h2{font-size:2rem}.features{flex-direction:column;align-items:center;gap:1rem}.profile-input{padding:1.5rem}.example-links{flex-direction:column;gap:.5rem}.loading-steps{flex-direction:column;gap:1rem}.results-header,.profile-summary{flex-direction:column;text-align:center}.overview-grid{grid-template-columns:1fr}.tabs,.action-buttons{flex-direction:column}.recommendation-card{flex-direction:column;text-align:center}}
