.exp-log{background:#000;min-height:100vh;padding:64px 24px 96px}.exp-container{max-width:1100px;margin:0 auto}.exp-header{text-align:center;margin-bottom:48px}.exp-header h1{font-family:ui-monospace,Menlo,Consolas,monospace;letter-spacing:.06em;color:#00FF41;font-size:clamp(24px,3vw,32px);margin:0 0 12px}.exp-line{width:200px;height:2px;margin:0 auto;background:#00FF41;box-shadow:0 0 12px rgba(0,255,65,.35)}.exp-entries{display:flex;flex-direction:column;gap:0}.exp-entry{display:grid;grid-template-columns:160px 1fr;gap:32px;padding:24px;background:#070F07;border:2px solid rgba(0,255,65,.3);margin-bottom:-2px;cursor:pointer;transition:all .2s ease}.exp-entry:first-child{border-radius:8px 8px 0 0}.exp-entry:last-child{border-radius:0 0 8px 8px;margin-bottom:0}.exp-entry:hover{z-index:1}.exp-entry.expanded,.exp-entry:hover{border-color:#00FF41;background:#0A1A0A;position:relative}.exp-entry.expanded{box-shadow:0 0 20px rgba(0,255,65,.2);z-index:2}.exp-timeline{display:flex;flex-direction:column;align-items:flex-end}.exp-date{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:12px;color:#00C23B;letter-spacing:.05em;text-align:right;margin-bottom:12px}.exp-date-sep{margin:0 4px;color:#00FF41}.exp-timeline-bar{position:relative;width:2px;flex:1;margin-top:8px}.exp-timeline-dot{position:absolute;top:0;right:-5px;width:12px;height:12px;background:#00FF41;border:2px solid #000;border-radius:50%;box-shadow:0 0 10px rgba(0,255,65,.5)}.exp-timeline-line{position:absolute;top:12px;right:0;width:2px;height:calc(100% + 48px);background:rgba(0,255,65,.3)}.exp-content{padding:4px 0}.exp-content-header{margin-bottom:12px}.exp-content-header h2{font-size:20px;font-weight:600;color:#00FF41;margin:0 0 4px;font-family:system-ui,-apple-system,sans-serif}.exp-content-header h3{font-size:16px;font-weight:500;color:#E6FFE6;margin:0 0 4px}.exp-location,.exp-summary{font-size:14px;color:#9AEAA9}.exp-summary{line-height:1.6}.exp-more{color:#00C23B;font-size:12px;margin-left:8px;font-family:ui-monospace,Menlo,Consolas,monospace}.exp-details{animation:expandIn .3s ease-out}@keyframes expandIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.exp-bullets{list-style:none;padding:0;margin:0 0 16px}.exp-bullets li{position:relative;padding-left:24px;margin-bottom:12px;line-height:1.6;color:#E6FFE6}.exp-bullets li:last-child{margin-bottom:0}.exp-bullet-marker{position:absolute;left:0;color:#00FF41}.exp-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.exp-tag{padding:4px 12px;background:rgba(0,255,65,.1);border:1px solid rgba(0,255,65,.3);border-radius:16px;color:#00FF41;font-size:12px;font-family:ui-monospace,Menlo,Consolas,monospace;letter-spacing:.05em;transition:all .2s ease}.exp-tag:hover{background:rgba(0,255,65,.2);border-color:#00FF41}.exp-close{margin-top:16px;background:none;border:none;color:rgba(0,255,65,.7);font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px;cursor:pointer;padding:4px 8px;transition:color .2s ease}.exp-close:hover{color:#00FF41}@media (max-width:768px){.exp-log{padding:80px 24px 96px}.exp-entry{grid-template-columns:100px 1fr;gap:20px;padding:16px}.exp-date{font-size:11px}.exp-content-header h2{font-size:18px}.exp-content-header h3{font-size:14px}}@media (max-width:480px){.exp-entry{grid-template-columns:1fr;gap:16px;position:relative}.exp-timeline{display:none}.exp-entry:before{content:attr(data-dates);display:block;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:11px;color:#00C23B;letter-spacing:.05em;opacity:.9;margin-bottom:8px}.exp-content{padding-right:0}}