: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}}html,body{margin:0;padding:0;width:100%;font-family:Arial,sans-serif;background:#f7f5ff;color:#333}.portfolio{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(90deg,#d16ba5,#c777b9,#8e80ee);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header .profile{display:flex;align-items:center;gap:1rem}.header .profile img{width:60px;height:60px;border-radius:50%;border:2px solid white}.header h1{margin:0;font-size:1.8rem}.header nav a{margin-left:1rem;color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.header nav a:hover{color:#f3e5f5}.header .btn{margin-left:1rem;padding:.5rem 1rem;background:#fff;color:#8e80ee;border:none;border-radius:8px;cursor:pointer;font-weight:700}.header .btn:hover{background:#eae2f8}.container{width:100%;padding:2rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem;box-sizing:border-box}.about{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d}.about h2{margin-top:0}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.info-box{background:#f8f0fc;border-radius:10px;padding:1rem}.info-box h3{margin:0;color:#8e80ee}.info-box p,.info-box ul{margin-top:.5rem}.socials a{display:inline-block;margin:.5rem .5rem 0 0;padding:.4rem .8rem;background:#edf0ff;border-radius:20px;text-decoration:none;color:#555;transition:background .3s,transform .2s}.socials a:hover{background:#e2ddff;transform:translateY(-2px)}.sidebar{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.sidebar h3{margin-top:0;color:#8e80ee}.skills{margin-top:1rem}.skills span{display:inline-block;margin:.3rem;padding:.4rem .8rem;background:#f1efff;border-radius:20px;transition:transform .2s}.projects{grid-column:1 / -1;margin-top:2rem}.projects h3{margin-top:0;color:#8e80ee}.project-grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.project{background:#fff;border-radius:10px;padding:1rem;box-shadow:0 4px 12px #0000000d;transition:transform .2s}.project:hover{transform:translateY(-4px)}.project-head{display:flex;justify-content:space-between;align-items:center}.form{grid-column:1 / -1;margin-top:2rem}.form form{display:grid;gap:1rem}.form input,.form textarea{width:100%;padding:.8rem;border-radius:8px;border:1px solid #ccc;resize:none}.form button{padding:.8rem;background:#8e80ee;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background .3s}.form button:hover{background:#a59bed}.footer{text-align:center;padding:1rem;margin-top:auto;background:#f1efff;color:#666}@media (max-width: 900px){.container,.project-grid{grid-template-columns:1fr}.header{flex-direction:column;align-items:flex-start}}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#fce7f3,#ede9fe,#e0e7ff);color:#333}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fff;border-bottom:3px solid #d946ef;box-shadow:0 4px 12px #0000000d}header img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #ec4899}header h1{margin:0;font-size:1.8rem;background:linear-gradient(to right,#ec4899,#8b5cf6,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}header nav a{margin-left:1rem;text-decoration:none;font-size:.9rem;color:#555;transition:color .3s}header nav a:hover{color:#ec4899}header nav button{margin-left:1rem;padding:.5rem 1rem;background:linear-gradient(to right,#ec4899,#8b5cf6,#4f46e5);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:transform .3s}header nav button:hover{transform:translateY(-2px)}section,aside{background:#fff;margin:1rem;padding:1.5rem;border-radius:12px;box-shadow:0 6px 14px #00000014}.skills span{display:inline-block;margin:.3rem;padding:.4rem .8rem;border-radius:20px;background:linear-gradient(135deg,#fce7f3,#e0e7ff);font-size:.85rem;font-weight:500;transition:transform .3s}.skills span:hover{transform:scale(1.1)}.project{margin:1rem 0;padding:1rem;border-left:4px solid #8b5cf6;background:#fafafa;border-radius:8px;transition:transform .3s}.project:hover{transform:translateY(-4px);background:#f0f0ff}footer{text-align:center;padding:1rem;font-size:.8rem;color:#666;background:linear-gradient(to right,#fce7f3,#ede9fe,#e0e7ff)}
