.johndoe-freelancer-container{min-height:100vh;display:flex;flex-direction:column;background-color:#ffffff}.johndoe-freelancer-main{flex:1;width:100%;background-color:#ffffff}.johndoe-freelancer-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1)}.johndoe-freelancer-nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.johndoe-freelancer-nav-content{display:flex;align-items:center;justify-content:space-between;height:70px}.johndoe-freelancer-nav-logo{font-family:Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#3b82f6}.johndoe-freelancer-nav-links{display:none;gap:1.5rem}@media (min-width:768px){.johndoe-freelancer-nav-links{display:flex}}.johndoe-freelancer-nav-link{font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s ease}.johndoe-freelancer-nav-link:hover{color:#3b82f6}.johndoe-freelancer-mobile-menu-btn{display:flex;align-items:center;padding:.5rem;background:transparent;border:none;color:#3b82f6;cursor:pointer}@media (min-width:768px){.johndoe-freelancer-mobile-menu-btn{display:none}}.johndoe-freelancer-mobile-menu{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb}.johndoe-freelancer-mobile-menu-link{padding:1rem;font-family:Inter,system-ui,sans-serif;font-size:1rem;color:#111827;text-decoration:none;border-radius:.5rem;transition:background-color .2s ease}.johndoe-freelancer-mobile-menu-link:hover{background-color:rgba(59,130,246,.1);color:#3b82f6}.johndoe-freelancer-footer{width:100%;background-color:#f9fafb;border-top:1px solid #e5e7eb;margin-top:4rem}.johndoe-freelancer-footer-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.johndoe-freelancer-footer-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.johndoe-freelancer-footer-content{grid-template-columns:2fr 1fr}}.johndoe-freelancer-footer-text{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#6b7280;text-align:center}.johndoe-freelancer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.johndoe-freelancer-modal{background:#f9fafb;border-radius:.75rem;box-shadow:0 25px 50px -12px rgb(0 0 0/.25);width:100%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.johndoe-freelancer-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.johndoe-freelancer-modal-title{font-size:1.125rem;font-weight:600;color:#111827}.johndoe-freelancer-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:.1875rem;color:#6b7280;cursor:pointer;transition:all .2s ease}.johndoe-freelancer-modal-close:hover{background:rgba(107,114,128,.1);color:#111827}.johndoe-freelancer-modal-content{flex:1;padding:1.5rem;overflow-y:auto}.johndoe-freelancer-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1.5rem;border-top:1px solid #e5e7eb}.johndoe-freelancer-modal-btn{padding:.5rem 1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.johndoe-freelancer-modal-btn-cancel{background:transparent;color:#6b7280}.johndoe-freelancer-modal-btn-cancel:hover{background:rgba(107,114,128,.1);color:#111827}.johndoe-freelancer-modal-btn-save{background:#3b82f6;color:#ffffff;border-color:#3b82f6}.johndoe-freelancer-modal-btn-save:hover{background:#1d4ed8;border-color:#1d4ed8}@media (max-width:640px){.johndoe-freelancer-nav-content{height:60px}.johndoe-freelancer-footer-container{padding:2rem 1rem}.johndoe-freelancer-modal{margin:.5rem;max-height:90vh}.johndoe-freelancer-modal-overlay{padding:.5rem}}