:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;background-color:#f8fafc;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}body{display:flex;flex-direction:column;align-items:center;min-width:0}*,*:before,*:after{box-sizing:border-box;max-width:100%}h1,h2,h3,h4{margin:0;color:#0f172a}a{text-decoration:none;color:inherit}.app{width:100%;max-width:100%;padding:0;overflow-x:hidden}header{height:auto;min-height:70px;padding:.75rem 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background-color:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100;gap:1rem}.logo{font-size:1.5rem;font-weight:900;color:#000;display:flex;align-items:center;gap:.5rem;font-style:italic;letter-spacing:-.05em;text-transform:uppercase;flex-shrink:0}.logo span{line-height:1;white-space:nowrap}.header-search-container{position:relative;display:flex;align-items:center;flex-shrink:1;min-width:100px}.header-search-input{padding:.5rem 1rem .5rem 2.5rem;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;font-size:.9rem;width:180px;transition:all .2s}.header-search-input:focus{outline:none;border-color:#0ea5e9;background-color:#fff;width:240px;box-shadow:0 4px 6px -1px #0ea5e91a}nav{flex-shrink:0}nav ul{display:flex;list-style:none;gap:1.25rem;margin:0;padding:0;flex-wrap:nowrap}nav li{font-weight:600;cursor:pointer;color:#475569;transition:color .2s;font-size:.95rem;white-space:nowrap}nav li:hover{color:#0ea5e9}.hero{padding:4rem 0;text-align:center}.hero h1{font-size:3rem;font-weight:900;margin-bottom:1.25rem;letter-spacing:-.04em;color:#0f172a;line-height:1.1}.hero p{color:#64748b;font-size:1.15rem;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.main-content{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;margin-top:1rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.post-card{background-color:#fff;border-radius:1.25rem;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.post-card:hover{transform:translateY(-6px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#0ea5e9}.post-image{height:180px;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#94a3b8}.post-body{padding:1.25rem}.post-tag{font-size:.7rem;font-weight:700;background-color:#f0f9ff;color:#0ea5e9;padding:.2rem .6rem;border-radius:9999px;display:inline-block;margin-bottom:.6rem}.post-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#1e293b;line-height:1.4}.post-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem;color:#94a3b8;font-size:.8rem}.author{display:flex;align-items:center;gap:.4rem}.author-avatar{width:20px;height:20px;border-radius:50%;background-color:#e2e8f0}.stats{display:flex;gap:.75rem}.stat-item{display:flex;align-items:center;gap:.2rem}aside h3{margin-bottom:1.25rem;color:#1e293b;font-weight:800;font-size:1.1rem}.sidebar-box{background-color:#fff;padding:1.5rem;border-radius:1.25rem;margin-bottom:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.ranking-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.ranking-number{font-weight:900;color:#0ea5e9;width:20px}.btn-primary{background-color:#0ea5e9;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-primary:hover{background-color:#0284c7;transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e94d}.menu-toggle{display:none;background:none;border:none;color:#0ea5e9;cursor:pointer;padding:.5rem;z-index:1001}@media(max-width:1024px){.main-content{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.75rem}}@media(max-width:768px){.app{padding:0 1rem}.hero{padding:3rem 0}.hero h1{font-size:2.25rem}.hero p{font-size:1rem;margin-bottom:2rem}.menu-toggle{display:block}.desktop-only{display:none!important}nav{display:none}.post-grid{grid-template-columns:1fr}}@media(max-width:480px){.app{padding:0 .75rem}.hero{padding:2rem 0}.hero h1{font-size:1.5rem;word-break:keep-all}.hero p{font-size:.9rem;margin-bottom:1.5rem}.logo-img{width:40px!important;height:40px!important}.logo span{font-size:1.2rem!important}header{min-height:56px}}.mobile-menu-overlay{position:fixed;inset:0;background-color:#fff;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1.5rem;overflow-y:auto;animation:slideInRight .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-overlay ul{list-style:none;padding:0;margin:0;width:100%}.mobile-menu-overlay li{transition:all .2s}.mobile-menu-overlay li:active{background-color:#f1f5f9!important;transform:scale(.98)}
