:root{--bg:#f5f7fb;--card:#ffffff;--accent:#ff7a45;--muted:#7b8aa0;--radius:14px;}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial;background:var(--bg);color:#333}.site-header{background:transparent;padding:12px 18px}.header-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.logo{display:flex;align-items:center;gap:12px;color:#fff;font-weight:700}.logo img{width:52px;height:52px;border-radius:10px;object-fit:cover}.logo div div{display:flex;justify-content:center;width:120px;color:rgba(255,255,255,0.9)}.nav{display:flex;gap:12px;align-items:center}.header-controls{display:flex;gap:12px;align-items:center}.nav a{color:rgba(255,255,255,0.95);text-decoration:none;padding:8px 10px;border-radius:8px;transition:all .18s ease}.nav a:hover{background:rgba(255,255,255,0.08);transform:translateY(-2px)}.top-visual{background-image:url('/assets/index/img/hero_design.webp');background-size:cover;background-position:center;aspect-ratio:2.5 / 1;position:relative;overflow:hidden;display:flex;flex-direction:column}.top-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,22,45,0.22),rgba(6,22,45,0.44));pointer-events:none}.site-header{position:relative;z-index:2}.hero-inner{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;padding:12px}.hero-inner .hero-content{max-width:980px;text-align:center;color:#fff}.hero-title{color:#fff;font-size:60px;font-weight:900;letter-spacing:1px;margin:0 0 8px;text-shadow:0 8px 28px rgba(0,0,0,0.42)}.hero-sub{color:rgba(255,255,255,0.95);font-size:30px;margin:0 0 12px}.hero-stats{display:flex;gap:14px;color:var(--muted);font-size:13px;justify-content:center}.hero-stats span{background:rgba(255,255,255,0.95);color:#21314b;padding:8px 10px;border-radius:999px;font-weight:700}.top-visual::before{content:"";position:absolute;inset:0;background:radial-gradient(800px 400px at 10% 30%,rgba(255,120,80,0.14),transparent 12%),radial-gradient(700px 350px at 90% 70%,rgba(70,160,255,0.10),transparent 12%);mix-blend-mode:screen;opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .9s ease,transform .9s cubic-bezier(.2,.9,.2,1);z-index:1}.top-visual.is-ready::before{opacity:1;transform:none}.hero-title{transform:translateY(18px)scale(0.98);opacity:0;transition:transform .7s cubic-bezier(.2,.9,.2,1),opacity .6s ease}.top-visual.is-ready .hero-title{transform:none;opacity:1}.hero-sub{transform:translateY(12px);opacity:0;transition:transform .7s cubic-bezier(.2,.9,.2,1).08s,opacity .6s ease .08s}.top-visual.is-ready .hero-sub{transform:none;opacity:1}.top-visual .hero-wave{position:absolute;left:0;right:0;bottom:0;height:80px;z-index:1;opacity:0.9;pointer-events:none}.top-visual .hero-wave svg{width:100%;height:100%;display:block}@media(prefers-reduced-motion:reduce){.top-visual::before,.hero-title,.hero-sub{transition:none!important;animation:none!important;transform:none!important}}.actions{max-width:1140px;margin:12px auto;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.action-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;min-width:180px;justify-content:center;text-decoration:none;color:#fff;font-weight:800;position:relative;overflow:hidden;box-shadow:0 8px 20px rgba(20,40,80,0.08);transition:transform .16s cubic-bezier(.2,.9,.2,1),box-shadow .16s ease}.action-btn .ic{font-size:18px;line-height:1}.action-btn .label{display:inline-block}.action-btn .chev{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.12);padding:4px 8px;border-radius:8px;margin-left:8px;font-size:12px}.action-btn::before{content:"";position:absolute;left:0;right:0;top:0;height:40%;background:linear-gradient(180deg,rgba(255,255,255,0.25),rgba(255,255,255,0.06));mix-blend-mode:overlay;pointer-events:none}.action-btn:hover{transform:translateY(-6px);box-shadow:0 22px 40px rgba(20,40,80,0.12)}.btn-red{background:linear-gradient(180deg,#e85b4a 0%,#c93d2b 100%);border:1px solid rgba(0,0,0,0.06)}.btn-orange{background:linear-gradient(180deg,#f39b65 0%,#e26f3c 100%);border:1px solid rgba(0,0,0,0.05)}.btn-green{background:linear-gradient(180deg,#4fae9a 0%,#2a8b76 100%);border:1px solid rgba(0,0,0,0.05)}.btn-redlight{background:linear-gradient(180deg,#f08b6a 0%,#d66a4f 100%);border:1px solid rgba(0,0,0,0.04)}@media(max-width:520px){.action-btn{min-width:140px;padding:10px 12px}.action-btn .label{display:none}.action-btn .chev{display:none}}.actions-divider{max-width:1140px;margin:18px auto;height:22px;background:linear-gradient(180deg,#ffffff,#f6f7fb);border-radius:10px;box-shadow:0 10px 20px rgba(31,58,90,0.04);border:1px solid rgba(16,40,80,0.03)}.search-wrap{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,0.12);padding:6px 8px;border-radius:12px}.search-wrap input{border:0;background:transparent;color:#fff;outline:none;width:180px;padding:6px}main{max-width:1140px;margin:18px auto;padding:0 16px}.section-title{font-size:30px;color:#21314b;margin:18px 0 18px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:18px;position:relative}.section-title:before,.section-title:after{content:"";flex:1;height:2px;background:#e6ebf4;border-radius:2px}.section-controls{display:flex;justify-content:flex-end;gap:8px;margin:6px 0 12px}.section-controls a{font-size:13px;color:var(--muted,#666);text-decoration:none;padding:6px 10px;border-radius:8px;background:rgba(0,0,0,0.04)}.section-controls a:hover{background:rgba(0,0,0,0.06)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.re-card{background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 8px 22px rgba(31,58,90,0.06);display:flex;flex-direction:column;transition:transform var(--transition-fast,150ms)ease,box-shadow var(--transition-fast,150ms)ease,opacity var(--transition-fast,150ms)ease}.re-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 32px 72px rgba(31,58,90,0.14)}.re-card:focus-within{outline:2px solid rgba(34,139,230,0.12);outline-offset:4px}.re-card-thumb{width:100%;height:250px;background-size:cover;background-position:center;display:block;position:relative;background-color:rgba(230,236,246,0.6);transition:opacity .5s ease,transform .5s cubic-bezier(.2,.9,.2,1)}.re-card-thumb.lazy{filter:blur(8px)saturate(.9)contrast(.95);transform:scale(1.01);opacity:0.88}.re-card-thumb.is-loaded{filter:none;transform:none;opacity:1}.re-card-thumb::after{content:"";position:absolute;left:0;right:0;top:0;height:40%;background:linear-gradient(180deg,rgba(255,255,255,0.18),rgba(255,255,255,0));pointer-events:none}.re-card-body{padding:14px;display:flex;flex-direction:column;gap:10px}.re-card-title{font-weight:900;color:#0f2340;margin:0 0 6px;font-size:18px}.meta{font-size:13px;color:var(--muted);display:flex;gap:10px;flex-wrap:wrap;align-items:center}.meta{font-size:13px;color:var(--muted);display:flex;gap:10px;flex-wrap:wrap}.tags{margin-top:8px;display:flex;gap:8px}.tag{background:#eef6ff;color:#1677ff;padding:6px 8px;border-radius:999px;font-weight:700;font-size:12px}.re-card-title{max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.re-card-title>*{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.re-card .meta{flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:95%}.re-card .meta>*{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}footer{max-width:1140px;margin:28px auto;padding:18px;color:var(--muted);font-size:13px;text-align:center}@media(max-width:1100px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.header-inner{flex-direction:column;align-items:flex-start}.nav{order:2;flex-wrap:wrap}.hero-title{font-size:26px}.hero-sub{font-size:14px}.re-card-thumb{height:180px}.actions{flex-direction:column;align-items:stretch}}@media(max-width:520px){.header-inner{flex-direction:column;align-items:flex-start;gap:8px;padding:10px}.logo img{width:40px;height:40px}.nav{width:100%;display:flex;flex-wrap:wrap;gap:6px}.nav a{padding:8px 10px;border-radius:8px}.search-wrap{width:100%;justify-content:flex-start;padding:8px}.search-wrap input{width:140px}.hero-title{font-size:28px;line-height:1.05;margin-bottom:6px}.hero-sub{font-size:14px}.hero-stats{flex-direction:column;gap:8px;align-items:flex-start}.re-card-thumb{height:140px}.re-card-title{font-size:16px}.re-card-title{max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.re-card-title>*{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.re-card-body{padding:10px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.re-card{min-width:0;box-sizing:border-box}.re-card .meta{flex-wrap:nowrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%}.re-card .meta>*{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions{flex-direction:row;justify-content:space-between;overflow-x:visible;padding:6px 10px;gap:8px}.action-btn{flex:1 1 0;min-width:0;width:auto;justify-content:center;padding:8px 10px;border-radius:10px}.action-btn .label{font-size:14px}.action-btn .ic{font-size:18px;margin-right:6px}.section-title{font-size:22px}footer{padding:16px;font-size:13px}}@media(max-width:420px){.re-card-thumb{height:120px}.action-btn{padding:12px 10px;border-radius:12px;font-size:15px}.action-btn .label{display:inline-block;font-size:14px}.search-wrap input{width:120px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}}@media(max-width:360px){.hero-title{font-size:22px}.re-card-thumb{height:140px}.search-wrap input{width:110px}.hero-sub{font-size:13px}}@media(max-width:340px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.re-card-thumb{height:120px}}@media(max-width:380px){.action-btn .label{display:none}.action-btn .ic{font-size:22px;margin-right:0}}.skeleton-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.skeleton-card{background:linear-gradient(180deg,#f7f9fc,#eef3fb);border-radius:12px;padding:0;overflow:hidden;box-shadow:0 10px 30px rgba(16,32,64,0.06);min-height:260px;position:relative}.skeleton-thumb{height:250px;background:linear-gradient(90deg,#f0f3f8 0%,#e6ebf4 50%,#f0f3f8 100%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.skeleton-body{padding:14px}.skeleton-line{height:12px;background:linear-gradient(90deg,#f0f3f8 0%,#e6ebf4 50%,#f0f3f8 100%);background-size:200% 100%;animation:shimmer 1.4s linear infinite;border-radius:6px;margin-bottom:10px}.skeleton-line.short{width:40%}.skeleton-line.mid{width:60%}.skeleton-line.long{width:85%}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.is-hidden{opacity:0;transform:translateY(6px)scale(0.98)}.fade-in{opacity:1;transform:none;transition:opacity var(--transition-fast,150ms)ease,transform var(--transition-fast,150ms)ease,box-shadow var(--transition-fast,150ms)ease}@media(prefers-reduced-motion:reduce){.re-card,.re-card:hover,.re-card-thumb,.is-hidden,.fade-in{transition:none!important;animation:none!important;transform:none!important;}}.btn-control{position:relative;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px}.btn-control.loading{pointer-events:none;opacity:0.7}.btn-control.loading::after{content:"";width:14px;height:14px;border:2px solid rgba(0,0,0,0.12);border-top-color:rgba(0,0,0,0.5);border-radius:50%;display:inline-block;animation:spin 700ms linear infinite;margin-left:6px}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}