:root{--bg-color: #f6f1de;--text-color: #333333;--link-color: #0066cc;--header-bg: #f6f1de;--header-border: rgba(0,0,0,0.1)}body{display:flex;flex-direction:column;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);transition:background-color 0.3s, color 0.3s;line-height:1.4;margin:0 !important;padding:0 !important;font-family:Times, serif}body.dark-mode{--bg-color: #343434;--text-color: #ffffff;--link-color: #66b3ff;--header-bg: #343434;--header-border: rgba(255,255,255,0.1);background-color:var(--bg-color);color:var(--text-color)}a{color:var(--link-color);text-decoration:none;transition:color 0.2s}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6,p{color:var(--text-color)}.wrapper{max-width:530px !important;width:100% !important;margin:0 auto !important;padding:0 20px !important;display:block !important}header{top:0;width:100%;background-color:var(--header-bg);z-index:1000;padding:0;border-bottom:1px solid var(--header-border);margin:0}.header-content{display:flex;align-items:center;justify-content:space-between;padding:0;margin:0}.header-content .profile-image{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-bottom:0.3rem}.header-content h1{margin:0;font-size:1.3rem;font-weight:700;text-align:center}.theme-switch{display:inline-flex;align-items:center}.theme-switch input[type="checkbox"]{display:none}.theme-switch .slider{width:36px;height:20px;background:#fff;border-radius:12px;position:relative;transition:background 0.3s;margin-right:0;display:inline-block;border:2px solid #222;box-sizing:border-box}.theme-switch .slider:before{content:'';position:absolute;left:1px;top:1px;width:14px;height:14px;background:#111;border-radius:50%;transition:transform 0.3s, background 0.3s, width 0.3s, height 0.3s, border 0.3s, left 0.3s, top 0.3s;box-sizing:border-box;border:none}body.dark-mode .theme-switch .slider{background:#fff;border:2px solid #fff}body.dark-mode .theme-switch .slider:before{width:16px;height:16px;left:0;top:0;background:#fff;border:1px solid #222}body:not(.dark-mode) .theme-switch .slider:before{background:#111;border:none}.theme-switch input[type="checkbox"]:checked+.slider:before{transform:translateX(17px)}main{padding-top:20px;gap:2rem;display:block}nav{width:250px;flex-shrink:0}nav h2{margin-top:1.5rem;margin-bottom:0.5rem}nav ul{list-style:none;padding-left:0;margin:0}nav li{margin-bottom:0.5rem}.content{max-width:100% !important;width:100% !important;margin:0 auto !important;display:block}.profile-section{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.profile-image{width:150px;height:150px;object-fit:cover;border-radius:50%}.profile-content{flex:1}.projects-list{display:flex;flex-direction:column;gap:1.5rem}.project-item{display:flex;flex-direction:column;gap:0.5rem}.project-item h3{margin:0}.project-item p{margin:0;opacity:0.8}@media screen and (max-width: 800px){main{flex-direction:column}nav{width:100%}.profile-section{flex-direction:column;text-align:center}}b,strong{color:var(--text-color) !important}.thought-bullet{list-style:disc;margin-bottom:0.4rem}.thought-link{text-decoration:none !important;color:var(--text-color) !important;display:inline;transition:transform 0.2s}.thought-link:hover{text-decoration:none !important}.thought-link:hover .thought-title{font-size:1.05em}.thought-title{color:var(--text-color);font-weight:normal;transition:font-size 0.15s ease}.thought-date{opacity:0.5;font-size:0.85em;white-space:nowrap;margin-left:0.5rem}
