.site-header{z-index:1000;height:var(--header-height);background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);background:color-mix(in srgb, var(--bg) 50%, transparent);transition:transform .2s;position:fixed;top:0;left:0;right:0}.header-hidden{transform:translateY(-100%)}.header-inner{max-width:var(--max-width);align-items:center;gap:20px;height:100%;margin:0 auto;display:flex}.header-logo{color:var(--text-heading);white-space:nowrap;flex-shrink:0;font-size:24px;font-weight:700;text-decoration:none;transition:color .2s}.header-logo:hover{color:var(--accent);text-decoration:none}.header-nav{flex:1;align-items:center;gap:4px;display:flex}.nav-link{color:var(--text-muted);border-radius:var(--radius);align-items:center;padding:6px 12px;font-size:16px;text-decoration:none;transition:color .2s,background .2s;display:flex}.nav-link:hover{color:var(--text);background:var(--accent-soft);text-decoration:none}.nav-link.active{color:var(--accent);font-weight:700}.header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.header-action-btn{color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);white-space:nowrap;background:0 0;padding:5px 14px;font-size:14px;text-decoration:none}.header-action-btn:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.login-avatar-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.login-avatar-btn:hover{background:var(--accent-soft);border-color:var(--accent);text-decoration:none}.login-avatar-text{color:var(--text-muted);font-size:13px;font-weight:600;line-height:1}.user-menu{position:relative}.user-dropdown{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);min-width:100px;box-shadow:var(--shadow);z-index:100;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.dropdown-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:14px;text-decoration:none;transition:background .2s;display:block}.dropdown-item:hover{background:var(--bg-tertiary);text-decoration:none}.logout-item{color:var(--text-secondary);border-top:1px solid var(--border)}.site-footer{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(10px);background:color-mix(in srgb, var(--bg) 50%, transparent);align-items:left;margin-top:auto;padding:16px 0}.footer-inner{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:40px;padding:6px 10px;font-size:12px;display:flex}.footer-links{flex-direction:column;gap:4px;display:flex}.footer-icon-link{color:var(--text-muted);border-radius:6px;gap:6px;font-size:12px;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.footer-icon-link:hover{color:var(--accent);text-decoration:none}.footer-svg{width:18px;height:18px;display:block}.footer-beian{flex-direction:column;gap:6px;display:flex}.footer-beian a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-beian a:hover{color:var(--accent);text-decoration:none}.footer-copy{opacity:.6;text-align:center;font-size:12px}.footer-declaration{color:var(--text-muted);text-align:center;opacity:.5;margin-top:16px;font-size:12px}.layout{flex-direction:column;min-height:100svh;display:flex}.layout-main{width:100%;max-width:var(--max-width);padding:calc(var(--header-height) + 12px) 24px 12px;flex:1;margin:0 auto}.floating-buttons{z-index:999;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.float-btn{background:var(--card-bg);border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.float-btn:hover{color:var(--accent);border-color:var(--accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.loading-skeleton{width:100%;max-width:var(--max-width,960px);flex-direction:column;gap:12px;margin:0 auto;padding:24px 0;display:flex}.loading-progress-track{background:var(--bg-secondary);border-radius:2px;width:100%;height:3px;margin-bottom:8px;overflow:hidden}.loading-progress-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .3s ease-out}.loading-line{background:var(--bg-tertiary);border-radius:var(--radius-sm);height:16px;animation:1.5s ease-in-out infinite pulse}.loading-line:nth-child(odd){animation-delay:.1s}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.loading-hint{text-align:center;color:var(--text-muted);margin-top:16px;font-size:13px;animation:2s ease-in-out infinite pulse}:root{--font-sans:system-ui, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Fira Code", "JetBrains Mono", Consolas, monospace;--max-width:960px;--header-height:56px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;font:16px/1.6 var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);background-image:var(--bg-image);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100svh;transition:background-color .3s}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-weight:600;line-height:1.3}h1{font-size:clamp(28px,4vw,40px)}h2{font-size:clamp(22px,3vw,28px)}h3{font-size:clamp(18px,2vw,22px)}h4{font-size:16px}p{color:var(--text);line-height:1.75}a{color:var(--text-link);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover);text-decoration:underline}:not(pre)>code{font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--code-bg);color:var(--code-text);border:1px solid var(--border-light);padding:.15em .4em;font-size:.875em}::selection{background:var(--accent-soft);color:var(--text)}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{font-family:inherit;font-size:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:root{--text:#24292f;--text-heading:#1a1e23;--text-muted:#515458;--text-link:#0969da;--text-secondary:#57606a;--text-tertiary:#5b6065;--bg:#f5f5f5;--bg-secondary:#e8e8e8;--bg-tertiary:#f0f0f0;--bg-table:#f2f2f2;--card-bg:#fff;--border:#d0d7de;--border-light:#e8ecf0;--accent:#0969da;--accent-hover:#0550b2;--accent-soft:#0969da26;--code-bg:#e8e8e8;--code-text:#1a1e23;--code-block-bg:#fcf9f7;--code-block-text:#24292e;--shadow:0 2px 8px #00000014;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f;--radius:6px;--bg-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23f7f7f7'/%3E%3Cstop offset='100%25' stop-color='%23f0f0f0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g)' width='1440' height='900'/%3E%3Cg fill='none' stroke='%23e0e0e0' stroke-width='2' opacity='0.5'%3E%3Cpath d='M0 680 Q180 600 360 660 T720 620 T1080 650 T1440 610'/%3E%3Cpath d='M0 720 Q220 640 440 700 T800 655 T1100 690 T1440 650'/%3E%3Cpath d='M0 760 Q260 680 500 740 T900 690 T1200 730 T1440 690'/%3E%3Cpath d='M0 800 Q300 720 550 780 T1000 730 T1300 770 T1440 730'/%3E%3C/g%3E%3Ccircle cx='180' cy='140' r='90' fill='%23ebebeb' opacity='0.6'/%3E%3Ccircle cx='1100' cy='280' r='140' fill='%23ededed' opacity='0.5'/%3E%3Ccircle cx='700' cy='90' r='70' fill='%23e8e8e8' opacity='0.4'/%3E%3Ccircle cx='350' cy='450' r='40' fill='%23eaeaea' opacity='0.35'/%3E%3Ccircle cx='1250' cy='500' r='55' fill='%23e8e8e8' opacity='0.3'/%3E%3Ccircle cx='900' cy='550' r='35' fill='%23eaeaea' opacity='0.3'/%3E%3C/svg%3E");--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--text:#c9d1d9;--text-heading:#e6edf3;--text-muted:#8b949e;--text-link:#58a6ff;--text-secondary:#b1bac4;--text-tertiary:#768390;--bg:#0d1117;--bg-secondary:#161b22;--bg-tertiary:#21262d;--bg-table:#1c2128;--card-bg:#161b22;--border:#30363d;--border-light:#21262d;--accent:#58a6ff;--accent-hover:#79c0ff;--accent-soft:#58a6ff4d;--code-bg:#1e242a;--code-text:#c9d1d9;--code-block-bg:#0d1117;--code-block-text:#c9d1d9;--shadow:0 2px 8px #0006;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080;--radius:6px;--bg-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 900'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%230a0e14'/%3E%3Cstop offset='100%25' stop-color='%23111824'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g)' width='1440' height='900'/%3E%3Cg fill='none' stroke='%232a3a5c' stroke-width='1.5' opacity='0.5'%3E%3Cpath d='M0 700 Q200 620 400 700 T800 660 T1200 680 T1440 640'/%3E%3Cpath d='M0 740 Q250 660 500 730 T900 680 T1300 710 T1440 670'/%3E%3Cpath d='M0 780 Q300 700 550 770 T1000 720 T1350 750 T1440 710'/%3E%3C/g%3E%3Cg fill='%23ffffff'%3E%3Ccircle cx='180' cy='80' r='1.5' opacity='0.9'/%3E%3Ccircle cx='320' cy='45' r='1' opacity='0.6'/%3E%3Ccircle cx='560' cy='120' r='1.5' opacity='0.7'/%3E%3Ccircle cx='680' cy='60' r='1' opacity='0.8'/%3E%3Ccircle cx='850' cy='95' r='2' opacity='0.9'/%3E%3Ccircle cx='1020' cy='40' r='1' opacity='0.5'/%3E%3Ccircle cx='1180' cy='110' r='1.5' opacity='0.7'/%3E%3Ccircle cx='1350' cy='55' r='1' opacity='0.8'/%3E%3Ccircle cx='250' cy='180' r='1' opacity='0.4'/%3E%3Ccircle cx='450' cy='200' r='1.5' opacity='0.6'/%3E%3Ccircle cx='750' cy='170' r='1' opacity='0.5'/%3E%3Ccircle cx='1100' cy='190' r='1' opacity='0.4'/%3E%3Ccircle cx='90' cy='300' r='2' opacity='0.8'/%3E%3Ccircle cx='1400' cy='250' r='1.5' opacity='0.6'/%3E%3C/g%3E%3Cg fill='none' stroke='%231e3050' stroke-width='0.5' opacity='0.3'%3E%3Cline x1='0' y1='0' x2='1440' y2='900'/%3E%3Cline x1='360' y1='0' x2='1440' y2='900'/%3E%3Cline x1='720' y1='0' x2='1440' y2='900'/%3E%3Cline x1='0' y1='200' x2='1440' y2='900'/%3E%3Cline x1='0' y1='500' x2='1440' y2='900'/%3E%3C/g%3E%3Cg fill='none' stroke='%23264060' stroke-width='1' opacity='0.4'%3E%3Cline x1='200' y1='80' x2='320' y2='45'/%3E%3Cline x1='320' y1='45' x2='560' y2='120'/%3E%3Cline x1='560' y1='120' x2='680' y2='60'/%3E%3Cline x1='680' y1='60' x2='850' y2='95'/%3E%3Cline x1='850' y1='95' x2='1020' y2='40'/%3E%3Cline x1='1020' y1='40' x2='1180' y2='110'/%3E%3Cline x1='1180' y1='110' x2='1350' y2='55'/%3E%3C/g%3E%3C/svg%3E");--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
