.hero{display:flex;align-items:center;justify-content:center;padding:5rem 0 3rem}.hero__inner{text-align:center;max-width:800px}.hero__title{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--color-text-primary) 0%,var(--color-accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__intro{font-size:clamp(.95rem,2vw,1.125rem);color:var(--color-text-secondary);max-width:640px;margin:0 auto;line-height:1.8}@media (max-width: 768px){.hero{padding:3.5rem 0 2rem}}.featured__card{position:relative;border-radius:var(--radius-xl);background:var(--color-card-bg);border:1px solid var(--color-card-border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);overflow:hidden;transform-style:preserve-3d;will-change:transform;transition:border-color var(--transition-normal),box-shadow var(--transition-normal)}.featured__card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);opacity:.6}.featured__card:hover{border-color:var(--color-card-border-hover);box-shadow:var(--shadow-hover)}.featured__header{padding:2.25rem 2.25rem 1.75rem;border-bottom:1px solid var(--color-card-border)}.featured__badge{display:inline-block;padding:.35rem .85rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;color:var(--color-accent);background:var(--color-accent-soft);border:1px solid rgba(91,168,184,.25);border-radius:999px;margin-bottom:1rem}.featured__title{font-size:1.6rem;font-weight:800;color:var(--color-text-primary);line-height:1.3;margin-bottom:.5rem;background:linear-gradient(120deg,#e6edf3,#b9d6dd 60%,var(--color-accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.featured__tagline{font-size:1rem;color:var(--color-text-secondary);font-weight:600;margin-bottom:.85rem}.featured__desc{font-size:.92rem;color:var(--color-text-secondary);line-height:1.75;max-width:60ch;margin-bottom:1.25rem}.featured__tech{display:flex;flex-wrap:wrap;gap:.5rem}.featured__tech-item{padding:.3rem .7rem;font-size:.74rem;font-weight:500;color:var(--color-text-muted);background:#ffffff08;border:1px solid var(--color-card-border);border-radius:var(--radius-sm);transition:color var(--transition-fast),border-color var(--transition-fast)}.featured__tech-item:hover{color:var(--color-accent-hover);border-color:var(--color-card-border-hover)}.featured__systems{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:1.75rem 2.25rem}.system-card{display:flex;flex-direction:column;border-radius:var(--radius-lg);background:#ffffff06;border:1px solid var(--color-card-border);overflow:hidden;transition:border-color var(--transition-normal),transform var(--transition-normal)}.system-card:hover{border-color:var(--color-card-border-hover);transform:translateY(-4px)}.system-card__preview{position:relative;padding:1.5rem 1.5rem 1.25rem;background:linear-gradient(180deg,#5ba8b814,#0f183033);display:flex;align-items:center;justify-content:center;min-height:220px}.system-card__hint{position:absolute;top:1rem;right:1rem;font-size:.66rem;font-weight:700;letter-spacing:.06em;color:#0a0e1a;background:var(--color-accent);padding:.2rem .55rem;border-radius:999px;box-shadow:0 2px 8px #5ba8b866}.system-card__body{display:flex;flex-direction:column;flex:1;padding:1.25rem 1.4rem 1.4rem}.system-card__name{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.4rem}.system-card__icon{font-size:1.2rem;line-height:1}.system-card__stack{font-size:.76rem;color:var(--color-accent);font-weight:500;margin-bottom:1rem;letter-spacing:.01em}.system-card__highlights{display:flex;flex-direction:column;gap:.55rem;flex:1;margin-bottom:1.25rem}.system-card__highlight{display:flex;align-items:flex-start;gap:.5rem;font-size:.83rem;color:var(--color-text-secondary);line-height:1.55}.system-card__bullet{color:var(--color-accent);font-weight:700;flex-shrink:0;line-height:1.55}.system-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem 1.1rem;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;color:#07101a;background:var(--color-accent);position:relative;overflow:hidden;transition:background var(--transition-normal),transform var(--transition-fast)}.system-card__btn:hover{background:var(--color-accent-hover)}.system-card__btn:active{transform:scale(.96)}.system-card__arrow{transition:transform var(--transition-normal)}.system-card__btn:hover .system-card__arrow{transform:translate(3px)}.device{position:relative;margin:0 auto}.device--browser{width:100%;max-width:360px;border-radius:10px;background:#0a0e1a99;border:1px solid var(--color-card-border);box-shadow:0 8px 28px #00000059;overflow:hidden}.device__chrome{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#ffffff08;border-bottom:1px solid var(--color-card-border)}.device__traffic{display:inline-flex;gap:.3rem}.device__traffic i{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);opacity:.5}.device__traffic i:nth-child(1){background:#ff5f57;opacity:.8}.device__traffic i:nth-child(2){background:#febc2e;opacity:.8}.device__traffic i:nth-child(3){background:#28c840;opacity:.8}.device__url-bar{display:inline-flex;align-items:center;gap:.35rem;flex:1;padding:.25rem .6rem;font-size:.66rem;color:var(--color-text-muted);background:#00000040;border-radius:6px;overflow:hidden;white-space:nowrap}.device__lock{font-size:.6rem;opacity:.7}.device__url{overflow:hidden;text-overflow:ellipsis}.device__screen{position:relative;overflow:hidden}.device__screen--admin{aspect-ratio:16 / 10;display:flex;background:linear-gradient(135deg,#5ba8b814,#0f183066)}.wireframe__sidebar{width:22%;padding:.6rem .4rem;display:flex;flex-direction:column;gap:.45rem;border-right:1px solid var(--color-card-border);background:#ffffff05}.wireframe__main{flex:1;padding:.55rem .65rem;display:flex;flex-direction:column;gap:.5rem}.wireframe__topbar{height:8px;background:#5ba8b840;border-radius:3px}.wireframe__cards{display:flex;gap:.35rem}.wf-card{flex:1;height:18px;background:#ffffff0f;border-radius:3px}.wireframe__chart{flex:1;display:flex;align-items:flex-end;gap:.28rem;padding:.25rem 0}.wireframe__chart i{flex:1;height:var(--h, 50%);background:linear-gradient(180deg,var(--color-accent),rgba(91,168,184,.2));border-radius:2px 2px 0 0;opacity:.75}.wf-line{display:block;height:5px;background:#ffffff1a;border-radius:3px}.wf-line--lg{width:90%;background:#5ba8b859}.wf-line--sm{width:50%}.device--phone{width:150px;border-radius:22px;background:#0a0e1ad9;border:1px solid var(--color-card-border);box-shadow:0 8px 28px #0006;padding:8px 6px}.device__notch{position:absolute;top:6px;left:50%;transform:translate(-50%);width:50px;height:6px;background:#0009;border-radius:0 0 8px 8px;z-index:2}.device__screen--web{aspect-ratio:9 / 16;display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#5ba8b81a,#0f183066)}.wireframe__statusbar{height:12px;display:flex;align-items:flex-end;padding:0 .4rem 3px;border-bottom:1px solid var(--color-card-border);background:#ffffff0a}.wireframe__statusbar:before{content:"";width:22px;height:3px;background:#ffffff26;border-radius:2px}.wireframe__feed{flex:1;padding:.5rem .4rem;display:flex;flex-direction:column;gap:.45rem}.wf-post{display:flex;gap:.35rem;align-items:flex-start}.wf-thumb{width:22px;height:22px;border-radius:4px;background:#5ba8b84d;flex-shrink:0}.wf-text{flex:1;display:flex;flex-direction:column;gap:.25rem;padding-top:2px}.wireframe__tabbar{height:26px;display:flex;align-items:center;justify-content:space-around;padding:0 .3rem;border-top:1px solid var(--color-card-border);background:#ffffff0a}.wf-tab{width:12px;height:12px;border-radius:3px;background:#ffffff1f}.wf-tab--active{background:var(--color-accent)}.wf-tab--center{width:18px;height:18px;border-radius:50%;background:var(--color-accent);margin-top:-8px;box-shadow:0 0 0 3px #0a0e1a99}.featured__modules{padding:1.5rem 2.25rem 1.75rem;border-top:1px solid var(--color-card-border)}.featured__modules-title{font-size:.82rem;font-weight:700;letter-spacing:.08em;color:var(--color-text-muted);text-transform:uppercase;margin-bottom:1rem}.featured__modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.65rem}.module-chip{display:flex;flex-direction:column;gap:.2rem;padding:.75rem .9rem;border-radius:var(--radius-md);background:#ffffff06;border:1px solid var(--color-card-border);transition:border-color var(--transition-normal),background var(--transition-normal),transform var(--transition-fast)}.module-chip:hover{border-color:var(--color-card-border-hover);background:var(--color-accent-soft);transform:translateY(-2px)}.module-chip__icon{font-size:1.1rem;line-height:1}.module-chip__name{font-size:.85rem;font-weight:700;color:var(--color-text-primary)}.module-chip__desc{font-size:.72rem;color:var(--color-text-muted)}.featured__footer{padding:0 2.25rem 2rem;display:flex;justify-content:center}.featured__repo-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;color:var(--color-text-primary);background:transparent;border:1px solid var(--color-card-border-hover);position:relative;overflow:hidden;transition:background var(--transition-normal),border-color var(--transition-normal),transform var(--transition-fast)}.featured__repo-btn:hover{background:var(--color-accent-soft);border-color:var(--color-accent)}.featured__repo-btn:active{transform:scale(.97)}.featured__repo-icon{font-size:1.05rem;line-height:1}@media (max-width: 860px){.featured__systems{grid-template-columns:1fr;padding:1.5rem}.system-card__preview{min-height:200px}}@media (max-width: 768px){.featured__header{padding:1.75rem 1.5rem 1.4rem}.featured__title{font-size:1.3rem}.featured__tagline{font-size:.92rem}.featured__desc{font-size:.85rem}.featured__modules{padding:1.25rem 1.5rem 1.4rem}.featured__modules-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.55rem}.featured__footer{padding:0 1.5rem 1.6rem}}@media (max-width: 480px){.featured__modules-grid{grid-template-columns:repeat(2,1fr)}.device--browser{max-width:100%}.device--phone{width:130px}}@media (prefers-reduced-motion: reduce){.system-card:hover,.module-chip:hover{transform:none}}.skill-tag{display:inline-flex;align-items:center;padding:.5rem 1.25rem;border-radius:var(--radius-xl);background:var(--color-card-bg);border:1px solid var(--color-card-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal)}.skill-tag:hover{transform:translateY(-4px);border-color:var(--color-card-border-hover);box-shadow:var(--shadow-glow)}.skill-tag__text{font-size:.95rem;color:var(--color-text-secondary);transition:color var(--transition-normal)}.skill-tag:hover .skill-tag__text{color:var(--color-accent-hover)}.skills__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.875rem;padding:0}.skills__list .skill-tag:nth-child(n+2){transition-delay:.05s}@media (max-width: 768px){.skills__list{gap:.625rem}.skill-tag{padding:.4rem 1rem}}.footer{padding:3rem 0 2rem;margin-top:2rem;border-top:1px solid var(--color-card-border);background:#00000026}.footer__inner{max-width:800px;margin:0 auto}.footer__title{font-size:1.4rem;font-weight:700;margin-bottom:1.75rem;color:var(--color-text-primary);position:relative;padding-left:.875rem}.footer__title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.25rem;background:var(--color-accent);border-radius:2px}.footer__list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.footer__item{display:flex;flex-direction:column;gap:.25rem}.footer__label{font-size:.85rem;font-weight:600;color:var(--color-accent)}.footer__text{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7}.footer__link{display:inline-block;transition:color var(--transition-normal)}.footer__link:hover{color:var(--color-accent-hover)}.footer__copyright{text-align:center;font-size:.825rem;color:var(--color-text-muted);padding-top:.75rem;border-top:1px solid var(--color-card-border)}.footer__beian{display:inline-block;margin-left:.5rem;color:var(--color-text-muted);transition:color var(--transition-normal)}.footer__beian:hover{color:var(--color-accent-hover)}.footer__report{text-align:center;font-size:.825rem;color:var(--color-text-muted);margin-bottom:.25rem}.footer__report-label{margin-right:.25rem}@media (max-width: 768px){.footer__title{font-size:1.2rem}.footer__text{font-size:.9rem}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;border-radius:50%;background:var(--color-accent);color:#07101a;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #5ba8b866;opacity:0;visibility:hidden;transform:translateY(1rem);transition:opacity var(--transition-normal),transform var(--transition-normal),visibility var(--transition-normal),background var(--transition-normal);z-index:9998}.back-to-top--visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #5ba8b880}.back-to-top:active{transform:translateY(0)}.back-to-top__icon{width:1.5rem;height:1.5rem}@media (max-width: 768px){.back-to-top{bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem}.back-to-top__icon{width:1.25rem;height:1.25rem}}:root{--color-bg-base: #0a0e1a;--color-bg-gradient-start: #0a0e1a;--color-bg-gradient-end: #0f1830;--color-card-bg: rgba(255, 255, 255, .04);--color-card-bg-fallback: rgba(18, 26, 46, .9);--color-card-border: rgba(255, 255, 255, .08);--color-card-border-hover: rgba(91, 168, 184, .35);--color-accent: #5ba8b8;--color-accent-soft: rgba(91, 168, 184, .15);--color-accent-hover: #6fc0d0;--color-text-primary: #e6edf3;--color-text-secondary: #9aa7b8;--color-text-muted: #6b7888;--radius-sm: .5rem;--radius-md: .875rem;--radius-lg: 1.25rem;--radius-xl: 1.75rem;--shadow-card: 0 4px 24px rgba(0, 0, 0, .3);--shadow-glow: 0 12px 40px rgba(91, 168, 184, .18);--shadow-hover: 0 16px 48px rgba(91, 168, 184, .22);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--section-gap: 4rem;--content-max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--color-text-primary);background-color:var(--color-bg-base);background-image:radial-gradient(ellipse at top,rgba(91,168,184,.08) 0%,transparent 55%),linear-gradient(180deg,var(--color-bg-gradient-start) 0%,var(--color-bg-gradient-end) 100%);background-attachment:fixed;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-gap) 0}.section__title{font-size:1.75rem;font-weight:700;margin-bottom:2.5rem;text-align:center;color:var(--color-text-primary)}.section__title:after{content:"";display:block;width:3rem;height:3px;background:var(--color-accent);border-radius:2px;margin:.75rem auto 0}.reveal{opacity:0;transform:translateY(2rem);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal--visible{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#5ba8b84d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5ba8b880}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--color-accent),var(--color-accent-hover));z-index:9999;transition:width .1s ease-out;box-shadow:0 0 10px #5ba8b880}@keyframes ripple-effect{to{transform:scale(4);opacity:0}}@supports not (backdrop-filter: blur(10px)){.glass-card,.skill-tag,.project-card{background:var(--color-card-bg-fallback)}}@media (max-width: 768px){:root{--section-gap: 2.5rem}.section__title{font-size:1.4rem;margin-bottom:1.75rem}.container{padding:0 1rem}}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}
