:root{--green:#00FF9C;--primary:#53917E;--annotation:#D8829D;--bg:#FEF3E8;--bg-surface:#FFFBF5;--bg-hover:#FDEBD5;--text:#272838;--text-muted:#3D7060;--border:#53917E;--border-dim:#53917E;--separator:#53917E;--skeleton-base:#E8E8E8;--skeleton-shine:#F5F5F5;--fs-2xs:0.625rem;--fs-xs:0.75rem;--fs-sm:0.875rem;--fs-base:1rem;--fs-lg:1.125rem;--fs-h4:1.25rem;--fs-h3:1.5rem;--fs-h2:2rem;--fs-h1:2.5rem;--fs-display:3rem;--space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:2.5rem;--space-6:3rem;--space-7:3.5rem;--space-8:4rem;--drawer-width:300px;--bottom-bar-h:60px;--radius:4px;--radius-pill:25px;--transition:0.2s ease;--font:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;--font-display:'JetBrains Mono','Courier New',monospace}[data-theme=dark]{--bg:#0A0A0A;--bg-surface:#1A1A1A;--bg-hover:#242424;--text:#FAFAF8;--text-muted:#888888;--border:#2C2C2C;--border-dim:#2C2C2C;--separator:#2C2C2C;--skeleton-base:#1A1A1A;--skeleton-shine:#2C2C2C}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{color-scheme:light dark;font-size:16px}body{font-family:var(--font);font-size:1rem;line-height:1.6;background-color:var(--bg);color:var(--text);min-height:100vh;transition:background-color .25s ease,color .25s ease}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit}a{color:inherit;text-decoration:none}h1{font-family:var(--font-display);font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:var(--space-3)}h2{font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1.15;margin-bottom:var(--space-2)}h3{font-family:var(--font-display);font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:var(--space-2)}h4{font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:var(--space-1)}h5{font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:var(--space-1)}h6{font-size:1rem;font-weight:600;line-height:1.5;margin-bottom:var(--space-1)}p{font-size:1rem;line-height:1.7;margin-bottom:var(--space-2)}p:last-child{margin-bottom:0}small{font-size:.75rem;line-height:1.5}strong{font-weight:700}em{font-style:italic}ol,ul{padding-left:var(--space-3);margin-bottom:var(--space-2)}li{font-size:var(--fs-base);line-height:1.7;margin-bottom:4px}li:last-child{margin-bottom:0}.layout{display:flex;flex-direction:column;min-height:100vh}.profile-header{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);background:var(--bg-surface);border-bottom:1px solid var(--border);transition:background-color .25s ease,border-color .25s ease}.profile-header__avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:1px solid var(--border);flex-shrink:0;background:var(--bg-hover)}.profile-header__info{flex:1;min-width:0}.profile-header__name{font-family:var(--font-display);font-size:var(--fs-lg);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-header__title{font-size:var(--fs-xs);color:var(--text-muted);margin-top:2px}.profile-header__actions{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1);flex-shrink:0}.profile-header__top-row{display:flex;align-items:center;gap:var(--space-1)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:0 0;color:var(--text);cursor:pointer;font-size:var(--fs-base);line-height:1;flex-shrink:0;transition:background var(--transition),border-color var(--transition),color var(--transition)}.theme-toggle:hover{background:var(--bg-hover)}[data-theme=light] .theme-toggle::before{content:"☾"}[data-theme=dark] .theme-toggle::before{content:"☀"}.theme-toggle{font-size:0}.theme-toggle::before{font-size:var(--fs-base)}.drawer{display:none}.main-content{flex:1;padding-top:var(--space-3);padding-left:var(--space-2);padding-right:var(--space-2);padding-bottom:calc(var(--bottom-bar-h) + var(--space-3));overflow-y:auto;overflow-x:auto}.bottom-tab-bar{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-bar-h);background:var(--bg-surface);border-top:1px solid var(--border);display:flex;z-index:100;transition:background-color .25s ease}.bottom-tab-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;color:var(--text-muted);font-size:var(--fs-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none;background:0 0;transition:color var(--transition);font-family:var(--font)}.bottom-tab-bar__item.active,.bottom-tab-bar__item:hover{color:var(--text)}.bottom-tab-bar__item.active .bottom-tab-bar__icon{color:var(--green)}.bottom-tab-bar__icon{font-size:var(--fs-lg)}.tab-panel{display:none}.tab-panel.active{display:block;transition:opacity 180ms ease}.tab-panel--rendering{opacity:0!important;transition:none!important}.skeleton-block{border-radius:6px;background:var(--skeleton-base);overflow:hidden;position:relative}.skeleton-block::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,var(--skeleton-shine) 50%,transparent 100%);animation:skeleton-shimmer 1.4s ease-in-out infinite}@keyframes skeleton-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.skeleton-line{height:14px;margin-bottom:8px}.skeleton-title{height:20px;margin-bottom:12px;width:60%}.skeleton-chip{height:26px;width:80px;border-radius:20px;display:inline-block;margin:2px}.skeleton-card{padding:var(--space-2);border:1px solid var(--border);border-radius:8px;margin-bottom:var(--space-2)}.skeleton-avatar{width:80px;height:80px;border-radius:50%}.tab-error{color:var(--text-muted);text-align:center;padding:var(--space-5) 0;font-size:var(--fs-sm)}.section-title{font-family:var(--font-display);font-size:var(--fs-h2);font-weight:700;margin-bottom:var(--space-3)}.chip{display:inline-flex;align-items:center;height:28px;padding:0 var(--space-2);border-radius:var(--radius-pill);font-size:var(--fs-xs);font-weight:400;background:0 0;color:var(--text);border:1px solid var(--border);white-space:nowrap;transition:border-color .25s ease,color .25s ease}.chips-list{display:flex;flex-wrap:wrap;gap:var(--space-1);margin-top:var(--space-1)}button.chip{background:0 0;cursor:pointer}.chip--category{font-weight:600;gap:var(--space-1)}.chip__count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 3px;border-radius:8px;background:var(--border);font-size:var(--fs-2xs);font-weight:700;color:var(--text-muted);line-height:1}.chip--colored{border-color:var(--chip-color,var(--border));color:var(--chip-color,var(--text));background:color-mix(in srgb,var(--chip-color,transparent) 8%,transparent)}.chip--category.chip--colored .chip__count{background:color-mix(in srgb,var(--chip-color,transparent) 18%,transparent);color:var(--chip-color,var(--text-muted))}[data-theme=light] .chip--colored{background:color-mix(in srgb,var(--chip-color,transparent) 22%,#fff);color:color-mix(in srgb,var(--chip-color,#000) 45%,#000)}[data-theme=light] .chip--category.chip--colored .chip__count{background:#fff;color:color-mix(in srgb,var(--chip-color,#000) 50%,#000)}.chip--hoverable{cursor:pointer}.chip--hoverable:not(.chip--colored):hover{border-color:var(--green);color:var(--green)}.chip--hoverable.chip--colored:hover{filter:brightness(1.18)}[data-theme=light] .chip--hoverable.chip--colored:hover{filter:none;background:color-mix(in srgb,var(--chip-color,transparent) 40%,#fff);color:color-mix(in srgb,var(--chip-color,#000) 85%,#000)}[data-theme=light] .chip--hoverable.chip--colored:hover .chip__count{background:color-mix(in srgb,var(--chip-color,transparent) 20%,#fff);color:color-mix(in srgb,var(--chip-color,#000) 90%,#000)}.period{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--fs-xs);color:var(--text-muted)}.period::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-1) var(--space-3);border-radius:var(--radius);font-size:var(--fs-sm);font-weight:600;cursor:pointer;border:1px solid var(--border);transition:opacity var(--transition);font-family:var(--font);text-decoration:none;background:0 0;color:var(--text)}.btn:hover{opacity:.75}.btn--primary{background:var(--green);color:#000;border-color:var(--border)}.btn--sm{padding:4px var(--space-2);font-size:var(--fs-xs)}.btn--disabled{opacity:.45;cursor:not-allowed;pointer-events:none;border-style:dashed}.lang-toggle{display:flex;width:100px;height:35px;border:1px solid var(--border);border-radius:var(--radius-pill);overflow:hidden;flex-shrink:0;transition:border-color .25s ease}.lang-toggle__btn{flex:1;border:none;background:var(--bg-surface);color:var(--text);font-size:var(--fs-xs);font-weight:600;cursor:pointer;font-family:var(--font);transition:background .25s ease,color .25s ease}.lang-toggle__btn.active{background:var(--text);color:var(--bg-surface)}[data-theme=dark] .lang-toggle__btn.active{background:var(--green);color:#000}.social-links{display:flex;gap:var(--space-1)}.social-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:0 0;border:1px solid var(--border);color:var(--text);text-decoration:none;font-size:var(--fs-xs);font-weight:700;transition:background var(--transition),border-color var(--transition)}.social-link:hover{background:var(--green);border-color:var(--green);color:#000}.notification{position:fixed;bottom:calc(var(--bottom-bar-h) + var(--space-2));left:50%;transform:translateX(-50%);background:var(--green);color:#000;padding:var(--space-1) var(--space-3);border-radius:var(--radius-pill);font-size:var(--fs-sm);font-weight:600;z-index:300;opacity:0;pointer-events:none;transition:opacity .3s ease;white-space:nowrap}.notification.visible{opacity:1}.exp-section{display:flex;flex-direction:column;gap:var(--space-3)}.exp-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap}.exp-breadcrumb{font-size:var(--fs-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.exp-filters{display:flex;gap:var(--space-1);flex-wrap:wrap}.exp-filter{padding:4px var(--space-2);border-radius:var(--radius-pill);font-size:var(--fs-xs);font-family:var(--font);cursor:pointer;border:1px solid var(--border);background:0 0;color:var(--text);transition:all var(--transition);height:32px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:keep-all}.exp-filter.active{background:var(--green);border-color:var(--green);color:#000}.exp-filter:hover:not(.active){background:var(--bg-hover)}.exp-title-area{display:flex;flex-direction:column;gap:var(--space-1)}.exp-title-row{display:flex;align-items:flex-start;gap:var(--space-3)}.exp-title{font-family:var(--font-display);font-size:clamp(var(--fs-h2), 4vw, var(--fs-h1));font-weight:700;line-height:1.1;flex:1}.exp-annotation{font-size:var(--fs-xs);color:var(--annotation);font-style:italic;white-space:nowrap;padding-top:var(--space-1);display:none}.exp-subtitle{font-size:var(--fs-sm);color:var(--text-muted);font-style:italic;line-height:1.55}.exp-highlights{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--border);background:var(--separator);gap:1px}.exp-highlight-cell{background:var(--bg-surface);padding:var(--space-1) var(--space-2);display:flex;flex-direction:column;gap:4px;transition:background-color .25s ease}.exp-highlight-label{font-size:var(--fs-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.exp-highlight-value{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:700;line-height:1;display:flex;align-items:center;gap:var(--space-1);color:var(--text)}.exp-highlight-value--stack{font-size:var(--fs-lg)}.exp-status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--green);border:2px solid var(--border);flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}.exp-timeline{border:1px solid var(--border);background:var(--separator);display:flex;flex-direction:column;gap:1px;position:relative}.timeline-row{display:flex;background:var(--bg-surface);min-height:130px;position:relative;cursor:pointer;transition:background var(--transition)}.timeline-row:hover{background:var(--bg-hover)}.timeline-year{width:100px;flex-shrink:0;padding:var(--space-2) var(--space-1) var(--space-1) var(--space-2);font-size:var(--fs-xs);color:var(--text-muted);display:flex;align-items:flex-start}.timeline-detail{flex:1;padding:var(--space-2);display:flex;flex-direction:column;gap:var(--space-1);min-width:0;overflow-y:auto}.timeline-role{font-family:var(--font-display);font-size:var(--fs-base);font-weight:700;color:var(--text)}.timeline-role.current{text-decoration:underline;text-decoration-color:var(--green);text-underline-offset:3px}.timeline-company{font-size:var(--fs-xs);color:var(--text-muted)}.timeline-desc{font-size:var(--fs-sm);line-height:1.6;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.timeline-row:hover .timeline-desc{-webkit-line-clamp:unset;overflow:visible}.proj-section{display:flex;flex-direction:column;gap:var(--space-3)}.proj-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap}.proj-breadcrumb{font-size:var(--fs-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.proj-filters{display:flex;gap:var(--space-1);flex-wrap:wrap}.proj-filter{padding:4px var(--space-2);border-radius:var(--radius-pill);font-size:var(--fs-xs);font-family:var(--font);cursor:pointer;border:1px solid var(--border);background:0 0;color:var(--text);transition:all var(--transition);height:32px}.proj-filter.active{background:var(--green);border-color:var(--green);color:#000}.proj-filter:hover:not(.active){background:var(--bg-hover)}.proj-title-area{display:flex;flex-direction:column;gap:var(--space-1)}.proj-title{font-family:var(--font-display);font-size:clamp(var(--fs-h2), 4vw, var(--fs-h1));font-weight:700;line-height:1.1}.proj-subtitle{font-size:var(--fs-sm);color:var(--text-muted);font-style:italic;line-height:1.55}.proj-grid{display:flex;flex-direction:column;gap:var(--space-1)}.proj-grid__top{display:flex;flex-direction:column;gap:var(--space-1)}.proj-grid__side{display:flex;flex-direction:column;gap:var(--space-1)}.proj-grid__row{display:flex;flex-direction:column;gap:var(--space-1)}.proj-card{border:1px solid var(--border);background:var(--bg-surface);cursor:pointer;overflow:hidden;transition:box-shadow var(--transition),border-color var(--transition),background-color .25s ease}.proj-card:hover{box-shadow:3px 3px 0 var(--border)}.proj-card__media{position:relative;overflow:hidden;width:100%;height:140px}.proj-card__media--hatch{background-color:var(--bg-hover);background-image:repeating-linear-gradient(-45deg,transparent,transparent 8px,rgba(0,0,0,.045) 8px,rgba(0,0,0,.045) 9px)}[data-theme=dark] .proj-card__media--hatch{background-image:repeating-linear-gradient(-45deg,transparent,transparent 8px,rgba(255,255,255,.07) 8px,rgba(255,255,255,.07) 9px)}.proj-card--featured .proj-card__media{height:200px}.proj-card__media--sm{height:90px}.proj-card__media--ratio{aspect-ratio:16/9;height:auto}.proj-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.proj-card__tag{position:absolute;top:var(--space-1);left:var(--space-1);background:var(--green);color:#000;font-size:var(--fs-2xs);font-weight:700;letter-spacing:.1em;padding:3px var(--space-1);border-radius:2px;z-index:1}.proj-card__media-label{position:absolute;bottom:var(--space-1);left:var(--space-1);font-size:var(--fs-2xs);color:var(--text-muted);z-index:1}.proj-card__year{position:absolute;bottom:var(--space-1);right:var(--space-1);font-size:var(--fs-2xs);color:var(--text-muted);z-index:1}.proj-card__body{padding:var(--space-2)}.proj-card__body--featured{padding:var(--space-2) var(--space-3)}.proj-card__name{font-family:var(--font-display);font-size:var(--fs-base);font-weight:700;color:var(--text);margin-bottom:4px}.proj-card__name--lg{font-size:var(--fs-h3);margin-bottom:var(--space-1)}.proj-card__pitch{font-size:var(--fs-sm);color:var(--text-muted);font-style:italic;line-height:1.5;margin-bottom:var(--space-1)}.proj-card__stack-line{font-size:var(--fs-xs);color:var(--text-muted)}.proj-card__cat-line{font-size:var(--fs-xs);color:var(--text-muted);margin-top:2px}[data-theme=dark] .proj-card__stack-line{color:var(--green)}[data-theme=dark] .proj-card__cat-line{color:var(--green)}[data-theme=light] .proj-card__pitch{color:var(--text)}.proj-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap}.proj-showing{font-size:var(--fs-xs);color:var(--text-muted);font-style:italic}.proj-pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-1);padding:var(--space-2) 0 4px}.proj-pag-btn{width:32px;height:32px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);cursor:pointer;border-radius:var(--radius);font-size:var(--fs-base);display:flex;align-items:center;justify-content:center;transition:background .15s}.proj-pag-btn:disabled{opacity:.3;cursor:default}.proj-pag-btn:not(:disabled):hover{background:var(--bg-hover)}.proj-pag-pages{display:flex;gap:4px;align-items:center}.proj-pag-num{min-width:32px;height:32px;border:1px solid var(--border);background:var(--bg-surface);color:var(--text);cursor:pointer;border-radius:var(--radius);font-size:var(--fs-sm);font-family:var(--font);transition:background .15s}.proj-pag-num.active{background:var(--green);border-color:var(--green);color:#000}.proj-pag-num:not(.active):hover{background:var(--bg-hover)}.proj-pag-ellipsis{font-size:var(--fs-sm);color:var(--text-muted);padding:0 2px}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:200;display:flex;align-items:flex-end;justify-content:center}.modal-overlay.hidden{display:none}.modal{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;padding:var(--space-3);width:100%;max-height:82vh;overflow-y:auto}.modal-header{display:flex;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-1)}.modal__title{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:700;color:var(--text)}.modal__meta{font-size:var(--fs-xs);color:var(--text-muted);padding-top:var(--space-1);flex-shrink:0}.modal__category{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:var(--space-2)}.modal__description{font-size:var(--fs-sm);line-height:1.65;color:var(--text-muted);margin:var(--space-1) 0 var(--space-2)}.modal__actions{display:flex;flex-direction:column;gap:var(--space-1);margin-top:var(--space-2)}.modal__cover-img{display:block;width:calc(100% + var(--space-3) * 2);margin:calc(-1 * var(--space-3)) calc(-1 * var(--space-3)) var(--space-3);height:200px;object-fit:cover;border-radius:var(--radius) var(--radius) 0 0}.formations-top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.formations-breadcrumb{font-size:var(--fs-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.formations-date-range{font-size:var(--fs-xs);color:var(--text-muted);font-style:italic}.formations-grid{display:flex;flex-direction:column;gap:var(--space-2)}.formations-header{display:flex;flex-direction:column;gap:var(--space-1)}.formations-display-title{font-family:var(--font-display);font-size:clamp(var(--fs-h2), 4vw, var(--fs-h1));font-weight:700;line-height:1.1;color:var(--text)}.formations-subtitle{font-size:var(--fs-sm);color:var(--text-muted);font-style:italic;line-height:1.55}.formations-list{display:flex;flex-direction:column;gap:var(--space-1)}.formation-card{display:flex;background:var(--bg-surface);border:1px solid var(--border);transition:background-color .25s ease,border-color .25s ease}.formation-card--featured{background:color-mix(in srgb,var(--green) 15%,var(--bg-surface));border-color:var(--green)}.formation-card__date{width:110px;min-width:110px;padding:var(--space-2) var(--space-1);font-size:var(--fs-xs);color:var(--text-muted);display:flex;align-items:flex-start;justify-content:center;text-align:center;border-right:1px solid var(--border);flex-shrink:0;line-height:1.5}.formation-card__content{flex:1;padding:var(--space-2);display:flex;flex-direction:column;gap:4px;min-width:0;overflow-y:auto}.formation-card__title{font-family:var(--font-display);font-size:var(--fs-h4);font-weight:700;color:var(--text);line-height:1.2}.formation-card__school{font-size:var(--fs-xs);color:var(--text-muted)}.formation-card__description{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.5;margin-top:var(--space-1)}.formation-card__sep{height:1px;background:var(--border);margin:var(--space-1) 0 2px}.formations-right{display:flex;flex-direction:column;gap:var(--space-2)}.skills-sidebar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-2)}.skills-sidebar__title{font-family:var(--font-display);font-size:var(--fs-h4);font-weight:700;margin-bottom:var(--space-2);color:var(--text)}.skills-sidebar__category{margin-bottom:var(--space-2)}.skills-sidebar__category-name{font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-1)}.certs-block{border:1px dashed var(--border);border-radius:var(--radius);padding:var(--space-2);display:flex;flex-direction:column}.certs-block__title{font-family:var(--font-display);font-size:var(--fs-h4);font-weight:700;color:var(--text);margin-bottom:4px}.cert-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-1) 0;border-bottom:1px solid var(--border);gap:var(--space-2)}.cert-item:last-child{border-bottom:none}.cert-item__name{font-size:var(--fs-sm);color:var(--text);flex:1;min-width:0}.cert-item__year{font-size:var(--fs-xs);color:var(--text-muted);font-weight:600;flex-shrink:0}.skill-tooltip{position:fixed;z-index:300;max-width:240px;padding:var(--space-1) var(--space-2);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);font-size:var(--fs-xs);line-height:1.5;color:var(--text);pointer-events:none;box-shadow:0 4px 14px rgba(0,0,0,.15)}.skill-tooltip.hidden{display:none}.skill-tooltip strong{color:var(--text);font-weight:700;display:block;margin-bottom:4px}.skill-tooltip span{color:var(--text-muted)}.skill-tooltip__skills{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px}.skill-tooltip__skills span{padding:1px var(--space-1);border:1px solid var(--border);border-radius:4px;font-size:var(--fs-2xs);color:var(--text-muted);line-height:1.6}.skill-modal__chips{margin-top:var(--space-2)}.modal__close-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:var(--space-2);padding:var(--space-1) var(--space-3);background:0 0;border:1px solid var(--border);border-radius:var(--radius-pill);font-size:var(--fs-sm);color:var(--text-muted);cursor:pointer;transition:border-color .2s,color .2s}.modal__close-btn:hover{border-color:var(--green);color:var(--green)}.contact-top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.contact-breadcrumb{font-size:var(--fs-xs);font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.contact-reply-time{font-size:var(--fs-xs);color:var(--text-muted);font-style:italic}.contact-layout{display:flex;flex-direction:column;gap:var(--space-3)}.contact-display-title{font-family:var(--font-display);font-size:clamp(var(--fs-h1), 6vw, var(--fs-display));font-weight:700;line-height:1.05;color:var(--text);margin-bottom:var(--space-2)}.contact-tagline{font-size:var(--fs-sm);color:var(--text-muted);line-height:1.65}.contact-links-area{display:flex;flex-direction:column;gap:var(--space-2)}#contact-links-rows{display:flex;flex-direction:column;gap:var(--space-2)}.contact-link-row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--text);transition:background var(--transition)}.contact-link-row:hover{background:var(--bg-hover)}.contact-link-row__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);font-size:var(--fs-base);font-weight:700;flex-shrink:0}.contact-link-row__body{display:flex;flex-direction:column;flex:1;gap:2px;min-width:0}.contact-link-row__label{font-size:var(--fs-xs);text-transform:uppercase;color:var(--text-muted);letter-spacing:.08em;font-weight:700}.contact-link-row__value{font-size:var(--fs-base);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-link-row__arrow{color:var(--text-muted);font-size:var(--fs-base);flex-shrink:0}.open-to-work{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px dashed var(--border);border-radius:var(--radius);color:var(--text);width:100%}.open-to-work__status{display:flex;align-items:center;gap:var(--space-1);font-size:var(--fs-base);font-weight:600}.open-to-work__dot{width:12px;height:12px;border-radius:50%;background:var(--green);border:2px solid var(--border);flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}.open-to-work__info{font-size:var(--fs-sm);color:var(--text-muted)}.contact-form-box{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3) var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.contact-form-header{display:flex;flex-direction:column;gap:4px}.contact-form-title{font-family:var(--font-display);font-size:var(--fs-h3);font-weight:700;color:var(--text)}.contact-form-subtitle{font-size:var(--fs-sm);color:var(--text-muted)}.contact-form{display:flex;flex-direction:column;gap:var(--space-2)}.form-group{display:flex;flex-direction:column;gap:4px}.form-group label{font-size:var(--fs-xs);color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.form-group input,.form-group textarea{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:var(--space-1) var(--space-1);font-size:var(--fs-sm);font-family:var(--font);outline:0;width:100%;transition:border-color var(--transition),background-color .25s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--green)}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media (max-width:768px){.form-row{grid-template-columns:1fr}}.contact-form-actions{display:flex;justify-content:flex-end}.cv-btn-circle{width:34px;height:34px;border-radius:50%;background:var(--green);color:#000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--fs-base);border:none;text-decoration:none;flex-shrink:0}.cv-btn-circle:hover{opacity:.8}.about{max-width:680px;margin:0 auto;padding:var(--space-3) 0}.about__cover{width:100%;height:180px;background-size:cover;background-position:center;border-radius:12px;margin-bottom:var(--space-3);flex-shrink:0}.about__hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);text-align:center}.about__photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid var(--green);flex-shrink:0}.about__photo--large{width:120px;height:120px;border-radius:12px;border:2px solid var(--green)}.about__identity{display:flex;flex-direction:column;gap:4px}.about__name{font-size:var(--fs-h3);font-weight:700;margin:0}.about__title{font-size:var(--fs-base);color:var(--text-muted);margin:0}.about__location,.about__status{font-size:var(--fs-sm);color:var(--text-muted);margin:0}.about__bio{font-size:1rem;line-height:1.7;margin-bottom:var(--space-4)}.about__bio--empty{color:var(--text-muted);font-style:italic}.about__section-title{font-size:var(--fs-base);font-weight:600;margin:0 0 var(--space-2)}.about__skills{margin-bottom:var(--space-3)}.about__certifications{margin-bottom:var(--space-2)}@media (min-width:768px){.profile-header{display:none}.bottom-tab-bar{display:none}.layout{flex-direction:row;height:100vh;overflow:hidden}.drawer{display:flex;flex-direction:column;gap:var(--space-3);width:var(--drawer-width);min-width:var(--drawer-width);height:100vh;min-height:600px;background-color:var(--bg-surface);padding:var(--space-6) var(--space-4) var(--space-2);overflow-y:auto;position:sticky;top:0;transition:background-color .25s ease,border-color .25s ease}.drawer__identity{display:flex;flex-direction:column;gap:var(--space-1)}.drawer__name{font-family:var(--font-display);font-size:var(--fs-h1);font-weight:700;line-height:1.1;color:var(--text)}.drawer__subtitle{font-size:var(--fs-lg);font-weight:400;color:var(--text)}.drawer__avatar{width:125px;height:125px;border-radius:50%;object-fit:cover;border:1px solid var(--border);background:var(--bg-hover);align-self:flex-start}.drawer__lang-row{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-1) 0;min-height:55px;transition:border-color .25s ease}.drawer__location{font-size:var(--fs-xs);color:var(--text);white-space:nowrap;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.drawer__lang-row .theme-toggle{margin-left:auto;flex-shrink:0}.drawer__nav{display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;min-height:0}.drawer__nav-item{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-1);height:40px;font-size:var(--fs-sm);font-family:var(--font-display);font-weight:400;cursor:pointer;border:none;background:0 0;color:var(--text);transition:background-color var(--transition);width:100%;white-space:nowrap}.drawer__nav-item.active{background:var(--green);color:#000}.drawer__nav-item.active .drawer__nav-num{color:#000}.drawer__nav-item:hover:not(.active){background:var(--bg-hover)}.drawer__nav-num{font-size:var(--fs-xs);color:var(--text-muted);font-family:var(--font)}.drawer__cv-btn{display:flex;align-items:center;justify-content:center;height:40px;background:var(--green);border-radius:var(--radius);color:#000;text-decoration:none;font-size:var(--fs-xs);font-weight:600;font-family:var(--font);gap:3px;transition:opacity var(--transition);flex-shrink:0}.drawer__cv-btn:hover{opacity:.82}.drawer__cv-btn em{font-style:normal;font-weight:400}.drawer__divider{height:1px;background:var(--border);flex-shrink:0;opacity:.35}.drawer__footer{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-1);height:50px;margin-top:auto;flex-shrink:0}.drawer__copy{font-size:var(--fs-xs);color:var(--text-muted)}.main-content{flex:1;min-width:0;padding-top:var(--space-5);padding-left:var(--space-8);padding-right:var(--space-8);padding-bottom:var(--space-5);overflow-y:auto;overflow-x:auto;height:100vh}.notification{bottom:var(--space-3)}.tab-panel{min-width:1000px}.exp-highlights{grid-template-columns:repeat(4,1fr)}.exp-annotation{display:block}.exp-timeline::before{content:'';position:absolute;left:162px;top:0;bottom:0;border-left:1px dashed var(--border-dim);z-index:1;pointer-events:none}.timeline-row::after{content:'';position:absolute;left:calc(162px - 6px);top:13px;width:12px;height:12px;border-radius:50%;border:1px solid var(--text-muted);background:var(--bg-surface);z-index:2;transition:background-color .25s ease}.timeline-row.current::after{background:var(--green);border-color:var(--green);width:14px;height:14px;left:calc(162px - 7px);top:12px}.timeline-year{width:162px;padding:var(--space-2) var(--space-2) var(--space-1) var(--space-2);font-size:var(--fs-xs)}.proj-grid__top{display:grid;grid-template-columns:1fr 40vh;align-items:stretch;gap:8px}.proj-card--featured{display:flex;flex-direction:column}.proj-card--featured .proj-card__media{flex:1;height:auto;min-height:200px}.proj-grid__side{display:flex;flex-direction:column;gap:8px;min-height:450px}.proj-card--side{flex:1;display:flex;flex-direction:column}.proj-card--side .proj-card__media{flex:1;height:auto;min-height:60px}.proj-grid__row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.modal__actions{flex-direction:row;flex-wrap:wrap}.modal-overlay{align-items:center}.modal{border-radius:var(--radius);max-width:580px;max-height:80vh;position:relative}.formations-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr;gap:var(--space-2)}.formations-header{grid-column:1/span 2}.formations-list{overflow-y:auto;max-height:calc(100vh - 200px)}.formations-right{position:sticky;top:0;overflow-y:auto;max-height:calc(100vh - 200px)}.contact-layout{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr;gap:var(--space-3)}.contact-title-area{grid-column:1;grid-row:1}.contact-links-area{grid-column:1;grid-row:2}.contact-form-wrapper{grid-column:2;grid-row:1/span 2}.about__cover{height:220px}.about__hero{flex-direction:row;text-align:left;gap:var(--space-3)}.about__photo{width:96px;height:96px}.about__photo--large{width:150px;height:150px}}@media (max-width:1350px){.proj-grid__top{grid-template-columns:1fr 200px}}@media (max-width:767px){.proj-card{display:flex;flex-direction:column}.proj-card .proj-card__media{height:140px}}@media (min-width:768px) and (max-width:1023px){:root{--drawer-width:240px}.drawer{padding:var(--space-4) var(--space-3) var(--space-2);gap:var(--space-2)}.drawer__name{font-size:var(--fs-h2)}.drawer__avatar{width:100px;height:100px}}