@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Raleway:wght@300;400;500;600;700;800&display=swap";:root{--blue: #0057b8;--blue-dark: #003e85;--blue-deep: #002b5d;--blue-soft: #ebf3ff;--blue-line: #c3d9f5;--blue-hover: #164f8c;--black: #1a1a2e;--gray-1: #f5f6fa;--gray-2: #e2e8f0;--gray-3: #94a3b8;--gray-4: #475569;--gray-5: #d7dce5;--green: #0d7e3a;--green-brand: #7fbd36;--green-bright: #4ade80;--green-bg: #edfbf1;--green-line: #a8d8c0;--red: #c0392b;--red-bg: #fdecea;--red-line: #f5c0bb;--amber: #b7590a;--amber-bg: #fef3e7;--amber-line: #fad9b5;--white: #ffffff;--surface: #ffffff;--surface-muted: #f5f6fa;--text-primary: #1a1a2e;--text-secondary: #475569;--border: #e2e8f0;--drawer-bg-start: #003e85;--drawer-bg-end: #002b5d;--drawer-brand-bg: #ffffff;--drawer-brand-caption: #475569;--drawer-item-text: #d4dfec;--drawer-item-hover-bg: #164f8c;--drawer-item-hover-text: #ffffff;--drawer-item-active-bg: #ffffff;--drawer-item-active-text: #003e85;--drawer-divider: #164f8c;--drawer-close-bg: #ffffff;--drawer-close-text: #0057b8;--drawer-close-hover-bg: #ebf3ff;--drawer-footer-text: #ffffff;--input-bg: #ffffff;--input-border: #e2e8f0;--input-text: #1a1a2e;--input-placeholder: #94a3b8;--slot-available-bg: #ffffff;--slot-available-border: #c3d9f5;--slot-selected-bg: #0057b8;--slot-selected-text: #ffffff;--slot-mine-bg: #edfbf1;--slot-mine-border: #a8d8c0;--slot-mine-text: #0d7e3a;--slot-booked-bg: #fdecea;--slot-booked-border: #f5c0bb;--slot-booked-text: #c0392b;--disabled-bg: #f5f6fa;--disabled-text: #94a3b8;--overlay: #1a1a2e;--shadow-color: #d7dce5;--shadow: 0 .125rem .75rem var(--shadow-color);--shadow-lg: 0 .5rem 1.875rem var(--shadow-color);--font: "Raleway", sans-serif;--font-mono: "DM Mono", monospace;color-scheme:light;font-family:var(--font);color:var(--text-primary);background:var(--surface-muted);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}:root[data-theme=dark]{--surface: #171c2b;--surface-muted: #101522;--text-primary: #f5f6fa;--text-secondary: #b8c3d3;--border: #303b50;--blue-soft: #102d50;--blue-line: #24568d;--drawer-bg-start: #101522;--drawer-bg-end: #080b12;--drawer-brand-bg: #171c2b;--drawer-brand-caption: #b8c3d3;--drawer-item-text: #b8c3d3;--drawer-item-hover-bg: #24568d;--drawer-item-hover-text: #f5f6fa;--drawer-item-active-bg: #102d50;--drawer-item-active-text: #f5f6fa;--drawer-divider: #24568d;--drawer-close-bg: #171c2b;--drawer-close-text: #b8c3d3;--drawer-close-hover-bg: #102d50;--drawer-footer-text: #f5f6fa;--input-bg: #171c2b;--input-border: #303b50;--input-text: #f5f6fa;--input-placeholder: #94a3b8;--slot-available-bg: #171c2b;--slot-available-border: #24568d;--slot-selected-bg: #0057b8;--slot-selected-text: #ffffff;--slot-mine-bg: #123723;--slot-mine-border: #0d7e3a;--slot-mine-text: #a8d8c0;--slot-booked-bg: #42211f;--slot-booked-border: #c0392b;--slot-booked-text: #f5c0bb;--disabled-bg: #101522;--disabled-text: #94a3b8;--overlay: #080b12;--shadow-color: #080b12;--shadow: 0 .125rem 1rem var(--shadow-color);--shadow-lg: 0 .5rem 1.875rem var(--shadow-color);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-width:20rem;min-height:100%;margin:0}body{min-height:100vh;background:var(--surface-muted)}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{border:0}._drawer_3v09v_1{position:fixed;inset:0 auto 0 0;z-index:40;display:flex;width:17rem;flex-direction:column;color:var(--drawer-item-text);background:linear-gradient(180deg,var(--drawer-bg-start),var(--drawer-bg-end));box-shadow:.5rem 0 1.875rem var(--shadow-color);transform:translate(-100%);transition:transform .2s ease}._drawer_3v09v_1._open_3v09v_14{transform:translate(0)}._brand_3v09v_18{display:flex;min-height:5.125rem;align-items:center;gap:.625rem;padding:.75rem .875rem .6875rem 1.25rem;background:var(--drawer-brand-bg);border-bottom:.25rem solid var(--green-brand)}._brandIdentity_3v09v_28{display:grid;gap:.25rem}._brandIdentity_3v09v_28 span{color:var(--drawer-brand-caption);font-family:DM Mono,monospace;font-size:.5rem;letter-spacing:.075rem;text-transform:uppercase}._brandLogo_3v09v_40{display:block;width:11.875rem;height:auto}._closeButton_3v09v_46{display:none;margin-left:auto;padding:.375rem;color:var(--drawer-close-text);cursor:pointer;background:var(--drawer-close-bg);border-radius:.5rem}._closeButton_3v09v_46:hover{background:var(--drawer-close-hover-bg)}._navigation_3v09v_59{display:grid;gap:.3125rem;padding:1.375rem .875rem}._navigationItem_3v09v_65{display:flex;align-items:center;gap:.8125rem;padding:.75rem .875rem;font-size:.8125rem;font-weight:600;border-radius:.5rem;transition:color .15s ease,background .15s ease}._navigationItem_3v09v_65:hover{color:var(--drawer-item-hover-text);background:var(--drawer-item-hover-bg)}._navigationItem_3v09v_65._active_3v09v_79{color:var(--drawer-item-active-text);background:var(--drawer-item-active-bg);box-shadow:var(--shadow)}._footer_3v09v_85{display:flex;align-items:center;gap:.625rem;padding:1.125rem 1.375rem;margin-top:auto;color:var(--drawer-footer-text);border-top:.0625rem solid var(--drawer-divider)}._footer_3v09v_85>span:last-child{display:grid;gap:.125rem}._footer_3v09v_85 strong{color:var(--drawer-footer-text);font-size:.6875rem}._footer_3v09v_85 small{font-family:DM Mono,monospace;font-size:.5625rem}._statusDot_3v09v_107{width:.5rem;height:.5rem;background:var(--green-bright);border-radius:50%;box-shadow:0 0 0 .25rem var(--green)}._backdrop_3v09v_115{position:fixed;inset:0;z-index:30;display:none;padding:0;cursor:pointer;background:var(--overlay);transition:background .2s ease}@media(min-width:62.0625rem){._drawer_3v09v_1._open_3v09v_14+._backdrop_3v09v_115{display:none}}@media(max-width:62rem){._closeButton_3v09v_46{display:grid;place-items:center}._backdrop_3v09v_115._visible_3v09v_136{display:block}}._header_hrg4z_1{position:sticky;top:0;z-index:20;display:flex;min-height:4.25rem;align-items:center;justify-content:space-between;padding:0 1.75rem;background:var(--surface);border-bottom:.0625rem solid var(--border);box-shadow:var(--shadow)}._iconButton_hrg4z_15{position:relative;display:grid;width:2.625rem;height:2.625rem;padding:0;color:var(--text-secondary);cursor:pointer;background:var(--surface);border-radius:.5rem;place-items:center;transition:color .15s ease,background .15s ease}._iconButton_hrg4z_15:hover{color:var(--blue);background:var(--blue-soft)}._leading_hrg4z_33{display:flex;align-items:center;gap:.75rem}._brandMark_hrg4z_39{display:block;width:2.125rem;height:2.125rem;object-fit:contain}._actions_hrg4z_46,._profile_hrg4z_47{display:flex;align-items:center}._actions_hrg4z_46{gap:.5rem;margin-left:auto}._notificationDot_hrg4z_57{position:absolute;top:.625rem;right:.625rem;width:.4375rem;height:.4375rem;background:var(--red);border:.125rem solid var(--surface);border-radius:50%}._profile_hrg4z_47{gap:.625rem;padding:.375rem .5rem;color:var(--text-primary);cursor:pointer;background:var(--surface);border-radius:.5rem}._profile_hrg4z_47:hover{background:var(--surface-muted)}._avatar_hrg4z_80{display:grid;width:2.25rem;height:2.25rem;color:var(--white);font-size:.75rem;font-weight:700;background:var(--blue);border-radius:50%;place-items:center}._profileText_hrg4z_92{display:grid;gap:.125rem;text-align:left}._profileText_hrg4z_92 strong{font-size:.8125rem}._profileText_hrg4z_92 small{color:var(--text-secondary);font-size:.6875rem}@media(max-width:36rem){._header_hrg4z_1{padding:0 1rem}._profileText_hrg4z_92,._profile_hrg4z_47>svg{display:none}}._app_13ojv_1{min-height:100vh}._content_13ojv_5{min-height:100vh;transition:margin-left .2s ease}._content_13ojv_5._drawerOpen_13ojv_9{margin-left:17rem}._main_13ojv_13{width:100%;max-width:90rem;padding:2rem;margin:0 auto}@media(max-width:62rem){._content_13ojv_5._drawerOpen_13ojv_9{margin-left:0}}@media(max-width:36rem){._main_13ojv_13{padding:1.375rem 1rem}}._dashboard_e799o_1{display:grid;gap:1.75rem}._heading_e799o_6 span{color:var(--blue);font-family:DM Mono,monospace;font-size:.6875rem;font-weight:500;letter-spacing:.05rem;text-transform:uppercase}._heading_e799o_6 h1{margin:.4375rem 0 .5rem;font-size:1.875rem;font-weight:800;letter-spacing:-.0625rem}._heading_e799o_6 p{max-width:40.625rem;margin:0;color:var(--text-secondary);font-size:.875rem}._metrics_e799o_27{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}._metricCard_e799o_33{display:flex;align-items:center;gap:.9375rem;padding:1.25rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}._metricCard_e799o_33>span{display:grid;width:3rem;height:3rem;flex:0 0 auto;border-radius:.8125rem;place-items:center}._metricCard_e799o_33 p{margin:0 0 .25rem;color:var(--text-secondary);font-size:.75rem}._metricCard_e799o_33 strong{font-family:DM Mono,monospace;font-size:1.3125rem}._blue_e799o_61{color:var(--blue);background:var(--blue-soft)}._green_e799o_66{color:var(--green);background:var(--green-bg)}._amber_e799o_71{color:var(--amber);background:var(--amber-bg)}._baseCard_e799o_76{display:flex;min-height:11.875rem;align-items:flex-start;gap:1.125rem;padding:1.75rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}._baseCard_e799o_76 span{color:var(--blue);font-family:DM Mono,monospace;font-size:.625rem;letter-spacing:.04375rem;text-transform:uppercase}._baseCard_e799o_76 h2{margin:.4375rem 0;font-size:1.25rem}._baseCard_e799o_76 p{max-width:37.5rem;margin:0;color:var(--text-secondary);font-size:.8125rem;line-height:1.6}._baseIcon_e799o_106{display:grid;width:3.25rem;height:3.25rem;flex:0 0 auto;color:var(--green);background:var(--green-bg);border:.0625rem solid var(--green-line);border-radius:.875rem;place-items:center}@media(max-width:75rem){._metrics_e799o_27{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:36rem){._metrics_e799o_27{grid-template-columns:1fr}._heading_e799o_6 h1{font-size:1.5625rem}}._calendar_y82ft_1{padding:1.25rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}._header_y82ft_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}._header_y82ft_9 strong{color:var(--text-primary);font-size:.9375rem;text-transform:capitalize}._navigationButton_y82ft_21{display:grid;width:2.25rem;height:2.25rem;padding:0;color:var(--text-secondary);cursor:pointer;background:var(--surface-muted);border-radius:.5rem;place-items:center}._navigationButton_y82ft_21:hover{color:var(--blue);background:var(--blue-soft)}._grid_y82ft_37{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}._weekday_y82ft_43{display:grid;height:1.75rem;color:var(--text-secondary);font-family:DM Mono,monospace;font-size:.625rem;font-weight:500;place-items:center}._day_y82ft_53,._emptyDay_y82ft_54{min-width:0;aspect-ratio:1}._day_y82ft_53{color:var(--text-primary);font-size:.75rem;cursor:pointer;background:var(--surface);border:.0625rem solid var(--surface);border-radius:50%}._day_y82ft_53:hover:not(:disabled){color:var(--blue);background:var(--blue-soft);border-color:var(--blue-line)}._day_y82ft_53:disabled{color:var(--gray-3);cursor:not-allowed;background:var(--surface-muted)}._today_y82ft_78{color:var(--blue);border-color:var(--blue-line)}._selected_y82ft_83{color:var(--white);font-weight:700;background:var(--blue);border-color:var(--blue)}._selected_y82ft_83:hover:not(:disabled){color:var(--white);background:var(--blue-dark)}@media(max-width:36rem){._calendar_y82ft_1{padding:1rem}}._backdrop_3iy7i_1{position:fixed;inset:0;z-index:100;display:grid;padding:1rem;background:var(--overlay);place-items:center}._dialog_3iy7i_11{width:min(100%,35rem);padding:1.75rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow-lg)}._header_3iy7i_20{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._header_3iy7i_20 span{color:var(--blue);font-size:.625rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase}._header_3iy7i_20 h2{margin:.375rem 0 0;color:var(--text-primary);font-size:1.375rem}._header_3iy7i_20 button{display:grid;width:2.5rem;height:2.5rem;padding:0;color:var(--text-secondary);cursor:pointer;background:var(--surface-muted);border-radius:.5rem;place-items:center}._details_3iy7i_50{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.5rem 0}._details_3iy7i_50 div{padding:.875rem;background:var(--surface-muted);border:.0625rem solid var(--border);border-radius:.75rem}._details_3iy7i_50 dt{margin-bottom:.25rem;color:var(--text-secondary);font-size:.625rem;font-weight:700;text-transform:uppercase}._details_3iy7i_50 dd{margin:0;color:var(--text-primary);font-size:.8125rem}._details_3iy7i_50 ._fullWidth_3iy7i_74{grid-column:1/-1}._actions_3iy7i_78{display:flex;justify-content:flex-end;gap:.75rem}._secondary_3iy7i_84,._danger_3iy7i_85,._primary_3iy7i_86{padding:.75rem 1rem;font-size:.8125rem;font-weight:700;cursor:pointer;border-radius:.5rem}._secondary_3iy7i_84{color:var(--text-secondary);background:var(--surface-muted);border:.0625rem solid var(--border)}._danger_3iy7i_85{color:var(--red);background:var(--red-bg);border:.0625rem solid var(--red-line)}._primary_3iy7i_86{color:var(--white);background:var(--blue)}@media(max-width:36rem){._dialog_3iy7i_11{padding:1.25rem}._details_3iy7i_50{grid-template-columns:1fr}._details_3iy7i_50 ._fullWidth_3iy7i_74{grid-column:auto}._actions_3iy7i_78{flex-direction:column-reverse}}._backdrop_1u3xx_1{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:var(--overlay)}._panel_1u3xx_10{width:min(100%,31rem);min-height:100vh;padding:1.75rem;overflow-y:auto;background:var(--surface);border-left:.0625rem solid var(--border);box-shadow:var(--shadow-lg)}._header_1u3xx_20{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._header_1u3xx_20 span{color:var(--blue);font-size:.625rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase}._header_1u3xx_20 h2{margin:.375rem 0 0;color:var(--text-primary);font-size:1.375rem}._header_1u3xx_20 button{display:grid;width:2.5rem;height:2.5rem;padding:0;color:var(--text-secondary);cursor:pointer;background:var(--surface-muted);border-radius:.5rem;place-items:center}._summary_1u3xx_50{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:1rem;margin:1.5rem 0;background:var(--blue-soft);border:.0625rem solid var(--blue-line);border-radius:.75rem}._summary_1u3xx_50 div{display:flex;min-width:0;flex-direction:column;gap:.25rem}._summary_1u3xx_50 span{color:var(--text-secondary);font-size:.625rem}._summary_1u3xx_50 strong{overflow:hidden;color:var(--text-primary);font-size:.75rem;text-overflow:ellipsis}._form_1u3xx_77{display:flex;flex-direction:column;gap:1rem}._form_1u3xx_77 label{display:flex;flex-direction:column;gap:.5rem}._form_1u3xx_77 label>span{color:var(--text-secondary);font-size:.6875rem;font-weight:700;letter-spacing:.0375rem;text-transform:uppercase}._form_1u3xx_77 input,._form_1u3xx_77 textarea{width:100%;padding:.75rem;color:var(--input-text);background:var(--input-bg);border:.0625rem solid var(--input-border);border-radius:.5rem;outline:none}._form_1u3xx_77 input:focus,._form_1u3xx_77 textarea:focus{border-color:var(--blue)}._form_1u3xx_77 input::placeholder,._form_1u3xx_77 textarea::placeholder{color:var(--input-placeholder)}._form_1u3xx_77 textarea{min-height:6.5rem;resize:vertical}._form_1u3xx_77 small,._form_1u3xx_77 ._formError_1u3xx_117{margin:0;color:var(--red);font-size:.6875rem}._actions_1u3xx_123{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}._secondary_1u3xx_130,._primary_1u3xx_131{padding:.75rem 1rem;font-size:.8125rem;font-weight:700;cursor:pointer;border-radius:.5rem}._secondary_1u3xx_130{color:var(--text-secondary);background:var(--surface-muted);border:.0625rem solid var(--border)}._primary_1u3xx_131{color:var(--white);background:var(--blue)}@media(max-width:36rem){._panel_1u3xx_10{padding:1.25rem}._summary_1u3xx_50{grid-template-columns:1fr}._actions_1u3xx_123{flex-direction:column-reverse}}._backdrop_aebw1_1{position:fixed;inset:0;z-index:100;display:grid;padding:1rem;background:var(--overlay);place-items:center}._dialog_aebw1_11{width:min(100%,27rem);padding:1.75rem;text-align:center;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow-lg)}._dialog_aebw1_11 h2{margin:1rem 0 .5rem;color:var(--text-primary);font-size:1.25rem}._dialog_aebw1_11 p{margin:0;color:var(--text-secondary);font-size:.8125rem;line-height:1.6}._icon_aebw1_32{display:grid;width:3.5rem;height:3.5rem;margin:0 auto;color:var(--red);background:var(--red-bg);border:.0625rem solid var(--red-line);border-radius:50%;place-items:center}._actions_aebw1_44{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._secondary_aebw1_51,._danger_aebw1_52{padding:.75rem 1rem;font-size:.8125rem;font-weight:700;cursor:pointer;border-radius:.5rem}._secondary_aebw1_51{color:var(--text-secondary);background:var(--surface-muted);border:.0625rem solid var(--border)}._danger_aebw1_52{color:var(--white);background:var(--red)}@media(max-width:36rem){._actions_aebw1_44{flex-direction:column-reverse}}._schedule_198mu_1{display:flex;flex-direction:column;gap:1rem}._spaceCard_198mu_7{padding:1.25rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}._spaceHeader_198mu_15{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._spaceHeader_198mu_15 span{color:var(--text-secondary);font-size:.625rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase}._spaceHeader_198mu_15 h3{margin:.25rem 0 0;color:var(--text-primary);font-size:1rem}._capacity_198mu_35{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;color:var(--text-secondary);font-size:.6875rem;background:var(--surface-muted);border:.0625rem solid var(--border);border-radius:6.25rem}._slots_198mu_47{display:grid;grid-template-columns:repeat(5,minmax(7rem,1fr));gap:.5rem}._slot_198mu_47{display:flex;min-height:4.75rem;flex-direction:column;align-items:flex-start;justify-content:center;gap:.1875rem;padding:.625rem;color:var(--text-primary);text-align:left;cursor:pointer;background:var(--slot-available-bg);border:.0625rem solid var(--slot-available-border);border-radius:.5rem}._slot_198mu_47:hover{border-color:var(--blue)}._slot_198mu_47 strong{font-family:var(--font-mono);font-size:.6875rem}._slot_198mu_47 span{color:var(--text-secondary);font-size:.625rem}._slot_198mu_47 small{width:100%;overflow:hidden;font-size:.625rem;text-overflow:ellipsis;white-space:nowrap}._selected_198mu_87{color:var(--slot-selected-text);background:var(--slot-selected-bg);border-color:var(--slot-selected-bg)}._selected_198mu_87 span{color:var(--slot-selected-text)}._mine_198mu_96{color:var(--slot-mine-text);background:var(--slot-mine-bg);border-color:var(--slot-mine-border)}._mine_198mu_96 span{color:var(--slot-mine-text)}._booked_198mu_105{color:var(--slot-booked-text);background:var(--slot-booked-bg);border-color:var(--slot-booked-border)}._booked_198mu_105 span{color:var(--slot-booked-text)}._empty_198mu_114{padding:3rem 1.5rem;color:var(--text-secondary);font-size:.8125rem;text-align:center;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem}@media(max-width:75rem){._slots_198mu_47{grid-template-columns:repeat(4,minmax(7rem,1fr))}}@media(max-width:48rem){._slots_198mu_47{grid-template-columns:repeat(3,minmax(6.5rem,1fr))}}@media(max-width:36rem){._spaceHeader_198mu_15{align-items:flex-start;flex-direction:column}._slots_198mu_47{grid-template-columns:repeat(2,minmax(0,1fr))}}._selector_h2ose_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(18rem,1.3fr);gap:1rem;padding:1.25rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}._selector_h2ose_1 label{display:flex;flex-direction:column;gap:.5rem}._selector_h2ose_1 label>span{color:var(--text-secondary);font-size:.6875rem;font-weight:700;letter-spacing:.0375rem;text-transform:uppercase}._selector_h2ose_1 select{width:100%;min-height:2.75rem;padding:0 .75rem;color:var(--input-text);cursor:pointer;background:var(--input-bg);border:.0625rem solid var(--input-border);border-radius:.5rem;outline:none}._selector_h2ose_1 select:focus{border-color:var(--blue)}._venueMeta_h2ose_38{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--blue);background:var(--blue-soft);border:.0625rem solid var(--blue-line);border-radius:.75rem}._venueMeta_h2ose_38>div{display:flex;min-width:0;flex-direction:column;gap:.125rem}._venueMeta_h2ose_38 span{color:var(--text-secondary);font-size:.625rem}._venueMeta_h2ose_38 strong{overflow:hidden;color:var(--text-primary);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}@media(max-width:75rem){._selector_h2ose_1{grid-template-columns:repeat(2,minmax(0,1fr))}._venueMeta_h2ose_38{grid-column:1/-1}}@media(max-width:36rem){._selector_h2ose_1{grid-template-columns:1fr}._venueMeta_h2ose_38{grid-column:auto;flex-wrap:wrap}}._page_9wq0e_1{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:6rem}._heading_9wq0e_8>span{color:var(--blue);font-family:DM Mono,monospace;font-size:.6875rem;font-weight:500;letter-spacing:.05rem;text-transform:uppercase}._heading_9wq0e_8 h1{margin:.4375rem 0 .5rem;color:var(--text-primary);font-size:1.875rem;letter-spacing:-.0625rem}._heading_9wq0e_8 p{max-width:45rem;margin:0;color:var(--text-secondary);font-size:.875rem;line-height:1.6}._notice_9wq0e_30{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:var(--green);font-size:.8125rem;font-weight:600;background:var(--green-bg);border:.0625rem solid var(--green-line);border-radius:.75rem}._workspace_9wq0e_43{display:grid;grid-template-columns:19rem minmax(0,1fr);align-items:start;gap:1.25rem}._workspace_9wq0e_43>aside{position:sticky;top:5.5rem;display:flex;flex-direction:column;gap:.75rem}._legend_9wq0e_57{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding:.875rem;background:var(--surface);border:.0625rem solid var(--border);border-radius:.75rem}._legend_9wq0e_57 span{display:flex;align-items:center;gap:.375rem;color:var(--text-secondary);font-size:.625rem}._legend_9wq0e_57 i{width:.625rem;height:.625rem;border:.0625rem solid;border-radius:.1875rem}._available_9wq0e_80{background:var(--slot-available-bg);border-color:var(--slot-available-border)}._selected_9wq0e_85{background:var(--slot-selected-bg);border-color:var(--slot-selected-bg)}._mine_9wq0e_90{background:var(--slot-mine-bg);border-color:var(--slot-mine-border)}._booked_9wq0e_95{background:var(--slot-booked-bg);border-color:var(--slot-booked-border)}._scheduleArea_9wq0e_100{min-width:0}._scheduleHeading_9wq0e_104{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.75rem}._scheduleHeading_9wq0e_104 span{color:var(--text-secondary);font-size:.625rem;font-weight:700;text-transform:uppercase}._scheduleHeading_9wq0e_104 h2{margin:.25rem 0 0;color:var(--text-primary);font-family:DM Mono,monospace;font-size:1rem}._scheduleHeading_9wq0e_104 p{margin:0;color:var(--text-secondary);font-size:.75rem}._selectionBar_9wq0e_129{position:fixed;right:2rem;bottom:1.5rem;left:19rem;z-index:25;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--surface);border:.0625rem solid var(--blue-line);border-radius:.875rem;box-shadow:var(--shadow-lg)}._selectionBar_9wq0e_129>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:.25rem}._selectionBar_9wq0e_129 span{color:var(--text-secondary);font-size:.625rem;text-transform:uppercase}._selectionBar_9wq0e_129 strong{overflow:hidden;color:var(--text-primary);font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap}._clearButton_9wq0e_164,._continueButton_9wq0e_165{padding:.6875rem .875rem;font-size:.75rem;font-weight:700;cursor:pointer;border-radius:.5rem}._clearButton_9wq0e_164{color:var(--text-secondary);background:var(--surface-muted);border:.0625rem solid var(--border)}._continueButton_9wq0e_165{color:var(--white);background:var(--blue)}@media(max-width:62rem){._workspace_9wq0e_43{grid-template-columns:1fr}._workspace_9wq0e_43>aside{position:static;display:grid;grid-template-columns:minmax(17rem,22rem) 1fr}._selectionBar_9wq0e_129{left:1.5rem}}@media(max-width:48rem){._workspace_9wq0e_43>aside{grid-template-columns:1fr}._scheduleHeading_9wq0e_104{align-items:flex-start;flex-direction:column}}@media(max-width:36rem){._heading_9wq0e_8 h1{font-size:1.5625rem}._selectionBar_9wq0e_129{right:1rem;bottom:1rem;left:1rem;align-items:stretch;flex-wrap:wrap}._selectionBar_9wq0e_129>div{flex-basis:100%}._selectionBar_9wq0e_129 button{flex:1}}._page_oz80h_1{display:flex;flex-direction:column;gap:1.25rem}._heading_oz80h_7>span{color:var(--blue);font-family:DM Mono,monospace;font-size:.6875rem;letter-spacing:.05rem;text-transform:uppercase}._heading_oz80h_7 h1{margin:.4375rem 0 .5rem;color:var(--text-primary);font-size:1.875rem}._heading_oz80h_7 p{max-width:44rem;margin:0;color:var(--text-secondary);font-size:.875rem;line-height:1.6}._notice_oz80h_27,._configurationNote_oz80h_28{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:0;font-size:.75rem;border-radius:.75rem}._notice_oz80h_27{color:var(--green);background:var(--green-bg);border:.0625rem solid var(--green-line)}._configurationNote_oz80h_28{color:var(--blue);background:var(--blue-soft);border:.0625rem solid var(--blue-line)}._columns_oz80h_50{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1rem}._entityCard_oz80h_57{min-width:0;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}._cardHeader_oz80h_65{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;border-bottom:.0625rem solid var(--border)}._cardHeader_oz80h_65>div{display:flex;min-width:0;flex-direction:column;gap:.25rem}._cardHeader_oz80h_65 h2{margin:0;color:var(--text-primary);font-size:1rem}._cardHeader_oz80h_65>div>span{color:var(--text-secondary);font-size:.5625rem}._cardHeader_oz80h_65>button{display:flex;align-items:center;gap:.25rem;padding:.5rem .625rem;color:var(--blue);font-size:.625rem;font-weight:700;cursor:pointer;background:var(--blue-soft);border:.0625rem solid var(--blue-line);border-radius:.5rem}._list_oz80h_102{display:flex;flex-direction:column}._list_oz80h_102 article{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-bottom:.0625rem solid var(--border)}._list_oz80h_102 article:last-child{border-bottom:0}._list_oz80h_102 article strong{overflow:hidden;color:var(--text-primary);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}._list_oz80h_102 article span{color:var(--text-secondary);font-size:.625rem}._selectedEntity_oz80h_129{background:var(--blue-soft);box-shadow:inset .1875rem 0 var(--blue)}._entityChoice_oz80h_134,._entitySummary_oz80h_135{display:flex;min-width:0;flex:1;flex-direction:column;align-items:flex-start;gap:.25rem;padding:0;color:var(--text-primary);text-align:left;background:var(--surface)}._entityChoice_oz80h_134{cursor:pointer}._selectedEntity_oz80h_129 ._entityChoice_oz80h_134{background:var(--blue-soft)}._emptyState_oz80h_156{padding:1.25rem;margin:0;color:var(--text-secondary);font-size:.6875rem;line-height:1.5;text-align:center}._rowActions_oz80h_165{display:flex;align-items:center;gap:.375rem}._rowActions_oz80h_165 button{min-height:1.875rem;padding:.375rem .5rem;color:var(--text-secondary);font-size:.5625rem;cursor:pointer;background:var(--surface-muted);border:.0625rem solid var(--border);border-radius:.375rem}._backdrop_oz80h_181{position:fixed;inset:0;z-index:100;display:grid;padding:1rem;background:var(--overlay);place-items:center}._formDialog_oz80h_191{width:min(100%,31rem);max-height:calc(100vh - 2rem);padding:1.5rem;overflow-y:auto;background:var(--surface);border:.0625rem solid var(--border);border-radius:1rem;box-shadow:var(--shadow-lg)}._formDialog_oz80h_191 form,._formDialog_oz80h_191 label{display:flex;flex-direction:column}._formDialog_oz80h_191 form{gap:1rem}._formDialog_oz80h_191 label{gap:.5rem}._formDialog_oz80h_191 label>span{color:var(--text-secondary);font-size:.6875rem;font-weight:700;text-transform:uppercase}._formDialog_oz80h_191 input,._formDialog_oz80h_191 select{width:100%;min-height:2.75rem;padding:0 .75rem;color:var(--input-text);background:var(--input-bg);border:.0625rem solid var(--input-border);border-radius:.5rem;outline:none}._formDialog_oz80h_191 input:focus,._formDialog_oz80h_191 select:focus{border-color:var(--blue)}._formDialog_oz80h_191 small{color:var(--red);font-size:.625rem}._formHeader_oz80h_238{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}._formHeader_oz80h_238 h2{margin:0;color:var(--text-primary);font-size:1.25rem}._formHeader_oz80h_238 button{display:grid;width:2.5rem;height:2.5rem;padding:0;color:var(--text-secondary);cursor:pointer;background:var(--surface-muted);border-radius:.5rem;place-items:center}._formRow_oz80h_262{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}._formActions_oz80h_268{display:flex;justify-content:flex-end;gap:.75rem}._secondary_oz80h_274,._primary_oz80h_275{padding:.75rem 1rem;font-size:.75rem;font-weight:700;cursor:pointer;border-radius:.5rem}._secondary_oz80h_274{color:var(--text-secondary);background:var(--surface-muted);border:.0625rem solid var(--border)}._primary_oz80h_275{color:var(--white);background:var(--blue)}@media(max-width:75rem){._columns_oz80h_50{grid-template-columns:1fr}}@media(max-width:36rem){._heading_oz80h_7 h1{font-size:1.5625rem}._formDialog_oz80h_191{padding:1.25rem}._formRow_oz80h_262{grid-template-columns:1fr}._formActions_oz80h_268{flex-direction:column-reverse}}
