@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", monospace;--font-sans: "Inter", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;--bg-primary: #0d0d0d;--bg-secondary: #111;--bg-card: #161616;--text-primary: #e0e0e0;--text-secondary: #888;--text-muted: #555;--accent: #00ff88;--border: #252525}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-mono);font-size:1rem;line-height:1.7;color:var(--text-primary);background:var(--bg-primary);min-height:100vh}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--accent)!important;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--accent)!important}*{scrollbar-width:thin;scrollbar-color:var(--accent) transparent!important}::selection{background:var(--accent);color:var(--bg-primary)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.4}code{font-family:var(--font-mono)}a:focus-visible,button:focus-visible{outline:1px dashed var(--accent);outline-offset:4px}@media(max-width:640px){html{font-size:14px}}.term{padding:.6rem .75rem;height:100%;overflow-y:auto;font-size:.75rem;cursor:text;line-height:1.5}.term-line{white-space:pre-wrap;word-break:break-word}.term-line.input{color:var(--text-primary)}.term-line.output{color:#777;white-space:pre;font-family:var(--font-mono);line-height:1.2}.term-line.error{color:#ff6b6b}.term-line.system{color:#555}.term-ok,.term-command{color:var(--accent);font-weight:500}.term-rainbow{line-height:1.1}.rainbow-line{white-space:pre}.term-input-line{display:flex;align-items:center;gap:.5rem}.term-prompt{color:var(--accent);white-space:nowrap}.term-input-wrapper{position:relative;flex:1;display:inline-flex;align-items:center;min-width:0}.term-input-text{color:var(--text-primary);white-space:pre}.term-input{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;border:none;outline:none;color:transparent;font-family:var(--font-mono);font-size:.75rem;caret-color:transparent;padding:0}.term-cursor{display:inline-block;width:.5rem;height:1rem;background:var(--accent);opacity:0}.term-input-wrapper:focus-within .term-cursor{opacity:1;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.completion-grid{display:flex;flex-wrap:wrap;gap:.25rem 1rem;padding:.5rem 0;margin-top:.25rem}.completion-item{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.completion-item.selected{color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent);padding:0 .25rem;margin:0 -.25rem;border-radius:2px}.scene-container{position:relative;width:100%;height:100%;min-height:120px;background:linear-gradient(180deg,#0a0a0a,#0c1510);overflow:hidden;isolation:isolate}.scene-overlay{position:absolute;inset:0;pointer-events:none}.scene-overlay:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--accent);opacity:.4;animation:scan 4s linear infinite}@keyframes scan{0%{top:0;opacity:.4}50%{opacity:.15}to{top:100%;opacity:.4}}.scan-text{position:absolute;top:10px;left:10px;font-size:.65rem;color:var(--accent);letter-spacing:.1em;opacity:.7}.scene-container canvas{cursor:grab}.scene-container canvas:active{cursor:grabbing}.geo-panel{padding:.6rem;min-height:70px}.geo-loading,.geo-error{display:flex;align-items:center;justify-content:center;gap:.5rem;height:60px;color:var(--text-muted);font-size:.7rem;letter-spacing:.08em}.loading-dots{animation:blink 1s infinite}.error-icon{color:#ff6b6b}.geo-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.geo-section{padding:.25rem}.section-title{font-size:.55rem;color:var(--text-muted);letter-spacing:.08em;margin-bottom:.35rem;opacity:.7}.location-section{grid-row:span 2;border-right:1px dashed var(--border);padding-right:.75rem}.location-city{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.coords{display:flex;flex-direction:column;gap:.25rem}.coord-row{display:flex;justify-content:space-between;font-size:.7rem}.coord-label{color:var(--accent);opacity:.7}.coord-value{color:var(--text-secondary)}.weather-section{text-align:right}.weather-main{display:flex;align-items:flex-start;justify-content:flex-end;gap:.1rem}.temp{font-size:1.6rem;font-weight:600;color:var(--text-primary);line-height:1}.temp-unit{font-size:.8rem;color:var(--text-muted);margin-top:.1rem}.weather-condition{font-size:.7rem;color:var(--accent);margin-top:.2rem}.stats-section{display:flex;flex-direction:column;gap:.25rem}.geo-panel .stat-row{display:flex;justify-content:space-between;font-size:.65rem;padding:.15rem 0}.geo-panel .stat-label{color:var(--text-muted)}.geo-panel .stat-value{color:var(--text-secondary)}@media(max-width:580px){.geo-panel{padding:.5rem}.geo-grid{gap:.5rem}.location-city{font-size:.85rem;margin-bottom:.35rem}.coord-row{font-size:.65rem}.temp{font-size:1.4rem}.temp-unit{font-size:.7rem}.weather-condition{font-size:.65rem}.section-title{font-size:.5rem;margin-bottom:.25rem}.geo-panel .stat-row{font-size:.6rem}}@media(max-width:400px){.geo-grid{grid-template-columns:1fr}.location-section{grid-row:auto;border-right:none;border-bottom:1px dashed var(--border);padding-right:0;padding-bottom:.5rem}.weather-section{text-align:left}.weather-main{justify-content:flex-start}}.post-img-wrapper{display:block;width:100%;min-height:200px;position:relative;border-radius:8px}.post-img-wrapper.loading{background:linear-gradient(90deg,var(--bg-card) 25%,var(--border) 50%,var(--bg-card) 75%);background-size:200% 100%;animation:skeleton 1.5s infinite}.post-img-wrapper.loaded{background:none;animation:none;min-height:auto;padding-top:4px}.post-img{display:block;max-width:100%;width:100%;height:auto;border-radius:8px;border:1px solid var(--border);cursor:zoom-in;transition:all .3s ease;box-shadow:0 2px 8px #00000014;background:var(--bg-card);opacity:0}.post-img.loaded{opacity:1;background:none}.prose .image-block .post-img-wrapper,.prose .image-block .post-img,.prose .image-block img.post-img,figure.image-block .post-img-wrapper,figure.image-block .post-img,figure.image-block img.post-img{max-width:85%!important;width:auto!important;margin-left:auto!important;margin-right:auto!important}.prose .column-list .image-block .post-img-wrapper,.prose .column-list .image-block .post-img,.prose .column-list .image-block img.post-img,.column-list figure.image-block .post-img-wrapper,.column-list figure.image-block .post-img,.column-list figure.image-block img.post-img{max-width:100%!important;width:100%!important;margin-left:0!important;margin-right:0!important}.post-img.loaded:hover{opacity:.95;transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;border-color:var(--accent)}.post-img-error{display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.9rem}.post-img-error .error-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.post-img-error .error-retry-btn{padding:.4rem .8rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;color:var(--text-primary);font-size:.85rem;cursor:pointer;transition:all .2s ease}.post-img-error .error-retry-btn:hover{background:var(--bg-card-hover);border-color:var(--accent);color:var(--accent)}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.lightbox{position:fixed;inset:0;z-index:1000;background:#000000eb;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;max-width:95vw;max-height:95vh;animation:zoom-in .2s ease}@keyframes zoom-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-content img{max-width:100%;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0006}.lightbox-close{position:absolute;top:-3rem;right:0;color:#ffffffe6;font-size:1.5rem;line-height:1;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:all .2s ease}.lightbox-close:hover{background:#fff3;color:#fff;transform:scale(1.1)}
