.dock-container{position:fixed;top:20px;right:20px;z-index:1000}.dock{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:8px;display:flex;gap:8px}.dock-icon{display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-radius:12px;border:none;cursor:pointer;color:#000;transition:background .2s}.dock-icon:hover{background:#fff}.dock-icon svg{width:20px;height:20px}.footer{background:#0a0a0a;border-top:1px solid #222;color:#999;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:48px 20px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.footer-section h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:8px}.footer-section h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:12px}.footer-section p{color:#666;font-size:.9rem;margin:0}.footer-link{display:flex;align-items:center;gap:8px;color:#999;text-decoration:none;font-size:.9rem;margin-bottom:8px;transition:color .2s}.footer-link:hover{color:#fff}.footer-link svg{flex-shrink:0}.footer-bottom{border-top:1px solid #1a1a1a;padding:20px;text-align:center}.footer-bottom p{margin:0;font-size:.85rem;color:#666}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:32px}}.home-page{min-height:100vh;background:#000;color:#fff;padding:100px 20px 60px}.content{max-width:1200px;margin:0 auto}.hero{text-align:center;margin-bottom:120px}.hero-badge{display:inline-block;padding:8px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:30px}.hero h1{font-size:4.5rem;font-weight:700;margin-bottom:30px;letter-spacing:-.03em;line-height:1.1}.subtitle{font-size:1.25rem;line-height:1.8;color:#999;max-width:800px;margin:0 auto}.how-it-works{margin-bottom:120px}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:60px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.step{position:relative;padding:40px 30px;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:16px;transition:all .3s ease}.step:hover{background:#111;border-color:#222;transform:translateY(-5px)}.step-number{font-size:3rem;font-weight:700;color:#222;margin-bottom:20px;line-height:1}.step h3{font-size:1.5rem;margin-bottom:15px;font-weight:600}.step p{color:#999;line-height:1.6;font-size:1rem}.features{margin-bottom:120px}.features h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:60px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature{padding:40px 30px;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:16px;transition:all .3s ease}.feature:hover{background:#111;border-color:#222;transform:translateY(-5px)}.feature-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;border:1px solid #222;border-radius:12px;margin-bottom:24px;color:#fff}.feature h3{font-size:1.35rem;margin-bottom:15px;font-weight:600}.feature p{color:#999;line-height:1.6;font-size:.95rem}.cta-section{text-align:center;padding:80px 40px;background:#0a0a0a;border:1px solid #1a1a1a;border-radius:20px}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.cta-content p{font-size:1.2rem;color:#999;margin-bottom:30px}.cta-action{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:#1a1a1a;border:1px solid #222;border-radius:8px;color:#fff;font-size:1rem}.cta-action svg{color:#666}@media (max-width: 968px){.home-page{padding:80px 20px 40px}.hero h1{font-size:3rem}.subtitle{font-size:1.1rem}.how-it-works,.features{margin-bottom:80px}.how-it-works h2,.features h2,.cta-content h2{font-size:2rem}.steps,.feature-grid{grid-template-columns:1fr}.cta-section{padding:60px 30px}}@media (max-width: 640px){.hero h1{font-size:2.2rem}.subtitle{font-size:1rem}.step-number{font-size:2rem}.cta-content h2{font-size:1.75rem}.cta-action{flex-direction:column;text-align:center}}.home-page{min-height:100vh;background:#000;color:#fff;display:flex;flex-direction:column}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-content{background:#111;border:1px solid #222;border-radius:16px;padding:40px;max-width:420px;width:90%;position:relative;color:#fff}.close-button{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-button:hover{color:#fff}.modal-content h2{font-size:2rem;margin-bottom:8px;font-weight:700}.modal-subtitle{color:#999;margin-bottom:30px;font-size:.95rem}.auth-buttons{display:flex;flex-direction:column;gap:12px}.auth-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border:1px solid #333;border-radius:8px;background:#1a1a1a;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.auth-button:hover:not(:disabled){background:#222;border-color:#444}.auth-button:disabled{opacity:.5;cursor:not-allowed}.error-message{margin-top:20px;padding:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;border-radius:8px;font-size:.9rem}.loading{margin-top:20px;text-align:center;color:#999;font-size:.9rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.modal-container{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:1001;padding:20px}.close-btn-mobile{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;z-index:1002}.expanded-card{width:100%;max-width:800px;max-height:90vh;background:#111;border:1px solid #222;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.expanded-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.expanded-header{padding:30px;border-bottom:1px solid #222;display:flex;justify-content:space-between;align-items:start;gap:20px;flex-wrap:wrap}.expanded-info{flex:1;min-width:250px}.expanded-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:8px}.expanded-company{font-size:1.1rem;color:#999;margin-bottom:6px}.expanded-location{font-size:.95rem;color:#666}.expanded-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.expanded-score{padding:8px 16px;background:#fff;color:#000;border-radius:20px;font-weight:700;font-size:1rem;white-space:nowrap}.apply-btn{padding:12px 24px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;transition:background .2s;white-space:nowrap}.apply-btn:hover{background:#16a34a}.expanded-body{flex:1;overflow-y:auto;padding:30px}.expanded-details{display:flex;flex-direction:column;gap:30px}.detail-section h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:12px}.detail-section p{color:#999;line-height:1.7;font-size:.95rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:12px}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:.95rem;color:#fff;font-weight:500}.job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:20px}.job-card-compact{background:#111;border:1px solid #222;border-radius:12px;padding:24px;cursor:pointer;transition:border-color .2s}.job-card-compact:hover{border-color:#333}.card-content{display:flex;flex-direction:column;gap:8px}.card-header{display:flex;justify-content:space-between;align-items:start;gap:12px;margin-bottom:4px}.card-title{font-size:1.15rem;font-weight:600;color:#fff;flex:1}.card-score{padding:4px 10px;background:#1a1a1a;border:1px solid #333;border-radius:12px;font-weight:600;font-size:.85rem;color:#fff;flex-shrink:0}.card-company{color:#999;font-size:.95rem;font-weight:500}.card-location{color:#666;font-size:.85rem}.card-description{color:#999;font-size:.9rem;line-height:1.5;margin-top:8px}@media (max-width: 768px){.expanded-card{max-height:100vh;border-radius:0}.expanded-header{flex-direction:column;padding:20px}.expanded-actions{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.expanded-body{padding:20px}.job-grid{grid-template-columns:1fr}.close-btn-mobile{display:flex}}@media (min-width: 769px){.close-btn-mobile{display:none}}.profile-page-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.profile-page-content{background:#111;border:1px solid #222;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;position:relative}.profile-close{position:absolute;top:20px;right:20px;background:#1a1a1a;border:1px solid #333;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;transition:all .2s}.profile-close:hover{background:#222;border-color:#444;color:#fff}.profile-header-section{display:flex;align-items:center;gap:24px;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #222}.profile-avatar-large{width:80px;height:80px;border-radius:50%;border:2px solid #333;overflow:hidden}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.profile-header-info h2{font-size:2rem;font-weight:700;margin-bottom:8px}.profile-email,.profile-phone{color:#999;font-size:.95rem;margin:4px 0}.profile-sections{display:grid;gap:32px;margin-bottom:32px}.profile-section h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#fff}.exp-badge{display:inline-block;padding:8px 16px;background:#1a1a1a;border:1px solid #333;border-radius:6px;text-transform:uppercase;font-size:.85rem;font-weight:600;margin-bottom:12px}.exp-details{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.exp-details p{color:#999;margin:4px 0}.badge-student,.badge-internship{padding:4px 12px;background:#4ade801a;border:1px solid rgba(74,222,128,.3);color:#4ade80;border-radius:4px;font-size:.8rem;font-weight:600}.skills-grid{display:flex;flex-wrap:wrap;gap:8px}.skill-badge{padding:8px 14px;background:#1a1a1a;border:1px solid #333;border-radius:6px;font-size:.9rem;color:#fff;transition:all .2s}.skill-badge:hover{background:#222;border-color:#444}.education-list,.projects-list{display:grid;gap:16px}.education-item,.project-item{padding:16px;background:#0a0a0a;border:1px solid #222;border-radius:8px}.edu-degree,.project-title{font-weight:600;font-size:1.05rem;margin-bottom:6px;color:#fff}.edu-institution,.project-tech{color:#999;font-size:.9rem;margin-bottom:4px}.edu-details,.project-desc{color:#666;font-size:.85rem;line-height:1.5}.profile-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:24px;border-top:1px solid #222}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#fff;color:#000}.btn-primary:hover{background:#e0e0e0}.btn-secondary{background:#1a1a1a;border:1px solid #333;color:#fff}.btn-secondary:hover{background:#222;border-color:#444}.profile-updated{text-align:center;color:#666;font-size:.85rem;margin-top:16px}@media (max-width: 768px){.profile-page-content{padding:24px}.profile-header-section{flex-direction:column;text-align:center}.profile-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.dashboard{min-height:100vh;background:#000;color:#fff}.nav{background:#111;border-bottom:1px solid #222;position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700}.nav-right{display:flex;align-items:center;gap:12px}.user-avatar{width:32px;height:32px;border-radius:50%;border:1px solid #333}.user-name{font-size:.9rem;color:#999}.logout-btn{padding:6px 16px;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#222;border-color:#444}.container{max-width:1200px;margin:0 auto;padding:40px 20px}.welcome{margin-bottom:40px}.welcome h2{font-size:2.5rem;font-weight:700;margin-bottom:8px}.welcome p{font-size:1.1rem;color:#999}.upload-card{background:#111;border:1px solid #222;border-radius:12px;padding:40px;margin-bottom:40px}.upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;border:2px dashed #333;border-radius:8px;cursor:pointer;transition:all .3s;margin-bottom:20px}.upload-area:hover{border-color:#555;background:#0a0a0a}.upload-area svg{color:#666;margin-bottom:16px}.upload-text{font-size:1.1rem;margin-bottom:8px;font-weight:500}.upload-hint{color:#666;font-size:.9rem}.upload-btn{width:100%;padding:14px;background:#fff;color:#000;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.upload-btn:hover:not(:disabled){background:#e0e0e0}.upload-btn:disabled{opacity:.5;cursor:not-allowed}.error{margin-top:16px;padding:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;border-radius:6px}.results{display:grid;gap:40px}.resume-summary{background:#111;border:1px solid #222;border-radius:12px;padding:30px}.resume-summary h3{font-size:1.5rem;margin-bottom:12px}.resume-details{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:20px;color:#999;font-size:.9rem}.exp-level{padding:4px 12px;background:#1a1a1a;border:1px solid #333;border-radius:4px;text-transform:uppercase;font-size:.75rem;font-weight:600}.skills h4{font-size:1rem;margin-bottom:12px;color:#999}.skill-tags{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{padding:6px 12px;background:#1a1a1a;border:1px solid #333;border-radius:6px;font-size:.85rem}.jobs h3{font-size:1.5rem;margin-bottom:20px}.job-list{display:grid;gap:16px}.job-card{background:#111;border:1px solid #222;border-radius:12px;padding:24px;transition:border-color .2s}.job-card:hover{border-color:#333}.job-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.job-card h4{font-size:1.25rem;margin-bottom:4px}.company{color:#999;font-size:.95rem;margin-bottom:2px}.location{color:#666;font-size:.85rem}.match-score{padding:6px 12px;background:#fff;color:#000;border-radius:6px;font-weight:700;font-size:.9rem}.description{color:#999;line-height:1.5;margin-bottom:16px}.job-skills{display:flex;flex-wrap:wrap;gap:6px;padding-top:16px;border-top:1px solid #222}.job-skill{padding:4px 10px;background:#1a1a1a;border:1px solid #333;border-radius:4px;font-size:.8rem;color:#999}@media (max-width: 768px){.welcome h2{font-size:2rem}.resume-details{flex-direction:column;gap:8px}.job-header{flex-direction:column;gap:12px}}.status-message{margin-top:1rem;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;text-align:center;font-weight:500}.resume-preview{margin-top:2rem;padding:2rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.resume-preview h3{color:#4ade80;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.resume-info{color:#e2e8f0}.resume-info p{margin:.5rem 0}.skills-section{margin-top:1rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.skill-tag{padding:.375rem .75rem;background:#667eea33;border:1px solid rgba(102,126,234,.4);border-radius:20px;font-size:.875rem;color:#a5b4fc}.loading-jobs{margin-top:2rem;text-align:center;color:#94a3b8}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.profile-card{background:#111;border:1px solid #222;border-radius:12px;padding:30px;margin-bottom:30px}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.view-btn{padding:8px 16px;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#fff;cursor:pointer;transition:all .2s}.view-btn:hover{background:#222;border-color:#444}.profile-details{display:grid;gap:24px}.profile-info{display:flex;gap:30px;flex-wrap:wrap}.profile-info p{margin:0;color:#999}.profile-info strong{color:#fff}.search-card{background:#111;border:1px solid #222;border-radius:12px;padding:30px;margin-bottom:40px}.search-form{display:flex;gap:12px;margin-top:16px}.search-input{flex:1;padding:12px 16px;background:#1a1a1a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem}.search-input:focus{outline:none;border-color:#667eea}.search-btn{padding:12px 24px;background:#fff;border:none;border-radius:8px;color:#000;font-weight:600;cursor:pointer;transition:all .2s}.search-btn:hover:not(:disabled){background:#e0e0e0}.search-btn:disabled{opacity:.5;cursor:not-allowed}.file-input{margin:16px 0}.file-name{color:#999;margin:8px 0}.profile-btn{display:flex;align-items:center;gap:6px;padding:6px 16px;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s}.profile-btn:hover{background:#222;border-color:#444}.dashboard{min-height:100vh;background:#000;color:#fff;display:flex;flex-direction:column}.container{flex:1;max-width:1200px;margin:0 auto;padding:40px 20px;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:#000;color:#fff}
