.client-header{width:100%;background:linear-gradient(90deg,#081f2f,#0e2d3c);padding:.75rem 1.5rem;position:relative;z-index:1000;box-shadow:0 0 12px rgba(0,255,255,.2)}.client-header-inner{max-width:1440px;margin:0 auto;justify-content:space-between}.client-header-inner,.logo-link{display:flex;align-items:center}.main-logo{height:42px;width:auto}.desktop-nav{display:flex;gap:2rem;align-items:center}.nav-item{position:relative}.nav-title{color:#ffffff;font-weight:600;font-size:1rem;cursor:pointer;transition:color .3s}.nav-title:hover{color:#00f7ff}.nav-dropdown{position:absolute;top:100%;left:0;background:#0a2b3d;border:1px solid #00f7ff44;border-radius:.5rem;padding:.75rem;min-width:160px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,255,255,.15);z-index:10}.dropdown-link{color:#ccf2ff;padding:.4rem .5rem;border-radius:.25rem;text-decoration:none;font-size:.95rem;transition:background .2s}.dropdown-link:hover{background-color:#00f7ff22;color:#ffffff}.hamburger-wrapper{display:none;cursor:pointer;color:#ffffff}.mobile-nav{background:#0a2b3d;padding:1rem;display:flex;flex-direction:column;gap:1.2rem;box-shadow:0 8px 16px rgba(0,255,255,.12)}.mobile-section-title{color:#00f7ff;font-size:1rem;margin-bottom:.4rem}.mobile-link{display:block;color:#ccf2ff;padding:.3rem .75rem;font-size:.95rem;text-decoration:none;transition:background .2s}.mobile-link:hover{background-color:#00f7ff22;color:#ffffff}@media (max-width:900px){.desktop-nav{display:none}.hamburger-wrapper{display:block}.client-header-inner{flex-wrap:nowrap}}.client-sidebar{width:200px;background:linear-gradient(180deg,#081f2f,#0e2d3c);padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;border-right:2px solid #00f7ff44;box-shadow:2px 0 12px rgba(0,255,255,.08);min-height:100vh;position:sticky;top:0}.upload-image-wrapper{margin-bottom:2rem;text-align:center}.upload-button{display:inline-block;width:100px;height:100px;background-color:#0a2b3d;border:2px dashed #00f7ff;border-radius:50%;color:#00f7ff;display:flex;align-items:center;justify-content:center;font-size:.85rem;cursor:pointer;text-align:center;overflow:hidden}.preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.sidebar-nav{display:flex;flex-direction:column;gap:1rem;width:100%;text-align:center}.sidebar-link{color:#ccf2ff;font-size:1rem;text-decoration:none;padding:.5rem;border-radius:.25rem;transition:background .3s}.sidebar-link:hover{background-color:#00f7ff22;color:#ffffff}@media (max-width:768px){.client-sidebar{display:none}}.initials-circle{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#44eaff,#00e4d6);color:#003366;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #24c6dc3d;margin:0 auto 24px;letter-spacing:.02em;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .2s}.sidebar-link.active{font-weight:700;border-left:3px solid #38ff89;padding-left:calc(1rem - 3px)}