.fp-showcase {
  --fp-ink: #10213d;
  --fp-muted: #52647c;
  --fp-blue: #1665d8;
  --fp-line: #cbd8e9;
  overflow: hidden;
  border: 1px solid var(--fp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 45, 77, .12);
}

.fp-shell-head,
.fp-context-foot { padding: 16px 20px; }
.fp-shell-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; border-bottom: 1px solid var(--fp-line); }
.fp-shell-head strong { color: var(--fp-ink); font-size: .95rem; }
.fp-badge { display: inline-block; padding: 4px 12px; border: 1px solid #bed0ea; border-radius: 999px; color: #294f83; background: #edf4ff; font-size: .75rem; font-weight: 750; }
.fp-shell-main { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .82fr); }
.fp-plan-side { display: flex; min-width: 0; flex-direction: column; gap: 16px; padding: 20px; background: linear-gradient(145deg, #fff, #f2f7ff); }
.fp-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--fp-muted); font-size: .8rem; }

.fp-plan { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(14, minmax(22px, 1fr)); gap: 4px; min-height: 380px; padding: 8px; border: 3px solid #617187; border-radius: 4px; background-color: #edf2f8; background-image: linear-gradient(rgba(168, 183, 202, .33) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 183, 202, .33) 1px, transparent 1px); background-size: 20px 20px; }
.fp-room { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px; overflow-wrap: anywhere; padding: 10px 5px 5px; border: 2px solid #708095; background: #fff; text-align: center; color: #172a47; font-size: .78rem; font-weight: 750; line-height: 1.25; }
.fp-room i { display: inline-block; width: 18px; height: 25px; margin: auto 2px 2px; border: 1px solid #8799b1; background: #dfe8f4; }
.fp-room i + i { margin-left: 2px; }
.fp-room > span { position: relative; z-index: 1; }
.fp-archive { grid-column: 1 / 5; grid-row: 1 / 5; background: #f6f1ff; }
.fp-ot { grid-column: 5 / 9; grid-row: 1 / 5; background: #edf5ff; }
.fp-server { grid-column: 9 / 13; grid-row: 1 / 5; background: #e9f2ff; }
.fp-office { grid-column: 1 / 5; grid-row: 9 / 15; }
.fp-meeting { grid-column: 5 / 9; grid-row: 9 / 15; }
.fp-reception { grid-column: 9 / 13; grid-row: 9 / 13; }
.fp-exit { grid-column: 9 / 13; grid-row: 13 / 15; justify-content: center; padding-top: 4px; border-color: #5e8e78; background: #e9f8f1; }
.fp-exit i { display: none; }
.fp-server i { border-color: #253c5e; background: repeating-linear-gradient(0deg, #294264, #294264 6px, #7b92ad 7px, #a7b6c8 8px); }
.fp-office i { width: 31px; height: 20px; }
.fp-meeting i:first-of-type { width: 48px; border-radius: 10px; }
.fp-reception i:not(:first-of-type) { display: none; }
.fp-corridor { grid-column: 1 / 13; grid-row: 5 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 8px; border: 1px dashed #c8810f; border-left: 8px solid #e9b456; background-color: #fff5df; background-image: repeating-linear-gradient(90deg, transparent, transparent 45px, rgba(237, 190, 72, .16) 46px, rgba(237, 190, 72, .16) 47px); color: #263850; text-align: center; font-size: .8rem; font-weight: 800; }
.fp-corridor a { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #b83224; box-shadow: 0 0 0 4px rgba(184, 50, 36, .14); text-decoration: none; }
.fp-corridor a:focus-visible { outline: 3px solid #ffbf47; outline-offset: 5px; }
.fp-legend { display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--fp-muted); font-size: .75rem; }
.fp-legend span { display: inline-flex; align-items: center; gap: 6px; }
.fp-dot { width: 9px; height: 9px; border-radius: 3px; background: #7196ca; }
.fp-dot-event { border-radius: 50%; background: #b83224; }
.fp-dot-asset { background: #d99b24; }
.fp-dot-link { background: #14715d; }

.fp-context { min-width: 0; scroll-margin-top: 110px; padding: 24px; color: #fff; background: #13294b; }
.fp-status { display: inline-block; margin-bottom: 15px; padding: 4px 11px; border: 1px solid #ad8b44; border-radius: 999px; color: #ffe8b5; background: rgba(105, 73, 22, .2); font-size: .75rem; }
.fp-context h2 { margin: 0 0 18px; color: #fff; font-size: 1.35rem; letter-spacing: -.02em; }
.fp-context dl { display: grid; gap: 10px; margin: 0; }
.fp-context dl div { padding-bottom: 9px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.fp-context dt { margin-bottom: 2px; color: #bdd0e8; font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.fp-context dd { margin: 0; overflow-wrap: anywhere; font-size: .86rem; line-height: 1.42; }
.fp-context .fp-action-field { padding: 11px; border: 1px solid #527dab; border-radius: 9px; background: #214676; }
.fp-context-foot { border-top: 1px solid var(--fp-line); color: var(--fp-muted); font-size: .75rem; line-height: 1.5; }
.fp-context-foot p { margin: 0; }

.floorplan-feature { padding-top: clamp(34px, 5vw, 72px); }
.floorplan-feature .fp-showcase { margin-top: 24px; }
.floorplan-feature-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.floorplan-operation { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(240px, 1fr); gap: 8px 28px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #f7f9fc; }
.floorplan-operation .tag, .floorplan-operation h3, .floorplan-operation p, .floorplan-operation a { grid-column: 1; }
.floorplan-operation ul { grid-column: 2; grid-row: 1 / span 6; margin: 0; }
.floorplan-page { max-width: 1280px; margin: 0 auto; }
.floorplan-hero { padding: clamp(34px, 6vw, 82px) clamp(20px, 5vw, 64px) 22px; }
.floorplan-hero > p { max-width: 900px; }
.floorplan-subnav { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 clamp(20px, 5vw, 64px) 12px; }
.floorplan-subnav a { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #174f9e; background: #fff; font-size: .78rem; font-weight: 750; text-decoration: none; }
.floorplan-canvas { padding-top: 22px; }
.fp-trace ol { display: flex; counter-reset: fp-step; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fp-trace li { position: relative; flex: 1; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 750; }
.fp-trace li::before { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; margin-right: 7px; border-radius: 50%; color: #1554bd; background: #e8f0ff; counter-increment: fp-step; content: counter(fp-step); font-size: .75rem; }
.fp-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fp-card-grid article { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.fp-result { padding-left: 12px; border-left: 3px solid #1767d7; color: #173a68; font-weight: 750; }
.fp-boundary { border-radius: 20px; background: #eef4fb; }
.launch-pending { max-width: 850px; }

@media (max-width: 900px) {
  .fp-shell-main { grid-template-columns: 1fr; }
  .fp-context dl { grid-template-columns: 1fr 1fr; gap: 13px; }
  .fp-card-grid { grid-template-columns: 1fr; }
  .fp-trace ol { flex-direction: column; }
  .floorplan-operation { grid-template-columns: 1fr; }
  .floorplan-operation ul { grid-column: 1; grid-row: auto; }
}

@media (max-width: 480px) {
  .fp-shell-head, .fp-context-foot { padding: 13px; }
  .fp-plan-side { padding: 12px; }
  .fp-plan { min-height: 340px; gap: 3px; padding: 5px; grid-template-rows: repeat(14, minmax(20px, 1fr)); }
  .fp-room { gap: 3px; padding: 6px 2px; font-size: .66rem; }
  .fp-room i { width: 12px; height: 18px; }
  .fp-office i { width: 21px; }
  .fp-meeting i:first-of-type { width: 32px; }
  .fp-corridor { font-size: .72rem; }
  .fp-context { padding: 19px; }
  .fp-context dl { grid-template-columns: 1fr; }
  .fp-legend { font-size: .68rem; }
  .floorplan-feature-actions { display: grid; }
}
