:root{--gl-bg:#f7f9fc;--gl-card:#ffffff;--gl-text:#122033;--gl-muted:#66758a;--gl-border:#e6ebf2;--gl-primary:#0f62fe;--gl-soft:#f2f7ff;--gl-open:#15803d;--gl-closed:#b91c1c;--gl-special:#c2410c;--gl-radius:24px;--gl-shadow:0 18px 44px rgba(17,24,39,.08)}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--gl-bg)}body{font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f5f8fd 0,#fff 28%,#f8fbff 100%);color:var(--gl-text);line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.gl-wrap{width:min(1220px,calc(100% - 28px));margin:0 auto}.gl-site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(230,235,242,.75)}.gl-site-footer{background:#fff;border-top:1px solid var(--gl-border);margin-top:60px}.gl-header-inner,.gl-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0}.gl-footer-left p{margin:0}.gl-footer-note{margin-top:6px;color:var(--gl-muted)}.gl-brand{display:flex;align-items:center;gap:12px;min-width:0}.gl-brand-logo{width:42px;height:42px;object-fit:cover;border-radius:12px}.gl-brand-copy{display:flex;flex-direction:column;min-width:0}.gl-brand-text{font-size:1.1rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gl-brand-sub{font-size:.82rem;color:var(--gl-muted)}.gl-page,.gl-home,.gl-profile-page,.gl-city-page{padding:28px 0 40px}.gl-card,.gl-profile-card{background:var(--gl-card);border:1px solid rgba(230,235,242,.9);border-radius:var(--gl-radius);box-shadow:var(--gl-shadow)}.gl-card{padding:24px}.gl-card-spaced{margin-top:18px}.gl-section{margin-top:34px}.gl-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.gl-pill,.gl-badge,.gl-status,.gl-verified-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-size:.9rem;font-weight:700}.gl-pill{background:var(--gl-soft);color:var(--gl-primary)}.gl-badge.is-open,.gl-status.is-open{background:#e8f7ed;color:var(--gl-open)}.gl-badge.is-closed,.gl-status.is-closed{background:#fdecec;color:var(--gl-closed)}.gl-badge.is-special,.gl-status.is-special{background:#fff3e8;color:var(--gl-special)}.gl-verified-badge{background:#eef5ff;color:#0f62fe}.gl-verified-icon{width:16px;height:16px;fill:currentColor}.gl-btn,.gl-action-chip{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:16px;border:1px solid var(--gl-border);font-weight:700;background:#fff}.gl-btn-primary{background:var(--gl-primary);border-color:var(--gl-primary);color:#fff}.gl-btn-soft{background:#fff}.gl-richtext p:last-child{margin-bottom:0}.gl-empty-state{text-align:center;padding:40px 24px}