*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1b4332;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}a{font-weight:500;color:#52b788;text-decoration:inherit}a:hover{color:#2d6a4f}button{font-family:inherit}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;color:#fff;font-size:14px;box-shadow:0 4px 12px #00000026;animation:toast-slide-in .3s ease-out;min-width:280px}.toast-success{background-color:#10b981}.toast-error{background-color:#ef4444}.toast-info{background-color:#3b82f6}.toast-icon{font-size:16px;font-weight:700;flex-shrink:0}.toast-message{flex:1}.toast-close{background:none;border:none;color:#fffc;font-size:18px;cursor:pointer;padding:0 2px;flex-shrink:0}.toast-close:hover{color:#fff}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 480px){.toast-container{left:10px;right:10px;max-width:none}.toast{min-width:auto}}.header{background:#fff;color:#1b4332;box-shadow:0 1px 4px #00000014;position:relative;z-index:200;border-bottom:1px solid #e2e8f0}.header-countdown{background:#f0fdf4;border-bottom:1px solid #d1fae5;padding:.4rem 0}.countdown-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.countdown-icon{font-size:1rem}.countdown-label{font-size:.8rem;color:#4a5568;font-weight:500}.countdown-time{font-size:.9rem;font-weight:700;color:#1b4332;padding:.15rem .5rem;background:#d1fae5;border-radius:4px;min-width:80px;text-align:center}.countdown-link{color:#2d6a4f;text-decoration:none;font-size:.8rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;transition:all .2s ease;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.countdown-link:hover{background:#d1fae5}.header-container{max-width:1400px;margin:0 auto;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.header-left{display:flex;align-items:center;gap:.75rem}.mobile-menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.4rem;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:4px;width:22px;height:16px;position:relative}.hamburger span{display:block;width:100%;height:2px;background:#1b4332;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1b4332;font-weight:700}.logo-circle{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border:2px solid #52B788}.logo-text{font-size:1rem;letter-spacing:.03em;color:#1b4332}.search-container{flex:1;max-width:500px;display:flex;gap:.5rem;margin:0 1.5rem}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;font-size:.95rem;color:#a0aec0}.search-input{width:100%;padding:.6rem .75rem .6rem 2.5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;background:#f7fafc;transition:all .2s ease;color:#1b4332}.search-input:focus{outline:none;border-color:#52b788;background:#fff;box-shadow:0 0 0 2px #52b78826}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:350px;overflow-y:auto;margin-top:-1px}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f0f0f0}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background-color:#f7fafc}.suggestion-item.selected{background-color:#f0fdf4}.suggestion-image{width:42px;height:42px;border-radius:4px;overflow:hidden;flex-shrink:0;background:#e2e8f0}.suggestion-image img{width:100%;height:100%;object-fit:cover}.suggestion-content{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.suggestion-title{font-size:.9rem;font-weight:600;color:#1b4332;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.suggestion-category{color:#718096;padding:.1rem .4rem;background:#edf2f7;border-radius:3px;font-weight:500}.suggestion-price{color:#2d6a4f;font-weight:700}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:#f7fafc}.search-suggestions::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#a0aec0}.explore-btn{padding:.6rem 1.25rem;background:#1b4332;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:background .2s ease;white-space:nowrap}.explore-btn:hover{background:#2d6a4f}.header-right{display:flex;align-items:center;gap:.75rem}.header-actions{display:flex;align-items:center;gap:.5rem}.auctions-link{padding:.5rem 1rem;background:transparent;color:#1b4332;text-decoration:none;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:background .2s ease;border:1px solid #e2e8f0;white-space:nowrap}.auctions-link:hover{background:#f0fdf4;border-color:#52b788}.favorites-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #e2e8f0;border-radius:50%;font-size:1rem;text-decoration:none;transition:all .2s;flex-shrink:0}.favorites-link:hover{background:#fff5f5;border-color:#fc8181}.favorites-badge{position:absolute;top:-4px;right:-4px;background:#e53e3e;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.mobile-favorites-badge{margin-left:auto;background:#e53e3e;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.dashboard-btn{padding:.5rem 1rem;background:transparent;color:#2d6a4f;text-decoration:none;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:background .2s ease;border:1px solid #2D6A4F;white-space:nowrap}.dashboard-btn:hover{background:#f0fdf4}.my-dashboard-btn{padding:.5rem 1rem;background:transparent;color:#1b4332;text-decoration:none;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:background .2s ease;border:1px solid #e2e8f0;white-space:nowrap}.my-dashboard-btn:hover{background:#f0fdf4;border-color:#52b788}.my-profile-btn{position:relative;padding:.5rem 1rem;background:transparent;color:#1b4332;text-decoration:none;border-radius:6px;font-size:.85rem;font-weight:500;transition:background .2s ease;border:1px solid #e2e8f0;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem}.my-profile-btn:hover{background:#f0fdf4;border-color:#52b788}.profile-incomplete-dot,.mobile-profile-dot{width:8px;height:8px;background:#e53e3e;border-radius:50%;display:inline-block;flex-shrink:0}.mobile-profile-dot{margin-left:auto}.location-selector{display:flex;align-items:center;gap:.35rem}.location-icon{font-size:.95rem}.location-select{padding:.4rem 1.75rem .4rem .4rem;border:1px solid #e2e8f0;border-radius:4px;background:#f7fafc;font-size:.85rem;color:#1b4332;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231B4332' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center}.location-select:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 2px #52b78826}.login-btn{padding:.5rem 1.25rem;background:#1b4332;color:#fff;text-decoration:none;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:background .2s ease;white-space:nowrap}.login-btn:hover{background:#2d6a4f}.user-menu{display:flex;align-items:center;gap:.75rem}.user-info{display:flex;align-items:center;gap:.5rem}.user-avatar,.user-avatar-placeholder{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{background:#1b4332;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.user-name{font-size:.85rem;color:#1b4332;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{padding:.4rem .75rem;background:transparent;color:#718096;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.logout-btn:hover{background:#fff5f5;border-color:#fc8181;color:#c53030}@media (max-width: 1024px){.header-container{flex-wrap:wrap;gap:.75rem}.search-container{order:3;width:100%;max-width:100%;margin:0}.header-right{margin-left:auto}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000}.mobile-menu-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-content{position:absolute;top:0;right:0;width:280px;max-width:80vw;height:100%;background:#fff;box-shadow:-2px 0 8px #00000026;z-index:2;animation:slideIn .25s ease;display:flex;flex-direction:column;overflow-y:auto}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.mobile-menu-title{font-size:1.1rem;font-weight:700;color:#1b4332;text-transform:uppercase;letter-spacing:.03em}.mobile-menu-close{background:transparent;border:none;color:#718096;font-size:1.25rem;cursor:pointer;padding:.4rem;line-height:1;transition:color .2s ease}.mobile-menu-close:hover{color:#1b4332}.mobile-menu-body{flex:1;padding:.5rem 0;overflow-y:auto}.mobile-menu-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#1b4332;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s ease;border-bottom:1px solid #f0f0f0}.mobile-menu-link:hover{background:#f0fdf4}.mobile-menu-link.mobile-login-link{background:#1b4332;color:#fff;font-weight:600;margin:.75rem 1.25rem;border-radius:6px;border:none;justify-content:center}.mobile-menu-link.mobile-login-link:hover{background:#2d6a4f}.mobile-menu-icon{font-size:1.1rem;width:22px;text-align:center}.mobile-user-info{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f7fafc;margin:.5rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.mobile-user-avatar,.mobile-user-avatar-placeholder{width:40px;height:40px;border-radius:50%;flex-shrink:0}.mobile-user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-user-avatar-placeholder{background:#1b4332;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.mobile-user-details{flex:1;min-width:0}.mobile-user-name{font-size:.9rem;font-weight:600;color:#1b4332;margin-bottom:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user-email{font-size:.75rem;color:#718096;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-logout-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:transparent;color:#c53030;border:none;border-top:1px solid #e2e8f0;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease;width:100%;text-align:left}.mobile-logout-btn:hover{background:#fff5f5}.mobile-location-section{padding:1rem 1.25rem;border-top:1px solid #e2e8f0}.mobile-location-label{display:flex;align-items:center;gap:.4rem;color:#1b4332;font-weight:600;margin-bottom:.5rem;font-size:.85rem}.mobile-location-select{width:100%;padding:.5rem 2rem .5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;background:#f7fafc;font-size:.9rem;color:#1b4332;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231B4332' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.mobile-location-select:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 2px #52b78826}@media (max-width: 768px){.mobile-menu-toggle{display:block}.header-container{padding:.35rem .75rem}.header-countdown{padding:.25rem 0}.countdown-content{padding:0 .75rem;gap:.35rem}.countdown-label{font-size:.7rem}.countdown-time{font-size:.75rem;min-width:60px;padding:.1rem .35rem}.countdown-link{font-size:.7rem;max-width:120px}.header-right{display:none}.mobile-menu{display:block}.logo-image{width:90px!important}.logo-text{font-size:.9rem}.logo-circle{width:32px;height:32px;font-size:.8rem}.search-container{order:3;margin:0;gap:.35rem}.search-input{padding:.45rem .6rem .45rem 2rem;font-size:.85rem}.search-icon{left:.6rem;font-size:.85rem}.explore-btn{padding:.45rem .75rem;font-size:.75rem}.search-suggestions{max-height:250px}.suggestion-item{padding:.4rem .6rem;gap:.5rem}.suggestion-image{width:34px;height:34px}.suggestion-title{font-size:.8rem}.suggestion-meta{font-size:.7rem;flex-wrap:wrap}}.header-search-wrap{flex:1;max-width:520px;position:relative;z-index:300}.header-search-form{position:relative}.header-search-inner{display:flex;align-items:center;background:#f8fafc;border:1.5px solid #d1fae5;border-radius:12px;overflow:visible;transition:border-color .2s,box-shadow .2s}.header-search-inner:focus-within{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1f}.header-search-icon{padding:0 .6rem 0 .9rem;font-size:1rem;flex-shrink:0}.header-search-input{flex:1;border:none;background:transparent;padding:.6rem .4rem;font-size:.92rem;color:#1b4332;outline:none;min-width:0}.header-search-input::placeholder{color:#94a3b8}.header-search-clear{background:none;border:none;color:#94a3b8;cursor:pointer;padding:0 .5rem;font-size:.85rem;line-height:1;flex-shrink:0;transition:color .15s}.header-search-clear:hover{color:#ef4444}.header-search-btn{background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#fff;border:none;padding:.6rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;border-radius:0 10px 10px 0;flex-shrink:0;transition:opacity .2s;white-space:nowrap}.header-search-btn:hover{opacity:.88}.header-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000024;border:1px solid #e2e8f0;overflow:hidden;z-index:400}.header-suggestion-empty{display:flex;align-items:center;gap:.6rem;padding:1rem 1.2rem;color:#64748b;font-size:.9rem}.header-suggestion-item{display:flex;align-items:center;gap:.8rem;padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .15s}.header-suggestion-item:last-child{border-bottom:none}.header-suggestion-item:hover,.header-suggestion-item.active{background:#f0fdf4}.header-suggestion-img{width:46px;height:46px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#f1f5f9}.header-suggestion-info{flex:1;min-width:0}.header-suggestion-title{display:block;font-size:.88rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-suggestion-title mark{background:#d1fae5;color:#1b4332;font-weight:700;border-radius:2px;padding:0 1px}.header-suggestion-meta{display:flex;align-items:center;gap:.5rem;margin-top:.2rem}.header-suggestion-cat{font-size:.72rem;background:#e0f2fe;color:#0369a1;padding:.1rem .45rem;border-radius:20px;font-weight:500}.header-suggestion-price{font-size:.78rem;color:#2d6a4f;font-weight:600}.header-suggestion-arrow{color:#94a3b8;font-size:.85rem;flex-shrink:0}@media (max-width: 768px){.header-search-wrap{order:3;max-width:100%;width:100%;padding:0 1rem .75rem}.header-search-btn{display:none}}.footer{background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#fff;margin-top:4rem}.footer-top{padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;flex:1}.footer-column h3{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#a0aec0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-social{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.social-icons{display:flex;gap:.75rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .3s ease}.social-icon:hover{background:#fff3}.help-button{width:50px;height:50px;border-radius:8px;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;border:none;font-size:1.5rem;font-weight:700;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 2px 8px #52b78866}.help-button:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 4px 12px #52b78880}.footer-bottom{padding:1.5rem 0;position:relative}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center}.footer-bottom-left{display:flex;align-items:center;gap:.75rem}.footer-bottom-left a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-left a:hover,.separator{color:#a0aec0}.footer-bottom-right p{color:#fff;font-size:.9rem;margin:0}.footer-social-icons{display:flex;align-items:center;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1f;color:#fff;text-decoration:none;transition:background .25s ease,transform .2s ease}.footer-social-link:hover{background:#ffffff40;transform:translateY(-2px)}.scroll-to-top{position:absolute;right:2rem;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;border:none;font-size:1.2rem;cursor:pointer;transition:background .3s ease,transform .2s ease;box-shadow:0 2px 8px #52b78866}.scroll-to-top:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 4px 12px #52b78880}@media (max-width: 968px){.footer-container{flex-direction:column;gap:2rem}.footer-columns{grid-template-columns:1fr;gap:2rem}.footer-social{align-items:flex-start;flex-direction:row;justify-content:space-between;width:100%}.footer-bottom .footer-container{flex-direction:column;gap:1rem;align-items:flex-start}.scroll-to-top{position:static;align-self:flex-end}}.auction-card-wrapper{position:relative}.auction-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.auction-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.auction-card-image{position:relative;width:100%;height:250px;overflow:hidden;background:#f0f0f0}.watchlist-btn{position:absolute;top:1rem;left:1rem;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 2px 8px #00000026}.watchlist-btn:hover{background:#fff;transform:scale(1.1)}.watchlist-btn.active{background:#fffffff2}.auction-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.auction-card:hover .auction-card-image img{transform:scale(1.05)}.auction-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase}.auction-badge.live{background-color:#48bb78;color:#fff;animation:pulse 2s infinite}.auction-badge.ended{background-color:#f56565;color:#fff}.auction-badge.paused{background-color:#ed8936;color:#fff}.auction-badge.countdown{background-color:#4299e1;color:#fff}.auction-card-content{padding:1.5rem}.auction-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.5rem;flex-wrap:wrap}.auction-category{background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;box-shadow:0 2px 4px #0000001a}.auction-location{color:#718096;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.auction-card-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#2d3748}.auction-card-description{margin:0 0 1rem;color:#718096;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.auction-card-info{display:flex;justify-content:space-between;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.auction-price,.auction-time{display:flex;flex-direction:column}.price-label,.time-label{font-size:.75rem;color:#a0aec0;text-transform:uppercase;margin-bottom:.25rem}.price-value{font-size:1.25rem;font-weight:700;color:#52b788;text-shadow:0 1px 2px rgba(0,0,0,.1)}.time-value{font-size:1rem;font-weight:600;color:#2d3748}.time-value.live{color:#48bb78;font-weight:700;animation:pulse 2s infinite}.auction-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem}.auction-bids-count{font-size:.875rem;color:#718096}.auction-item-count{font-size:.875rem;color:#a0aec0}.auction-condition{font-size:.8rem;color:#4a5568;display:flex;align-items:center;gap:.3rem}.condition-bar-mini-wrapper{display:inline-block;width:40px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.condition-bar-mini{display:block;height:100%;background:linear-gradient(90deg,#fc8181,#f6e05e,#52b788);border-radius:3px}.auction-card.list-view{display:flex;flex-direction:row}.auction-card.list-view .auction-card-image{width:300px;min-width:300px;height:200px;flex-shrink:0}.auction-card.list-view .auction-card-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.auction-card.list-view .auction-card-info{margin-bottom:0;padding-top:.5rem;border-top:none}.auction-card.list-view .auction-card-footer{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e2e8f0}@media (max-width: 768px){.auction-card-image{height:200px}.auction-card-content{padding:1rem}.auction-card.list-view{flex-direction:column}.auction-card.list-view .auction-card-image{width:100%;height:250px}}.search-filters{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.search-bar{position:relative;margin-bottom:1.5rem}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.search-input:focus{outline:none;border-color:#2d6a4f}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem}.filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:#4a5568;text-transform:uppercase}.filter-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;transition:border-color .3s ease}.filter-select:focus{outline:none;border-color:#2d6a4f}.clear-filters-btn{padding:.75rem 1.5rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;font-weight:600;color:#4a5568;cursor:pointer;transition:all .3s ease;white-space:nowrap}.clear-filters-btn:hover{background:#edf2f7;border-color:#cbd5e0}@media (max-width: 768px){.filters-row{grid-template-columns:1fr}.clear-filters-btn{width:100%}}.what-to-expect{background:#fff;padding:4rem 0}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#1b4332;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-title{font-size:1.25rem;font-weight:700;color:#1b4332;margin-bottom:1rem}.feature-description{font-size:.95rem;color:#718096;line-height:1.6;margin:0}@media (max-width: 768px){.what-to-expect{padding:3rem 0}.section-title{font-size:1.5rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}.live-bids-section{background:linear-gradient(135deg,#1b4332,#2d6a4f);padding:2rem 0;margin-bottom:2rem;position:relative;overflow:hidden}.live-bids-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(82,183,136,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.live-bids-header{text-align:center;margin-bottom:1.5rem}.live-bids-title{font-size:1.75rem;font-weight:700;color:#52b788;margin:0;display:flex;align-items:center;justify-content:center;gap:.75rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.live-indicator{color:#48bb78;font-size:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.live-bids-container{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow:hidden}.live-bid-item{display:block;text-decoration:none;background:#fffffff2;border-radius:8px;padding:1rem 1.5rem;transition:all .3s ease;animation:slideIn .5s ease-out;border-left:4px solid #52B788;box-shadow:0 2px 8px #0000001a}.live-bid-item.new{animation:slideInHighlight .6s ease-out;border-left-color:#48bb78;background:linear-gradient(90deg,#48bb781a,#fffffff2)}.live-bid-item.removing{animation:fadeOut .5s ease-in forwards}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInHighlight{0%{opacity:0;transform:translate(-30px) scale(.95);box-shadow:0 0 #48bb7800}50%{transform:translate(5px) scale(1.02);box-shadow:0 4px 16px #48bb784d}to{opacity:1;transform:translate(0) scale(1);box-shadow:0 2px 8px #0000001a}}@keyframes fadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.live-bid-item:hover{transform:translate(5px);box-shadow:0 4px 12px #52b7884d;border-left-width:6px}.live-bid-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.live-bid-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1;min-width:200px}.live-bid-bidder{font-weight:700;color:#1b4332;font-size:1rem}.live-bid-action{color:#718096;font-size:.9rem}.live-bid-auction{font-weight:600;color:#2d3748;font-size:.95rem}.live-bid-amount{font-size:1.25rem;font-weight:700;color:#52b788;text-shadow:0 1px 2px rgba(0,0,0,.1);white-space:nowrap}.live-bid-time{font-size:.85rem;color:#a0aec0;white-space:nowrap}@media (max-width: 768px){.live-bids-title{font-size:1.5rem}.live-bid-content{flex-direction:column;align-items:flex-start}.live-bid-info{width:100%}.live-bid-amount{font-size:1.1rem}}.hero-banner{background:#f7fafc;padding:4rem 0;margin-bottom:2rem;position:relative;overflow:hidden}.hero-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(82,183,136,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(82,183,136,.1) 0%,transparent 50%);pointer-events:none}.hero-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;position:relative;z-index:1;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000026}.hero-text-section{color:#fff;background:#1b4332;padding:3rem;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;line-height:1.2;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-description{font-size:1.1rem;line-height:1.7;margin:0 0 2rem;color:#fffffff2;max-width:500px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-btn{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:6px;transition:all .3s ease;border:none;cursor:pointer;text-align:center;letter-spacing:.5px}.hero-btn-primary{background:linear-gradient(90deg,#52b788,#74c69d);color:#1b4332;box-shadow:0 4px 12px #52b78866;font-weight:700}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #52b78880;background:linear-gradient(90deg,#74c69d,#95d5b2)}.hero-btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.hero-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero-images-section{position:relative;background:#0f2e1f;display:flex;flex-direction:column;overflow:hidden;max-height:400px}.hero-main-carousel{position:relative;flex:1;min-height:0;max-height:260px;overflow:hidden}.hero-main-slide{width:100%;height:100%}.hero-main-slide a{display:block;width:100%;height:100%;position:relative}.hero-subtitle{margin-top:.5rem;color:#ffffffe6}.hero-main-slide img{width:100%;height:260px;object-fit:cover;display:block;animation:heroFadeIn .6s ease}@keyframes heroFadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.hero-slide-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem 1rem;background:linear-gradient(transparent,#000000b3)}.hero-slide-title{color:#fff;font-size:.9rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-carousel-dots{position:absolute;bottom:.75rem;right:1rem;display:flex;gap:.35rem;z-index:5}.hero-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff6;cursor:pointer;padding:0;transition:all .2s ease}.hero-dot.active{background:#52b788;transform:scale(1.3)}.hero-dot:hover{background:#ffffffb3}.hero-no-images{display:flex;align-items:center;justify-content:center;color:#fff6;font-size:1rem}.hero-strip{display:flex;gap:.4rem;overflow:hidden;padding:.4rem 0;flex-shrink:0}.hero-strip-item{flex-shrink:0;width:90px;height:65px;border-radius:4px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.hero-strip-item:hover{transform:scale(1.1);box-shadow:0 2px 10px #52b78880;z-index:5;position:relative}.hero-strip-item img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr}.hero-images-section{max-height:320px}.hero-main-carousel{max-height:200px}.hero-main-slide img{height:200px}.hero-title{font-size:2rem}}@media (max-width: 768px){.hero-banner{padding:2rem 0}.hero-container{padding:0 1rem}.hero-text-section{padding:2rem}.hero-title{font-size:1.75rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column}.hero-btn{width:100%;padding:.875rem 1.5rem}.hero-images-section{max-height:280px}.hero-main-carousel{max-height:170px}.hero-main-slide img{height:170px}.hero-strip-item{width:60px;height:45px}}.home{min-height:calc(100vh - 200px);background:#f7fafc}.container{max-width:1400px;margin:0 auto;padding:1.25rem 2rem}.auctions-layout{display:flex;gap:2rem;align-items:flex-start;margin-top:1rem}.auctions-main{flex:1;min-width:0}.auctions-sidebar{width:300px;min-width:300px;position:sticky;top:1rem}.sidebar-search-cta{background:linear-gradient(135deg,#1b4332,#2d6a4f);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px #1b43324d}.sidebar-cta-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .75rem;line-height:1.4}.sidebar-cta-subtitle{font-size:.9rem;color:#fffc;margin:0 0 1.25rem}.sidebar-cta-btn{display:inline-block;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;text-decoration:none;border-radius:8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 2px 8px #52b78866}.sidebar-cta-btn:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 4px 12px #52b78880}.sidebar-archives-cta{margin-top:1rem;background:#1b4332;border-radius:12px;padding:1.5rem;text-align:center}.sidebar-cta-btn--dark{background:#ffffff26;color:#fff!important;box-shadow:none}.sidebar-cta-btn--dark:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:none}.auctions-section{margin-bottom:1.25rem;background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:3px solid #52B788;box-shadow:0 2px 4px #52b78833}.section-title{font-size:2rem;font-weight:600;color:#1b4332;margin:0;display:flex;align-items:center;gap:.5rem}.category-icon{font-size:1.5rem}.category-section{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auctions-count{font-size:1rem;color:#718096;font-weight:500}.auctions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.no-auctions{text-align:center;padding:3rem;color:#718096;font-size:1.1rem}.no-auctions-block{text-align:center;padding:3rem 1rem}.no-auctions-flag{display:block;font-size:2.5rem;margin-bottom:.75rem}.no-auctions-country{font-size:1.2rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.no-auctions-sub{font-size:.9rem;color:#718096;margin:0}.loading-container{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.2rem;color:#718096}@media (max-width: 1024px){.auctions-layout{flex-direction:column}.auctions-sidebar{width:100%;min-width:unset;position:static;order:1}.sidebar-search-cta{display:flex;align-items:center;gap:1.5rem;text-align:left}.sidebar-cta-btn{width:auto;white-space:nowrap}}@media (max-width: 768px){.container{padding:.75rem 1rem}.auctions-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:1.5rem}.sidebar-search-cta{flex-direction:column;text-align:center}.sidebar-cta-btn{width:100%}}.invoice-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:3000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.invoice-modal{background:#fff;width:100%;max-width:780px;border-radius:10px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.invoice-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background:#1b4332;color:#fff}.invoice-toolbar-title{font-size:.9rem;font-weight:600;letter-spacing:.02em}.invoice-toolbar-actions{display:flex;gap:.5rem}.invoice-btn-print{padding:.4rem 1rem;background:#52b788;color:#fff;border:none;border-radius:5px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s}.invoice-btn-print:hover{background:#74c69d}.invoice-btn-close{padding:.4rem .75rem;background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.3);border-radius:5px;font-size:.82rem;cursor:pointer;transition:all .2s}.invoice-btn-close:hover{background:#ffffff1a;color:#fff}.invoice-document{padding:2rem 2.5rem;font-family:Segoe UI,Arial,sans-serif;font-size:.88rem;color:#1a202c}.inv-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.inv-brand{display:flex;align-items:center;gap:1rem}.inv-logo{width:80px;height:auto;object-fit:contain}.inv-brand-name{font-size:1.2rem;font-weight:700;color:#1b4332}.inv-brand-sub{font-size:.78rem;color:#718096;margin-top:.1rem}.inv-meta{text-align:right}.inv-title-label{font-size:1.8rem;font-weight:800;color:#1b4332;letter-spacing:.08em}.inv-number{font-size:.88rem;color:#4a5568;font-weight:600;margin-top:.25rem}.inv-date{font-size:.82rem;color:#718096;margin-top:.15rem}.inv-divider{height:1px;background:#e2e8f0;margin:1.25rem 0}.inv-parties{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.inv-party-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#a0aec0;text-transform:uppercase;margin-bottom:.4rem}.inv-party-name{font-size:.95rem;font-weight:700;color:#1a202c}.inv-party-detail{font-size:.82rem;color:#4a5568;margin-top:.15rem}.inv-buyer{background:#f7fafc;padding:.75rem 1rem;border-radius:6px;border:1px solid #e2e8f0}.inv-article-section{margin-bottom:1rem}.inv-section-title{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#a0aec0;text-transform:uppercase;margin-bottom:.5rem}.inv-article-name{font-size:1rem;font-weight:700;color:#1a202c}.inv-article-cat,.inv-article-lot{font-size:.8rem;color:#718096;margin-top:.15rem}.inv-table{width:100%;border-collapse:collapse;margin-bottom:1.25rem}.inv-table thead tr{background:#1b4332;color:#fff}.inv-table thead th{padding:.6rem .75rem;font-size:.8rem;font-weight:600;text-align:left}.inv-col-amount{text-align:right!important;min-width:140px}.inv-table tbody tr{border-bottom:1px solid #e2e8f0}.inv-table tbody tr:hover{background:#f7fafc}.inv-table tbody td{padding:.6rem .75rem;font-size:.85rem}.inv-total-row{background:#f0fdf4;border-top:2px solid #1B4332!important}.inv-total-row td{padding:.7rem .75rem;font-size:.95rem}.inv-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.inv-info-block{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 1rem}.inv-info-label{font-size:.68rem;font-weight:700;letter-spacing:.08em;color:#a0aec0;text-transform:uppercase;margin-bottom:.35rem}.inv-info-value{font-size:.92rem;font-weight:700;color:#1a202c}.inv-code{font-family:Courier New,monospace;color:#1b4332;font-size:1rem;letter-spacing:.05em}.inv-info-sub{font-size:.78rem;color:#718096;margin-top:.2rem}.inv-footer{text-align:center;color:#718096;font-size:.77rem;line-height:1.6}.inv-footer p{margin:.2rem 0}.inv-footer-legal{margin-top:.5rem!important;color:#a0aec0;font-size:.72rem}@media print{body.printing-invoice>*:not(.invoice-overlay){display:none!important}body.printing-invoice .invoice-overlay{position:static;background:none;padding:0;display:block}body.printing-invoice .invoice-modal{box-shadow:none;border-radius:0;max-width:100%}.no-print{display:none!important}.invoice-document{padding:1rem 1.5rem}}@media (max-width: 600px){.invoice-document{padding:1.25rem 1rem}.inv-header{flex-direction:column;gap:1rem}.inv-meta{text-align:left}.inv-parties,.inv-info-grid{grid-template-columns:1fr}}.auction-detail{min-height:calc(100vh - 200px);padding:2rem 0;background:#f5f5f5}.back-button{background:none;border:none;color:#1b4332;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1.5rem;font-weight:500;transition:color .2s ease}.back-button:hover{color:#52b788}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.detail-header-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:.6rem}.btn-favorite{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;font-size:.82rem;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s;width:fit-content}.btn-favorite:hover,.btn-favorite.active{border-color:#e53e3e;color:#e53e3e;background:#fff5f5}.bid-role-notice{padding:.75rem 1rem;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;font-size:.85rem;color:#92400e;font-weight:500}.detail-title{margin:0;font-size:1.6rem;font-weight:700;color:#1b4332;line-height:1.3;text-transform:uppercase}.detail-header-right{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.detail-info-boxes{display:flex;gap:.75rem}.info-box{display:flex;flex-direction:column;align-items:center;padding:.6rem 1.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;min-width:120px}.info-box-label{font-size:.7rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.2rem}.info-box-value{font-size:1.1rem;font-weight:700;color:#1b4332}.info-box-value.live{color:#48bb78;animation:pulse 2s infinite}.info-box-value.price{color:#1b4332}.detail-bid-action{width:100%}.btn-bid-main{display:block;width:100%;padding:.75rem 1.5rem;background:#c53030;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background .2s ease}.btn-bid-main:hover{background:#9b2c2c}.btn-bid-main.winning{background:#1b4332}.btn-bid-main.winning:hover{background:#2d6a4f}.btn-winner-access{display:inline-block;margin-top:.75rem;padding:.65rem 1.25rem;background:#1b4332;color:#fff;border-radius:6px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .2s ease}.btn-winner-access:hover{background:#2d6a4f}.retrieved-text{display:inline-block;margin-top:.75rem;padding:.5rem 1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:8px;color:#fff;font-size:.9rem;font-weight:600}.btn-bid-main:disabled{opacity:.6;cursor:not-allowed}.bid-form-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.bid-form-inline input{flex:1;min-width:120px;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;color:#1b4332}.bid-form-inline input:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 2px #52b78826}.btn-bid-cancel{padding:.6rem 1rem;background:transparent;color:#718096;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;cursor:pointer;transition:background .2s ease}.btn-bid-cancel:hover{background:#f7fafc}.status-msg{padding:.6rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;text-align:center}.status-msg.paused{background:#feebc8;color:#7c2d12}.status-msg.countdown{background:#bee3f8;color:#2a4365}.status-msg.ended{background:#fed7d7;color:#742a2a}.winner-banner{background:linear-gradient(135deg,#d1fae5,#6ee7b7);padding:1.25rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;border:1px solid #34d399}.winner-banner h3{margin:0 0 .4rem;color:#064e3b;font-size:1.15rem}.winner-banner p{margin:0;color:#065f46;font-size:.95rem}.prov-winner-banner{border-radius:16px;padding:1.5rem;margin-bottom:1.25rem;overflow:hidden;position:relative;border:2px solid transparent}.prov-winner-banner.ready{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.prov-winner-banner.pending-profile{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fcd34d}.prov-winner-top{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.prov-winner-trophy{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#ca8a04,#eab308);color:#fff;box-shadow:0 4px 12px #ca8a0459}.prov-winner-trophy svg{width:28px;height:28px}.prov-winner-headline{flex:1}.prov-winner-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ca8a04;background:#ca8a041f;padding:.15rem .6rem;border-radius:20px;margin-bottom:.3rem}.prov-winner-headline h3{margin:0;font-size:1.05rem;font-weight:700;color:#1e293b;line-height:1.3}.prov-winner-amount{text-align:right;flex-shrink:0}.prov-amount-label{display:block;font-size:.7rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.prov-amount-val{display:block;font-size:1.2rem;font-weight:800;color:#16a34a}.prov-winner-steps{display:flex;align-items:center;gap:0;margin-bottom:1.1rem;background:#ffffff8c;border-radius:10px;padding:.75rem 1rem}.prov-step{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;white-space:nowrap}.prov-step.done{color:#16a34a}.prov-step.todo{color:#94a3b8}.prov-step-dot{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.prov-step.done .prov-step-dot{background:#16a34a;color:#fff}.prov-step.done .prov-step-dot svg{width:12px;height:12px}.prov-step.todo .prov-step-dot{background:#e2e8f0;color:#94a3b8}.prov-step.todo .prov-step-dot svg{width:8px;height:8px}.prov-step-line{flex:1;height:2px;background:#e2e8f0;margin:0 .5rem;min-width:20px}.prov-winner-notice{display:flex;align-items:flex-start;gap:.55rem;font-size:.85rem;font-weight:500;padding:.8rem 1rem;border-radius:10px;line-height:1.5}.prov-winner-notice svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}.prov-winner-notice.ready{background:#16a34a1a;color:#15803d}.prov-winner-notice.warn{background:#f59e0b1f;color:#92400e}.prov-profile-link{display:inline-block;margin-left:.5rem;color:#1b4332;font-weight:700;text-decoration:underline;text-underline-offset:2px}.loser-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.loser-banner-icon{font-size:2rem;flex-shrink:0}.loser-banner-content{flex:1}.loser-banner-content h3{margin:0 0 .25rem;color:#991b1b;font-size:1rem;font-weight:700}.loser-banner-content p{margin:0;color:#b91c1c;font-size:.875rem}.btn-try-again{display:inline-block;background:#dc2626;color:#fff;padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s;flex-shrink:0}.btn-try-again:hover{background:#b91c1c;color:#fff}.guarantee-not-met-banner{background:linear-gradient(135deg,#fed7d7,#feb2b2);padding:1.25rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;border:1px solid #fc8181}.guarantee-not-met-banner h3{margin:0 0 .4rem;color:#c53030;font-size:1.15rem}.guarantee-not-met-banner p{margin:0;color:#9b2c2c;font-size:.95rem}.detail-body{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.detail-images{position:relative}.main-image-container{position:relative;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #00000014;margin-bottom:.75rem}.main-image{width:100%;height:450px;object-fit:cover;display:block}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;font-size:1.3rem;font-weight:700;color:#1b4332;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}.image-nav-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.image-nav-btn.prev{left:.75rem}.image-nav-btn.next{right:.75rem}.image-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem 0}.thumbnail{width:80px;height:80px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;flex-shrink:0}.thumbnail:hover{border-color:#52b788}.thumbnail.active{border-color:#52b788;box-shadow:0 0 0 2px #52b78840}.status-badge{position:absolute;top:.75rem;right:.75rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.live{background-color:#48bb78;color:#fff;animation:pulse 2s infinite}.status-badge.ended{background-color:#f56565;color:#fff}.status-badge.paused{background-color:#ed8936;color:#fff}.status-badge.countdown{background-color:#4299e1;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.detail-info{display:flex;flex-direction:column;gap:1.5rem}.detail-notes{background:#dbeafe;border-radius:8px;padding:1.25rem;border-left:4px solid #3b82f6}.detail-notes h3{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#1e3a5f}.detail-notes p{margin:0;font-size:.9rem;color:#334155;line-height:1.5}.detail-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.detail-item-card h3{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#1b4332;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.detail-row-label{font-size:.9rem;font-weight:600;color:#334155}.detail-row-value{font-size:.9rem;color:#64748b;text-align:right}.detail-row-value.accent{color:#2d6a4f;font-weight:500}.location-pin{margin-right:.25rem}.quality-stars{display:inline-flex;gap:2px}.star{font-size:1.2rem;color:#d1d5db}.star.filled{color:#22c55e}.quality-tags{display:flex;flex-wrap:wrap;gap:.4rem;padding:.4rem 0 .6rem}.quality-tag{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid}.quality-tag:nth-child(1){color:#c53030;border-color:#fc8181;background:#fff5f5}.quality-tag:nth-child(2){color:#2d6a4f;border-color:#68d391;background:#f0fff4}.quality-tag:nth-child(3){color:#2d6a4f;border-color:#68d391;background:#f0fff4}.quality-tag:nth-child(4){color:#2d6a4f;border-color:#68d391;background:#f0fff4}.quality-tag:nth-child(5){color:#2d6a4f;border-color:#68d391;background:#f0fff4}.category-link{color:#3b82f6;cursor:pointer;font-weight:500;transition:color .2s ease}.category-link:hover{color:#1d4ed8;text-decoration:underline}.detail-guarantee{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1.25rem}.detail-guarantee h4{margin:0 0 .75rem;font-size:1rem;color:#1b4332}.guarantee-info{margin:0 0 .75rem;color:#334155;font-size:.9rem;line-height:1.5}.btn-guarantee{padding:.6rem 1.25rem;background:#1b4332;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-guarantee:hover{background:#2d6a4f}.guarantee-form{display:flex;flex-direction:column;gap:.75rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-weight:600;color:#1b4332;font-size:.85rem}.form-group input{padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;color:#1b4332;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 2px #52b78826}.form-actions{display:flex;gap:.5rem}.btn-primary,.btn-secondary{padding:.6rem 1.25rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:#1b4332;color:#fff}.btn-primary:hover{background:#2d6a4f}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#718096;border:1px solid #e2e8f0}.detail-bids{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem}.detail-bids h3{margin:0 0 1rem;font-size:1.05rem;font-weight:700;color:#1b4332;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.bids-list{display:flex;flex-direction:column;gap:.5rem;max-height:350px;overflow-y:auto}.bid-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:6px;transition:background .2s ease}.bid-item:hover{background:#f1f5f9}.bid-item.my-bid{background:#ecfdf5;border-left:3px solid #52B788}.bid-item.loser-bid{background:#fef2f2;border-left:3px solid #fca5a5}.bid-item.highest{background:#d1fae5;border-left:3px solid #34d399}.bid-info{display:flex;flex-direction:column;gap:.15rem}.bidder-name{display:flex;align-items:center;gap:.4rem;font-weight:600;color:#1b4332;font-size:.9rem;flex-wrap:wrap}.bid-date{font-size:.75rem;color:#94a3b8}.bid-amount{font-size:1.05rem;font-weight:700;color:#2d6a4f}.highest-badge,.my-bid-badge{font-size:.65rem;padding:.15rem .4rem;border-radius:10px;font-weight:600}.highest-badge{background:#34d399;color:#064e3b}.my-bid-badge{background:#52b788;color:#fff}.no-bids{text-align:center;color:#94a3b8;padding:1.5rem;font-size:.9rem}.bid-status-banner{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;font-weight:600;text-align:center}.bid-status-banner.winning{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.bid-status-banner.losing{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.bid-status-banner.overtaken{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5;animation:overtakenPulse .5s ease 3}@keyframes overtakenPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.error-message{background:#fed7d7;color:#742a2a;padding:.6rem .75rem;border-radius:6px;margin-bottom:.5rem;font-size:.85rem}.loading-message{text-align:center;padding:4rem 2rem;color:#718096;font-size:1.1rem}@media (max-width: 968px){.loser-banner{flex-direction:column;text-align:center}.btn-try-again{width:100%;text-align:center}.detail-header{flex-direction:column;gap:1rem}.detail-header-right{align-items:stretch;width:100%}.detail-info-boxes{justify-content:stretch}.info-box{flex:1}.detail-body{grid-template-columns:1fr;gap:1.5rem}.main-image{height:300px}.detail-title{font-size:1.3rem}}@media (max-width: 480px){.auction-detail{padding:1rem 0}.detail-title{font-size:1.1rem}.info-box{padding:.5rem .75rem;min-width:auto}.info-box-value{font-size:.95rem}.main-image{height:220px}.bid-form-inline{flex-direction:column}.bid-form-inline input{width:100%}.detail-row{flex-direction:column;align-items:flex-start;gap:.2rem}.detail-row-value{text-align:left}}.bid-snackbar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.6rem;padding:.75rem 1.4rem;background:#276749;color:#fff;border-radius:12px;font-size:.95rem;font-weight:600;box-shadow:0 4px 20px #0000002e;z-index:9999;animation:snack-in .25s ease;white-space:nowrap}@keyframes snack-in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.image-upload{margin-bottom:8px}.image-upload-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.image-upload-header label{font-weight:600;font-size:14px}.image-count{font-size:13px;color:#666}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-bottom:10px}.image-preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.image-preview-item img{width:100%;height:100%;object-fit:cover}.image-remove-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;border:none;background:#ef4444e6;color:#fff;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s}.image-remove-btn:hover{transform:scale(1.1);background:#ef4444}.image-dropzone{border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:6px}.image-dropzone:hover{border-color:#3b82f6;background:#f0f7ff}.image-dropzone.uploading{cursor:default;border-color:#3b82f6;background:#f0f7ff}.dropzone-icon{font-size:28px}.dropzone-text{font-size:14px;font-weight:500;color:#374151}.dropzone-hint{font-size:12px;color:#9ca3af}.upload-progress{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.upload-progress span{font-size:13px;color:#3b82f6;font-weight:500}.progress-bar{width:100%;max-width:200px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s}.create-auction{min-height:calc(100vh - 200px);padding:2rem 0}.create-auction h1{font-size:2.5rem;color:#2d3748;margin-bottom:2rem;text-align:center}.auction-form{max-width:800px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:1rem}.form-group input,.form-group textarea,.form-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-select{background:#fff;cursor:pointer}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 3px #52b78833}.form-group textarea{resize:vertical}.form-group small{color:#a0aec0;font-size:.875rem;margin-top:.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.btn-primary{background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;border:2px solid #52B788;box-shadow:0 2px 8px #1b43324d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #1b433266;background:linear-gradient(135deg,#2d6a4f,#40916c);border-color:#74c69d;color:#74c69d}.btn-secondary{background:#fff;color:#1b4332;border:2px solid #1B4332}.btn-secondary:hover{background:#f7fafc}.btn-large{flex:1;padding:1rem;font-size:1.1rem}.btn-add-image{padding:.5rem 1rem;background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;border:2px solid #52B788;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #1b433233}.btn-add-image:hover{background:linear-gradient(135deg,#2d6a4f,#40916c);border-color:#74c69d;color:#74c69d;box-shadow:0 4px 8px #1b43324d}.image-input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.image-input:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 3px #52b78833}@media (max-width: 768px){.create-auction h1{font-size:2rem}.auction-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.watchlist-page{min-height:calc(100vh - 200px);padding:2rem 0}.wl-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.watchlist-page h1{font-size:2.2rem;color:#2d3748;margin-bottom:.25rem}.watchlist-description{font-size:1rem;color:#718096;margin:0}.wl-browse-btn{display:inline-block;padding:.6rem 1.2rem;background:#667eea;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;white-space:nowrap;transition:background .2s}.wl-browse-btn:hover{background:#5a67d8}.empty-watchlist{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-watchlist h2{color:#2d3748;margin-bottom:1rem}.empty-watchlist p{color:#718096;font-size:1.1rem;max-width:500px;margin:0 auto 1.5rem}.wl-empty-link{display:inline-block;padding:.6rem 1.4rem;background:#667eea;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.wl-empty-link:hover{background:#5a67d8}.wl-filters{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.wl-tabs{display:flex;gap:.4rem;flex-wrap:wrap}.wl-tab{display:flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border:2px solid #e2e8f0;border-radius:20px;background:#fff;color:#4a5568;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.wl-tab:hover{border-color:#667eea;color:#667eea}.wl-tab.active{background:#667eea;border-color:#667eea;color:#fff}.wl-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .3rem;background:#0000001f;border-radius:10px;font-size:.75rem;font-weight:700}.wl-tab.active .wl-tab-count{background:#ffffff4d}.wl-selects{display:flex;gap:.6rem;flex-wrap:wrap}.wl-select{padding:.45rem .8rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#4a5568;font-size:.85rem;cursor:pointer;outline:none;transition:border-color .2s}.wl-select:focus{border-color:#667eea}.wl-no-results{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;border:2px dashed #e2e8f0;color:#718096}.wl-no-results span{display:block;font-size:2.5rem;margin-bottom:.75rem}.wl-no-results p{margin-bottom:1rem}.wl-reset-btn{padding:.5rem 1.2rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.wl-reset-btn:hover{background:#5a67d8}.watchlist-section{margin-bottom:3rem}.section-title{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.auctions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.watchlist-page h1{font-size:1.8rem}.wl-hero,.wl-filters{flex-direction:column;align-items:flex-start}.wl-tabs{gap:.3rem}.wl-tab{padding:.4rem .7rem;font-size:.8rem}.auctions-grid{grid-template-columns:1fr;gap:1.5rem}}.login-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:#f7fafc}.login-container{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 2px 16px #00000017;width:100%;max-width:420px}.login-logo{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1.5rem}.login-logo img{border-radius:8px}.login-logo span{font-size:1.05rem;font-weight:700;color:#1b4332}.login-title{text-align:center;font-size:1.45rem;font-weight:800;color:#1a202c;margin:0 0 .3rem}.login-subtitle{text-align:center;font-size:.88rem;color:#718096;margin:0 0 1.5rem}.auth-error{background:#fff5f5;color:#c53030;border:1px solid #fed7d7;padding:.7rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.88rem;text-align:center}.auth-provider-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.8rem 1rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s;margin-bottom:.75rem}.auth-provider-btn.google{background:#fff;color:#2d3748;border:1.5px solid #e2e8f0}.auth-provider-btn.google:hover:not(:disabled){border-color:#cbd5e0;background:#f7fafc;box-shadow:0 1px 4px #00000012}.auth-provider-btn.email{background:#fff;color:#2d3748;border:1.5px solid #e2e8f0}.auth-provider-btn.email:hover:not(:disabled){border-color:#cbd5e0;background:#f7fafc;box-shadow:0 1px 4px #00000012}.auth-provider-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:18px;height:18px;flex-shrink:0}.email-form-wrap{max-height:0;overflow:hidden;transition:max-height .4s ease}.email-form-wrap.open{max-height:700px}.email-form-inner{padding-top:.25rem}.auth-mode-switch{display:flex;background:#f1f5f9;border-radius:10px;padding:3px;margin-bottom:1.2rem}.mode-tab{flex:1;padding:.5rem;border:none;border-radius:8px;background:transparent;font-size:.88rem;font-weight:600;color:#718096;cursor:pointer;transition:background .2s,color .2s}.mode-tab.active{background:#fff;color:#1b4332;box-shadow:0 1px 3px #0000001a}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:#4a5568}.form-group input{padding:.75rem .9rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#2d3748;transition:border-color .2s,box-shadow .2s;background:#fafafa}.form-group input:focus{outline:none;border-color:#52b788;background:#fff;box-shadow:0 0 0 3px #52b78826}.submit-btn{padding:.8rem;background:#1b4332;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .15s,box-shadow .15s;margin-top:.25rem}.submit-btn:hover:not(:disabled){background:#2d6a4f;box-shadow:0 2px 8px #1b433240}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.back-to-options{background:none;border:none;font-size:.82rem;color:#a0aec0;cursor:pointer;margin-top:.75rem;padding:0;display:block;transition:color .15s}.back-to-options:hover{color:#718096}.forgot-pwd-link{background:none;border:none;padding:0;font-size:.78rem;color:#718096;cursor:pointer;text-align:right;align-self:flex-end;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.forgot-pwd-link:hover{color:#1b4332}.reset-info{font-size:.88rem;color:#4a5568;margin:0 0 .75rem;line-height:1.6}.reset-success{display:flex;align-items:flex-start;gap:.75rem;background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;padding:1.1rem;margin-bottom:1rem}.reset-success svg{width:20px;height:20px;stroke:#16a34a;flex-shrink:0;margin-top:1px}.reset-success p{font-size:.88rem;color:#166534;line-height:1.6;margin:0}.terms-accept-row{margin-bottom:.25rem}.terms-accept-label{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.terms-checkbox{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:#1B4332;cursor:pointer}.terms-accept-text{font-size:.78rem;color:#4a5568;line-height:1.55}.terms-accept-text a{color:#1b4332;font-weight:600;text-decoration:underline;text-underline-offset:2px}.terms-accept-text a:hover{color:#2d6a4f}.login-footer{margin-top:1.5rem;text-align:center;padding-top:1.25rem;border-top:1px solid #f0f0f0}.login-footer a{color:#718096;text-decoration:none;font-size:.85rem;transition:color .15s}.login-footer a:hover{color:#1b4332}.toggle-btn{background:none;border:none;color:#1b4332;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.toggle-btn:hover{color:#2d6a4f}.chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1200;display:flex;align-items:flex-end;justify-content:flex-end;padding:1.5rem}.chat-panel{width:420px;max-width:calc(100vw - 2rem);height:580px;max-height:calc(100vh - 3rem);background:#fff;border-radius:16px;box-shadow:0 24px 64px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:chatSlideUp .25s ease}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#1e4a2a,#2d7a3a);flex-shrink:0}.chat-header-left{display:flex;align-items:center;gap:.75rem;min-width:0}.chat-icon{font-size:1.5rem;flex-shrink:0}.chat-title{font-size:.875rem;font-weight:700;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.chat-subtitle{font-size:.75rem;color:#ffffffbf;margin:0}.chat-close-btn{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.chat-close-btn:hover{background:#ffffff40}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;background:#f0f2f5}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.chat-loading,.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:2rem;color:#718096}.chat-empty span{font-size:2rem}.chat-empty p{margin:0;font-size:.9rem}.chat-empty-hint{font-size:.78rem;color:#a0aec0;line-height:1.4}.chat-msg{display:flex;flex-direction:column;max-width:80%}.chat-msg.mine{align-self:flex-end;align-items:flex-end}.chat-msg.theirs{align-self:flex-start;align-items:flex-start}.chat-msg-author{font-size:.7rem;color:#718096;margin-bottom:.2rem;padding-left:.5rem}.chat-bubble{padding:.6rem .875rem;border-radius:12px;max-width:100%;position:relative}.chat-bubble.admin{background:#1e4a2a;color:#fff;border-bottom-left-radius:3px}.chat-bubble.winner{background:#fff;color:#1a202c;border:1px solid #e2e8f0;border-bottom-right-radius:3px}.chat-msg.mine .chat-bubble{border-bottom-right-radius:3px;border-bottom-left-radius:12px}.chat-msg.theirs .chat-bubble{border-bottom-left-radius:3px;border-bottom-right-radius:12px}.chat-text{margin:0 0 .2rem;font-size:.875rem;line-height:1.5;word-break:break-word}.chat-time{font-size:.68rem;opacity:.65;display:block;text-align:right}.chat-img{max-width:200px;max-height:180px;border-radius:8px;display:block;margin-bottom:.25rem;cursor:zoom-in}.chat-file-link{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#2d7a3a;text-decoration:none;font-weight:600;margin-bottom:.25rem}.chat-bubble.admin .chat-file-link{color:#a7f3d0}.chat-input-bar{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0}.chat-file-input{display:none}.chat-attach-btn{background:#f0fdf4;border:1px solid #d1fae5;border-radius:50%;width:38px;height:38px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.chat-attach-btn:hover{background:#d1fae5}.chat-attach-btn:disabled{opacity:.5;cursor:not-allowed}.chat-text-input{flex:1;border:1px solid #e2e8f0;border-radius:20px;padding:.55rem 1rem;font-size:.875rem;outline:none;transition:border-color .15s;background:#f8fafc}.chat-text-input:focus{border-color:#2d7a3a;background:#fff}.chat-send-btn{background:linear-gradient(135deg,#1e4a2a,#2d7a3a);border:none;color:#fff;width:38px;height:38px;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .15s}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-send-btn:hover:not(:disabled){opacity:.88}.chat-pay-confirm-bar{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#f0fdf4;border-bottom:1px solid #bbf7d0;flex-shrink:0;flex-wrap:wrap}.chat-pay-label{font-size:.8rem;font-weight:600;color:#15803d;white-space:nowrap}.chat-pay-select{flex:1;min-width:140px;padding:.3rem .5rem;border:1px solid #86efac;border-radius:6px;font-size:.8rem;background:#fff;color:#1e293b}.chat-pay-btn{padding:.3rem .85rem;background:#16a34a;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s}.chat-pay-btn:disabled{opacity:.45;cursor:not-allowed}.chat-pay-btn:hover:not(:disabled){opacity:.88}.chat-closed-notice{padding:.875rem 1.25rem;background:#fefce8;border-top:1px solid #fde68a;font-size:.82rem;color:#78350f;text-align:center;flex-shrink:0}@media (max-width: 480px){.chat-overlay{padding:0;align-items:flex-end;justify-content:center}.chat-panel{width:100%;border-radius:16px 16px 0 0;height:75vh}}.dad-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem}.dad-panel{background:#fff;border-radius:16px;width:100%;max-width:820px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000040}.dad-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1e40af,#1d4ed8);color:#fff;flex-shrink:0}.dad-header-left{display:flex;align-items:flex-start;gap:.75rem}.dad-header-icon{font-size:1.5rem}.dad-title{font-size:1.05rem;font-weight:700;margin:0 0 .35rem;line-height:1.3}.dad-header-meta{display:flex;flex-wrap:wrap;gap:.4rem}.dad-status-badge{padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dad-status-badge.active{background:#dcfce7;color:#15803d}.dad-status-badge.paused{background:#fef9c3;color:#92400e}.dad-status-badge.ended{background:#fee2e2;color:#b91c1c}.dad-status-badge.pending{background:#e0e7ff;color:#3730a3}.dad-meta-tag{padding:.15rem .55rem;background:#fff3;border-radius:999px;font-size:.72rem}.dad-close{background:#fff3;border:none;color:#fff;border-radius:50%;width:32px;height:32px;font-size:1rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s}.dad-close:hover{background:#ffffff59}.dad-body{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.dad-top-row{display:flex;gap:1rem;align-items:flex-start}.dad-img-wrap{flex-shrink:0;position:relative;width:160px}.dad-img{width:160px;height:120px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0}.dad-img-count{position:absolute;bottom:6px;right:6px;background:#0009;color:#fff;font-size:.7rem;padding:.1rem .4rem;border-radius:4px}.dad-info-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.25rem}.dad-info-item{display:flex;flex-direction:column;gap:.1rem}.dad-info-label{font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.dad-info-val{font-size:.88rem;font-weight:600;color:#1e293b}.dad-info-val.highlight{color:#1d4ed8;font-size:1rem}.dad-section{border:1px solid #e2e8f0;border-radius:12px}.dad-section-title{font-size:.85rem;font-weight:700;color:#1e293b;margin:0;padding:.75rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0}.dad-empty{padding:1rem;color:#94a3b8;font-size:.85rem}.dad-bids-table-wrap{overflow-x:auto}.dad-bids-table{width:100%;border-collapse:collapse;font-size:.83rem}.dad-bids-table th{padding:.5rem .75rem;text-align:left;color:#64748b;font-weight:600;font-size:.75rem;border-bottom:1px solid #e2e8f0}.dad-bids-table td{padding:.5rem .75rem;border-bottom:1px solid #f1f5f9;color:#334155}.dad-bids-table tr:last-child td{border-bottom:none}.bid-winner-row td{background:#fefce8}.bid-winner-row td:nth-child(3){color:#b45309}.dad-winner-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;flex-wrap:wrap}.dad-winner-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1d4ed8,#7c3aed);color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dad-winner-info{flex:1;min-width:120px}.dad-winner-name{font-weight:700;color:#1e293b;margin-bottom:.2rem;font-size:.92rem}.dad-winner-email,.dad-winner-phone,.dad-winner-city{font-size:.8rem;color:#64748b;margin-bottom:.1rem}.dad-winner-amounts{display:flex;flex-direction:column;gap:.2rem;min-width:160px;background:#f8fafc;border-radius:8px;padding:.6rem .875rem}.dad-amount-row{display:flex;justify-content:space-between;font-size:.82rem;color:#475569;gap:1.5rem}.dad-amount-row.total{font-weight:700;color:#1e293b;border-top:1px solid #e2e8f0;padding-top:.25rem;margin-top:.15rem}.dad-pay-confirmed{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:1rem;font-size:.85rem;color:#1e293b}.dad-code-block{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;padding:.35rem .75rem;border-radius:6px;border:1px solid #bbf7d0}.dad-code-label{font-size:.78rem;color:#15803d}.dad-code{font-weight:800;font-size:1.1rem;letter-spacing:.2em;color:#15803d}.dad-pay-pending{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.dad-confirm-pay-row{display:flex;gap:.5rem;flex-wrap:wrap}.dad-pay-select{flex:1;min-width:160px;padding:.45rem .65rem;border:1px solid #d1d5db;border-radius:7px;font-size:.84rem}.dad-btn-confirm-pay{padding:.45rem 1rem;background:#16a34a;color:#fff;border:none;border-radius:7px;font-size:.84rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s}.dad-btn-confirm-pay:disabled{opacity:.45;cursor:not-allowed}.dad-btn-confirm-pay:hover:not(:disabled){opacity:.88}.dad-badge{display:inline-block;padding:.2rem .65rem;border-radius:999px;font-size:.76rem;font-weight:700}.dad-badge.paid{background:#dcfce7;color:#15803d}.dad-badge.pending{background:#fef9c3;color:#92400e}.dad-badge.scheduled{background:#dbeafe;color:#1d4ed8}.dad-badge.withdrawn{background:#e0e7ff;color:#4338ca}.dad-withdrawal-card{padding:1rem;display:flex;flex-direction:column;gap:.6rem}.dad-withdrawal-row{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.dad-btn-withdraw{align-self:flex-start;margin-top:.25rem;padding:.45rem 1rem;background:#0891b2;color:#fff;border:none;border-radius:7px;font-size:.84rem;font-weight:600;cursor:pointer;transition:opacity .15s}.dad-btn-withdraw:disabled{opacity:.45;cursor:not-allowed}.dad-btn-withdraw:hover:not(:disabled){opacity:.88}.dad-actions-row{display:flex;gap:.6rem;flex-wrap:wrap;padding-top:.25rem}.dad-btn-chat{padding:.55rem 1.1rem;background:#1d4ed8;color:#fff;border:none;border-radius:8px;font-size:.84rem;font-weight:600;cursor:pointer;transition:opacity .15s}.dad-btn-chat:hover{opacity:.88}.dad-btn-invoice{padding:.55rem 1.1rem;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:.84rem;font-weight:600;cursor:pointer;transition:opacity .15s}.dad-btn-invoice:hover{opacity:.88}.dad-btn-public{padding:.55rem 1.1rem;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:8px;font-size:.84rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s}.dad-btn-public:hover{background:#e2e8f0}@media (max-width: 600px){.dad-panel{border-radius:12px 12px 0 0;max-height:95vh}.dad-overlay{align-items:flex-end;padding:0}.dad-top-row{flex-direction:column}.dad-img-wrap{width:100%}.dad-img{width:100%;height:180px}.dad-info-grid{grid-template-columns:1fr 1fr}.dad-winner-card{flex-direction:column}.dad-winner-amounts{width:100%}.dad-body{padding:1rem}}.dashboard{min-height:100vh;background:#f7fafc}.dashboard-layout{display:flex;min-height:calc(100vh - 80px)}.dashboard-sidebar{width:280px;background:#fff;box-shadow:2px 0 8px #0000001a;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #e2e8f0}.sidebar-role-badge{margin:.5rem 1rem 0;padding:.25rem .75rem;border-radius:12px;font-size:.7rem;font-weight:700;color:#fff;text-align:center;letter-spacing:.03em;text-transform:uppercase}.sidebar-perms-badges{display:flex;flex-direction:column;gap:4px;margin:.5rem 1rem 0}.sidebar-perm-badge{padding:3px 10px;border-radius:10px;font-size:.65rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-perms-btn{padding:5px 12px;border-radius:20px;border:none;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}.role-perms-btn:disabled{opacity:.5;cursor:default}.role-perms-btn--client{background:#e2e8f0;color:#4a5568}.role-perms-btn--staff{background:#dbeafe;color:#1d4ed8}.role-perms-btn--admin{background:#ede9fe;color:#6d28d9}.role-perms-btn:not(:disabled):hover{opacity:.8}.perms-modal{background:#fff;border-radius:16px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.perms-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.perms-modal-header h3{margin:0;font-size:1rem;color:#1e293b}.perms-modal-close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#94a3b8;padding:4px 8px;border-radius:6px}.perms-modal-close:hover{background:#f1f5f9;color:#475569}.perms-modal-user{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.perms-user-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.perms-user-name{font-weight:600;color:#1e293b;font-size:.95rem}.perms-user-email{font-size:.8rem;color:#64748b}.perms-modal-body{padding:20px 24px}.perms-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 10px}.perms-role-options{display:flex;flex-direction:column;gap:8px}.perms-role-btn{display:flex;align-items:center;gap:10px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:all .15s}.perms-role-btn:hover{border-color:#c7d2fe;background:#f8faff}.perms-role-btn.active{border-color:#6366f1;background:#eef2ff}.prb-icon{font-size:1.2rem}.prb-label{font-weight:600;color:#1e293b;font-size:.9rem}.prb-desc{font-size:.75rem;color:#64748b;margin-left:auto}.perms-checkboxes{display:flex;flex-direction:column;gap:8px}.perms-checkbox-row{display:flex;align-items:center;gap:10px;padding:10px 14px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s}.perms-checkbox-row:hover{border-color:#c7d2fe;background:#f8faff}.perms-checkbox-row.checked{border-color:#6366f1;background:#eef2ff}.perms-checkbox-row input[type=checkbox]{width:16px;height:16px;cursor:pointer}.pcr-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;flex-shrink:0}.pcr-label{font-weight:500;color:#1e293b;font-size:.875rem}.perms-admin-note{margin:12px 0 0;padding:12px 14px;background:#fef9c3;border:1px solid #fde047;border-radius:8px;font-size:.85rem;color:#713f12}.perms-modal-footer{display:flex;gap:10px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e2e8f0}.perms-cancel-btn{padding:9px 20px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:600;cursor:pointer}.perms-cancel-btn:hover{background:#f1f5f9}.perms-save-btn{padding:9px 20px;border-radius:8px;border:none;background:#6366f1;color:#fff;font-weight:600;cursor:pointer}.perms-save-btn:hover{background:#4f46e5}.sidebar-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;color:#2d3748;font-size:1.1rem}.logo-circle-small{width:40px;height:40px;border-radius:50%;background:#2d6a4f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;border:2px solid white;box-shadow:0 0 0 2px #2d6a4f}.sidebar-nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;text-align:left;font-size:1rem;color:#4a5568;cursor:pointer;transition:all .3s ease;border-left:3px solid transparent}.nav-item:hover{background:#f7fafc;color:#2d3748}.nav-item.active{background:#f7fafc;color:#2d6a4f;border-left-color:#2d6a4f;font-weight:600}.nav-badge{display:inline-flex;align-items:center;justify-content:center;background:#e53e3e;color:#fff;font-size:.65rem;font-weight:700;border-radius:999px;padding:1px 6px;margin-left:6px;line-height:1.4}.contacts-section{padding:.5rem 0}.contacts-layout{display:grid;grid-template-columns:320px 1fr;gap:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;min-height:500px;background:#fff}.contacts-list{border-right:1px solid #e2e8f0;overflow-y:auto;max-height:650px}.contact-item{padding:1rem 1.125rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s}.contact-item:hover{background:#f8fafc}.contact-item.active{background:#f0fdf4;border-left:3px solid #2d7a3a}.contact-item.unread .ci-name{font-weight:700}.contact-item.unread{background:#fefce8}.ci-top{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.ci-name{font-size:.875rem;color:#1a202c;flex:1}.ci-unread-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;flex-shrink:0}.ci-date{font-size:.75rem;color:#a0aec0;flex-shrink:0}.ci-subject{font-size:.8rem;color:#4a5568;font-weight:600;margin-bottom:.2rem}.ci-preview{font-size:.78rem;color:#718096;line-height:1.4}.contact-detail{display:flex;flex-direction:column;padding:1.5rem}.contact-detail-empty{align-items:center;justify-content:center;color:#a0aec0;font-style:italic}.cd-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.25rem}.cd-subject{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0 0 .4rem}.cd-meta{font-size:.83rem;color:#4a5568;margin:0 0 .25rem}.cd-meta a{color:#2d7a3a;text-decoration:none}.cd-meta a:hover{text-decoration:underline}.cd-date{font-size:.78rem;color:#a0aec0;margin:0}.cd-actions{display:flex;gap:.5rem;flex-shrink:0}.cd-btn{padding:.5rem .9rem;border-radius:7px;font-size:.82rem;font-weight:600;cursor:pointer;border:none;text-decoration:none;display:inline-flex;align-items:center;transition:opacity .15s}.cd-btn:hover{opacity:.85}.cd-btn.reply{background:#2d7a3a;color:#fff}.cd-btn.delete{background:#fff1f2;color:#e53e3e;border:1px solid #fecaca}.cd-body p{font-size:.92rem;color:#2d3748;line-height:1.7;white-space:pre-wrap;margin:0}@media (max-width: 768px){.contacts-layout{grid-template-columns:1fr}.contacts-list{max-height:300px;border-right:none;border-bottom:1px solid #e2e8f0}}.nav-icon{font-size:1.25rem;width:24px;text-align:center}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:.75rem;color:#4a5568;text-decoration:none;border-radius:6px;transition:all .3s ease}.sidebar-link:hover{background:#f7fafc;color:#2d6a4f}.dashboard-main{flex:1;padding:2rem;overflow-x:hidden}.dashboard-container{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.dashboard-header h1{margin:0;font-size:2rem;color:#2d3748}.dashboard-actions{margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}.btn-generate{padding:.75rem 1.5rem;background:#48bb78;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn-generate:hover{background:#38a169;transform:translateY(-2px)}.btn-add{padding:.75rem 1.5rem;background:#2d6a4f;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn-add:hover{background:#40916c;transform:translateY(-2px)}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.25rem 1rem 1rem;border-radius:14px;box-shadow:0 2px 8px #00000012;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.3rem;border-top:4px solid transparent;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000001a}.stat-card.blue{border-top-color:#3b82f6}.stat-card.green{border-top-color:#22c55e}.stat-card.amber{border-top-color:#f59e0b}.stat-card.teal{border-top-color:#14b8a6}.stat-icon-wrap{width:40px;height:40px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.stat-icon-wrap svg{width:20px;height:20px;stroke:#64748b}.stat-card.blue .stat-icon-wrap{background:#eff6ff}.stat-card.blue .stat-icon-wrap svg{stroke:#3b82f6}.stat-card.green .stat-icon-wrap{background:#f0fdf4}.stat-card.green .stat-icon-wrap svg{stroke:#22c55e}.stat-card.amber .stat-icon-wrap{background:#fffbeb}.stat-card.amber .stat-icon-wrap svg{stroke:#f59e0b}.stat-card.teal .stat-icon-wrap{background:#f0fdfa}.stat-card.teal .stat-icon-wrap svg{stroke:#14b8a6}.stat-value{font-size:1.8rem;font-weight:800;color:#1e293b;line-height:1;margin-bottom:.1rem}.stat-label{font-size:.72rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.stats-full{display:flex;flex-direction:column;gap:1.5rem}.stats-export-bar{display:flex;align-items:center;gap:.6rem;background:#fff;padding:.9rem 1.25rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;flex-wrap:wrap}.stats-export-label{font-size:.8rem;font-weight:600;color:#64748b;margin-right:.25rem}.stats-export-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.82rem;font-weight:600;color:#334155;cursor:pointer;transition:all .15s}.stats-export-btn svg{width:14px;height:14px}.stats-export-btn:hover{background:#1b4332;color:#fff;border-color:#1b4332}.stats-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.stats-chart-card{background:#fff;border-radius:14px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #00000012}.stats-chart-card.wide{grid-column:1 / -1}.stats-chart-title{font-size:.85rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem;text-transform:uppercase;letter-spacing:.05em}.stats-bar-chart{display:flex;align-items:flex-end;gap:.6rem;height:120px}.stats-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;height:100%}.stats-bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.stats-bar{width:100%;min-height:4px;border-radius:6px 6px 0 0;position:relative;transition:height .4s ease;display:flex;align-items:flex-start;justify-content:center}.stats-bar-val{position:absolute;top:-18px;font-size:.7rem;font-weight:700;color:#334155}.stats-bar-label{font-size:.68rem;color:#94a3b8;font-weight:500;text-align:center;white-space:nowrap}.stats-hbar-list{display:flex;flex-direction:column;gap:.65rem}.stats-hbar-row{display:flex;align-items:center;gap:.6rem}.stats-hbar-label{font-size:.78rem;color:#334155;font-weight:500;width:100px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-hbar-track{flex:1;height:10px;background:#f1f5f9;border-radius:20px;overflow:hidden}.stats-hbar-fill{height:100%;background:linear-gradient(90deg,#1b4332,#52b788);border-radius:20px;transition:width .5s ease}.stats-hbar-val{font-size:.78rem;font-weight:700;color:#1e293b;width:24px;text-align:right;flex-shrink:0}.stats-donut-wrap{display:flex;align-items:center;gap:1.5rem}.stats-donut-svg{width:120px;height:120px;flex-shrink:0}.stats-donut-legend{display:flex;flex-direction:column;gap:.55rem}.stats-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.82rem}.stats-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.stats-legend-label{color:#475569;font-weight:500;flex:1}.stats-legend-val{color:#1e293b;font-weight:700}.stats-top-table{width:100%;border-collapse:collapse;font-size:.85rem}.stats-top-table th{text-align:left;padding:.4rem .6rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;border-bottom:1px solid #f1f5f9;font-weight:600}.stats-top-table td{padding:.55rem .6rem;border-bottom:1px solid #f8fafc;color:#334155;vertical-align:middle}.stats-top-table tbody tr:hover td{background:#f8fafc}.stats-rank{font-weight:700;color:#94a3b8;font-size:.8rem}.stats-email{font-size:.75rem;color:#94a3b8}.stats-badge{display:inline-block;padding:.2rem .55rem;border-radius:20px;font-size:.75rem;font-weight:700}.stats-badge.blue{background:#eff6ff;color:#1d4ed8}.stats-badge.gold{background:#fef9c3;color:#a16207}.stats-badge.slate{background:#f1f5f9;color:#64748b}@media (max-width: 768px){.stats-charts-grid{grid-template-columns:1fr}.stats-chart-card.wide{grid-column:1}.stats-donut-wrap{flex-direction:column;align-items:flex-start}}.dashboard-form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.form-header h2{margin:0;color:#2d3748}.btn-close{background:#e2e8f0;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:background .3s ease}.btn-close:hover{background:#cbd5e0}.dashboard-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.9rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2d6a4f}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#2d6a4f;color:#fff}.btn-primary:hover{background:#40916c}.btn-secondary{background:#e2e8f0;color:#2d3748}.btn-secondary:hover{background:#cbd5e0}.dashboard-table-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.dashboard-table-section h2{margin:0 0 1.5rem;color:#2d3748}.dashboard-filters{margin-bottom:1.5rem;padding:1.5rem;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.filters-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:150px;flex:1}.filter-group label{font-size:.875rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em}.filter-select{padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;background:#fff;color:#2d3748;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:#1b4332;box-shadow:0 0 0 3px #1b43321a}.btn-clear-filters{padding:.75rem 1.5rem;background:#e2e8f0;color:#4a5568;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;height:fit-content}.btn-clear-filters:hover{background:#cbd5e0;color:#2d3748}.filters-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;font-size:.9rem;color:#718096;font-weight:500}.table-wrapper{overflow-x:auto}.auctions-table{width:100%;border-collapse:collapse}.auctions-table thead{background:#f7fafc}.auctions-table th{padding:1rem;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.auctions-table td{padding:1rem;border-bottom:1px solid #e2e8f0;vertical-align:middle}.auctions-table tbody tr:hover{background:#f7fafc}.table-image{width:60px;height:60px;object-fit:cover;border-radius:6px}.title-cell{font-weight:600;color:#2d3748;max-width:200px}.price-cell{font-weight:600;color:#2d6a4f}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-badge.active{background:#c6f6d5;color:#22543d}.status-badge.paused{background:#feebc8;color:#7c2d12}.status-badge.ended{background:#fed7d7;color:#742a2a}.action-buttons{display:flex;gap:.5rem}.winner-info{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.winner-payment-actions{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem;width:100%}.wpa-select{padding:.3rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;color:#374151;background:#fff;cursor:pointer;width:100%}.wpa-select:focus{outline:none;border-color:#52b788}.wpa-btn-withdrawn{padding:.3rem .6rem;background:#1b4332;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s;width:100%;text-align:left}.wpa-btn-withdrawn:hover{background:#2d6a4f}.wpa-badge{display:inline-block;padding:.2rem .5rem;border-radius:12px;font-size:.72rem;font-weight:600}.wpa-badge.paid,.wpa-badge.done{background:#d1fae5;color:#065f46}.assign-winner-cell{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.btn-assign-auto-inline{padding:.4rem .75rem;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-assign-auto-inline:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 4px 8px #52b78866}.btn-change-winner{padding:.4rem .75rem;background:transparent;color:#1b4332;border:1px solid #1B4332;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.25rem}.btn-change-winner:hover{background:#1b4332;color:#fff;transform:translateY(-2px)}.manual-badge,.auto-badge{font-size:.9rem;margin-top:.25rem}.winner-name{font-weight:600;color:#2d3748;font-size:.9rem}.winner-amount{font-size:.85rem;color:#2d6a4f;font-weight:600}.manual-badge{font-size:.75rem;margin-top:.25rem}.btn-assign-winner{padding:.5rem 1rem;background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;border:2px solid #52B788;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-assign-winner:hover{background:linear-gradient(135deg,#2d6a4f,#1b4332);transform:translateY(-2px);box-shadow:0 4px 8px #1b43324d}.btn-assign-auto{background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;transition:all .3s ease}.btn-assign-auto:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 4px 8px #52b78866}.btn-assign-winner-action{padding:.5rem 1rem;background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;border:2px solid #52B788;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-assign-winner-action:hover{background:linear-gradient(135deg,#2d6a4f,#1b4332);transform:translateY(-2px);box-shadow:0 4px 8px #1b43324d}.no-winner{color:#a0aec0;font-style:italic}.guarantee-not-met-cell{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start}.guarantee-not-met-badge{display:inline-block;padding:.25rem .6rem;background:#fed7d7;color:#c53030;border-radius:4px;font-size:.8rem;font-weight:600;border:1px solid #fc8181}.no-bids-indicator{color:#a0aec0;font-style:italic;padding:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e2e8f0}.modal-header h3{margin:0;color:#2d3748;font-size:1.5rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#718096;cursor:pointer;padding:.5rem;line-height:1;transition:color .3s ease}.modal-close:hover{color:#2d3748}.modal-body{padding:1.5rem}.assign-options{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.btn-assign-auto-modal{width:100%;padding:1rem;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #52b7884d}.btn-assign-auto-modal:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 6px 16px #52b78866}.bids-list-modal h4{margin:0 0 1rem;color:#2d3748;font-size:1.2rem}.bids-table{overflow-x:auto}.bids-table table{width:100%;border-collapse:collapse}.bids-table thead{background:#f7fafc}.bids-table th{padding:.75rem;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0;font-size:.9rem;text-transform:uppercase}.bids-table td{padding:.75rem;border-bottom:1px solid #e2e8f0}.bids-table tbody tr:hover{background:#f7fafc}.bids-table tbody tr.highest-bid{background:#f0fff4;border-left:4px solid #48bb78}.bid-amount-cell{font-weight:600;color:#2d6a4f}.bid-bidder-cell{display:flex;flex-direction:column;gap:.15rem}.bid-bidder-email{font-size:.72rem;color:#94a3b8}.bid-profile-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.bid-profile-status{font-size:.72rem;font-weight:600;white-space:nowrap}.bid-profile-status.verified{color:#16a34a}.bid-profile-status.incomplete{color:#e53e3e}.btn-bid-view-profile{padding:.2rem .55rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:5px;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-bid-view-profile:hover{background:#dbeafe}.btn-assign-manual{padding:.5rem 1rem;background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;border:2px solid #52B788;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-assign-manual:hover{background:linear-gradient(135deg,#2d6a4f,#1b4332);transform:translateY(-2px);box-shadow:0 4px 8px #1b43324d}.no-bids-message{text-align:center;padding:2rem;color:#718096;font-style:italic}.btn-edit,.btn-delete,.btn-toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;transition:transform .2s ease}.btn-edit:hover,.btn-delete:hover,.btn-toggle:hover{transform:scale(1.2)}.btn-pause{color:#d69e2e}.btn-start{color:#38a169}.btn-reminder{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem;transition:transform .2s ease;opacity:.8}.btn-reminder:hover{transform:scale(1.2);opacity:1}.btn-reminder:disabled{opacity:.4;cursor:not-allowed}.client-badge{margin-left:.5rem;font-size:.9rem;opacity:.7}.livraisons-section{padding:.5rem 0}.pay-stats-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.pay-stat-card{flex:1;min-width:130px;padding:1rem 1.25rem;border-radius:10px;display:flex;flex-direction:column;gap:.25rem;border:1px solid transparent}.pay-stat-card.pending{background:#fef3c7;border-color:#fcd34d}.pay-stat-card.done{background:#ecfdf5;border-color:#6ee7b7}.pay-stat-card.warning{background:#fff7ed;border-color:#fdba74}.pay-stat-card.info{background:#eff6ff;border-color:#bfdbfe}.pay-stat-num{font-size:1.75rem;font-weight:700;color:#1a202c;line-height:1}.pay-stat-label{font-size:.78rem;color:#4a5568;font-weight:500}.liv-pay-info{display:flex;flex-direction:column;gap:.2rem}.liv-pay-method{font-size:.78rem;color:#4a5568;text-transform:capitalize}.liv-pay-date{font-size:.75rem;color:#718096}tr.row-paid{background:#f0fdf4}tr.row-pending{background:#fffbeb}.livraisons-empty{text-align:center;padding:3rem;color:#718096;font-style:italic}.livraisons-table-wrap{overflow-x:auto}.livraisons-table{width:100%;border-collapse:collapse;font-size:.85rem}.livraisons-table th{background:#1b4332;color:#fff;padding:.7rem .9rem;text-align:left;font-weight:600;font-size:.8rem;white-space:nowrap}.livraisons-table td{padding:.7rem .9rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.livraisons-table tbody tr:hover{background:#f8fafc}.liv-title a{color:#1b4332;font-weight:600;text-decoration:none;max-width:180px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.liv-title a:hover{text-decoration:underline}.liv-amount{display:block;font-weight:700;color:#1b4332}.liv-amount-sub{display:block;font-size:.72rem;color:#94a3b8}.liv-badge{display:inline-block;padding:.2rem .55rem;border-radius:12px;font-size:.75rem;font-weight:600}.liv-badge.paid{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.liv-badge.pending{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.liv-badge.scheduled{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.liv-badge.withdrawn{background:#f0fdf4;color:#14532d;border:1px solid #86efac}.liv-code{font-family:Courier New,monospace;font-weight:700;font-size:1rem;color:#1b4332;letter-spacing:.15rem;background:#f0fdf4;padding:.2rem .5rem;border-radius:4px}.pay-code{font-size:.85rem;letter-spacing:.1rem}.liv-retrait-cell{display:flex;flex-direction:column;gap:.3rem;min-width:170px}.liv-retrait-date{display:block;font-size:.78rem;font-weight:600;color:#1e3a2f;line-height:1.3;text-transform:capitalize}.liv-days-left{display:inline-block;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:20px;background:#e0f2fe;color:#0369a1;width:fit-content}.liv-days-left.soon{background:#fef3c7;color:#92400e}.liv-days-left.urgent{background:#fee2e2;color:#b91c1c;animation:pulse-urgent 1.2s ease-in-out infinite}@keyframes pulse-urgent{0%,to{opacity:1}50%{opacity:.6}}.liv-retrait-hint{display:block;font-size:.7rem;color:#92400e;font-style:italic}.liv-proxy{display:block;font-size:.72rem;color:#4b5563;line-height:1.5;padding:4px 8px;background:#f3f4f6;border-radius:6px;border-left:3px solid #9ca3af}.liv-proxy-none{display:block;font-size:.7rem;color:#6b7280;font-style:italic}.liv-none{color:#d1d5db}.liv-actions{white-space:nowrap}.liv-confirm-payment{display:flex;flex-direction:column;gap:.3rem}.liv-select{padding:.4rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#1b4332;cursor:pointer;background:#fff}.liv-btn{padding:.4rem .75rem;background:#1b4332;color:#fff;border:none;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s}.liv-btn:hover{background:#2d6a4f}.liv-done{font-size:.78rem;color:#059669;font-weight:600}.liv-done-group{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.liv-invoice-btn{padding:.3rem .65rem;background:#f0fdf4;color:#1b4332;border:1px solid #52B788;border-radius:5px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.liv-invoice-btn:hover{background:#1b4332;color:#fff}.liv-chat-btn{display:inline-flex;align-items:center;gap:.3rem;margin-top:.35rem;padding:.3rem .75rem;background:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd;border-radius:5px;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.liv-chat-btn:hover{background:#bae6fd}.images-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.btn-add-image{padding:.5rem 1rem;background:#2d6a4f;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .3s ease}.btn-add-image:hover{background:#40916c}.image-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.image-input{flex:1}.btn-remove-image{padding:.5rem .75rem;background:#e53e3e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s ease;min-width:40px}.btn-remove-image:hover{background:#c53030}.empty-state{text-align:center;padding:3rem;color:#718096}@media (max-width: 968px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%;position:static;height:auto;box-shadow:0 2px 8px #0000001a}.sidebar-nav{flex-direction:row;overflow-x:auto;padding:.5rem;gap:.25rem}.nav-item{padding:.75rem 1rem;white-space:nowrap;border-left:none;border-bottom:3px solid transparent}.nav-item.active{border-left:none;border-bottom-color:#2d6a4f}.nav-icon{font-size:1rem}.dashboard-main{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;align-items:flex-start}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.auctions-table{font-size:.85rem}.auctions-table th,.auctions-table td{padding:.5rem}.table-image{width:40px;height:40px}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header h3{font-size:1.2rem}.bids-table{font-size:.85rem}.bids-table th,.bids-table td{padding:.5rem}}@media (max-width: 768px){.dashboard-container{padding:0}.dashboard-stats{grid-template-columns:1fr}.dashboard-form-section,.dashboard-table-section{padding:1rem}.auctions-table{display:block;overflow-x:auto}.sidebar-nav{padding:.5rem}.nav-item{padding:.5rem .75rem;font-size:.9rem}.nav-item span:last-child{display:none}.nav-icon{font-size:1.2rem}}.users-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:1.5rem}.users-search-bar{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.users-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem}.users-filter-select{padding:.4rem .7rem;border:1px solid #d1d5db;border-radius:7px;font-size:.82rem;background:#fff;color:#374151;cursor:pointer;outline:none;transition:border-color .15s}.users-filter-select:focus{border-color:#1b4332}.users-filter-reset{padding:.4rem .9rem;border:1px solid #d1d5db;border-radius:7px;font-size:.82rem;background:#f3f4f6;color:#374151;cursor:pointer;font-weight:500;transition:background .15s}.users-filter-reset:hover{background:#e5e7eb}.users-search-input{flex:1;padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#1b4332;outline:none;transition:border-color .2s}.users-search-input:focus{border-color:#52b788;box-shadow:0 0 0 2px #52b78826}.users-count{font-size:.85rem;color:#718096;white-space:nowrap}.users-loading,.users-empty{text-align:center;padding:2rem;color:#718096;font-size:.95rem}.users-table-wrap{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:.875rem}.users-table th{background:#f7fafc;padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:700;color:#4a5568;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid #e2e8f0;white-space:nowrap}.users-table td{padding:.85rem 1rem;border-bottom:1px solid #f0f4f8;vertical-align:middle}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover td{background:#f9fafb}.user-cell-name{display:flex!important;align-items:center;gap:.6rem;font-weight:600;color:#1b4332}.user-avatar-small{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#52b788,#1b4332);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.user-cell-email{color:#4a5568;font-size:.83rem}.role-select{padding:.35rem .6rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.83rem;color:#1b4332;background:#fff;cursor:pointer;outline:none;transition:border-color .2s}.role-select:focus{border-color:#52b788}.status-badge{display:inline-block;padding:.25rem .65rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.blocked{background:#fee2e2;color:#991b1b}.user-cell-bids{text-align:center}.bids-count-badge{display:inline-block;min-width:28px;padding:.2rem .5rem;background:#eef2ff;color:#3730a3;border-radius:12px;font-size:.8rem;font-weight:700;text-align:center}.user-cell-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-block,.btn-unblock,.btn-delete-user{padding:.35rem .75rem;border:none;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;white-space:nowrap}.btn-block{background:#fef3c7;color:#92400e}.btn-block:hover{background:#fde68a}.btn-unblock{background:#d1fae5;color:#065f46}.btn-unblock:hover{background:#a7f3d0}.btn-delete-user{background:#fee2e2;color:#991b1b}.btn-delete-user:hover{background:#fecaca}.profile-status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.profile-status-badge.verified{background:#d1fae5;color:#065f46}.profile-status-badge.pending{background:#fef9c3;color:#92400e}.profile-status-badge.rejected{background:#fee2e2;color:#991b1b}.profile-status-badge.incomplete{background:#f3f4f6;color:#6b7280}.profile-verify-actions{display:flex;flex-direction:column;gap:.3rem;align-items:flex-start}.btn-view-doc{font-size:.72rem;color:#2d6a4f;text-decoration:underline;padding:0;background:none}.btn-verify-profile,.btn-reject-profile{padding:.25rem .6rem;border:none;border-radius:5px;font-size:.72rem;font-weight:600;cursor:pointer}.btn-verify-profile{background:#d1fae5;color:#065f46}.btn-verify-profile:hover{background:#a7f3d0}.btn-reject-profile{background:#fee2e2;color:#991b1b}.btn-reject-profile:hover{background:#fecaca}.btn-profile-lock,.btn-profile-unlock{margin-top:.35rem;padding:.25rem .6rem;border:none;border-radius:5px;font-size:.72rem;cursor:pointer;font-weight:600;transition:background .15s;display:block;width:100%}.btn-profile-lock{background:#fef3c7;color:#92400e}.btn-profile-lock:hover{background:#fde68a}.btn-profile-unlock{background:#d1fae5;color:#065f46}.btn-profile-unlock:hover{background:#a7f3d0}.btn-view-profile{padding:.3rem .65rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-view-profile:hover{background:#dbeafe}.profile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:pm-fade .15s ease}@keyframes pm-fade{0%{opacity:0}to{opacity:1}}.profile-modal{background:#fff;border-radius:18px;width:100%;max-width:480px;box-shadow:0 24px 64px #0003;overflow:hidden;animation:pm-slide .2s ease}@keyframes pm-slide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-modal-header{background:linear-gradient(135deg,#1b4332,#2d6a4f);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem}.profile-modal-avatar{width:52px;height:52px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.35);color:#fff;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-modal-identity{flex:1}.profile-modal-identity h3{color:#fff;font-size:1.05rem;font-weight:700;margin:0 0 .2rem}.profile-modal-identity p{color:#ffffffb3;font-size:.82rem;margin:0 0 .6rem}.profile-modal-chips{display:flex;flex-wrap:wrap;gap:.4rem}.pm-chip{font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:20px}.pm-chip.green{background:#4ade8033;color:#d1fae5}.pm-chip.red{background:#f8717133;color:#fee2e2}.pm-chip.orange{background:#fbbf2433;color:#fef3c7}.profile-modal-close{background:#ffffff26;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.profile-modal-close:hover{background:#ffffff4d}.profile-modal-body{padding:1.5rem}.pm-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:.75rem;margin-top:1.25rem}.pm-section-title:first-child{margin-top:0}.pm-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.25rem}.pm-field{display:flex;flex-direction:column;gap:.2rem}.pm-label{font-size:.72rem;color:#94a3b8;font-weight:500}.pm-val{font-size:.9rem;font-weight:600;color:#1e293b}.pm-doc-row{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem}.pm-doc-link{font-size:.82rem;font-weight:600;color:#1b4332;text-decoration:underline;text-underline-offset:2px}.pm-doc-missing{font-size:.82rem;color:#e53e3e;font-weight:500}.pm-actions{display:flex;flex-direction:column;gap:.5rem}.pm-btn{width:100%;padding:.6rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .15s;text-align:left}.pm-btn:hover{opacity:.85}.pm-btn.red{background:#fee2e2;color:#991b1b}.pm-btn.orange{background:#fef3c7;color:#92400e}.pm-btn.green{background:#dcfce7;color:#15803d}.pm-btn.slate{background:#f1f5f9;color:#374151}@media (max-width: 640px){.users-table thead{display:none}.users-table tr{display:block;margin-bottom:1rem;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.users-table td{display:flex;justify-content:space-between;align-items:center;padding:.6rem .9rem;border-bottom:1px solid #f0f4f8}.users-table td:before{content:attr(data-label);font-size:.75rem;font-weight:700;color:#718096;text-transform:uppercase;letter-spacing:.04em;margin-right:.5rem;flex-shrink:0}.user-cell-actions{flex-direction:column;width:100%}}.disc-section{padding:0}.disc-stats-row{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.disc-stat{flex:1;min-width:100px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;text-align:center}.disc-stat.open{border-top:3px solid #2d7a3a}.disc-stat.unread{border-top:3px solid #ef4444}.disc-stat.closed{border-top:3px solid #94a3b8}.disc-stat-num{display:block;font-size:1.75rem;font-weight:800;color:#1a202c}.disc-stat-label{font-size:.78rem;color:#718096}.section-filters-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:1.25rem;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.section-filter-search{flex:1;min-width:180px;padding:.42rem .75rem;border:1px solid #d1d5db;border-radius:7px;font-size:.83rem;background:#fff;color:#1e293b}.section-filter-search:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed81a}.section-filter-tabs{display:flex;gap:.35rem;flex-wrap:wrap}.section-filter-tab{padding:.35rem .85rem;border-radius:20px;border:1px solid #e2e8f0;background:#fff;color:#4a5568;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.section-filter-tab.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.section-filter-reset{padding:.35rem .75rem;border-radius:6px;border:1px solid #fca5a5;background:#fef2f2;color:#b91c1c;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.section-filter-reset:hover{background:#fee2e2}.disc-filters{display:flex;gap:.5rem;margin-bottom:1.25rem}.disc-filter-btn{padding:.4rem 1rem;border-radius:20px;border:1px solid #e2e8f0;background:#f8fafc;color:#4a5568;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s}.disc-filter-btn.active{background:#1e4a2a;color:#fff;border-color:#1e4a2a}.disc-empty{text-align:center;padding:3rem 1rem;color:#a0aec0}.disc-empty span{font-size:2.5rem;display:block;margin-bottom:.5rem}.disc-empty p{font-size:.9rem;margin:0}.disc-list{display:flex;flex-direction:column;gap:.5rem}.disc-row{display:flex;align-items:center;gap:.875rem;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.875rem 1rem;cursor:pointer;text-align:left;transition:box-shadow .15s,border-color .15s}.disc-row:hover{box-shadow:0 2px 10px #00000014;border-color:#cbd5e0}.disc-row.has-unread{border-left:3px solid #2d7a3a;background:#f0fdf4}.disc-row.closed{opacity:.7}.disc-row-avatar{font-size:1.5rem;width:40px;height:40px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.disc-row.closed .disc-row-avatar{background:#f1f5f9}.disc-row-body{flex:1;min-width:0}.disc-row-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.disc-row-title{font-size:.9rem;font-weight:700;color:#1a202c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.disc-row-time{font-size:.72rem;color:#a0aec0;flex-shrink:0}.disc-row-bottom{display:flex;align-items:center;gap:.75rem}.disc-row-winner{font-size:.78rem;color:#4a5568;white-space:nowrap}.disc-row-preview{font-size:.78rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.disc-row-right{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex-shrink:0}.disc-unread-badge{background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px}.disc-status-dot{width:8px;height:8px;border-radius:50%}.disc-status-dot.open{background:#22c55e}.disc-status-dot.closed{background:#94a3b8}.disc-row-actions{display:flex;flex-direction:column;gap:.3rem;margin-top:.2rem}.disc-action-btn{padding:.25rem .6rem;border:none;border-radius:5px;font-size:.72rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s}.disc-action-btn.chat{background:#1d4ed8;color:#fff}.disc-action-btn.detail{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.disc-action-btn:hover{opacity:.82}.liv-detail-btn{padding:.3rem .65rem;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.liv-detail-btn:hover{background:#e2e8f0}.form-section-block{border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.2rem .8rem;margin-bottom:1rem;background:#f8fafc}.form-section-label{font-size:.88rem;font-weight:700;color:#4a5568;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem}.form-section-opt{font-weight:400;color:#a0aec0}.proprietaires-section{padding:.5rem 0 2rem}.owners-list{display:flex;flex-direction:column;gap:1.2rem}.owner-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.owner-card-header{display:flex;align-items:center;gap:.9rem;padding:1rem 1.2rem;background:#f7fafc;border-bottom:1px solid #e2e8f0}.owner-avatar{width:42px;height:42px;border-radius:50%;background:#276749;color:#fff;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.owner-info{flex:1;min-width:0}.owner-name{font-weight:700;font-size:1rem;color:#1a202c}.owner-phone{display:flex;align-items:center;gap:4px;font-size:.82rem;color:#718096;margin-top:2px}.owner-count-badge{background:#e6f4ed;color:#276749;font-size:.78rem;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap}.owner-auctions{padding:.5rem 0}.owner-auction-row{display:flex;align-items:center;gap:.8rem;padding:.65rem 1.2rem;border-bottom:1px solid #f0f4f8;transition:background .12s}.owner-auction-row:last-child{border-bottom:none}.owner-auction-row:hover{background:#f7fafc}.owner-auction-img{width:42px;height:42px;border-radius:8px;overflow:hidden;background:#edf2f7;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.owner-auction-img img{width:100%;height:100%;object-fit:cover}.owner-auction-info{flex:1;min-width:0}.owner-auction-title{font-weight:600;font-size:.9rem;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owner-auction-meta{display:flex;gap:.8rem;font-size:.78rem;color:#718096;margin-top:2px}.btn-icon{background:none;border:none;cursor:pointer;font-size:1rem;padding:4px 6px;border-radius:6px;transition:background .12s}.btn-icon:hover{background:#edf2f7}.sidebar-logout-btn{display:flex;align-items:center;gap:.6rem;width:100%;padding:.6rem 1rem;margin-top:.5rem;background:#fff5f5;color:#c53030;border:1px solid #fed7d7;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.sidebar-logout-btn:hover{background:#fed7d7}.owner-search-bar{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.5rem .9rem;margin-bottom:1.2rem}.owner-search-icon{font-size:.9rem;color:#a0aec0}.owner-search-input{flex:1;border:none;outline:none;font-size:.9rem;color:#2d3748;background:transparent}.owner-search-clear{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:.85rem;padding:2px 4px}.owner-search-clear:hover{color:#718096}.owner-article-ref{background:#ebf4ff;color:#2b6cb0;font-size:.75rem;font-weight:700;padding:1px 7px;border-radius:6px;letter-spacing:.5px}.profile-header-logout{display:flex;justify-content:flex-end;margin-bottom:.5rem}.cd-page{min-height:100vh;background:#f1f5f9;padding-bottom:4rem}.cd-inner{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.cd-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#64748b}.cd-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#1b4332;border-radius:50%;animation:cd-spin .7s linear infinite}@keyframes cd-spin{to{transform:rotate(360deg)}}.cd-hero{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,#1b4332,#2d6a4f 60%,#40916c);border-radius:20px;padding:2rem 2.5rem;margin-bottom:2rem;color:#fff;box-shadow:0 8px 32px #1b43324d}.cd-hero-left{display:flex;align-items:center;gap:1.25rem}.cd-avatar{width:56px;height:56px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.cd-hero-text h1{font-size:1.5rem;font-weight:700;margin:0 0 .2rem;color:#fff}.cd-hero-text p{font-size:.9rem;color:#ffffffb3;margin:0}.cd-hero-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;flex-shrink:0}.cd-profile-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .2s}.cd-profile-chip:hover{opacity:.85}.cd-profile-chip.verified{background:#ffffff26;color:#d1fae5;border:1px solid rgba(209,250,229,.4)}.cd-profile-chip.incomplete{background:#fbbf2433;color:#fef3c7;border:1px solid rgba(251,191,36,.5)}.cd-chip-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.cd-chip-dot.green{background:#34d399}.cd-chip-dot.orange{background:#fbbf24}.cd-chip-dot.locked{background:#94a3b8}.cd-explore-btn{font-size:.82rem;color:#fffc;text-decoration:none;font-weight:500;transition:color .2s}.cd-explore-btn:hover{color:#fff}.cd-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.75rem}.cd-stat-card{background:#fff;border-radius:14px;padding:1.25rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;border:2px solid transparent;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000f;text-align:center}.cd-stat-card:hover,.cd-stat-card.active{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.cd-stat-card.blue.active{border-color:#3b82f6}.cd-stat-card.green.active{border-color:#22c55e}.cd-stat-card.amber.active{border-color:#f59e0b}.cd-stat-card.red.active{border-color:#ef4444}.cd-stat-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.2rem}.cd-stat-icon-wrap svg{width:22px;height:22px}.cd-stat-icon-wrap.blue{background:#eff6ff;color:#3b82f6}.cd-stat-icon-wrap.green{background:#f0fdf4;color:#22c55e}.cd-stat-icon-wrap.amber{background:#fffbeb;color:#f59e0b}.cd-stat-icon-wrap.red{background:#fef2f2;color:#ef4444}.cd-stat-num{font-size:1.8rem;font-weight:800;color:#1e293b;line-height:1}.cd-stat-label{font-size:.73rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.cd-tabs{display:flex;gap:.4rem;background:#fff;border-radius:12px;padding:.4rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f;width:fit-content}.cd-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.1rem;border:none;border-radius:8px;background:transparent;color:#64748b;font-size:.87rem;font-weight:500;cursor:pointer;transition:all .2s}.cd-tab:hover{background:#f1f5f9;color:#1e293b}.cd-tab.active{background:#1b4332;color:#fff;font-weight:600}.cd-tab-count{background:#0000001a;color:inherit;font-size:.72rem;font-weight:700;padding:.15rem .45rem;border-radius:10px;min-width:18px;text-align:center}.cd-tab.active .cd-tab-count{background:#fff3}.cd-section{margin-bottom:2rem}.cd-section-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.cd-section-head h2{font-size:1.2rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:.6rem}.cd-section-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cd-section-icon svg{width:18px;height:18px}.cd-section-icon.trophy{background:#fef9c3;color:#ca8a04}.cd-section-icon.blue{background:#eff6ff;color:#3b82f6}.cd-section-icon.amber{background:#fffbeb;color:#f59e0b}.cd-section-icon.slate{background:#f8fafc;color:#64748b}.cd-count-badge{background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:700;padding:.1rem .5rem;border-radius:10px}.cd-won-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.cd-won-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform .2s,box-shadow .2s}.cd-won-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.cd-won-img-wrap{position:relative;height:180px;overflow:hidden;cursor:pointer}.cd-won-img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cd-won-card:hover .cd-won-img{transform:scale(1.04)}.cd-won-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1b433280;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.cd-won-card:hover .cd-won-overlay{opacity:1}.cd-won-overlay span{color:#fff;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.6);padding:.4rem 1rem;border-radius:20px}.cd-won-ribbon{position:absolute;top:12px;left:0;background:linear-gradient(90deg,#ca8a04,#eab308);color:#fff;font-size:.72rem;font-weight:700;padding:.3rem .9rem .3rem .7rem;border-radius:0 20px 20px 0;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 2px 6px #ca8a0466}.cd-won-body{padding:1.1rem;display:flex;flex-direction:column;gap:.75rem}.cd-won-title{font-size:.95rem;font-weight:600;color:#1e293b;margin:0;cursor:pointer;line-height:1.35}.cd-won-title:hover{color:#1b4332}.cd-won-price{display:flex;align-items:baseline;justify-content:space-between}.cd-price-label{font-size:.75rem;color:#94a3b8;font-weight:500}.cd-price-val{font-size:1.05rem;font-weight:700;color:#1b4332}.cd-retrieved-tag{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#15803d;font-size:.82rem;font-weight:600}.cd-retrieved-tag:before{content:"✓";font-weight:700}.cd-btn-retrait{display:block;text-align:center;padding:.55rem 1rem;background:#1b4332;color:#fff;text-decoration:none;border-radius:10px;font-size:.82rem;font-weight:600;transition:background .2s}.cd-btn-retrait:hover{background:#2d6a4f;color:#fff}.cd-list{display:flex;flex-direction:column;gap:.75rem}.cd-row{display:flex;align-items:center;gap:1.25rem;background:#fff;border-radius:14px;padding:1rem 1.25rem 1rem 1rem;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:all .2s;border:2px solid transparent}.cd-row:hover{border-color:#e2e8f0;box-shadow:0 6px 20px #0000001a;transform:translate(3px)}.cd-row-img-wrap{width:80px;height:70px;border-radius:10px;overflow:hidden;flex-shrink:0}.cd-row-img{width:100%;height:100%;object-fit:cover}.cd-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.45rem}.cd-row-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cd-row-title{font-size:.95rem;font-weight:600;color:#1e293b;margin:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cd-status-chip{flex-shrink:0;font-size:.7rem;font-weight:700;padding:.2rem .65rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.cd-status-chip.green{background:#dcfce7;color:#15803d}.cd-status-chip.orange{background:#fef3c7;color:#b45309}.cd-status-chip.gold{background:#fef9c3;color:#a16207}.cd-status-chip.red{background:#fee2e2;color:#dc2626}.cd-status-chip.slate{background:#f1f5f9;color:#64748b}.cd-row-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cd-meta-item{display:flex;align-items:center;gap:.3rem;font-size:.77rem;color:#94a3b8}.cd-meta-item svg{width:12px;height:12px;flex-shrink:0}.cd-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cd-bid-block{text-align:right}.cd-bid-label{display:block;font-size:.7rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem}.cd-bid-amount{display:block;font-size:1.05rem;font-weight:800;color:#1e293b}.cd-bid-amount.green{color:#16a34a}.cd-bid-amount.gold{color:#ca8a04}.cd-bid-sub{display:block;font-size:.72rem;font-weight:500;margin-top:.1rem}.cd-bid-sub.green{color:#16a34a}.cd-bid-sub.red{color:#dc2626}.cd-btn-sm{display:inline-block;padding:.38rem .85rem;border-radius:8px;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .2s,opacity .2s;cursor:pointer;border:none;white-space:nowrap}.cd-btn-sm.green{background:#1b4332;color:#fff}.cd-btn-sm.green:hover{background:#2d6a4f}.cd-btn-sm.blue{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.cd-btn-sm.blue:hover{background:#dbeafe}.cd-tag-retrieved{font-size:.75rem;font-weight:600;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;padding:.3rem .7rem;border-radius:20px;white-space:nowrap}.cd-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f}.cd-empty-icon svg{width:72px;height:72px;margin-bottom:1.25rem}.cd-empty h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.cd-empty p{color:#64748b;margin:0 0 1.75rem}.cd-btn-primary{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#fff;text-decoration:none;border-radius:12px;font-weight:700;font-size:.95rem;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #1b43324d}.cd-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1b433266}.cd-tab-empty{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;color:#94a3b8;box-shadow:0 2px 8px #0000000f}.cd-tab-empty svg{width:48px;height:48px;margin-bottom:1rem}.cd-tab-empty p{margin:0;font-size:.95rem}@media (max-width: 900px){.cd-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.cd-inner{padding:1rem}.cd-hero{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1rem}.cd-hero-actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.cd-stats{grid-template-columns:repeat(2,1fr)}.cd-tabs{width:100%;overflow-x:auto;padding-bottom:.2rem}.cd-row{flex-wrap:wrap;gap:.75rem}.cd-row-right{width:100%;flex-direction:row;align-items:center;justify-content:space-between}.cd-won-grid{grid-template-columns:1fr}}.cd-score-card{display:flex;gap:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.5rem;align-items:center;flex-wrap:wrap}.cd-score-left{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}.cd-score-circle{width:80px;height:80px;border-radius:50%;border:4px solid var(--score-color, #94a3b8);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;flex-shrink:0}.cd-score-num{font-size:1.6rem;font-weight:800;color:#1e293b;line-height:1}.cd-score-max{font-size:.7rem;color:#94a3b8}.cd-score-info{display:flex;flex-direction:column;gap:.2rem}.cd-score-stars{font-size:1.3rem;letter-spacing:2px}.cd-score-label{font-size:1rem;font-weight:700}.cd-score-hint{font-size:.75rem;color:#94a3b8}.cd-score-breakdown{flex:1;display:flex;flex-direction:column;gap:.55rem;min-width:220px}.cd-score-row{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.cd-score-row-label{width:160px;flex-shrink:0;color:#64748b}.cd-score-row-val{font-weight:700;color:#1e293b;min-width:32px;text-align:right}.cd-score-row.win .cd-score-row-val{color:#16a34a}.cd-score-row.lost .cd-score-row-val{color:#dc2626}.cd-score-row.done .cd-score-row-val{color:#0369a1}.cd-score-bar-wrap{flex:1;height:8px;background:#f1f5f9;border-radius:99px;overflow:hidden}.cd-score-bar{height:100%;border-radius:99px;transition:width .8s ease}@media (max-width: 600px){.cd-score-card{flex-direction:column;align-items:flex-start;gap:1.2rem;padding:1.2rem}.cd-score-row-label{width:130px}}.auctions-list-page{min-height:calc(100vh - 200px);background:#f7fafc}.auctions-list-container{max-width:1400px;margin:0 auto;padding:2rem}.auctions-list-layout{display:flex;gap:2rem;align-items:flex-start}.auctions-list-sidebar{width:280px;min-width:280px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem;position:sticky;top:1rem}.sidebar-title{font-size:1.25rem;font-weight:700;color:#1b4332;margin:0 0 .75rem}.sidebar-divider{border:none;border-top:2px solid #52B788;margin:0 0 1.25rem}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-title{font-size:.9rem;font-weight:700;color:#2d6a4f;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.sidebar-section-icon{font-size:1rem}.sidebar-category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.sidebar-category-item{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:transparent;border:none;border-radius:6px;font-size:.9rem;color:#4a5568;cursor:pointer;transition:all .2s ease;text-align:left}.sidebar-category-item:hover{background:#f0fdf4;color:#1b4332}.sidebar-category-item.active{background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#fff;font-weight:600}.sidebar-category-item.active .sidebar-category-count{background:#52b7884d;color:#52b788}.sidebar-category-count{font-size:.75rem;font-weight:600;background:#edf2f7;color:#718096;padding:.15rem .5rem;border-radius:10px;min-width:24px;text-align:center}.sidebar-clear-btn{width:100%;padding:.7rem 1rem;background:#fff5f5;color:#c53030;border:1px solid #feb2b2;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.sidebar-clear-btn:hover{background:#fed7d7;border-color:#fc8181}.auctions-list-main{flex:1;min-width:0}.auctions-list-toolbar{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem}.auctions-list-view-options{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.auctions-list-results-count{font-size:.95rem;font-weight:600;color:#1b4332}.view-mode-toggle{display:flex;gap:.5rem}.view-btn{padding:.5rem 1rem;background:#f7fafc;color:#1b4332;border:2px solid #e2e8f0;border-radius:6px;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.view-btn:hover{background:#edf2f7;border-color:#52b788}.view-btn.active{background:linear-gradient(135deg,#1b4332,#2d6a4f);color:#52b788;border-color:#52b788}.auctions-list-grid{display:grid;gap:1.5rem}.auctions-list-grid.grid-view{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.auctions-list-grid.list-view{grid-template-columns:1fr}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.no-results-icon{font-size:4rem;margin-bottom:1rem}.no-results h3{font-size:1.5rem;color:#1b4332;margin:0 0 .5rem}.no-results p{color:#718096;margin:0 0 2rem}.back-home-btn{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#52b788,#74c69d);color:#1b4332;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.back-home-btn:hover{background:linear-gradient(135deg,#74c69d,#95d5b2);transform:translateY(-2px);box-shadow:0 4px 8px #52b78866}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.2rem;color:#1b4332}@media (max-width: 968px){.auctions-list-layout{flex-direction:column}.auctions-list-sidebar{width:100%;min-width:unset;position:static}.sidebar-category-list{flex-direction:row;flex-wrap:wrap;gap:.5rem}.sidebar-category-item{width:auto;padding:.5rem .75rem;font-size:.85rem}}@media (max-width: 768px){.auctions-list-container{padding:1rem}.auctions-list-grid.grid-view{grid-template-columns:1fr}.auctions-list-view-options{flex-direction:column;gap:.75rem;align-items:flex-start}.auctions-list-toolbar{padding:1rem}}.archives-page{min-height:calc(100vh - 160px);background:#f7fafc}.archives-hero{background:linear-gradient(135deg,#1b4332,#2d6a4f);padding:2.5rem 2rem;text-align:center;color:#fff}.archives-hero h1{margin:0 0 .4rem;font-size:1.8rem;font-weight:800}.archives-hero p{margin:0;color:#95d5b2;font-size:1rem}.archives-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem}.archives-filters{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;background:#fff;padding:1rem 1.25rem;border-radius:10px;box-shadow:0 2px 8px #0000000d}.archives-search{flex:1;min-width:200px;padding:.6rem .9rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;color:#1b4332}.archives-search:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 2px #52b78826}.archives-select{padding:.6rem .9rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;color:#1b4332;background:#fff;cursor:pointer}.archives-reset{padding:.6rem 1rem;background:#fed7d7;color:#c53030;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease}.archives-reset:hover{background:#feb2b2}.archives-section{margin-bottom:1.5rem;background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.archives-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.archives-section-header h2{margin:0;font-size:1.1rem;font-weight:700;color:#1b4332}.archives-section-header span{font-size:.85rem;color:#718096}.archives-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.archives-empty{text-align:center;padding:3rem;color:#718096}.archives-home-link{display:inline-block;margin-top:1rem;color:#2d6a4f;font-weight:600;text-decoration:none}.archives-home-link:hover{text-decoration:underline}.archives-loading{text-align:center;padding:4rem;color:#718096;font-size:1.1rem}@media (max-width: 768px){.archives-container{padding:1rem}.archives-filters{flex-direction:column;align-items:stretch}.archives-grid{grid-template-columns:1fr}}.winner-panel{background:#fff;border:2px solid #fbbf24;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.wp-header{background:linear-gradient(135deg,#f6e05e,#fbbf24);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}.wp-icon{font-size:1.5rem}.wp-header h3{margin:0;font-size:1rem;font-weight:700;color:#78350f}.wp-amount-summary{padding:1rem 1.25rem;background:#fffbeb;border-bottom:1px solid #fde68a}.wp-amount-row{display:flex;justify-content:space-between;font-size:.85rem;color:#4b5563;padding:.2rem 0}.wp-amount-row.total{margin-top:.4rem;padding-top:.5rem;border-top:1px solid #fde68a;font-weight:700;font-size:.95rem;color:#1b4332}.wp-step{padding:1.25rem;border-bottom:1px solid #f1f5f9}.wp-step:last-child{border-bottom:none}.wp-step.done{opacity:.7}.wp-step-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.wp-step-header h4{margin:0;font-size:.95rem;font-weight:700;color:#1b4332}.wp-step-num{width:24px;height:24px;border-radius:50%;background:#1b4332;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wp-step-num.done{background:#52b788}.wp-deadline{font-size:.85rem;color:#374151;margin:0 0 .6rem}.wp-deadline-expired{display:flex;align-items:flex-start;gap:.75rem;background:#fff3cd;border:1px solid #f59e0b;border-left:4px solid #d97706;border-radius:8px;padding:.875rem 1rem;margin:0 0 1rem}.wp-expired-icon{font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.wp-expired-title{font-weight:700;color:#92400e;font-size:.9rem;margin:0 0 .2rem}.wp-expired-sub{font-size:.8rem;color:#78350f;margin:0;line-height:1.4}.wp-countdown{color:#c53030;font-size:1rem}.wp-instruction{font-size:.85rem;color:#374151;margin:0 0 .75rem}.wp-methods{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.wp-method-card{display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border:2px solid;border-radius:6px;font-size:.8rem;font-weight:600;background:#fff;cursor:pointer;transition:background .15s,transform .1s;-webkit-user-select:none;user-select:none}.wp-method-card:hover{filter:brightness(.97)}.wp-method-card.selected{background:#f0fdf4}.wp-method-chevron{margin-left:auto;font-size:.65rem;opacity:.6}.wp-method-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wp-payment-procedure{margin-top:.75rem;border:2px solid;border-radius:8px;padding:1rem;background:#fafafa;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.wp-procedure-title{margin:0 0 .75rem;font-size:.9rem;font-weight:700}.wp-procedure-number{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .75rem;margin-bottom:.75rem;font-size:.85rem}.wp-procedure-number strong{font-size:1rem;letter-spacing:.05em}.wp-procedure-steps{margin:0 0 .75rem 1.1rem;padding:0;font-size:.82rem;color:#374151;line-height:1.8}.wp-procedure-steps li{margin-bottom:.1rem}.wp-procedure-note{margin:0;font-size:.78rem;color:#6b7280;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.5rem .75rem}.wp-waiting{font-size:.8rem;color:#6b7280;font-style:italic;margin:0}.wp-confirmed{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.3rem;font-size:.85rem;color:#374151;padding:.6rem .75rem;background:#ecfdf5;border-radius:6px;border:1px solid #6ee7b7}.wp-date{font-size:.75rem;color:#6b7280}.wp-code-block{background:#1b4332;border-radius:8px;padding:1rem;text-align:center;margin-bottom:.75rem}.wp-code-label{font-size:.75rem;color:#95d5b2;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .4rem}.wp-code{font-size:2.2rem;font-weight:800;letter-spacing:.4rem;color:#fff;font-family:Courier New,monospace}.wp-code-info{font-size:.75rem;color:#95d5b2;margin:.5rem 0 0;line-height:1.4}.wp-schedule{margin:1rem 0;padding:.9rem;background:#f8fafc;border-radius:6px}.wp-schedule h5{margin:0 0 .6rem;font-size:.85rem;font-weight:700;color:#1b4332}.wp-schedule-hint{font-size:.78rem;color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;padding:.3rem .6rem;margin-bottom:.4rem}.wp-schedule-form{display:flex;gap:.5rem;flex-wrap:wrap;align-items:flex-end}.wp-schedule-form input{flex:1;min-width:180px;padding:.5rem .6rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;color:#1b4332}.wp-scheduled-date{font-size:.85rem;color:#374151;display:flex;align-items:center;gap:.75rem}.wp-proxy{margin:.75rem 0}.wp-proxy h5{margin:0 0 .5rem;font-size:.85rem;font-weight:700;color:#1b4332}.wp-proxy-declared{font-size:.85rem;color:#374151;display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f0fdf4;border-radius:6px;border:1px solid #bbf7d0}.wp-proxy-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.wp-proxy-form input{padding:.5rem .6rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;color:#1b4332}.wp-proxy-actions{display:flex;gap:.5rem}.wp-docs-notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.75rem;font-size:.8rem;color:#1e40af;margin-top:.75rem}.wp-docs-notice strong{display:block;margin-bottom:.35rem}.wp-docs-notice ul{margin:0;padding-left:1.2rem}.wp-docs-notice li{margin:.2rem 0}.wp-return-notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;padding:.75rem;font-size:.8rem;color:#9a3412;margin-top:.75rem;line-height:1.5}.wp-return-notice strong{display:block;margin-bottom:.2rem}.wp-btn{padding:.5rem 1rem;background:#1b4332;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.wp-btn:hover{background:#2d6a4f}.wp-btn:disabled{opacity:.6;cursor:not-allowed}.wp-outline-btn{padding:.45rem .9rem;background:transparent;color:#1b4332;border:1px solid #1B4332;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s}.wp-outline-btn:hover{background:#f0fdf4}.wp-cancel-btn{padding:.45rem .9rem;background:transparent;color:#6b7280;border:1px solid #e2e8f0;border-radius:6px;font-size:.82rem;cursor:pointer}.wp-link-btn{background:none;border:none;color:#3b82f6;font-size:.78rem;cursor:pointer;text-decoration:underline;padding:0}.wp-error{font-size:.8rem;color:#c53030;margin:0;width:100%}.wp-note{font-size:.85rem;color:#6b7280;margin:.5rem 0 0}.wp-invoice-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;padding:.55rem 1.25rem;background:#1b4332;color:#fff;border:none;border-radius:7px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .2s}.wp-invoice-btn:hover{background:#2d6a4f}.wp-action-btns{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.wp-chat-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.75rem;padding:.55rem 1.25rem;background:#0e7490;color:#fff;border:none;border-radius:7px;font-size:.88rem;font-weight:600;cursor:pointer;width:100%;justify-content:center;transition:background .2s}.wp-chat-btn:hover{background:#0c6381}.wp-chat-btn.closed{background:#6b7280;margin-top:0}.wp-chat-btn.closed:hover{background:#4b5563}.wp-step.completed{text-align:center;padding:2rem}.wp-step.completed p{margin:.3rem 0;font-size:.9rem;color:#374151}.winner-page{min-height:calc(100vh - 160px);background:#f0fdf4;padding:2rem 1rem}.winner-page-inner{max-width:760px;margin:0 auto}.winner-page-header{margin-bottom:1.5rem}.wp-back-btn{background:none;border:none;color:#2d6a4f;font-size:.9rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:1rem;display:inline-block}.wp-back-btn:hover{text-decoration:underline}.winner-page-title{background:linear-gradient(135deg,#d1fae5,#6ee7b7);border:1px solid #34d399;border-radius:10px;padding:1.25rem 1.5rem}.winner-page-title h1{margin:0 0 .25rem;color:#064e3b;font-size:1.6rem}.winner-page-title p{margin:0;color:#065f46;font-size:1rem}.winner-page-loading,.winner-page-error{text-align:center;padding:4rem 2rem;color:#718096}.wp-back-link{display:inline-block;margin-top:1rem;color:#2d6a4f;font-weight:600;text-decoration:none}.wp-back-link:hover{text-decoration:underline}.wp-profile-required{background:#fff;border:2px solid #fed7aa;border-radius:12px;padding:2.5rem 2rem;text-align:center;margin-top:1rem}.wp-profile-required-icon{font-size:3rem;margin-bottom:1rem}.wp-profile-required h2{color:#1b4332;font-size:1.3rem;margin:0 0 .75rem}.wp-profile-required p{color:#4a5568;font-size:.95rem;line-height:1.6;max-width:480px;margin:0 auto 1.5rem}.wp-profile-btn{display:inline-block;padding:.75rem 1.75rem;background:linear-gradient(135deg,#2d6a4f,#52b788);color:#fff;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:opacity .2s}.wp-profile-btn:hover{opacity:.9}.profile-page{min-height:100vh;background:#f7fafc;padding:2rem 1rem}.logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem 1.2rem;background:#fff5f5;color:#c53030;border:1px solid #fed7d7;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.logout-btn:hover{background:#fed7d7;border-color:#fc8181}.profile-container{max-width:640px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden}.profile-header{background:linear-gradient(135deg,#1b4332,#2d6a4f);padding:1.5rem 2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-back-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.4rem .9rem;border-radius:6px;cursor:pointer;font-size:.85rem;transition:background .2s}.profile-back-btn:hover{background:#ffffff40}.profile-header h1{color:#fff;font-size:1.3rem;font-weight:700;margin:0;flex:1}.profile-status-badge{padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid currentColor}.profile-alert{margin:1rem 2rem 0;padding:.75rem 1rem;border-radius:8px;font-size:.88rem;line-height:1.5}.profile-alert.rejected{background:#fff5f5;border:1px solid #fed7d7;color:#c53030}.profile-alert.pending{background:ivory;border:1px solid #fef08a;color:#92400e}.profile-alert.verified{background:#f0fff4;border:1px solid #9ae6b4;color:#276749}.profile-alert.locked{background:#fff8f0;border:1px solid #f6ad55;color:#92400e;font-weight:500}.profile-form{padding:1.5rem 2rem 2rem}.profile-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#718096;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.profile-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.profile-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.profile-field label{font-size:.85rem;font-weight:600;color:#2d3748}.required{color:#e53e3e}.profile-field input,.profile-field select{padding:.6rem .85rem;border:1px solid #e2e8f0;border-radius:7px;font-size:.9rem;color:#1a202c;background:#f7fafc;transition:border-color .2s,box-shadow .2s}.profile-field input:focus,.profile-field select:focus{outline:none;border-color:#52b788;box-shadow:0 0 0 3px #52b78826;background:#fff}.id-type-options{display:flex;gap:.75rem}.id-type-option{flex:1;display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.88rem;font-weight:500;color:#4a5568;transition:all .2s}.id-type-option.selected{border-color:#52b788;background:#f0fff4;color:#276749;font-weight:600}.id-type-option input[type=radio]{accent-color:#52B788}.id-upload-zone{border:2px dashed #cbd5e0;border-radius:10px;overflow:hidden;transition:border-color .2s}.id-upload-zone:hover{border-color:#52b788}.id-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:2rem;cursor:pointer;color:#718096;text-align:center}.id-upload-icon{font-size:2rem}.id-upload-hint{font-size:.78rem;color:#a0aec0}.id-preview{position:relative}.id-preview img{width:100%;max-height:240px;object-fit:contain;display:block;background:#f7fafc}.id-preview-pdf{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;background:#f7fafc;font-size:.9rem;color:#4a5568}.id-preview-change{position:absolute;bottom:.5rem;right:.5rem;background:#0009;color:#fff;border:none;padding:.3rem .7rem;border-radius:5px;font-size:.8rem;cursor:pointer}.profile-error{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:.75rem 1rem;border-radius:7px;font-size:.88rem;margin-bottom:1rem}.profile-success{background:#f0fff4;border:1px solid #9ae6b4;color:#276749;padding:.75rem 1rem;border-radius:7px;font-size:.88rem;margin-bottom:1rem}.profile-save-btn{width:100%;padding:.85rem;background:linear-gradient(135deg,#2d6a4f,#52b788);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s}.profile-save-btn:hover:not(:disabled){opacity:.9}.profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.profile-view-card{padding:2rem;text-align:center;border-bottom:1px solid #f0f4f8}.profile-view-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#1b4332,#52b788);color:#fff;font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 14px #1b433240}.profile-view-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.profile-view-email{font-size:.85rem;color:#94a3b8}.profile-view-section{padding:1.5rem 2rem;border-bottom:1px solid #f0f4f8}.profile-view-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:1rem}.profile-view-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-view-item{display:flex;flex-direction:column;gap:.3rem}.profile-view-label{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.profile-view-label svg{width:13px;height:13px;flex-shrink:0}.profile-view-val{font-size:.95rem;font-weight:600;color:#1e293b}.profile-view-doc{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.9rem 1.1rem}.profile-view-doc-type{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#334155}.profile-view-doc-type svg{width:18px;height:18px;color:#64748b}.profile-view-doc-link{font-size:.82rem;font-weight:600;color:#1b4332;text-decoration:underline;text-underline-offset:2px}.profile-view-doc-missing{font-size:.82rem;color:#e53e3e;font-weight:500}.profile-view-actions{padding:1.25rem 2rem;display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.profile-form-logout{padding:1rem 2rem 1.5rem;border-top:1px solid #f0f0f0;margin-top:.5rem}.profile-edit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:#1b4332;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.profile-edit-btn svg{width:15px;height:15px}.profile-edit-btn:hover{background:#2d6a4f}.profile-lock-notice,.profile-verified-notice{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;padding:.6rem 1.1rem;border-radius:10px}.profile-lock-notice{background:#fff8f0;color:#92400e;border:1px solid #fcd34d}.profile-lock-notice svg{width:15px;height:15px}.profile-verified-notice{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.profile-verified-notice svg{width:15px;height:15px}.profile-form-actions{display:flex;gap:.75rem;padding:0 2rem 2rem}.profile-cancel-btn{flex:1;padding:.85rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.profile-cancel-btn:hover{background:#e2e8f0}.profile-form-actions .profile-save-btn{flex:2;width:auto}@media (max-width: 480px){.profile-view-grid{grid-template-columns:1fr}.profile-view-section{padding:1.25rem}.profile-view-card{padding:1.5rem}.profile-view-actions{padding:1rem}.profile-form-actions{padding:0 1.25rem 1.25rem}}@media (max-width: 540px){.profile-header{padding:1.2rem}.profile-form{padding:1.2rem 1.2rem 1.5rem}.profile-row{grid-template-columns:1fr}.id-type-options{flex-direction:column}}.cgu-page{min-height:100vh;background:#f8fafc}.cgu-hero{background:linear-gradient(135deg,#1b4332,#2d6a4f 60%,#40916c);padding:4rem 2rem 5rem;text-align:center;color:#fff;position:relative;overflow:hidden}.cgu-hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:60px;background:#f8fafc;clip-path:ellipse(55% 100% at 50% 100%)}.cgu-hero-inner{max-width:680px;margin:0 auto;position:relative}.cgu-hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#74c69d;background:#ffffff1a;padding:.3rem .9rem;border-radius:20px;margin-bottom:1rem}.cgu-hero h1{font-size:2.2rem;font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.cgu-hero p{font-size:1rem;color:#ffffffbf;margin:0 0 1.25rem;line-height:1.6}.cgu-hero-date{font-size:.78rem;color:#ffffff80;font-style:italic}.cgu-layout{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;gap:2.5rem;align-items:flex-start}.cgu-sidebar{width:240px;flex-shrink:0;position:sticky;top:90px}.cgu-sidebar-inner{background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 2px 12px #00000012}.cgu-sidebar-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin:0 0 .9rem;padding-bottom:.7rem;border-bottom:1px solid #f1f5f9}.cgu-nav{display:flex;flex-direction:column;gap:.15rem}.cgu-nav-link{display:flex;align-items:center;gap:.6rem;padding:.45rem .6rem;border-radius:8px;text-decoration:none;color:#475569;font-size:.82rem;font-weight:500;transition:all .15s}.cgu-nav-link:hover{background:#f0fdf4;color:#1b4332}.cgu-nav-num{width:22px;height:22px;border-radius:6px;background:#f1f5f9;color:#64748b;font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cgu-nav-link:hover .cgu-nav-num{background:#d1fae5;color:#1b4332}.cgu-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.cgu-article{background:#fff;border-radius:14px;padding:1.5rem 1.75rem;box-shadow:0 2px 8px #0000000d;display:flex;gap:1.25rem;align-items:flex-start;border-left:4px solid transparent;transition:border-color .2s,box-shadow .2s}.cgu-article:hover{border-left-color:#52b788;box-shadow:0 4px 16px #00000014}.cgu-article.contact-card{border-left-color:#1b4332;background:linear-gradient(135deg,#f0fdf4,#fff)}.cgu-article-num{font-size:1.5rem;font-weight:900;color:#e2e8f0;flex-shrink:0;width:42px;line-height:1;padding-top:2px;font-variant-numeric:tabular-nums}.cgu-article:hover .cgu-article-num,.cgu-article.contact-card .cgu-article-num{color:#bbf7d0}.cgu-article-body{flex:1}.cgu-article-body h2{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .6rem}.cgu-article-body p{font-size:.9rem;color:#475569;line-height:1.7;margin:0}.cgu-contact-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.cgu-contact-item{display:flex;align-items:center;gap:.75rem}.cgu-contact-item svg{width:18px;height:18px;color:#1b4332;flex-shrink:0}.cgu-contact-item div{display:flex;flex-direction:column;gap:.1rem}.cgu-contact-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.cgu-contact-item a,.cgu-contact-item span:last-child{font-size:.88rem;font-weight:600;color:#1e293b;text-decoration:none}.cgu-contact-item a:hover{color:#1b4332;text-decoration:underline}.cgu-footer-links{display:flex;gap:1rem;justify-content:flex-end;margin-top:.5rem}.cgu-footer-link{display:inline-flex;align-items:center;gap:.3rem;padding:.6rem 1.25rem;border-radius:10px;font-size:.85rem;font-weight:600;text-decoration:none;background:#fff;color:#475569;border:1px solid #e2e8f0;transition:all .15s;box-shadow:0 1px 4px #0000000d}.cgu-footer-link:hover{border-color:#1b4332;color:#1b4332}.cgu-footer-link.auctions{background:#1b4332;color:#fff;border-color:#1b4332}.cgu-footer-link.auctions:hover{background:#2d6a4f}@media (max-width: 768px){.cgu-layout{flex-direction:column;padding:2rem 1rem}.cgu-sidebar{width:100%;position:static}.cgu-hero h1{font-size:1.6rem}.cgu-article{flex-direction:column;gap:.5rem;padding:1.25rem}.cgu-article-num{font-size:1.1rem}.cgu-footer-links{flex-direction:column}}.conf-hero{background:linear-gradient(135deg,#1e3a5f,#2563eb 60%,#3b82f6)}.conf-hero:after{background:#f8fafc}.conf-article{flex-direction:row;align-items:flex-start;gap:1rem;border-left-color:transparent}.conf-article:hover{border-left-color:#3b82f6}.conf-article.contact-card{border-left-color:#1e3a5f;background:linear-gradient(135deg,#eff6ff,#fff)}.conf-article.contact-card .conf-article-icon{background:linear-gradient(135deg,#1e3a5f,#2563eb)}.conf-article.highlighted{background:linear-gradient(135deg,#fff7ed,#fff);border-left-color:#f97316}.conf-article.highlighted:hover{border-left-color:#ea580c}.conf-article-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#1b4332,#52b788);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.conf-article-icon svg{width:20px;height:20px;color:#fff;fill:#fff}.conf-article-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem}.conf-article-num{font-size:.68rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:.15rem .5rem;border-radius:6px;flex-shrink:0}.conf-article-header h2{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.cgu-article-body p{margin:0}.conf-article>.cgu-article-num{display:none}.conf-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.conf-tag{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.conf-gdpr-box{margin-top:1.25rem;padding:1rem;background:#eff6ff;border-radius:10px;border:1px solid #bfdbfe;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.conf-gdpr-icon{width:36px;height:36px;background:#2563eb;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conf-gdpr-icon svg{width:18px;height:18px;stroke:#fff}.conf-gdpr-box p{font-size:.75rem;color:#1d4ed8;font-weight:500;line-height:1.5;margin:0}.conf-article.highlighted .conf-article-icon{background:linear-gradient(135deg,#ea580c,#f97316)}.conf-article.highlighted .conf-article-num{background:#fff7ed;color:#c2410c}.decl-hero{background:linear-gradient(135deg,#312e81,#4f46e5 60%,#6366f1)}.decl-hero:after{background:#f8fafc}.decl-num{color:#c7d2fe!important;font-size:1.2rem!important}.decl-article:hover .decl-num{color:#a5b4fc!important}.decl-intro{display:flex;align-items:flex-start;gap:1.25rem;background:linear-gradient(135deg,#eef2ff,#fff);border:2px solid #c7d2fe;border-radius:14px;padding:1.5rem;margin-bottom:.25rem}.decl-intro-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#6366f1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #6366f14d}.decl-intro-icon svg{width:24px;height:24px;stroke:#fff}.decl-intro h2{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.decl-intro p{font-size:.9rem;color:#475569;line-height:1.7;margin:0}.decl-article{border-left-color:transparent}.decl-article:hover{border-left-color:#6366f1}.decl-highlighted{background:linear-gradient(135deg,#faf5ff,#fff);border-left-color:#a855f7!important}.decl-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.decl-list li{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#475569}.decl-list-dot{width:7px;height:7px;border-radius:50%;background:#6366f1;flex-shrink:0}.decl-check-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.55rem}.decl-check-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9rem;color:#334155;font-weight:500}.decl-check-list svg{width:16px;height:16px;stroke:#16a34a;flex-shrink:0;margin-top:2px}.decl-accept-preview{background:linear-gradient(135deg,#f0fdf4,#fff);border-left-color:#22c55e}.decl-checkbox-preview{display:flex;align-items:flex-start;gap:.85rem;background:#fff;border:2px solid #bbf7d0;border-radius:10px;padding:1rem 1.25rem;margin:.75rem 0;font-size:.9rem;color:#1e293b;line-height:1.6}.decl-checkbox-box{width:22px;height:22px;border-radius:6px;background:#16a34a;border:2px solid #16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.decl-checkbox-box svg{width:12px;height:12px;stroke:#fff;stroke-width:2.5}.decl-checkbox-preview a{color:#1b4332;font-weight:600;text-decoration:underline;text-underline-offset:2px}.decl-accept-note{font-size:.8rem!important;color:#64748b!important;font-style:italic;margin-top:.5rem!important}.decl-docs-box{margin-top:1.25rem;display:flex;flex-direction:column;gap:.4rem}.decl-docs-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 .4rem}.decl-doc-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.8rem;font-weight:600;color:#475569;text-decoration:none;transition:all .15s}.decl-doc-link svg{width:14px;height:14px;flex-shrink:0}.decl-doc-link:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.contact-page{min-height:100vh;background:#f8fafc}.contact-hero{background:linear-gradient(135deg,#1e4a2a,#2d7a3a,#6abf45);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left: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='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.contact-hero-content{position:relative;z-index:1}.contact-hero h1{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 .5rem}.contact-hero p{color:#ffffffd9;font-size:1.1rem;margin:0}.contact-body{max-width:1100px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:340px 1fr;gap:2.5rem;align-items:start}@media (max-width: 768px){.contact-body{grid-template-columns:1fr;padding:2rem 1rem}.contact-hero h1{font-size:1.75rem}}.contact-info h2{font-size:1.2rem;font-weight:700;color:#1a202c;margin:0 0 1.25rem}.contact-info-cards{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.contact-info-card{display:flex;align-items:flex-start;gap:.875rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.125rem}.cic-icon{font-size:1.3rem;flex-shrink:0;margin-top:2px}.cic-label{font-size:.75rem;color:#718096;margin:0 0 2px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cic-value{font-size:.9rem;color:#2d3748;margin:0;font-weight:500}a.cic-value{color:#2d7a3a;text-decoration:none}a.cic-value:hover{text-decoration:underline}.contact-faq h3{font-size:1rem;font-weight:700;color:#1a202c;margin:0 0 1rem}.contact-faq-item{padding:.875rem 0;border-top:1px solid #e2e8f0}.cfaq-q{font-size:.875rem;font-weight:600;color:#2d3748;margin:0 0 .35rem}.cfaq-a{font-size:.82rem;color:#718096;margin:0;line-height:1.5}.contact-form-wrap{background:#fff;border-radius:14px;box-shadow:0 1px 20px #00000012;border:1px solid #e2e8f0;overflow:hidden}.contact-form{padding:2rem 2.25rem}.contact-form h2{font-size:1.3rem;font-weight:700;color:#1a202c;margin:0 0 1.75rem;padding-bottom:1rem;border-bottom:2px solid #f0f4f0}.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 540px){.cf-row{grid-template-columns:1fr}.contact-form{padding:1.5rem 1.25rem}}.cf-field{display:flex;flex-direction:column;gap:.4rem}.cf-field-full{margin-bottom:1rem}.cf-field label{font-size:.82rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.4px}.cf-required{color:#e53e3e}.cf-optional{color:#a0aec0;font-weight:400;text-transform:none;letter-spacing:0}.cf-input{padding:.65rem .9rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.92rem;color:#2d3748;background:#fafafa;transition:border-color .2s,box-shadow .2s;outline:none;font-family:inherit}.cf-input:focus{border-color:#2d7a3a;box-shadow:0 0 0 3px #2d7a3a1f;background:#fff}.cf-select{cursor:pointer}.cf-textarea{resize:vertical;min-height:140px}.cf-error{background:#fff5f5;border:1px solid #feb2b2;color:#c53030;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.cf-submit{width:100%;padding:.875rem;background:linear-gradient(135deg,#1e4a2a,#2d7a3a);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.cf-submit:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.cf-submit:disabled{opacity:.65;cursor:not-allowed}.cf-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:cf-spin .7s linear infinite;flex-shrink:0}@keyframes cf-spin{to{transform:rotate(360deg)}}.contact-success{padding:3.5rem 2rem;text-align:center}.contact-success-icon{font-size:3.5rem;margin-bottom:1rem}.contact-success h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .75rem}.contact-success p{color:#4a5568;font-size:.95rem;margin:0 0 1.5rem;line-height:1.6}.contact-btn-reset{padding:.7rem 1.5rem;background:transparent;border:2px solid #2d7a3a;color:#2d7a3a;border-radius:8px;font-weight:600;cursor:pointer;font-size:.9rem;transition:background .2s,color .2s}.contact-btn-reset:hover{background:#2d7a3a;color:#fff}.faq-page{min-height:100vh;background:#f8fafc}.faq-hero{background:linear-gradient(135deg,#1e4a2a,#2d7a3a,#6abf45);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}.faq-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left: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='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.faq-hero-content{position:relative;z-index:1}.faq-hero h1{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 .5rem}.faq-hero p{color:#ffffffd9;font-size:1.1rem;margin:0}.faq-body{max-width:1100px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:260px 1fr;gap:2.5rem;align-items:start}@media (max-width: 768px){.faq-body{grid-template-columns:1fr;padding:2rem 1rem}.faq-hero h1{font-size:1.75rem}}.faq-nav{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;position:sticky;top:80px}.faq-nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.125rem;background:none;border:none;border-left:3px solid transparent;cursor:pointer;text-align:left;font-size:.875rem;color:#4a5568;font-weight:500;transition:background .15s,color .15s,border-color .15s;border-bottom:1px solid #f1f5f9}.faq-nav-item:last-of-type{border-bottom:none}.faq-nav-item:hover{background:#f8fafc;color:#1a202c}.faq-nav-item.active{background:#f0fdf4;color:#1e4a2a;font-weight:700;border-left-color:#2d7a3a}.faq-nav-icon{font-size:1.1rem;flex-shrink:0}.faq-nav-contact{padding:1.25rem;border-top:1px solid #e2e8f0;background:#fafafa}.faq-nav-contact p{font-size:.8rem;color:#718096;margin:0 0 .625rem;line-height:1.4}.faq-contact-btn{display:inline-block;padding:.5rem 1rem;background:#1e4a2a;color:#fff;border-radius:6px;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .15s}.faq-contact-btn:hover{opacity:.88}.faq-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.faq-section-icon{font-size:1.75rem}.faq-section-header h2{font-size:1.4rem;font-weight:700;color:#1a202c;margin:0}.faq-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:box-shadow .2s}.faq-item.open{border-color:#a7f3d0;box-shadow:0 2px 12px #2d7a3a14}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:#2d3748;line-height:1.4;transition:background .15s}.faq-question:hover{background:#f8fafc}.faq-item.open .faq-question{color:#1e4a2a;background:#f0fdf4}.faq-chevron{font-size:1.3rem;font-weight:400;color:#2d7a3a;flex-shrink:0;line-height:1}.faq-answer{padding:0 1.25rem 1.1rem;border-top:1px solid #e2e8f0;background:#fafafa}.faq-answer p{font-size:.9rem;color:#4a5568;line-height:1.7;margin:.875rem 0 0}.faq-bottom-cta{display:flex;align-items:center;gap:1.25rem;background:linear-gradient(135deg,#1e4a2a,#2d7a3a);border-radius:12px;padding:1.5rem 1.75rem;flex-wrap:wrap}.faq-cta-icon{font-size:2rem;flex-shrink:0}.faq-cta-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .25rem}.faq-cta-sub{font-size:.83rem;color:#fffc;margin:0}.faq-cta-actions{display:flex;gap:.625rem;margin-left:auto;flex-wrap:wrap}.faq-cta-btn{padding:.6rem 1.1rem;border-radius:7px;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s;white-space:nowrap}.faq-cta-btn:hover{opacity:.9;transform:translateY(-1px)}.faq-cta-btn.whatsapp{background:#25d366;color:#fff}.faq-cta-btn.contact{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.4)}@media (max-width: 540px){.faq-bottom-cta{flex-direction:column;align-items:flex-start}.faq-cta-actions{margin-left:0}.faq-nav{position:static}}.chat-float-btn{position:fixed;bottom:2rem;right:2rem;z-index:900;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1e4a2a,#2d7a3a);border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 20px #00000040;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.chat-float-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px #0000004d}.chat-float-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff}*{box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.loading-spinner{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.2rem;color:#718096}
