body{margin:0;padding:0;font-family:'Noto Sans','Vazir',Arial,sans-serif;background:#1a1a1a;color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center;overflow-x:hidden;position:relative}#canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.container{max-width:900px;width:100%;padding:40px 20px;box-sizing:border-box;background:#252525;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.5);animation:fadeIn 1s ease-in-out;z-index:1;position:relative;display:flex;flex-direction:column}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}img.profile-pic{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid #fff;margin-bottom:20px;transition:transform .3s ease;display:block;margin-left:auto;margin-right:auto;loading:"lazy"}img.profile-pic:hover{transform:scale(1.05)}h1{font-size:2.5em;margin-bottom:10px;color:#fff;font-weight:bold}.tagline-wrapper{position:relative;display:inline-block;min-height:2em;margin-bottom:30px;width:100%}.tagline{font-size:1.4em;color:#e0e0e0;font-weight:300;line-height:1.6;position:relative}.tagline-text{position:absolute;top:0;right:0;width:100%;text-align:center;transition:opacity .3s ease}.default-text{opacity:1}.hover-text{opacity:0}.tagline:hover .default-text,.profile-pic:hover ~ .tagline-wrapper .tagline .default-text{opacity:0}.tagline:hover .hover-text,.profile-pic:hover ~ .tagline-wrapper .tagline .hover-text{opacity:1}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:20px;margin-bottom:30px;justify-content:center}.social-links a{color:#fff;text-decoration:none;font-size:1.1em;display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px;border-radius:10px;transition:background .3s ease,color .3s ease}.social-links a:hover{background:#fff;color:#1a1a1a}.social-links i{font-size:2em}.tweets-section{margin-top:40px;padding:20px;background:#333;border-radius:10px;order:999}.tweets-section summary{cursor:pointer;font-size:1.2em;color:#fff;padding:10px;border-bottom:1px solid #555;list-style:none}.tweets-section summary::marker{display:none}.tweets-section summary::before{content:'\f078';font-family:"Font Awesome 6 Free";font-weight:900;margin-right:10px;transition:transform .3s}.tweets-section[open] summary::before{transform:rotate(180deg)}.tweet-list{display:none;padding:10px 0}.tweets-section[open] .tweet-list{display:block;animation:slideDown .3s ease}@keyframes slideDown{from{opacity:0;height:0}to{opacity:1;height:auto}}.tweet-item{display:inline-block;font-family:"Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;font-size:14px;line-height:20px;border-color:#444 #333 #222;border-radius:5px;border-style:solid;border-width:1px;box-shadow:0 1px 3px rgba(0,0,0,.15);margin:10px 0;padding:0 16px 16px 16px;max-width:468px;background:#1a1a1a;text-align:left;width:100%;box-sizing:border-box;display:flex;gap:12px}.tweet-item p{font-size:16px;font-weight:normal;line-height:20px;margin:0}.tweet-item a{color:inherit;font-weight:normal;text-decoration:none;outline:0}.tweet-item a:hover,.tweet-item a:focus{text-decoration:underline;color:#1da1f2}.tweet-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;loading:"lazy";flex-shrink:0}.tweet-content-wrapper{flex:1}.tweet-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.tweet-author{font-weight:bold;color:#fff}.tweet-handle{color:#8899a6}.tweet-content{font-size:15px;color:#e0e0e0;margin-bottom:8px;line-height:1.3125;word-wrap:break-word}.tweet-meta{font-size:13px;color:#8899a6;display:flex;align-items:center;gap:10px}.tweet-stats{display:flex;gap:15px;margin-top:8px;font-size:12px;color:#8899a6}.tweet-stat{display:flex;align-items:center;gap:4px}.tweet-link{color:#1da1f2;text-decoration:none}.tweet-link:hover{text-decoration:underline}.contact{margin-top:20px}.contact p{font-size:1.1em;line-height:1.8;color:#e0e0e0}.contact a{color:#fff;text-decoration:none;font-weight:bold;transition:color .3s ease}.contact a:hover{color:#ccc}.lang-switcher{position:absolute;top:20px;left:20px;z-index:10}.lang-switcher select{background:#1a1a1a;color:#fff;border:1px solid #fff;padding:8px;border-radius:5px;font-family:'Noto Sans','Vazir',Arial,sans-serif;cursor:pointer}@media (max-width:768px){.container{padding:30px 15px}h1{font-size:2em}.tagline{font-size:1.2em}img.profile-pic{width:150px;height:150px}.social-links{gap:15px}.social-links a{font-size:1em}.contact p{font-size:1em}.tweets-section{padding:15px}.tweet-item{flex-direction:column;align-items:center;text-align:center;padding:10px;max-width:100%}.tweet-avatar{margin-bottom:10px}.tweet-header{justify-content:center}.tweet-content{text-align:center}.tweet-meta{justify-content:center}.tweet-stats{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.container{padding:20px 10px;border-radius:10px}h1{font-size:1.8em}.tagline{font-size:1em}img.profile-pic{width:120px;height:120px}.social-links{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:10px}.lang-switcher{top:10px;left:10px}.lang-switcher select{padding:6px;font-size:.9em}.tweet-item{font-size:13px;padding:8px}.tweet-content{font-size:14px}.tweet-stats{gap:10px}}