*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f5f6fa;color:#1a1a2e}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.page{max-width:1100px;margin:0 auto;padding:28px 24px}.navbar{background:#1a1a2e;color:#fff;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{font-weight:700;font-size:1.1rem}.navbar-user{display:flex;align-items:center;gap:12px;font-size:.85rem}.navbar-signout{background:none;border:1px solid rgba(255,255,255,.3);color:#fff;padding:5px 12px;border-radius:5px;font-size:.8rem}.session-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:24px}.session-card{background:#fff;border-radius:10px;box-shadow:0 1px 4px #0000001a;padding:20px;cursor:pointer;border:2px solid transparent;transition:border-color .15s}.session-card:hover{border-color:#06c}.session-card-name{font-size:1.05rem;font-weight:700;margin-bottom:6px}.session-card-location{font-size:.82rem;color:#666;margin-bottom:12px}.session-card-counts{display:flex;gap:16px;font-size:.8rem;color:#555;margin-bottom:14px}.session-card-footer{font-size:.75rem;color:#aaa;border-top:1px solid #f0f0f0;padding-top:10px}.badge-new{background:#22c55e;color:#fff;font-size:.68rem;padding:2px 8px;border-radius:99px;font-weight:700;float:right}.badge-scrape-needed{background:#f59e0b;color:#fff;font-size:.68rem;padding:2px 8px;border-radius:99px;font-weight:700;float:right}.add-card{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:10px;padding:20px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:160px;transition:border-color .15s}.add-card:hover{border-color:#06c}.add-card-icon{font-size:2rem;color:#ccc}.add-card-label{font-size:.88rem;color:#999}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.page-title{font-size:1.2rem;font-weight:700}.page-subtitle{font-size:.82rem;color:#888}.btn-primary{background:#e63946;color:#fff;border:none;border-radius:7px;padding:9px 20px;font-weight:600;font-size:.88rem}.btn-secondary{background:#fff;color:#555;border:1px solid #dee2e6;border-radius:7px;padding:9px 20px;font-size:.88rem}.btn-sm{padding:5px 12px;font-size:.8rem;border-radius:5px}.tabs{display:flex;gap:4px;border-bottom:2px solid #e9ecef;margin-bottom:20px}.tab{padding:10px 20px;background:none;border:none;font-size:.88rem;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}.tab.active{color:#1a1a2e;font-weight:600;border-bottom-color:#e63946}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.listing-card-wrapper{overflow:hidden;max-height:600px;opacity:1;transform:scale(1);transition:max-height .38s ease,opacity .28s ease,transform .28s ease}.listing-card-wrapper.dismissing{max-height:0;opacity:0;transform:scale(.94)}.listing-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;overflow:hidden}.listing-card-image{width:100%;height:200px;object-fit:cover;display:block;background:#f0f0f0}.listing-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;padding:14px 16px 0}.listing-title{font-size:.9rem;font-weight:600;margin-bottom:4px;line-height:1.3;padding:0 16px}.listing-price{font-size:.88rem;color:#e63946;font-weight:700;margin-bottom:4px;padding:0 16px}.listing-date{font-size:.75rem;color:#aaa;margin-bottom:12px;padding:0 16px}.listing-actions{display:flex;gap:8px;padding:0 16px 14px}.site-badge{font-size:.68rem;padding:2px 8px;border-radius:99px;font-weight:700;color:#fff}.site-craigslist{background:#06c}.site-pinkbike{background:#e91e8c}.site-offerup{background:#ff6900}.site-facebook{background:#1877f2}.listing-actions a{font-size:.78rem;color:#06c}.empty-state{text-align:center;color:#aaa;padding:60px 0;font-size:.95rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;padding:28px;width:100%;max-width:480px}.modal-title{font-size:1.05rem;font-weight:700;margin-bottom:4px}.modal-subtitle{font-size:.82rem;color:#888;margin-bottom:20px}.form-group{margin-bottom:14px}.form-label{display:block;font-size:.82rem;font-weight:600;margin-bottom:5px;color:#555}.form-input{width:100%;padding:9px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:.88rem;font-family:inherit}.modal-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.scraper-row{display:flex;align-items:center;gap:12px;padding:11px 14px;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;background:#f8f9fa;margin-bottom:8px}.fb-creds{padding:14px;border:1px solid #bbdefb;border-radius:8px;background:#e3f2fd;margin-bottom:8px}.fb-creds-label{font-size:.8rem;color:#1565c0;font-weight:600;margin-bottom:10px}.scrape-log{background:#f0f9f0;border:1px solid #c3e6cb;border-radius:8px;padding:12px;font-family:monospace;font-size:.78rem;line-height:1.8;max-height:200px;overflow-y:auto;margin-bottom:16px}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.login-title{font-size:1.8rem;font-weight:700}.login-subtitle{color:#666;margin-bottom:8px}.btn-google{background:#fff;color:#333;border:1px solid #ddd;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:500;width:240px}.btn-github{background:#24292e;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:500;width:240px}.back-link{display:inline-flex;align-items:center;gap:6px;color:#666;font-size:.85rem;margin-bottom:16px}.back-link:hover{color:#1a1a2e}
