
    .home-wrap{max-width:1180px;margin:auto;padding:clamp(16px,3vw,34px)}
    .home-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px}
    .home-brand{display:flex;align-items:center;gap:16px}.home-brand img{width:62px;height:62px;object-fit:contain}
    .home-brand h1{font-size:clamp(24px,4vw,38px);margin:0}.home-brand p{margin:5px 0 0;color:var(--muted)}
    .sync{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:12px 16px;color:var(--muted)}
    .module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
    .module{position:relative;min-height:190px;padding:22px;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:var(--shadow);color:var(--txt)!important;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
    .module:after{content:"";position:absolute;width:170px;height:170px;right:-65px;top:-70px;border-radius:50%;background:var(--accent-soft)}
    .module:hover{transform:translateY(-2px);border-color:var(--accent)}.module:active{transform:scale(.99)}
    .module-icon{font-size:36px}.module h2{font-size:23px;margin:12px 0 6px}.module p{color:var(--muted);margin:0;line-height:1.45}
    .module-cta{margin-top:18px;font-weight:800;color:var(--accent)}
    .flow{margin:28px 0 12px;color:var(--muted);font-size:14px}.flow b{color:var(--txt)}
    @media(max-width:720px){.home-header{align-items:flex-start;flex-direction:column}.module-grid{grid-template-columns:1fr}.module{min-height:165px}}
  