.iridescence-container{width:100%;height:100%}.app{position:relative;width:100vw;height:100vh;overflow:hidden}.content-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.glass-card{background:#ffffff26;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:24px;padding:60px;max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;box-shadow:0 8px 32px #1f268726}.card-left{display:flex;flex-direction:column;justify-content:space-between}.profile-section{margin-bottom:40px}.profile-image{margin-bottom:24px}.profile-image img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.4);display:block}.placeholder-circle{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid rgba(255,255,255,.4)}.name{font-size:28px;font-weight:600;color:#fff;margin:0 0 8px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.title{font-size:16px;font-weight:400;color:#ffffffe6;margin:0 0 24px;text-shadow:0 1px 4px rgba(0,0,0,.2)}.description{font-size:14px;line-height:1.6;color:#ffffffd9;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.15);text-align:justify}.contact-buttons{display:flex;gap:16px}.icon-button{width:56px;height:56px;border-radius:12px;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-decoration:none}.icon-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.icon-button svg{width:24px;height:24px}.card-right{display:flex;flex-direction:column;justify-content:space-between}.content-section{margin-bottom:40px}.content-section:last-of-type{margin-bottom:0}.section-title{font-size:24px;font-weight:600;color:#fff;margin:0 0 16px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.section-text{font-size:14px;line-height:1.6;color:#ffffffd9;margin:0 0 12px;text-shadow:0 1px 4px rgba(0,0,0,.15);text-align:justify}.section-text:last-child{margin-bottom:0}.social-buttons{display:flex;gap:12px;margin-top:40px}.social-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;border:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-decoration:none}.social-button svg{width:16px;height:16px}.social-button.linkedin{background:#0077b599;border:1px solid rgba(0,119,181,.8)}.social-button.linkedin:hover{background:#0077b5cc;transform:translateY(-2px);box-shadow:0 4px 12px #0077b566}.social-button.facebook{background:#1877f299;border:1px solid rgba(24,119,242,.8)}.social-button.facebook:hover{background:#1877f2cc;transform:translateY(-2px);box-shadow:0 4px 12px #1877f266}.social-button.instagram{background:#c1358499;border:1px solid rgba(193,53,132,.8)}.social-button.instagram:hover{background:#c13584cc;transform:translateY(-2px);box-shadow:0 4px 12px #c1358466}@media (max-width: 968px){.content-container{align-items:flex-start;padding:40px 20px}.glass-card{grid-template-columns:1fr;gap:40px;padding:40px;margin:20px 0}.profile-section{text-align:center}.profile-image{display:flex;justify-content:center}.contact-buttons{justify-content:center}.social-buttons{flex-wrap:wrap;justify-content:center}}@media (max-width: 640px){.content-container{padding:16px;align-items:flex-start}.glass-card{padding:24px;border-radius:16px;gap:32px;margin:16px 0}.profile-image img{width:150px;height:150px;border:3px solid rgba(255,255,255,.4)}.name{font-size:22px}.title{font-size:14px;margin-bottom:16px}.description{font-size:13px;line-height:1.5;text-align:left}.profile-section{margin-bottom:24px}.contact-buttons{gap:12px;flex-wrap:wrap}.icon-button{width:48px;height:48px}.icon-button svg{width:20px;height:20px}.section-title{font-size:18px;margin-bottom:12px}.section-text{font-size:13px;line-height:1.5;text-align:left;margin-bottom:10px}.content-section{margin-bottom:32px}.social-buttons{gap:8px;margin-top:24px}.social-button{padding:10px 16px;font-size:13px;flex:1;min-width:0;justify-content:center}}@media (max-width: 380px){.content-container{padding:12px}.glass-card{padding:20px;gap:24px}.profile-image img{width:120px;height:120px}.name{font-size:20px}.title{font-size:13px}.description{font-size:12px}.contact-buttons{gap:8px}.icon-button{width:44px;height:44px}.section-title{font-size:16px}.section-text{font-size:12px}.social-buttons{flex-direction:column}.social-button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{width:100%;height:100vh}
