*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000)}#root{min-height:100vh}.auction-card{background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.auction-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.auction-image-container{position:relative}.auction-image{width:100%;height:180px;object-fit:cover}.watchlist-heart{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.watchlist-heart:hover{transform:scale(1.1)}.watchlist-heart.watched{background:#ef44441a}.auction-details{padding:12px}.auction-title{font-size:16px;font-weight:600;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auction-price{font-size:18px;font-weight:700;color:var(--tg-theme-button-color, #3b82f6);margin-bottom:8px}.auction-progress-container{height:4px;background:#0000001a;border-radius:2px;margin-bottom:8px;overflow:hidden}.auction-progress-bar{height:100%;border-radius:2px;transition:width .3s}.progress-green{background:#22c55e}.progress-yellow{background:#f59e0b}.progress-red{background:#ef4444}.auction-progress-bar.pulsing{animation:pulse .5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.auction-time{font-size:14px;color:var(--tg-theme-hint-color, #888)}.auction-time.time-pulsing{color:#ef4444;animation:pulse .5s ease-in-out infinite}.time-ended{color:#ef4444;font-weight:600}.watchlist-page,.bid-history-page{padding:16px;max-width:600px;margin:0 auto}.watchlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.watchlist-count{font-size:14px;color:var(--tg-theme-hint-color, #888)}.watchlist-grid{display:flex;flex-direction:column;gap:12px}.watchlist-card{display:flex;align-items:center;background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px;overflow:hidden}.watchlist-card-content{display:flex;flex:1;cursor:pointer}.watchlist-image{width:80px;height:80px;object-fit:cover}.watchlist-info{flex:1;padding:12px}.watchlist-info h3{font-size:14px;margin-bottom:4px}.watchlist-price{font-weight:600;color:var(--tg-theme-button-color, #3b82f6)}.watchlist-meta{font-size:12px;color:var(--tg-theme-hint-color, #888);display:flex;gap:8px}.watchlist-remove{width:40px;height:100%;background:transparent;border:none;font-size:24px;color:#888;cursor:pointer}.watchlist-remove:hover{color:#ef4444}.watchlist-empty,.bid-history-empty{text-align:center;padding:40px 20px}.bid-history-list{display:flex;flex-direction:column;gap:12px}.bid-history-item{background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:12px;padding:12px;cursor:pointer}.bid-history-item-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.bid-history-auction-title{font-weight:600;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bid-history-amount{font-weight:700;color:var(--tg-theme-button-color, #3b82f6)}.bid-history-item-meta{display:flex;justify-content:space-between;font-size:12px}.bid-history-date{color:var(--tg-theme-hint-color, #888)}.status-winning{color:#22c55e;font-weight:600}.status-outbid{color:#f59e0b;font-weight:600}.status-ended{color:#888}.bid-history-current-price{font-size:12px;color:var(--tg-theme-hint-color, #888);margin-top:4px}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px}.pagination button{padding:8px 16px;border-radius:8px;border:none;background:var(--tg-theme-button-color, #3b82f6);color:var(--tg-theme-button-text-color, #fff);cursor:pointer}.pagination button:disabled{opacity:.5;cursor:not-allowed}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);padding:12px 24px;border-radius:8px;font-weight:600;z-index:1000;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-success{background:#22c55e;color:#fff}.toast-error{background:#ef4444;color:#fff}.auction-page.outbid-pulse{animation:outbidPulse .5s ease-in-out}@keyframes outbidPulse{0%,to{background:transparent}50%{background:#ef44441a}}.loading,.error{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:16px;color:var(--tg-theme-hint-color, #888)}.featured-badge{position:absolute;top:8px;left:8px;background:#fbbf24;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:12px;z-index:10;box-shadow:0 2px 4px #0003}.featured-section{margin:16px 16px 24px}.featured-title{font-size:20px;font-weight:700;margin-bottom:12px}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 600px){.featured-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}
