:root{--bg-start: #ffecd2;--bg-end: #2b3a67;--card: #ffffff;--text: #111;--shadow: rgba(0, 0, 0, .15);--accent-orange: #ff8c42;--green: #a8f5c8;--yellow: #ffd84d}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}html,body{height:100%;overflow:hidden}body{background:linear-gradient(135deg,var(--bg-start),var(--bg-end));color:var(--text);display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.page{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2.5rem;padding:2rem 2.5rem;border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 30px var(--shadow);max-width:900px;width:100%;height:auto;animation:fadeIn 1.2s ease}.profile{flex:1;color:#fff}.logo{width:140px;height:auto;border-radius:12px;object-fit:contain;margin-bottom:1rem}.profile .desc{font-size:.9rem;line-height:1.5;opacity:.9;margin-bottom:1.2rem}.profile .contact{font-size:.85rem;margin-top:.8rem}.profile .contact a{color:var(--accent-orange);text-decoration:none;font-weight:600}.links{flex:1;display:flex;flex-direction:column;gap:.8rem;align-self:center}.link{display:flex;align-items:center;gap:.8rem;background:var(--card);border-radius:12px;padding:.8rem;text-decoration:none;color:var(--text);box-shadow:0 2px 8px var(--shadow);transition:transform .3s ease,box-shadow .3s ease,margin-left .3s ease,filter .3s ease}.link:hover{transform:translateY(-3px);margin-left:8px;box-shadow:0 0 20px var(--accent-orange);filter:brightness(1.05)}.icon img{width:28px;height:28px;object-fit:contain}.link div strong{font-size:.9rem}.link div p{font-size:.75rem;opacity:.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){html,body{overflow:hidden}.page{flex-direction:column;text-align:center;align-items:center;padding:1.5rem;gap:1.5rem}.profile{text-align:center;color:#fff}.logo{width:120px}.links{width:100%}.link{margin-left:0!important;justify-content:center}.icon img{width:26px;height:26px}}
