@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";:root{--bg:#fff;--surface:#fff;--accent:#2600ff;--muted:#000f2c;--text:#000;--radius:10px;--gap:1rem;--max-width:1100px}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.container{width:100%;max-width:var(--max-width);color:#000;margin:0 auto;padding:0 1rem}header{--text:#fff;background:linear-gradient(#0a0274,#0a0274);border-bottom:1px solid #0f172a0f}.header-container{justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:relative}.header-logo{align-items:center;display:flex}.header-logo img{object-fit:contain;width:auto;height:48px}.nav-links{gap:1.25rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links a{color:var(--text);font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--accent)}.header-spacer{width:48px}.user-container{z-index:1001;flex-direction:row;align-items:center;gap:10px;margin-left:auto;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}#user-status{color:#fff;cursor:pointer;align-items:center;font-size:16px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}#user-status:hover{color:#00f}#user-pic{cursor:pointer;border-radius:50%;width:45px;height:45px}.sub-menu-wrap{z-index:9999;width:320px;max-height:0;transition:max-height .5s;position:absolute;top:60px;right:0;overflow:hidden}.sub-menu-wrap.open-menu{max-height:400px}.sub-menu{background:#fff;margin:10px;padding:20px}.user-info{align-items:center;display:flex}.user-info h3{font-weight:500}.sub-menu img{border-radius:50%;width:60px;margin-right:15px}.sub-menu hr{background:#ccc;border:0;width:100%;height:1px;margin:15px 0 10px}.sub-menu-link{color:#525252;align-items:center;gap:12px;margin:12px 0;text-decoration:none;display:flex}.sub-menu-link p{flex:1;margin:0}.sub-menu-link img{background:#e5e5e5;border-radius:50%;width:40px;margin-right:15px;padding:8px}.sub-menu-link span{margin-left:auto;font-size:22px;transition:transform .5s}.sub-menu-link:hover span{transform:translate(5px)}.sub-menu-link:hover p{font-weight:600}main{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:40px 20px;display:flex}.wrapper{background:#fff;border-radius:16px;width:100%;max-width:600px;padding:40px;box-shadow:0 10px 30px #00000014}h1{margin-bottom:20px;font-size:1.8rem;font-weight:600}.profile-section{flex-direction:column;align-items:center;gap:10px;margin-bottom:25px;display:flex}.profile-pic-wrapper{cursor:pointer;border-radius:50%;width:130px;height:130px;overflow:hidden}.profile-pic-wrapper img{object-fit:cover;border:3px solid #e5e7eb;border-radius:50%;width:100%;height:100%}form{flex-direction:column;gap:12px;display:flex}label{margin-bottom:4px;font-size:.9rem}input,textarea{width:100%;font:inherit;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:12px}input:disabled,textarea:disabled{color:#6b7280;background:#e5e7eb}textarea{resize:none;height:80px}.button-group{justify-content:space-between;gap:10px;margin-top:25px;display:flex}.save-btn{color:#fff;cursor:pointer;background:#2600ff;border:none;border-radius:10px;padding:12px 20px;font-weight:600;transition:all .2s}.save-btn:hover{opacity:.9}.sign-out-btn{color:#3b82f6;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:12px 20px;font-weight:500;transition:all .2s}.sign-out-btn:hover{background:#e5e7eb}@media (width<=600px){.wrapper{padding:25px}.button-group{flex-direction:column}.save-btn,.sign-out-btn{width:100%}}
