.career-goal-input{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.container{background:#fff;border-radius:12px;padding:3rem;max-width:600px;width:100%;box-shadow:0 10px 40px #0000001a}h1{font-size:2.5rem;margin-bottom:.5rem;color:#333;text-align:center}.subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1rem}.form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}label{font-weight:600;color:#333;font-size:.95rem}input{padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s}input:focus{outline:none;border-color:#667eea}input:disabled{background-color:#f5f5f5;cursor:not-allowed}small{color:#888;font-size:.85rem}.submit-button{padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background-color:#ffebee;color:#d32f2f;padding:1rem;border-radius:6px;border-left:4px solid #d32f2f}@media (max-width: 768px){.container{padding:2rem 1.5rem}h1{font-size:2rem}}.skill-gap-analyzer{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:100%}.skill-gap-analyzer h2{font-size:1.75rem;margin-bottom:1.5rem;color:#333;border-bottom:2px solid #667eea;padding-bottom:.5rem}.skill-section{margin-bottom:2rem}.skill-section h3{font-size:1.2rem;margin-bottom:.75rem;color:#444}.skill-list{list-style:none;padding:0}.skill-list li{padding:.5rem .75rem;margin-bottom:.5rem;border-radius:4px;background-color:#f5f5f5}.skill-list.matched li{background-color:#e8f5e9;border-left:3px solid #4caf50}.skill-list.missing li{background-color:#ffebee;border-left:3px solid #f44336}.recommendations-list{list-style:none;padding:0}.recommendations-list li{padding:.75rem;margin-bottom:.75rem;background-color:#fff3e0;border-left:3px solid #ff9800;border-radius:4px;line-height:1.6}.learning-order{padding-left:1.5rem}.learning-order li{padding:.5rem 0;color:#555}.no-skills{color:#888;font-style:italic;padding:.5rem 0}@media (max-width: 768px){.skill-gap-analyzer{padding:1.5rem}.skill-gap-analyzer h2{font-size:1.5rem}}.career-roadmap{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:100%}.career-roadmap h2{font-size:1.75rem;margin-bottom:1.5rem;color:#333;border-bottom:2px solid #764ba2;padding-bottom:.5rem}.phases-container{display:flex;flex-direction:column;gap:1.5rem}.phase-card{border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;background-color:#fafafa;transition:box-shadow .3s}.phase-card:hover{box-shadow:0 4px 12px #0000001a}.phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.phase-number{font-weight:700;color:#764ba2;font-size:1.1rem}.phase-duration{color:#666;font-size:.9rem;font-weight:500}.phase-title{font-size:1.3rem;margin-bottom:.5rem;color:#333}.phase-description{color:#666;margin-bottom:1rem;line-height:1.6}.phase-topics h4{font-size:1rem;margin-bottom:.5rem;color:#444}.phase-topics ul{list-style:none;padding-left:0}.phase-topics li{padding:.4rem .75rem;margin-bottom:.4rem;background-color:#fff;border-left:3px solid #764ba2;border-radius:4px}@media (max-width: 768px){.career-roadmap{padding:1.5rem}.career-roadmap h2{font-size:1.5rem}.phase-card{padding:1rem}}.tech-news{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.tech-news h2{font-size:1.75rem;margin-bottom:1.5rem;color:#333;border-bottom:2px solid #ff9800;padding-bottom:.5rem}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{border:1px solid #e0e0e0;border-radius:6px;padding:1.25rem;background-color:#fafafa;transition:box-shadow .3s,transform .2s}.news-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.news-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.news-title{font-size:1.1rem;font-weight:600;color:#333;flex:1;min-width:200px}.news-title a{color:#667eea;text-decoration:none;transition:color .3s}.news-title a:hover{color:#5568d3;text-decoration:underline}.news-score{background-color:#fff3e0;color:#f57c00;padding:.25rem .75rem;border-radius:12px;font-size:.9rem;font-weight:600;white-space:nowrap}.news-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#666}.news-author{font-weight:500}.news-time{color:#888}.news-type{background-color:#e3f2fd;color:#1976d2;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase;font-size:.75rem;font-weight:600}.no-news{text-align:center;padding:2rem;color:#888;font-style:italic}@media (max-width: 768px){.tech-news{padding:1.5rem}.tech-news h2{font-size:1.5rem}.news-header{flex-direction:column}.news-title{min-width:auto}}.dashboard{min-height:100vh;padding:2rem;max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:2rem;color:#333}.back-button{padding:.5rem 1rem;background-color:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background-color .3s}.back-button:hover{background-color:#5568d3}.dashboard-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.dashboard-left,.dashboard-right{min-height:400px}.dashboard-bottom{width:100%}@media (max-width: 1024px){.dashboard-content{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-header h1{font-size:1.5rem}}*{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:#f5f5f5;color:#333;line-height:1.6}#root{min-height:100vh}.loading{text-align:center;padding:2rem;color:#666}.error{color:#d32f2f;padding:1rem;background-color:#ffebee;border-radius:4px;margin:1rem 0}
