@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f9fafb;color:#374151;font-feature-settings:"kern" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.main-container{padding:0 1.5rem}}@media (min-width: 1024px){.main-container{padding:0 2rem}}.gradient-text{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid rgba(255,255,255,.2)}.text-link{color:var(--primary);text-decoration:none;font-weight:500;transition:color var(--transition-base)}.text-link:hover{color:var(--primary-dark);text-decoration:underline}.empty-message{color:#6b7280;text-align:center;padding:2rem;font-style:italic;grid-column:1/-1}.view-all-section{text-align:center;margin-top:4rem}html,body{height:100%}body{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0}main{flex:1}.main-footer{margin-top:auto}.main-header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:100;transition:all .3s ease-in-out}.main-header.scrolled{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background:#fffffffa}.main-header .header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem}@media (min-width: 640px){.main-header .header-container{padding:1rem 1.5rem}}@media (min-width: 1024px){.main-header .header-container{padding:1rem 2rem}}.main-header .brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.main-header .brand .brand-text{font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;white-space:nowrap}@media (max-width: 640px){.main-header .brand .brand-text{font-size:1.25rem}}.main-header .brand .brand-subtitle{color:#6b7280;font-size:.75rem;margin-left:.5rem;white-space:nowrap}@media (max-width: 1325px){.main-header .brand .brand-subtitle{display:none}}.main-header .main-navigation{display:flex;align-items:center;gap:2rem}.main-header .main-navigation .nav-links{display:flex;align-items:center;gap:1.5rem}@media (max-width: 1080px){.main-header .main-navigation .nav-links{display:none}}.main-header .main-navigation .nav-links a{color:#374151;text-decoration:none;font-weight:500;font-size:.975rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .15s ease-in-out;position:relative}.main-header .main-navigation .nav-links a:hover{color:#3b82f6;background:#3b82f60d}.main-header .main-navigation .nav-links a.active{color:#3b82f6;font-weight:600}.main-header .main-navigation .nav-links a.active:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);width:20px;height:2px;background:#3b82f6;border-radius:1px}.main-header .main-navigation .auth-section{display:flex;align-items:center;gap:1rem}@media (max-width: 1080px){.main-header .main-navigation .auth-section{display:none}}.main-header .main-navigation .auth-section .user-credits{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.875rem}.main-header .main-navigation .auth-section .user-credits .credits-value{font-weight:700;font-size:1rem}.main-header .main-navigation .auth-section .user-credits:before{content:"💰";font-size:.75rem}.main-header .main-navigation .auth-section .nav-button{padding:.5rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .15s ease-in-out;border:none;cursor:pointer;white-space:nowrap}.main-header .main-navigation .auth-section .nav-button.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.main-header .main-navigation .auth-section .nav-button.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.main-header .main-navigation .auth-section .nav-button.btn-secondary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.main-header .main-navigation .auth-section .nav-button.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.main-header .main-navigation .auth-section .nav-button.btn-ghost{background:transparent;color:#374151;border:1px solid #e5e7eb}.main-header .main-navigation .auth-section .nav-button.btn-ghost:hover{background:#3b82f60d;border-color:#3b82f6;color:#3b82f6}.main-header .main-navigation .auth-section .nav-button.btn-danger{background:transparent;color:#ef4444}.main-header .main-navigation .auth-section .nav-button.btn-danger:hover{background:#ef44440d}.main-header .mobile-menu-toggle{display:none}@media (max-width: 1080px){.main-header .mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:.5rem}.main-header .mobile-menu-toggle:hover{background:#3b82f60d}.main-header .mobile-menu-toggle .hamburger{width:20px;height:20px;position:relative}.main-header .mobile-menu-toggle .hamburger span{display:block;width:100%;height:2px;background:#374151;border-radius:1px;transition:all .15s ease-in-out}.main-header .mobile-menu-toggle .hamburger span:nth-child(1){transform:translateY(-6px)}.main-header .mobile-menu-toggle .hamburger span:nth-child(3){transform:translateY(6px)}.main-header .mobile-menu-toggle .hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(0)}.main-header .mobile-menu-toggle .hamburger.active span:nth-child(2){opacity:0}.main-header .mobile-menu-toggle .hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(0)}}.mobile-menu{display:none}@media (max-width: 1080px){.mobile-menu{display:block;position:fixed;top:80px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid #e5e7eb;padding:1.5rem;transform:translateY(-100%);opacity:0;transition:all .3s ease-in-out;z-index:99;visibility:hidden}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu .mobile-nav-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.mobile-menu .mobile-nav-links a{color:#374151;text-decoration:none;font-weight:500;padding:1rem;border-radius:.5rem;transition:all .15s ease-in-out}.mobile-menu .mobile-nav-links a:hover{color:#3b82f6;background:#3b82f60d}.mobile-menu .mobile-nav-links a.active{color:#3b82f6;background:#3b82f61a;font-weight:600}.mobile-menu .mobile-auth-section{border-top:1px solid #e5e7eb;padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu .mobile-auth-section .user-credits{color:#6b7280;font-size:.875rem;text-align:center;padding:1rem;background:#10b9810d;border-radius:.5rem}.mobile-menu .mobile-auth-section .user-credits .credits-value{font-weight:700;color:#10b981;font-size:1rem}.mobile-menu .mobile-auth-section .nav-button{padding:1rem;border-radius:.75rem;font-weight:600;text-decoration:none;text-align:center;transition:all .15s ease-in-out;border:none;cursor:pointer}.mobile-menu .mobile-auth-section .nav-button.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.mobile-menu .mobile-auth-section .nav-button.btn-secondary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.mobile-menu .mobile-auth-section .nav-button.btn-ghost{background:transparent;color:#374151;border:1px solid #e5e7eb}.mobile-menu .mobile-auth-section .nav-button.btn-danger{background:transparent;color:#ef4444}}.auth-nav-content{display:flex;align-items:center;gap:1rem}@media (max-width: 1080px){.auth-nav-content{flex-direction:column;gap:.5rem}}.credits-display{color:#6b7280;font-size:.875rem}.credits-display .credits-amount{font-weight:700;color:#10b981}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .15s ease-in-out}.nav-link:hover{color:#3b82f6;background:#3b82f61a}.btn-logout{background:transparent;border:none;color:#6b7280;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;transition:all .15s ease-in-out}.btn-logout:hover{color:#ef4444;background:#ef44441a}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-section{background:linear-gradient(135deg,#3b82f61a,#10b9810d);padding:4rem 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-section .hero-content{position:relative;z-index:1;text-align:center}.hero-section .hero-content h1{font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 640px){.hero-section .hero-content h1{font-size:2.5rem}}.hero-section .hero-content p{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.search-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-top:-2rem;position:relative;z-index:2;border:1px solid #e5e7eb}.search-section .search-form{display:flex;gap:1rem;max-width:600px;margin:0 auto}@media (max-width: 640px){.search-section .search-form{flex-direction:column}}.search-section .search-form input{flex:1;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .3s ease-in-out}.search-section .search-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-section .search-form input::placeholder{color:#9ca3af}.search-section .search-form button{padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease-in-out;white-space:nowrap}.search-section .search-form button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.search-section .search-form button:active{transform:translateY(0)}.auction-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin:4rem 0}@media (max-width: 640px){.auction-grid{grid-template-columns:1fr;gap:1.5rem}}.auction-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;transition:all .3s ease-in-out;position:relative}.auction-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#3b82f633}.auction-card .card-image{position:relative;overflow:hidden;height:240px}.auction-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.auction-card .card-image .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,transparent 60%,rgba(0,0,0,.7) 100%);opacity:0;transition:opacity .3s ease-in-out}.auction-card .card-image .status-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auction-card .card-image .status-badge.active{background:#10b981e6;color:#fff}.auction-card .card-image .status-badge.ending-soon{background:#f59e0be6;color:#fff}.auction-card .card-image .status-badge.ended{background:#ef4444e6;color:#fff}.auction-card:hover .card-image img{transform:scale(1.05)}.auction-card:hover .card-image .image-overlay{opacity:1}.auction-card .card-content{padding:1.5rem}.auction-card .card-content .card-title{font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.auction-card .card-content .card-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.auction-card .card-content .card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;color:#6b7280}.auction-card .card-content .card-meta .seller-info{display:flex;align-items:center;gap:.25rem}.auction-card .card-content .card-meta .seller-info:before{content:"👤";font-size:.75rem}.auction-card .card-content .card-meta .end-date.ended{color:#ef4444;font-weight:600}.auction-card .card-content .card-meta .end-date.ending-soon{color:#f59e0b;font-weight:600}.auction-card .card-content .card-footer{display:flex;justify-content:space-between;align-items:center}.auction-card .card-content .card-footer .current-bid .bid-label{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.auction-card .card-content .card-footer .current-bid .bid-amount{font-size:1.25rem;font-weight:700;color:#10b981}.auction-card .card-content .card-footer .current-bid .bid-amount.no-bids{color:#6b7280;font-size:1rem;font-weight:500}.auction-card .card-content .card-footer .view-button{padding:.5rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.auction-card .card-content .card-footer .view-button:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auction-card .card-content .card-footer .view-button:active{transform:translateY(0)}.auction-card .card-content .card-footer .view-button:after{content:"→";transition:transform .15s ease-in-out}.auction-card .card-content .card-footer .view-button:hover:after{transform:translate(2px)}.auction-card .card-content .card-footer .view-details-btn{padding:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.auctions-grid{display:grid;gap:2rem}@media (min-width: 640px){.auctions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.auctions-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.auctions-grid{grid-template-columns:repeat(4,1fr)}}.bonus-info{background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.bonus-info p{color:#fff;margin:0;font-size:.875rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .15s ease-in-out;background:#fff;box-shadow:0 1px 3px #0000000d}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001a;background:#fff}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#93c5fd}.form-group input:invalid,.form-group textarea:invalid,.form-group select:invalid{border-color:#ef4444}.form-group textarea{resize:vertical;min-height:100px}.form-group .error-message{color:var(--error);font-size:.75rem;margin-top:.25rem;display:none}.form-group .error-message.show{display:block}.auth-form{width:100%;max-width:500px;margin:0 auto}.form-section{margin-bottom:2rem}.form-section.collapsible{border:1px solid var(--border-light);border-radius:8px;overflow:hidden}.form-section.collapsible .form-section-toggle{width:100%;background:#f8fafc;border:none;padding:1rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color var(--transition-base)}.form-section.collapsible .form-section-toggle:hover{background:#f1f5f9}.form-section.collapsible .form-section-content{padding:0 1rem;transition:max-height .3s ease-out}.form-section.collapsible .form-section-content .form-group:last-child{margin-bottom:1rem}.form-section-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:.5rem}.optional-badge{background:var(--border-light);color:var(--text-secondary);font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px}.toggle-icon{font-size:.875rem;color:var(--text-secondary);transition:transform .3s ease}.required{color:var(--error);font-weight:600}.tooltip{display:inline-block;width:16px;height:16px;background:var(--primary);color:#fff;border-radius:50%;font-size:.75rem;line-height:16px;text-align:center;cursor:help;margin-left:.25rem}.password-input-container{position:relative}.password-input-container input{padding-right:3rem!important}.password-input-container .toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;color:var(--text-secondary);font-size:1.2rem}.password-input-container .toggle-password:hover{color:var(--primary)}.char-count{font-size:.75rem;color:var(--text-secondary);text-align:right;margin-top:.25rem}.form-submit-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;position:relative;margin-top:1rem}.form-submit-btn .btn-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.general-error{margin-top:1rem;padding:.75rem;border-radius:8px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--error)}.general-error.success{background:#22c55e1a;border-color:#22c55e33;color:var(--success)}.loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid rgba(59,130,246,.2);border-radius:50%;border-top-color:#3b82f6;animation:spin .8s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-section{text-align:center;padding:3rem 0}.loading-section .loading-spinner{display:inline-block;width:2rem;height:2rem;border:3px solid var(--border-light);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-section p{color:var(--text-secondary);font-size:.875rem}.load-more-section{text-align:center;margin-top:3rem}.error-message{grid-column:1/-1;text-align:center;padding:3rem 0}.error-message p{color:var(--error);font-size:1rem}.main-footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:2rem 0 1rem;margin-top:3rem}.footer-content{display:grid;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr;gap:2rem}}.footer-brand h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-brand p{color:#d1d5db;line-height:1.5;max-width:350px;font-size:.875rem}.footer-links{display:grid;gap:1.5rem}@media (min-width: 640px){.footer-links{grid-template-columns:repeat(2,1fr)}}.footer-column h4{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.75rem}.footer-column a{display:block;color:#d1d5db;text-decoration:none;margin-bottom:.25rem;transition:color var(--transition-base);font-size:.875rem}.footer-column a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #374151}.footer-bottom p{color:#9ca3af;font-size:.75rem}.auth-page-section{padding:4rem 0;min-height:70vh;display:flex;align-items:center;justify-content:center}.auth-container{max-width:400px;width:100%;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(255,255,255,.2)}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:1.875rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.auth-header p{color:var(--text-secondary);font-size:.875rem}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.auth-footer p{color:var(--text-secondary);font-size:.875rem}.profile-page-section{padding:2rem 0;min-height:70vh}.profile-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;margin-bottom:2rem}.profile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.profile-header h1{font-size:1.875rem;font-weight:700;color:#374151}@media (max-width: 640px){.profile-header{flex-direction:column;gap:1rem;text-align:center}}.profile-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.profile-content{grid-template-columns:auto 1fr}}.profile-avatar-section{text-align:center}.profile-avatar-section .profile-avatar{width:128px;height:128px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:3px solid #e5e7eb}.profile-avatar-section .profile-name{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.profile-avatar-section .profile-email{color:#6b7280;margin-bottom:1.5rem}.profile-avatar-section .profile-credits{font-size:1.125rem;font-weight:700;color:#10b981;margin-bottom:1.5rem}.profile-actions{display:flex;justify-content:center}.profile-actions .btn-primary{min-width:200px}.profile-stats-section .profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.profile-stats-section .profile-stats .stat-item{background:#f9fafb;border-radius:.5rem;padding:1.5rem;text-align:center}.profile-stats-section .profile-stats .stat-item .stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.profile-stats-section .profile-stats .stat-item.stat-credits .stat-value{color:#10b981}.profile-stats-section .profile-stats .stat-item.stat-listings .stat-value{color:#3b82f6}.profile-stats-section .profile-stats .stat-item.stat-wins .stat-value{color:#f59e0b}.profile-stats-section .profile-stats .stat-item .stat-label{font-size:.875rem;color:#6b7280}.profile-bio h3{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:1rem}.profile-bio p{color:#6b7280;line-height:1.6}.listings-section{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem}.listings-section h2{font-size:1.5rem;font-weight:700;color:#374151;margin-bottom:2rem}.profile-error{display:flex;justify-content:center;align-items:center;min-height:400px;padding:2rem}.error-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:400px}.error-card h2{color:var(--error, #dc2626);margin-bottom:1rem;font-size:1.5rem}.error-card .error-message{color:var(--text-secondary, #6b7280);margin-bottom:2rem;line-height:1.6}.error-card .error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-card .error-actions button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.error-card .error-actions button.btn-primary{background:var(--primary, #3b82f6);color:#fff}.error-card .error-actions button.btn-primary:hover{background:var(--primary-dark, #2563eb)}.error-card .error-actions button.btn-secondary{background:var(--gray-200, #e5e7eb);color:var(--text-primary, #1f2937)}.error-card .error-actions button.btn-secondary:hover{background:var(--gray-300, #d1d5db)}.profile-edit-form{max-width:400px;margin:0 auto}.profile-edit-form .profile-avatar-section{text-align:center;margin-bottom:2rem}.profile-edit-form .profile-avatar-section .profile-avatar{width:128px;height:128px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb}.profile-edit-form .form-group{margin-bottom:1.5rem}.profile-edit-form .form-actions{display:flex;gap:1rem;margin-top:2rem}.profile-edit-form .form-actions .btn-primary,.profile-edit-form .form-actions .btn-secondary{flex:1}.profile-edit-form .error-message,.profile-edit-form .success-message{margin-top:1rem;font-size:.875rem}.profile-edit-form .error-message.hidden,.profile-edit-form .success-message.hidden{display:none}.profile-edit-form .error-message{color:#ef4444}.profile-edit-form .success-message{color:#10b981}.empty-listings{text-align:center;padding:2rem}.empty-listings .empty-listings-text{color:#6b7280;margin-bottom:1.5rem}.empty-listings .empty-listings-actions .btn-primary{display:inline-block}.create-listing-page-section{padding:4rem 0;min-height:70vh}.create-listing-container{max-width:800px;margin:0 auto}.create-listing-header{text-align:center;margin-bottom:3rem}.create-listing-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.create-listing-header p{color:var(--text-secondary);font-size:1.125rem}.create-listing-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;margin-bottom:2rem}.create-listing-form .form-group{margin-bottom:2rem}.create-listing-form .form-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.create-listing-form .media-container .media-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.create-listing-form .media-container .media-item .media-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.create-listing-form .media-container .media-item .media-item-header .media-item-label{font-size:.875rem;font-weight:500;color:#374151}.create-listing-form .media-container .media-item .media-item-header .remove-media-btn{background:none;border:none;color:#ef4444;font-size:.875rem;cursor:pointer}.create-listing-form .media-container .media-item .media-item-header .remove-media-btn:hover{color:#eb1515}.create-listing-form .media-container .media-item .media-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.create-listing-form .media-container .media-item .media-inputs{grid-template-columns:1fr}}.create-listing-form .media-container .media-item .input-group .input-label{display:block;font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.create-listing-form .media-container .media-item .input-group .media-url-input,.create-listing-form .media-container .media-item .input-group .media-alt-input{width:100%;padding:.5rem;border:2px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;background:#fff;box-shadow:0 1px 3px #0000000d;transition:all .15s ease-in-out}.create-listing-form .media-container .media-item .input-group .media-url-input:focus,.create-listing-form .media-container .media-item .input-group .media-alt-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001a;background:#fff}.create-listing-form .media-container .media-item .input-group .media-url-input:hover,.create-listing-form .media-container .media-item .input-group .media-alt-input:hover{border-color:#93c5fd}.create-listing-form .media-container .add-media-btn{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;margin-top:.5rem}.create-listing-form .media-container .add-media-btn:hover{color:#2563eb}.create-listing-form .form-actions{display:flex;gap:1rem}.create-listing-form .form-actions .btn-primary,.create-listing-form .form-actions .btn-secondary{flex:1;padding:1rem 1.5rem;font-weight:500}.auctions-page-section{padding:2rem 0;min-height:70vh}.auctions-page-header{text-align:center;margin-bottom:3rem}.auctions-page-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.auctions-page-header p{color:var(--text-secondary);font-size:1.125rem}.auctions-controls{margin-bottom:3rem}.filter-section{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;justify-content:center}@media (min-width: 768px){.filter-section{justify-content:flex-start}}.filter-btn{padding:.5rem 1rem;border:2px solid var(--border-light);background:#fff;color:var(--text-secondary);border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-base)}.filter-btn:hover{border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--gradient-primary);color:#fff;border-color:transparent;box-shadow:var(--shadow-md)}#load-more-btn{display:block;width:100%;padding:.75rem 1.5rem;background:var(--gradient-primary);border:none;border-radius:8px;font-size:1rem;font-weight:300;cursor:pointer;text-align:center;transition:all var(--transition-base)}#load-more-btn:hover{background:var(--gradient-primary-hover);box-shadow:var(--shadow-md)}.listing-page-section{padding:2rem 0;min-height:70vh}.listing-detail-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.listing-content{display:grid;grid-template-columns:1fr;gap:2rem;padding:2rem}@media (min-width: 1024px){.listing-content{grid-template-columns:1fr 1fr}}.listing-gallery .main-image-container{margin-bottom:1.5rem}.listing-gallery .main-image-container .listing-main-image{width:100%;height:100%;object-fit:cover;border-radius:.75rem}.listing-gallery .thumbnails-container{display:flex;gap:.5rem;overflow-x:auto}.listing-gallery .thumbnails-container .thumbnail-btn{flex-shrink:0;width:64px;height:64px;border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden;cursor:pointer}.listing-gallery .thumbnails-container .thumbnail-btn:hover,.listing-gallery .thumbnails-container .thumbnail-btn:focus,.listing-gallery .thumbnails-container .thumbnail-btn.active{border-color:#3b82f6}.listing-gallery .thumbnails-container .thumbnail-btn .thumbnail-image{width:100%;height:100%;object-fit:cover}.listing-details .listing-header{margin-bottom:1.5rem}.listing-details .listing-header .listing-title{font-size:1.875rem;font-weight:700;color:#374151;margin-bottom:.5rem}.listing-details .listing-header .listing-seller{color:#6b7280}.listing-details .listing-description{margin-bottom:2rem}.listing-details .listing-description p{color:#374151}.listing-details .listing-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.listing-details .listing-stats .stat-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem}.listing-details .listing-stats .stat-card .stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.listing-details .listing-stats .stat-card .stat-value{font-size:1.125rem;font-weight:600}.listing-details .listing-stats .stat-card .stat-value.stat-bid{color:#10b981}.listing-details .listing-stats .stat-card .stat-value.stat-expired{color:#ef4444}.listing-details .bid-section{margin-bottom:2rem}.listing-details .bid-section .bid-section-title{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:1rem}.listing-details .bid-section .bid-form{display:flex;gap:.5rem;margin-bottom:.5rem}.listing-details .bid-section .bid-form .bid-input{flex:1;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem}.listing-details .bid-section .bid-form .bid-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.listing-details .bid-section .bid-credits-info{font-size:.875rem;color:#6b7280}.listing-details .bid-section .bid-credits-info .credits-amount{font-weight:600}.listing-details .login-prompt{background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.listing-details .login-prompt .login-prompt-text{color:#1e40af;margin-bottom:.5rem}.listing-details .auction-ended{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.listing-details .auction-ended .auction-ended-text{color:#991b1b;font-weight:600}.listing-details .owner-badge{background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.listing-details .owner-badge .owner-badge-text{color:#065f46}.bid-history-section{border-top:1px solid #e5e7eb;padding:2rem}.bid-history-section .bid-history-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1.5rem}.bid-history-section .bid-history-list{display:flex;flex-direction:column;gap:1rem}.bid-history-section .bid-history-list .bid-history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:.5rem}.bid-history-section .bid-history-list .bid-history-item.highest-bid{background:#10b9810d;border:1px solid rgba(16,185,129,.2)}.bid-history-section .bid-history-list .bid-history-item .bid-info{display:flex;align-items:center;gap:.5rem}.bid-history-section .bid-history-list .bid-history-item .bid-info .bidder-name{font-weight:600}.bid-history-section .bid-history-list .bid-history-item .bid-info .highest-bid-badge{font-size:.75rem;background:#10b9811a;color:#065f46;padding:.25rem .5rem;border-radius:.375rem}.bid-history-section .bid-history-list .bid-history-item .bid-details{display:flex;align-items:center;gap:1.5rem}.bid-history-section .bid-history-list .bid-history-item .bid-details .bid-amount{font-weight:700;color:#10b981}.bid-history-section .bid-history-list .bid-history-item .bid-details .bid-date{font-size:.875rem;color:#6b7280}.bid-history-section .bid-history-list .no-bids-text{color:#6b7280;text-align:center;padding:1.5rem}.bid-history-section .login-required{background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;padding:2rem;text-align:center}.bid-history-section .login-required .login-required-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.bid-history-section .login-required .login-required-text{color:#1e40af}.error-display{text-align:center;padding:2rem}.error-display .error-message{color:#ef4444;font-size:1.125rem;margin-bottom:1.5rem}.hidden{display:none!important}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.auction-card{transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.auction-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.form-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.loading{opacity:.6;pointer-events:none}.thumbnail-btn{transition:all .2s ease-in-out}.thumbnail-btn:hover,.thumbnail-btn:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-slide-in-right{animation:slideInRight .5s ease-out}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*:focus{outline:2px solid #3b82f6;outline-offset:2px}button:focus,input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.btn-gradient{background:linear-gradient(135deg,#3b82f6,#1d4ed8);position:relative;overflow:hidden}.btn-gradient:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-gradient:hover:before{left:100%}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-indicator:before{content:"";width:6px;height:6px;border-radius:50%}.status-indicator.status-active{background:#10b9811a;color:#065f46}.status-indicator.status-active:before{background:#10b981}.status-indicator.status-ending-soon{background:#f59e0b1a;color:#92400e}.status-indicator.status-ending-soon:before{background:#f59e0b;animation:pulse 2s infinite}.status-indicator.status-ended{background:#ef44441a;color:#991b1b}.status-indicator.status-ended:before{background:#ef4444}.empty-state{text-align:center;padding:4rem 2rem}.empty-state .empty-icon{width:64px;height:64px;margin:0 auto 1rem;opacity:.5;color:#9ca3af}.empty-state .empty-title{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-state .empty-description{color:#6b7280;margin-bottom:2rem}
