.exp-page{padding:6rem 3rem 8rem;position:relative;overflow:hidden}.exp-header{margin-bottom:4rem}.exp-year-lg{font-family:var(--serif);color:var(--gold-light);letter-spacing:-.03em;font-size:clamp(4rem,10vw,8rem);font-weight:900;line-height:.8}.exp-subtitle{font-family:var(--serif);color:var(--text-soft);margin-top:1rem;font-size:1.4rem;font-style:italic}.exp-item{border-top:1px solid var(--border);cursor:default;grid-template-columns:140px 1fr;gap:2rem;padding:2rem 0;transition:padding-left .4s;display:grid;position:relative}.exp-item:before{content:"";opacity:0;border-radius:50%;width:6px;height:6px;transition:all .4s;position:absolute;top:50%;left:-1rem}.exp-item:hover{padding-left:1rem}.exp-item:hover:before{opacity:1;left:0}.exp-item:first-child:before{background:var(--gold)}.exp-item:nth-child(2):before{background:var(--terracotta)}.exp-item:nth-child(3):before{background:var(--sage)}.exp-item:nth-child(4):before{background:var(--gold)}.exp-item:nth-child(5):before{background:var(--terracotta)}.exp-item:nth-child(6):before{background:var(--sage)}.exp-item:nth-child(7):before{background:var(--gold)}.exp-item:nth-child(8):before{background:var(--terracotta)}.exp-item:nth-child(9):before{background:var(--sage)}.exp-item:last-child{border-bottom:1px solid var(--border)}.exp-item .ey{font-family:var(--serif);font-size:3rem;font-weight:900;line-height:.9;transition:transform .4s}.exp-item:hover .ey{transform:scale(1.1)}.exp-item:first-child .ey{color:var(--gold)}.exp-item:nth-child(2) .ey{color:var(--terracotta)}.exp-item:nth-child(3) .ey{color:var(--sage)}.exp-item:nth-child(4) .ey{color:var(--gold)}.exp-item:nth-child(5) .ey{color:var(--terracotta)}.exp-item:nth-child(6) .ey{color:var(--sage)}.exp-item:nth-child(7) .ey{color:var(--gold)}.exp-item:nth-child(8) .ey{color:var(--terracotta)}.exp-item:nth-child(9) .ey{color:var(--sage)}.exp-item .ec h3{margin-bottom:.25rem;font-size:1.1rem;font-weight:700;transition:color .3s}.exp-item:hover .ec h3{color:var(--gold)}.exp-item .ec p{color:var(--text-soft);max-width:560px;font-size:.88rem;line-height:1.6}.exp-tags{flex-wrap:wrap;gap:.4rem;margin-top:.35rem;display:flex}.exp-tag{letter-spacing:.01em;background:var(--bg-warm);color:var(--text-soft);border:1px solid var(--border);font-size:.72rem;font-weight:500;font-family:var(--sans);border-radius:999px;padding:.15rem .55rem;transition:all .3s;display:inline-block}.exp-item:first-child .exp-tag{border-color:var(--gold-light);color:var(--gold)}.exp-item:nth-child(2) .exp-tag{border-color:var(--terracotta-light);color:var(--terracotta)}.exp-item:nth-child(3) .exp-tag{border-color:var(--sage-light);color:var(--sage)}.exp-item:nth-child(4) .exp-tag{border-color:var(--gold-light);color:var(--gold)}.exp-item:nth-child(5) .exp-tag{border-color:var(--terracotta-light);color:var(--terracotta)}.exp-item:nth-child(6) .exp-tag{border-color:var(--sage-light);color:var(--sage)}.exp-item:nth-child(7) .exp-tag{border-color:var(--gold-light);color:var(--gold)}.exp-item:nth-child(8) .exp-tag{border-color:var(--terracotta-light);color:var(--terracotta)}.exp-tech-tags{flex-wrap:wrap;gap:.35rem;margin-top:.4rem;display:flex}.exp-tech-tags .skill-tag-inline{padding:.15rem .6rem;font-size:.72rem}.exp-item[role=button]{cursor:pointer}.exp-item[role=button]:hover .ec h3{color:var(--gold)}.exp-chevron{vertical-align:middle;color:var(--text-muted);margin-left:.35rem;font-size:.7rem;transition:transform .35s cubic-bezier(.22,.61,.36,1);display:inline-block}.exp-chevron.open{color:var(--gold);transform:rotate(180deg)}.exp-detail{max-height:0;transition:max-height .55s cubic-bezier(.22,.61,.36,1);overflow:hidden}.exp-item.expanded .exp-detail{max-height:1200px}.exp-bullets{margin:.7rem 0 0;padding:0;list-style:none}.exp-bullets li{color:var(--text-soft);padding-left:1rem;font-size:.82rem;line-height:1.7;position:relative}.exp-bullets li:before{content:"—";color:var(--gold);position:absolute;left:0}.exp-snapshot{background:var(--bg-warm);border:1px solid var(--border);font-size:.78rem;font-family:var(--mono);color:var(--text-muted);border-radius:8px;gap:.6rem;margin:.7rem 0 0;padding:.55rem .8rem;display:flex}.exp-snapshot span{background:#a07c3012;border-radius:4px;padding:.1rem .5rem}.exp-snap-theme{font-weight:600;color:var(--gold)!important}.exp-snap-change{color:var(--text-soft)!important}.exp-reflection{border-left:3px solid var(--gold);background:linear-gradient(90deg,#a07c300d,#0000);margin:.7rem 0 0;padding:.6rem .8rem}.exp-reflection p{color:var(--text);font-size:.84rem;font-style:italic;line-height:1.7;font-family:var(--serif);border:none;margin:0;padding:0}.exp-timeline-wrap{position:relative}.exp-progress{pointer-events:none;z-index:10;width:2px;position:absolute;top:0;bottom:0;left:-1.5rem}.exp-progress-track{background:var(--border);border-radius:3px;width:100%;position:absolute;top:0;bottom:0;left:0}.exp-progress-fill{background:linear-gradient(180deg, var(--terracotta), var(--gold), var(--sage));border-radius:3px;width:100%;transition:height .25s cubic-bezier(.22,.61,.36,1);position:absolute;top:0;left:0;box-shadow:0 0 8px #a07c3059}.exp-progress-thumb{background:var(--gold);border-radius:50%;width:10px;height:10px;transition:top .3s cubic-bezier(.22,.61,.36,1);position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px #a07c3080,0 0 3px #a07c30cc}.exp-item.active{transition:transform .35s;transform:translate(4px)}.exp-item.active .ey{transition:transform .35s;transform:scale(1.08)}.exp-item.active .ec h3{color:var(--gold);transition:color .35s}@media (max-width:768px){.exp-progress{left:-1rem}.exp-progress-thumb{width:8px;height:8px}}.lab-page{background:var(--bg-warm);padding:6rem 3rem 8rem}.lab-header{margin-bottom:3rem}.lab-header h2{font-family:var(--serif);letter-spacing:-.02em;margin:0;font-size:3rem;font-weight:900;line-height:1}.lab-header h2 .it{color:var(--gold-contrast);font-style:italic}.lab-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.lab-col h3{font-family:var(--serif);margin-bottom:.5rem;font-size:1.4rem;font-weight:700}.lab-hint{color:var(--text-hint);margin-bottom:1rem;font-size:.82rem}.lab-input-group{gap:.5rem;margin-bottom:.75rem;display:flex}.lab-input{border:none;border-bottom:1px solid var(--border);font-size:.9rem;font-family:var(--sans);color:var(--text);background:0 0;outline:none;flex:1;padding:.65rem 0;transition:border-color .3s,box-shadow .3s}.lab-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #a07c3014}.lab-btn{background:var(--text);color:var(--bg);font-family:var(--sans);cursor:pointer;border:none;padding:.55rem 1.2rem;font-size:.85rem;font-weight:600;transition:background .3s,transform .2s}.lab-btn:hover{background:var(--gold);transform:scale(1.03)}.lab-btn:active{transform:scale(.97)}.lab-btn:disabled{opacity:.5;cursor:not-allowed}.lab-btn:disabled:hover{background:var(--text);transform:none}.guest-note{border-bottom:1px solid var(--border);padding:.75rem 0;transition:border-color .3s}.guest-note:hover{border-color:var(--gold)}.guest-note .author{color:var(--text-soft);font-size:.85rem;font-weight:600}.guest-note .msg{color:var(--text);margin:.2rem 0;font-size:.88rem}.guest-note .time{color:var(--text-hint);font-size:.72rem}.lab-error{color:var(--terracotta);margin-top:.5rem;font-size:.82rem}@media (max-width:768px){.lab-page{padding:4rem 1.5rem}.lab-header{margin-bottom:2rem}.lab-header h2{font-size:2.2rem}.lab-grid{grid-template-columns:1fr;gap:2.5rem}.lab-col h3{font-size:1.2rem}.lab-hint{font-size:.78rem}.lab-input{padding:.55rem 0;font-size:.85rem}.lab-btn{padding:.5rem 1rem;font-size:.82rem}.guest-note .author{font-size:.8rem}.guest-note .msg{font-size:.84rem}.guest-note .time{font-size:.68rem}.lab-error{font-size:.78rem}}
