﻿:root {
      --primary-theme: rgb(175,82,222);
      --primary-theme-hover: rgb(150,60,200);
      --primary-theme-rgb: 175,82,222;
      --home-primary: #059669;
      --home-accent: #2dd4bf;
      --home-dark: #052e2b;
      --home-text: #064e3b;
      --home-light: #ecfdf5;
    }
    *,*::before,*::after{box-sizing:border-box;}
    html{width:100%;overflow-x:hidden;scroll-behavior:smooth;}
    body{width:100%;margin:0;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:#0f172a;background:#f8fafc;}
    a{color:inherit;text-decoration:none;}
    img{max-width:100%;height:auto;}
    .site-main{position:relative;z-index:1;width:100%;overflow:hidden;}

    
    .site-header{
      position:sticky !important;
      top:0 !important;
      z-index:1000 !important;
      width:100% !important;
      background:rgba(255,255,255,.94) !important;
      backdrop-filter:blur(16px) !important;
      -webkit-backdrop-filter:blur(16px) !important;
      border-bottom:1px solid rgba(15,23,42,.08) !important;
    }
    .header-inner{
      width:min(1200px, calc(100% - 32px)) !important;
      min-height:72px !important;
      margin:0 auto !important;
      display:flex !important;
      align-items:center !important;
      justify-content:space-between !important;
      gap:18px !important;
    }
    .logo{display:inline-flex !important;align-items:center !important;gap:12px !important;min-width:0 !important;max-width:100% !important;text-decoration:none !important;flex-shrink:0 !important;}
    .logo img{display:block !important;height:40px !important;width:auto !important;max-width:150px !important;object-fit:contain !important;flex-shrink:0 !important;}
    .logo span{display:inline-block !important;font-size:18px !important;font-weight:800 !important;line-height:1.2 !important;color:#111827 !important;white-space:nowrap !important;max-width:180px !important;overflow:hidden !important;text-overflow:ellipsis !important;}
    .desktop-nav-wrap{flex:1 1 auto !important;min-width:0 !important;display:flex !important;justify-content:flex-end !important;overflow:hidden !important;}
    .desktop-nav{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;max-width:100% !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;white-space:nowrap !important;}
    .desktop-nav::-webkit-scrollbar{display:none !important;}
    .desktop-nav a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:40px !important;padding:0 13px !important;border-radius:999px !important;color:#334155 !important;text-decoration:none !important;font-size:14px !important;font-weight:700 !important;line-height:1 !important;white-space:nowrap !important;flex:0 0 auto !important;}
    .desktop-nav a:hover{background:rgba(5,150,105,.10) !important;color:#047857 !important;}
    .mobile-menu-btn{display:none !important;width:44px !important;height:44px !important;border:0 !important;border-radius:14px !important;background:rgba(15,23,42,.08) !important;align-items:center !important;justify-content:center !important;flex-direction:column !important;gap:5px !important;cursor:pointer !important;flex:0 0 auto !important;}
    .mobile-menu-btn span{display:block !important;width:20px !important;height:2px !important;border-radius:99px !important;background:#111827 !important;}
    .mobile-nav-mask{position:fixed !important;inset:0 !important;z-index:1100 !important;background:rgba(15,23,42,.56) !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transition:opacity .25s ease, visibility .25s ease !important;}
    .mobile-drawer{position:fixed !important;top:0 !important;left:0 !important;z-index:1110 !important;width:min(86vw, 360px) !important;height:100vh !important;height:100dvh !important;max-width:90vw !important;background:#ffffff !important;color:#111827 !important;transform:translateX(-105%) !important;transition:transform .28s ease !important;box-shadow:24px 0 60px rgba(15,23,42,.24) !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;}
    .drawer-head{min-height:76px !important;padding:16px 16px 14px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;border-bottom:1px solid rgba(15,23,42,.08) !important;flex:0 0 auto !important;}
    .drawer-logo{min-width:0 !important;}
    .drawer-logo img{height:34px !important;max-width:120px !important;}
    .drawer-logo span{font-size:16px !important;max-width:145px !important;}
    .drawer-close{width:40px !important;height:40px !important;border:0 !important;border-radius:14px !important;background:rgba(15,23,42,.08) !important;color:#111827 !important;font-size:26px !important;line-height:1 !important;cursor:pointer !important;flex:0 0 auto !important;}
    .drawer-body{flex:1 1 auto !important;min-height:0 !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important;padding:14px !important;}
    .drawer-nav{display:flex !important;flex-direction:column !important;gap:8px !important;}
    .drawer-nav a{display:flex !important;align-items:center !important;width:100% !important;min-height:48px !important;padding:13px 14px !important;border-radius:14px !important;background:rgba(15,23,42,.045) !important;color:#111827 !important;text-decoration:none !important;font-size:15px !important;font-weight:700 !important;line-height:1.35 !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;}
    .drawer-nav a:hover{background:rgba(5,150,105,.12) !important;color:#047857 !important;}
    body.drawer-open{overflow:hidden !important;touch-action:none !important;}
    body.drawer-open .mobile-nav-mask{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;}
    body.drawer-open .mobile-drawer{transform:translateX(0) !important;}

    
    .site-footer{position:relative !important;z-index:1 !important;width:100% !important;background:#0f172a !important;color:#e5e7eb !important;padding:56px 0 24px !important;overflow:hidden !important;}
    .footer-inner{width:min(1200px, calc(100% - 32px)) !important;margin:0 auto !important;display:grid !important;grid-template-columns:minmax(260px,1.35fr) repeat(3, minmax(150px,1fr)) !important;gap:28px !important;align-items:start !important;}
    .footer-brand{min-width:0 !important;}
    .footer-brand p{margin:16px 0 0 !important;color:rgba(229,231,235,.74) !important;line-height:1.8 !important;font-size:14px !important;word-break:break-word !important;overflow-wrap:anywhere !important;}
    .footer-logo span{color:#ffffff !important;}
    .footer-column{min-width:0 !important;}
    .footer-column h3{margin:0 0 14px !important;font-size:15px !important;color:#ffffff !important;}
    .footer-column ul{list-style:none !important;margin:0 !important;padding:0 !important;display:flex !important;flex-direction:column !important;gap:10px !important;}
    .footer-column li{min-width:0 !important;}
    .footer-column a,.footer-column span{display:inline !important;color:rgba(229,231,235,.74) !important;text-decoration:none !important;font-size:14px !important;line-height:1.55 !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;}
    .footer-column a:hover{color:#ffffff !important;}
    .footer-bottom{width:min(1200px, calc(100% - 32px)) !important;margin:32px auto 0 !important;padding-top:20px !important;border-top:1px solid rgba(255,255,255,.12) !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:16px !important;color:rgba(229,231,235,.62) !important;font-size:13px !important;}
    .footer-bottom p{margin:0 !important;min-width:0 !important;word-break:break-word !important;overflow-wrap:anywhere !important;}
    .footer-bottom a{color:rgba(229,231,235,.74) !important;text-decoration:none !important;word-break:break-word !important;overflow-wrap:anywhere !important;}

    @media (max-width: 900px){
      .header-inner{width:min(100% - 24px, 1200px) !important;min-height:64px !important;gap:12px !important;}
      .desktop-nav-wrap,.desktop-nav{display:none !important;}
      .mobile-menu-btn{display:inline-flex !important;}
      .logo img{height:34px !important;max-width:118px !important;}
      .logo span{font-size:16px !important;max-width:145px !important;}
      .footer-inner{grid-template-columns:1fr 1fr !important;gap:24px !important;}
      .footer-brand{grid-column:1 / -1 !important;}
      .footer-bottom{flex-direction:column !important;align-items:flex-start !important;gap:8px !important;}
    }
    @media (max-width: 640px){.footer-inner{grid-template-columns:1fr !important;}}
    @media (max-width: 420px){.mobile-drawer{width:88vw !important;}.logo span{max-width:112px !important;}.drawer-logo span{max-width:118px !important;}.footer-inner,.footer-bottom{width:min(100% - 24px, 1200px) !important;}}

    
    .home-page{background:#ecfdf5;}
    .home-hero{position:relative;z-index:2;overflow:hidden;min-height:calc(100vh - 72px);padding:86px 0 96px;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 42%,#052e2b 100%);}
    .home-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;}
    .home-glow{position:absolute;border-radius:999px;filter:blur(16px);opacity:.7;}
    .home-glow-a{width:360px;height:360px;left:8%;top:8%;background:rgba(45,212,191,.30);}
    .home-glow-b{width:460px;height:460px;right:-120px;bottom:-140px;background:rgba(5,150,105,.38);}
    .home-pattern{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.45) 0 2px,transparent 3px),radial-gradient(circle at 80% 70%,rgba(167,243,208,.35) 0 2px,transparent 3px);background-size:42px 42px;opacity:.42;}
    .home-hero-inner{position:relative;z-index:1;width:min(1120px,calc(100% - 32px));margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:46px;text-align:center;}
    .home-hero-copy{width:min(880px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;}
    .home-kicker{margin:0 0 16px;display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(5,150,105,.18);color:#047857;font-size:14px;font-weight:800;line-height:1.2;}
    .home-hero h1{margin:0;max-width:900px;color:#064e3b;font-size:clamp(34px,6vw,72px);line-height:1.04;letter-spacing:-.05em;font-weight:900;}
    .home-subtitle{margin:22px 0 0;max-width:720px;color:rgba(6,78,59,.78);font-size:clamp(16px,2.2vw,20px);line-height:1.9;}
    .home-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:30px;}
    .home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:800;font-size:15px;line-height:1;border:1px solid transparent;transition:all .2s ease;}
    .home-btn-primary{background:#059669;color:#fff;box-shadow:0 18px 38px rgba(5,150,105,.28);}
    .home-btn-primary:hover{background:#047857;transform:translateY(-2px);}
    .home-btn-ghost{background:rgba(255,255,255,.70);color:#064e3b;border-color:rgba(6,78,59,.14);}
    .home-btn-ghost:hover{background:rgba(255,255,255,.90);transform:translateY(-2px);}
    .home-stack-stage{position:relative;width:min(760px,100%);min-height:360px;margin:0 auto;display:flex;align-items:center;justify-content:center;}
    .home-stack-card-back{position:absolute;left:50%;top:50%;width:min(680px,92%);height:250px;border-radius:34px;border:1px solid rgba(255,255,255,.54);box-shadow:0 24px 70px rgba(6,78,59,.18);transform-origin:center;background:rgba(255,255,255,.35);backdrop-filter:blur(14px);}
    .home-stack-back-01{transform:translate(-50%,-50%) translateY(34px) rotate(-4deg);background:rgba(167,243,208,.55);}
    .home-stack-back-02{transform:translate(-50%,-50%) translateY(18px) rotate(3deg);background:rgba(209,250,229,.62);}
    .home-stack-back-03{transform:translate(-50%,-50%) translateY(2px) rotate(-1deg);background:rgba(255,255,255,.52);}
    .home-main-card{position:relative;z-index:3;width:min(640px,92%);padding:24px;border-radius:34px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.72);box-shadow:0 30px 90px rgba(6,78,59,.28);backdrop-filter:blur(18px);}
    .home-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(6,78,59,.12);color:#064e3b;}
    .home-card-topline span{font-size:14px;font-weight:800;color:#047857;}
    .home-card-topline strong{font-size:15px;max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    .home-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;text-align:left;}
    .home-mini-card{min-width:0;padding:16px;border-radius:22px;background:linear-gradient(180deg,rgba(236,253,245,.96),rgba(255,255,255,.86));border:1px solid rgba(5,150,105,.12);}
    .home-mini-card span{display:inline-flex;width:34px;height:34px;border-radius:12px;align-items:center;justify-content:center;background:#059669;color:#fff;font-weight:900;font-size:13px;}
    .home-mini-card strong{display:block;margin-top:12px;color:#064e3b;font-size:16px;}
    .home-mini-card p{margin:8px 0 0;color:rgba(6,78,59,.68);font-size:13px;line-height:1.65;}
    .home-float-tag{position:absolute;z-index:4;display:inline-flex;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(5,150,105,.16);box-shadow:0 16px 36px rgba(6,78,59,.14);color:#047857;font-size:13px;font-weight:800;}
    .home-float-tag-a{left:0;top:38px;}
    .home-float-tag-b{right:2%;bottom:40px;}
    .home-float-dot{position:absolute;z-index:2;width:12px;height:12px;border-radius:999px;background:#2dd4bf;box-shadow:0 0 0 10px rgba(45,212,191,.16);}
    .home-float-dot-a{left:8%;bottom:78px;}
    .home-float-dot-b{right:12%;top:42px;}

    @media (max-width:900px){
      .home-hero{min-height:auto;padding:56px 0 66px;}
      .home-hero-inner{width:min(100% - 24px,1120px);gap:34px;}
      .home-hero h1{font-size:clamp(30px,9vw,48px);letter-spacing:-.035em;}
      .home-subtitle{font-size:16px;line-height:1.8;}
      .home-actions{width:100%;gap:10px;}
      .home-btn{flex:1 1 150px;min-width:0;}
      .home-stack-stage{width:100%;min-height:auto;padding:34px 0 28px;}
      .home-stack-card-back{width:92%;height:220px;border-radius:28px;}
      .home-main-card{width:92%;padding:18px;border-radius:28px;}
      .home-card-grid{grid-template-columns:1fr;gap:10px;}
      .home-float-tag{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin:6px;}
      .home-float-tag-a,.home-float-tag-b{position:absolute;transform:scale(.92);}
      .home-float-tag-a{left:2px;top:4px;}
      .home-float-tag-b{right:2px;bottom:0;}
    }
    @media (max-width:520px){
      .home-hero{padding:42px 0 54px;}
      .home-card-topline{align-items:flex-start;flex-direction:column;}
      .home-card-topline strong{max-width:100%;}
      .home-stack-card-back{height:260px;}
      .home-main-card{width:100%;}
      .home-float-dot{display:none;}
    }

    
    .home-section {padding:80px 0;background:#ffffff;}
    .home-section-alt {padding:80px 0;background:#f0fdf4;}
    .home-container {width:min(1200px, calc(100% - 32px));margin:0 auto;}
    .home-section-title {text-align:center;margin-bottom:50px;}
    .home-section-title h2 {font-size:32px;color:#0f172a;margin:0 0 12px;font-weight:800;}
    .home-section-title p {font-size:16px;color:#64748b;margin:0;max-width:600px;margin:0 auto;}
    
    .home-adv-grid {display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:24px;}
    .home-adv-card {padding:32px;background:#ffffff;border-radius:24px;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 30px rgba(15,23,42,.02);transition:all .3s ease;}
    .home-adv-card:hover {transform:translateY(-6px);box-shadow:0 20px 40px rgba(5,150,105,.08);border-color:rgba(5,150,105,.15);}
    .home-adv-card-icon {width:56px;height:56px;border-radius:18px;background:rgba(175,82,222,.1);color:rgb(175,82,222);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:bold;margin-bottom:20px;}
    .home-adv-card h3 {margin:0 0 12px;font-size:20px;color:#0f172a;}
    .home-adv-card p {margin:0;font-size:14px;color:#64748b;line-height:1.6;}

    .home-posts-list {display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:30px;}
    @media (max-width: 480px) {
      .home-posts-list {grid-template-columns: 1fr;}
    }
    .home-post-card {background:#ffffff;border-radius:20px;overflow:hidden;border:1px solid rgba(15,23,42,.06);box-shadow:0 4px 20px rgba(0,0,0,.02);display:flex;flex-direction:column;transition:transform .3s ease;}
    .home-post-card:hover {transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.06);}
    .home-post-image {width:100%;height:200px;background:#f1f5f9;position:relative;overflow:hidden;}
    .home-post-image img {width:100%;height:100%;object-fit:cover;}
    .home-post-tag-badge {position:absolute;top:16px;left:16px;background:var(--primary-theme);color:#ffffff;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;}
    .home-post-content {padding:24px;display:flex;flex-direction:column;flex:1;}
    .home-post-meta {display:flex;gap:12px;font-size:12px;color:#94a3b8;margin-bottom:12px;}
    .home-post-card h3 {margin:0 0 10px;font-size:18px;color:#0f172a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    .home-post-card p {margin:0 0 20px;font-size:14px;color:#64748b;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    .home-post-footer {margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:16px;}
    .home-post-author {font-size:13px;color:#475569;font-weight:600;}
    .home-post-more {color:var(--primary-theme);font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:4px;}