:root{--bg:#ffffff;--surface:#ffffff;--surface-2:#fafafa;--border:#dbdbdb;--text:#262626;--text-secondary:#5c5c5c;--accent-blue:#145ea0;--accent-blue-hover:#1877c9;--accent-gradient:linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);--like:#ed4956;--radius:12px}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;scroll-padding-top:85px}body{margin:0;font-family:'Poppins',sans-serif;background-color:var(--bg);color:var(--text)}h1,h2,h3,h4{font-weight:700;margin:0 0 .75rem;color:var(--text)}p,li{font-size:clamp(0.95rem, 1.1vw, 1.02rem);font-weight:400;line-height:1.6;margin-bottom:.7rem;color:var(--text-secondary)}ul{padding-left:20px;margin:0}a{color:inherit}button{font-family:inherit}.app-bar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgb(255 255 255 / .92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-bar-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem clamp(1rem, 4vw, 2rem);max-width:640px;margin:0 auto}.app-bar-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:clamp(0.72rem, 2.2vw, 0.92rem);text-decoration:none;color:var(--text);flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-bar-title-mid,.app-bar-title-short{display:none}@media (max-width:600px){.app-bar-title-full{display:none}.app-bar-title-mid{display:inline}}@media (max-width:420px){.app-bar-title-mid{display:none}.app-bar-title-short{display:inline}}.app-bar-logo{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;min-width:38px;flex-shrink:0;border-radius:50%;background:var(--accent-gradient);font-size:.85rem;font-weight:700;color:#fff}.app-bar-actions{display:flex;gap:.5rem}.app-bar-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:none;color:var(--text);cursor:pointer;transition:background-color 0.2s ease}.app-bar-icon svg{width:20px;height:20px}.app-bar-icon:hover{background-color:var(--surface-2)}.stories-bar{display:flex;gap:1.5rem;overflow-x:auto;padding:.25rem .1rem .5rem;scrollbar-width:none}.stories-bar::-webkit-scrollbar{display:none}.story{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-decoration:none;flex-shrink:0;background:none;border:none;cursor:pointer;padding:0}.story-ring{display:flex;align-items:center;justify-content:center;width:92px;height:92px;border-radius:50%;box-sizing:border-box;border:3.5px solid #fff0;background-image:linear-gradient(#fff,#fff),var(--accent-gradient);background-origin:border-box;background-clip:content-box,border-box}.story-ring.viewed{background-image:none;background-color:#fff;border-color:var(--text-secondary)}.story-avatar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:var(--surface-2);color:var(--text)}.story-avatar svg{width:36px;height:36px}.story-label{font-size:.76rem;font-weight:600;color:var(--text-secondary)}.story:hover .story-ring{border-color:var(--text)}.story:hover .story-label{color:var(--text)}.feed{max-width:640px;margin:0 auto;padding:calc(72px + 1.5rem) .75rem 3rem;display:flex;flex-direction:column;gap:1.25rem}.feed-section-title{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin:.5rem .5rem -.5rem}.post{background:var(--surface);padding:1.25rem 1.5rem 1.5rem}.post-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.avatar:not(img){background:var(--accent-gradient)}.avatar-placeholder{background:var(--surface-2);border:2px dashed var(--border);color:var(--text-secondary)}.avatar-placeholder svg{width:30px;height:30px}.avatar-logo{object-fit:contain;background:#fff;box-shadow:0 0 0 1px var(--border);padding:3px}.avatar-link{display:block;border-radius:50%}.avatar-lg{width:160px;height:160px;font-size:2.6rem}.post-header-text{flex:1;min-width:0}.post-name{font-weight:700;font-size:.95rem;color:var(--text);display:flex;align-items:center;gap:.35rem}.verified-badge{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:var(--accent-blue);color:#fff;font-size:.6rem}.post-handle{font-size:.82rem;color:var(--text-secondary)}.post-date{font-size:.74rem;color:var(--text-secondary)}.post-menu{color:var(--text);padding:.25rem .5rem;font-weight:700}.post-body ul{margin-bottom:.5rem}.post-actions{display:flex;align-items:center;gap:1.1rem;margin-top:1rem}.icon-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:var(--text)}.icon-btn svg{width:23px;height:23px}.icon-btn-end{margin-left:auto}.icon-btn-like.liked svg{fill:var(--like);stroke:var(--like)}.post-likes{margin-top:.6rem;font-size:.88rem;color:var(--text)}.post-likes .like-count{font-weight:700}.placeholder-box{display:flex;align-items:center;gap:.6rem;border:1px dashed var(--border);border-radius:10px;padding:1rem 1.25rem;color:var(--text-secondary);font-style:italic;font-size:.88rem;background:var(--surface-2)}.placeholder-icon{width:18px;height:18px;flex-shrink:0}.freelance-desc{margin-bottom:1rem}.freelance-logos{display:flex;flex-wrap:wrap;gap:1.25rem}.freelance-logo-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:84px;text-align:center}.freelance-logo-item img{width:64px;height:64px;border-radius:50%;object-fit:contain;background:#fff;box-shadow:0 0 0 1px var(--border);padding:6px}.freelance-logo-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;border:2px dashed var(--border);color:var(--text-secondary);font-size:1.4rem}.freelance-logo-caption{font-size:.7rem;color:var(--text-secondary)}.post-bio{margin-bottom:0}.profile-header-grid{display:flex;gap:clamp(1.5rem, 5vw, 3rem);align-items:flex-start;margin-bottom:1.5rem}.profile-avatar-col{flex-shrink:0}.profile-ring{display:flex;align-items:center;justify-content:center;width:160px;height:160px;border-radius:50%;box-sizing:border-box;border:4px solid #fff0;background-image:linear-gradient(#fff,#fff),var(--accent-gradient);background-origin:border-box;background-clip:content-box,border-box;cursor:pointer;font:inherit;padding:0}.profile-ring.viewed{background-image:none;background-color:#fff;border-color:var(--text-secondary)}.profile-ring .avatar{width:100%;height:100%}.profile-info-col{flex:1;min-width:0;padding-top:.5rem}.profile-username-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.profile-username{font-size:1.3rem;margin:0}.stats-row{display:flex;flex-wrap:nowrap;gap:clamp(0.6rem, 3vw, 1.25rem);margin-bottom:1.15rem}.stat{font-size:clamp(0.72rem, 2.6vw, 0.92rem);color:var(--text);white-space:nowrap;flex-shrink:0}.stat-number{font-weight:700}.profile-display-name{font-weight:700;font-size:.92rem;color:var(--text)}.profile-bio .post-bio{margin-top:.4rem}.profile-location{font-size:.82rem;color:var(--text-secondary);margin:0 0 .6rem}.profile-link-row{display:flex;align-items:center;gap:.4rem;color:var(--accent-blue);text-decoration:none;font-weight:600;font-size:.88rem;margin-bottom:.35rem}.profile-link-row svg{width:15px;height:15px;flex-shrink:0}.profile-link-row:hover{text-decoration:underline}.scroll-link{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--text-secondary);font-size:.85rem;font-weight:600}.scroll-link svg{animation:scroll-bounce 1.8s ease-in-out infinite}@keyframes scroll-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}.scroll-link:hover{color:var(--accent-blue)}.post-block-title{font-size:1.05rem}.mutuals-pill{display:flex;align-items:center;gap:.85rem;width:100%;max-width:640px;margin:0 auto;background:var(--surface-2);border:none;border-radius:18px;padding:.75rem 1.25rem .75rem .6rem;cursor:pointer;text-align:left}.mutuals-avatars{display:flex;flex-shrink:0}.mutuals-avatars img{width:40px;height:40px;border-radius:50%;object-fit:contain;background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px var(--border);margin-left:-12px}.mutuals-avatars img:first-child{margin-left:0}.mutuals-body{display:flex;flex-direction:column;gap:.3rem;min-width:0}.mutuals-text{font-size:.85rem;color:var(--text);line-height:1.35}.mutuals-text strong{font-weight:700}.mutuals-more{display:inline-flex;align-items:center;gap:.25rem;font-size:.78rem;font-weight:700;color:var(--accent-blue);width:fit-content}.mutuals-pill:hover{background:#f0f0f0}.experiences-panel{display:flex;flex-direction:column;gap:1.25rem;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;background:var(--surface-2)}.experiences-panel .feed-section-title{margin:0}.post-block-subtitle{color:var(--text-secondary);margin-bottom:1.25rem}.grid-tab{font-size:.95rem;margin:1.5rem 0 .85rem}.profile-tabs{display:flex;justify-content:center;gap:2.25rem;margin:1.5rem 0 0;border-top:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{display:flex;align-items:center;gap:.4rem;background:none;border:none;border-top:1px solid #fff0;margin-top:-1px;padding:.85rem .25rem;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);cursor:pointer;white-space:nowrap;flex-shrink:0}.profile-tab svg{width:16px;height:16px}.profile-tab.active{color:var(--text);border-top-color:var(--text)}.insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:.5rem}.insta-grid[hidden]{display:none}@media (min-width:900px){.post-portfolio{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(1.5rem, calc((100vw - 935px) / 2 + 1.5rem));padding-right:max(1.5rem, calc((100vw - 935px) / 2 + 1.5rem))}.insta-grid{gap:8px}}.grid-item{position:relative;aspect-ratio:1080 / 1350;overflow:hidden;padding:0;border:none;cursor:pointer;background:var(--surface-2)}.grid-item img,.grid-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease}.grid-item-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0 / .25);color:#fff;opacity:0;transition:opacity 0.2s ease}.grid-item-overlay svg{width:26px;height:26px}.grid-item:hover .grid-item-overlay{opacity:1}.grid-item:hover img,.grid-item:hover video{transform:scale(1.05)}.grid-item-overlay-video{opacity:1;background:rgb(0 0 0 / .15)}.grid-item-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;border:1.5px dashed var(--border);background:var(--surface-2);color:var(--text-secondary);font-size:.8rem;font-style:italic;padding:.75rem;cursor:default}.lightbox{display:none;position:fixed;inset:0;z-index:200;background:rgb(0 0 0 / .75);align-items:center;justify-content:center;padding:1.5rem}.lightbox.open{display:flex}.lightbox-post{position:relative;background:var(--surface);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:340px;max-height:88vh}@media (max-width:768px){.lightbox-post{overflow-y:auto}}.lightbox-img{display:block;width:100%;height:auto;flex-shrink:0}.lightbox-video{display:block;width:100%;height:auto;max-height:55vh;object-fit:contain;background:#000;flex-shrink:0}.lightbox-img[hidden],.lightbox-video[hidden]{display:none}.lightbox-caption{padding:1rem 1.25rem;overflow-y:auto}@media (min-width:769px){.lightbox-post{flex-direction:row;align-items:stretch;max-width:880px;max-height:82vh}.lightbox-img,.lightbox-video{width:auto;height:100%;max-height:82vh;max-width:60%;object-fit:contain;background:#000}.lightbox-caption{width:320px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;padding:1.75rem 2rem;border-left:1px solid var(--border)}.lightbox-title{font-size:1.1rem}.lightbox-desc{font-size:.95rem}}.lightbox-title{margin-bottom:.25rem}.lightbox-subtitle{color:var(--accent-blue);font-weight:600;font-size:.85rem;margin-bottom:.5rem}.lightbox-desc{color:var(--text-secondary);margin-bottom:0}.lightbox-close{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;border-radius:50%;border:none;background:rgb(0 0 0 / .55);color:#fff;font-size:.95rem;cursor:pointer;z-index:1}.lightbox-nav{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:none;background:rgb(255 255 255 / .9);color:var(--text);cursor:pointer;flex-shrink:0;margin:0 1.25rem;transition:background-color 0.15s ease}.lightbox-nav svg{width:22px;height:22px}.lightbox-nav:hover{background:#fff}@media (min-width:769px){.lightbox-nav{display:flex}}.story-viewer{display:none;position:fixed;inset:0;z-index:300;background:rgb(0 0 0 / .92);align-items:center;justify-content:center}.story-viewer.open{display:flex}.story-viewer-inner{position:relative;width:100%;max-width:380px;height:100%;max-height:700px;--story-accent:#6228d7;background:radial-gradient(circle at 25% 15%,#2a1a4a 0%,#fff0 45%),radial-gradient(circle at 85% 85%,#6b1a3a 0%,#fff0 45%),linear-gradient(165deg,#14101f 0%,#0a0a12 60%,#050508 100%);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;color:#fff;transition:background 0.3s ease}.story-viewer-inner[data-theme="profil"]{--story-accent:#d6266f;background:radial-gradient(circle at 22% 12%,#5a1f8a 0%,#fff0 48%),radial-gradient(circle at 88% 90%,#d6266f 0%,#fff0 45%),linear-gradient(165deg,#1c0f2e 0%,#0d0714 60%,#050308 100%)}.story-viewer-inner[data-theme="experiences"]{--story-accent:#2b8fd6;background:radial-gradient(circle at 20% 12%,#0e3a63 0%,#fff0 48%),radial-gradient(circle at 88% 90%,#1a6fa8 0%,#fff0 45%),linear-gradient(165deg,#071627 0%,#050f1c 60%,#020609 100%)}.story-viewer-inner[data-theme="realisations"]{--story-accent:#f0663d;background:radial-gradient(circle at 22% 12%,#7a1f2e 0%,#fff0 48%),radial-gradient(circle at 88% 90%,#d6641e 0%,#fff0 45%),linear-gradient(165deg,#24090c 0%,#150609 60%,#080304 100%)}.story-viewer-inner[data-theme="competences"]{--story-accent:#17b3a3;background:radial-gradient(circle at 20% 12%,#0d5f52 0%,#fff0 48%),radial-gradient(circle at 88% 90%,#1d6fd1 0%,#fff0 45%),linear-gradient(165deg,#06201c 0%,#05141c 60%,#020808 100%)}.story-viewer-inner[data-theme="contact"]{--story-accent:#22c56b;background:radial-gradient(circle at 20% 12%,#0d7ea6 0%,#fff0 48%),radial-gradient(circle at 88% 90%,#159a5a 0%,#fff0 45%),linear-gradient(165deg,#052224 0%,#051c14 60%,#020a08 100%)}.story-progress{display:flex;gap:4px;padding:10px 10px 0}.story-seg{flex:1;height:2.5px;background:rgb(255 255 255 / .35);border-radius:2px;overflow:hidden}.story-seg-fill{display:block;height:100%;width:0%;background:#fff}.story-viewer-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem}.story-viewer-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.story-viewer-name{font-weight:600;font-size:.82rem}.story-viewer-tag{font-size:.72rem;color:rgb(255 255 255 / .6)}.story-viewer-close{margin-left:auto;background:none;border:none;color:#fff;font-size:1.05rem;cursor:pointer;padding:.25rem}.story-slide-body{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto;text-align:center;scrollbar-width:none;-ms-overflow-style:none}.story-slide-body::-webkit-scrollbar{display:none}.story-tap-zone{position:absolute;top:0;bottom:0;width:45%;z-index:1;cursor:pointer}.story-tap-left{left:0}.story-tap-right{right:0}#storyViewerContent{position:relative;z-index:0;max-width:100%}.story-slide{animation:story-slide-in 0.4s ease}@keyframes story-slide-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.story-slide h2,.story-slide h3{color:#fff;font-size:1.4rem}.story-slide p{color:rgb(255 255 255 / .85)}.story-slide-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;margin-bottom:.85rem;background:var(--story-accent,var(--accent-gradient));color:#fff;box-shadow:0 6px 18px rgb(0 0 0 / .35)}.story-slide-icon svg{width:24px;height:24px}.story-slide-avatar{display:inline-block;width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.75rem}.story-slide-img{max-width:100%;border-radius:10px;margin-bottom:.75rem;box-shadow:0 10px 28px rgb(0 0 0 / .45)}.story-hashtags{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:.75rem}.story-hashtags span{background:rgb(255 255 255 / .15);padding:.3rem .7rem;border-radius:999px;font-size:.75rem}.story-slide-skills .story-hashtags{gap:.35rem}.story-slide-skills .story-hashtags span{font-size:.68rem;padding:.26rem .6rem}.story-language-list{display:flex;flex-direction:column;gap:1.25rem;text-align:left;width:100%}.story-language-top{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:.5rem}.story-language-top span:first-child{font-weight:700}.story-language-top span:last-child{color:rgb(255 255 255 / .6)}.story-language-bar{height:5px;border-radius:999px;background:rgb(255 255 255 / .2);overflow:hidden}.story-language-bar span{display:block;height:100%;border-radius:999px;background:#fff}.story-list{text-align:left;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.story-list li{font-size:.83rem;color:rgb(255 255 255 / .9);background:rgb(255 255 255 / .08);border-radius:10px;padding:.65rem .85rem}.story-contact-list{display:flex;flex-direction:column;gap:.75rem;text-align:left}.story-contact-row{display:flex;align-items:center;gap:.6rem;color:#fff;text-decoration:none;font-size:.88rem;background:rgb(255 255 255 / .1);padding:.7rem 1rem;border-radius:10px}.story-contact-row svg{width:18px;height:18px;flex-shrink:0}.story-cta{position:relative;z-index:2;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.story-cta-btn{display:block;text-align:center;background:#fff;color:#000;font-weight:600;padding:.7rem;border-radius:999px;text-decoration:none;font-size:.84rem}.skills-intro{font-size:.85rem;margin-bottom:1.1rem}.skills-featured{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:1rem}.skill-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.35rem .6rem 1.1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-2);text-align:center;transition:transform 0.2s ease,box-shadow 0.2s ease}.skill-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgb(0 0 0 / .08)}.skill-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;border-radius:50%;background:var(--accent-gradient);color:#fff;box-shadow:0 3px 8px rgb(98 40 215 / .25)}.skill-icon svg{width:21px;height:21px}.skill-name{font-weight:600;font-size:.78rem;color:var(--text);line-height:1.3}.languages-grid{display:flex;flex-wrap:wrap;gap:1.75rem;margin-bottom:.5rem}.language-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:96px;text-align:center}.language-ring{position:relative;display:flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:conic-gradient(var(--accent-blue) calc(var(--pct) * 1%),var(--surface-2) 0)}.language-ring::before{content:"";position:absolute;inset:6px;border-radius:50%;background:#fff}.language-flag{position:relative;z-index:1;width:34px;height:23px;border-radius:4px;box-shadow:0 0 0 1px var(--border);overflow:hidden;display:block}.language-name{font-weight:700;font-size:.88rem;color:var(--text)}.language-level-tag{font-size:.75rem;font-weight:600;color:var(--text-secondary)}.logos-marquee-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.logos-marquee{max-width:880px;margin:0 auto;overflow:hidden;padding:.5rem 0 1.75rem;mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.logos-marquee-track{display:flex;gap:2.25rem;width:max-content;animation:logos-marquee-scroll 38s linear infinite}.logos-marquee:hover .logos-marquee-track{animation-play-state:paused}@keyframes logos-marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-marquee-item{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px}.logo-marquee-item img{width:48px;height:48px;object-fit:contain;transition:opacity 0.15s ease}.logo-marquee-item:hover img{opacity:.75}.logo-marquee-name{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:.4rem;font-size:.7rem;color:var(--text-secondary);white-space:nowrap;opacity:0;transition:opacity 0.15s ease;pointer-events:none}.logo-marquee-item:hover .logo-marquee-name{opacity:1}.floating-contact-btn{position:fixed;right:1.5rem;bottom:1.5rem;z-index:90;display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--border);border-radius:999px;padding:.65rem 1.1rem .65rem 1.2rem;box-shadow:0 4px 18px rgb(0 0 0 / .12);font-weight:600;font-size:.9rem;color:var(--text);cursor:pointer;opacity:1;transform:translateY(0);transition:opacity 0.2s ease,transform 0.2s ease}.floating-contact-btn.is-hidden{opacity:0;transform:translateY(12px);pointer-events:none}.floating-contact-btn>svg{width:18px;height:18px;flex-shrink:0}.floating-contact-btn:hover{background:var(--surface-2)}.floating-contact-avatars{display:flex}.floating-avatar{width:26px;height:26px;min-width:26px;flex-shrink:0;border-radius:50%;background:var(--surface-2);border:2px solid #fff;box-shadow:0 0 0 1px var(--border);margin-left:-10px;display:flex;align-items:center;justify-content:center;color:var(--text)}.floating-avatar:first-child{margin-left:0}.floating-avatar svg{width:13px;height:13px}@media (max-width:600px){.floating-contact-btn span:not(.floating-contact-avatars){display:none}.floating-contact-btn{padding:.75rem}}.footer{background:var(--surface-2);border-top:1px solid var(--border);padding:2.5rem 1.5rem 0}.footer-container{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding-bottom:2rem}.footer-brand{display:flex;align-items:center;gap:.7rem}.footer-logo{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--accent-gradient);color:#fff;font-weight:700;font-size:.85rem;flex-shrink:0}.footer-name{font-weight:700;color:var(--text)}.footer-tagline{font-size:.78rem;color:var(--text-secondary)}.footer-nav{display:flex;flex-direction:column;gap:.6rem}.footer-nav a{color:var(--text-secondary);text-decoration:none;font-size:.88rem;font-weight:600;transition:color 0.2s ease}.footer-nav a:hover{color:var(--accent-blue)}.footer-contact{display:flex;flex-direction:column;gap:.6rem}.footer-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-secondary);font-weight:600;font-size:.88rem;transition:color 0.2s ease}.footer-link:hover{color:var(--accent-blue)}.footer-link .icon{width:18px;height:18px;fill:currentColor;flex-shrink:0}.footer-bottom{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;gap:1rem;padding:1.25rem 0;border-top:1px solid var(--border);font-size:.76rem;color:var(--text-secondary)}@media (max-width:480px){.profile-header-grid{flex-direction:column;align-items:center;gap:1rem;text-align:center}.profile-ring{width:110px;height:110px}.profile-info-col{width:100%;padding-top:0}.profile-username-row{justify-content:center}.stats-row{justify-content:flex-start}.profile-bio{text-align:left}.profile-tabs{gap:1.5rem}}@media (max-width:600px){.footer-container{flex-direction:column;text-align:center}.footer-brand{flex-direction:column}.footer-nav,.footer-contact{align-items:center}.footer-link{justify-content:center}.footer-bottom{flex-direction:column;text-align:center;gap:.35rem}.story-viewer-inner{max-width:100%;max-height:100%;border-radius:0}}