.video-modal-overlay{z-index:100;background:#0f172ab8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.video-modal{background:#0f172a;border-radius:1rem;flex-direction:column;gap:.5rem;width:min(960px,100%);padding:.75rem;display:flex;position:relative;box-shadow:0 20px 48px #0f172a59}.video-modal-player{aspect-ratio:16/9;background:#000;border-radius:.5rem;width:100%}.video-modal-close{z-index:1;color:#f1f5f9;cursor:pointer;background:#0f172a99;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;line-height:1;display:flex;position:absolute;top:1.25rem;right:1.25rem}.video-modal-close:hover{background:#0f172ad9}.video-modal-speeds{justify-content:flex-end;gap:.25rem;display:flex}.video-speed-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:.375rem;padding:.3rem .75rem;font-size:.8rem}.video-speed-btn:hover{color:#e2e8f0;border-color:#64748b}.video-speed-btn.is-active{color:#fff;background:#1e293b;border-color:#e2e8f0}.search-panel{flex-direction:column;gap:1.25rem;max-width:380px;margin-top:1.5rem;display:flex}.search-field{flex-direction:column;gap:.4rem;display:flex}.search-label{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.search-box{position:relative}.search-input{color:#1e293b;appearance:none;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:0;outline:none;width:100%;padding:.75rem 2.75rem .75rem 1rem;font-size:.95rem;transition:border-color .15s}.search-input::placeholder{color:#94a3b8}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-mag{color:#475569;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.search-mag:hover{color:#1e293b}@media (width<=768px){.search-panel{max-width:100%}}.carousel{width:100%;height:100%;position:relative;overflow:hidden}.carousel img{object-fit:cover;opacity:0;width:100%;height:100%;animation:12s ease-in-out infinite fadeSlide;position:absolute;top:0;left:0;transform:translate(24px)}.carousel img:first-child{animation-delay:0s}.carousel img:nth-child(2){animation-delay:4s}.carousel img:nth-child(3){animation-delay:8s}@keyframes fadeSlide{0%{opacity:0;transform:translate(24px)}6%{opacity:1;transform:translate(0)}28%{opacity:1;transform:translate(0)}34%{opacity:0;transform:translate(-24px)}to{opacity:0;transform:translate(-24px)}}.card{cursor:pointer;background:#fff;transition:transform .15s,box-shadow .15s}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.card-image{aspect-ratio:16/9;background:#e2e8f0;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;display:block}.card-body{flex-direction:column;gap:.2rem;padding:.75rem 1rem;display:flex}.card-title{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.3}.card-location{color:#64748b;font-size:.8rem}.card-price{color:#1e293b;margin-top:.15rem;font-size:1rem;font-weight:600}.countdown{color:#3b82f6;letter-spacing:.02em;font-size:.75rem;font-weight:500}.countdown-ended{color:#ef4444;font-size:.75rem;font-weight:500}.card-coming-soon-badge{z-index:1;color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#0f766eeb;border-radius:9999px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.card-coming-soon-date{color:#0f766e;margin:0;font-size:.9rem;font-weight:600}.results{height:100vh;padding:2rem 3rem;overflow-y:auto}.search-bar{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.search-select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;outline:none;flex:1;max-width:280px;padding:.6rem 1rem;font-size:.9rem}.search-select:focus{border-color:#3b82f6}.search-apply,.search-back{cursor:pointer;border:none;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500}.search-apply{color:#fff;background:#1e293b}.search-apply:hover{background:#0f172a}.search-back{color:#64748b;background:0 0;border:1px solid #e2e8f0}.search-back:hover{color:#1e293b;border-color:#94a3b8}.results-header{align-items:baseline;gap:.75rem;margin-bottom:1.5rem;display:flex}.results-title{color:#0f172a;font-size:1.35rem;font-weight:600}.results-count{color:#64748b;font-size:.85rem}.grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.pagination-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.375rem;min-height:44px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.pagination-btn:hover:not(:disabled){color:#1e293b;border-color:#94a3b8}.pagination-btn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-info{text-align:center;color:#64748b;font-variant-numeric:tabular-nums;min-width:7.5rem;font-size:.85rem}@media (width<=1024px){.grid{grid-template-columns:repeat(2,1fr)}.results{padding:2rem 1.5rem}}@media (width<=640px){.grid{grid-template-columns:1fr}.results{padding:1.5rem 1rem}.search-bar{flex-direction:column}.search-select{width:100%;max-width:100%}.search-back{text-align:center;width:100%}.pagination{gap:.5rem}.pagination-btn{padding:.5rem .75rem}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.gallery{width:100%}.gallery-main{background:#e2e8f0;border-radius:1.5rem;width:100%;min-height:420px;position:relative;overflow:hidden;box-shadow:0 20px 48px #0f172a1f}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-nav{color:#fff;cursor:pointer;z-index:2;background:#0f172a85;border:none;border-radius:999px;padding:.7rem .9rem;font-size:1.5rem;transition:background .15s,transform .15s;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:#0f172acc;transform:translateY(-50%)scale(1.02)}.gallery-prev{left:.5rem}.gallery-next{right:.5rem}.gallery-thumbs{gap:.75rem;margin-top:.85rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.gallery-thumb{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:.8rem;flex-shrink:0;width:84px;height:62px;padding:0;transition:border-color .15s,transform .15s,box-shadow .15s;overflow:hidden}.gallery-thumb.active{border-color:#0f172a;box-shadow:0 12px 28px #0f172a24}.gallery-thumb:hover{transform:translateY(-1px)}.gallery-thumb img{object-fit:cover;width:100%;height:100%}@media (width<=480px){.gallery-main{min-height:260px}.gallery-thumb{width:62px;height:46px}}.detail-page{flex-direction:column;gap:2rem;max-width:1360px;margin:0 auto;padding:2rem;display:flex}.detail-hero{grid-template-columns:minmax(0,1.45fr) minmax(340px,420px);align-items:start;gap:2rem;display:grid}.detail-main-column{flex-direction:column;gap:1.5rem;display:flex}.detail-property-card,.bid-history,.auction-bid-panel{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 18px 45px #0f172a14}.detail-property-card,.bid-history{padding:1.5rem}.detail-header{flex-direction:column;gap:.4rem;display:flex}.detail-kicker{letter-spacing:.12em;text-transform:uppercase;color:#0f766e;font-size:.78rem;font-weight:700}.detail-header h1{letter-spacing:-.04em;color:#0f172a;font-size:clamp(2rem,3vw,3rem);line-height:1.02}.detail-location{color:#475569;font-size:1rem}.detail-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.summary-item{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;display:flex}.summary-label{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.78rem;font-weight:700}.summary-item strong{color:#0f172a;font-size:1.15rem;line-height:1.2}.bid-history h3{color:#0f172a;margin-bottom:.75rem;font-size:1.05rem;font-weight:700}.bid-history-header p{color:#475569;line-height:1.65}.auction-bid-panel{color:#f8fafc;background:linear-gradient(#0f172a 0%,#111c34 100%);border-color:#94a3b838;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:flex;position:sticky;top:1rem}.auction-bid-panel.is-live{box-shadow:0 22px 60px #0f172a3d}.auction-bid-panel.is-outbid{background:linear-gradient(#1f2937 0%,#3b1f26 100%);border-color:#f8717159;box-shadow:0 24px 64px #7f1d1d33}.auction-bid-panel.is-ended{background:linear-gradient(#1e293b 0%,#334155 100%)}.auction-panel-top{flex-direction:column;gap:1rem;display:flex}.price-label,.leader-caption,.bid-input-label,.detail-countdown-label{letter-spacing:.12em;text-transform:uppercase;color:#e2e8f0b8;font-size:.76rem;font-weight:700;display:inline-block}.auction-price{letter-spacing:-.06em;color:#fff;margin-top:.45rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:.95}.bidder-info{color:#e2e8f0d1;flex-wrap:wrap;gap:.9rem;font-size:.9rem;display:flex}.online-badge{color:#86efac}.leader-block{background:#ffffff14;border:1px solid #e2e8f024;border-radius:1.1rem;padding:1rem 1.1rem}.leader-message{letter-spacing:-.04em;color:#fff;margin-top:.5rem;font-size:clamp(1.55rem,2.4vw,2.25rem);font-weight:800;line-height:1.08}.leader-message.is-empty{color:#fef3c7}.bid-meta{color:#e2e8f0bd;margin-top:.55rem;font-size:.95rem}.auction-status{border-radius:1rem;padding:.95rem 1rem;font-size:.95rem;font-weight:600;line-height:1.5}.auction-status.is-live{color:#e0f2fe;background:#0ea5e91f;border:1px solid #7dd3fc33}.auction-status.is-outbid{color:#fee2e2;background:#f871711f;border:1px solid #fca5a53d}.auction-status.is-ended{color:#e2e8f0;background:#94a3b829;border:1px solid #cbd5e13d}.detail-countdown{color:#fff;flex-direction:column;gap:.35rem;font-weight:700;display:flex}.bid-input-group{flex-direction:column;gap:.8rem;display:flex}.bid-input{text-align:center;color:#0f172a;background:#fffffffa;border:1px solid #cbd5e138;border-radius:1rem;width:100%;padding:1rem 1.1rem;font-size:1.8rem;font-weight:700}.bid-input:focus{outline-offset:2px;outline:2px solid #fbbf24}.quick-btns{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.quick-btns button{color:#fff;cursor:pointer;background:#ffffff17;border:1px solid #cbd5e129;border-radius:.95rem;padding:.9rem .75rem;font-size:1rem;font-weight:700;transition:background .15s,border-color .15s,transform .15s}.quick-btns button:hover{background:#ffffff29;border-color:#ffffff52;transform:translateY(-1px)}.bid-btn{color:#111827;cursor:pointer;background:linear-gradient(#fbbf24 0%,#f59e0b 100%);border:none;border-radius:1rem;width:100%;padding:1.1rem 1.25rem;font-size:1.18rem;font-weight:800;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 14px 30px #f59e0b47}.bid-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #f59e0b5c}.bid-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.bid-helper{color:#e2e8f0c2;font-size:.92rem;line-height:1.55}.toast{z-index:200;cursor:pointer;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:700;animation:.3s toast-in;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.toast-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.toast-success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(-1rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}.bid-history-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.history-counter{color:#1d4ed8;background:#eff6ff;border-radius:999px;flex-shrink:0;padding:.45rem .75rem;font-size:.82rem;font-weight:700}.bid-history-empty{color:#64748b;font-size:.98rem;line-height:1.7}.bid-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.95rem}.bid-table th{text-align:left;color:#64748b;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #e2e8f0;padding:0 .85rem .9rem;font-size:.78rem;font-weight:700}.bid-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem .85rem}.bid-table tbody tr{transition:background .15s}.bid-table tbody tr:hover{background:#f8fafc}.bid-table tbody tr.is-leader-row{background:#fffbeb}.bid-rank{color:#64748b;font-weight:700}.bid-amount{color:#0f172a;font-size:1.1rem;font-weight:800}.bid-alias{color:#1e293b;font-weight:700}.leader-pill{color:#92400e;letter-spacing:.04em;text-transform:uppercase;background:#fef3c7;border-radius:999px;margin-left:.6rem;padding:.22rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.bid-date{color:#64748b;font-size:.88rem}.require-auth-overlay,.alias-modal-overlay{z-index:100;background:#0f172a7a;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.require-auth-modal,.alias-modal{background:#fff;border-radius:1rem;flex-direction:column;gap:1rem;width:min(560px,100%);max-width:560px;padding:2rem;display:flex;box-shadow:0 20px 48px #0f172a2e}.modal-kicker{letter-spacing:.14em;text-transform:uppercase;color:#0f766e;font-size:.76rem;font-weight:800}.require-auth-modal h3,.alias-modal h3{letter-spacing:-.04em;color:#0f172a;font-size:1.85rem;line-height:1.05}.modal-copy{color:#475569;line-height:1.65}.modal-highlight-card{background:linear-gradient(#f8fafc 0%,#eff6ff 100%);border:1px solid #dbeafe;border-radius:1rem;flex-direction:column;gap:.35rem;padding:1rem 1.1rem;display:flex}.modal-highlight-label,.modal-field-label{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.78rem;font-weight:700}.modal-highlight-card strong{color:#0f172a;font-size:1.05rem}.modal-form-block{flex-direction:column;gap:.45rem;display:flex}.modal-email-input{box-sizing:border-box;border-width:2px;border-radius:.75rem;width:100%;padding:.85rem 1rem;font-size:1.05rem}.modal-actions-stack{flex-direction:column;gap:.5rem;display:flex}.modal-secondary-btn{justify-content:center;width:100%}.modal-error{margin-top:-.15rem}.terms-modal{position:relative}.terms-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex;position:absolute;top:1rem;right:1rem}.terms-close:hover{color:#0f172a;background:#f1f5f9}.terms-close:disabled{opacity:.4;cursor:not-allowed}.terms-title{margin:0;padding-right:2.5rem}.terms-title span{background:linear-gradient(#0000 62%,#fde047 62%)}.terms-scroll{border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:.75rem;max-height:min(60vh,460px);padding:1rem;display:flex;overflow-y:auto}.terms-copy{color:#334155;margin:0;line-height:1.65}.demo-stripe-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:.6rem;padding:.65rem .85rem}.terms-label{color:#0f172a;margin:0;font-weight:700}.terms-formula{color:#0f172a;text-align:center;background:#f1f5f9;border-radius:.6rem;margin:0;padding:.75rem 1rem;font-size:.95rem;font-weight:700}.terms-example{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;gap:.45rem;padding:1rem;line-height:1.55;display:flex}.terms-example p{margin:0}.terms-check{color:#0f172a;cursor:pointer;align-items:flex-start;gap:.6rem;font-weight:600;line-height:1.5;display:flex}.terms-check input{accent-color:#0f766e;flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.15rem}.terms-check.is-locked{color:#94a3b8;cursor:not-allowed}.terms-hint{color:#b45309;margin:-.5rem 0 0;font-size:.82rem}.alias-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.alias-input{text-align:left;box-sizing:border-box;border:2px solid #e2e8f0;border-radius:.75rem;width:100%;padding:.85rem 1rem;font-size:1rem}.alias-input:focus{border-color:#0053a0;outline:none}.PhoneInput{box-sizing:border-box;border:2px solid #e2e8f0;border-radius:.75rem;gap:.75rem;width:100%;padding:.85rem 1rem}.PhoneInput:focus-within{border-color:#0053a0}.PhoneInputCountry{background:0 0}.PhoneInputInput{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1rem}.PhoneInputInput::placeholder{color:#94a3b8}.modal-field-hint{color:#94a3b8;font-size:.78rem}.modal-field-hint.is-valid{color:#16a34a}.alias-actions{justify-content:center;gap:.5rem;display:flex}.btn-primary{color:#111827;cursor:pointer;background:linear-gradient(#fbbf24 0%,#f59e0b 100%);border:none;border-radius:.75rem;padding:.85rem 2rem;font-weight:800;box-shadow:0 14px 28px #f59e0b38}.btn-primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 2rem;display:flex}.navbar-title{color:#0f172a;cursor:pointer;font-size:1.1rem;font-weight:600}@media (width<=1100px){.detail-hero{grid-template-columns:1fr}.auction-bid-panel{position:static}}@media (width<=768px){.detail-page{gap:1.25rem;padding:1rem}.navbar{padding:.75rem 1rem}.detail-summary-grid{grid-template-columns:1fr 1fr}.auction-price{font-size:3rem}.bid-history-header{flex-direction:column;align-items:flex-start}}@media (width<=560px){.detail-summary-grid,.alias-row,.quick-btns{grid-template-columns:1fr}.detail-property-card,.bid-history,.auction-bid-panel,.require-auth-modal,.alias-modal{padding:1.2rem}.detail-header h1{font-size:1.8rem}.auction-price{font-size:2.5rem}.leader-message{font-size:1.8rem}.bid-input{font-size:1.45rem}.bid-table{display:block;overflow-x:auto}}.coming-soon-badge{color:#0f766e;letter-spacing:.08em;text-transform:uppercase;background:#0f766e1f;border-radius:9999px;padding:.2rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.demo-badge{color:#b45309;letter-spacing:.08em;text-transform:uppercase;background:#d9770624;border-radius:9999px;padding:.2rem .75rem;font-size:.8rem;font-weight:700;display:inline-block}.demo-banner{color:#78350f;background:repeating-linear-gradient(-45deg,#fef3c7,#fef3c7 12px,#fde68a 12px 24px);border:1px solid #f59e0b;border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.7rem 1.1rem;display:flex}.demo-banner strong{letter-spacing:.12em;font-size:.9rem;font-weight:800}.demo-banner span{font-size:.85rem;line-height:1.4}.auction-bid-panel.is-coming-soon{color:#1e293b;background:linear-gradient(#f8fafc 0%,#eef2f7 100%);border-color:#0f766e4d;box-shadow:0 22px 60px #0f172a1a}.notify-copy{color:#334155;margin:0;font-size:1rem;line-height:1.55}.notify-success{color:#0f766e;background:#0f766e1a;border-radius:1rem;margin:0;padding:.9rem 1rem;font-size:.95rem;font-weight:600}.notify-form{flex-direction:column;gap:.75rem;display:flex}.notify-input{color:#0f172a;background:#fff;border:1px solid #94a3b866;border-radius:1rem;width:100%;padding:.9rem 1rem;font-size:1rem}.notify-input:focus{border-color:#0f766e;outline:none;box-shadow:0 0 0 3px #0f766e26}.notify-error{color:#b91c1c;margin:0;font-size:.85rem}.notify-btn{background:linear-gradient(#0f766e 0%,#115e59 100%);width:100%}.notify-btn:disabled{opacity:.55;cursor:not-allowed}.legal-page{background:#f5f5f5;flex-direction:column;min-height:100vh;display:flex}.legal-content{flex:1;max-width:760px;margin:0 auto;padding:3rem 1.5rem 4rem}.legal-content h1{letter-spacing:-.02em;color:#0f172a;font-size:1.8rem;font-weight:600}.legal-content h2{color:#0f172a;margin-top:1.75rem;font-size:1.15rem;font-weight:600}.legal-content h3{color:#334155;margin-top:1.25rem;font-size:.95rem;font-weight:600}.legal-content p{color:#475569;font-size:.95rem;line-height:1.7}.legal-contact{color:#64748b;margin-top:2rem;font-size:.85rem}.legal-contact a{color:#1e293b;font-weight:500}@media (width<=768px){.legal-content{padding:2rem 1.25rem 3rem}}.quees-page{background:#f5f5f5;min-height:100vh}@media (width<=768px){.quees-page .seo-section-inner h1{font-size:1.6rem}.seo-section .quees-cta{justify-content:center;width:100%;display:flex}}.quees-content{flex-direction:column;gap:1rem;max-width:760px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex}.quees-content h1{letter-spacing:-.02em;color:#0f172a;font-size:2rem;font-weight:600}.quees-content h2{color:#0f172a;margin-top:1.5rem;font-size:1.3rem;font-weight:600}.quees-content p{color:#475569;font-size:1rem;line-height:1.7}.quees-lead{font-size:1.05rem}.quees-steps{color:#475569;flex-direction:column;gap:.75rem;padding:0;line-height:1.6;list-style:none;display:flex}.quees-faq dt{color:#0f172a;margin-top:1rem;font-weight:600}.quees-faq dd{color:#475569;margin:.25rem 0 0;line-height:1.6}.quees-sources{color:#475569;padding-left:1.25rem;line-height:1.7}.quees-sources a{color:#1e293b;font-weight:500}.quees-note{color:#64748b;font-size:.85rem}.quees-cta{color:#fff;background:#1e293b;align-self:flex-start;margin-top:1.5rem;padding:.75rem 2rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.quees-cta:hover{background:#0f172a}@media (width<=768px){.quees-content{padding:2rem 1.25rem 3rem}.quees-content h1{font-size:1.6rem}.quees-cta{text-align:center;align-self:stretch}}.quees-page .seo-section p,.quees-page .seo-section ul{font-size:clamp(1.15rem,1rem + .6vw,1.45rem)}.seo-section .quees-cta{color:#0f172a;background:#fff;border:1px solid #dc2626;border-radius:.5rem}.seo-section .quees-cta:hover{background:#f8fafc;border-color:#b91c1c}@media (width<=768px){.quees-page .seo-section-inner h1{font-size:1.6rem}.seo-section .quees-cta{justify-content:center;width:100%;display:flex}}.quees-page .seo-section{border-top:none}.quees-page .seo-section-inner h1{letter-spacing:-.02em;color:#0f172a;margin:0 0 .75rem;font-size:2rem;font-weight:600}.quees-page .seo-section p{font-size:clamp(1.15rem,1rem + .6vw,1.45rem)}.quien-name{color:#0f172a;font-weight:600}.quien-email{text-align:center;margin-top:1.5rem}.quien-email a{color:#dc2626;border:1px solid #dc2626;border-radius:.5rem;padding:.75rem 2rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.quien-email a:hover{background:#f8fafc;border-color:#b91c1c}@media (width<=768px){.quees-page .seo-section-inner h1{font-size:1.6rem}.quien-email a{justify-content:center;width:100%;display:flex}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#1e293b;background:#f5f5f5;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.app{height:100vh;display:flex}.panel{flex-direction:column;flex:1;justify-content:center;gap:2rem;padding:3rem;display:flex}.panel.landing-panel{justify-content:flex-start;gap:0;padding:0}.panel-body{flex-direction:column;flex:1;justify-content:flex-start;gap:2rem;min-height:0;padding:3rem;display:flex}.navbar-logo{flex-shrink:0;width:auto;height:2.5rem;display:block}.hamburger{margin-right:3rem;position:relative}.hamburger-btn{cursor:pointer;background:0 0;border:none;border-radius:.375rem;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;display:flex}.hamburger-btn:hover{background:#f1f5f9}.hamburger-bar{background:#1e293b;border-radius:1px;width:18px;height:2px}.hamburger-menu{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;min-width:200px;padding:.5rem;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000014}.hamburger-link{color:#1e293b;border-radius:.375rem;padding:.6rem .75rem;font-size:.9rem;text-decoration:none;display:block}.hamburger-link:hover{background:#f1f5f9}.hamburger-link-btn{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:none}.panel-header{flex-direction:column;gap:.25rem;display:flex}.panel-title{letter-spacing:-.02em;color:#0f172a;font-size:2rem;font-weight:600}.panel-subtitle{color:#64748b;font-size:1.15rem;line-height:1.5}.hl-marker{-webkit-box-decoration-break:clone;box-decoration-break:clone;background:linear-gradient(104deg,#0000 .6%,#fde047 2.4% 97.6%,#0000 100%);padding:0 .15em}.hl-underline{background-image:linear-gradient(#0000 82%,#fde047 82%)}.publish-section{flex-direction:column;gap:.5rem;margin-top:2rem;padding-top:2rem;display:flex}.publish-title{color:#0f172a;font-size:1.1rem;font-weight:600}.publish-desc{color:#64748b;font-size:1.15rem;line-height:1.5}.publish-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;align-self:flex-start;padding:.75rem 2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.publish-btn:hover{background:#0f172a}.carousel-wrapper{flex:1;height:100vh;overflow:hidden}.seo-section{background:#fff;border-top:1px solid #e2e8f0;padding:2rem 1.5rem}.seo-section-inner{max-width:760px;margin:0 auto}.seo-section h2{color:#0f172a;margin:0 0 .75rem;font-size:1.3rem;font-weight:600}.seo-section p{color:#475569;margin:0 0 1rem;font-size:.95rem;line-height:1.7}.seo-section ul{color:#475569;margin:0 0 1rem;padding-left:1.25rem;font-size:.95rem;line-height:1.7}.seo-section a{color:#1e293b;font-weight:500}.login-btn{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:.375rem;padding:.5rem 1.25rem;font-size:.85rem}.login-btn:hover{background:#0f172a}.login-dropdown{align-items:center;gap:.5rem;display:flex}.login-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.user-name{color:#1e293b;font-size:.85rem;font-weight:500}.btn-ghost{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem 2rem}.logout-btn{padding:.4rem .75rem;font-size:.8rem}.login-form-inline{align-items:center;gap:.5rem;display:flex}.otp-input{border:1px solid #e2e8f0;border-radius:.375rem;outline:none;width:180px;padding:.5rem .75rem;font-size:.85rem}.otp-input:focus{border-color:#1e293b}.otp-error{color:#dc2626;white-space:nowrap;font-size:.8rem}.otp-boxes{justify-content:center;gap:.5rem;display:flex}.otp-box{text-align:center;border:1px solid #e2e8f0;border-radius:.375rem;outline:none;width:2.75rem;height:3rem;font-size:1.25rem;font-weight:600;transition:border-color .15s}.otp-box:focus{border-color:#1e293b}.otp-box:disabled{opacity:.6}@media (width<=768px){.app{flex-direction:column}.carousel-wrapper{display:none}.panel,.panel-body{gap:1.5rem;padding:1.5rem}.panel-title{font-size:1.5rem}.publish-btn{text-align:center;justify-content:center;align-self:flex-start;width:100%;max-width:200px}}@media (width<=480px){.navbar-logo{height:2rem}.login-form-overlay{z-index:100;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex;position:fixed;inset:0}.login-form-overlay .otp-input{width:100%}.otp-boxes{gap:.375rem}.otp-box{width:2.4rem;height:2.75rem;font-size:1.1rem}}@keyframes skeleton-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:.5rem;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-thumb{border-radius:.5rem .5rem 0 0;height:160px}.skeleton-line{border-radius:.25rem;height:1rem;margin-bottom:.5rem}.skeleton-line-sm{border-radius:.25rem;width:60%;height:.75rem}.por-que-quote{color:#0f172a;font-weight:600}
