@import "giallo.css";@font-face{font-family:chiron-goround-tc;src:url("/fonts/Chiron GoRound TC.woff2") format("woff2");font-weight:400;font-style:normal;font-optical-sizing:auto}@font-face{font-family:inter;src:url("/fonts/Inter.ttf") format("truetype");font-weight:400;font-style:normal;font-optical-sizing:auto}.bg-blobs{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:#000;overflow:hidden;backface-visibility:hidden;transform:translateZ(0)}.bg-blobs .blob{position:absolute;border-radius:50%;width:50vmax;height:50vmax;opacity:.5;will-change:transform;pointer-events:none}.bg-blobs .blob:nth-child(1){top:-10%;left:-10%;background:radial-gradient(circle, rgba(0,120,255,.6) 0%, rgba(0,0,0,0) 70%);transform:scale(1.5)}.bg-blobs .blob:nth-child(2){bottom:-10%;right:-10%;background:radial-gradient(circle, rgba(150,0,255,.5) 0%, rgba(0,0,0,0) 70%);transform:scale(4)}.bg-blobs .blob:nth-child(3){top:20%;left:10%;background:radial-gradient(circle, rgba(80,0,255,.4) 0%, rgba(0,0,0,0) 70%);transform:scale(2)}pre.z-code{width:100%;background:rgba(15,17,26,.75);border-radius:4px !important;border:1px solid rgba(255,255,255,.08);margin:1.5rem 0;font-size:.85rem;line-height:1.4;padding:.5rem 0rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(0,0,0,0)}pre.z-code::-webkit-scrollbar{height:4px}pre.z-code::-webkit-scrollbar-thumb{background:rgba(56,189,248,.3);border-radius:10px}pre.z-code:not(:has(.giallo-ln)) .giallo-l{padding-left:.5rem}code{font-size:.9em}.giallo-ln{display:inline-block;user-select:none;text-align:right;pointer-events:none;min-width:1.5ch;padding-left:.5rem;padding-right:.5rem;color:#64748b;font-weight:400;border-right:1px solid rgba(255,255,255,.1);margin-right:.5rem}.giallo-l{display:inline-block;min-height:fit-content;min-width:100%;box-sizing:border-box}.z-hl{background-color:rgba(255,255,255,.07);box-shadow:inset 3px 0 0 0 #38bdf8}:not(pre)>code{background-color:#0d1117;color:#e6edf3;padding:2px 4px;border-radius:4px;border:1px solid rgba(255,255,255,.08)}html,body{height:100%;margin:0}body{min-height:100vh;display:flex;flex-direction:column;font-family:"chiron-goround-tc",sans-serif;color:rgba(255,255,255,.65);background-color:#0f111a;background-attachment:fixed;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;word-wrap:break-word}.body-all{max-width:720px;width:100%;margin:0 auto;padding:1.5rem;box-sizing:border-box;line-height:1.75;font-size:1.05rem;background:rgba(10,12,20,.4);display:flex;flex-direction:column;flex:1 0 auto}@media (max-width: 600px){.body-all{margin:0;padding:1.5rem 1rem}}h1,h2,h3,h4,h5,h6{font-family:"inter",sans-serif;color:rgba(255,255,255,.85);line-height:1.3;margin-top:3rem;margin-bottom:1.25rem;font-weight:600}h1{font-size:2.25rem;letter-spacing:-.02em}h1+h2{margin-top:1rem}h2{margin-top:2.5rem;font-size:1.75rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.5rem}h2+h3{margin-top:1rem}h3{margin-top:2rem;font-size:1.4rem}a{color:#38bdf8;text-decoration:none;transition:color .3s ease,text-shadow .3s ease}a:hover{color:#7dd3fc;text-shadow:0 0 10px rgba(56,189,248,.4)}hr{border:none;height:1px;background:rgba(255,255,255,.08);margin:2.5rem 0}img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:12px}table{display:block;width:100%;max-width:100%;overflow-x:auto;scrollbar-width:thin;margin:2rem 0;border:1px solid rgba(255,255,255,.15);border-radius:12px;border-spacing:0;border-collapse:separate !important;overflow:hidden;background-clip:padding-box;font-size:.95rem}table th,table td{padding:.75rem 1rem;text-align:left;min-width:140px;white-space:normal;border-bottom:1px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.15);background-clip:padding-box}table th:last-child,table td:last-child{border-right:none}table tr:last-child td{border-bottom:none}table th:first-child,table td:first-child{width:120px;min-width:100px;white-space:nowrap}table thead th,table tbody tr:hover td{background:rgba(255,255,255,.05)}.site-footer{margin-top:auto;padding:2rem 0;font-size:.9rem;opacity:.7}.hero{margin-bottom:2rem}.hero h1{font-size:3rem;letter-spacing:-2px;margin:.5rem;background:linear-gradient(to bottom, #fff, rgba(255,255,255,.4));background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-description{color:rgba(255,255,255,.65);font-size:1.2rem;line-height:1.6;max-width:600px}.posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width: 768px){.posts-grid{grid-template-columns:repeat(2, 1fr)}}.post-card{border-radius:12px;transition:all .3s ease;background:linear-gradient(135deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.01) 100%);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px -10px rgba(0,0,0,.5)}.post-card:hover{box-shadow:0 0 20px rgba(56,189,248,.1);background:linear-gradient(135deg, rgba(255,255,255,.05) 70%, rgba(255,255,255,.01) 100%);transform:translateY(-3px);border-color:#38bdf8}.post-card h3{margin-top:0;color:#38bdf8;font-size:1.4rem}.post-card .card-link{display:block;padding:1.5rem;color:inherit !important;text-shadow:none !important}.post-card .post-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;font-size:.85rem;color:rgba(255,255,255,.4)}.post-card .read-more{color:#38bdf8;font-weight:600}.post-header h1{margin-top:1rem}.post-content p{margin-bottom:1.5rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{position:relative}.social-links{display:flex;justify-content:center;gap:15px;margin-top:20px}.social-links .social-btn{padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#e2e8f0 !important;transition:all .3s ease}.social-links .social-btn:hover{background:rgba(56,189,248,.1);border-color:#38bdf8;transform:translateY(-2px);text-shadow:none !important}.toc-container{background:rgba(0,0,0,.2);padding:1rem;border-radius:12px;margin:1rem 0;font-size:.9rem}.toc-container .toc-title{font-weight:bold;margin-bottom:.5rem;color:rgba(255,255,255,.65)}.toc-container nav ul{list-style:none;padding-left:0;margin:0}.toc-container nav ul li{margin:.2rem 0;font-size:.9rem;line-height:1.4;padding-left:1rem}.toc-container nav ul li ul{padding-left:1rem;margin-top:.1rem}