:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--bg: #f8fafc;--card-bg: #ffffff;--text: #1e293b;--text-light: #64748b;--border: #e2e8f0;--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;direction:rtl}.container{max-width:900px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.header{text-align:center;margin-bottom:2rem;color:#fff;padding:2rem 0}.avatar{width:120px;height:120px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:#fff;margin:0 auto 1.5rem;box-shadow:0 10px 30px #0003;border:4px solid rgba(255,255,255,.3)}.name{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.tagline{font-size:1.2rem;opacity:.9}.main{flex:1;display:flex;flex-direction:column;align-items:center;gap:2rem}.card{background:var(--card-bg);border-radius:1.5rem;padding:2rem;width:100%;max-width:500px;box-shadow:var(--shadow-lg)}.card h2{color:var(--text);font-size:1.5rem;margin-bottom:1rem;text-align:center}.card p{color:var(--text-light);line-height:1.8;text-align:center}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:700px}.feature{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;text-align:center;color:#fff;transition:transform .3s,background .3s}.feature:hover{transform:translateY(-5px);background:#ffffff40}.feature-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.feature h3{font-size:1.2rem;margin-bottom:.5rem}.feature p{font-size:.9rem;opacity:.85}.social-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.social-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-decoration:none;border-radius:2rem;font-weight:500;transition:transform .2s,box-shadow .2s}.social-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #6366f14d}.social-btn span{font-size:1.2rem}.footer{text-align:center;color:#fff;margin-top:2rem;padding:1.5rem 0;opacity:.8}@media(max-width:768px){.container{padding:1rem}.features{grid-template-columns:1fr;max-width:400px}.name{font-size:2rem}.avatar{width:100px;height:100px;font-size:2.5rem}.social-links{flex-direction:column;align-items:center}.social-btn{width:100%;justify-content:center}}
