*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background-color:#1a1a1a;color:#e0e0e0;line-height:1.6}.container{display:flex;flex-direction:column;min-height:100vh}.sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);opacity:0;pointer-events:none;transition:opacity 0.2s ease;z-index:90}body.sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}.sidebar-menu-btn{position:fixed;bottom:0.75rem;left:0.75rem;z-index:110;border:1px solid #3a3a3a;background-color:#2a2a2a;color:#e0e0e0;width:2.5rem;height:2.5rem;border-radius:0.5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.2s ease, border-color 0.2s ease}.sidebar-menu-btn:hover{border-color:#00d4ff}.sidebar-menu-btn:focus-visible{outline:2px solid #00d4ff;outline-offset:2px}.sidebar-menu-icon{pointer-events:none}.sidebar-and-toggle{position:fixed;left:0;top:0;bottom:0;width:min(22rem, 85vw);display:flex;flex-direction:row;transform:translateX(-100%);transition:transform 0.2s ease;z-index:100}body.sidebar-open .sidebar-and-toggle{transform:translateX(0)}.sidebar{width:100%;min-width:0;background-color:#0f0f0f;border-right:1px solid #3a3a3a;transition:width 0.2s ease}@media (min-width: 64rem){.sidebar{width:250px}.sidebar.sidebar--collapsed,.sidebar-collapsed .sidebar{width:56px}.sidebar.sidebar--collapsed .sidebar-header,.sidebar.sidebar--collapsed .sidebar-social,.sidebar.sidebar--collapsed .language-switcher,.sidebar.sidebar--collapsed .sidebar-footer,.sidebar-collapsed .sidebar .sidebar-header,.sidebar-collapsed .sidebar .sidebar-social,.sidebar-collapsed .sidebar .language-switcher,.sidebar-collapsed .sidebar .sidebar-footer{display:none}.sidebar.sidebar--collapsed .sidebar-content,.sidebar-collapsed .sidebar .sidebar-content{padding:1rem 0.75rem;justify-content:center}.sidebar.sidebar--collapsed .sidebar-nav,.sidebar-collapsed .sidebar .sidebar-nav{align-items:center}}.sidebar-content{flex:1;min-width:0;overflow-y:auto;padding:2rem 1.5rem;display:flex;flex-direction:column;height:100%}.sidebar-header{text-align:center;margin-bottom:2rem}.avatar{margin-bottom:1rem}.avatar-img{width:clamp(3.5rem, 12vw, 5rem);height:clamp(3.5rem, 12vw, 5rem);border-radius:50%;border:2px solid #3a3a3a}.sidebar-name{font-size:1.25rem;font-weight:600;color:#e0e0e0;margin-bottom:0.5rem}.sidebar-subtitle{margin-top:0.5rem}.sidebar-subtitle p{margin:0.25rem 0;font-size:0.9rem;color:#b0b0b0;line-height:1.4}.sidebar-subtitle .sidebar-role{font-weight:500}.sidebar-subtitle .sidebar-education{font-size:0.85rem;opacity:0.9}.sidebar-social{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #3a3a3a}.social-link{color:#b0b0b0;text-decoration:none;transition:color 0.3s;font-size:1.2rem}.social-link:hover{color:#00d4ff}.sidebar-nav{display:flex;flex-direction:column;gap:0.5rem}.nav-link{display:flex;align-items:center;gap:0.5rem;color:#b0b0b0;text-decoration:none;padding:0.75rem 1rem;border-radius:4px;transition:all 0.3s}.nav-link:hover{background-color:#2a2a2a;color:#e0e0e0}.nav-link.active{background-color:#2a2a2a;color:#00d4ff}@media (min-width: 64rem){.sidebar.sidebar--collapsed .nav-link,.sidebar-collapsed .sidebar .nav-link{justify-content:center;padding:0.75rem}.sidebar.sidebar--collapsed .nav-link .nav-link-text,.sidebar-collapsed .sidebar .nav-link .nav-link-text{display:none}.sidebar.sidebar--collapsed .nav-link.active,.sidebar-collapsed .sidebar .nav-link.active{box-shadow:inset 3px 0 0 #00d4ff}}.language-switcher{margin-top:auto;padding-top:1rem;border-top:1px solid #3a3a3a;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.5rem;font-size:0.9rem;min-width:0}.language-switcher .lang-option{color:#b0b0b0;text-decoration:none;display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;border-radius:4px;transition:all 0.3s;flex-shrink:0}.language-switcher .lang-option .flag-icon{width:1.25rem;height:1.25rem;display:inline-block;vertical-align:middle;border-radius:50%;object-fit:cover;flex-shrink:0}.language-switcher .lang-option:hover{background-color:#2a2a2a;color:#e0e0e0}.language-switcher .lang-option.active{color:#00d4ff;font-weight:600}.sidebar-footer{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #3a3a3a;text-align:center}.sidebar-footer .copyright{color:#b0b0b0;font-size:0.75rem;margin:0;opacity:0.7;line-height:1.4}.sidebar-toggle-wrap{width:32px;flex-shrink:0;background:transparent;display:none;align-items:center;justify-content:center}.sidebar-toggle{border:none;background:transparent;color:#b0b0b0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:4px;transition:color 0.2s, background-color 0.2s}.sidebar-toggle:hover{color:#e0e0e0;background-color:#2a2a2a}.sidebar-toggle:focus-visible{outline:2px solid #00d4ff;outline-offset:-2px}.sidebar-and-toggle+.main-content{margin-left:0;transition:margin-left 0.2s ease}.sidebar-collapsed .sidebar-and-toggle+.main-content{margin-left:0}.main-content{flex:1;display:flex;justify-content:center;padding:1rem;width:100%;margin-left:0}.content-wrapper{display:flex;flex-direction:column;width:100%;max-width:87.5rem;margin:0 auto;gap:1rem;align-items:stretch}.left-spacer,.right-spacer{display:none;flex:0 0 2rem}.main-content-area{flex:1 1 auto;min-width:0;max-width:100%;overflow-wrap:break-word}.main-content-wrapper{max-width:75rem;width:100%}@media (min-width: 64rem){.container{flex-direction:row}.sidebar-overlay{display:none}.sidebar-menu-btn{display:none}.sidebar-and-toggle{width:auto;transform:none}.sidebar-toggle-wrap{display:flex}.sidebar-and-toggle+.main-content{margin-left:282px}.sidebar-collapsed .sidebar-and-toggle+.main-content{margin-left:88px}.main-content{padding:2rem}}@media (min-width: 75rem){.content-wrapper{flex-direction:row;gap:2rem;align-items:flex-start}.left-spacer,.right-spacer{display:block;flex:0 0 2rem}.main-content-area{max-width:75rem}.toc-sidebar{display:block}}@media (min-width: 87.5rem){.left-spacer,.right-spacer{flex:1}}.page-content h1{margin-bottom:2rem;color:#e0e0e0;font-size:2.5rem}.page-title{margin-bottom:2rem;color:#e0e0e0;font-size:2rem;border-bottom:2px solid #3a3a3a;padding-bottom:0.5rem}section{margin-bottom:4rem}section h2{margin-bottom:2rem;color:#e0e0e0;font-size:2rem;border-bottom:2px solid #3a3a3a;padding-bottom:0.5rem}.about-section p{color:#b0b0b0;line-height:1.8;margin-bottom:1rem}.projects-section .projects-grid{display:grid;grid-template-columns:1fr;gap:2rem}.project-card-container{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:2rem}.project-card-container .project-card:first-child{border-radius:8px 8px 0 0;border-bottom:none}.project-card-container .project-card:last-child{border-radius:0 0 8px 8px;border-left:1px solid #3a3a3a;border-top:none}@media (min-width: 64rem){.project-card-container .project-card:first-child{border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:8px;border-bottom:1px solid #3a3a3a}.project-card-container .project-card:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:8px;border-top:1px solid #3a3a3a;border-left:none}}@media (min-width: 64rem){.project-card-container{grid-template-columns:1fr 1fr}}.project-card{background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;padding:1.5rem;transition:transform 0.3s, box-shadow 0.3s}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.3)}.project-info-box h3{margin-bottom:0.5rem}.project-info-box h3 a{color:#00d4ff;text-decoration:none;font-size:1.5rem}.project-info-box h3 a:hover{text-decoration:underline}.project-info-box .project-description{color:#b0b0b0;margin-bottom:1rem;line-height:1.6}.project-info-box .project-updated{color:#b0b0b0;font-size:0.9rem}.project-tech-box{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.project-tech-box .tech-section{flex:1;min-width:0}.project-tech-box .tech-section:not(:last-child){padding-right:0;margin-right:0;border-right:none;border-bottom:1px solid #3a3a3a;padding-bottom:1rem;margin-bottom:1rem}@media (min-width: 64rem){.project-tech-box .tech-section:not(:last-child){padding-right:1rem;margin-right:1rem;border-right:1px solid #3a3a3a;border-bottom:none;padding-bottom:0;margin-bottom:0}}.project-tech-box .tech-section h4{color:#e0e0e0;margin-bottom:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;font-size:0.85rem}.project-tech-box .languages-section .languages-list{display:flex;flex-wrap:wrap;gap:0.5rem}.project-tech-box .languages-section .language-item{display:flex;align-items:center;gap:0.5rem;background-color:#1a1a1a;border:1px solid #3a3a3a;padding:0.4rem 0.75rem;border-radius:6px;color:#b0b0b0;font-size:0.85rem;transition:all 0.2s}.project-tech-box .languages-section .language-item:hover{background-color:#2a2a2a;border-color:#3a3a3a}.project-tech-box .languages-section .language-item i{color:#b0b0b0;font-size:0.9rem;width:1rem;text-align:center}.project-tech-box .languages-section .language-item .lang-name{color:#b0b0b0;font-weight:400}.project-tech-box .languages-section .language-item .lang-percent{color:#b0b0b0;font-weight:500;font-size:0.85rem}.project-tech-box .libraries-section .libs-list{display:flex;flex-wrap:wrap;gap:0.5rem}.project-tech-box .libraries-section .lib-tag{background-color:#1a1a1a;border:1px solid #3a3a3a;padding:0.4rem 0.75rem;border-radius:6px;color:#b0b0b0;font-size:0.85rem;transition:all 0.2s}.project-tech-box .libraries-section .lib-tag:hover{background-color:#00d4ff;color:#1a1a1a;border-color:#00d4ff}.project-tech-box .tools-section .tools-list{display:flex;flex-wrap:wrap;gap:0.5rem}.project-tech-box .tools-section .tool-tag{background-color:#1a1a1a;border:1px solid #3a3a3a;padding:0.4rem 0.75rem;border-radius:6px;color:#b0b0b0;font-size:0.85rem;transition:all 0.2s}.project-tech-box .tools-section .tool-tag:hover{background-color:#6c63ff;color:#1a1a1a;border-color:#6c63ff}@media (min-width: 64rem){.project-tech-box{flex-direction:row;gap:0;flex-wrap:nowrap}}.projects-container{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:2rem;padding-bottom:50vh}.project-box{background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;padding:1.5rem;transition:all 0.3s;margin-bottom:2rem}.project-box .project-header{margin-bottom:1rem}.project-box .project-header h3{margin:0}.project-box .project-header h3 a{color:#00d4ff;text-decoration:none}.project-box .project-header h3 a:hover{text-decoration:underline}.project-box .project-content-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.project-box .project-info-section{flex:1;min-width:0}.project-box .project-info-section:not(:last-child){padding-right:0;margin-right:0;border-right:none;border-bottom:1px solid #3a3a3a;padding-bottom:1.5rem;margin-bottom:1.5rem}.project-box .project-meta{color:#b0b0b0;font-size:0.9rem}.project-box .project-meta p{margin-bottom:0.5rem}.project-box .project-languages-section{flex:0 0 auto;min-width:0;margin-left:0}.project-box .project-languages-section h4{color:#e0e0e0;margin-bottom:0.75rem;margin-top:0;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;font-size:0.85rem}.project-box .project-languages-section .languages-list{display:flex;flex-wrap:wrap;gap:0.5rem}.project-box .project-languages-section .language-item{display:flex;align-items:center;gap:0.5rem;background-color:#1a1a1a;border:1px solid #3a3a3a;padding:0.4rem 0.75rem;border-radius:6px;color:#b0b0b0;font-size:0.85rem;transition:all 0.2s;min-width:0}.project-box .project-languages-section .language-item:hover{background-color:#2a2a2a;border-color:#3a3a3a}.project-box .project-languages-section .language-item i{color:#b0b0b0;font-size:0.9rem;width:1rem;text-align:center;flex-shrink:0}.project-box .project-languages-section .language-item .lang-name{color:#b0b0b0;font-weight:400;flex:1;min-width:0}.project-box .project-languages-section .language-item .lang-percent{color:#b0b0b0;font-weight:500;font-size:0.85rem;flex-shrink:0}.project-box .readme-content{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #3a3a3a}.project-box .readme-content .expand-toggle{background:none;border:none;color:#b0b0b0;cursor:pointer;font-size:0.9rem;padding:0.5rem 0.75rem;border-radius:4px;transition:all 0.3s;display:flex;align-items:center;gap:0.5rem;margin-top:1rem}.project-box .readme-content .expand-toggle:hover{color:#00d4ff;background-color:rgba(0,212,255,0.1)}.project-box .readme-content .expand-toggle .toggle-text{font-size:0.85rem;font-weight:500}.project-box .readme-content .expand-toggle i{font-size:0.75rem;transition:transform 0.3s}.project-box .readme-content .readme-container{margin-top:1rem;max-height:0;overflow:hidden;transition:max-height 0.5s ease-out}.project-box .readme-content.expanded .readme-container{max-height:10000px;transition:max-height 0.5s ease-in}.project-box .readme-content h1,.project-box .readme-content h2,.project-box .readme-content h3,.project-box .readme-content h4,.project-box .readme-content h5,.project-box .readme-content h6{color:#e0e0e0;margin-top:1.5rem;margin-bottom:1rem;position:relative}.project-box .readme-content h1>a[href^="#"]:not([href="#"]),.project-box .readme-content h1 a.anchor,.project-box .readme-content h1 .anchor,.project-box .readme-content h2>a[href^="#"]:not([href="#"]),.project-box .readme-content h2 a.anchor,.project-box .readme-content h2 .anchor,.project-box .readme-content h3>a[href^="#"]:not([href="#"]),.project-box .readme-content h3 a.anchor,.project-box .readme-content h3 .anchor,.project-box .readme-content h4>a[href^="#"]:not([href="#"]),.project-box .readme-content h4 a.anchor,.project-box .readme-content h4 .anchor,.project-box .readme-content h5>a[href^="#"]:not([href="#"]),.project-box .readme-content h5 a.anchor,.project-box .readme-content h5 .anchor,.project-box .readme-content h6>a[href^="#"]:not([href="#"]),.project-box .readme-content h6 a.anchor,.project-box .readme-content h6 .anchor{display:none !important;visibility:hidden !important}.project-box .readme-content .anchor,.project-box .readme-content a.anchor,.project-box .readme-content .octicon-link,.project-box .readme-content svg.octicon-link,.project-box .readme-content .heading-link,.project-box .readme-content a.heading-link{display:none !important;visibility:hidden !important}.project-box .readme-content p{color:#b0b0b0;margin-bottom:1rem}.project-box .readme-content code{background-color:#1a1a1a;padding:0.2rem 0.4rem;border-radius:4px;font-family:"Fira Code","Consolas","Monaco",monospace;font-size:0.9em;color:#00d4ff}.project-box .readme-content pre{background-color:#1a1a1a;padding:1rem;border-radius:4px;overflow-x:auto;margin-bottom:1rem}.project-box .readme-content pre code{background:none;padding:0;color:#e0e0e0}.project-box .readme-content table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse}.project-box .readme-content ul,.project-box .readme-content ol{color:#b0b0b0;margin-bottom:1rem;padding-left:2rem}.project-box .readme-content img{max-width:100%;height:auto;border-radius:4px}.project-box .readme-content a{color:#00d4ff;text-decoration:none}.project-box .readme-content a:hover{text-decoration:underline}.project-box .readme-content blockquote{border-left:4px solid #00d4ff;padding-left:1rem;margin-left:0;color:#b0b0b0}@media (min-width: 64rem){.project-box .project-content-wrapper{flex-direction:row;gap:0}.project-box .project-info-section:not(:last-child){padding-right:2rem;margin-right:2rem;border-right:1px solid #3a3a3a;border-bottom:none;padding-bottom:0;margin-bottom:0}.project-box .project-languages-section{margin-left:auto;min-width:min(100%, 12rem)}.project-box .project-languages-section h4{margin-top:-1.5rem}}.skills-section .skills-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 12rem), 1fr));gap:1rem;margin-top:2rem}@media (min-width: 75rem){.skills-section .skills-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.skills-section .skill-category{background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;padding:1rem 1.5rem 1.5rem 1.5rem;min-width:0}.skills-section .skill-category h3{color:#e0e0e0;margin-top:0;margin-bottom:1rem;font-size:1.25rem;padding-top:0}.skills-section .skill-category .skill-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:0.5rem 1rem}.skills-section .skill-category .skill-list .skill-item{display:flex;align-items:center;gap:0.5rem;color:#b0b0b0}.skills-section .skill-category .skill-list .skill-item.skill-item-full{grid-column:1 / -1;overflow-wrap:anywhere}.skills-section .skill-category .skill-list .skill-item span{flex:1;min-width:0}.skills-section .skill-category .skill-list .skill-item i{color:#00d4ff;width:1.25rem;flex-shrink:0;text-align:center}.resume-content{position:relative;background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;padding:2rem;max-width:56.25rem;width:100%;margin:0 auto}.resume-content .resume-download-btn{position:fixed;bottom:1rem;right:max(1rem, calc((100vw - min(56.25rem, 100vw)) / 2 + 1rem));width:48px;height:48px;min-width:44px;min-height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#00d4ff;color:#1a1a1a;border:1px solid #00bfe6;box-shadow:0 4px 12px rgba(0,0,0,0.4);z-index:10;text-decoration:none;flex-shrink:0}.resume-content .resume-download-btn i{font-size:1.25rem}.resume-content .resume-download-btn:hover{opacity:0.9}@media (min-width: 64rem){.resume-content .resume-download-btn{right:max(1rem, calc((100vw - 282px - min(56.25rem, 100vw - 282px)) / 2 + 1rem))}}@media print{.resume-content{border:none;padding:0;background:white;color:black}}.resume-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #3a3a3a}.resume-header h1{margin-bottom:0.5rem}.resume-header .contact-info{color:#b0b0b0;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.resume-header .contact-info span{display:flex;align-items:center;gap:0.5rem}.resume-header .contact-info i{color:#b0b0b0;font-size:0.9rem}.resume-header .contact-info a{color:#b0b0b0;text-decoration:underline}.resume-header .contact-info a:hover{color:#e0e0e0}.resume-section{margin-bottom:2rem}.resume-section h2{color:#e0e0e0;font-size:1.5rem;margin-bottom:1rem;border-bottom:1px solid #3a3a3a;padding-bottom:0.5rem;text-transform:uppercase;letter-spacing:0.02em}.professional-summary{color:#b0b0b0;line-height:1.8}.experience-item{margin-bottom:1.5rem}.experience-item h3{color:#e0e0e0;margin-bottom:0.25rem}.experience-item .meta{color:#b0b0b0;font-size:0.9rem;margin-bottom:0.5rem}.experience-item .description{color:#b0b0b0;margin-top:0.5rem}.experience-item ul{margin-top:0.5rem;padding-left:1.5rem}.experience-item ul li{color:#b0b0b0;margin-bottom:0.25rem}.education-item{margin-bottom:1.5rem}.education-item .education-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0.5rem}.education-item .education-title-block{flex:1;min-width:0}.education-item .education-item h3{color:#e0e0e0;margin-bottom:0.2rem}.education-item .education-institution{color:#b0b0b0;font-size:0.95em;font-weight:normal}.education-item .education-date-location{text-align:right;color:#b0b0b0;font-size:0.9rem;flex-shrink:0}.education-item .education-date{white-space:nowrap}.education-item .education-location{margin-top:0.15rem}.education-item .description{color:#b0b0b0;margin-top:0.5rem}.education-item .description ul{margin-top:0.5rem;padding-left:1.5rem}.education-item .description ul li{color:#b0b0b0;margin-bottom:0.25rem}.certifications-list{padding:0}.certifications-list .certification-item{margin-bottom:1.25rem}.certifications-list .certification-header{color:#e0e0e0}.certifications-list .certification-header a{color:#e0e0e0;text-decoration:underline;font-weight:bold}.certifications-list .certification-header a:hover{color:#e0e0e0}.certifications-list .certification-header .cert-meta{color:#b0b0b0;font-weight:normal;font-size:0.95em}.certifications-list .certification-description{color:#b0b0b0;margin-top:0.35rem;padding-left:1rem;font-size:0.95rem}.certifications-list .certification-description ul{margin:0.25rem 0 0 0;padding-left:1.25rem}.certifications-list .certification-description ul li{margin-bottom:0.15rem}.resume-skills .skill-group{margin-bottom:1rem}.resume-skills .skill-group strong{color:#e0e0e0}.resume-skills .skill-group span{color:#b0b0b0}.resume-languages-spoken{display:flex;justify-content:space-between;align-items:baseline;gap:0.75rem;color:#b0b0b0;line-height:1.6}.resume-languages-spoken .language-item{white-space:nowrap}@media (max-width: 36rem){.resume-languages-spoken{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0.35rem}.resume-languages-spoken .language-item{white-space:normal;width:100%;min-width:0}}.resume-projects .project-item{margin-bottom:2rem}.resume-projects .project-item:last-child{margin-bottom:0}.resume-projects .project-item h3 .project-tech-inline{font-size:0.85em;font-weight:normal;color:#b0b0b0}.resume-projects .project-item h3 a{color:inherit;text-decoration:underline}.resume-projects .project-item h3 a:hover{color:#e0e0e0}.contact-content{max-width:37.5rem;width:100%;margin:0 auto}.contact-links{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.contact-links a{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:8px;color:#e0e0e0;text-decoration:none;transition:all 0.3s}.contact-links a:hover{background-color:#1a1a1a;transform:translateX(4px)}.contact-links a i{color:#00d4ff;font-size:1.5rem}.email-link{display:inline-block;margin-top:1rem;padding:1rem 2rem;background-color:#00d4ff;color:#1a1a1a;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color 0.3s}.email-link:hover{background-color:#6c63ff}.toc-sidebar{display:none;flex:0 0 12.5rem;position:sticky;top:2rem;align-self:flex-start;max-height:calc(100vh - 4rem);overflow-y:auto;background-color:transparent}.toc-sidebar::-webkit-scrollbar{width:4px}.toc-sidebar::-webkit-scrollbar-track{background:transparent}.toc-sidebar::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:2px}.toc-sidebar::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.toc-nav .toc-title{font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;color:#b0b0b0;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid #3a3a3a}.toc-nav .toc-list{list-style:none;padding:0;margin:0}.toc-nav .toc-list li{margin-bottom:0.5rem}.toc-nav .toc-list .toc-link{display:block;color:#b0b0b0;text-decoration:none;font-size:0.85rem;padding:0.25rem 0;transition:color 0.2s;line-height:1.5;position:relative}.toc-nav .toc-list .toc-link:hover{color:#00d4ff}.toc-nav .toc-list .toc-link.active{color:#00d4ff;font-weight:600}.toc-nav .toc-list .toc-link.active::before{content:'';position:absolute;left:-0.75rem;top:50%;transform:translateY(-50%);width:3px;height:1rem;background-color:#00d4ff;border-radius:2px}.test-footnote{margin-top:4rem;padding-top:2rem;border-top:1px solid #3a3a3a;color:#b0b0b0;font-size:0.9rem;line-height:1.8}.test-footnote p{margin-bottom:1rem}
