:root{--bg-color: #0b0b0b;--text-main: #e0e0e0;--text-muted: #888888;--accent: #d4af37;--container-width: 90%;--max-width: 1400px;--font-main: "Inter", sans-serif;--font-display: "Playfair Display", serif}*{margin:0;padding:0;box-sizing:border-box}body{background:radial-gradient(circle at 50% -20%,#1a1a1a,#0b0b0b);color:var(--text-main);font-family:var(--font-main);overflow-x:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.05;background:url(https://grainy-gradients.vercel.app/noise.svg)}.landing-wrapper{min-height:100vh;width:100%;background-color:#050505;color:#fff;position:relative;overflow:hidden;padding:0 5vw;display:flex;flex-direction:column;justify-content:center}.landing-header{position:absolute;top:2rem;left:5vw;z-index:10}.status-widget{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-dot{width:8px;height:8px;background-color:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e;animation:pulse 2s infinite}.status-info{display:flex;flex-direction:column;font-size:.75rem;font-family:var(--font-main);line-height:1.2;color:#ccc}.status-info .time{color:#fff;font-weight:600}.landing-content{display:grid;grid-template-columns:1.3fr 1fr;align-items:center;gap:4rem;margin-top:2rem;width:100%;max-width:1600px;margin-left:auto;margin-right:auto}.intro-tag{display:flex;align-items:center;gap:12px;font-family:monospace;color:var(--accent);margin-bottom:1rem;font-size:1rem;letter-spacing:1.5px;text-transform:uppercase;width:100%}.dash{width:30px;height:1px;background-color:var(--accent)}.display-title{font-family:Inter,sans-serif;font-weight:800;font-size:clamp(3.5rem,6.5vw,7rem);line-height:.95;margin-bottom:2rem;color:#fff}.hero-line{overflow:hidden}.hero-line span{display:block}.italic-serif{font-family:Playfair Display,serif;font-style:italic;font-weight:400;color:#ddd}.outline{-webkit-text-stroke:1px #fff;color:transparent}.hero-bio{font-size:1.1rem;color:#888;line-height:1.6;max-width:450px;margin-bottom:3rem}.social-row{display:flex;gap:1.5rem}.social-btn{width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:all .3s ease}.social-btn:hover{background:var(--accent);color:#000;border-color:var(--accent);transform:translateY(-3px)}.visual-section{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;max-width:450px;margin:0 auto}.image-container{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;border-radius:4px}.hero-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94),filter .5s ease;filter:grayscale(20%)}.image-container:hover .hero-image{transform:scale(1.05)!important;filter:grayscale(0%)}.reveal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a1a1a;z-index:2}.scroll-indicator{position:absolute;bottom:2rem;right:5vw;display:flex;align-items:center;gap:10px;font-size:.8rem;color:#666;letter-spacing:2px;transform:rotate(90deg);transform-origin:right center}.bounce-arrow{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(0)}40%{transform:translate(-5px)}60%{transform:translate(-3px)}}@keyframes pulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media(max-width:1024px){.landing-content{grid-template-columns:1fr;gap:2.5rem;margin-top:0;padding-top:4rem}.status-widget{padding:6px 12px}.status-info{font-size:.65rem}.status-dot{width:6px;height:6px}.visual-section{order:1;align-items:center}.intro-tag{justify-content:center}.image-container{max-width:300px;aspect-ratio:1/1;border-radius:200px 200px 0 0}.text-section{order:2;text-align:center;display:flex;flex-direction:column;align-items:center}}.tech-section{width:100%;min-height:100vh;background-color:#050505;display:flex;align-items:center;justify-content:center;position:relative;z-index:10;padding:4rem 0}.tech-container{width:90%;max-width:1600px;margin:0 auto}.layout-wrapper{display:flex;flex-direction:column;gap:4rem}.tech-title-wrapper{margin-top:2rem;position:relative}.tech-header{font-family:Inter,sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:.9;color:#fff;text-transform:uppercase}.outline-text{color:transparent;-webkit-text-stroke:1px #555}.tech-line{width:100px;height:4px;background-color:#fff;margin-top:1.5rem}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%}.tech-card{background:#0a0a0a;border:1px solid #222;padding:2.5rem 1.5rem;transition:all .4s ease;min-height:400px}.tech-card:hover{background:#111;border-color:var(--card-theme);transform:translateY(-10px);box-shadow:0 10px 40px -10px var(--card-theme)}.card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.card-icon{font-size:1.5rem;color:#666;transition:color .3s}.tech-card:hover .card-icon{color:var(--card-theme)}.card-num{font-family:monospace;font-size:.9rem;color:#333}.card-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.2rem;letter-spacing:-.5px}.card-sub{font-size:.75rem;color:#555;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem}.card-divider{width:100%;height:1px;background-color:#222;margin-bottom:1.5rem}.tech-list{list-style:none;padding:0}.tech-list li{font-family:monospace;font-size:.95rem;color:#888;margin-bottom:.8rem;display:flex;align-items:center;gap:10px;transition:color .3s}.bullet{color:#333;font-size:.8rem}.tech-list li:hover,.tech-list li:hover .bullet{color:var(--card-theme)}@media(max-width:1200px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tech-grid{grid-template-columns:1fr}.tech-header{font-size:3.5rem}.layout-wrapper{gap:2rem}.tech-card{min-height:auto}}.projects-wrapper{background-color:#050505;padding-bottom:20vh;position:relative;z-index:1;will-change:transform;transform:translateZ(0)}.projects-header{padding:6rem 5% 4rem;text-align:center}.section-title{font-family:Inter,sans-serif;font-size:clamp(3rem,6vw,6rem);font-weight:900;line-height:1;color:#fff}.outline-text{-webkit-text-stroke:1px #666;color:transparent}.cards-container{width:90%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}.project-card{position:sticky;width:100%;height:65vh;min-height:500px;background-color:#111;border:1px solid #222;border-radius:24px;overflow:hidden;box-shadow:0 -10px 40px #000c;transform-origin:center top;transition:transform .3s ease}.project-content{display:flex;height:100%}.project-text{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #222}.project-cat{font-family:monospace;color:var(--accent);margin-bottom:.8rem;letter-spacing:2px;text-transform:uppercase;font-size:.85rem}.project-title{font-family:var(--font-display);font-size:clamp(2rem,3vw,3rem);margin-bottom:1rem;color:#fff;line-height:1.1}.project-desc{font-size:1rem;line-height:1.6;color:#aaa;margin-bottom:2rem}.project-stack{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:2.5rem}.tech-tag{padding:6px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;font-size:.8rem;color:#ccc}.project-visual{flex:1.3;background-color:#000;display:flex;align-items:center;justify-content:center;padding:2rem}.image-container{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;border:1px solid #333;box-shadow:0 20px 40px #0006;position:relative;background:#000;cursor:pointer}.project-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:2;transition:opacity .4s ease}.project-img.hidden{opacity:0}.project-visual:hover .project-img{transform:scale(1.03)}.project-video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;background:#0006;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;pointer-events:none}.play-icon{color:#fff;font-size:1.2rem;margin-left:3px}.play-overlay.hidden{opacity:0;transform:translate(-50%,-50%) scale(.8)}.image-container:hover .play-overlay{background:var(--accent);border-color:var(--accent);color:#000}.project-links{display:flex;gap:1.5rem}.link-btn{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;opacity:.8;transition:opacity .2s}.link-btn:hover{opacity:1;color:var(--accent)}@media(max-width:1024px){.project-content{flex-direction:column-reverse}.project-card{position:relative;top:0!important;margin-bottom:3rem;height:auto;min-height:auto}.project-visual{padding:1rem;flex:none}.project-text{padding:2rem 2rem 8rem;border-right:none;border-top:1px solid #222}}.certificates-awwwards{padding:10rem 0 8rem;background-color:var(--bg-color);position:relative;width:100%;max-width:100vw;overflow:hidden}.cert-inner{width:var(--container-width);max-width:var(--max-width);margin:0 auto}.cert-cursor-img{position:fixed;top:0;left:0;width:380px;height:260px;pointer-events:none;z-index:9999;opacity:0;border-radius:1rem;overflow:hidden;box-shadow:0 40px 80px #0009;border:1px solid rgba(255,255,255,.1)}.cert-cursor-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.view-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-color);color:var(--text-main);padding:.8rem 1.6rem;border-radius:3rem;font-family:var(--font-display);font-size:1.2rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.cert-mobile-img{display:none}.cert-head{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:6rem}.title-overflow{overflow:hidden}.title-overflow span{display:inline-block}.cert-huge-title{font-family:var(--font-display);font-size:clamp(2rem,12vw,8rem);font-weight:800;line-height:.95;margin-bottom:2rem;margin-left:-.5rem}.cert-huge-title .outline{-webkit-text-stroke:2px var(--text-main);color:transparent;display:block}.cert-intro{max-width:500px;color:var(--text-muted);font-size:1.1rem;line-height:1.6}.cert-list{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.cert-row{display:flex;align-items:center;justify-content:space-between;padding:4rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);text-decoration:none;color:var(--text-main);position:relative;cursor:pointer;z-index:10;transition:padding .5s cubic-bezier(.16,1,.3,1),color .4s}@media(min-width:1025px){.cert-row:after{content:"";position:absolute;top:0;left:50%;width:100vw;bottom:0;transform:translate(-50%) scaleY(0);background-color:var(--text-main);z-index:-1;transform-origin:bottom center;transition:transform .6s cubic-bezier(.85,0,.15,1)}.cert-row:hover:after{transform:translate(-50%) scaleY(1);transform-origin:top center}.cert-row:hover{padding:4rem 3rem;color:var(--bg-color)}.cert-row:hover .cert-num{opacity:1;color:var(--bg-color)}.cert-row:hover .cert-item-title{transform:translate(1.5rem);font-style:italic;font-weight:600}.cert-row:hover .cert-details{opacity:1;color:var(--bg-color)}.cert-row:hover .cert-arrow{background-color:var(--bg-color);color:var(--text-main);border-color:var(--bg-color);transform:rotate(-45deg)}}.cert-row-left{display:flex;align-items:flex-start;gap:2rem}.cert-num{font-family:var(--font-display);font-size:1.2rem;font-weight:300;opacity:.4;margin-top:.5rem;transition:opacity .4s}.cert-item-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:500;text-transform:uppercase;margin:0;line-height:1;transition:transform .6s cubic-bezier(.16,1,.3,1),font-style .3s}.cert-row-right{display:flex;align-items:center;gap:4rem}.cert-details{display:flex;align-items:center;gap:1.5rem;opacity:.7;transition:opacity .4s}.cert-issuer{font-size:1rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}.cert-divider{color:var(--accent)}.cert-date{font-family:var(--font-display);font-size:1.2rem;font-style:italic}.cert-arrow{width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .5s cubic-bezier(.16,1,.3,1)}.cert-modal-overlay{position:fixed;inset:0;background-color:#0b0b0bd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cert-modal-content{background:#191919b3;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;width:100%;max-width:1200px;max-height:85vh;display:flex;flex-direction:row;overflow:hidden;position:relative;box-shadow:0 50px 100px #000c;animation:slideUp .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cert-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:var(--text-main);width:45px;height:45px;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:all .3s}.cert-modal-close:hover{background:var(--text-main);color:var(--bg-color);transform:rotate(90deg)}.cert-modal-visual{flex:1.3;background:#0a0a0a80;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.cert-modal-visual img{width:100%;height:100%;max-height:75vh;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}.cert-modal-info{flex:1;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;background:#14141466}.cert-modal-issuer{color:var(--accent);font-size:.9rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin-bottom:1rem}.cert-modal-info h2{font-size:clamp(2rem,3vw,3rem);font-family:var(--font-display);margin-bottom:1.5rem;line-height:1.1}.cert-modal-info p{color:var(--text-muted);font-size:1.1rem;line-height:1.6;max-width:800px;margin-bottom:2rem}.cert-modal-tags{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.cert-tag{padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:2rem;font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.verify-btn{display:inline-flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:var(--text-main);color:var(--bg-color);text-decoration:none;font-weight:600;border-radius:3rem;width:fit-content;transition:all .3s}.verify-btn:hover{background:var(--accent);transform:translateY(-3px)}@media(max-width:1024px){.cert-cursor-img{display:none!important}.cert-mobile-img{display:block;width:100%;margin:1.5rem 0;border-radius:1rem;object-fit:cover;aspect-ratio:16/9;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 20px #00000080}.cert-row-right{gap:2rem}.cert-details{flex-direction:column;align-items:flex-end;gap:.5rem}.cert-divider{display:none}}@media(max-width:768px){.cert-row{flex-direction:column;align-items:flex-start;padding:3rem 0;gap:1rem}.cert-row-left{flex-direction:column;gap:1rem}.cert-num{margin-top:0}.cert-row-right{width:100%;justify-content:space-between;flex-direction:row-reverse}.cert-details{align-items:flex-start}.cert-modal-content{flex-direction:column;overflow-y:auto}.cert-modal-visual{flex:none;width:100%;min-height:35vh;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.cert-modal-visual img{max-height:45vh}.cert-modal-info{flex:none;padding:2rem;justify-content:flex-start}}.about-section{padding:10rem 5vw;background-color:#050505;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.about-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:center}.about-visual{position:relative;display:flex;flex-direction:column;align-items:center}.img-wrapper-arch{width:100%;max-width:380px;aspect-ratio:3/4;border-radius:200px 200px 10px 10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);position:relative;box-shadow:0 0 50px -10px #000c}.about-img{width:100%;height:100%;object-fit:cover;object-position:25% center;filter:grayscale(100%);transition:filter .5s ease,transform .7s ease}.img-wrapper-arch:hover .about-img{filter:grayscale(0%);transform:scale(1.05)}.about-tag{margin-top:-20px;z-index:2;background:#111;border:1px solid #333;padding:10px 20px;border-radius:30px;display:flex;align-items:center;gap:10px;font-family:monospace;font-size:.9rem;color:var(--accent)}.about-content{display:flex;flex-direction:column;gap:2.5rem}.sub-heading{font-size:.9rem;color:#666;letter-spacing:3px;margin-bottom:.5rem}.section-title{font-size:3.5rem;line-height:1;font-weight:800;margin-bottom:1rem}.about-desc{font-size:1.15rem;color:#999;line-height:1.7;max-width:600px}.about-desc strong{color:#fff;font-weight:500}.about-actions{display:flex;align-items:center;gap:2rem;margin-top:1rem}.resume-btn{display:flex;align-items:center;gap:10px;padding:14px 30px;background:#fff;color:#000;border-radius:50px;font-weight:600;text-decoration:none;font-size:.95rem;transition:all .3s ease}.resume-btn:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 5px 20px #ffd70033}.about-socials{display:flex;gap:1rem}.social-circle{width:45px;height:45px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:all .3s ease}.social-circle:hover{background:var(--accent);color:#000;border-color:var(--accent);transform:translateY(-2px)}.interests-row{display:flex;gap:15px;flex-wrap:wrap}.interest-pill{font-size:.9rem;color:#777;border:1px solid #222;padding:8px 16px;border-radius:20px;display:flex;align-items:center;gap:8px;background:#ffffff05}@media(max-width:900px){.about-container{grid-template-columns:1fr;text-align:center;gap:4rem}.about-visual{order:1}.about-content{order:2;align-items:center}.about-actions{flex-direction:column;gap:1.5rem}.section-title{font-size:2.5rem}.img-wrapper-arch{max-width:300px}}.contact-section{padding:8rem 0;background-color:#050505;position:relative;min-height:80vh}.contact-container{width:90%;max-width:1200px;margin:0 auto}.contact-header{margin-bottom:5rem;max-width:600px}.contact-sub{font-size:1.1rem;color:#888;margin-top:1rem;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:6rem}.info-item{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}.info-icon{font-size:1.5rem;color:var(--accent);background:#ffffff0d;padding:15px;box-sizing:content-box;border-radius:50%}.info-item h4{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:5px}.info-item p{color:#fff;font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:3rem}.form-group{position:relative}.form-input{width:100%;background:transparent;border:none;border-bottom:1px solid #333;padding:15px 0;font-size:1.2rem;color:#fff;font-family:var(--font-main);transition:all .3s ease;outline:none;border-radius:0}.form-input::placeholder{color:#444}.form-input:focus{border-bottom-color:var(--accent)}.input-error{border-bottom-color:#ff4d4d}.error-text{position:absolute;bottom:-25px;left:0;font-size:.85rem;color:#ff4d4d}.submit-btn{align-self:flex-start;background:transparent;color:#fff;border:1px solid #333;padding:1rem 3rem;font-size:1rem;border-radius:50px;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;font-weight:700}.submit-btn:hover{background:var(--accent);color:#000;border-color:var(--accent)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#fff;-webkit-box-shadow:0 0 0px 1000px #000 inset;transition:background-color 5000s ease-in-out 0s;caret-color:#fff}.toast-notification{position:fixed;top:20px;right:20px;background:#111;color:#fff;padding:1rem 1.5rem;border-radius:12px;border:1px solid #333;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px #00000080;z-index:10000;transform:translate(100%);opacity:0;transition:all .5s cubic-bezier(.68,-.55,.27,1.55)}.toast-notification.show{transform:translate(0);opacity:1}.toast-notification.success{border-left:4px solid #22c55e}.toast-notification.error{border-left:4px solid #ff4d4d}.toast-icon{font-size:1.2rem}.toast-success-icon{color:#22c55e}.toast-error-icon{color:#ff4d4d}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:4rem}.contact-info{display:flex;flex-wrap:wrap;gap:2rem}}.mac-dock-container{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:100;width:auto}.mac-dock{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:#ffffff1a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 10px 30px #00000080}.dock-item{position:relative;width:50px;height:50px;background:#1a1a1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;cursor:pointer;transition:box-shadow .3s ease;border:1px solid rgba(255,255,255,.05)}.dock-item:hover{box-shadow:0 0 15px var(--accent);color:var(--accent)}.dock-tooltip{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#000c;padding:5px 10px;border-radius:5px;font-size:.8rem;opacity:0;pointer-events:none;transition:opacity .2s;white-space:nowrap}.dock-item:hover .dock-tooltip{opacity:1}@media(max-width:768px){.mac-dock-container{bottom:1.5rem;width:90%;max-width:400px}.mac-dock{gap:.8rem;padding:.8rem 1rem;width:100%;justify-content:space-between}.dock-item{width:40px;height:40px;font-size:1.2rem}.dock-tooltip{display:none}}
