:root{--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg:#f4f6f9;--surface:#fff;--surface-2:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--primary:#2563eb;--primary-ink:#fff;--login-accent:#635bff;--login-accent-hover:#4f46e5;--danger:#dc2626;--ring:#2563eb59;--shadow:0 10px 30px #0f172a1f;--radius:14px;--offhours:#0f172a0f;--card-glass:#ffffffd1;--card-glass-border:#fff9}@media (prefers-color-scheme:dark){:root{--bg:#0b1220;--surface:#111a2b;--surface-2:#0e1626;--border:#1f2c43;--text:#e6edf6;--text-muted:#94a3b8;--primary:#3b82f6;--primary-ink:#fff;--login-accent:#6d66ff;--login-accent-hover:#8b85ff;--ring:#3b82f666;--shadow:0 12px 36px #00000080;--offhours:#00000047;--card-glass:#111a2bb8;--card-glass-border:#ffffff1a}}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}.mbsc-font{font-family:var(--font-sans)!important}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-screen{--surface:#111a2b;--surface-2:#0e1626;--border:#1f2c43;--text:#e6edf6;--text-muted:#94a3b8;--card-glass:#111a2bb8;--card-glass-border:#ffffff1a;--shadow:0 12px 36px #00000080;color:var(--text);isolation:isolate;background:linear-gradient(180deg, #0b122061 0%, #0b12209e 100%), url(/login-bg.png) center / cover no-repeat, var(--bg);place-items:center;min-height:100dvh;padding:24px;display:grid;position:relative}.auth-card{background:var(--card-glass);-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border:1px solid var(--card-glass-border);width:100%;max-width:400px;box-shadow:var(--shadow);border-radius:20px;padding:32px 28px}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.auth-card{background:var(--surface);border-color:var(--border)}}.auth-logo{background:var(--primary);width:96px;height:96px;color:var(--primary-ink);box-shadow:0 12px 28px #02081747, 0 0 0 1px var(--card-glass-border);border-radius:22px;place-items:center;margin:0 auto 18px;font-size:32px;font-weight:700;display:grid}.auth-logo-img{object-fit:contain;width:96px;height:96px;box-shadow:0 12px 28px #02081747, 0 0 0 1px var(--card-glass-border);background:#fff;border-radius:22px;margin:0 auto 18px;padding:8px;display:block}.auth-title{text-align:center;margin:0 0 6px;font-size:22px}.auth-product{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin:0 0 10px;font-size:11px;font-weight:600}.auth-sub{text-align:center;color:var(--text-muted);margin:0 0 24px;font-size:14px}.auth-form{gap:16px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--text-muted);font-size:13px;font-weight:600}.field-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.auth-forgot{color:var(--login-accent);font-size:13px;font-weight:600;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.input-wrap{align-items:center;display:flex;position:relative}.input-wrap input{border:1px solid var(--border);background:var(--surface-2);width:100%;min-height:46px;color:var(--text);border-radius:12px;padding:10px 64px 10px 14px;font-size:16px}.input-wrap input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--ring);outline:none}.toggle-pw{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-height:44px;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex;position:absolute;right:8px}.toggle-pw:hover{color:var(--text)}.toggle-pw svg{display:block}.btn-primary{background:var(--primary);min-height:48px;color:var(--primary-ink);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600;display:inline-flex}.btn-primary:disabled{opacity:.7;cursor:progress}.auth-card .btn-primary{background:var(--login-accent);transition:background-color .15s,box-shadow .15s,transform 50ms;box-shadow:0 10px 30px -6px #635bff8c}.auth-card .btn-primary:hover:not(:disabled){background:var(--login-accent-hover);box-shadow:0 14px 38px -6px #635bffb3}.auth-card .btn-primary:active:not(:disabled){transform:translateY(1px)}.auth-card .btn-primary:focus-visible{outline:none;box-shadow:0 0 0 4px #635bff59}.alert{border-radius:10px;padding:10px 12px;font-size:14px}.alert-error{color:var(--danger);background:#dc26261f;border:1px solid #dc26264d}.spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-foot{text-align:center;color:var(--text-muted);margin-top:18px;font-size:12px}.app-foot-link{color:var(--text);font-weight:600;text-decoration:none}.app-foot-link:hover{text-decoration:underline}.chrome{flex-direction:column;min-height:100dvh;display:flex}.chrome-top{background:var(--surface);border-bottom:1px solid var(--border);z-index:20;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex;position:sticky;top:0}.chrome-brand{align-items:center;gap:10px;font-weight:700;display:flex}.chrome-nav{border:1px solid var(--border);background:var(--surface-2);border-radius:999px;align-items:center;gap:4px;margin-right:auto;padding:4px;display:inline-flex}.chrome-nav-link{min-height:32px;color:var(--text-muted);border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.chrome-nav-link:hover{color:var(--text);text-decoration:none}.chrome-nav-link.is-active{background:var(--primary);color:var(--primary-ink)}.chrome-nav-link:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.chrome-badge{background:var(--primary);width:30px;height:30px;color:var(--primary-ink);border-radius:9px;flex-shrink:0;place-items:center;font-size:14px;display:grid;overflow:hidden}.chrome-badge-logo{background:var(--surface);border:1px solid var(--border)}.chrome-badge-logo img{object-fit:contain;width:100%;height:100%}.chrome-user{color:var(--text-muted);align-items:center;gap:10px;font-size:13px;display:flex}.chrome-avatar{background:var(--surface-2);border:1px solid var(--border);width:34px;height:34px;color:var(--text);border-radius:50%;place-items:center;font-weight:600;display:grid}.chrome-main{flex-direction:column;flex:1;min-height:0;display:flex}.btn-ghost{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:10px;min-height:38px;padding:0 12px;font-size:13px;font-weight:600}.board{flex-direction:column;flex:1;min-height:0;display:flex}.board-toolbar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:nowrap;align-items:center;gap:10px;padding:12px 16px;display:flex;overflow-x:auto}.board-toolbar>*{flex:none}.board-toolbar-end{align-items:center;gap:10px;margin-left:auto;display:inline-flex}.seg{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;display:inline-flex;overflow:hidden}.seg-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;min-height:38px;padding:0 14px;font-size:13px;font-weight:600}.seg-btn:not(:last-child){border-right:1px solid var(--border)}.seg-btn.is-active{background:var(--primary);color:var(--primary-ink)}.seg-btn:disabled{opacity:.45;cursor:not-allowed}.board-select,.board-search{border:1px solid var(--border);background:var(--surface-2);min-height:38px;color:var(--text);border-radius:10px;padding:0 12px;font-size:14px}.board-search{min-width:140px;max-width:220px}.board-select:focus,.board-search:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring);outline:none}.board-check{color:var(--text-muted);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:inline-flex}.board-check input{width:16px;height:16px}.board-loading{color:var(--text-muted);white-space:nowrap;opacity:0;align-items:center;gap:7px;font-size:13px;font-weight:600;transition:opacity .15s;display:inline-flex}.board-loading.is-visible{opacity:1}.board-loading-dot{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:13px;height:13px;animation:.7s linear infinite spin}.board-deptbar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:10px 16px;display:flex}.dept-chip{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;min-height:34px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.dept-chip:hover{border-color:var(--primary)}.dept-chip.is-active{background:var(--primary);border-color:var(--primary);color:var(--primary-ink)}.dept-chip:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.people-rail-toggle{border:none;border-right:1px solid var(--border);background:var(--surface-2);width:40px;min-height:72px;color:var(--text-muted);cursor:pointer;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:6px;padding:10px 0;transition:background .12s,color .12s;display:flex}.people-rail-toggle:hover{background:var(--surface);color:var(--text)}.people-rail-toggle.is-open{background:var(--surface);color:var(--primary);box-shadow:inset 3px 0 0 var(--primary)}.people-rail-count{background:var(--primary);min-width:18px;height:18px;color:var(--primary-ink);border-radius:999px;place-items:center;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-grid}.board-main{flex-direction:row;flex:1;min-height:0;display:flex;overflow:visible}.board-main.has-people-rail .board-cal{flex:1;min-width:0}.board-people-rail{background:var(--surface);border-right:1px solid var(--border);flex-direction:row;flex:none;align-items:stretch;min-height:0;display:flex}.board-people{background:var(--surface);flex-direction:column;flex:none;width:168px;min-height:0;display:flex;overflow:hidden}.people-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.people-head-title{color:var(--text);font-size:14px;font-weight:700}.people-group-action{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:12px;font-weight:600}.people-empty{color:var(--text-muted);margin:0;padding:16px 12px;font-size:13px}.people-scroll{flex:1;min-height:0;overflow-y:auto}.people-group{padding:8px 0 4px}.people-group-head{justify-content:space-between;align-items:center;padding:0 12px 6px;display:flex}.people-group-title{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);font-size:12px;font-weight:700}.people-grid{flex-wrap:wrap;gap:8px;padding:10px 12px;display:flex}.people-chip{cursor:pointer;background:0 0;border:none;border-radius:50%;width:40px;height:40px;padding:0;line-height:0;position:relative}.people-chip .resource-avatar{opacity:.4;filter:grayscale(.4);width:40px;height:40px;transition:opacity .12s,box-shadow .12s}.people-chip.is-on .resource-avatar{opacity:1;filter:none;box-shadow:0 0 0 2px var(--primary)}.people-chip:focus-visible{outline:none}.people-chip:focus-visible .resource-avatar{box-shadow:0 0 0 2px var(--ring)}.people-chip-check{background:var(--primary);width:16px;height:16px;color:var(--primary-ink);border:2px solid var(--surface);border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:grid;position:absolute;bottom:-2px;right:-2px}.board-cal{flex:1;min-width:0;min-height:480px;position:relative;overflow:visible}.board-cal .scheduler-cal .mbsc-timeline-header,.board-cal .scheduler-cal .mbsc-timeline-header-bg{background:var(--surface)!important}.board-cal .scheduler-cal .mbsc-timeline-header-sticky{background:0 0!important}.board-cal .scheduler-cal{height:100%}.board-cal .scheduler-cal .mbsc-timeline-resources.mbsc-ltr,.board-cal .scheduler-cal .mbsc-timeline-resources.mbsc-rtl{box-shadow:6px 0 10px -6px var(--surface);z-index:7!important;background:var(--surface)!important}.board-cal .scheduler-cal .mbsc-timeline-resource-header-cont{z-index:8!important;background:var(--surface)!important}.board-cal .scheduler-cal .mbsc-timeline-resource.mbsc-timeline-parent{z-index:1;position:relative;background:var(--surface)!important}.board-cal .scheduler-cal .mbsc-timeline-resource-col{width:232px!important;min-width:232px!important;max-width:232px!important}.board-cal .scheduler-cal .mbsc-timeline-resource{background:var(--surface)!important}.board-cal .scheduler-cal .cell-offhours{background:var(--offhours)!important}.board-cal .scheduler-cal .mbsc-calendar-controls{width:100%;justify-content:flex-start!important}.cal-header-nav{flex:none;align-items:center;gap:2px;padding:2px 8px 2px 0;display:flex}.cal-header-nav .mbsc-calendar-button.mbsc-button{border-radius:8px;min-width:2rem;height:2rem;padding:0 8px;font-size:13px;font-weight:600}.cal-header-nav .cal-nav-arrow .mbsc-button-txt{place-items:center;min-width:1.25rem;font-size:22px;font-weight:700;line-height:1;display:grid}.cal-header-nav .cal-nav-arrow[aria-label=Previous\ page] .mbsc-button-txt:before{content:"‹"}.cal-header-nav .cal-nav-arrow[aria-label=Next\ page] .mbsc-button-txt:before{content:"›"}.cal-header-nav .cal-nav-today.mbsc-calendar-button-today{min-width:3.5rem}.cal-header-nav .cal-nav-title.mbsc-calendar-button{min-width:auto;margin-left:6px;padding:0 10px;font-size:14px;font-weight:700}@media (prefers-color-scheme:dark){.board-cal .cal-header-nav .mbsc-calendar-button.mbsc-button,.board-cal .cal-header-nav .mbsc-button-txt,.board-cal .mbsc-popup .mbsc-calendar-button.mbsc-button,.board-cal .mbsc-popup .mbsc-button-txt{color:var(--text)}}.board-cal .mbsc-popup-wrapper,.board-cal .mbsc-popup,.board-cal .mbsc-popup .mbsc-popup-body,.board-cal .mbsc-popup .mbsc-popup-content,.board-cal .mbsc-select-scroller,.board-cal .mbsc-calendar-picker,.board-cal .mbsc-calendar-picker-wrapper,.board-cal .mbsc-calendar-picker-main,.board-cal .mbsc-calendar-slide.mbsc-calendar-picker{background:var(--surface)!important;opacity:1!important}.board-cal .mbsc-popup{box-shadow:var(--shadow);border:1px solid var(--border);z-index:100!important}.board-cal .mbsc-popup-wrapper{z-index:100!important}.board-cal .mbsc-calendar-picker-in-up,.board-cal .mbsc-calendar-picker-in-down{opacity:1!important;animation:none!important}.board-cal .scheduler-cal.view-month .mbsc-timeline-column,.board-cal .scheduler-cal.view-month .mbsc-timeline-header-column{width:6.25rem!important;min-width:6.25rem!important}.board-cal .scheduler-cal.view-agenda .mbsc-event-list-scroll{padding:8px 0 16px}.board-cal .scheduler-cal.view-agenda .mbsc-event-day.mbsc-list-header{background:var(--surface-2);border-bottom:1px solid var(--border);color:var(--text);padding:10px 16px;font-size:13px;font-weight:700}.board-cal .scheduler-cal.view-agenda .mbsc-event{border:1px solid var(--border);background:var(--surface);box-shadow:none;border-radius:10px;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;margin:0 12px 8px!important;padding:10px 12px!important;display:flex!important}.board-cal .scheduler-cal.view-agenda .mbsc-event-time{display:none!important}.board-cal .scheduler-cal.view-agenda .mbsc-event-content{flex:auto;min-width:0}.board-cal .scheduler-cal.view-agenda .mbsc-event-text{white-space:normal;font-size:14px;font-weight:600}.agenda-event{align-items:flex-start;gap:10px;min-width:0;display:flex}.agenda-event-avatar{border:2px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid;overflow:hidden}.agenda-event-avatar img{object-fit:cover;width:100%;height:100%}.agenda-event-body{flex-direction:column;gap:3px;min-width:0;display:flex}.agenda-event-title{color:var(--text);font-size:14px;font-weight:700;line-height:1.3}.agenda-event-meta,.agenda-event-address{color:var(--text-muted);font-size:12px;font-weight:500;line-height:1.35}.resource-group-name{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);padding:4px 0;font-size:12px;font-weight:700}.resource-cell{align-items:center;gap:10px;min-width:0;padding:2px 0;display:flex}.resource-avatar{object-fit:cover;border:1px solid var(--border);background:var(--surface-2);border-radius:50%;flex:none;width:34px;height:34px}.resource-avatar-fallback{color:var(--text);place-items:center;font-size:12px;font-weight:700;display:grid}.resource-avatar-company{color:#d97706;background:#d977061f;border-color:#d9770666;place-items:center;display:grid}.resource-meta{flex-direction:column;gap:1px;min-width:0;display:flex}.resource-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.resource-title{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.board-skeleton{background:linear-gradient(90deg, var(--surface-2), var(--surface), var(--surface-2));background-size:200% 100%;border-radius:12px;animation:1.2s linear infinite shimmer;position:absolute;inset:12px}@keyframes shimmer{to{background-position:-200% 0}}.evt-cancelled{text-decoration:line-through;opacity:.55!important}.evt-company{border:1px dashed #fff9!important}.board-toast{background:var(--text);color:var(--bg);box-shadow:var(--shadow);z-index:60;border-radius:12px;max-width:90vw;padding:12px 18px;font-size:14px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.sheet-backdrop{z-index:50;background:#0f172a73;justify-content:flex-end;display:flex;position:fixed;inset:0}.confirm-backdrop{z-index:70;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.confirm-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(420px,100%);box-shadow:var(--shadow);padding:20px}.confirm-title{margin:0 0 4px;font-size:18px}.confirm-event{color:var(--text);margin:0 0 14px;font-size:15px;font-weight:600}.confirm-grid{grid-template-columns:92px 1fr;gap:8px 12px;margin:0 0 14px;font-size:14px;display:grid}.confirm-grid dt{color:var(--text-muted)}.confirm-grid dd{margin:0}.confirm-from{color:var(--text-muted)}.confirm-note{color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:10px;margin:0 0 16px;padding:8px 10px;font-size:13px}.confirm-actions{gap:10px;display:flex}.confirm-actions .btn-ghost,.confirm-actions .btn-primary{flex:1;min-height:44px}.sheet{background:var(--surface);border-left:1px solid var(--border);width:min(420px,100vw);height:100%;box-shadow:var(--shadow);padding:20px;animation:.18s ease-out slideIn;overflow-y:auto}@keyframes slideIn{0%{opacity:.6;transform:translate(20px)}}.sheet-head{align-items:center;gap:10px;margin-bottom:18px;display:flex}.sheet-type-dot{border-radius:50%;flex:none;width:14px;height:14px}.sheet-title{flex:1;margin:0;font-size:18px}.sheet-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;width:44px;height:44px;font-size:26px;line-height:1}.sheet-grid{grid-template-columns:96px 1fr;gap:10px 14px;margin:0;display:grid}.sheet-grid dt{color:var(--text-muted);font-size:13px;font-weight:600}.sheet-grid dd{margin:0;font-size:14px}.sheet-chip{border:1px solid;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-block}.sheet-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.sheet-link{color:var(--primary);border-radius:4px;text-decoration:none}.sheet-link:hover{text-decoration:underline}.sheet-link:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.sheet-record{flex-direction:column;gap:6px;display:flex}.sheet-record-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:600}.sheet-record-line{grid-template-columns:72px 1fr;gap:8px;font-size:13px;display:grid}.sheet-record-term{color:var(--text-muted);font-weight:600}.sheet-record-value{min-width:0}.sheet-cancelled{color:var(--danger);font-weight:600}.sheet-actions{margin-top:24px}.btn-danger{width:100%;min-height:44px;color:var(--danger);cursor:pointer;background:#dc26261a;border:1px solid #dc262666;border-radius:12px;font-size:15px;font-weight:600}.btn-danger:disabled{opacity:.6;cursor:progress}.sheet-form .sheet-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.sheet-form .sheet-field label{color:var(--text-muted);font-size:13px;font-weight:600}.sheet-input{width:100%}.sheet-form .board-search{max-width:none}.sheet-hint{color:var(--text-muted);margin:-6px 0 14px;font-size:13px;line-height:1.45}.sheet-error{color:var(--danger);background:#dc26261a;border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:14px}.sheet-check{cursor:pointer;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;display:flex}.sheet-check input{width:auto;min-height:44px}.sheet-time-block{margin-bottom:14px}.sheet-chip-group{margin-bottom:12px}.sheet-chip-label{color:var(--text-muted);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.sheet-chip-row{flex-wrap:wrap;gap:8px;display:flex}.sheet-form .sheet-chip{border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.sheet-form .sheet-chip.is-active{background:var(--primary);border-color:var(--primary);color:var(--primary-ink)}.sheet-time-row{align-items:center;gap:8px;display:flex}.sheet-time-row .sheet-input{flex:1;min-width:0}.sheet-time-dash{color:var(--text-muted);font-size:13px}.sheet-time-summary{color:var(--text-muted);margin:8px 0 0;font-size:13px}.sheet-time-summary.is-error{color:var(--danger)}.sheet-date-row{gap:12px;display:flex}.sheet-date-row .sheet-field{flex:1;min-width:0}.sheet-grid-cont:not(:empty){margin-top:12px}.loc-field,.loc-input-wrap{position:relative}.loc-spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:14px;height:14px;margin-top:-7px;animation:.7s linear infinite spin;position:absolute;top:50%;right:12px}.loc-suggestions{z-index:30;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;max-height:240px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.loc-suggestion{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:9px 10px;font-size:14px;line-height:1.35;display:block}.loc-suggestion:hover,.loc-suggestion:focus-visible{background:var(--surface-2);outline:none}.loc-map{border:1px solid var(--border);border-radius:10px;width:100%;height:auto;margin-top:10px;display:block}.loc-map-interactive{height:220px;overflow:hidden}.loc-map-interactive .mapboxgl-ctrl-top-right{top:8px;right:8px}.map-page{flex-direction:column;flex:1;min-height:0;display:flex}.map-section{background:var(--surface);border-top:1px solid var(--border);flex-direction:column;gap:12px;padding:14px 16px 16px;display:flex}.map-page .map-section{border-top:none;flex:1;min-width:0;min-height:0}.map-section-head{justify-content:flex-end;align-items:center;gap:12px;display:flex}.map-section-count{border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);white-space:nowrap;border-radius:999px;flex:none;padding:5px 10px;font-size:12px;font-weight:700}.map-days{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.map-day-chip{border:1px solid var(--border);background:var(--surface-2);min-height:38px;color:var(--text);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.map-day-chip span{font-size:13px;font-weight:600}.map-day-chip strong{background:var(--surface);min-width:22px;height:22px;color:var(--text-muted);border-radius:999px;place-items:center;font-size:12px;display:inline-grid}.map-day-chip.is-active{background:var(--primary);border-color:var(--primary);color:var(--primary-ink)}.map-day-chip.is-active strong{background:var(--primary-ink);color:var(--primary)}.map-layout{grid-template-columns:1fr;gap:12px;min-height:280px;display:grid}.map-page .map-layout{flex:1;min-height:0}.map-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);min-height:280px;position:relative;overflow:hidden}.map-page .map-panel{min-height:420px}.map-canvas{position:absolute;inset:0}.map-panel .map-canvas.mapboxgl-map{width:100%;height:100%;position:absolute;inset:0}.map-panel .mapboxgl-canvas-container,.map-panel .mapboxgl-canvas{width:100%!important;height:100%!important}.map-controls{z-index:3;flex-wrap:wrap;gap:6px;display:flex;position:absolute;top:10px;left:10px}.map-control-seg{background:color-mix(in srgb, var(--surface) 90%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;gap:2px;padding:2px;display:inline-flex;box-shadow:0 4px 14px #0f172a2e}.map-control-btn{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 90%, transparent);min-height:32px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #0f172a2e}.map-control-seg .map-control-btn{box-shadow:none;background:0 0;border-color:#0000}.map-control-btn:hover{border-color:var(--primary)}.map-control-btn.is-active{background:var(--primary);border-color:var(--primary);color:var(--primary-ink)}.map-control-btn:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.map-weather-panel{z-index:3;flex-direction:column;gap:8px;width:244px;max-height:calc(100% - 76px);display:flex;position:absolute;top:56px;left:10px;overflow-y:auto}.map-weather-head{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;padding:0 2px;font-size:12px;font-weight:800;display:flex}.map-weather-radar-tag{letter-spacing:.02em;color:var(--text-muted);background:color-mix(in srgb, var(--surface) 92%, transparent);border:1px solid var(--border);text-transform:none;border-radius:999px;align-items:center;gap:5px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.map-weather-radar-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.6s ease-out infinite map-radar-pulse;box-shadow:0 0 #22c55e80}@keyframes map-radar-pulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.wx-card{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px;padding:10px 12px;box-shadow:0 4px 14px #0f172a2e}.wx-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.wx-card-addr{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.wx-card-now{align-items:center;gap:8px;margin-top:6px;display:flex}.wx-icon{font-size:24px;line-height:1}.wx-temp{color:var(--text);font-size:24px;font-weight:800}.wx-card-meta{color:var(--text-muted);margin-top:4px;font-size:12px;line-height:1.4}.wx-card-state{color:var(--text-muted);margin-top:6px;font-size:12px}.map-empty{color:var(--text-muted);background:color-mix(in srgb, var(--surface) 82%, transparent);text-align:center;z-index:2;place-items:center;padding:18px;font-size:14px;line-height:1.4;display:grid;position:absolute;inset:0}.map-empty code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}.map-marker{--map-pin-color:var(--primary);border:3px solid var(--map-pin-color);background:var(--surface);cursor:pointer;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;display:grid;overflow:hidden;box-shadow:0 8px 18px #0f172a40}.map-marker:hover,.map-marker:focus-visible{box-shadow:0 0 0 4px var(--ring), 0 8px 18px #0f172a40;outline:none}.map-marker img,.map-marker span{border-radius:50%;width:34px;height:34px}.map-marker img{object-fit:cover}.map-marker span{background:var(--surface-2);color:var(--text);place-items:center;font-size:12px;font-weight:800;display:grid}.sheet-form-actions{gap:10px;margin-top:8px;display:flex}.sheet-form-actions .btn-ghost,.sheet-form-actions .btn-primary{flex:1}.board-new-event{white-space:nowrap;border-radius:10px;min-height:38px;padding:0 16px;font-size:13px;box-shadow:0 1px 2px #0f172a1f}.board-new-event:hover{filter:brightness(1.05)}.board-new-event-plus{margin-right:-2px;font-size:17px;font-weight:700;line-height:0}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important}}
