.header-tracking-icon{display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.header-tracking-icon.live{color:var(--color-success);animation:header-tracking-pulse 1.8s ease-in-out infinite}@keyframes header-tracking-pulse{0%,to{opacity:1}50%{opacity:.4}}@media(prefers-reduced-motion:reduce){.header-tracking-icon.live{animation:none}}.bnav{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:flex-end;justify-content:space-around;padding:9px 8px calc(12px + env(safe-area-inset-bottom));background:color-mix(in oklch,var(--paper) 88%,transparent);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-top:1px solid var(--line-soft)}.bnav .ni{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;border:none;background:none;cursor:pointer;font-family:var(--font-sans);font-size:10.5px;font-weight:700;color:var(--ink-faint);padding:2px 0;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .15s}.bnav .ni-icon{display:flex;align-items:center;justify-content:center}.bnav .ni-icon svg{width:23px;height:23px}.bnav .ni.on{color:var(--sea)}.bnav .ni-label{letter-spacing:.01em;line-height:1}.bnav .ni.log{position:relative;top:-2px;color:var(--sand-deep)}.bnav .ni.log .fab{width:50px;height:50px;border-radius:17px;background:linear-gradient(180deg,var(--sand),var(--sand-deep));display:flex;align-items:center;justify-content:center;color:#3e2104;box-shadow:0 6px 16px #d18e3573;margin-bottom:2px;transition:transform .08s}.bnav .ni.log:active .fab{transform:scale(.94)}.bnav .ni.log .fab svg{width:26px;height:26px}@media(min-width:769px){.bnav{display:none}}.log-activity-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#05182773;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:log-activity-sheet-fade-in .15s ease-out}.log-activity-sheet{background:var(--paper);color:var(--ink);width:100%;max-width:540px;max-height:88%;min-height:0;border-radius:26px 26px 0 0;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:log-activity-sheet-slide-up .3s cubic-bezier(.32,.72,0,1)}.log-activity-sheet-grab{display:flex;justify-content:center;padding:10px 0 2px;flex-shrink:0}.log-activity-sheet-grab span{width:38px;height:5px;border-radius:99px;background:var(--line)}@media(min-width:768px){.log-activity-sheet-grab{display:none}}@media(min-width:768px){.log-activity-sheet-backdrop{align-items:center;padding:24px}.log-activity-sheet{border-radius:12px;max-height:80%;animation:log-activity-sheet-pop-in .18s ease-out}}.log-activity-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--color-border)}.log-activity-sheet-title{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:700;letter-spacing:-.015em}.log-activity-sheet-close{background:none;border:none;color:var(--color-text-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:4px 10px;margin:-4px -8px -4px 0;border-radius:var(--radius-sm)}.log-activity-sheet-close:hover{color:var(--color-text);background:var(--color-surface-hover)}.log-activity-sheet-body{padding:16px;overflow-y:auto}@keyframes log-activity-sheet-fade-in{0%{background:#0000}to{background:#00000080}}@keyframes log-activity-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes log-activity-sheet-pop-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.log-activity-picker{display:flex;flex-direction:column;gap:10px}.log-activity-section{display:flex;flex-direction:column;gap:6px}.log-activity-section-label{margin:0;font-family:var(--font-mono);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-faint)}.log-activity-suggestions{display:flex;flex-direction:column;gap:6px}.log-activity-suggestion{display:flex;align-items:center;gap:11px;text-align:left;padding:10px 13px;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--r);font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .12s,background .12s}.log-activity-suggestion:hover:not(:disabled){background:var(--surface-2);border-color:color-mix(in oklch,var(--sea) 30%,transparent)}.log-activity-suggestion-emoji{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:17px;border-radius:9px;background:var(--paper);border:1px solid var(--line)}.log-activity-suggestion-name{flex:1;min-width:0}.nearby-block{display:flex;flex-direction:column;gap:8px}.nearby-block-label{margin:0;font-family:var(--font-mono);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-faint)}.nearby-strip{display:flex;gap:9px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.nearby-strip::-webkit-scrollbar{display:none}.nearby-card{flex-shrink:0;width:124px;display:flex;flex-direction:column;gap:7px;padding:12px;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;font-family:inherit;transition:border-color .12s,transform .08s}.nearby-card:hover:not(:disabled){border-color:color-mix(in oklch,var(--sea) 35%,transparent)}.nearby-card:active:not(:disabled){transform:scale(.97)}.nearby-card:disabled{opacity:.5;cursor:not-allowed}.nearby-card-emoji{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:16px;border-radius:9px;background:var(--paper);border:1px solid var(--line)}.nearby-card-name{font-size:13px;font-weight:700;line-height:1.2;color:var(--ink)}.nearby-card-dist{font-family:var(--font-mono);font-size:10px;color:var(--ink-faint)}.log-activity-suggestion:disabled{opacity:.5;cursor:not-allowed}.log-activity-link{align-self:flex-start;font-size:.95rem;padding:4px 0;color:var(--color-primary);text-decoration:none;background:none;border:none;font-family:inherit;cursor:pointer}.log-activity-link:hover:not(:disabled){text-decoration:underline}.log-activity-link:disabled{opacity:.5;cursor:not-allowed}.log-activity-nearby{display:flex;flex-direction:column;gap:6px}.log-activity-nearby-label{margin:0;font-family:var(--font-mono);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-faint)}.log-activity-suggestion-nearby{display:flex;align-items:center;justify-content:space-between;gap:10px}.log-activity-nearby-dist{flex-shrink:0;font-family:var(--font-mono);font-size:.8rem;color:var(--ink-faint)}.log-activity-quick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.log-activity-quick-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 6px;min-height:64px;text-align:center;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--r);font-family:inherit;cursor:pointer;transition:transform .08s,border-color .12s,background .12s}.log-activity-quick-btn:hover:not(:disabled){background:var(--surface-2);border-color:color-mix(in oklch,var(--sea) 35%,transparent)}.log-activity-quick-btn:active:not(:disabled){transform:scale(.96)}.log-activity-quick-btn:disabled{opacity:.5;cursor:not-allowed}.log-activity-quick-icon{font-size:1.5rem;line-height:1}.log-activity-quick-label{font-size:.78rem;font-weight:700;line-height:1.15;color:var(--ink-soft);word-break:break-word}.nearby-card-emoji img,.log-activity-suggestion-emoji img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.log-activity-quick-img{width:36px;height:36px;object-fit:cover;border-radius:9px}.log-activity-context{display:flex;flex-direction:column}.log-activity-context-line{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 12px;text-align:left;background:var(--surface);color:var(--ink-soft);border:1px solid var(--line);border-radius:var(--r);font-family:inherit;font-size:.85rem;line-height:1.3;cursor:pointer;transition:border-color .12s,background .12s}.log-activity-context-line:hover:not(:disabled){background:var(--surface-2);border-color:color-mix(in oklch,var(--sea) 30%,transparent)}.log-activity-context-line:disabled{cursor:default}.log-activity-context-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-activity-context-text strong{color:var(--ink);font-weight:700}.log-activity-context-key{color:var(--ink-faint)}.log-activity-context-change{flex-shrink:0;font-family:var(--font-mono);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary)}.log-activity-context-editor{display:flex;flex-direction:column;gap:8px;padding:10px 12px 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r)}.log-activity-context-field{display:flex;flex-direction:column;gap:4px}.log-activity-context-done{align-self:flex-end}.log-activity-search{position:relative;display:flex;align-items:center}.log-activity-search-icon{position:absolute;left:12px;font-size:.9rem;pointer-events:none;opacity:.7}.log-activity-search .log-activity-search-input{width:100%;padding-left:36px;padding-right:36px;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.log-activity-search-input::-webkit-search-cancel-button{display:none}.log-activity-search-clear{position:absolute;right:4px;width:32px;height:32px;border:none;background:none;color:var(--ink-faint);font-size:1.3rem;line-height:1;cursor:pointer;border-radius:50%}.log-activity-search-clear:hover{color:var(--ink);background:var(--surface-2)}.log-activity-search-empty{margin:0;padding:6px 2px;font-size:.9rem}.log-activity-results{display:flex;flex-direction:column;gap:4px}.log-activity-results-retired-label{padding:8px 2px 2px}.log-activity-result{display:flex;align-items:center;gap:11px;width:100%;padding:8px 10px;text-align:left;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--r);font-family:inherit;cursor:pointer;transition:border-color .12s,background .12s}.log-activity-result:hover:not(:disabled){background:var(--surface-2);border-color:color-mix(in oklch,var(--sea) 30%,transparent)}.log-activity-result:disabled{opacity:.5;cursor:not-allowed}.log-activity-result-retired{opacity:.7}.log-activity-result-icon{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:17px;border-radius:9px;background:var(--paper);border:1px solid var(--line);overflow:hidden}.log-activity-result-icon img{width:100%;height:100%;object-fit:cover}.log-activity-result-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.log-activity-result-name{font-size:.95rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-activity-result-meta{font-size:.75rem;color:var(--ink-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-activity-result-chevron{flex-shrink:0;font-size:1.3rem;line-height:1;color:var(--ink-faint)}.log-activity-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:4px}.log-activity-custom-cta{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--surface);color:var(--ink);border:1px dashed var(--line);border-radius:var(--r);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .12s,background .12s}.log-activity-custom-cta:hover:not(:disabled){background:var(--surface-2);border-color:color-mix(in oklch,var(--sea) 40%,transparent)}.log-activity-custom-cta:disabled{opacity:.5;cursor:not-allowed}.log-activity-results+.log-activity-custom-cta,.log-activity-search-empty+.log-activity-custom-cta{justify-content:center;width:100%}.log-activity-flow-header{display:flex;align-items:center;gap:10px;min-height:32px}.log-activity-flow-back{padding:4px 8px 4px 4px;background:none;border:none;color:var(--color-primary);font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;border-radius:var(--radius-sm)}.log-activity-flow-back:hover:not(:disabled){background:var(--surface-2)}.log-activity-flow-title{margin:0;font-family:var(--font-display);font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.log-activity-custom-form{display:flex;flex-direction:column;gap:8px}.log-activity-type-chip{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:99px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.log-activity-type-chip:hover:not(:disabled){border-color:color-mix(in oklch,var(--sea) 40%,transparent)}.log-activity-type-chip-change{font-family:var(--font-mono);font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary);margin-left:2px}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.current-trip-card{display:flex;flex-direction:column;gap:.9rem}.nowpass{position:relative;border-radius:var(--r-lg);overflow:hidden;color:#fff;background:linear-gradient(150deg,var(--sea-deep),var(--lagoon-deep));box-shadow:var(--shadow-md)}.current-trip-card-focused .nowpass{box-shadow:var(--shadow-md),0 0 0 2px var(--lagoon-wash)}.nowpass .np-tap{display:block;text-decoration:none;color:inherit}.np-body{padding:17px 18px 15px}.np-eyebrow{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;opacity:.85;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-right:66px;min-height:22px}.nowpass h2{font-family:var(--font-display);font-weight:700;font-size:25px;letter-spacing:-.015em;margin:7px 0 0;line-height:1.04}.np-sub{font-size:13px;opacity:.85;margin-top:4px}.np-party{display:flex;margin-top:13px}.np-av{width:28px;height:28px;border-radius:50%;border:2px solid var(--sea-deep);background:var(--sea);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;color:#fff;overflow:hidden}.np-av+.np-av{margin-left:-8px}.np-av img{width:100%;height:100%;object-fit:cover}.np-perf{display:flex;border-top:1px solid rgba(255,255,255,.16);background:#0000001f}.np-perf .p{flex:1;padding:11px 15px;border-right:1px solid rgba(255,255,255,.14)}.np-perf .p:last-child{border-right:0}.np-perf .k{font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;opacity:.72;font-weight:600}.np-perf .v{font-family:var(--font-mono);font-size:17px;font-weight:700;margin-top:3px}.np-actions{position:absolute;top:12px;right:12px;display:flex;gap:6px}.np-act{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:#ffffff42;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;font-size:17px;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000038;transition:background .12s,border-color .12s;-webkit-tap-highlight-color:transparent}.np-act:hover{background:#ffffff5c;border-color:#ffffffb3}.np-act.on{color:var(--sand);border-color:#ffffff80}.ctc-header{display:flex;align-items:flex-start;gap:.75rem}.ctc-title{flex:1;min-width:0;text-decoration:none;color:var(--color-text)}.ctc-title h2{font-size:1.2rem;margin-bottom:.2rem}.ctc-title:hover h2{color:var(--color-primary)}.ctc-subtitle{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .6rem;font-size:.85rem;line-height:1.3;color:var(--color-text-muted)}.ctc-status{display:inline-block;padding:.1rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700}.ctc-status-now{background:var(--color-success-bg);color:var(--color-success)}.ctc-status-upcoming{background:var(--color-primary-light);color:var(--color-primary)}.ctc-status-past{background:var(--color-surface);color:var(--color-text-muted)}.ctc-header-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.ctc-focus-btn{background:none;border:none;cursor:pointer;font-size:1.3rem;line-height:1;color:var(--color-text-muted);padding:.1rem .15rem}.ctc-focus-btn-on{color:var(--color-warning)}.ctc-add-btn{width:2rem;height:2rem;font-size:1.15rem}.ctc-party{margin-top:-.15rem}.ctc-segment{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:var(--radius-sm);background:var(--color-surface);text-decoration:none;color:var(--color-text)}.ctc-segment:hover{background:var(--color-surface-hover)}.ctc-segment-icon{width:2rem;height:2rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.05rem;background:var(--color-bg);overflow:hidden;flex-shrink:0}.ctc-segment-icon img{width:100%;height:100%;object-fit:cover}.ctc-segment-text{display:flex;flex-direction:column;min-width:0}.ctc-segment-name{font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.4rem}.ctc-segment-dates{font-size:.8rem;color:var(--color-text-muted)}.ctc-section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.4rem}.ctc-empty{margin:0}.ctc-next{font-size:.85rem;color:var(--color-text-muted)}.ctc-next a{color:var(--color-primary);text-decoration:none}.ctc-next a:hover{text-decoration:underline}.ctc-nearby{margin-top:.6rem}.home-page{display:flex;flex-direction:column;gap:1.25rem}.home-greeting h1{margin-bottom:0;font-family:var(--font-display);font-weight:800;font-size:1.7rem;letter-spacing:-.02em}.home-greeting-sub{margin:2px 0 0;font-size:.85rem;color:var(--ink-faint);font-weight:500}.home-hint{font-size:.85rem;color:var(--color-text-muted)}.home-trips{display:flex;flex-direction:column;gap:1rem}.home-upcoming-card,.home-empty-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);text-decoration:none;color:var(--color-text)}.home-upcoming-card:hover{border-color:var(--color-primary)}.home-card-eyebrow{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted)}.home-empty-card h2,.home-upcoming-card h2{margin-bottom:0;font-size:1.2rem}.home-upcoming-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .6rem;font-size:.85rem;color:var(--color-text-muted)}.home-footer-actions{display:flex;gap:.5rem;flex-wrap:wrap}.live-wait-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.12rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1.4;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);white-space:nowrap;vertical-align:middle}.live-wait-chip .live-wait-meta{font-weight:400;opacity:.7;font-size:.7rem}.live-wait-chip .live-wait-showtimes{font-weight:400;opacity:.85}.live-wait-dot{width:.45rem;height:.45rem;border-radius:50%;background:currentColor;flex:none}.live-wait-chip-ok{color:var(--color-success);background:var(--color-success-bg)}.live-wait-chip-warn{color:var(--color-warning-text);background:var(--color-warning-bg)}.live-wait-chip-muted{color:var(--color-text-muted)}.live-wait-chip-loading{color:var(--color-text-muted);opacity:.8}.live-wait-chip-stale{opacity:.7;border-style:dashed}.entity-card-wait{max-width:100%;min-width:0}.entity-card-wait .live-wait-chip{white-space:normal;max-width:100%;flex-wrap:wrap}.park-hours{margin:.15rem 0 1rem}.park-hours-summary{display:inline-flex;align-items:baseline;gap:.5rem;padding:.1rem 0;background:none;border:none;font:inherit;color:var(--color-text);cursor:pointer}.park-hours-summary:disabled{cursor:default}.park-hours-summary:not(:disabled):hover .park-hours-value{text-decoration:underline;text-underline-offset:2px}.park-hours-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.park-hours-value{font-size:1rem;font-weight:600}.park-hours-value-closed{color:var(--color-text-muted);font-weight:500}.park-hours-caret{font-size:.7rem;line-height:1;color:var(--color-text-muted);transition:transform .15s ease}.park-hours-caret-open{transform:rotate(180deg)}.park-hours-list{list-style:none;margin:.45rem 0 0;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);display:grid;gap:.3rem;max-width:24rem}.park-hours-list li{display:flex;justify-content:space-between;gap:1.25rem;font-size:.85rem}.park-hours-meta{margin-top:.2rem;padding-top:.4rem;border-top:1px solid var(--color-border);font-size:.72rem;color:var(--color-text-muted)}.wiki-link-control{display:grid;gap:.5rem}.wiki-link-status{font-size:.85rem;padding:.4rem .6rem;border-radius:var(--radius-sm);background:var(--color-success-bg);border:1px solid var(--color-border);color:var(--color-text)}.wiki-link-status code{font-size:.78rem;word-break:break-all}.wiki-link-status-empty{background:var(--color-surface);color:var(--color-text-muted)}.wiki-link-results{max-height:18rem;overflow-y:auto;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.wiki-link-result{display:block;width:100%;text-align:left;padding:.4rem .6rem;background:none;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;font-size:.9rem;color:var(--color-text)}.wiki-link-result:last-child{border-bottom:none}.wiki-link-result:hover{background:var(--color-surface-hover)}.wiki-link-result-sub{display:block;font-size:.72rem;color:var(--color-text-muted);word-break:break-all}.wiki-link-group-label{padding:.3rem .6rem;margin:0;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);background:var(--color-surface)}.wiki-bulk-row{display:flex;align-items:center;gap:.5rem;padding:0 .6rem;border-bottom:1px solid var(--color-border)}.wiki-bulk-row:last-child{border-bottom:none}.wiki-bulk-row .wiki-link-result{border-bottom:none;flex:1}.wiki-link-error{color:var(--color-danger);font-size:.85rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--ink: oklch(27% .03 245);--ink-soft: oklch(44% .028 243);--ink-faint: oklch(60% .02 240);--paper: oklch(98.5% .006 220);--surface: oklch(96.6% .009 218);--surface-2: oklch(93.5% .012 218);--line: oklch(90% .013 220);--line-soft: oklch(93.5% .01 220);--sea: oklch(55% .115 232);--sea-deep: oklch(37% .082 240);--sea-wash: oklch(95% .03 232);--sea-text: oklch(37% .082 240);--lagoon: oklch(66% .12 196);--lagoon-deep: oklch(50% .1 200);--lagoon-wash: oklch(95% .035 196);--sand: oklch(75% .13 72);--sand-deep: oklch(63% .135 64);--sand-wash: oklch(95.5% .04 75);--coral: oklch(64% .16 32);--coral-wash: oklch(95% .04 32);--reef: oklch(60% .12 158);--shadow-sm: 0 1px 2px oklch(40% .05 240 / .07), 0 2px 6px oklch(40% .05 240 / .05);--shadow-md: 0 4px 14px oklch(40% .06 240 / .1), 0 1px 3px oklch(40% .05 240 / .07);--shadow-lg: 0 18px 40px oklch(38% .07 240 / .18), 0 6px 16px oklch(38% .06 240 / .1);--r-sm: 11px;--r: 16px;--r-lg: 22px;--font-sans: "Hanken Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Bricolage Grotesque", system-ui, sans-serif;--font-mono: "Space Mono", ui-monospace, "SF Mono", monospace;--color-primary: var(--sea);--color-primary-hover: var(--sea-deep);--color-primary-light: var(--sea-wash);--color-bg: var(--paper);--color-bg-elevated: var(--surface);--color-surface: var(--surface);--color-surface-hover: var(--surface-2);--color-border: var(--line);--color-text: var(--ink);--color-text-muted: var(--ink-soft);--color-text-inverse: #ffffff;--color-danger: var(--coral);--color-danger-hover: oklch(54% .17 30);--color-danger-bg: var(--coral-wash);--color-danger-border: color-mix(in oklch, var(--coral) 35%, transparent);--color-success: var(--reef);--color-warning: var(--sand-deep);--color-warning-bg: var(--sand-wash);--color-warning-text: var(--sand-deep);--color-shadow: oklch(40% .05 240 / .1);--color-shadow-lg: oklch(38% .07 240 / .18);--color-primary-shadow: color-mix(in oklch, var(--sea) 12%, transparent);--color-primary-focus: color-mix(in oklch, var(--sea) 22%, transparent);--color-success-bg: color-mix(in oklch, var(--reef) 14%, transparent);--color-success-shadow: color-mix(in oklch, var(--reef) 18%, transparent);--radius: 16px;--radius-sm: 11px;color-scheme:light}[data-theme=dark]{--ink: oklch(95% .01 220);--ink-soft: oklch(75% .02 220);--ink-faint: oklch(58% .02 225);--paper: oklch(20% .022 245);--surface: oklch(25% .025 243);--surface-2: oklch(29% .028 243);--line: oklch(33% .025 240);--line-soft: oklch(28% .02 242);--sea: oklch(68% .11 230);--sea-deep: oklch(30% .07 240);--sea-wash: oklch(33% .05 235);--sea-text: oklch(72% .11 228);--lagoon: oklch(74% .11 196);--lagoon-deep: oklch(60% .1 200);--lagoon-wash: oklch(33% .05 200);--sand: oklch(78% .12 74);--sand-deep: oklch(70% .13 68);--sand-wash: oklch(34% .05 70);--coral: oklch(70% .15 32);--coral-wash: oklch(33% .06 32);--reef: oklch(68% .11 158);--color-text-inverse: var(--paper);--color-danger-hover: oklch(78% .15 30);color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.app{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);background:var(--color-surface);position:sticky;top:0;z-index:10}.header-title{font-size:1.25rem;font-weight:700;color:var(--color-primary);text-decoration:none}.header-nav{display:flex;align-items:center;gap:1rem}.header-nav a{color:var(--color-text);text-decoration:none;font-size:.9rem;font-weight:500}.header-nav a:hover{color:var(--color-primary)}.main{flex:1;padding:1.5rem;max-width:800px;margin:0 auto;width:100%}.page h1{margin-bottom:1rem}.page>a{display:inline-block;margin-bottom:1rem;color:var(--color-text-muted);text-decoration:none;font-size:.875rem}.page>a:hover{color:var(--color-primary)}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.55rem 1.25rem;background:var(--color-primary);color:var(--color-text-inverse);border:none;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .15s,transform .08s}.btn:hover{background:var(--color-primary-hover)}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-surface-hover)}.btn-danger{background:var(--color-danger);color:var(--color-text-inverse)}.btn-danger:hover{background:var(--color-danger-hover)}.btn-small{padding:.3rem .75rem;font-size:.8rem}.btn-block{display:flex;width:100%;justify-content:center;padding-top:.7rem;padding-bottom:.7rem;font-size:.95rem}.btn-link{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:.875rem}.btn-link:hover{color:var(--color-text)}.loading{padding:2rem;text-align:center;color:var(--color-text-muted)}.text-muted{color:var(--color-text-muted);font-size:.875rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(900px 520px at 80% -10%,var(--sea-wash),transparent 60%),radial-gradient(700px 460px at -5% 5%,var(--lagoon-wash),transparent 55%),var(--paper)}.login-card{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:32px 26px 26px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-lg)}.login-mark{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(150deg,var(--sea),var(--lagoon-deep));box-shadow:var(--shadow-md)}.login-mark svg{width:32px;height:32px}.login-title{font-family:var(--font-display);font-weight:800;font-size:1.9rem;letter-spacing:-.02em;margin:0}.login-sub{color:var(--ink-soft);font-size:.92rem;line-height:1.5;margin:0;text-wrap:pretty}.login-google{margin-top:6px}.login-fineprint{font-size:.78rem;color:var(--ink-faint);margin:2px 0 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:1rem}.section-header h1,.section-header h2{margin-bottom:0}section{margin-top:2rem}section h2{font-size:1.125rem;margin-bottom:.5rem}.detail-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.detail-header h1{flex:1;min-width:0;margin-bottom:0}.detail-menu{position:relative;flex-shrink:0}.detail-menu-trigger{background:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:1.25rem;line-height:1;padding:.25rem .5rem;cursor:pointer;color:var(--color-text-muted);transition:background .15s}.detail-menu-trigger:hover{background:var(--color-surface);color:var(--color-text)}.detail-menu-dropdown{position:absolute;right:0;top:calc(100% + 4px);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 4px 12px var(--color-shadow);min-width:140px;z-index:20;display:flex;flex-direction:column;overflow:hidden}.detail-menu-dropdown button,.detail-menu-dropdown a{display:block;width:100%;padding:.5rem .875rem;background:none;border:none;text-align:left;font-size:.85rem;color:var(--color-text);cursor:pointer;text-decoration:none}.detail-menu-dropdown button:hover,.detail-menu-dropdown a:hover{background:var(--color-surface)}.detail-menu-danger{color:var(--color-danger)!important}.entity-hero-image{width:100%;max-height:240px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--color-border);margin-bottom:1rem}.detail-actions{display:flex;gap:.5rem;flex-shrink:0}.detail-date{color:var(--color-text-muted);font-size:.9rem}.detail-notes{margin-top:.75rem;padding:.75rem;background:var(--color-surface);border-radius:var(--radius);color:var(--color-text);font-size:.9rem;white-space:pre-wrap}.log-activity-cta{margin:1rem 0 1.5rem}.log-activity-cancel{display:block;width:max-content;margin:.5rem auto 0}.entity-extra{margin-top:2rem;border-top:1px solid var(--color-border);padding-top:.75rem}.entity-extra summary{cursor:pointer;color:var(--color-text-muted);font-size:.85rem;font-weight:500}.entity-extra .detail-list{margin-top:.75rem}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--color-primary-light);color:var(--color-primary);margin-top:.25rem}.status-pending{background:var(--color-warning-bg);color:var(--color-warning-text)}.trip-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.trip-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);text-decoration:none;color:var(--ink);transition:border-color .15s,box-shadow .15s,transform .08s}.trip-card:hover{border-color:color-mix(in oklch,var(--sea) 35%,transparent);box-shadow:var(--shadow-sm)}.trip-card:active{transform:scale(.995)}.trip-card-content{flex:1;min-width:0}.trip-card h2{font-family:var(--font-display);font-size:1.1rem;letter-spacing:-.01em;margin-bottom:.25rem}.trip-card p{font-size:.85rem;color:var(--color-text-muted)}.trip-card-avatars{display:flex;flex-shrink:0}.trip-card-avatars .travel-party-avatar{width:1.85rem;height:1.85rem;font-size:.75rem}.travel-party{display:flex;flex-wrap:wrap;gap:.75rem}.party-member{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.party-avatar{width:2rem;height:2rem;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;overflow:hidden;flex-shrink:0}.party-avatar img{width:100%;height:100%;object-fit:cover}.party-info{display:flex;flex-direction:column;line-height:1.3}.party-name{font-size:.85rem;font-weight:500}.party-role{font-size:.7rem;color:var(--color-text-muted);text-transform:capitalize}.travel-party-compact{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.party-chip{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.78rem;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text)}.travel-party-avatars{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.75rem}.travel-party-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;overflow:hidden;flex-shrink:0;border:2px solid var(--color-bg);box-shadow:0 0 0 1px var(--color-border);cursor:default}.travel-party-avatar img{width:100%;height:100%;object-fit:cover}.travel-party-avatar+.travel-party-avatar{margin-left:-.35rem}.travel-party-edit-list{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.5rem}.travel-party-edit-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);font-size:.85rem}.travel-party-edit-item .party-role{margin-left:auto}.travel-party-add{display:flex;flex-wrap:wrap;gap:.35rem}.travel-party-add-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border:1px dashed var(--color-border);border-radius:var(--radius-sm);background:none;font-size:.8rem;font-family:inherit;color:var(--color-text-muted);cursor:pointer;transition:border-color .15s,color .15s}.travel-party-add-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.travel-party-add-btn .party-avatar{width:1.5rem;height:1.5rem;font-size:.7rem}.travel-party-add-plus{font-weight:600;color:var(--color-primary)}.interaction-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.interaction-card{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:var(--color-text);transition:border-color .15s}.interaction-card:hover{border-color:var(--color-primary)}.interaction-card-main h3{font-size:.95rem;font-weight:500}.interaction-notes{font-size:.8rem;color:var(--color-text-muted);margin-top:.15rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;max-width:400px}.interaction-card-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;flex-shrink:0}.event-count{font-size:.75rem;padding:.1rem .5rem;border-radius:999px;background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border)}.form{display:flex;flex-direction:column;gap:1rem;max-width:500px}.form-field{display:flex;flex-direction:column;gap:.25rem}.form-label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.form-input{padding:.6rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:var(--color-text);background:var(--color-surface);transition:border-color .15s,box-shadow .15s}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-focus)}.form-textarea{resize:vertical;min-height:4rem}.form-row{display:flex;flex-direction:row;gap:1rem}.form-row>.form-field{flex:1 1 0;min-width:0}.form-actions{display:flex;gap:.5rem;margin-top:.25rem}.form-error{padding:.5rem .75rem;background:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:var(--radius-sm);color:var(--color-danger);font-size:.85rem}.add-form-wrapper{margin-bottom:1.5rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.edit-section{display:flex;flex-direction:column;gap:1rem;max-width:500px;margin-top:1rem}.entity-picker{position:relative}.entity-picker-trigger{cursor:pointer;display:flex;align-items:center;min-height:2.25rem}.entity-picker-value{display:flex;align-items:center;gap:.5rem;flex:1}.entity-picker-clear{background:none;border:none;font-size:1.1rem;color:var(--color-text-muted);cursor:pointer;padding:0 .25rem;line-height:1;margin-left:auto}.entity-picker-clear:hover{color:var(--color-text)}.entity-picker-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 4px 12px var(--color-shadow);z-index:30;display:flex;flex-direction:column;overflow:hidden}.entity-picker-search{padding:.5rem .75rem;border:none;border-bottom:1px solid var(--color-border);font-size:.875rem;outline:none;background:var(--color-surface)}.entity-picker-list{max-height:260px;overflow-y:auto;padding:.25rem 0}.entity-picker-group{padding:.125rem 0}.entity-picker-group-label{padding:.375rem .75rem .25rem;font-size:.7rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.entity-picker-option{display:block;width:100%;padding:.375rem .75rem .375rem 1.25rem;background:none;border:none;text-align:left;font-size:.85rem;color:var(--color-text);cursor:pointer}.entity-picker-option:hover{background:var(--color-surface)}.entity-picker-option-selected{color:var(--color-primary);font-weight:500}.entity-picker-group-retired{border-top:1px solid var(--color-border);margin-top:.25rem}.entity-picker-option-retired{color:var(--color-text-muted)}.entity-picker-empty{padding:.75rem;text-align:center;font-size:.85rem;color:var(--color-text-muted)}.event-timeline{margin-top:1.5rem}.event-timeline-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.event-timeline-header h3{font-size:1rem;font-weight:600}.event-quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.event-quick-btn{white-space:nowrap}.event-add-form{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);margin-bottom:1rem}.event-list{list-style:none;position:relative;padding-left:1rem}.event-list:before{content:"";position:absolute;left:.35rem;top:.5rem;bottom:.5rem;width:2px;background:var(--color-border)}.event-item{display:flex;align-items:flex-start;gap:.75rem;padding:.4rem 0;position:relative}.event-time{font-size:.75rem;color:var(--color-text-muted);min-width:4.5rem;text-align:right;padding-top:.1rem}.event-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--color-primary);margin-top:.35rem;flex-shrink:0;position:relative;z-index:1}.event-content{display:flex;flex-direction:column}.event-type{font-size:.85rem;font-weight:500}.event-notes{font-size:.8rem;color:var(--color-text-muted)}.event-notes-btn{background:none;border:none;margin:0;padding:0;text-align:left;font-family:inherit;cursor:pointer}.event-notes-btn:hover{color:var(--color-text);text-decoration:underline dotted;text-underline-offset:2px}.event-add-note-btn{align-self:flex-start;background:none;border:none;margin:0;padding:0;font-size:.75rem;color:var(--color-text-muted);cursor:pointer}.event-add-note-btn:hover{color:var(--color-primary)}.event-notes-input{font-size:.8rem;padding:.2rem .4rem;margin-top:.25rem;max-width:18rem;width:100%}.event-time-btn{background:none;border:none;padding:0;font:inherit;font-size:.75rem;color:var(--color-text-muted);cursor:pointer;text-decoration:underline dotted;text-underline-offset:2px}.event-time-btn:hover{color:var(--color-primary)}.event-time-input{font-size:.7rem;padding:.15rem .25rem;width:10rem}.event-time-static{font-size:.75rem;color:var(--color-text-muted)}.event-item-derived{opacity:.85}.event-derived-hint{font-size:.7rem;font-style:italic;color:var(--color-text-muted)}.event-edit-actions{display:flex;gap:.35rem;margin-top:.25rem}.btn-icon{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text-muted);padding:.1rem .3rem;line-height:1;border-radius:var(--radius);margin-left:auto;flex-shrink:0}.btn-icon:hover{color:var(--color-danger, #d33);background:var(--color-surface)}.event-remove-btn{align-self:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-top:1rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s,box-shadow .15s}.category-card:hover{border-color:var(--color-primary);box-shadow:0 2px 8px var(--color-primary-shadow)}.category-card-icon{font-size:1.75rem;line-height:1}.category-card-label{font-size:.85rem;font-weight:500;color:var(--color-text);text-align:center}.entity-filter-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.entity-filter-label{font-weight:600}.entity-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.entity-card{padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius)}.entity-card-content{display:flex;align-items:flex-start;gap:.75rem}.entity-card-thumb{width:36px;height:36px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;background:var(--color-surface);border:1px solid var(--color-border)}.entity-card-thumb-empty{background:var(--color-surface)}.entity-card-info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.entity-card h3{font-size:.95rem;font-weight:500}.entity-card-content>.btn{flex-shrink:0;margin-left:auto}.entity-type-badge{display:inline-block;font-size:.7rem;color:var(--color-text-muted);text-transform:capitalize;margin-top:.1rem}.entity-card-retired .entity-card-thumb,.entity-card-retired .entity-card-link{opacity:.55}.entity-retired-badge{display:inline-block;margin-top:.1rem;margin-left:.4rem;padding:.05rem .35rem;border:1px solid var(--color-border);border-radius:.5rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}.entity-retired-note{margin-top:.75rem;font-size:.8rem}.breadcrumbs{display:flex;align-items:center;gap:.25rem;margin-bottom:1rem;font-size:.85rem;flex-wrap:wrap}.breadcrumb-link{background:none;border:none;color:var(--color-primary);cursor:pointer;font-size:inherit;padding:0}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-sep{color:var(--color-text-muted);margin:0 .15rem}.breadcrumb-current{color:var(--color-text);font-weight:500}.entity-groups{display:flex;flex-direction:column;gap:1.25rem}.entity-child-group{display:flex;flex-direction:column;gap:.375rem}.entity-group-label{font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.entity-group-parent-link{color:var(--color-primary);text-decoration:none}.entity-group-parent-link:hover{text-decoration:underline}.back-link{display:inline-block;font-size:.85rem;color:var(--color-primary);text-decoration:none;margin-bottom:.5rem}.back-link:hover{text-decoration:underline}.entity-card-link{color:var(--color-text);text-decoration:none}.entity-card-link:hover{color:var(--color-primary)}.detail-list{display:grid;grid-template-columns:auto 1fr;gap:.375rem 1rem;font-size:.9rem}.detail-list dt{font-weight:600;color:var(--color-text-muted);text-transform:uppercase;font-size:.75rem;letter-spacing:.03em;padding-top:.15rem}.detail-list dd{margin:0}.detail-list a{color:var(--color-primary);text-decoration:none}.detail-list a:hover{text-decoration:underline}.tag-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.25rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;font-size:.8rem}.entity-options-block{margin-top:.6rem}.entity-options-block-label{display:block;font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.35rem}.connections-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.connection-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.connection-info{display:flex;flex-direction:column;flex:1;min-width:0;line-height:1.3}.connection-pending{opacity:.7}.connections-subheading{font-size:.9rem;font-weight:600;color:var(--color-text-muted);margin-top:1.5rem;margin-bottom:.25rem}.segment-list{display:flex;flex-direction:column;gap:.75rem}.segment-card{display:block;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:var(--color-text);transition:border-color .15s,box-shadow .15s}.segment-card:hover{border-color:var(--color-primary);box-shadow:0 1px 4px var(--color-primary-shadow)}.segment-card-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.segment-card-header h3{font-size:.95rem;font-weight:500;margin:0}.segment-entity-name{display:inline-block;font-size:.8rem;color:var(--color-primary);margin-top:.15rem}.segment-card-meta{display:flex;align-items:center;gap:.75rem;margin-top:.35rem}.segment-day-count{font-size:.75rem;color:var(--color-text-muted)}.segment-people-preview{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.people-badge{display:inline-block;font-size:.7rem;padding:.1rem .5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-muted)}.people-list{display:flex;flex-wrap:wrap;gap:.5rem}.people-item{display:flex;align-items:center;gap:.35rem;padding:.25rem .6rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.8rem}.people-role{font-weight:600;color:var(--color-text-muted);font-size:.75rem;text-transform:uppercase}.people-name{font-weight:500}.people-row{display:flex;align-items:center;gap:.35rem;margin-top:.35rem}.people-role-select{max-width:10rem}.custom-response-section{padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.custom-response-display{margin-top:1rem}.custom-response-display h4{font-size:.85rem;font-weight:600;margin-bottom:.5rem}.orders-header-actions{display:flex;gap:.35rem}.order-row{display:flex;align-items:center;gap:.35rem;margin-top:.35rem}.order-row .form-input{min-width:0}.order-input{flex:1 1 9rem}.order-participant-select{flex:0 1 8rem;max-width:10rem}.order-split-btn{font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.order-split-btn:hover{color:var(--color-primary)}.order-split-btn+.btn-icon{margin-left:0}.order-display-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.order-display-item{display:flex;gap:.5rem;font-size:.85rem;padding:.2rem 0}.order-participant{font-weight:600;color:var(--color-text-muted);min-width:5rem}.order-text{color:var(--color-text)}.round-section{margin-top:.5rem;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.round-header{display:flex;align-items:center;gap:.4rem;margin-bottom:.25rem}.round-label{font-size:.8rem;font-weight:600;color:var(--color-primary)}.round-actions{display:flex;gap:.25rem;margin-left:auto}.round-duration{font-size:.75rem;font-weight:500;color:var(--color-text-muted)}.round-timing{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem}.round-time{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--color-text-muted)}.round-time-label{font-weight:600}.round-time-input{width:auto;padding:.15rem .35rem;font-size:.75rem}.round-display{margin-bottom:.75rem}.trivia-scores{display:flex;flex-wrap:wrap;gap:.6rem .75rem;align-items:flex-end;margin-bottom:.75rem}.trivia-scores .form-field{flex:1 1 130px;min-width:0}.trivia-scores .form-input{width:100%;box-sizing:border-box}.trivia-total-points{flex-basis:100%;font-size:.8rem;font-weight:600;color:var(--color-text-muted)}.trivia-add-controls{display:flex;gap:.35rem;align-items:center}.trivia-count-input{width:3.5rem;text-align:center}.trivia-question-row{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.5rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-elevated)}.trivia-question-header{display:flex;justify-content:space-between;align-items:center}.trivia-question-num{font-size:.75rem;font-weight:700;color:var(--color-primary)}.trivia-answer-row{display:flex;gap:.35rem}.trivia-points-input{width:3.5rem;text-align:center}.trivia-score-display{display:flex;gap:1.5rem;margin-bottom:.5rem}.trivia-score{font-size:.85rem}.trivia-questions-list{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.trivia-question-display{display:flex;gap:.5rem;font-size:.85rem;padding:.35rem 0;border-bottom:1px solid var(--color-border)}.trivia-question-content{display:flex;flex-direction:column;gap:.1rem}.trivia-q-text{font-weight:500}.trivia-answer{font-size:.8rem;color:var(--color-text-muted)}.trivia-correct{color:var(--color-success)}.trivia-incorrect{color:var(--color-danger)}.optional-section-toggles{display:flex;gap:.5rem;flex-wrap:wrap}.add-dropdown{position:relative}.btn-fab{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--color-primary);color:var(--color-text-inverse);border:none;cursor:pointer;font-size:1.25rem;line-height:1;transition:background .15s,transform .15s;padding:0;flex-shrink:0}.btn-fab:hover{background:var(--color-primary-hover)}.btn-fab-icon{display:inline-block;transition:transform .2s;font-weight:300}.btn-fab-icon-active{transform:rotate(45deg)}.add-dropdown-menu{position:absolute;right:0;top:calc(100% + .35rem);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 4px 16px var(--color-shadow);min-width:10rem;z-index:20;overflow:hidden}.add-dropdown-item{display:block;width:100%;text-align:left;padding:.6rem 1rem;border:none;background:none;font-size:.875rem;font-family:inherit;color:var(--color-text);cursor:pointer;transition:background .1s}.add-dropdown-item:hover{background:var(--color-surface)}.add-dropdown-item+.add-dropdown-item{border-top:1px solid var(--color-border)}.section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left;font-family:inherit;color:var(--color-text);margin-bottom:.75rem}.section-toggle h2{margin-bottom:0}.toggle-chevron{font-size:.75rem;color:var(--color-text-muted);transition:transform .2s;display:inline-block}.toggle-chevron-open{transform:rotate(180deg)}.itinerary-title{font-size:1.125rem;margin-bottom:1rem}.itinerary{display:flex;flex-direction:column;gap:.5rem}.itinerary-empty{text-align:center;padding:2rem 1rem}.segment-block{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:var(--paper);transition:border-color .15s,box-shadow .15s}.segment-block-expanded{box-shadow:var(--shadow-sm)}.segment-block-header{display:flex;align-items:center;width:100%;background:var(--surface);border:none;padding:.8rem .85rem;cursor:pointer;text-align:left;font-family:inherit;color:var(--ink);gap:.75rem;transition:background .1s}.segment-block-header:hover{background:var(--surface-2)}.segment-block-thumb,.segment-day-icon{width:38px;height:38px;border-radius:var(--r-sm);object-fit:cover;flex-shrink:0}.segment-day-icon{display:flex;align-items:center;justify-content:center;font-size:18px;background:var(--paper);border:1px solid var(--line)}.segment-block-info h3{font-family:var(--font-display);letter-spacing:-.01em}.segment-day-num{font-family:var(--font-mono)}.segment-block-info{flex:1;min-width:0}.segment-block-info h3{font-size:.95rem;font-weight:600;margin:0}.segment-block-meta{display:flex;align-items:center;gap:.35rem;margin-top:.15rem;flex-wrap:wrap;font-size:.75rem;color:var(--color-text-muted)}.meta-sep{font-size:.65rem;color:var(--color-border)}.segment-block-entity{color:var(--color-primary)}.segment-block-body{padding:.5rem .75rem .75rem;border-top:1px solid var(--color-border)}.segment-block-notes{font-size:.85rem;color:var(--color-text-muted);padding:.25rem 0 .5rem;white-space:pre-wrap}.segment-block-children{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.segment-detail-link{display:inline-block;margin-top:.5rem;font-size:.78rem;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.segment-detail-link:hover{color:var(--color-primary)}.segment-block-current{border-color:color-mix(in oklch,var(--lagoon) 45%,transparent);box-shadow:0 0 0 3px var(--lagoon-wash)}.segment-block-current.segment-block-expanded{border-color:color-mix(in oklch,var(--lagoon) 45%,transparent)}.segment-now-pill{display:inline-block;margin-left:.5rem;font-family:var(--font-mono);font-size:.58rem;font-weight:700;letter-spacing:.08em;color:var(--lagoon-deep);background:var(--lagoon-wash);padding:.12rem .45rem;border-radius:6px;vertical-align:middle}.section-header-actions{display:flex;align-items:center;gap:.5rem}.detail-subtitle{font-size:.85rem;color:var(--color-text-muted);margin:.15rem 0 0}.segment-block-day .segment-block-header{gap:.6rem}.segment-day-icon{font-size:1.35rem;line-height:1;flex-shrink:0;width:32px;text-align:center}.segment-day-num{font-weight:700;color:var(--color-primary);margin-right:.4rem}.segment-block-body-actions{display:flex;align-items:center;gap:.75rem;margin-top:.6rem;flex-wrap:wrap}.segment-block-body-actions .segment-detail-link{margin-top:0}.tl{position:relative;padding-left:28px}.tl-date-separator{position:relative;margin:.5rem 0 .5rem -10px;padding-left:0}.tl-date-separator:first-child{margin-top:0}.tl-date-label{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);background:var(--color-bg);padding:.15rem .55rem;border:1px solid var(--color-border);border-radius:999px;position:relative;z-index:2}.tl-date-zone{display:inline-block;margin-left:.4rem;font-size:.62rem;font-weight:600;letter-spacing:.04em;color:var(--color-text-muted);opacity:.75;position:relative;z-index:2}.tl-item{position:relative;padding-bottom:.85rem;padding-left:18px}.tl-item:before{content:"";position:absolute;left:-12px;top:18px;bottom:0;width:2px;background:var(--color-border)}.tl-item-last:before{display:none}.tl-marker{position:absolute;left:-28px;top:0;z-index:1}.tl-marker-dot{width:14px;height:14px;border-radius:50%;background:var(--color-primary-light);border:2px solid var(--color-primary);margin-left:8px;margin-top:4px}.tl-marker-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid var(--color-bg);box-shadow:0 0 0 1px var(--color-border)}.tl-marker-icon{width:32px;height:32px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:1rem}.tl-marker-pulse{position:absolute;top:-3px;left:-3px;width:38px;height:38px;border-radius:50%;border:2px solid var(--color-success);animation:tl-pulse 2s ease-out infinite;pointer-events:none}@keyframes tl-pulse{0%{opacity:.9;transform:scale(1)}70%{opacity:0;transform:scale(1.25)}to{opacity:0;transform:scale(1.25)}}.tl-item-active .tl-name{color:var(--color-success)}.tl-active-badge{display:inline-block;margin-left:.4rem;font-size:.6rem;font-weight:700;letter-spacing:.05em;color:var(--color-success);background:var(--color-success-bg);padding:.1rem .35rem;border-radius:999px;vertical-align:middle}.tl-notes{font-size:.78rem;color:var(--color-text);background:var(--color-surface);border-left:2px solid var(--color-border);padding:.4rem .55rem;margin:0 0 .5rem .5rem;white-space:pre-wrap;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.interaction-hero{width:100%;margin:.5rem 0 1rem;border-radius:var(--radius);overflow:hidden}.interaction-hero-img{width:100%;max-height:240px;object-fit:cover;display:block}.interaction-hero-placeholder{height:140px;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center}.interaction-hero-icon{font-size:3rem;opacity:.6}.live-notes,.live-trivia,.live-location{margin:1rem 0}.live-notes-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.live-notes-label{font-size:.78rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.live-notes-status{font-size:.7rem;color:var(--color-text-muted);font-style:italic}.live-notes-status-saved{color:var(--color-success);font-style:normal}.live-notes-input{width:100%;font-family:inherit;font-size:.9rem;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.6rem .7rem;resize:vertical;transition:border-color .15s,box-shadow .15s}.live-notes-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-focus)}.tl-content{border-radius:var(--radius-sm);transition:background .1s}.tl-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.tl-info{flex:1;min-width:0}.tl-name{display:block;font-size:.875rem;font-weight:600;line-height:1.3;color:var(--color-text);text-decoration:none}.tl-name:hover{color:var(--color-primary)}.tl-meta{display:flex;align-items:center;gap:.5rem;margin-top:.1rem;flex-wrap:wrap}.tl-time{font-size:.75rem;color:var(--color-primary);line-height:1.3}.tl-time-muted{color:var(--color-text-muted)}.tl-badge{font-size:.68rem;color:var(--color-text-muted);background:var(--color-surface);padding:.05rem .4rem;border-radius:999px;border:1px solid var(--color-border)}.tl-wait{font-size:.72rem;color:var(--color-text-muted)}.tl-expand{display:flex;align-items:center;gap:.25rem;background:none;border:1px solid var(--color-border);border-radius:999px;padding:.2rem .5rem;cursor:pointer;font-family:inherit;color:var(--color-text-muted);font-size:.72rem;transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.tl-expand:hover{border-color:var(--color-primary);color:var(--color-primary)}.tl-expand-open{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.tl-expand-count{font-weight:600}.tl-expand-icon{transition:transform .2s}.tl-expand-open .tl-expand-icon{transform:rotate(180deg)}.tl-events{padding:.35rem 0 .25rem .5rem;margin-top:.25rem;border-left:2px solid var(--color-primary-light)}.tl-event{display:flex;align-items:center;gap:.5rem;padding:.15rem 0}.tl-event-time{font-size:.7rem;color:var(--color-text-muted);min-width:55px;text-align:right;flex-shrink:0}.tl-event-dot{width:6px;height:6px;border-radius:50%;background:var(--color-primary);flex-shrink:0}.tl-event-label{font-size:.78rem;color:var(--color-text)}.tl-events-edit{display:inline-block;margin-top:.35rem;margin-left:.5rem;font-size:.75rem;color:var(--color-text-muted);text-decoration:none}.tl-events-edit:hover{color:var(--color-primary)}.tl-nest{margin:.4rem 0 .1rem;padding-top:.45rem;padding-left:28px;border-left:2px solid var(--color-border)}.tl-nest .tl-item{padding-bottom:.6rem}.tl-nest .tl-marker-img,.tl-nest .tl-marker-icon{width:26px;height:26px;font-size:.85rem}.tl-nest .tl-marker-pulse{top:-3px;left:-3px;width:32px;height:32px}.tl-nest .tl-name{font-size:.82rem}.tl-item-nested-parent>.tl-content>.tl-row>.tl-info>.tl-name{font-weight:700}.tl-nest-toggle{gap:.3rem}.tl-nest-word{font-size:.68rem;letter-spacing:.02em}@media(max-width:600px){.header{padding:.75rem 1rem}.header-nav{gap:.75rem}.main{padding:1rem}.form-row{gap:.75rem}.interaction-card{flex-direction:column;align-items:flex-start;gap:.5rem}.interaction-card-meta{flex-direction:row;gap:.5rem}.interaction-notes{max-width:100%}.segment-block-meta{flex-direction:column;align-items:flex-start;gap:.1rem}.meta-sep{display:none}}.error-toast-container{position:fixed;bottom:1rem;right:1rem;max-width:400px;max-height:500px;background:var(--color-bg-elevated);border:2px solid var(--color-danger);border-radius:var(--radius);box-shadow:0 10px 25px var(--color-shadow-lg);z-index:9999;overflow:hidden;display:flex;flex-direction:column}.error-toast-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--color-danger);color:var(--color-text-inverse)}.error-toast-title{font-weight:600;font-size:.95rem}.error-toast-clear-all{background:#fff3;border:1px solid rgba(255,255,255,.3);color:var(--color-text-inverse);padding:.25rem .75rem;border-radius:var(--radius-sm);cursor:pointer;font-size:.8rem;font-weight:500}.error-toast-clear-all:hover{background:#ffffff4d}.error-toast-list{overflow-y:auto;max-height:420px;padding:.5rem}.error-toast-item{background:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:var(--radius-sm);padding:.75rem;margin-bottom:.5rem}.error-toast-item:last-child{margin-bottom:0}.error-toast-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.error-toast-info{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.error-toast-time{font-size:.75rem;color:var(--color-danger);font-family:monospace}.error-toast-code{font-size:.72rem;background:var(--color-danger-bg);color:var(--color-danger);padding:.125rem .5rem;border-radius:3px;font-weight:500}.error-toast-dismiss{background:none;border:none;color:var(--color-danger);font-size:1.25rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);flex-shrink:0}.error-toast-message{color:var(--color-danger);font-size:.875rem;font-weight:500;margin-bottom:.5rem;word-break:break-word}.error-toast-details{margin-top:.5rem}.error-toast-stack-toggle{background:none;border:none;color:var(--color-danger);font-size:.8rem;font-weight:500;cursor:pointer;padding:.25rem 0;text-decoration:underline}.error-toast-stack{background:var(--color-bg);border:1px solid var(--color-danger-border);border-radius:var(--radius-sm);padding:.5rem;margin-top:.5rem;font-size:.7rem;color:var(--color-text);overflow-x:auto;max-height:150px;overflow-y:auto;white-space:pre-wrap}@media(max-width:768px){.error-toast-container{left:1rem;right:1rem;max-width:none}}.header-user{position:relative;display:flex;align-items:center}.header-user-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:none;padding:.25rem;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text)}.header-user-trigger:hover{background:var(--color-surface-hover)}.header-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.header-user-avatar img{width:100%;height:100%;object-fit:cover}.header-offline-badge{position:absolute;bottom:-2px;right:-2px;background:var(--color-warning);color:var(--color-text-inverse);width:14px;height:14px;border-radius:50%;font-size:.55rem;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-bg)}.user-popover{position:absolute;right:0;top:calc(100% + .5rem);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 8px 24px var(--color-shadow-lg);min-width:240px;padding:.75rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;color:var(--color-text)}.user-popover-name{font-weight:600;font-size:.95rem;padding:.25rem .25rem .5rem}.user-popover-offline{font-size:.8rem;color:var(--color-warning);padding:.25rem .5rem;background:var(--color-warning-bg);border-radius:var(--radius-sm)}.user-popover-divider{height:1px;background:var(--color-border);margin:.25rem 0}.theme-selector-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;padding:0 .25rem .25rem}.theme-selector-options{display:flex;gap:.25rem}.theme-selector-option{flex:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem;cursor:pointer;font-size:1rem;color:var(--color-text);transition:background .15s,border-color .15s}.theme-selector-option:hover{background:var(--color-surface-hover)}.theme-selector-option.active{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.user-popover-button{display:block;width:100%;background:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .75rem;text-align:left;cursor:pointer;font-size:.85rem;color:var(--color-text);text-decoration:none}.user-popover-button:hover{background:var(--color-surface-hover)}.user-popover-build{font-size:.7rem;color:var(--color-text-muted);padding:0 .25rem;text-align:center}.popover-toggle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .25rem;font-size:.85rem;cursor:pointer;color:var(--color-text)}.popover-toggle input[type=checkbox]{flex-shrink:0;width:1rem;height:1rem;cursor:pointer;accent-color:var(--color-primary)}.popover-hint{font-size:.72rem;color:var(--color-text-muted);padding:.1rem .25rem .25rem}.rich-text-editor .quill{background:var(--color-bg-elevated);border-radius:var(--radius-sm)}.rich-text-editor .ql-container{font-family:inherit;font-size:.9rem;border-bottom-left-radius:var(--radius-sm);border-bottom-right-radius:var(--radius-sm);border:1px solid var(--color-border);border-top:none}.rich-text-editor .ql-editor{min-height:100px;max-height:300px;overflow-y:auto;color:var(--color-text)}.rich-text-editor .ql-editor.ql-blank:before{color:var(--color-text-muted);font-style:normal}.rich-text-editor .ql-toolbar{border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border)}.rich-text-editor .ql-toolbar button,.rich-text-editor .ql-toolbar .ql-picker-label{color:var(--color-text)}.rich-text-editor .ql-toolbar .ql-stroke{stroke:var(--color-text)}.rich-text-editor .ql-toolbar .ql-fill{fill:var(--color-text)}.rich-text-editor .ql-toolbar button:hover,.rich-text-editor .ql-toolbar button.ql-active,.rich-text-editor .ql-toolbar .ql-picker-label:hover{color:var(--color-primary)}.rich-text-editor .ql-toolbar button:hover .ql-stroke,.rich-text-editor .ql-toolbar button.ql-active .ql-stroke{stroke:var(--color-primary)}.rich-text-editor .ql-toolbar button:hover .ql-fill,.rich-text-editor .ql-toolbar button.ql-active .ql-fill{fill:var(--color-primary)}.rich-text-editor .ql-toolbar .ql-picker-options{background:var(--color-bg-elevated);border:1px solid var(--color-border);color:var(--color-text)}.rich-text-editor .ql-editor h1{font-size:1.35rem;font-weight:600;margin:.5rem 0;color:var(--color-text)}.rich-text-editor .ql-editor h2{font-size:1.15rem;font-weight:600;margin:.5rem 0;color:var(--color-text)}.rich-text-editor .ql-editor p{margin:.25rem 0;color:var(--color-text)}.rich-text-editor .ql-editor ul,.rich-text-editor .ql-editor ol{padding-left:1.25rem;margin:.5rem 0}.notes-display{color:var(--color-text);font-size:.9rem;line-height:1.5}.notes-display h1{font-size:1.25rem;font-weight:600;margin:.5rem 0}.notes-display h2{font-size:1.05rem;font-weight:600;margin:.5rem 0}.notes-display p{margin:.25rem 0}.notes-display ul,.notes-display ol{padding-left:1.25rem;margin:.5rem 0}.notes-display li{margin:.15rem 0}.notes-display strong,.notes-display b{font-weight:600}.notes-display u{text-decoration:underline}.notes-display a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px;word-break:break-word}.notes-display a:hover{opacity:.8}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:200}.modal-content{background:var(--color-bg-elevated);border-radius:var(--radius);box-shadow:0 20px 50px var(--color-shadow-lg);width:100%;max-width:540px;max-height:90vh;display:flex;flex-direction:column;border:1px solid var(--color-border)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.modal-header h2{font-size:1.1rem;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:var(--color-text-muted);cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius-sm)}.modal-close:hover{background:var(--color-surface-hover);color:var(--color-text)}.modal-body{padding:1rem 1.25rem;overflow-y:auto;flex:1}.modal-footer{display:flex;gap:.5rem;justify-content:flex-end;padding:.75rem 1.25rem;border-top:1px solid var(--color-border)}.modal-user-summary{display:flex;align-items:center;gap:.75rem;padding:.5rem 0 1rem;border-bottom:1px solid var(--color-border);margin-bottom:1rem}.modal-user-avatar{width:48px;height:48px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.modal-user-avatar img{width:100%;height:100%;object-fit:cover}.modal-user-name{font-weight:600;font-size:1rem}.modal-user-email{font-size:.8rem;color:var(--color-text-muted)}.roles-section h3{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:.5rem}.role-checkbox-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-bottom:.5rem;cursor:pointer;background:var(--color-bg-elevated)}.role-checkbox-item:hover{background:var(--color-surface-hover)}.role-checkbox-item input[type=checkbox]{margin-top:.2rem;cursor:pointer}.role-checkbox-info{flex:1}.role-checkbox-label{font-weight:600;font-size:.9rem}.role-checkbox-description{font-size:.8rem;color:var(--color-text-muted);margin-top:.15rem}.history-section{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.history-toggle{background:none;border:none;color:var(--color-primary);cursor:pointer;font-size:.85rem;font-weight:500;padding:.25rem 0}.history-list{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.history-entry{background:var(--color-surface);border-radius:var(--radius-sm);padding:.5rem .75rem;border:1px solid var(--color-border)}.history-action{font-size:.85rem;color:var(--color-text)}.history-meta{font-size:.7rem;color:var(--color-text-muted);margin-top:.15rem}.users-page{max-width:100%}.users-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.users-search{max-width:280px;flex:1}.users-list{display:flex;flex-direction:column;gap:.75rem}.allowlist-panel{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;margin-bottom:1.5rem}.allowlist-panel h2{margin:0 0 .25rem;font-size:1.05rem}.allowlist-panel>.text-muted{display:block;margin-bottom:.75rem}.allowlist-form{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.allowlist-form .form-input{flex:1;min-width:180px}.allowlist-entries{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.allowlist-entry{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.5rem 0;border-top:1px solid var(--color-border)}.allowlist-entry-email{font-weight:500;word-break:break-all}.allowlist-entry .btn{margin-left:auto}.user-card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.user-card-header{display:flex;align-items:center;gap:.75rem}.user-card-avatar{width:44px;height:44px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);font-weight:600;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.user-card-avatar img{width:100%;height:100%;object-fit:cover}.user-card-info{flex:1;min-width:0}.user-card-name{font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-card-email{font-size:.8rem;color:var(--color-text-muted)}.badge{display:inline-block;padding:.1rem .45rem;border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge-super-admin{background:var(--color-primary-light);color:var(--color-primary)}.badge-disabled{background:var(--color-danger-bg);color:var(--color-danger)}.user-card-details{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem}.user-card-roles{display:flex;flex-wrap:wrap;gap:.3rem}.role-badge{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:500}.user-card-last-active{color:var(--color-text-muted)}.user-card-actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.admin-jobs-page{max-width:100%}.admin-jobs-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.admin-job-card{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem 1.25rem}.admin-job-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.admin-job-title{font-size:1rem;margin:0}.admin-job-badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .55rem;border-radius:999px}.admin-job-badge-low{background:var(--color-success-bg);color:var(--color-success)}.admin-job-badge-medium{background:var(--color-warning-bg);color:var(--color-warning-text)}.admin-job-badge-high{background:var(--color-danger-bg);color:var(--color-danger)}.admin-job-description{font-size:.85rem;color:var(--color-text);margin-bottom:.5rem}.admin-job-details{font-size:.8rem;color:var(--color-text-muted);background:var(--color-surface);border-radius:var(--radius-sm);padding:.5rem .75rem;margin-bottom:.75rem}.admin-job-details ul{padding-left:1.25rem;margin:.25rem 0 0}.admin-job-actions{display:flex;gap:.5rem}.admin-job-result{margin-top:.75rem;padding:.75rem;border-radius:var(--radius-sm);font-size:.85rem;border:1px solid var(--color-border)}.admin-job-result-success{background:var(--color-success-bg);border-color:var(--color-success)}.admin-job-result-error{background:var(--color-danger-bg);border-color:var(--color-danger);color:var(--color-danger)}.admin-job-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.admin-job-stats{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.2rem}.admin-job-stats li{font-size:.8rem}.admin-job-error-pre{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem;margin-top:.5rem;font-size:.7rem;max-height:200px;overflow:auto;white-space:pre-wrap;color:var(--color-text)}.form-hint{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.wait-metrics{display:flex;flex-wrap:wrap;gap:.75rem;margin:.75rem 0}.wait-metric{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5rem .75rem;min-width:100px}.wait-metric-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.wait-metric-value{font-size:1.1rem;font-weight:600;color:var(--color-text)}.wait-metric-delay .wait-metric-value{color:var(--color-warning-text)}.wait-metric-value-editable{display:inline-flex;align-items:baseline;gap:2px}.posted-wait-input{width:4ch;padding:2px 4px;font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;background:transparent;border:1px solid rgba(127,127,127,.3);border-radius:4px;text-align:right}.tl-delay{color:var(--color-warning-text)}.analytics{margin-top:.5rem}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;margin-bottom:1rem}.analytics-card{display:flex;flex-direction:column;align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem .5rem;text-align:center}.analytics-card-value{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.analytics-card-delay .analytics-card-value{color:var(--color-warning-text)}.analytics-card-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.15rem}.analytics-section{margin-bottom:1rem}.analytics-section h3{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem}.wait-comparison{display:flex;flex-direction:column;gap:.4rem}.wait-comparison-bar{display:flex;align-items:center;gap:.5rem}.wait-comparison-label{font-size:.75rem;color:var(--color-text-muted);width:50px;text-align:right;flex-shrink:0}.wait-comparison-track{flex:1;height:20px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.wait-comparison-fill{height:100%;border-radius:var(--radius-sm);transition:width .3s ease}.wait-comparison-posted{background:var(--color-primary);opacity:.6}.wait-comparison-actual{background:var(--color-success);opacity:.7}.wait-comparison-value{font-size:.75rem;font-weight:600;color:var(--color-text);width:50px;flex-shrink:0}.analytics-type-list{display:flex;flex-direction:column;gap:.25rem}.analytics-type-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem .5rem;background:var(--color-surface);border-radius:var(--radius-sm);font-size:.8rem}.analytics-type-name{color:var(--color-text);text-transform:capitalize}.analytics-type-count{color:var(--color-text-muted);font-size:.75rem}.header-nav-links{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.header-nav-links{display:none}.main{padding-bottom:calc(96px + env(safe-area-inset-bottom))}}.trip-location-sharing-hint{margin:0 0 .6rem;font-size:.85rem}.trip-location-sharing-options{display:flex;flex-wrap:wrap;gap:.5rem}.journey-page{display:flex;flex-direction:column;gap:1rem}.journey-map{height:min(60vh,480px);width:100%;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-md)}.journey-map .leaflet-container{height:100%;width:100%;background:var(--surface);font-family:var(--font-sans)}.journey-map .leaflet-tiles{filter:saturate(.35) brightness(1.04) contrast(.92)}[data-theme=dark] .journey-map .leaflet-tiles{filter:grayscale(1) invert(1) brightness(.72) contrast(1.05)}.journey-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.journey-controls-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.journey-scrubber{flex:1 1 220px;min-width:160px}.journey-time{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.85rem;color:var(--ink-soft);min-width:8.5rem}.journey-scrubber{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:99px;background:var(--surface-2);cursor:pointer}.journey-scrubber::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--paper);border:3px solid var(--sea);box-shadow:var(--shadow-sm);cursor:grab}.journey-scrubber::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--paper);border:3px solid var(--sea);box-shadow:var(--shadow-sm);cursor:grab}.journey-legend{display:flex;flex-wrap:wrap;gap:.4rem .6rem}.journey-legend-item{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg-elevated);font-size:.8rem;cursor:pointer;color:var(--color-text)}.journey-legend-item.is-off{opacity:.45}.journey-legend-swatch{width:.7rem;height:.7rem;border-radius:50%;flex-shrink:0}.journey-empty{padding:1.5rem;border:1px dashed var(--color-border);border-radius:var(--radius);text-align:center;color:var(--color-text-muted)}.journey-trip-picker{display:flex;flex-direction:column;gap:.5rem}.journey-trip-picker a{display:block;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);text-decoration:none}.journey-trip-picker a:hover{border-color:var(--color-primary)}.mock-loc-card{display:flex;flex-direction:column;gap:.6rem}.mock-loc-status{font-size:.85rem;padding:.5rem .75rem;border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted)}.mock-loc-status-on{border-color:var(--color-primary);color:var(--color-text)}.mock-loc-search{display:flex;gap:.5rem;align-items:stretch}.mock-loc-search .form-input{flex:1}.mock-loc-results{display:flex;flex-direction:column;gap:.25rem}.mock-loc-result{text-align:left;padding:.5rem .6rem;font-size:.85rem;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer}.mock-loc-result:hover{background:var(--color-surface-hover)}.mock-loc-map{height:320px;width:100%;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.mock-loc-map .leaflet-container{height:100%;width:100%;background:var(--color-surface)}.mock-loc-hint{margin:0;font-size:.78rem}.mock-loc-coords{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}.mock-loc-coords label{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;color:var(--color-text-muted);flex:1 1 7rem}.mock-loc-preview{border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.6rem .75rem;background:var(--color-surface);font-size:.85rem}.mock-loc-preview-summary{color:var(--color-text-muted);margin-bottom:.4rem}.mock-loc-preview-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.2rem}.mock-loc-preview-list li{display:flex;justify-content:space-between;gap:.75rem}.mock-loc-preview-dist{flex-shrink:0;color:var(--color-text-muted);font-variant-numeric:tabular-nums}.statuspill{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.08em;padding:5px 9px;border-radius:999px}.statuspill.live{background:#ffffff2e;border:1px solid rgba(255,255,255,.32);color:#eafcff}.statuspill.live .pulse{width:7px;height:7px;border-radius:50%;background:#9af3ff;box-shadow:0 0 #9af3ff;animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 #9af3ff99}70%{box-shadow:0 0 0 8px #9af3ff00}to{box-shadow:0 0 0 0 transparent}}@media(prefers-reduced-motion:reduce){.statuspill.live .pulse,.tl-marker-pulse{animation:none}}.tl-time,.tl-wait,.tl-event-time{font-family:var(--font-mono)}.detail-pass{position:relative;margin:.5rem 0 1rem;border-radius:var(--r-lg);box-shadow:var(--shadow-md)}.dp-card{border-radius:var(--r-lg);overflow:hidden;color:#fff;background:linear-gradient(150deg,var(--sea-deep),var(--lagoon-deep))}.dp-body{padding:16px 18px 14px}.dp-eyebrow{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;opacity:.85;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-right:40px}.statuspill.dp-status{background:#ffffff29;border:1px solid rgba(255,255,255,.28);color:#eafcff}.dp-headline{display:flex;align-items:center;gap:12px;margin-top:10px}.dp-thumb{width:46px;height:46px;border-radius:13px;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.3);background:#ffffff1f}.dp-thumb-emoji{display:flex;align-items:center;justify-content:center;font-size:24px}.detail-pass h1{font-family:var(--font-display);font-weight:700;font-size:23px;letter-spacing:-.015em;line-height:1.05;margin:0}.dp-sub{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:12px;opacity:.85;margin-top:9px;font-family:var(--font-mono)}.dp-inside a{color:inherit;text-decoration:underline;text-underline-offset:2px}.dp-inside a:hover{color:var(--color-primary)}.nested-activities-count{font-family:var(--font-mono);font-size:.7em;color:var(--color-text-muted);vertical-align:middle}.nested-activities .section-header{margin-bottom:.6rem}.dp-actions{position:absolute;top:12px;right:12px;z-index:2}.dp-menu-trigger{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#ffffff29;color:#fff;cursor:pointer;font-size:18px;line-height:1}.dp-perf{display:flex;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.16);background:#0000001f}.dp-perf .p{flex:1 0 33%;padding:10px 15px;border-right:1px solid rgba(255,255,255,.14);border-top:1px solid rgba(255,255,255,.08)}.dp-perf .p:last-child{border-right:0}.dp-perf .k{font-size:9.5px;text-transform:uppercase;letter-spacing:.07em;opacity:.72;font-weight:600}.dp-perf .v{font-family:var(--font-mono);font-size:17px;font-weight:700;margin-top:4px;display:flex;align-items:center;gap:5px}.dp-perf .p-delay .v{color:#ffd6c9}.dp-unit{opacity:.7;font-size:13px}.dp-save{font-size:10px;opacity:.75;font-family:var(--font-sans);font-weight:600}.dp-save-on{color:#bdf5cf;opacity:1}.anchor-input{font-family:var(--font-mono);font-size:17px;font-weight:700;width:44px;background:#ffffff29;border:1px solid rgba(255,255,255,.32);border-radius:7px;color:#fff;padding:2px 4px;text-align:center;-moz-appearance:textfield}.anchor-input::-webkit-outer-spin-button,.anchor-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.anchor-input:focus{outline:none;background:#00000038}.anchor-input::placeholder{color:#ffffff8c}.who-here{margin:1.1rem 0}.who-here-head{display:flex;align-items:center;gap:8px;margin-bottom:.55rem}.who-here-label{font-size:.78rem;font-weight:600;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em}.who-here-chips{display:flex;flex-wrap:wrap;gap:8px}.who-chip{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-sans);font-weight:600;font-size:13.5px;color:var(--ink-faint);background:var(--surface);border:1px solid var(--line);padding:5px 13px 5px 5px;border-radius:999px;cursor:pointer;transition:transform .08s;-webkit-tap-highlight-color:transparent}.who-chip:active{transform:scale(.96)}.who-chip.on{color:var(--sea-text);background:var(--sea-wash);border-color:color-mix(in oklch,var(--sea) 35%,transparent)}.who-chip-av{width:24px;height:24px;border-radius:50%;background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--ink-soft);overflow:hidden;flex-shrink:0}.who-chip.on .who-chip-av{background:var(--sea);color:#fff}.who-chip-av img{width:100%;height:100%;object-fit:cover}.who-chip-static{cursor:default}.who-chip-static:active{transform:none}.who-here-hint{margin:.5rem 0 0;font-size:.78rem;color:var(--ink-faint)}.who-here-reset{margin-left:auto}.page>h1,.detail-header h1,.home-upcoming-card h2,.home-empty-card h2,.ctc-section-title,.sec-head h3,.page section>h2,.section-header h1,.section-header h2{font-family:var(--font-display);letter-spacing:-.015em}.event-timeline-header h3{font-family:var(--font-display);letter-spacing:-.01em}.event-quick-btn{font-weight:600;font-size:13px;background:var(--sea-wash);color:var(--sea-text);border:1px solid color-mix(in oklch,var(--sea) 35%,transparent);border-radius:999px;padding:9px 14px;transition:transform .08s,background .12s}.event-quick-btn:hover:not(:disabled){background:color-mix(in oklch,var(--sea-wash) 75%,var(--sea));border-color:color-mix(in oklch,var(--sea) 45%,transparent)}.event-quick-btn:active:not(:disabled){transform:scale(.95)}.event-quick-btn--lead{background:var(--sea);border-color:var(--sea);color:var(--color-text-inverse)}.event-quick-btn--lead:hover:not(:disabled){background:var(--sea-deep);border-color:var(--sea-deep)}.event-quick-btn--delay{background:var(--color-warning-bg);color:var(--color-warning-text);border-color:color-mix(in oklch,var(--color-warning) 35%,transparent)}.event-quick-btn--delay:hover:not(:disabled){background:color-mix(in oklch,var(--color-warning-bg) 75%,var(--color-warning));border-color:color-mix(in oklch,var(--color-warning) 45%,transparent)}.event-quick-or{align-self:center;font-size:12px;font-style:italic;color:var(--color-text-muted);padding:0 1px}.event-time,.event-time-static,.event-time-btn,.event-time-input{font-family:var(--font-mono)}.event-type{font-weight:600;color:var(--ink)}.event-item-derived .event-dot{background:var(--lagoon)}.event-derived-hint{color:var(--lagoon-deep)}.round-section{padding:.75rem .85rem;border-radius:var(--r);background:var(--surface);border-color:var(--line)}.round-label{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--sand-deep)}.round-duration{font-family:var(--font-mono);font-weight:700;color:var(--sand-deep);background:var(--paper);border:1px solid color-mix(in oklch,var(--sand) 40%,transparent);padding:2px 8px;border-radius:999px}.round-time,.round-time-input,.round-time-label{font-family:var(--font-mono)}.order-participant{font-family:var(--font-sans)}.trip-pass{position:relative;margin:.4rem 0 .85rem}.trip-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.85rem}.trip-pass-actions{position:absolute;top:12px;right:12px;display:flex;gap:6px;z-index:3}.trip-pass-menu{position:relative}.trip-loc-btn{font-size:15px}.trip-loc-btn.off{opacity:.6;filter:grayscale(1)}.trip-loc-btn.on{background:#78e6aa47;border-color:#78e6aaa6}.trip-loc-pop{min-width:220px}.trip-loc-pop-hint{padding:.55rem .875rem;font-size:.76rem;line-height:1.35;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.trip-loc-pop-opt.on{font-weight:700;color:var(--color-primary)}.who-chip.tier-chip{padding:8px 14px}.analytics-disclosure{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:0;cursor:pointer;color:var(--ink);-webkit-tap-highlight-color:transparent}.analytics-disclosure h2{margin:0;font-family:var(--font-display);letter-spacing:-.015em}.analytics-chevron{color:var(--ink-faint);display:flex;transition:transform .2s}.analytics-chevron svg{width:18px;height:18px}.analytics-chevron.open{transform:rotate(90deg)}.analytics-hint{margin:.5rem 0 0;font-family:var(--font-mono);font-size:.78rem}.analytics{margin-top:.85rem;display:flex;flex-direction:column;gap:1.1rem}.analytics-filters{display:flex;flex-wrap:wrap;gap:10px}.analytics-filter{display:flex;flex-direction:column;gap:4px;flex:1 1 160px}.analytics-filter>span{font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint)}.analytics-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:.6rem}.analytics-section-head h3{margin:0}.analytics-toggle{display:inline-flex;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:3px;gap:2px}.analytics-toggle button{border:none;background:none;font-family:var(--font-sans);font-weight:700;font-size:11.5px;color:var(--ink-soft);padding:5px 12px;border-radius:999px;cursor:pointer}.analytics-toggle button.on{background:var(--sea);color:#fff}.analytics-legend{display:flex;gap:14px;margin-bottom:.6rem;font-size:.78rem;color:var(--ink-soft)}.analytics-legend-item{display:inline-flex;align-items:center;gap:6px}.abar-swatch{width:11px;height:11px;border-radius:3px}.abar-posted{background:var(--sea)}.abar-expected{background:var(--sand)}.abar-actual{background:var(--lagoon)}.abar-count{background:var(--sea)}.abar-list{display:flex;flex-direction:column;gap:9px}.abar-row{display:grid;grid-template-columns:minmax(84px,30%) 1fr;align-items:center;gap:11px}.abar-group{display:flex;flex-direction:column;gap:5px}.abar-name{font-size:.85rem;font-weight:600;color:var(--ink);min-width:0}.abar-name-meta{font-family:var(--font-mono);font-size:.72rem;color:var(--ink-faint);font-weight:400}.abar{display:flex;align-items:center;gap:9px}.abar-track{flex:1;height:9px;border-radius:999px;background:var(--surface-2);overflow:hidden}.abar-fill{height:100%;border-radius:999px;transition:width .3s ease}.abar-value{flex-shrink:0;min-width:3.2rem;text-align:right;font-family:var(--font-mono);font-size:.78rem;color:var(--ink-soft)}.ifilter{margin:0 0 .9rem}.ifilter-bar{display:flex;align-items:center;gap:12px}.ifilter-toggle{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-sans);font-weight:700;font-size:13px;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:8px 14px;cursor:pointer;-webkit-tap-highlight-color:transparent}.ifilter-toggle svg{width:14px;height:14px}.ifilter-toggle.on{color:var(--sea-text);background:var(--sea-wash);border-color:color-mix(in oklch,var(--sea) 35%,transparent)}.ifilter-badge{font-family:var(--font-mono);font-size:10px;font-weight:700;color:#fff;background:var(--sea);border-radius:999px;padding:1px 7px}.ifilter-clear{background:none;border:none;font-family:var(--font-sans);font-weight:600;font-size:12.5px;color:var(--ink-faint);cursor:pointer;padding:4px 6px}.ifilter-clear:hover{color:var(--coral)}.ifilter-sort{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-sans);font-weight:700;font-size:13px;color:var(--ink-soft);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:8px 14px;cursor:pointer;-webkit-tap-highlight-color:transparent}.ifilter-sort svg{width:14px;height:14px}.ifilter-sort:hover{border-color:color-mix(in oklch,var(--sea) 35%,transparent)}.ifilter-panel{margin-top:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);padding:14px 15px 6px}.ifilter-group{margin-bottom:12px}.ifilter-group-head{display:flex;align-items:center;gap:7px;width:100%;background:none;border:none;padding:4px 0 9px;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:var(--ink)}.ifilter-chevron{display:flex;color:var(--ink-faint);transition:transform .18s}.ifilter-chevron svg{width:15px;height:15px}.ifilter-chevron.open{transform:rotate(90deg)}.ifilter-group-count{font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--sea-text);background:var(--sea-wash);border-radius:999px;padding:1px 7px}.ifilter-chips{display:flex;flex-wrap:wrap;gap:7px}.ifilter-chip{font-family:var(--font-sans);font-weight:600;font-size:12.5px;color:var(--ink-soft);background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:6px 12px;cursor:pointer;transition:transform .08s,background .12s,border-color .12s;-webkit-tap-highlight-color:transparent}.ifilter-chip:active{transform:scale(.96)}.ifilter-chip.on{color:var(--sea-text);background:var(--sea-wash);border-color:color-mix(in oklch,var(--sea) 38%,transparent)}.ifilter-loading{font-size:.8rem;padding:2px 0 8px;margin:0}.entity-image-preview{display:flex;align-items:center;gap:12px;margin-bottom:8px}.entity-image-preview img{width:72px;height:72px;object-fit:cover;border-radius:var(--r-sm);border:1px solid var(--line)}.entity-upload-btn{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-bottom:8px;cursor:pointer}.entity-features{display:flex;flex-direction:column;gap:4px}.entity-feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;margin-top:8px}.entity-feature{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:2px 8px;padding:9px 12px;border:1px solid var(--color-border);border-radius:var(--r-sm);background:var(--color-surface);cursor:pointer}.entity-feature.is-on{background:var(--sea-wash);border-color:color-mix(in oklch,var(--sea) 35%,transparent)}.entity-feature input{grid-row:span 2;align-self:center;margin:0}.entity-feature-label{font-size:13px;font-weight:600}.entity-feature.is-on .entity-feature-label{color:var(--sea-text)}.entity-feature-hint{grid-column:2;font-size:12px;line-height:1.35;color:var(--color-text-muted)}.event-flow-source{display:flex;gap:6px;align-items:baseline;flex-wrap:wrap;color:var(--sea-text)}.event-option-list{display:flex;flex-direction:column;gap:8px;margin:6px 0 10px}.event-option-row{display:flex;align-items:center;gap:8px}.event-option-name{flex:1 1 auto;min-width:0}.event-option-type{flex:0 0 auto;max-width:42%}.event-option-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.event-option-item{display:flex;flex-direction:column;gap:6px}.event-option-flow-toggle{align-self:flex-start;margin-left:2px;font-size:12px;font-weight:600;color:var(--sea-text);background:var(--sea-wash);border:1px solid color-mix(in oklch,var(--sea) 30%,transparent);border-radius:999px;padding:5px 10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.event-option-flow-toggle[aria-expanded=true]{background:var(--sea);border-color:var(--sea);color:var(--color-text-inverse)}.event-option-flow-toggle.has-issue{background:var(--color-warning-bg);border-color:color-mix(in oklch,var(--color-warning) 45%,transparent);color:var(--color-warning-text)}.event-option-issue{font-size:12px;line-height:1.4;color:var(--color-warning-text)}.event-option-issue.is-error{color:var(--color-danger)}.step-flow{display:flex;flex-direction:column;gap:10px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--r-sm);background:var(--color-surface)}.step-flow-start{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.step-flow-section{display:flex;flex-direction:column;gap:6px}.step-flow-label{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.step-flow-hint{font-weight:400;text-transform:none;letter-spacing:0}.step-flow-chips{display:flex;flex-wrap:wrap;gap:6px}.step-flow-chip{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;border-radius:999px;padding:4px 9px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);cursor:pointer}.step-flow-chip--on{background:var(--sea-wash);border-color:color-mix(in oklch,var(--sea) 35%,transparent);color:var(--sea-text);cursor:default}.step-flow-chip--off:hover{border-color:color-mix(in oklch,var(--sea) 40%,transparent);color:var(--sea-text)}.step-flow-move,.step-flow-x{background:none;border:0;padding:0 2px;font-size:13px;line-height:1;color:inherit;cursor:pointer}.step-flow-move:disabled{opacity:.3;cursor:default}.step-flow-empty,.step-flow-note{font-size:12px;color:var(--color-text-muted)}.anchor-input-time{width:auto;min-width:92px;font-size:14px}.nearby-card-foot{display:flex;flex-direction:column;gap:3px;margin-top:auto}.nearby-card-live{font-family:var(--font-mono);font-size:10px;font-weight:700}.nearby-card-live-ok{color:var(--sea-text)}.nearby-card-live-warn{color:var(--coral)}.nearby-card-live-muted{color:var(--ink-faint)}.entity-history .analytics-grid{margin-bottom:.5rem}.analytics-card-value-date{font-size:.95rem;line-height:1.25}.ehist-tier-empty{font-size:.8rem}.ehist-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.ehist-visit{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.55rem}.ehist-visit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.ehist-visit-when{display:flex;flex-direction:column;gap:.1rem}.ehist-visit-date{font-weight:700}.ehist-visit-time{font-family:var(--font-mono);font-size:.78rem;color:var(--color-text-muted)}.ehist-zone{opacity:.75}.ehist-visit-trip{font-size:.88rem;color:var(--color-text-muted);display:flex;flex-wrap:wrap;gap:.35rem}.ehist-visit-trip a{color:var(--color-primary);text-decoration:none}.ehist-visit-trip a:hover{text-decoration:underline}.ehist-sep{opacity:.6}.ehist-stats{display:flex;flex-wrap:wrap;gap:.4rem}.ehist-stat{display:flex;flex-direction:column;min-width:4.2rem;padding:.35rem .6rem;border-radius:var(--r-sm);background:var(--color-bg);border:1px solid var(--color-border)}.ehist-stat-k{font-size:.62rem;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);font-weight:600}.ehist-stat-v{font-family:var(--font-mono);font-weight:700;font-size:.95rem}.ehist-stat-delay .ehist-stat-v{color:var(--sand-deep)}.ehist-block-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);font-weight:600;margin-bottom:.2rem}.ehist-orders{margin:0;padding-left:1.1rem;font-size:.88rem}.ehist-order-who{font-weight:600}.ehist-round+.ehist-round{margin-top:.3rem}.ehist-round-label{font-size:.75rem;color:var(--color-text-muted)}.ehist-notes{font-size:.9rem}.ehist-open{align-self:flex-end;font-size:.85rem;color:var(--color-primary);text-decoration:none}.ehist-open:hover{text-decoration:underline}
