*{margin:0;padding:0;box-sizing:border-box}body{background:#fafafa;font-family:Arial,sans-serif;color:#333}.card{background:#fff;border-radius:16px;padding:24px 26px;box-shadow:0 10px 24px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:14px;transition:transform .15s ease,box-shadow .15s ease}.card h3{margin:0;padding-bottom:10px;font-size:18px;font-weight:600;border-bottom:1px solid #f0ede7}.card p{margin:0;font-size:15.5px;line-height:1.6;color:#444}.card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,.08)}.category-yard-sales{border-top:3px solid #fdd835}.category-marketplace{border-top:3px solid #f44336}.category-free-stuff{border-top:3px solid #2196f3}.category-businesses{border-top:3px solid #4caf50}.category-events{border-top:3px solid #9c27b0}.category-urgent{border-top:3px solid #d32f2f}.category-bulletin{border-top:3px solid #ff9800}.category-services{border-top:3px solid #e0e0e0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.primaryButton{background:#f57c00;color:#fff;border-radius:10px;border:none}.primaryButton,.secondaryButton{padding:12px 18px;font-weight:600;cursor:pointer}.secondaryButton{background:#fff;border:2px solid #4caf50;color:#4caf50;border-radius:10px}.filterChip{background:#fff;padding:8px 14px;border-radius:999px;font-size:14px;box-shadow:0 4px 10px rgba(0,0,0,.06)}.linkButton{background:none;color:#f57c00;font-weight:600;border:none;padding:0;cursor:pointer}.categoryTile{display:flex;align-items:center;justify-content:center;text-align:center;min-height:78px;padding:12px 16px;font-size:16.5px;font-weight:600;letter-spacing:.2px}a .categoryTile{cursor:pointer}a .categoryTile:hover{transform:translateY(-2px)}.appPromo{margin-top:48px;padding:24px;border-radius:16px;background:#fff;border:1px solid rgba(0,0,0,.08)}.appPromo h2{font-size:22px;margin-bottom:8px}.appPromo p{color:#555;margin-bottom:16px}.storeButtons{display:flex;gap:12px;flex-wrap:wrap}.storePlaceholder{padding:12px 16px;border-radius:999px;border:2px dashed rgba(0,0,0,.25);font-weight:600;color:#666}.qrPlaceholder{margin-top:16px;padding:16px;border-radius:12px;border:2px dashed rgba(0,0,0,.25);text-align:center;color:#777}.header{height:56px;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-sizing:border-box}.header,.headerLeft{display:flex;align-items:center}.headerLeft{gap:8px;min-width:0}.headerNav{display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}.headerNav::-webkit-scrollbar{display:none}.headerRight{display:flex}.accountIcon,.headerRight{align-items:center;justify-content:center;flex-shrink:0}.accountIcon{width:40px;height:40px;border-radius:999px;display:grid}.pins{display:flex;align-items:center;gap:4px;max-width:140px;overflow:hidden}.pins span{font-size:14px}.authContainer{padding:24px 16px;max-width:420px;margin:0 auto;box-sizing:border-box}.authButton{width:100%;padding:14px 18px;border-radius:999px;font-weight:600;font-size:16px}.authToggle{display:flex;gap:8px;background:rgba(0,0,0,.04);padding:6px;border-radius:999px;margin-bottom:24px}.authToggleButton{flex:1 1;padding:10px 14px;border-radius:999px;font-weight:600;text-align:center;cursor:pointer;color:#555}.authToggleButton.active{background:#fff;color:#111;box-shadow:0 1px 4px rgba(0,0,0,.08)}*{-webkit-tap-highlight-color:transparent}.authActionRow{display:flex;gap:12px;margin-top:16px}.authPill{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;font-weight:600;font-size:14px;text-decoration:none;transition:background .15s ease,color .15s ease}.authPill.primary{background:#fdd835;color:#111}.authPill.secondary{background:rgba(0,0,0,.06);color:#333}.authPill:active,.authPill:focus{background-color:inherit;outline:none}.accountDropdown{background:#fff;border-radius:14px;padding:8px;box-shadow:0 10px 30px rgba(0,0,0,.12);min-width:200px}.accountDropdown a{display:flex;align-items:center;padding:10px 14px;margin-bottom:6px;border-radius:999px;font-weight:600;text-decoration:none;color:#111;background:transparent;transition:background .15s ease}.accountDropdown a:hover{background:rgba(0,0,0,.06)}.accountDropdown a.primary{background:#fdd835}.bulletinPage,body,html{max-width:100%;overflow-x:hidden}.bulletinPage{width:100%;box-sizing:border-box;padding-left:16px;padding-right:16px}.bulletinGrid{display:grid;grid-template-columns:1fr 360px;grid-gap:32px;gap:32px}@media (max-width:900px){.bulletinGrid{grid-template-columns:1fr}}.ctaLink{display:inline-block;padding:12px 20px;border-radius:999px;font-weight:600;text-decoration:none;transition:opacity .2s ease}.ctaLink.primary{background:#ff9800;color:#fff}.ctaLink.secondary{background:transparent;border:2px solid #ff9800;color:#ff9800}.ctaLink:hover{opacity:.9}.ctaLink.urgent{background:#d32f2f;color:#fff}.ctaLink.urgent:hover{opacity:.9}