:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh;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}#root{width:100%;height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.social-media-editor{width:100%}.social-platforms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.social-platform-field{display:flex;flex-direction:column;gap:.5rem}.social-platform-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#333;font-size:.9rem}.platform-icon{font-size:1.2rem;width:20px;text-align:center}.social-input-container{position:relative;display:flex;align-items:center}.social-input{flex:1;padding:.75rem 2.5rem .75rem .75rem;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.social-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.social-input.invalid{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}.test-link{position:absolute;right:.75rem;color:#28a745;text-decoration:none;font-size:1rem;padding:.25rem;transition:color .2s ease}.test-link:hover{color:#1e7e34}.invalid-indicator{position:absolute;right:.75rem;color:#dc3545;font-size:1rem}.error-message{color:#dc3545;font-size:.8rem;margin-top:.25rem}.social-media-tips{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin-top:1.5rem}.social-media-tips h4{margin:0 0 1rem;color:#333;font-size:1rem}.social-media-tips ul{margin:0;padding-left:1.5rem;color:#6c757d}.social-media-tips li{margin-bottom:.5rem;font-size:.9rem}.social-media-display{width:100%}.social-media-display h3{margin-bottom:1rem;color:#333;font-size:1.3rem}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.social-link{display:flex;align-items:center;gap:.75rem;padding:1rem;background-color:#fff;border:2px solid #e9ecef;border-radius:8px;text-decoration:none;color:#333;transition:all .2s ease;position:relative;overflow:hidden}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;text-decoration:none;color:#333}.social-link:hover .external-link-icon{opacity:1}.social-icon{font-size:1.5rem;width:24px;text-align:center}.social-label{flex:1;font-weight:500;font-size:.9rem}.external-link-icon{opacity:0;transition:opacity .2s ease;font-size:.8rem;color:#6c757d}.social-media-empty{text-align:center;padding:2rem;color:#6c757d;background-color:#f8f9fa;border-radius:8px;border:1px dashed #dee2e6}.social-media-empty p{margin:0;font-style:italic}@media (max-width: 768px){.social-platforms-grid{grid-template-columns:1fr;gap:1rem}.social-links-grid{grid-template-columns:1fr}.social-link{padding:.75rem}.social-media-tips{padding:1rem}}.social-link[href*=linkedin]:hover{border-color:#0077b5;background-color:#0077b50d}.social-link[href*=github]:hover{border-color:#333;background-color:#3333330d}.social-link[href*=twitter]:hover{border-color:#1da1f2;background-color:#1da1f20d}.social-link[href*=instagram]:hover{border-color:#e4405f;background-color:#e4405f0d}.social-link[href*=youtube]:hover{border-color:red;background-color:#ff00000d}.social-link[href*=facebook]:hover{border-color:#1877f2;background-color:#1877f20d}.social-link[href*=tiktok]:hover{border-color:#000;background-color:#0000000d}.social-link{animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.enhanced-profile{max-width:1200px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.enhanced-profile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-header{margin-bottom:2rem}.profile-header h1{color:#333;margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.profile-completeness{display:flex;align-items:center;gap:1rem;margin-top:1rem}.completeness-bar{width:200px;height:8px;background-color:#e9ecef;border-radius:4px;overflow:hidden}.completeness-fill{height:100%;background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#0abde3);transition:width .3s ease}.profile-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e9ecef;overflow-x:auto;padding-bottom:0}.tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:transparent;color:#6c757d;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent;white-space:nowrap;font-size:.95rem;font-weight:500}.tab-button:hover{color:#007bff;background-color:#f8f9fa}.tab-button.active{color:#007bff;border-bottom-color:#007bff;background-color:#f8f9fa}.tab-icon{font-size:1.2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.form-group label{margin-bottom:.5rem;font-weight:500;color:#333;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group small{margin-top:.25rem;color:#6c757d;font-size:.8rem}.privacy-settings{display:flex;flex-direction:column;gap:1.5rem}.privacy-group{padding:1rem;border:1px solid #e9ecef;border-radius:8px;background-color:#f8f9fa}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#333}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.social-media-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.social-media-section h3{margin-bottom:1rem;color:#333;font-size:1.3rem}.profile-actions{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #e9ecef;gap:1rem}.save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.enhanced-profile{padding:1rem}.profile-header h1{font-size:2rem}.profile-tabs{flex-direction:column;gap:0}.tab-button{border-bottom:none;border-left:3px solid transparent;justify-content:flex-start}.tab-button.active{border-bottom:none;border-left-color:#007bff}.form-grid{grid-template-columns:1fr;gap:1rem}.completeness-bar{width:150px}.profile-actions{flex-direction:column;gap:1rem}.navigation-buttons{justify-content:space-between;width:100%}.nav-button,.save-button{min-width:auto;flex:1}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.profile-dashboard{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:30px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;color:#fff;box-shadow:0 10px 30px #0000001a}.profile-summary{display:flex;align-items:center;gap:20px}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.3)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);font-size:24px;font-weight:700;color:#fff}.profile-info h1{margin:0 0 8px;font-size:28px;font-weight:600}.role-badge{display:inline-block;padding:4px 12px;background:rgba(255,255,255,.2);border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.title,.company{margin:4px 0;opacity:.9;font-size:16px}.profile-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}.nav-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease;min-width:120px}.save-button{padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:200px}.profile-navigation{display:flex;gap:4px;margin-bottom:30px;background:#f8f9fa;padding:8px;border-radius:12px;overflow-x:auto}.nav-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#64748b;white-space:nowrap}.nav-tab:hover{background:#e2e8f0;color:#475569}.nav-tab.active{background:#ffffff;color:#1e293b;box-shadow:0 2px 4px #0000001a}.tab-icon{font-size:16px}.profile-section{margin-bottom:24px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:box-shadow .2s ease}.profile-section:hover{box-shadow:0 4px 12px #0000000d}.profile-section h3{margin:0 0 20px;font-size:20px;font-weight:600;color:#1e293b;border-bottom:2px solid #f1f5f9;padding-bottom:12px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.form-group.half-width{grid-column:span 1}.form-group.checkbox-group{flex-direction:row;align-items:center;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151;margin-bottom:6px;display:flex;align-items:center;gap:8px}.form-input,.form-select,.form-textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease;background:white}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f9fafb;border-color:#d1d5db;color:#6b7280;cursor:not-allowed}.form-textarea{resize:vertical;min-height:80px}.array-item{padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;position:relative}.array-item:last-child{margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;min-height:44px}.btn:disabled{opacity:.6;cursor:not-allowed}.save-button{background:#10b981;color:#fff}.save-button:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.edit-button{background:#3b82f6;color:#fff}.edit-button:hover{background:#2563eb}.cancel-button{background:#ef4444;color:#fff}.cancel-button:hover{background:#dc2626}.add-button{background:#8b5cf6;color:#fff;margin-bottom:16px}.add-button:hover{background:#7c3aed}.remove-button{background:#ef4444;color:#fff;padding:8px 16px;font-size:12px;position:absolute;top:12px;right:12px}.remove-button:hover{background:#dc2626}.social-media-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.social-platform{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.platform-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:18px}.platform-input{flex:1}.analytics-section{padding:20px 0}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.analytics-card{text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none}.analytics-card h4{margin:0 0 12px;font-size:14px;font-weight:500;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:32px;font-weight:700;margin-bottom:8px}.progress-bar{width:100%;height:8px;background:rgba(255,255,255,.2);border-radius:4px;overflow:hidden;margin-top:16px}.progress-fill{height:100%;background:rgba(255,255,255,.9);border-radius:4px;transition:width .3s ease}.profile-photo-section{display:flex;align-items:center;gap:20px;padding:20px;background:#f8fafc;border-radius:12px;margin-bottom:24px}.current-photo{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid #e5e7eb}.current-photo img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:24px}.photo-upload-controls{display:flex;flex-direction:column;gap:12px}.upload-input{display:none}.upload-button{background:#3b82f6;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer;text-align:center;font-size:14px;font-weight:500;transition:background .2s ease}.upload-button:hover{background:#2563eb}.save-section{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:60px 20px;font-size:16px;color:#6b7280}.loading-spinner:before{content:"";width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;margin-right:12px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fef2f2;color:#dc2626;padding:16px;border-radius:8px;border:1px solid #fecaca;margin-bottom:20px;font-size:14px}.success-message{background:#f0fdf4;color:#166534;padding:16px;border-radius:8px;border:1px solid #bbf7d0;margin-bottom:20px;font-size:14px}@media (max-width: 768px){.profile-dashboard{padding:16px}.profile-header{flex-direction:column;gap:20px;text-align:center}.profile-summary{flex-direction:column;text-align:center}.form-grid,.analytics-grid{grid-template-columns:1fr}.profile-actions{flex-direction:column;gap:1rem}.navigation-buttons{justify-content:space-between;width:100%}.nav-button,.save-button{min-width:auto;flex:1}.nav-tab{flex-direction:column;gap:4px;padding:12px 16px;font-size:12px}.tab-icon{font-size:20px}.social-media-section{grid-template-columns:1fr}}.student-profile,.mentor-profile,.sponsor-profile{max-width:900px;margin:0 auto}.enhanced-profile{max-width:800px;margin:0 auto}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.nav-tab:focus,.btn:focus,.form-input:focus,.form-select:focus,.form-textarea:focus{outline:2px solid #3b82f6;outline-offset:2px}.student-profile{max-width:1200px;margin:0 auto;padding:20px}.profile-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;text-align:center}.profile-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:600}.profile-header p{margin:0;font-size:1.1rem;opacity:.9}.profile-navigation{display:flex;gap:1rem;margin-bottom:2rem;overflow-x:auto;padding:.5rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:2px solid #e0e0e0;background:white;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-weight:500}.nav-button:hover{border-color:#007bff;background:#f8f9ff}.nav-button.active{border-color:#007bff;background:#007bff;color:#fff}.nav-icon{font-size:1.2rem}.profile-content{margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.skills-section{margin-bottom:2rem}.skills-input{margin-bottom:1rem}.skills-input small{color:#666;font-size:.875rem;margin-top:.25rem;display:block}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.skill-item{display:flex;align-items:center;gap:.5rem;background:#f8f9fa;padding:.5rem 1rem;border-radius:20px;border:1px solid #e9ecef}.skill-item span{font-size:.875rem}.skill-item select{border:none;background:transparent;font-size:.8rem;padding:.25rem}.remove-btn{background:#dc3545;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#c82333}.experience-item{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;background:#f9f9f9}.experience-item .remove-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:1rem;width:auto;height:auto}.add-btn{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;margin-bottom:1rem;font-weight:500}.add-btn:hover{background:#218838}.preferences-input{margin-bottom:1rem}.preferences-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.preference-item{display:flex;align-items:center;gap:.5rem;background:#e3f2fd;padding:.5rem 1rem;border-radius:20px;border:1px solid #bbdefb}.preference-item span{font-size:.875rem;color:#1976d2}.salary-range{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:end}.goal-item{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;background:#f9f9f9}.goal-item .remove-btn{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-top:1rem;width:auto;height:auto}.profile-actions{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:2px solid #007bff;position:sticky;bottom:20px;z-index:100}.navigation-buttons{display:flex;gap:1rem}.save-button{margin-left:auto!important;min-width:200px!important}@media (max-width: 768px){.profile-navigation{flex-direction:column}.nav-button{justify-content:center}.form-grid,.salary-range{grid-template-columns:1fr}.profile-actions{flex-direction:column;align-items:stretch}.navigation-buttons{justify-content:space-between}.save-button{margin-left:0!important}}.loading{display:flex;justify-content:center;align-items:center;height:200px;font-size:1.2rem;color:#666}h2{color:#333;border-bottom:2px solid #007bff;padding-bottom:.5rem;margin-bottom:1.5rem}h3{color:#555;margin-top:2rem;margin-bottom:1rem;font-size:1.2rem}
