.floor-map{width:100%;height:100%;position:relative;background:#f0f1f3;cursor:grab;-webkit-user-select:none;user-select:none;overflow:hidden}.floor-map--panning{cursor:grabbing}.floor-map-svg{width:100%;height:100%;display:block}.booth-shape{cursor:pointer;transition:opacity .1s}.booth-shape:hover{opacity:1!important}.booth-shape:hover path,.booth-shape:hover rect{filter:brightness(.92)}.map-controls{position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.3rem;z-index:30}.map-control-btn{width:36px;height:36px;background:var(--fc-white);border:1px solid var(--fc-gray-200);border-radius:8px;font-size:1.1rem;font-weight:600;color:var(--fc-gray-700);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014;transition:background .1s}.map-control-btn:hover{background:var(--fc-gray-50)}.map-control-reset{font-size:.9rem}.map-loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--fc-gray-400);font-size:.9rem}.nav-path-dash{animation:dashScroll 1.5s linear infinite}@keyframes dashScroll{to{stroke-dashoffset:-120}}.nav-pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;r:60}50%{opacity:.2;r:100}}.nav-traveler{animation:travelerPulse 1s ease-in-out infinite}@keyframes travelerPulse{0%,to{opacity:.9}50%{opacity:.5}}.search-panel{position:absolute;top:.75rem;left:.75rem;z-index:50;width:min(360px,calc(100% - 1.5rem))}.search-input-wrap{display:flex;align-items:center;background:var(--fc-white);border:1px solid var(--fc-gray-200);border-radius:10px;padding:0 .75rem;box-shadow:0 4px 16px #00000014;transition:border-color .15s,box-shadow .15s}.search-input-wrap:focus-within{border-color:var(--fc-accent);box-shadow:0 4px 16px #6366f126}.search-icon{color:var(--fc-gray-400);flex-shrink:0}.search-input{flex:1;padding:.65rem .5rem;font-size:.9rem;color:var(--fc-gray-900);background:transparent}.search-input::placeholder{color:var(--fc-gray-400)}.search-clear{font-size:1.2rem;color:var(--fc-gray-400);padding:.25rem;line-height:1}.search-clear:hover{color:var(--fc-gray-700)}.search-results{list-style:none;background:var(--fc-white);border:1px solid var(--fc-gray-200);border-radius:10px;margin-top:.35rem;max-height:320px;overflow-y:auto;box-shadow:0 4px 16px #00000014}.search-result-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.6rem .85rem;text-align:left;transition:background .1s}.search-result-item:hover{background:var(--fc-gray-50)}.search-result-id{font-size:.75rem;font-weight:600;color:var(--fc-accent);background:var(--fc-booth-default);padding:.15rem .4rem;border-radius:4px;white-space:nowrap}.search-result-vendor{font-size:.85rem;color:var(--fc-gray-700);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-input-wrap--nav{border-color:#4f46e5;box-shadow:0 4px 16px #4f46e52e;animation:navPulseRing .8s ease-in-out 2}@keyframes navPulseRing{0%{box-shadow:0 4px 16px #4f46e52e}50%{box-shadow:0 4px 24px #4f46e559}to{box-shadow:0 4px 16px #4f46e52e}}.search-suggestions-label{padding:.5rem .85rem .25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4f46e5;display:flex;align-items:center;gap:.35rem}.search-suggestions-icon{font-size:.85rem;animation:suggestBounce 1s ease-in-out 2}@keyframes suggestBounce{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.booth-detail{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:var(--fc-white);border:1px solid var(--fc-gray-200);border-radius:12px;padding:1rem 1.25rem;width:min(360px,calc(100% - 2rem));box-shadow:0 8px 32px #0000001f;z-index:50;animation:slideUp .2s ease-out}.booth-detail--fc{border-color:var(--fc-highlight);border-width:2px}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.booth-detail-close{position:absolute;top:.5rem;right:.75rem;font-size:1.3rem;color:var(--fc-gray-400);line-height:1}.booth-detail-close:hover{color:var(--fc-gray-700)}.booth-detail-id{font-size:.75rem;font-weight:600;color:var(--fc-accent);background:var(--fc-booth-default);display:inline-block;padding:.15rem .5rem;border-radius:4px;margin-bottom:.35rem}.booth-detail--fc .booth-detail-id{color:var(--fc-gray-900);background:var(--fc-highlight-light)}.booth-detail-vendor{font-size:1.1rem;font-weight:700;color:var(--fc-gray-900);margin-bottom:.2rem}.booth-detail-zone{font-size:.8rem;color:var(--fc-gray-500)}.booth-detail-fc-callout{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--fc-gray-100);font-size:.85rem;color:var(--fc-gray-700);line-height:1.5}.booth-detail-fc-cta{display:inline-block;margin-top:.5rem;font-weight:600;color:var(--fc-gray-900);background:var(--fc-highlight);padding:.35rem .65rem;border-radius:6px;text-decoration:none;font-size:.8rem;transition:background .15s}.booth-detail-fc-cta:hover{background:var(--fc-highlight-light)}.booth-detail-nav{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--fc-gray-100)}.booth-detail-nav-btn{width:100%;padding:.5rem .75rem;font-size:.8rem;font-weight:600;color:#fff;background:#4f46e5;border-radius:6px;cursor:pointer;transition:background .15s}.booth-detail-nav-btn:hover{background:#4338ca}.booth-detail-nav-btn--go{background:#059669}.booth-detail-nav-btn--go:hover{background:#047857}.booth-detail-nav-status{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8rem;color:#4f46e5;font-weight:500}.booth-detail-nav-actions{display:flex;gap:.5rem}.booth-detail-nav-actions .booth-detail-nav-btn{flex:1}.booth-detail-nav-cancel{padding:.4rem .6rem;font-size:.75rem;color:var(--fc-gray-500);background:var(--fc-gray-100);border-radius:6px;cursor:pointer;white-space:nowrap}.booth-detail-nav-cancel:hover{background:var(--fc-gray-200)}.exhibitor-overlay{position:fixed;inset:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.exhibitor-list{background:var(--fc-white);border-radius:12px;width:min(720px,100%);max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px #0003}.exhibitor-list-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--fc-gray-100)}.exhibitor-list-header h2{font-size:1.1rem;font-weight:700}.exhibitor-close{font-size:1.5rem;color:var(--fc-gray-400);line-height:1}.exhibitor-close:hover{color:var(--fc-gray-700)}.exhibitor-controls{display:flex;gap:.5rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--fc-gray-100)}.exhibitor-filter{flex:1;padding:.5rem .75rem;font-size:.85rem;border:1px solid var(--fc-gray-200);border-radius:6px;background:var(--fc-gray-50)}.exhibitor-filter:focus{outline:2px solid var(--fc-accent);outline-offset:-1px}.exhibitor-sort{display:flex;border:1px solid var(--fc-gray-200);border-radius:6px;overflow:hidden}.exhibitor-sort button{padding:.5rem .65rem;font-size:.8rem;color:var(--fc-gray-500);background:var(--fc-white);border-right:1px solid var(--fc-gray-200)}.exhibitor-sort button:last-child{border-right:none}.exhibitor-sort button.active{background:var(--fc-accent);color:var(--fc-white)}.exhibitor-table-wrap{flex:1;overflow-y:auto}.exhibitor-table{width:100%;border-collapse:collapse;font-size:.85rem}.exhibitor-table thead{position:sticky;top:0;background:var(--fc-gray-50)}.exhibitor-table th{text-align:left;padding:.5rem 1.25rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fc-gray-500)}.exhibitor-table td{padding:.55rem 1.25rem;border-top:1px solid var(--fc-gray-100)}.exhibitor-table tbody tr{cursor:pointer;transition:background .1s}.exhibitor-table tbody tr:hover{background:var(--fc-gray-50)}.exhibitor-row--fc{background:#fffbeb}.exhibitor-row--fc:hover{background:#fef3c7!important}.exhibitor-booth-id{font-weight:600;color:var(--fc-accent)}.exhibitor-count{padding:.6rem 1.25rem;font-size:.8rem;color:var(--fc-gray-400);border-top:1px solid var(--fc-gray-100);text-align:center}.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--fc-gray-900);color:var(--fc-white);gap:.75rem;z-index:100;flex-shrink:0}.header-title{font-size:1rem;font-weight:700;display:flex;gap:.4rem;align-items:baseline}.header-title-shoptalk{color:var(--fc-white)}.header-title-map{color:var(--fc-gray-400);font-weight:500}.header-right{display:flex;align-items:center;gap:.75rem}.header-list-btn{font-size:.8rem;font-weight:500;color:var(--fc-white);background:var(--fc-gray-700);padding:.4rem .75rem;border-radius:6px;transition:background .15s}.header-list-btn:hover{background:var(--fc-gray-500)}.header-cta{font-size:.8rem;font-weight:600;color:var(--fc-gray-900);background:var(--fc-highlight);padding:.4rem .75rem;border-radius:6px;text-decoration:none;transition:background .15s;white-space:nowrap}.header-cta:hover{background:var(--fc-highlight-light)}.header-fc-link{font-size:.75rem;color:var(--fc-gray-400);text-decoration:none;white-space:nowrap}.header-fc-link:hover{color:var(--fc-white)}@media(max-width:640px){.header{flex-wrap:wrap}.header-fc-link{display:none}}.app{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.app-body{flex:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.map-container{flex:1;position:relative;overflow:hidden;touch-action:none}@media(min-width:768px){.app-body{flex-direction:row}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--fc-black: #1a1a1a;--fc-white: #ffffff;--fc-gray-50: #f9fafb;--fc-gray-100: #f3f4f6;--fc-gray-200: #e5e7eb;--fc-gray-300: #d1d5db;--fc-gray-400: #9ca3af;--fc-gray-500: #6b7280;--fc-gray-700: #374151;--fc-gray-900: #111827;--fc-accent: #6366f1;--fc-accent-light: #818cf8;--fc-highlight: #f59e0b;--fc-highlight-light: #fbbf24;--fc-booth-default: #e0e7ff;--fc-booth-hover: #c7d2fe;--fc-booth-selected: #6366f1;--fc-booth-fc: #f59e0b}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--fc-gray-900);background:var(--fc-gray-50);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit;border:none;outline:none}
