*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.timer{font-size:.85rem;font-weight:600}.ended,.live{color:#e53e3e}.upcoming{color:#4facfe}.default{color:#718096}.card{padding:24px;border-radius:20px;background:#fffffff2;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 40px #0000001a;transition:all .3s ease;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4facfe,#00f2fe)}.card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000026}.card.ended{opacity:.6;filter:grayscale(50%)}.card.ended:before{background:#a0aec0}.cardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.itemTitle{font-size:1.4rem;font-weight:700;color:#2d3748;margin-bottom:4px}.countdown{font-size:.9rem;font-weight:600;padding:8px 12px;border-radius:12px;background:#4facfe1a;color:#4facfe;border:1px solid rgba(79,172,254,.2)}.price{text-align:center;font-size:3rem;font-weight:800;margin:24px 0;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,.1)}.flashGreen{animation:flashGreen .6s ease}.flashRed{animation:flashRed .6s ease}@keyframes flashGreen{0%{background-color:#48bb781a}50%{background-color:#48bb784d}to{background-color:transparent}}@keyframes flashRed{0%{background-color:#f565651a}50%{background-color:#f565654d}to{background-color:transparent}}.bidBtn{width:100%;padding:16px;font-size:1.2rem;font-weight:700;border-radius:16px;border:none;cursor:pointer;background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;box-shadow:0 10px 30px #4facfe66;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.bidBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #4facfe99}.bidBtn:disabled{background:linear-gradient(135deg,#a0aec0,#718096);cursor:not-allowed;box-shadow:none;transform:none}.status{margin-top:16px;text-align:center;min-height:32px;display:flex;align-items:center;justify-content:center}.win{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #48bb784d}.lose{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #f565654d}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 10px 25px #0003;width:100%;max-width:400px}.auth-form h2{margin-bottom:1.5rem;text-align:center;color:#333}.auth-form input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.auth-form button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s}.auth-form button:hover{background:#5568d3}.auth-form p{text-align:center;margin-top:1rem;color:#667eea;cursor:pointer;font-size:.9rem}.auth-form .error{background:#fee;color:#c33;padding:.5rem;border-radius:5px;margin-bottom:1rem;text-align:center}.cart-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.cart-modal{background:#fff;border-radius:10px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.cart-header h2{margin:0}.cart-header button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.cart-tabs{display:flex;border-bottom:2px solid #eee}.cart-tabs button{flex:1;padding:1rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#666;border-bottom:3px solid transparent;transition:all .3s}.cart-tabs button.active{color:#667eea;border-bottom-color:#667eea}.cart-tabs button:hover{background:#f9f9f9}.cart-balance{padding:1rem 1.5rem;background:#f0f9ff;color:#0369a1;font-weight:700}.empty-cart{padding:3rem;text-align:center;color:#999}.cart-items{flex:1;overflow-y:auto;padding:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #eee;border-radius:8px;margin-bottom:.5rem}.cart-item input[type=checkbox]{width:20px;height:20px;cursor:pointer}.cart-item-info{flex:1}.cart-item-info h3{margin:0 0 .25rem;font-size:1rem}.cart-item-info p{margin:0;color:#16a34a;font-weight:700}.cart-item button{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:5px;cursor:pointer}.purchase-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid #eee;border-radius:8px;margin-bottom:.5rem;background:#f9fafb}.purchase-item .cart-item-info h3{margin:0 0 .25rem;font-size:1rem}.purchase-item .price{margin:0;color:#16a34a;font-weight:700}.purchase-item .date{margin:.25rem 0 0;color:#666;font-size:.85rem}.purchased-badge{background:#16a34a;color:#fff;padding:.5rem 1rem;border-radius:5px;font-weight:600;font-size:.9rem}.cart-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-total{font-size:1.25rem;font-weight:700}.purchase-btn{padding:.75rem 1.5rem;background:#16a34a;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.purchase-btn:disabled{background:#ccc;cursor:not-allowed}.container{padding:40px 20px;min-height:100vh;background-color:#000}.wrapper{max-width:1200px;margin:0 auto}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.title{font-size:3rem;font-weight:800;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.3);margin:0}.user-info{display:flex;gap:1rem;align-items:center}.username{color:#fff;font-weight:600;font-size:1.1rem}.balance{background:#16a34a;color:#fff;padding:.5rem 1rem;border-radius:5px;font-weight:700}.cart-btn,.logout-btn{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600;transition:transform .2s}.cart-btn{background:#3b82f6;color:#fff}.logout-btn{background:#ef4444;color:#fff}.cart-btn:hover,.logout-btn:hover{transform:scale(1.05)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;color:#fff;font-size:1.5rem;font-weight:600}
