*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--text:#1a1a1a;--muted:#9a9a9a;--border:#e4e4e4;--bg:#fff;--shadow:0 2px 14px #00000017, 0 1px 3px #0000000d;--shadow-hover:0 8px 32px #00000021, 0 2px 6px #0000000f}html{font-feature-settings:"cv05", "ss01";background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}body{overflow-x:hidden}.canvas{background:var(--bg);min-height:660vh;position:relative;overflow:hidden}.anchor{text-align:center;pointer-events:none;user-select:none;white-space:nowrap;z-index:10;position:absolute;left:50%;transform:translate(-50%)}.name{letter-spacing:-.03em;flex-direction:column;align-items:center;font-size:clamp(2.4rem,5.5vw,5rem);font-weight:200;line-height:1.05;display:flex;top:50vh;transform:translate(-50%,-50%)}.zone-label{letter-spacing:-.025em;color:var(--text);flex-direction:column;align-items:center;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:200;display:flex;transform:translate(-50%,-50%)}.zone-link{color:inherit;text-decoration:none;transition:opacity .2s}.zone-link:hover,.zone-link:focus-visible{opacity:.55}.zone-link:focus-visible{outline:1px solid var(--text);outline-offset:4px;border-radius:2px}.zone-label:after{content:"";width:100%;height:8px;animation:40s linear infinite paused wave-slide;animation-delay:var(--wave-delay,0s);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='8'%3E%3Cpath d='M0,4 Q10,1 20,4 Q30,7 40,4' fill='none' stroke='%239a9a9a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:40px 8px;margin-top:.3rem;display:block}@keyframes wave-slide{0%{background-position-x:0}to{background-position-x:40px}}.float{will-change:transform;cursor:pointer;z-index:5;position:absolute}.float-inner{border-radius:3px;width:100%;height:100%;transition:transform .28s cubic-bezier(.34,1.4,.64,1),box-shadow .28s;position:relative}.float:hover .float-inner{transform:scale(1.04)}.float img{object-fit:cover;width:100%;height:100%;box-shadow:var(--shadow);pointer-events:none;user-select:none;background:#ebebeb;border-radius:3px;transition:box-shadow .28s;display:block}.float:hover img{box-shadow:var(--shadow-hover)}.float--ph{cursor:default}.float--ph:hover .float-inner{transform:none}.ph-frame{border:1px dashed var(--border);background:#fbfbfb;border-radius:3px;width:100%;height:100%}.ph-line{background:#efefef;border-radius:2px;height:9px;margin-bottom:.5rem}.ph-line--title{background:#e8e8e8;width:62%;height:12px}.ph-line--short{width:45%;margin-bottom:0}.card{width:max-content;height:auto!important}.card .float-inner{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:4px}.card:hover .float-inner{box-shadow:var(--shadow-hover)}.card--ph .float-inner{box-shadow:none;background:#fcfcfc;border-style:dashed}.card--ph:hover .float-inner{box-shadow:none}.card-eye{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-size:.62rem;font-weight:500}.card--note{min-width:220px;max-width:300px}.card--note .float-inner{padding:1.1rem 1.3rem}.card-title{color:var(--text);max-width:26ch;margin-bottom:.35rem;font-size:.95rem;font-weight:400;line-height:1.45}.card-preview{color:var(--muted);max-width:30ch;font-size:.76rem;line-height:1.55}.card--project{min-width:200px;max-width:280px}.card--project .float-inner{padding:1.1rem 1.3rem}.card--cv{min-width:200px;max-width:280px}.card--cv .float-inner{padding:.9rem 1.1rem}.card-value{color:var(--text);max-width:26ch;font-size:.88rem;font-weight:400;line-height:1.45}.card--social{min-width:185px;max-width:240px}.card--social .float-inner{padding:1.1rem 1.3rem}.card-avatar{object-fit:cover;background:var(--border);border-radius:50%;width:36px;height:36px;margin-bottom:.55rem;display:block}.card-logo{margin-bottom:.6rem;line-height:0;display:block}.card-platform-icon{letter-spacing:.04em;color:var(--muted);text-transform:uppercase;background:var(--border);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:.55rem;font-size:.72rem;font-weight:600;display:flex}.card-social-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem;font-size:.62rem;font-weight:500}.card-social-handle{color:var(--text);margin-bottom:.25rem;font-size:.9rem;font-weight:400}.card-social-desc{color:var(--muted);font-size:.74rem;line-height:1.4}.speed-ctrl{z-index:100;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);opacity:.4;align-items:center;gap:.6rem;font-size:.62rem;font-weight:500;transition:opacity .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.speed-ctrl:hover{opacity:1}.speed-track-wrap{align-items:center;display:flex;position:relative}.speed-ctrl input[type=range]{-webkit-appearance:none;appearance:none;cursor:ew-resize;background:0 0;width:68px;height:14px}.speed-ctrl input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--text) var(--fill,45.45%), var(--border) var(--fill,45.45%));border:1px solid var(--muted);box-sizing:border-box;border-radius:99px;height:3px}.speed-ctrl input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--bg);border:1.5px solid var(--text);border-radius:50%;width:11px;height:11px;margin-top:-4.5px;box-shadow:0 1px 3px #00000026}.speed-ctrl input[type=range]::-moz-range-track{background:var(--border);border:1px solid var(--muted);box-sizing:border-box;border-radius:99px;height:3px}.speed-ctrl input[type=range]::-moz-range-progress{background:var(--text);border-radius:99px;height:3px}.speed-ctrl input[type=range]::-moz-range-thumb{background:var(--bg);border:1.5px solid var(--text);border-radius:50%;width:11px;height:11px;box-shadow:0 1px 3px #00000026}.speed-notch{background:var(--muted);pointer-events:none;border-radius:1px;width:1.5px;height:3px;transition:height .15s,background .15s;position:absolute;left:46%;transform:translate(-50%)}#speed-notch-top{bottom:calc(50% + 5px)}#speed-notch-bot{top:calc(50% + 5px)}.speed-ctrl:hover .speed-notch{height:4px}.speed-notch.at-center{background:var(--text);height:6px}.speed-ctrl:hover .speed-notch.at-center{height:7px}#loading-screen{z-index:9999;background:#fff;transition:opacity .7s;position:fixed;inset:0}#loading-screen.done{opacity:0;pointer-events:none}.ls-name{letter-spacing:-.03em;color:#1a1a1a;white-space:nowrap;flex-direction:column;align-items:center;font-size:clamp(2.4rem,5.5vw,5rem);font-weight:200;line-height:1.05;display:flex;position:absolute;top:50vh;left:50%;transform:translate(-50%,-50%)}.ls-buoys{align-items:center;gap:10px;height:24px;display:flex;position:absolute;bottom:18vh;left:50%;transform:translate(-50%)}.ls-buoys span{background:#9a9a9a;border-radius:50%;width:5px;height:5px;animation:1.6s ease-in-out infinite ls-bob}.ls-buoys span:nth-child(2){animation-delay:.2s}.ls-buoys span:nth-child(3){animation-delay:.4s}.ls-buoys span:nth-child(4){animation-delay:.6s}.ls-buoys span:nth-child(5){animation-delay:.8s}@keyframes ls-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lightbox{z-index:1000;opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .22s;display:flex;position:fixed;inset:0}.lightbox.is-open{opacity:1;pointer-events:all}.lb-backdrop{-webkit-backdrop-filter:blur(6px);background:#ffffff73;position:absolute;inset:0}.lb-body{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;max-width:88vw;max-height:88vh;display:flex;position:relative}.lb-photo{object-fit:contain;border-radius:4px;max-width:85vw;max-height:80vh;display:block;box-shadow:0 16px 60px #0000002e,0 4px 12px #0000001a}.lb-card{background:var(--bg);border:1px solid var(--border);text-align:center;border-radius:6px;min-width:260px;max-width:480px;padding:2rem 2.5rem;box-shadow:0 16px 60px #0000001f,0 4px 12px #0000000f}.lb-eye{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem;font-size:.68rem;font-weight:500}.lb-title{letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.15rem;font-weight:300;line-height:1.4}.lb-sub{color:var(--muted);font-size:.85rem;line-height:1.5}.lb-preview{color:var(--muted);text-align:left;margin-top:1rem;font-size:.85rem;line-height:1.65}.lb-expanded{color:var(--muted);text-align:left;max-width:36ch;margin-top:.8rem;font-size:.85rem;line-height:1.65}.lb-lang-table{text-align:left;flex-direction:column;gap:.7rem;margin-top:1rem;display:flex}.lb-lang-row{align-items:baseline;gap:1.2rem;display:flex}.lb-lang-level{letter-spacing:.09em;text-transform:uppercase;color:var(--muted);flex-shrink:0;min-width:5.5rem;font-size:.65rem;font-weight:600}.lb-lang-values{color:var(--text);font-size:.88rem;line-height:1.5}.lb-social-avatar{object-fit:cover;background:var(--border);border-radius:50%;width:60px;height:60px;margin:0 auto .9rem;display:block}.lb-handle{color:var(--muted);margin-top:.3rem;margin-bottom:.2rem;font-size:1rem;font-weight:300}.lb-desc{color:var(--muted);margin-top:.4rem;font-size:.82rem;line-height:1.5}.lb-activities{text-align:left;flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.lb-activity{border-bottom:1px solid var(--border);color:inherit;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.6rem;text-decoration:none;transition:opacity .15s;display:flex}.lb-activity:hover{opacity:.6}.lb-activity:last-child{border-bottom:none;padding-bottom:0}.lb-activity-sport{color:var(--text);white-space:nowrap;font-size:.88rem;font-weight:400}.lb-activity-stats{color:var(--muted);white-space:nowrap;font-size:.78rem}.lb-action{color:var(--text);border-bottom:1px solid var(--border);padding-bottom:2px;font-size:.88rem;font-weight:400;text-decoration:none;transition:border-color .15s;display:inline-block}.lb-action:hover{border-color:var(--text)}@media (width<=768px){.canvas{min-height:630vh}.name{font-size:clamp(2rem,9vw,3rem)}.zone-label{font-size:clamp(1.2rem,5vw,1.6rem)}.card{max-width:180px}}
