.use-global-state-example{padding:24px}.use-global-state-example__row{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:24px;display:grid}.use-global-state-example__card{height:100%}.use-global-state-example__card .ant-card-body{min-height:200px}.use-global-state-example__profile{align-items:center;gap:16px;display:flex}.use-global-state-example__avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;font-weight:700;display:flex}.use-global-state-example__product{border:1px solid #f0f0f0;border-radius:4px;justify-content:space-between;align-items:center;padding:12px;transition:all .3s;display:flex}.use-global-state-example__product:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff1a}.use-global-state-example__cart-item{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.use-global-state-example__total{justify-content:space-between;align-items:center;font-size:18px;display:flex}.use-global-state-example__code{background:#f6f7f9;border-radius:4px;padding:16px;font-family:Courier New,monospace;font-size:13px;line-height:1.6;overflow-x:auto}