@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";*{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;line-height:1.6;color:#333}.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1000;box-shadow:0 1px 3px #0000001a}.header-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#1f2937;text-decoration:none}.logo-icon{transition:transform .2s}.logo:hover .logo-icon{transform:scale(1.1)}.nav-desktop{display:flex;gap:2rem;list-style:none}.nav-desktop a{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s}.nav-desktop a:hover{color:#1f2937}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media (max-width: 768px){.nav-desktop{display:none}.mobile-menu-button{display:block}}.mobile-menu-backdrop{position:fixed;inset:0;background:#00000080;z-index:2000}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:320px;background:#fff;z-index:2001;padding:2rem;box-shadow:-4px 0 6px #0000001a}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-size:1rem}.mobile-menu-nav{display:flex;flex-direction:column;gap:1.5rem;list-style:none}.mobile-menu-nav a{color:#1f2937;text-decoration:none;font-size:1.125rem;font-weight:500}.hero{position:relative;height:90vh;min-height:600px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.8) 0%,rgba(0,0,0,.6) 50%,transparent 100%)}.hero-content{position:absolute;z-index:10;text-align:left;color:#fff;padding:2rem;max-width:650px;left:5%;top:50%;transform:translateY(-50%)}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.hero-description{font-size:1.25rem;margin-bottom:2rem;line-height:1.8;animation:fadeInUp .8s ease-out .2s backwards}.hero-button{display:inline-block;padding:1rem 2rem;background:#1f2937;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:transform .2s,box-shadow .2s;animation:fadeInUp .8s ease-out .4s backwards}.hero-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.hero-decoration{position:absolute;bottom:0;left:0;right:0;z-index:0;pointer-events:none}.hero-decoration img{width:100%;height:auto;opacity:.3}@media (max-width: 768px){.hero-content{text-align:center;left:50%;transform:translate(-50%,-50%);max-width:90%}.hero-title{font-size:2rem}.hero-description{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.projects-section{max-width:1280px;margin:0 auto;padding:5rem 2rem}.projects-header{text-align:center;margin-bottom:3rem}.projects-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.projects-description{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s}.feature-card:hover{box-shadow:0 10px 15px #00000026}.feature-card-image{position:relative;height:256px;overflow:hidden}.feature-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.feature-card:hover .feature-card-image img{transform:scale(1.05)}.feature-card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.feature-card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.feature-card-description{flex-grow:1;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.feature-card-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#1f2937;color:#fff;text-decoration:none;border-radius:.75rem;font-weight:500}.feature-card-button:hover{background:#374151;box-shadow:0 4px 6px #0000001a}.feature-card-button svg{transition:transform .2s}.feature-card-button:hover svg{transform:translate(4px)}.feature-cardNB{display:flex;flex-direction:column;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s,transform .3s}.feature-cardNB:hover{box-shadow:0 10px 15px #00000026;transform:translateY(-2px)}.feature-card-imageNB{width:100%;flex-shrink:0;height:300px;overflow:hidden}.feature-card-imageNB img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.feature-cardNB:hover .feature-card-imageNB img{transform:scale(1.05)}.feature-card-contentNB{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.feature-card-titleNB{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.feature-card-descriptionNB{flex-grow:1;color:#6b7280;line-height:1.6}.footer-wrapper{position:relative;width:100%;margin-top:auto}.footer-hero{position:relative;width:100%;height:450px;background-image:url(/FooterImage.jpg);background-size:cover;background-position:center}.footer-hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6rem 1.5rem 0}.footer-hero-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;max-width:64rem}@media (max-width: 1024px){.footer-hero-title{font-size:2.5rem}}@media (max-width: 768px){.footer-hero-title{font-size:1.875rem}}.footer-hero-tagline{color:#fff;font-size:1.125rem;max-width:48rem}@media (max-width: 768px){.footer-hero-tagline{font-size:1rem}}.footer-logo-circle{position:absolute;left:50%;transform:translate(-50%);width:280px;height:280px;top:330px;z-index:10;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#000;box-shadow:0 25px 50px -12px #00000040}.footer-logo-image{width:100%;height:100%;padding:2rem;background-image:url(/NewLogoRaw.png);background-size:contain;background-position:center;background-repeat:no-repeat}.footer-content-wrapper{position:relative;background:#000;padding-top:12rem}.footer-cutout{position:absolute;top:0;left:0;width:100%;height:150px}.footer{background:#000;color:#1f2937;padding:0 1.5rem 3rem;margin-top:0}.footer-container{max-width:1280px;margin:0 auto;text-align:center}.footer-nav-social{display:flex;justify-content:space-between;align-items:flex-start;max-width:1536px;margin:0 auto 3rem;padding:0 1.25rem}@media (max-width: 768px){.footer-nav-social{flex-direction:column;gap:2rem;align-items:center}}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;list-style:none;margin:0;padding:0}@media (max-width: 768px){.footer-links{flex-direction:column;gap:1rem}}.footer-links a{color:#e9e9e9;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .3s}.footer-links a:hover{color:#76c7c0}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#e9e9e9;transition:color .3s}.footer-social a:hover{color:#76c7c0}.footer-bottom{padding-top:0;margin-top:0;border-top:none}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;list-style:none;padding:0}.footer-legal a{color:#e9e9e9;text-decoration:none;transition:color .3s;font-size:.875rem;font-weight:500}.footer-legal a:hover{color:#9db4b2}.footer-statement{font-size:.875rem;color:#e9e9e9;line-height:1.6;margin-bottom:1rem;max-width:64rem;margin-left:auto;margin-right:auto}.footer-copyright{font-size:.75rem;color:#e9e9e9;font-weight:400}.gimli-section{background-color:#f9fafb;color:#1f2937;padding:5rem 2rem;line-height:1.8}.gimli-container{max-width:900px;margin:0 auto}.gimli-section h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.gimli-section h3{font-size:1.5rem;font-weight:600;margin-top:2rem;color:#1f2937}.gimli-section p{font-size:1.125rem;margin-bottom:1rem;color:#374151}.gimli-section ul{margin-left:1.5rem;list-style-type:disc;color:#374151;font-size:1.1rem}.gimli-section ul li{margin-bottom:.5rem}.overview-section{background-color:#f9fafb;color:#1f2937;padding:5rem 2rem;line-height:1.8}.overview-content{max-width:900px;margin:0 auto}.overview-section h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;text-align:center}.overview-section p{font-size:1.125rem;margin-bottom:1rem;color:#374151}.overview-section a{color:#1f2937;font-weight:600;text-decoration:underline}.overview-section a:hover{color:#111827;text-decoration:none}.job-grid-container{padding:4rem 2rem;background-color:#f9f9f9;text-align:center}.job-grid-title{font-size:2rem;margin-bottom:2rem;color:#222;font-weight:600}.job-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;justify-content:center;align-items:stretch}.job-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.job-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.job-location{font-weight:600;color:#444;margin-bottom:1rem}.job-description{font-size:1rem;color:#333;line-height:1.5;flex-grow:1}.apply-button{margin-top:1.5rem;background-color:#8b0000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background .3s}.apply-button:hover{background-color:#a30000}.Partner-section{display:flex;justify-content:center;align-items:center;text-align:center;padding:60px 20px}.Partner-container h2{font-size:2rem;font-weight:600;text-align:center;max-width:800px}:root{--bs-blue: #0d6efd;--bs-primary: #0d6efd;--bs-primary-rgb: 13, 110, 253;--bs-white: #fff;--bs-gray-100: #f8f9fa;--bs-gray-300: #dee2e6;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-radius: .375rem;--bs-link-color-rgb: 13, 110, 253;--bs-link-hover-color-rgb: 10, 88, 202}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);background-color:var(--bs-body-bg)}h2{margin-top:0;margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col-12{flex:0 0 auto;width:100%}@media (min-width: 768px){.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-7{flex:0 0 auto;width:58.33333333%}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}.d-none{display:none!important}.d-flex{display:flex!important}.min-vh-100{min-height:100vh!important}.h-100{height:100%!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.flex-column{flex-direction:column!important}.w-100{width:100%!important}.p-5{padding:3rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mt-3{margin-top:1rem!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.fw-bold{font-weight:700!important}.bg-white{background-color:var(--bs-white)!important}.form-label{margin-bottom:3rem}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);appearance:none;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.btn{display:inline-block;font-weight:400;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{color:rgba(var(--bs-link-hover-color-rgb),var(--bs-link-opacity, 1))}body,html{font-family:Montserrat,sans-serif}.btn-custom{background:linear-gradient(to right,#c88a65 -55%,#fff);color:#000;border-radius:30px;padding:10px 20px;text-transform:uppercase;border:1px solid #000;font-weight:700}.btn-custom:hover{background:linear-gradient(to right,#eab2a0,#fff);color:#fff}.login-section{background:url(/img/bride-and-groom-with-their-friends-SBI-300934909.jpg) no-repeat center 40%;background-size:cover;padding:20px 0;position:relative}.login-section:before{content:"";position:absolute;inset:0;background:inherit;filter:blur(8px);z-index:1}.login-box{width:80%;max-width:900px;background-color:#ffffffe6;box-shadow:0 0 10px #0000001a;border-radius:10px;overflow:hidden;position:relative;z-index:2}.login-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.bg-light-grey{background-color:#f8f9fa}.login-form-container{display:flex;flex-direction:column;justify-content:center}.login-form-container .form-label{font-weight:600;font-family:inherit}.login-form-container .form-control{padding:10px;font-size:1rem;font-family:inherit;font-weight:400}.logo-dark-login{height:200px;width:200px;max-width:100%;object-fit:contain}.image-upload-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;justify-content:center;align-items:center}.upload-content{max-width:800px;width:100%;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.upload-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;text-align:center}.upload-subtitle{font-size:1rem;color:#718096;margin-bottom:2rem;text-align:center}.upload-form{display:flex;flex-direction:column;gap:1.5rem}.drop-zone{border:3px dashed #cbd5e0;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f7fafc;position:relative}.drop-zone:hover{border-color:#667eea;background-color:#edf2f7}.drop-zone.has-file{border-color:#667eea;background-color:#edf2f7;padding:1rem}.upload-icon{color:#667eea;margin-bottom:.5rem}.preview-container{position:relative;display:inline-block;max-width:100%}.preview-image{max-width:100%;max-height:400px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.metadata-section{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-textarea{resize:vertical;min-height:80px}.button-group{display:flex;gap:1rem;margin-top:1rem}.button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.button-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.button-primary:disabled{opacity:.6;cursor:not-allowed}.button-secondary{background:#e2e8f0;color:#2d3748}.button-secondary:hover:not(:disabled){background:#cbd5e0}.success-card{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#d4fc79,#96e6a1);border-radius:12px;box-shadow:0 4px 12px #0000001a}.success-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.success-header h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.success-icon{color:#22c55e}.uploaded-image-details{display:flex;gap:1.5rem;margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:8px}.uploaded-thumbnail{width:150px;height:150px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.uploaded-info{flex:1;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.uploaded-info p{margin:0;color:#2d3748}.uploaded-info strong{color:#1a202c;font-weight:600}.image-url{word-break:break-all}.image-url a{color:#667eea;text-decoration:none;font-size:.75rem;display:block;margin-top:.25rem}.image-url a:hover{text-decoration:underline}@media (max-width: 768px){.upload-content{padding:1.5rem}.upload-title{font-size:1.5rem}.drop-zone{padding:2rem 1rem}.button-group{flex-direction:column}.uploaded-image-details{flex-direction:column;align-items:center}.uploaded-thumbnail{width:100%;max-width:200px}}.profile-setup-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;display:flex;justify-content:center;align-items:center}.profile-setup-content{max-width:700px;width:100%;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.header-section{text-align:center;margin-bottom:2rem}.setup-title{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.setup-subtitle{font-size:1rem;color:#718096;margin:0}.setup-form{display:flex;flex-direction:column;gap:1.5rem}.profile-drop-zone{border:3px dashed #cbd5e0;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f7fafc;position:relative;min-height:250px;display:flex;align-items:center;justify-content:center}.profile-drop-zone:hover,.profile-drop-zone.has-file{border-color:#667eea;background-color:#edf2f7}.file-input{display:none}.drop-zone-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.avatar-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:.5rem}.drop-zone-text{font-size:1.125rem;font-weight:600;color:#2d3748;margin:0}.drop-zone-subtext{font-size:.875rem;color:#718096;margin:0}.drop-zone-formats{font-size:.75rem;color:#a0aec0;margin-top:.5rem}.preview-container{position:relative;display:inline-block}.profile-preview-image{width:200px;height:200px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #00000026}.remove-button{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0003}.remove-button:hover{background:#dc2626;transform:scale(1.1)}.profile-info-section{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-label{font-size:.875rem;font-weight:600;color:#2d3748}.form-input,.form-textarea{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:100px}.char-count{position:absolute;bottom:.5rem;right:.75rem;font-size:.75rem;color:#a0aec0;pointer-events:none}.submit-button{padding:1rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c00;font-size:.875rem}.required-note{text-align:center;font-size:.875rem;color:#718096;margin:0}@media (max-width: 768px){.profile-setup-content{padding:1.5rem}.setup-title{font-size:1.5rem}.profile-drop-zone{padding:1.5rem}.avatar-placeholder{width:100px;height:100px}.profile-preview-image{width:150px;height:150px}}.profile-container{min-height:100vh;background-color:#f5f5f5}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.spinner-large{width:48px;height:48px;border:4px solid #e5e5e5;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;padding:2rem;text-align:center}.back-button{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.back-button:hover{background:#5568d3}.cover-photo{width:100%;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.cover-photo img{width:100%;height:100%;object-fit:cover}.cover-photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-content{max-width:1000px;margin:-80px auto 0;padding:0 2rem 2rem;background:#fff;border-radius:12px;position:relative;box-shadow:0 2px 8px #0000001a}.profile-header{display:flex;gap:2rem;padding:2rem 0;border-bottom:1px solid #e5e5e5}.profile-picture-container{flex-shrink:0}.profile-picture{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #00000026}.profile-picture-placeholder{width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;border:4px solid white;box-shadow:0 4px 12px #00000026}.profile-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.name-section{margin-top:1rem}.profile-name{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .25rem}.profile-username{font-size:1rem;color:#718096;margin:0}.profile-actions{display:flex;gap:.75rem}.edit-profile-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;color:#1a202c;border:2px solid #e5e5e5;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.edit-profile-button:hover{background:#f5f5f5;border-color:#667eea;color:#667eea}.profile-details{padding:2rem 0}.bio-section{margin-bottom:1.5rem}.bio-text{font-size:1rem;line-height:1.6;color:#2d3748;margin:0}.metadata-section{display:flex;flex-wrap:wrap;gap:1.5rem}.metadata-item{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.938rem}.metadata-item svg{flex-shrink:0}.website-link{color:#667eea;text-decoration:none;transition:color .2s}.website-link:hover{color:#5568d3;text-decoration:underline}.profile-sections{margin-top:2rem}.section-tabs{display:flex;gap:1rem;border-bottom:2px solid #e5e5e5;margin-bottom:2rem}.tab-button{padding:1rem 1.5rem;background:none;border:none;font-weight:600;color:#718096;cursor:pointer;position:relative;transition:color .2s}.tab-button:hover{color:#2d3748}.tab-button.active{color:#667eea}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#667eea}.section-content{min-height:300px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:#718096}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.25rem;color:#2d3748;margin:0 0 .5rem}.empty-state p{margin:0 0 1.5rem}.action-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.action-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 768px){.cover-photo{height:200px}.profile-content{margin-top:-60px;padding:0 1rem 1rem}.profile-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.profile-picture,.profile-picture-placeholder{width:120px;height:120px}.name-section{margin-top:0}.profile-name{font-size:1.5rem}.metadata-section{flex-direction:column;gap:.75rem}.section-tabs{gap:.5rem}.tab-button{padding:.75rem 1rem;font-size:.875rem}}
