.dd-hdr{border-bottom:1px solid #e5e7eb;gap:8px;padding-bottom:8px;display:grid}.dd-eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.dd-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.dd-sub{color:#475569;margin:2px 0 0}
.bov-hdr{gap:6px;display:grid}.bov-eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:11px;font-weight:800}.bov-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.bov-sub{color:#475569;margin:2px 0 22px}
.regx-root{gap:14px;display:grid}.regx-hdr{border-bottom:1px solid #e5e7eb;gap:8px;padding-bottom:6px;display:grid}.regx-sub{color:#475569;margin:2px 0 0}.regx-steps{gap:16px;margin:6px 0 0;padding:0;list-style:none;display:flex}.regx-step{color:#64748b;align-items:center;gap:8px;font-weight:700;display:inline-flex}.regx-step__dot{background:#e5e7eb;border-radius:999px;width:10px;height:10px;box-shadow:inset 0 0 0 2px #e5e7eb}.regx-step.is-active .regx-step__dot{background:#0f172a}.regx-step.is-done .regx-step__dot{background:#0ea5e9}.regx-step.is-active .regx-step__label{color:#0f172a}.regx-step.is-done .regx-step__label{color:#0369a1}.regx-card{background:#fff;border:1px solid #cbd5e1b3;border-radius:16px;padding:16px;box-shadow:0 16px 40px #02061714}.regx-card--info{background:#f8fbff;border-color:#cfe8ff}.regx-card--success{background:#f0fdf4;border-color:#bbf7d0}.regx-card__hdr{grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:8px;display:grid}.regx-icon{background:#f1f5f9;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.regx-card__title{color:#0f172a;margin:0;font-size:16px;font-weight:800}.regx-card__sub{color:#475569;margin:-4px 0 0;font-size:11px}.regx-badge{border-radius:999px;align-items:center;gap:6px;margin-left:8px;padding:2px 8px;font-size:12px;font-weight:800;display:inline-flex}.regx-badge--success{color:#14532d;background:#dcfce7;border:1px solid #bbf7d0}.regx-badge--danger{color:#7f1d1d;background:#fee2e2;border:1px solid #fecaca}.regx-badge--info{color:#0c4a6e;background:#e0f2fe;border:1px solid #bae6fd}.regx-list{color:#334155;margin:0 0 8px;padding-left:18px}.regx-list li{margin:4px 0}.regx-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.regx-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 14px;font-size:14px;font-weight:800;transition:transform .12s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.regx-btn--primary{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 1px 2px #0206170d}.regx-btn--primary:hover{background:#111827;transform:translateY(-1px);box-shadow:0 10px 24px #0206171f}.regx-btn--ghost{color:#0f172a;background:#fff;border-color:#e5e7eb}.regx-btn--ghost:hover{background:#f8fafc}.regx-secure{color:#64748b;font-size:13px}.regx-inline{align-items:center;gap:8px;display:inline-flex}.regx-spin{animation:.9s linear infinite regxspin}@keyframes regxspin{to{transform:rotate(360deg)}}.regx-form{gap:8px;display:grid}.regx-drop{cursor:pointer;background:#fafafa;border:2px dashed #e5e7eb;border-radius:12px;padding:14px;transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s;display:block}.regx-drop:hover{background:#f8fafc}.regx-drop.is-dragover{background:#1118270a;border-color:#111827;box-shadow:0 6px 20px #1118271f}.regx-drop__input{display:none}.regx-drop__inner{grid-template-columns:auto 1fr;align-items:center;gap:12px;display:grid}.regx-drop__icon{color:#312e81;background:#eef2ff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.regx-drop__text{color:#334155}.regx-link{color:#0369a1;cursor:pointer;font-weight:600;text-decoration:underline}.regx-hint{color:#64748b;margin-top:2px;font-size:12px}.regx-file{background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-top:6px;padding:10px 12px;display:flex}.regx-file__meta{align-items:baseline;gap:10px;display:flex}.regx-file__name{color:#0f172a;font-weight:700}.regx-file__size{color:#64748b;font-size:12px}.regx-file__remove{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:6px 10px}.regx-file__remove:hover{background:#e2e8f0}.regx-progress{background:#f1f5f9;border:1px solid #e5e7eb;border-radius:999px;height:10px;margin-top:8px;position:relative;overflow:hidden}.regx-progress__bar{background:linear-gradient(90deg,#0ea5e9,#6366f1);border-radius:999px;height:100%}.regx-progress__label{color:#0f172a;font-size:12px;font-weight:700;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.regx-toast{border-radius:10px;align-items:center;gap:6px;margin-top:6px;padding:8px 10px;font-size:14px;font-weight:600;display:inline-flex}.regx-toast--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.regx-toast--error{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca}.regx-offer{gap:10px;display:grid}.regx-offer__grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.regx-field{gap:6px;display:grid}.regx-field--full{grid-column:1/-1}.regx-label{color:#334155;font-size:13px;font-weight:700}.regx-inputwrap{align-items:center;display:flex;position:relative}.regx-adornment{color:#64748b;font-weight:800;position:absolute;left:12px}.regx-input{color:#0f172a;background:#fffffff2;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:10px 12px;transition:border-color .15s,box-shadow .15s,background .15s}.regx-input--with-adornment{padding-left:28px}.regx-input:focus{background:#fff;border-color:#4f46e5b3;box-shadow:0 0 0 4px #4f46e526}.regx-textarea{resize:vertical;min-height:100px}.regx-preview{background:#fafafa;border:1px dashed #e5e7eb;border-radius:12px;gap:6px;padding:10px;display:grid}.regx-preview__row{justify-content:space-between;align-items:baseline;display:flex}.regx-preview__label{color:#64748b;font-weight:700}.regx-preview__value{color:#0f172a;font-weight:800}.regx-disclaimer{color:#64748b;font-size:12px}.regx-seg{background:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:4px;padding:4px;display:inline-flex;box-shadow:0 1px 2px #0206170a}.regx-seg__option>input{opacity:0;width:1px;height:1px;position:absolute;inset:0}.regx-seg__btn{color:#334155;background:0 0;border-radius:9999px;justify-content:center;align-items:center;min-width:64px;padding:8px 12px;font-size:13px;font-weight:600;transition:background .14s,color .14s,box-shadow .14s,transform 80ms;display:inline-flex}.regx-seg__option:hover .regx-seg__btn{background:#f8fafc}.regx-seg__option>input:checked+.regx-seg__btn{color:#0f172a;background:linear-gradient(#eef6ff,#e0f2fe);border:1px solid #bae6fd;box-shadow:inset 0 1px #ffffffbf,0 1px 2px #0206170f}.regx-seg__option>input:focus-visible+.regx-seg__btn{background:#f0f9ff;outline:none;box-shadow:0 0 0 3px #38bdf859}.regx-seg__option:active .regx-seg__btn{transform:translateY(.5px)}.regx-loading{color:#334155;align-items:center;gap:8px;padding:6px 0;display:inline-flex}.regx-spinner{border:2px solid #e2e8f0;border-top-color:#111827;border-radius:50%;width:16px;height:16px;animation:1s linear infinite regxspin}.regx-modal{z-index:1000;place-items:center;display:grid;position:fixed;inset:0}.regx-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;position:absolute;inset:0}.regx-dialog{z-index:1;background:#fffffff5;border:1px solid #cbd5e1cc;border-radius:20px;width:min(760px,92vw);max-height:86vh;padding:36px;position:relative;overflow:auto;box-shadow:0 24px 80px #0206173d}.regx-footer{justify-content:flex-end;margin-top:-4px;display:flex}@media (max-width:860px){.regx-offer__grid{grid-template-columns:1fr}}.regx-close{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;place-items:center;width:36px;height:36px;transition:background .12s,border-color .12s,box-shadow .16s,transform 80ms;display:inline-grid;position:absolute;top:10px;right:10px}.regx-close:hover{background:#f8fafc;border-color:#e2e8f0;box-shadow:0 10px 24px #0206171f}.regx-close:active{transform:translateY(.5px)scale(.99)}.regx-close svg{width:18px;height:18px}.regx-seg{width:100%}.regx-seg__option{flex:1 1 0;display:flex;position:relative}.regx-seg__btn{flex:auto;justify-content:center}.regx-seg__option>input{opacity:0;height:100%;position:absolute;inset:0}.regx-icon .lucide{stroke:#0f172a}.regx-icon--ok .lucide{stroke:#16a34a}.regx-success-message{color:#065f46;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;padding:12px;font-size:14px;line-height:1.5}.regx-hdr.regx-hdr--withstepper{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr auto;align-items:start;gap:16px;padding-bottom:12px;display:grid}.regx-hgroup{gap:8px;min-width:0;display:grid}.regx-stepperwrap{-webkit-user-select:none;user-select:none}.regx-stepper2{--dot:32px;--gap:22px;--padX:12px;--padY:4px;--center:calc(var(--padY) + (var(--dot)/2));align-items:flex-start;gap:var(--gap);padding:var(--padY)var(--padX);margin:0;list-style:none;display:flex;position:relative}.regx-stepper2__baseline{top:var(--center);left:calc(var(--padX) + (var(--dot)/2));right:calc(var(--padX) + (var(--dot)/2) + 8px);z-index:0;background:#e2e8f0e6;border-radius:2px;height:2px;position:absolute;transform:translateY(-50%)}.regx-stepper2__item{z-index:1;justify-items:center;gap:6px;display:grid;position:relative}.regx-stepper2__label{white-space:nowrap;color:#475569;font-size:12px;font-weight:700}.regx-stepper2__label[aria-current=step]{color:#0f172a}.regx-stepper2__conn{top:calc(var(--dot)/2);left:calc(50% + (var(--dot)/2));width:calc(var(--dot) + var(--gap));pointer-events:none;height:2px;position:absolute;overflow:hidden;transform:translateY(-50%)}.regx-stepper2__fill{background:#0f172a;border-radius:2px;width:0%;height:100%;transition:width .32s;display:block}.regx-stepnode{width:var(--dot);height:var(--dot);border-radius:999px;outline:none;place-items:center;transition:transform .16s,box-shadow .2s,background .16s,border-color .16s;display:grid}.regx-stepnode--upcoming{color:#94a3b8;background:#fff;border:1px solid #e2e8f0;box-shadow:0 6px 20px #0206170f}.regx-stepnum{font-size:11px;font-weight:800}.regx-stepnode--active{color:#0f172a;background:#fff;border:1px solid #e2e8f0;transform:translateY(-1px);box-shadow:0 0 0 6px #34d39940,0 8px 18px #10b98126}.regx-stepdot{background:linear-gradient(135deg,#10b981,#059669);border-radius:999px;width:10px;height:10px}.regx-stepnode--complete{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:1px solid #059669cc;box-shadow:0 10px 22px #10b98147,0 2px 6px #10b9812e}.regx-stepcheck{width:18px;height:18px}.regx-stepnode:focus-visible{box-shadow:0 0 0 4px #10b98159,0 6px 20px #0206171f}@media (max-width:910px){.regx-hdr.regx-hdr--withstepper{grid-template-columns:1fr;gap:10px}.regx-stepper2{--gap:18px;--padX:6px}.regx-stepper2__conn{width:calc(var(--dot) + var(--gap))}}.regx-hdr{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr auto;grid-template-areas:"left right""sub sub";align-items:start;gap:6px 16px;padding-bottom:12px;display:grid}.regx-hleft{grid-area:left;gap:6px;min-width:0;display:grid}.regx-hright{grid-area:right;justify-content:flex-end;align-items:center;min-width:0;display:flex}.regx-sub{color:#475569;grid-area:sub;margin:2px 0 0}.regx-eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.regx-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}@media (max-width:910px){.regx-hright{justify-content:flex-start}.regx-stepper2{--gap:18px;--padX:0px;--padY:4px;justify-content:space-between}.regx-stepper2__conn{top:calc(var(--dot)/2);transform:translateY(-50%)}.regx-hdr{grid-template-columns:1fr;grid-template-areas:"left""right""sub";row-gap:8px}.regx-hright{grid-area:right;width:100%;min-width:0;display:block}.regx-hright .regx-stepperwrap,.regx-hright .regx-stepper2{width:100%}.regx-stepper2[data-cols="2"]{grid-template-columns:repeat(2,1fr);display:grid}.regx-stepper2[data-cols="3"]{grid-template-columns:repeat(3,1fr);display:grid}.regx-stepper2[data-cols="4"]{grid-template-columns:repeat(4,1fr);display:grid}.regx-stepper2[data-cols="5"]{grid-template-columns:repeat(5,1fr);display:grid}.regx-stepper2{--gap:18px;--padX:0px;--padY:4px;column-gap:var(--gap);justify-items:center}.regx-stepper2__baseline{left:calc(var(--dot)/2);right:calc(var(--dot)/2)}.regx-stepper2__item{width:100%;position:relative}.regx-stepper2__conn{top:calc(var(--dot)/2);width:calc(100% + var(--gap));pointer-events:none;height:2px;overflow:hidden;transform:translateY(-50%)}.regx-stepper2__item:last-child .regx-stepper2__conn{display:none}}.regx-card--subtle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#7dd3fc38 0%,#a5b4fc3d 24%,#d8b4fe42 52%,#f0abfc38 82%,#f8fafcf2 100%);border:1px solid #94a3b88c;border-radius:16px;padding:12px 14px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f172a29,inset 0 0 0 1px #ffffff59}.regx-card--subtle:before{content:"";inset:0;opacity:.7;pointer-events:none;mix-blend-mode:screen;background:radial-gradient(circle at 0 0,#7dd3fc40 0%,#0000 25%),radial-gradient(circle at 40% 0,#a5b4fc42 0%,#0000 40%),radial-gradient(circle at 70% 0,#d8b4fe4d 0%,#0000 55%),radial-gradient(circle at 100% 0,#f0abfc42 0%,#0000 60%);position:absolute;inset-block-start:-40%}.regx-card--subtle .regx-offers__title{color:#020617}.regx-card--subtle .regx-offers__sub,.regx-card--subtle .regx-offers__meta{color:#475569}.regx-card--subtle .regx-offers__amount{color:#0f172a}.regx-offers__hdr{grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-bottom:6px;display:grid}.regx-offers__title{color:#0f172a;margin:0;font-size:16px;font-weight:800}.regx-offers__sub{color:#64748b;margin:-4px 0 0;font-size:11px}.regx-offers__list{gap:6px;margin:4px 0 0;padding:0 1rem;list-style:none;display:grid}.regx-offers__item{border-top:1px dashed #e5e7eb;padding:6px 0}.regx-offers__item:first-child{border-top:none}.regx-offers__row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.regx-offers__left{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.regx-offers__right{text-align:right}.regx-offers__amount{color:#0f172a;font-size:14px;font-weight:800}.regx-offers__meta{color:#6b7280;font-size:11px}.regx-offers__pill{color:#3730a3;background:#eef2ff;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.regx-badge--pending{color:#854d0e;background:#fef9c3;border:1px solid #fef3c7}.regx-badge--warn{color:#92400e;background:#fffbeb;border:1px solid #fed7aa}.regx-badge--muted{color:#374151;background:#e5e7eb;border:1px solid #d1d5db}
.auction{gap:14px;display:grid}.auction__hdr{border-bottom:1px solid #e5e7eb;gap:12px;padding-bottom:10px;display:grid}.auction__left{gap:6px;display:grid}.auction__pill{color:#334155;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.auction__pill .icon{width:14px;height:14px}.auction__title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.auction__sub{color:#475569;margin:0}.auction__timer{color:#92400e;background:linear-gradient(#fff7ed,#fff);border:1px solid #fde68a;border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.auction__timer.is-soon{color:#7f1d1d;background:linear-gradient(#fef2f2,#fff);border-color:#fca5a5}.auction__timer.is-expired{color:#6b7280;background:linear-gradient(#f9fafb,#fff);border-color:#e5e7eb}.auction__eyebrow{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.auction__time{letter-spacing:-.02em;font-size:20px;font-weight:900}.auction__timer-right{align-items:center;gap:8px;display:inline-flex}.auction__timer-right .icon{width:18px;height:18px}.auction__datetime{font-size:12px}.auction__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:860px){.auction__grid{grid-template-columns:1fr}}.auction__card{background:#fff;border:1px solid #cbd5e1b3;border-radius:16px;padding:16px;box-shadow:0 16px 40px #02061714}.auction__card-hdr{grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:8px;display:grid}.auction__icon{background:#f1f5f9;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.auction__icon .icon{width:18px;height:18px}.auction__card-title{color:#0f172a;margin:0;font-size:16px;font-weight:800}.auction__card-sub{color:#475569;margin:4px 0 0}.auction__kv{gap:8px;margin:8px 0 0;display:grid}.auction__kv-row{border-bottom:1px solid #eef2f6;grid-template-columns:1fr auto;align-items:baseline;gap:12px;padding:6px 0;display:grid}.auction__kv-row:last-child{border-bottom:0}.auction__kv dt{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.auction__kv dd{color:#0f172a;margin:0;font-size:13px;font-weight:700}.auction__note{color:#475569;align-items:flex-start;gap:8px;margin-top:10px;display:inline-flex}.auction__note .icon{flex-shrink:0;width:16px;height:16px}.auction__steps{color:#334155;margin:6px 0 8px;padding-left:18px}.auction__steps li{margin:6px 0}.auction__actions{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.auction-root{gap:14px;display:grid}.auction-hdr{border-bottom:1px solid #e5e7eb;gap:8px;padding-bottom:6px;display:grid}.auction-eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.auction-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:22px;font-weight:800}.auction-sub{color:#475569;margin:2px 0 0}.auction-card{background:#fff;border:1px solid #cbd5e1b3;border-radius:16px;padding:16px;box-shadow:0 16px 40px #02061714}.auction-card--info{background:#f8fbff;border-color:#cfe8ff}.auction-card--success{background:#f0fdf4;border-color:#bbf7d0}.auction-card__hdr{grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:8px;display:grid}.auction-icon{background:#f1f5f9;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.auction-icon .lucide{stroke:#0f172a}.auction-icon--ok .lucide{stroke:#16a34a}.auction-card__title{color:#0f172a;margin:0;font-size:16px;font-weight:800}.auction-card__sub{color:#475569;margin:4px 0 0}.auction-badge{border-radius:999px;align-items:center;gap:6px;margin-left:8px;padding:2px 8px;font-size:12px;font-weight:800;display:inline-flex}.auction-badge--success{color:#14532d;background:#dcfce7;border:1px solid #bbf7d0}.auction-badge--danger{color:#7f1d1d;background:#fee2e2;border:1px solid #fecaca}.auction-badge--info{color:#0c4a6e;background:#e0f2fe;border:1px solid #bae6fd}.auction-list{color:#334155;margin:0 0 8px;padding-left:18px}.auction-list li{margin:4px 0}.auction-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.auction-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 14px;font-size:14px;font-weight:800;transition:transform .12s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.auction-btn--primary{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 1px 2px #0206170d}.auction-btn--primary:hover{background:#111827;transform:translateY(-1px);box-shadow:0 10px 24px #0206171f}.auction-btn--ghost{color:#0f172a;background:#fff;border-color:#e5e7eb}.auction-btn--ghost:hover{background:#f8fafc}.auction-secure{color:#64748b;font-size:13px}.auction-inline{align-items:center;gap:8px;display:inline-flex}.auction-spin{animation:.9s linear infinite auctionspin}@keyframes auctionspin{to{transform:rotate(360deg)}}.auction-under-contract{margin:32px}.ap-bid-boxes.ap-bid-boxes--stacked{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;display:grid}.ap-bid-col{flex-direction:column;gap:12px;height:100%;display:flex}.ap-bid-col .ap-bid-box.ap-bid-box--half{flex-direction:row;flex:1 1 0;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;display:flex}.ap-bid-col .ap-bid-box--half .ap-bid-value{font-size:1.15rem;line-height:1.2}.ap-bid-boxes{grid-template-columns:1fr 1fr;align-items:stretch;gap:12px;display:grid}@media (max-width:560px){.ap-bid-boxes{grid-template-columns:1fr}}.ap-bid-col{flex-direction:column;flex:1;gap:12px;display:flex}.ap-bid-box--half{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ap-bid-box--full{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;justify-content:center;padding:20px 16px;display:flex}.ap-bid-label-inline{color:#475569;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.ap-bid-value-inline{color:#0f172a;font-size:1rem;font-weight:600}.ap-pill-row{align-items:center;gap:8px;display:inline-flex}@media (max-width:520px){.ap-pill-row{gap:6px}}.ap-bid-box--glass{-webkit-backdrop-filter:blur(10px)saturate(120%);background:linear-gradient(#ffffff14,#ffffff05) border-box,linear-gradient(135deg,#ffffff2e,#ffffff0f) padding-box padding-box;border:1px solid #ffffff3d;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0206173d,inset 0 1px #ffffff0f}.ap-bid-box--glass.is-highest{border-color:#10b98180;box-shadow:0 10px 30px #10b9812e,inset 0 1px #ffffff14}.ap-bid-box--glass.is-outbid{border-color:#f472b666;box-shadow:0 10px 30px #f472b629,inset 0 1px #ffffff14}.ap-bid-box--glass .ap-glass-shimmer{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 15%,#fff3 35%,#ffffff52 45%,#fff3 55%,#0000 75%);animation:2.8s ease-in-out infinite ap-shimmer-sweep;position:absolute;inset:0;transform:translate(-120%)}@keyframes ap-shimmer-sweep{0%{transform:translate(-120%)}55%{transform:translate(0%)}to{transform:translate(120%)}}.ap-bid-box--glass .ap-bid-label{letter-spacing:.04em;text-transform:uppercase;color:#e2e8f0e6;font-size:.8rem}.ap-bid-box--glass .ap-bid-value{color:#f8fafc;text-shadow:0 1px #ffffff0a;font-size:1.6rem;font-weight:900}.ap-bid-box--glass .ap-bid-sub{letter-spacing:.02em;margin-top:6px;font-size:.75rem;font-weight:600}.ap-bid-box--glass .ap-bid-sub.met{color:#10b981f2}.ap-bid-box--glass .ap-bid-sub.not-met{color:#f59e0bf2}@keyframes ap-shine{0%{transform:translate(-125%)rotate(12deg)}60%{transform:translate(0%)rotate(12deg)}to{transform:translate(125%)rotate(12deg)}}.ap-bid-box--glass.is-highest{background:0 0;border:none;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 14px 36px #00000029,0 4px 12px #00000014}.ap-bid-box--glass.is-highest:before{content:"";-webkit-mask-composite:xor;background:linear-gradient(135deg,#fff7d6,#f1d889 20%,#d4af37 45%,#e8c86c 68%,#b8892f 95%);border-radius:16px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ap-bid-box--glass.is-highest:after{content:"";filter:saturate(110%);background:linear-gradient(160deg,#fffdf4 0%,#faefc6 18%,#ebc770 42%,#f1d68e 64%,#d4af37 86%,#f7e5a7 100%);border-radius:14px;position:absolute;inset:3px;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #fff9,0 6px 18px #d4af3740}.ap-bid-box--glass.is-highest .ap-gold-texture{pointer-events:none;opacity:.35;mix-blend-mode:overlay;background:repeating-linear-gradient(90deg,#ffffff59 0 1px,#fff0 1px 4px);border-radius:14px;position:absolute;inset:3px}.ap-bid-box--glass.is-highest .ap-gold-shimmer{pointer-events:none;filter:blur(8px);opacity:.75;background:linear-gradient(90deg,#0000,#ffffffa6,#0000);border-radius:20px;width:200%;height:220%;animation:2.6s linear infinite ap-shine;position:absolute;top:-50%;left:-50%}.ap-bid-box--glass.is-highest .ap-gold-content{z-index:1;position:relative}.ap-bid-box--glass.is-highest .ap-bid-label{color:#5b4a12;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.ap-bid-box--glass.is-highest .ap-bid-value{color:#1c1917;text-shadow:0 1px #ffffffd9}.ap-bid-box--glass.is-highest{-webkit-backdrop-filter:blur(10px)saturate(135%);backdrop-filter:blur(10px)saturate(135%);background:linear-gradient(#10b9811a,#10b9810f) padding-box padding-box,linear-gradient(#10b98159,#10b98126) border-box;border:1px solid #0000;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 24px #10b9812e,inset 0 1px #fff6,inset 0 -1px #10b98138}.ap-bid-box--glass.is-highest:before{content:"";mix-blend-mode:screen;opacity:.35;pointer-events:none;background:linear-gradient(#ffffff8c,#fff0 30%);position:absolute;inset:0}.ap-bid-box--glass.is-highest:after{content:"";filter:blur(.5px);opacity:.25;pointer-events:none;background:linear-gradient(115deg,#fff0 0%,#ffffff73 45%,#fff0 90%);width:40%;animation:3.8s ease-in-out infinite ap-highest-sheen;position:absolute;top:0;bottom:0;left:-60%}@keyframes ap-highest-sheen{0%{opacity:.18;transform:translate(0)}50%{opacity:.28;transform:translate(180%)}to{opacity:.18;transform:translate(360%)}}@media (prefers-reduced-motion:reduce){.ap-bid-box--glass.is-highest:after{opacity:.18;animation:none}}.ap-bid-box--glass.is-highest .ap-bid-label{color:#0f172a;opacity:.9;letter-spacing:.02em;font-weight:600}.ap-bid-box--glass.is-highest .ap-bid-value{color:#0b3d2f;text-shadow:0 1px #ffffff80;font-weight:800}@keyframes ap-shine-sweep{0%{transform:translate(-125%)rotate(12deg)}to{transform:translate(125%)rotate(12deg)}}.ap-gold-card .ap-shine{animation:2.4s linear infinite ap-shine-sweep}.ap-bid-boxes .ap-bid-box.ap-bid-box--full>.ap-gold-card{display:block}.ap-card.ap-card--gold{background:#fff;border-radius:16px;position:relative;box-shadow:0 16px 40px #0206171a,inset 0 0 0 1px #d4af371f}.ap-card.ap-card--gold:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#fff7d6,#f1d889 20%,#d4af37 45%,#e8c86c 68%,#b8892f 95%);border-radius:16px;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ap-card.ap-card--gold:after{content:"";mix-blend-mode:screen;opacity:.25;pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(115deg,#fff0 0%,#ffffff61 45%,#fff0 90%);border-radius:16px;padding:2px;animation:3.6s ease-in-out infinite ap-card-gold-sheen;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ap-card.ap-card--gold{position:relative}.ap-card.ap-card--gold>*{z-index:1;position:relative}@keyframes ap-card-gold-sheen{0%{opacity:.18;transform:translate(-40%)}50%{opacity:.28;transform:translate(40%)}to{opacity:.18;transform:translate(120%)}}@media (prefers-reduced-motion:reduce){.ap-card.ap-card--gold:after{opacity:.18;animation:none}}
.ap-section{width:100%;max-width:1120px;margin:0 auto;padding:3rem 1rem 2.5rem;position:relative}.ap-glow{pointer-events:none;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 70%);mask-image:radial-gradient(#000,#0000 70%)}.ap-glow-dot-a,.ap-glow-dot-b{filter:blur(48px);opacity:.7;border-radius:999px;position:absolute}.ap-glow-dot-a{background:linear-gradient(135deg,#a5b4fc,#bae6fd 60%,#0000);width:18rem;height:18rem;top:-80px;left:25%}.ap-glow-dot-b{opacity:.6;background:linear-gradient(45deg,#f5d0fe,#ddd6fe 60%,#0000);width:20rem;height:20rem;bottom:-96px;right:33%}.ap-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.ap-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.ap-col-span-3{grid-column:span 3/span 3}.ap-col-span-2{grid-column:span 2/span 2}}.ap-media{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 1px 2px #0206170a,0 8px 16px #0206170f}.ap-media img{object-fit:cover;width:100%;height:18rem}@media (min-width:768px){.ap-media img{height:420px}}.ap-media-text{margin-top:.75rem}@media (min-width:768px){.ap-media-text{margin-top:1rem}}.ap-media-title{color:#0f172a;font-size:1.25rem;font-weight:700}@media (min-width:768px){.ap-media-title{font-size:1.5rem}}.ap-media-subtitle{color:#475569;margin-top:.25rem;font-size:.875rem}@media (min-width:768px){.ap-media-subtitle{font-size:.9375rem}}.ap-chip-when{color:#334155;align-items:center;gap:.375rem;margin-top:.5rem;font-size:12px;font-weight:600;display:inline-flex}.ap-tabular{font-variant-numeric:tabular-nums}.ap-media-overlay,.ap-media-chips{display:none}.ap-pill{border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:12px;font-weight:600;display:inline-flex}.ap-pill--neutral{color:#334155;background:#f1f5f9}.ap-pill--success{color:#047857;background:#d1fae5}.ap-pill--danger{color:#be123c;background:#ffe4e6}.ap-badge{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:12px;font-weight:600;display:inline-flex}.ap-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem}.ap-card-header{border-bottom:1px solid #e2e8f0b3;justify-content:space-between;align-items:center;padding:1rem;display:flex}.ap-card-title{color:#0f172a;font-size:1rem;font-weight:700}.ap-card-content{padding:1rem 1.5rem}.ap-card-section{margin-bottom:1.25rem}.ap-info-row{justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.ap-info-label{color:#475569;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ap-info-value{font-size:.875rem;font-weight:700}.ap-countdown{text-align:center;grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.ap-count-item{background:#ffffffb3;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem;box-shadow:0 1px 2px #0206170a}.ap-count-value{color:#0f172a;font-size:1.5rem;font-weight:800}.ap-count-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-top:.25rem;font-size:11px}.ap-count-ended{text-align:center;color:#e11d48;grid-column:1/-1;margin-top:.5rem;font-size:.875rem;font-weight:600}.ap-btn{color:#fff;cursor:pointer;background:#0f172a;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;height:3rem;padding:0 1rem;font-size:.9375rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,opacity .2s;display:inline-flex;box-shadow:0 8px 30px #0206170f}.ap-btn:hover{transform:translateY(-2px);box-shadow:0 18px 40px #0206171a}.ap-btn:active{transform:translateY(0)}.ap-btn:disabled{opacity:.5;cursor:not-allowed}.ap-btn--outline{color:#0f172a;background:#fff;border-color:#e2e8f0}.ap-btn--outline:hover{background:#f8fafc}.ap-small-note{color:#64748b;font-size:11px;line-height:1.1rem;display:none}@media (min-width:768px){.ap-small-note{display:block}}.ap-list{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;font-size:12px}.ap-list-title{color:#334155;margin-bottom:.5rem;font-weight:700}.ap-list ul{margin:.25rem 0 .5rem;padding-left:1.25rem}.ap-list li{margin:.25rem 0}.ap-list .ap-list-hint{color:#64748b;margin-top:.5rem;font-size:11px}.ap-meta{color:#64748b;justify-content:space-between;align-items:center;font-size:12px;display:flex}.ap-icon-14{width:14px;height:14px}.ap-icon-16{width:16px;height:16px}.ap-icon-20{width:20px;height:20px}.ap-emerald{color:#059669}.ap-modal{z-index:50;place-items:center;display:grid;position:fixed;inset:0}.ap-modal-backdrop{background:#0006;position:absolute;inset:0}.ap-modal-panel{z-index:1;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;width:90vw;max-width:480px;padding:1rem;position:relative;box-shadow:0 25px 80px #02061740}.ap-modal-stack{gap:.75rem;display:grid}.ap-modal-title{color:#0f172a;font-size:1.125rem;font-weight:700}.ap-modal-row{color:#475569;background:#f8fafc99;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;font-size:14px;display:flex}.ap-modal-row+.ap-modal-row{background:#fff}.ap-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.ap-toast{z-index:50;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.ap-toast-box{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 30px 60px #02061740}.ap-demo-row{color:#64748b;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.75rem;font-size:12px;display:flex}.ap-checkbox{accent-color:#0f172a}.ap-media-text{margin-top:1rem;line-height:1.35}.ap-media-title{letter-spacing:-.015em;color:#0f172a;margin:0;font-size:clamp(1.25rem,1rem + 1vw,1.75rem);font-weight:600}.ap-media-subtitle{color:#475569;margin-top:.35rem;font-size:clamp(.875rem,.8rem + .3vw,1rem);font-weight:400;line-height:1.4}.ap-chip-when{color:#64748b;letter-spacing:.01em;margin-top:.5rem;font-size:.75rem;font-weight:500}.ap-bid-boxes{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.ap-bid-box{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;align-items:center;padding:1rem;display:flex;box-shadow:0 1px 2px #0206170a,0 8px 16px #0206170f}.ap-bid-label{letter-spacing:.05em;text-transform:uppercase;color:#475569;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.ap-bid-value{color:#0f172a;font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}@media (min-width:768px){.ap-bid-value{font-size:1.5rem}}.ap-bid-action{flex-direction:column;gap:.5rem;display:flex}.ap-btn-wide{justify-content:center;width:100%}.ap-card-footer-note{color:#64748b;margin-top:.5rem;font-size:.75rem}.ap-media-text{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.ap-media-title{color:#0f172a;letter-spacing:-.01em;font-size:1.5rem;font-weight:600;line-height:1.25}@media (min-width:768px){.ap-media-title{font-size:1.875rem}}.ap-media-subtitle{color:#475569;font-size:.9375rem;font-weight:500}.ap-media-description{color:#334155;max-width:65ch;margin-top:.25rem;font-size:.9375rem;line-height:1.6}@media (min-width:768px){.ap-media-description{font-size:1rem}}
:root{--bg:#fff;--panel:#fff;--panel-2:#f6f7fb;--ink:#111827;--muted:#6b7280;--primary:#111827;--ring:#11182733;--shadow:0 8px 30px #00000026;--chat-spacing:24px;--chat-max-h:calc(100svh - (var(--chat-spacing)*8))}@supports not (height:100svh){:root{--chat-max-h:calc(100vh - (var(--chat-spacing)*8))}}.chat-assistant{z-index:999;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:24px;right:24px}.chat-toggle{background:var(--primary);color:#fff;cursor:pointer;width:60px;height:60px;box-shadow:var(--shadow);border:none;border-radius:50%;place-items:center;display:grid}.chat-box{background:var(--panel);width:380px;min-height:420px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;margin-bottom:12px;display:flex;overflow:hidden}.chat-header{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.chat-header-left{align-items:center;gap:10px;display:flex}.avatar{background:#ffffff26;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.chat-title{letter-spacing:.2px;font-size:14px;font-weight:600}.chat-subtitle{opacity:.85;font-size:12px}.chat-subtitle.ws-connected{color:#d1fae5}.chat-subtitle.ws-reconnecting{color:#fee2e2}.chat-subtitle.ws-offline{color:#fde68a}.chat-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.chat-close-btn:hover{background:#ffffff1a}.chat-messages{background:var(--panel-2);flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.day-sep{color:var(--muted);grid-auto-flow:column;align-self:center;place-items:center;gap:8px;font-size:12px;display:grid}.day-sep span{color:#374151;background:#e5e7eb;border-radius:999px;padding:2px 8px}.message{border-radius:12px;max-width:82%;padding:8px 10px;font-size:.92rem;line-height:1.35;position:relative;box-shadow:0 1px 4px #00000014}.message .content{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere}.message .meta{color:var(--muted);align-items:center;gap:6px;margin-top:4px;font-size:11px;display:flex}.message .ticks{align-items:center;display:inline-flex}.message.user{background:var(--primary);color:#fff;border-bottom-right-radius:4px;margin-left:auto}.message.user .meta{color:#ffffffd9}.message.broker{color:var(--ink);background:#fff;border-bottom-left-radius:4px;margin-right:auto}.message.optimistic{opacity:.7}.attachment{flex-direction:column;gap:6px;margin-bottom:4px;display:flex}.attachment-pill{color:#273a8a;background:#eef2ff;border-radius:10px;align-items:center;gap:6px;padding:6px 8px;font-size:12px;text-decoration:none;display:inline-flex}.typing{background:#fff;border-radius:12px;align-self:flex-start;gap:4px;padding:8px 10px;display:inline-flex;box-shadow:0 1px 4px #00000014}.typing .dot{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite b}.typing .dot:nth-child(2){animation-delay:.15s}.typing .dot:nth-child(3){animation-delay:.3s}@keyframes b{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.chat-input{background:var(--bg);border-top:1px solid #e5e7eb;align-items:center;gap:8px;padding:10px 12px;display:flex}.chat-input label.attach{width:36px;height:36px;color:var(--muted);cursor:pointer;border:1px dashed #cbd5e1;border-radius:10px;place-items:center;display:grid}.chat-input label.attach input{display:none}.chat-input textarea{color:var(--ink);font:inherit;resize:none;background:#f9fafb;border:1px solid #d1d5db;border-radius:12px;outline:none;flex:1;padding:8px 12px;font-size:14px;box-shadow:inset 0 1px #00000005}.chat-input textarea:focus{box-shadow:0 0 0 4px var(--ring);border-color:#94a3b8}.chat-input button.send{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.chat-input button.send:disabled{opacity:.5;cursor:not-allowed}.chat-input .spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.quick-picks{background:var(--panel);border-top:1px solid #eef2f7;flex-wrap:wrap;gap:6px;padding:8px 12px 12px;display:flex}.quick-picks button{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;font-size:12px}.quick-picks button:hover{background:#f8fafc}.chat-assistant{right:calc(var(--chat-spacing) + env(safe-area-inset-right));bottom:calc(var(--chat-spacing) + env(safe-area-inset-bottom));z-index:999;flex-direction:column;align-items:flex-end;display:flex;position:fixed}.chat-box{width:380px;max-height:var(--chat-max-h);flex-direction:column;display:flex;overflow:hidden}@media (max-width:640px){.chat-box{width:min(100vw,560px);max-height:calc(100svh - env(safe-area-inset-top) - var(--chat-spacing));margin-right:calc(env(safe-area-inset-right))}}.chat-messages{flex:auto;min-height:0;overflow-y:auto}
