.bungalow-detail-page{min-height:100dvh;background:var(--landing-color-dark,#0b0f14);color:var(--landing-color-white,#e7ecf2);display:flex;flex-direction:column}body.light-mode .bungalow-detail-page{background:var(--landing-color-white,#f5f7fb);color:var(--landing-color-dark,#1a2230)}.bdp-status{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;gap:.75rem}.bdp-status-title{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.bdp-status-body{margin:0;max-width:32rem;font-size:.95rem;line-height:1.55;opacity:.78}.bdp-status-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;padding:.05rem .4rem;border-radius:.3rem;background:color-mix(in srgb,currentColor 10%,#0000);font-size:.85em}.bdp-status-link{margin-top:.5rem;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:.02em;text-decoration:none;color:var(--landing-color-white,#fff);background:color-mix(in srgb,currentColor 16%,#0000);border:1px solid color-mix(in srgb,currentcolor 28%,#0000);transition:background .18s ease,transform .18s ease}.bdp-status-link:hover{background:color-mix(in srgb,currentColor 22%,#0000);transform:translateY(-1px)}body.light-mode .bdp-status-link{color:var(--landing-color-dark,#1a2230)}.bdp-spinner{width:2rem;height:2rem;border-radius:50%;border:2px solid color-mix(in srgb,currentcolor 18%,#0000);border-top-color:initial;animation:bdp-spin .75s linear infinite}@keyframes bdp-spin{to{transform:rotate(1turn)}}.bdp-soft-warning{position:fixed;top:4.5rem;left:50%;transform:translateX(-50%);z-index:9500;max-width:min(90vw,32rem);margin:0;padding:.5rem .95rem;border-radius:.7rem;font-size:.8rem;line-height:1.4;text-align:center;background:color-mix(in srgb,#f4b042 18%,#0000);color:#f4b042;border:1px solid color-mix(in srgb,#f4b042 35%,#0000);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}