body.page-project-history{--accent-color: #64ffda;--bg-dark: #0a192f;--bg-card: #112240;--text-primary: #e6f1ff;--text-secondary: #8892b0}body.page-project-history .history-page-wrapper{max-width:900px;margin:0 auto;padding:2rem 1rem;color:var(--text-primary)}body.page-project-history .header-nav{margin-bottom:1rem}body.page-project-history .back-link{color:var(--accent-color);text-decoration:none;font-family:Fira Code,monospace;font-size:.9rem;display:inline-flex;align-items:center;transition:all .3s}body.page-project-history .back-link:hover{transform:translate(-5px)}body.page-project-history .page-title{text-align:center;font-size:2.5rem;margin-bottom:.5rem;font-weight:700;text-shadow:0 0 5px rgba(100,255,218,.5);display:flex;align-items:center;justify-content:center;gap:1rem;font-family:Fira Code,monospace}body.page-project-history .private-badge{font-size:.7rem;background:#8892b01a;border:1px solid var(--text-secondary);color:var(--text-secondary);padding:4px 8px;border-radius:0;vertical-align:middle;text-transform:uppercase;letter-spacing:1px}body.page-project-history .subtitle{text-align:center;color:var(--text-secondary);margin-bottom:3rem;font-family:Fira Code,monospace;font-size:.9rem}body.page-project-history .error-banner{color:#ff6b6b;border:1px solid #ff6b6b;background:#ff6b6b1a;padding:1rem;text-align:center;margin-bottom:2rem}body.page-project-history .no-data{text-align:center;color:var(--text-secondary);padding:2rem;font-family:Fira Code,monospace}body.page-project-history .timeline-container{position:relative;padding:2rem 0}body.page-project-history .timeline-line{position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,var(--accent-color),transparent);transform:translate(-50%);z-index:0;opacity:.6}body.page-project-history .year-group{position:relative;margin-bottom:4rem;z-index:1}body.page-project-history .year-label{background:var(--bg-dark);border:2px solid var(--accent-color);color:var(--accent-color);padding:.5rem 1.5rem;border-radius:0;font-weight:700;font-size:1.2rem;width:fit-content;margin:0 auto 3rem;position:relative;z-index:2;box-shadow:0 0 20px #64ffda4d;font-family:Fira Code,monospace}body.page-project-history .commits-wrapper{position:relative;display:flex;flex-direction:column;gap:2rem}body.page-project-history .timeline-item{position:relative;width:50%;box-sizing:border-box}body.page-project-history .timeline-item:nth-child(odd){left:0;padding-right:4rem;display:flex;justify-content:flex-end}body.page-project-history .timeline-item:nth-child(2n){left:50%;padding-left:4rem;display:flex;justify-content:flex-start}body.page-project-history .timeline-dot{position:absolute;top:20px;width:12px;height:12px;background:var(--bg-dark);border:2px solid var(--accent-color);border-radius:50%;z-index:2;box-shadow:0 0 10px var(--accent-color);transition:all .3s cubic-bezier(.25,.46,.45,.94)}body.page-project-history .timeline-item:hover .timeline-dot{background:var(--accent-color);box-shadow:0 0 20px var(--accent-color)}body.page-project-history .timeline-item:nth-child(odd) .timeline-dot{right:-7px}body.page-project-history .timeline-item:nth-child(2n) .timeline-dot{left:-7px}body.page-project-history .timeline-content{width:100%;max-width:420px;text-align:left;background:#11224099;border:1px solid rgba(100,255,218,.15);border-left:none;border-radius:0;padding:1.5rem;position:relative;box-shadow:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:block;text-decoration:none;z-index:1}body.page-project-history .timeline-content:before,body.page-project-history .timeline-content:after{content:"";position:absolute;width:15px;height:15px;border-color:var(--accent-color);border-style:solid;transition:all .3s ease;opacity:.5;z-index:2;pointer-events:none}body.page-project-history .timeline-content:before{top:-1px;left:-1px;border-width:2px 0 0 2px}body.page-project-history .timeline-content:after{bottom:-1px;right:-1px;border-width:0 2px 2px 0}body.page-project-history .public-content:hover{background:#112240e6;border-color:#64ffda80;transform:scale(1.02);box-shadow:0 0 30px #64ffda1a inset;cursor:pointer}body.page-project-history .public-content:hover:before,body.page-project-history .public-content:hover:after{opacity:1;width:20px;height:20px;box-shadow:0 0 10px #64ffda80}body.page-project-history .private-content:hover{border-color:#8892b04d;background:#112240cc}body.page-project-history .private-content:hover:before,body.page-project-history .private-content:hover:after{opacity:.8;border-color:var(--text-secondary)}body.page-project-history .card-decoration-corner{display:none}body.page-project-history .commit-header{margin-bottom:1.2rem;display:flex;align-items:center;justify-content:space-between;padding-bottom:.8rem;border-bottom:1px solid rgba(100,255,218,.1)}body.page-project-history .commit-date-badge{font-family:Fira Code,monospace;font-size:.75rem;color:var(--accent-color);background:transparent;border:1px solid var(--accent-color);padding:.3rem .8rem;border-radius:0;display:inline-flex;align-items:center;gap:8px;letter-spacing:1px;box-shadow:0 0 5px #64ffda33 inset}body.page-project-history .commit-date-badge .icon{font-size:.9em;opacity:.8}body.page-project-history .external-icon{color:var(--accent-color);opacity:0;transform:translate(-10px);transition:all .3s cubic-bezier(.25,.46,.45,.94)}body.page-project-history .public-content:hover .external-icon{opacity:1;transform:translate(0)}body.page-project-history .commit-message{color:var(--text-primary);font-size:1.05rem;line-height:1.7;font-weight:400;font-family:Noto Sans SC,sans-serif}@media(max-width:768px){body.page-project-history .timeline-line{left:0}body.page-project-history .year-group{margin-left:20px}body.page-project-history .year-label{margin-left:0}body.page-project-history .timeline-item{width:100%;left:0!important;padding-left:35px!important;padding-right:0!important;justify-content:flex-start!important;margin-bottom:2rem}body.page-project-history .timeline-item:nth-child(odd) .timeline-dot,body.page-project-history .timeline-item:nth-child(2n) .timeline-dot{left:-6px;right:auto}body.page-project-history .timeline-content{max-width:100%;padding:1.2rem}body.page-project-history .timeline-content:before,body.page-project-history .timeline-content:after{width:10px;height:10px}body.page-project-history .public-content:hover:before,body.page-project-history .public-content:hover:after{width:15px;height:15px}}
