.profile-widget{background:#2d3748;border-radius:16px;padding:0;box-shadow:0 4px 20px #00000014;border:1px solid #4a5568;overflow:hidden}.tabs-container{position:relative;background:#1a202c;padding:8px;margin:16px;border-radius:50px;box-shadow:inset 0 2px 4px #0000001a}.tabs{display:flex;position:relative;z-index:2}.tab{flex:1;padding:12px 16px;background:none;border:none;color:#a0aec0;font-size:14px;font-weight:500;cursor:pointer;border-radius:50px;transition:all .3s ease;position:relative;z-index:2}.tab:hover{color:#e2e8f0}.tab.active{color:#fff;font-weight:600}.tab-slider{position:absolute;inset:8px;border-radius:50px;background:transparent;overflow:hidden}.slider-indicator{position:absolute;top:0;left:0;height:100%;border-radius:50px;background:#000;box-shadow:0 2px 8px #0000004d;transition:all .4s cubic-bezier(.4,0,.2,1);width:33.333%}.slider-indicator.about me{transform:translate(0)}.slider-indicator.experiences{transform:translate(100%)}.slider-indicator.recommended{transform:translate(200%)}.tab-content{padding:0 24px 24px;min-height:200px}.about-content p{color:#e2e8f0;line-height:1.7;margin-bottom:16px;font-size:14px;font-weight:400}.about-content p:last-child{margin-bottom:0}.experiences-content{display:flex;flex-direction:column;gap:20px}.experience-item{border-left:3px solid #4a5568;padding:0 0 0 16px}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.experience-header h4{font-size:16px;font-weight:600;color:#f7fafc;margin:0}.period{color:#a0aec0;font-size:13px;font-weight:500}.role{color:#e2e8f0;font-size:14px;margin-bottom:8px;font-weight:500}.location{display:flex;align-items:center;gap:6px;color:#a0aec0;font-size:13px}.recommended-content{display:flex;flex-direction:column;gap:16px}.recommendation-item{display:flex;align-items:center;gap:12px;padding:12px;background:#4a5568;border-radius:12px;transition:all .2s ease}.recommendation-item:hover{background:#2d3748;transform:translateY(-1px)}.rec-avatar img{width:44px;height:44px;border-radius:10px;object-fit:cover}.rec-info{flex:1}.rec-info h4{font-size:15px;font-weight:600;color:#f7fafc;margin-bottom:2px}.rec-info p{color:#a0aec0;font-size:13px;margin-bottom:4px;font-weight:500}.mutual{color:#718096;font-size:12px;font-weight:500}.connect-btn{background:#000;color:#fff;border:none;padding:8px 20px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #0003}.connect-btn:hover{background:#8db2f1;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}@media(max-width:768px){.profile-widget{border-radius:12px;margin:0 12px}.tabs-container{margin:12px 8px;padding:4px}.tab{padding:8px 10px;font-size:12px}.tab-slider{inset:4px}.tab-content{padding:0 16px 16px;min-height:180px}.about-content p{font-size:13px;line-height:1.6;margin-bottom:12px}.experience-header{flex-direction:column;align-items:flex-start;gap:4px}.experience-header h4{font-size:15px}.period{font-size:12px}.role{font-size:13px}.location{font-size:12px}.recommendation-item{flex-direction:column;text-align:center;gap:8px;padding:16px}.rec-info{text-align:center}.rec-info h4{font-size:14px}.rec-info p{font-size:12px}.mutual{font-size:11px}.connect-btn{width:100%;margin-top:8px}}@media(max-width:480px){.profile-widget{margin:0 8px;border-radius:10px}.tabs-container{margin:8px 6px;border-radius:40px}.tab{padding:6px 8px;font-size:11px}.tab-content{padding:0 12px 12px;min-height:160px}.about-content p{font-size:12px;line-height:1.5}.experience-item{padding-left:12px}.experience-header h4{font-size:14px}.role{font-size:12px}.recommendation-item{padding:12px}.rec-avatar img{width:36px;height:36px}}.gallery-widget{background:#2d3748;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;border:1px solid #4a5568}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.gallery-header h3{font-size:18px;font-weight:600;color:#f7fafc;margin:0}.header-controls{display:flex;align-items:center;gap:12px}.add-image-btn{display:flex;align-items:center;gap:8px;background:#000;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-image-btn:hover{background:#8db2f1;transform:translateY(-1px)}.navigation-buttons{display:flex;gap:8px}.nav-btn{background:#000;color:#fff;border:none;width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #0003}.nav-btn:hover{background:#8db2f1;transform:translateY(-1px)}.nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.gallery-item{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/3;border:1px solid #4a5568}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.remove-btn{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;border:none;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease}.gallery-item:hover .remove-btn{opacity:1}.remove-btn:hover{background:#2d3748;transform:scale(1.1)}.empty-slot{aspect-ratio:4/3;border:2px dashed #4a5568;border-radius:8px;background:#1a202c}.page-indicators{display:flex;justify-content:center;gap:8px}.page-indicator{width:8px;height:8px;border-radius:50%;border:none;background:#4a5568;cursor:pointer;transition:all .3s ease}.page-indicator.active{background:#000;transform:scale(1.2)}.page-indicator:hover{background:#718096}@media(max-width:768px){.gallery-widget{padding:16px;margin:0 12px;border-radius:10px}.gallery-header{flex-direction:row;align-items:center;gap:12px;margin-bottom:16px}.gallery-header h3{font-size:16px}.header-controls{width:auto;justify-content:flex-end;margin-left:auto}.add-image-btn{padding:8px 12px;font-size:12px}.navigation-buttons{gap:6px}.nav-btn{width:32px;height:32px}.nav-btn svg{width:16px;height:16px}.gallery-grid{display:flex;overflow:hidden;border-radius:8px;background:#1a202c;margin-bottom:12px;position:relative;min-height:200px}.gallery-item{flex:0 0 100%;transition:transform .4s ease-in-out;border:none;border-radius:0}.gallery-item:not(:first-child){display:none}.gallery-item img{border-radius:0}.remove-btn{width:24px;height:24px;top:8px;right:8px}.remove-btn svg{width:12px;height:12px}.empty-slot{display:none}.page-indicators{gap:6px}.page-indicator{width:6px;height:6px}}@media(max-width:480px){.gallery-widget{padding:12px;margin:0 8px;border-radius:8px}.gallery-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.gallery-header h3{font-size:15px}.header-controls{width:100%;justify-content:space-between;margin-left:0}.add-image-btn{padding:6px 10px;font-size:11px}.navigation-buttons{gap:4px}.nav-btn{width:28px;height:28px}.nav-btn svg{width:14px;height:14px}.gallery-grid{min-height:180px;margin-bottom:10px}.remove-btn{width:22px;height:22px;top:6px;right:6px}.remove-btn svg{width:10px;height:10px}.page-indicators{gap:4px}.page-indicator{width:5px;height:5px}}.app{display:flex;min-height:100vh}.left-half{flex:1;background-color:#f8fafc}.right-half{flex:1;padding:40px;display:flex;flex-direction:column;gap:24px;max-width:600px;margin:0 auto}@media(max-width:768px){.app{flex-direction:column}.right-half{padding:20px;max-width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#334155;line-height:1.6}#root{min-height:100vh}
