body{font-family:Inter,Segoe UI,system-ui,sans-serif;background-color:#f8fafc;color:#0f172a;margin:0;display:flex;justify-content:center;padding:clamp(1rem,5vw,2rem);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.profile-container{width:100%;max-width:1200px;display:grid;grid-template-columns:minmax(280px,320px) 1fr;gap:2rem;margin:0 auto}@media screen and (max-width:768px){body{padding:1rem}.profile-container{grid-template-columns:1fr;gap:1.5rem}}.left-column,.right-column{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;padding:1.5rem;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.profile-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a}@media screen and (max-width:768px){.profile-card{padding:1.25rem;border-radius:12px}.profile-card:hover{transform:none}}.profile-picture-section{text-align:center;position:relative;margin-bottom:1.5rem;padding:.5rem}.profile-picture-section img{width:140px;height:140px;border-radius:50%;border:4px solid #6366f1;object-fit:cover;box-shadow:0 0 0 4px #6366f11a;transition:transform .3s ease,box-shadow .3s ease}.profile-picture-section img:hover{transform:scale(1.02);box-shadow:0 0 0 6px #6366f126}.upload-icon{position:absolute;bottom:12px;right:85px;background:#6366f1;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:3px solid white;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}@media screen and (max-width:768px){.profile-picture-section img{width:120px;height:120px}.upload-icon{width:32px;height:32px;right:calc(50% - 76px);bottom:8px}.profile-picture-section img:hover{transform:none}}.upload-icon:hover{background:#4f46e5;transform:scale(1.05)}.user-name{text-align:center;font-size:1.5rem;font-weight:700;margin:0;color:#1e293b;letter-spacing:-.025em}.user-email{text-align:center;color:#64748b;margin-top:.5rem;font-size:.95rem}.profile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.action-button{padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:.025em;box-shadow:0 1px 2px #0000000d}.edit-btn{background-color:#6366f1;color:#fff}.edit-btn:hover{background-color:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 6px #6366f133}.save-btn{background-color:#10b981;color:#fff}.save-btn:hover{background-color:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #10b98133}.social-media-section .form-group{margin-bottom:1.25rem;position:relative}.social-media-section label{display:flex;font-weight:600;color:#334155;margin-bottom:.5rem;align-items:center;gap:.5rem;font-size:.95rem}.social-media-section label i{color:#6366f1;font-size:1.1rem}.social-media-section input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;background-color:#fff;transition:all .2s ease;color:#1e293b;box-sizing:border-box;margin:0;max-width:100%}.social-media-section input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.social-media-section input:disabled{background-color:#f8fafc;cursor:not-allowed;color:#94a3b8;border-color:#e2e8f0}.tab-navigation{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;gap:.5rem;padding:0 .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.tab-navigation::-webkit-scrollbar{display:none}.tab-link{background:none;border:none;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;cursor:pointer;color:#64748b;position:relative;transition:all .2s ease;white-space:nowrap}@media screen and (max-width:768px){.tab-navigation{margin:0 -1rem 1.5rem;padding:0 1rem}.tab-link{padding:.875rem 1rem;font-size:.875rem}}.tab-link:hover{color:#334155}.tab-link.active{color:#6366f1}.tab-link.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#6366f1;border-radius:2px 2px 0 0;transform:scaleX(.8);transition:transform .2s ease}.tab-link:hover:after{transform:scaleX(1)}.tab-content{display:none;animation:fadeIn .3s ease}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}#aboutMe{width:100%;padding:12px;border:1px solid #dddfe2;border-radius:8px;font-size:16px;background-color:#f5f6f7;resize:vertical;min-height:100px;margin-bottom:20px;box-sizing:border-box;max-width:100%}#aboutMe:disabled{background-color:#e9ebee;cursor:not-allowed}.skills-section{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.skill-tag{background-color:#e4e6eb;padding:8px 12px;border-radius:20px;font-size:14px;font-weight:500}#skillInput{width:100%;padding:12px;border:1px solid #dddfe2;border-radius:8px;font-size:16px;box-sizing:border-box;max-width:100%;margin:0}@media screen and (max-width:768px){.skills-section{gap:8px}.skill-tag{padding:6px 10px;font-size:13px}#skillInput{padding:10px;font-size:14px}.top-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.logout-btn{background:#ef4444;color:#fff;border-radius:10px;padding:.5rem .9rem;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 2px 6px #ef444426}.logout-btn:hover{background:#dc2626;transform:translateY(-1px)}}.experience-section,.education-section{margin-bottom:1.5rem}.empty-state{text-align:center;padding:2rem;background:#f8fafc;border-radius:12px;color:#64748b;border:2px dashed #e2e8f0;margin:1rem 0}.empty-state i{margin-bottom:.5rem;color:#94a3b8}.empty-state p{margin:0;font-size:.95rem}.experience-list,.education-list{display:flex;flex-direction:column;gap:1rem}.experience-item,.education-item{position:relative;border-left:3px solid #6366f1;padding:1rem 1rem 1rem 1.25rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.experience-item:hover,.education-item:hover{transform:translate(4px);box-shadow:0 4px 6px #0000000d}.experience-item h4,.education-item h4{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.experience-item .company,.education-item .institution{font-size:.95rem;color:#6366f1;margin:.25rem 0;font-weight:500}.experience-item .duration,.education-item .duration{font-size:.875rem;color:#64748b;display:flex;align-items:center;gap:.5rem;margin:.25rem 0}.experience-item .description,.education-item .description{margin:.5rem 0 0;color:#475569;font-size:.95rem;line-height:1.5}.add-btn{width:100%;background-color:#f8fafc;color:#6366f1;border:2px dashed #e2e8f0;margin-top:1rem}.add-btn:hover{background-color:#f1f5f9;border-color:#6366f1}.add-btn i{font-size:.875rem}@media screen and (max-width:768px){.experience-item,.education-item{padding:.875rem .875rem .875rem 1rem}.experience-item h4,.education-item h4{font-size:1rem}.experience-item .company,.education-item .institution{font-size:.875rem}.experience-item .duration,.education-item .duration{font-size:.8125rem}.experience-item .description,.education-item .description{font-size:.875rem}.empty-state{padding:1.5rem}}@media screen and (max-width:768px){.experience-section .experience-item,.education-section .education-item{padding-left:12px;margin-bottom:12px}.experience-item h4,.education-item h4{font-size:16px}.experience-item p,.education-item p{font-size:14px}}.security-section,.danger-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.notification-section .notification-toggle{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#22c55e}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.danger-zone h3 i{color:#ef4444}.danger-btn{background-color:#ef4444;color:#fff}.danger-btn:hover{background-color:#dc2626}.top-actions{position:fixed;top:16px;right:16px;z-index:1200}.logout-btn{background:#ef4444f2;color:#fff;border-radius:10px;padding:.55rem .9rem;font-weight:700;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 6px 18px #0f172a1f}.logout-btn i{transform:translateY(1px)}.logout-btn:hover{background:#dc2626;transform:translateY(-2px)}.danger-actions{display:flex;gap:.5rem;align-items:center}@media screen and (max-width:600px){.top-actions{display:none!important}}
