.ipad-content-scroll{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;padding:20px 40px;overscroll-behavior:contain}.ipad-status-bar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;color:#fff;font-weight:600;font-size:1.2rem;position:relative}.profile-overlay{position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:250px;background-color:#181818;border-radius:15px;padding:20px;z-index:100;box-shadow:0 4px 15px rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center}.profile-links .active-link{color:#4a90e2}.profile-content{display:flex;flex-direction:column;align-items:center}.profile-image{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:10px;border-bottom:2px solid #ff69b4}.profile-overlay h2{color:white;font-size:18px;margin:10px 0}.profile-links{display:flex;gap:15px}.profile-links a{color:white;text-decoration:none;font-size:14px}.ipad-status-time{flex:1;text-align:left;font-variant-numeric:tabular-nums}.ipad-notch{position:absolute;left:50%;top:0;transform:translateX(-50%);width:180px;height:10px;background:#181818;border-radius:0 0 16px 16px;z-index:10}.ipad-status-icons{display:flex;gap:12px;align-items:center}.ipad-status-battery,.ipad-status-signal,.ipad-status-wifi{width:18px;height:18px;background:rgba(255,255,255,.8);border-radius:4px}.intro-section{display:flex;align-items:flex-start;justify-content:center;gap:40px;margin-top:30px;margin-bottom:80px}.app-icons{width:180px;height:180px;background:rgba(0,0,0,.2);border-radius:20px;display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:15px;margin-right:40px}.icon{width:70px;height:70px;background:transparent;border-radius:50%;border:3px solid rgba(230,255,230,.7);display:grid;place-items:center;overflow:hidden}.icon svg{width:50px;height:50px;display:block;margin:auto}.intro-text h1{font-size:3.2rem;font-weight:700}.intro-text h1,.intro-text h2{margin-bottom:.2em;color:white}.intro-text h2{font-size:2.4rem;font-weight:600}.intro-text p{font-size:1.2rem;opacity:.9;color:white}.projects-section{margin-top:20px}.projects-section h2{font-size:2rem;font-weight:600;margin-bottom:30px;color:#fff}.project-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px}.project-card{background:rgba(215,174,116,.49);box-shadow:0 8px 8.8px 0 rgba(0,0,0,.25);border-radius:24px;overflow:hidden}.project-image{width:100%;height:160px;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover}.project-card h3{color:#fff;font-size:1.2rem;padding:15px;text-align:center;font-weight:500}