.mobile-nav-overlay,.mobile-nav-trigger,.mobile-side-nav{display:none}@media (max-width:768px){.mobile-nav-overlay,.mobile-nav-trigger,.mobile-side-nav{display:flex}.mobile-nav-overlay{display:block}*{-webkit-tap-highlight-color:transparent}body{background-image:none;background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.main{max-height:none;margin-top:0;overflow:visible}.home-page{padding:0}.home-container{grid-template-columns:1fr;gap:1rem;padding:0;display:flex;flex-direction:column}.left-sidebar{display:none}.mobile-nav-profile{padding:0 1rem 1rem}.mobile-nav-profile .profile-card{width:100%;background:linear-gradient(135deg,#10b981,#3b82f6);border:none;border-radius:18px;padding:1.5rem;text-align:center;color:#fff;box-shadow:none;margin-bottom:0;min-height:auto;max-height:none;overflow:visible}.mobile-nav-profile .profile-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:3px solid rgba(255,255,255,.3)}.mobile-nav-profile .profile-name{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.mobile-nav-profile .profile-subtitle{font-size:.875rem;opacity:.9;margin-bottom:1.5rem}.mobile-nav-profile .social-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.mobile-nav-profile .social-icon{width:36px;height:36px;border-radius:50%;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:.3s}.mobile-nav-profile .social-icon:hover{background-color:rgba(255,255,255,.3);transform:translateY(-2px)}.mobile-nav-profile .social-icon .icon{width:20px;height:20px;background-color:#fff}.mobile-nav-profile .profile-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.mobile-nav-profile .profile-copyright,.mobile-nav-profile .profile-job{font-size:.75rem;opacity:.8;margin:.25rem 0}.add-friend-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.875rem;cursor:pointer;transition:.3s;width:100%;margin-bottom:1rem;box-shadow:0 4px 12px rgba(102,126,234,.3)}.add-friend-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.add-friend-btn:active{transform:translateY(0)}.profile-footer{display:none}.main-content{order:1;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.1);min-height:calc(100vh - 120px);max-height:none;overflow:visible;margin-bottom:1rem}.hero-section{min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem 1rem}.hero-title{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.hero-subtitle{font-size:1rem;color:#666;margin-bottom:1.5rem}.hero-description-container{height:1.5rem;overflow:hidden;margin-bottom:1.5rem}.hero-description{font-size:.875rem;color:#999}.post-card{background:#fff;border-radius:16px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:.3s;border:1px solid #f0f0f0}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.post-card-title{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.post-card-meta{font-size:.75rem;color:#999;margin-bottom:.75rem}.post-card-excerpt{font-size:.875rem;color:#666;line-height:1.6}.right-sidebar{display:none}.mobile-nav-trigger{position:fixed;top:1rem;right:.25rem;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:1000;box-shadow:0 4px 12px rgba(102,126,234,.4);transition:.3s;border:none;font-size:1.25rem}.mobile-nav-trigger:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(102,126,234,.5)}.mobile-nav-trigger:active{transform:scale(.95)}.mobile-side-nav{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100%;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);z-index:1001;transition:right .3s cubic-bezier(.4, 0, .2, 1);box-shadow:-4px 0 30px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow-y:auto}.mobile-side-nav.open{right:0}.mobile-nav-header{padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);z-index:10}.mobile-nav-title{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-nav-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:rgba(102,126,234,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#667eea;font-size:1.25rem;border:none;transition:.3s}.mobile-nav-close:hover{background:rgba(102,126,234,.2)}.mobile-nav-list{list-style:none;padding:0;flex:0}.mobile-nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#333;text-decoration:none;transition:.3s;border-left:3px solid transparent;border-top:1px solid rgba(0,0,0,.05)}.mobile-nav-item:first-child{border-top:none}.mobile-nav-item.active,.mobile-nav-item:hover{background:rgba(102,126,234,.05);border-left-color:#667eea;color:#667eea}.mobile-nav-item-icon{width:24px;height:24px;background-color:currentColor;flex-shrink:0}.mobile-nav-item-text{font-size:1rem;font-weight:500}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;opacity:0;visibility:hidden;transition:.3s}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-bottom-nav{display:none}.page-page,.post-page{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;padding:.5rem;min-height:calc(100vh - 120px)}.page-title,.post-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.post-content{font-size:1rem;line-height:1.8;color:#333}.post-content img{max-width:100%}.post-content h1{font-size:1.5rem;color:#667eea;border-bottom:2px solid #667eea;padding-bottom:.5rem;margin-bottom:1rem}.post-content h2{font-size:1.25rem;color:#764ba2;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem;margin-bottom:1rem}.category-page,.category-page .posts-grid,.category-posts,.tag-page,.tag-page .category-posts,.tag-page .posts-grid{width:100%;max-width:100%;min-width:0}#content-container,.category-page,.category-page .post-card-image,.category-page .post-card-with-image,.category-page .posts-grid,.category-posts,.home-container,.main-content,.tag-page,.tag-page .category-posts,.tag-page .post-card-image,.tag-page .post-card-with-image,.tag-page .posts-grid{max-width:100%!important;min-width:0!important;box-sizing:border-box}#content-container,.category-page,.main-content,.tag-page{overflow-x:hidden}.tag-page .category-posts,.tag-page .post-card-with-image,.tag-page .posts-grid{width:100%!important}.tag-page .posts-grid{justify-items:stretch;justify-content:stretch;display:block!important}.tag-page .post-card-with-image{display:block;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.tag-page .post-card-image,.tag-page .post-image,.tag-page .post-image-placeholder{width:100%!important;max-width:100%!important}.tag-page .post-card-with-image+.post-card-with-image{margin-top:1rem}.category-page iframe,.category-page img,.category-page video,.tag-page iframe,.tag-page img,.tag-page video{max-width:100%;height:auto}.category-page .category-header-row{flex-direction:column;align-items:stretch;gap:.75rem}.category-page .page-title{white-space:normal;word-break:break-word}.category-cloud{justify-content:flex-start;width:100%;max-width:100%;min-width:0}.category-cloud-item{max-width:min(70vw,240px)}.category-cloud-item .category-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-grid{grid-template-columns:1fr;gap:1rem;min-height:calc(100vh - 120px)}.category-card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:.3s}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.tag-cloud-container{background:#fff;border-radius:14px;padding:1rem;box-shadow:none;border:1px solid #e5e7eb;min-height:auto}.tag-cloud{display:flex;flex-wrap:wrap;gap:.45rem}.tag-cloud-item{display:inline-flex;align-items:center;gap:.35rem;background:#f8fafc;color:#334155;padding:.38rem .72rem;border-radius:999px;font-size:.8125rem;font-weight:500;line-height:1.25;transition:background-color .2s,border-color .2s,color .2s;box-shadow:none;border:1px solid #e2e8f0;text-decoration:none;max-width:100%}.tag-cloud-item:active,.tag-cloud-item:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;text-decoration:none}.tag-cloud-item .tag-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:64vw}.tag-cloud-item .tag-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;background:#e2e8f0;border-radius:999px;font-size:.6875rem;font-weight:600;color:#475569;line-height:1;flex-shrink:0}.tag-cloud-item:active .tag-count,.tag-cloud-item:hover .tag-count{background:#dbeafe;color:#1d4ed8}.archive-page{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.1);min-height:calc(100vh - 120px)}.archive-year-title{font-size:1.25rem;font-weight:700;color:#667eea;margin-bottom:1rem}.archive-year-posts{display:flex;flex-direction:column;gap:.75rem}.search-page{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;box-shadow:0 8px 32px rgba(0,0,0,.1);min-height:calc(100vh - 120px)}.search-result-item{background:#fff;border-radius:12px;padding:1rem;margin-bottom:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:.3s}.search-result-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.extend,.page-number{padding:.5rem 1rem;border-radius:12px;background:#fff;color:#667eea;font-weight:600;transition:.3s;box-shadow:0 2px 8px rgba(0,0,0,.05)}.extend:hover,.page-number:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.page-number.current{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.password-inputs{background:rgba(255,255,255,.1);border-radius:12px;padding:.75rem}.password-box{background:rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.5);color:#fff}.password-box:focus{border-bottom-color:#fff;box-shadow:0 2px 8px rgba(255,255,255,.3)}.secret-message{background:rgba(255,255,255,.1);border-radius:8px;padding:.5rem 1rem;backdrop-filter:blur(5px)}.back-button{background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#fff;padding:.5rem 1.25rem;font-size:.875rem;transition:.3s}.back-button:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.menu-button,.mobile-header,.search-container{display:none}}@media (max-width:480px){.tag-cloud-container{padding:.85rem;border-radius:12px}.tag-cloud{gap:.38rem}.tag-cloud-item{padding:.34rem .62rem;font-size:.78rem}.tag-cloud-item .tag-name{max-width:58vw}.tag-cloud-item .tag-count{min-width:1.15rem;height:1.15rem;font-size:.64rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.875rem}.profile-card{padding:1.25rem}.profile-avatar{width:70px;height:70px}.main-content{padding:.25rem}.post-card{padding:1rem}.post-card-title{font-size:1rem}.mobile-nav-label{font-size:.5625rem}}@media (max-width:768px){.page-title,.post-title{font-size:1.45rem;line-height:1.35}.page-content,.post-content{font-size:1rem;line-height:1.82}.page-content li,.page-content p,.post-content li,.post-content p{font-size:.97rem}.post-content h1{font-size:1.45rem}.post-content h2{font-size:1.24rem}.post-card-title{font-size:1rem;line-height:1.4}.post-card-excerpt,.post-card-meta{font-size:.86rem}}