*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
body{background:#fff;color:#4A4A4A;font-family:'Inter',sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.gutter-stamp{position:fixed;left:20px;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;font-family:'Noto Sans KR',sans-serif;font-weight:900;font-size:120px;color:#D0D0D0;opacity:0.6;z-index:0;pointer-events:none}
.hero{min-height:100vh;background:#1A1A1A;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
h1{font-family:'Noto Sans KR',sans-serif;font-weight:900;font-size:min(20vw,200px);color:#fff;line-height:1}
.red-line{width:100%;height:2px;background:#CC0000;margin-top:40px}
.scroll-hint{width:1px;height:30px;background:#fff;margin-top:40px;animation:pulse 1.5s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:0.3}50%{opacity:0.8}}
.band{padding:0}
.light{background:#fff}
.dark{background:#1A1A1A}
.content-margin{padding:80px 15%;position:relative;z-index:1}
h2{font-family:'Inter',sans-serif;font-weight:800;font-size:60px;color:#1A1A1A;letter-spacing:-0.03em;margin-bottom:24px;line-height:1.1}
.light-text{color:#fff}
.dim-text{color:#B0B0B0}
.hint{font-size:12px;margin-bottom:16px;opacity:0.5}
.timeline .content-margin{padding-top:60px;padding-bottom:60px}
.tl-entry{margin-bottom:40px}
.tl-date{display:block;font-family:'Inter',sans-serif;font-weight:200;font-size:80px;color:#D0D0D0;letter-spacing:-0.02em;line-height:1}
.tl-day{display:block;font-size:14px;color:#CC0000;margin:4px 0 8px}
.tl-entry p{max-width:600px}
.redacted{display:inline;background:#1A1A1A;color:#1A1A1A;padding:0 4px;transition:background 0.3s,color 0.3s;cursor:pointer}
.redacted:hover{background:transparent;color:#B0B0B0}
.domain-footer{font-family:'Inter',sans-serif;font-weight:800;font-size:16px;color:#1A1A1A;margin-top:60px;letter-spacing:-0.02em}
.red-line-footer{width:100%;height:4px;background:#CC0000}
@media(max-width:600px){h1{font-size:60px}h2{font-size:36px}.content-margin{padding:60px 24px}.tl-date{font-size:48px}.gutter-stamp{display:none}}
