*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#fff}a{color:#06c;text-decoration:none;transition:color .2s}a:hover{color:#049;text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem 0;margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#333}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#666;font-weight:500}.nav a:hover{color:#06c}.search-container{position:relative}.search-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;color:#666;transition:all .2s}.search-button:hover{background:#e8e8e8;color:#333}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999}.search-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;max-height:80vh;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:1000;display:flex;flex-direction:column}.search-header{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e0e0e0;gap:1rem}.search-input{flex:1 1;padding:.75rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem}.search-input:focus{outline:none;border-color:#06c}.search-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;line-height:1}.search-close:hover{color:#333}.search-results{flex:1 1;overflow-y:auto;padding:1rem}.search-results-count{padding:.5rem 0;color:#666;font-size:.9rem;margin-bottom:.5rem}.search-result-item{display:block;padding:1rem;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:.5rem;transition:all .2s;text-decoration:none;color:inherit}.search-result-item:hover{background:#f5f5f5;border-color:#06c}.search-result-title{font-size:1.1rem;margin-bottom:.5rem;color:#333}.search-result-excerpt{font-size:.9rem;color:#666;margin:0}.search-empty{padding:2rem;text-align:center;color:#666}.main{min-height:calc(100vh - 200px);padding-bottom:3rem}.post-list{display:grid;grid-gap:2rem;gap:2rem}.post-card{border:1px solid #e0e0e0;border-radius:8px;padding:2rem;transition:box-shadow .2s}.post-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.post-title{font-size:1.75rem;margin-bottom:.5rem;color:#333}.post-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.post-excerpt{color:#555;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:#f0f0f0;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;color:#666;display:inline-block;cursor:default}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.post-content{max-width:800px;margin:0 auto}.post-content h1,.post-content h2,.post-content h3,.post-content h4{margin-top:2rem;margin-bottom:1rem;color:#333}.post-content h1{font-size:2.5rem}.post-content h2{font-size:2rem}.post-content h3{font-size:1.5rem}.post-content p{margin-bottom:1.5rem}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.post-content pre{background:#f5f5f5;padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.post-content pre code{background:none;padding:0}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.post-content blockquote{border-left:4px solid #06c;padding-left:1rem;margin:1.5rem 0;color:#666;font-style:italic}.post-content a{color:#06c;text-decoration:underline}.footer{background:#f5f5f5;padding:2rem 0;margin-top:3rem;border-top:1px solid #e0e0e0;text-align:center;color:#666}.sidebar{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.sidebar h3{margin-bottom:1rem;font-size:1.2rem}.sidebar ul{list-style:none;padding:0}.sidebar li{margin-bottom:.5rem}.sidebar a{color:#666}.profile-hero{max-width:1000px;margin:0 auto;padding:3rem 0}.profile-content{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:3rem;color:#fff;box-shadow:0 10px 40px rgba(0,0,0,.1)}.profile-name{font-size:3rem;margin-bottom:.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.profile-title{font-size:1.5rem;margin-bottom:.5rem;opacity:.95;font-weight:300}.profile-location{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.profile-bio{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;margin-bottom:2rem;line-height:1.8}.profile-bio p{margin:0;font-size:1.1rem}.profile-skills{margin-bottom:2rem}.profile-skills h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.skill-category{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.2)}.skill-category h3{font-size:1.2rem;margin-bottom:1rem;border-bottom:2px solid hsla(0,0%,100%,.3);padding-bottom:.5rem}.skill-category ul{list-style:none;padding:0;margin:0}.skill-category li{opacity:.95;position:relative;padding:.5rem 0 .5rem 1.5rem}.skill-category li:before{content:"▸";position:absolute;left:0;color:hsla(0,0%,100%,.8)}.profile-links{margin-bottom:2rem}.profile-links h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.links-grid{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-link{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3);border-radius:8px;color:#fff;text-decoration:none;font-weight:500;transition:all .3s}.profile-link:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.link-icon{font-size:1.2rem}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:2px solid hsla(0,0%,100%,.2)}.stat-item{text-align:center;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:1px}@media (max-width:768px){.header-content{gap:1rem}.header-content,.nav{flex-direction:column}.nav{gap:.5rem;text-align:center}.post-content{padding:0 1rem}.post-content h1{font-size:2rem}.post-content h2{font-size:1.5rem}.profile-content{padding:2rem 1.5rem}.profile-name{font-size:2rem}.profile-title{font-size:1.2rem}.skills-grid{grid-template-columns:1fr}.links-grid{flex-direction:column}.profile-link{justify-content:center}.profile-stats{grid-template-columns:1fr}}