@import"https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap";:root{--theme-bg-primary: #141414;--theme-bg-secondary: #1a1a1a;--theme-bg-tertiary: #2a2a2a;--theme-bg-card: rgba(31, 31, 31, .95);--theme-bg-card-hover: rgba(38, 38, 38, .98);--theme-bg-overlay: rgba(0, 0, 0, .8);--theme-text-primary: #ededed;--theme-text-secondary: rgba(237, 237, 237, .85);--theme-text-tertiary: rgba(237, 237, 237, .7);--theme-text-muted: rgba(237, 237, 237, .5);--theme-border-primary: rgba(255, 255, 255, .08);--theme-border-secondary: rgba(255, 255, 255, .1);--theme-border-accent: rgba(59, 130, 246, .3);--theme-accent-primary: #5a79a8;--theme-accent-hover: #60a5fa;--theme-shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--theme-shadow-md: 0 2px 6px rgba(0, 0, 0, .3);--theme-shadow-lg: 0 4px 10px rgba(0, 0, 0, .3);--theme-shadow-accent: 0 12px 32px rgba(59, 130, 246, .2);--theme-badge-bg: rgba(255, 255, 255, .07);--theme-badge-text: rgba(237, 237, 237, .7);--theme-badge-border: rgba(255, 255, 255, .1);--theme-surface: #1f1f1f}[data-theme=light]{--theme-surface: #ffffff;--theme-bg-primary: #f5f5f7;--theme-bg-secondary: #f5f5f7;--theme-bg-tertiary: #e5e5e7;--theme-bg-card: rgba(255, 255, 255, .95);--theme-bg-card-hover: rgba(250, 250, 252, .98);--theme-bg-overlay: rgba(0, 0, 0, .5);--theme-text-primary: #242424;--theme-text-secondary: rgba(36, 36, 36, .85);--theme-text-tertiary: rgba(36, 36, 36, .7);--theme-text-muted: rgba(36, 36, 36, .5);--theme-border-primary: rgba(59, 130, 246, .2);--theme-border-secondary: rgba(0, 0, 0, .1);--theme-border-accent: rgba(59, 130, 246, .4);--theme-accent-primary: #5a79a8;--theme-accent-hover: #2563eb;--theme-shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--theme-shadow-md: 0 4px 16px rgba(0, 0, 0, .15);--theme-shadow-lg: 0 8px 32px rgba(0, 0, 0, .2);--theme-shadow-accent: 0 12px 32px rgba(59, 130, 246, .15);--theme-badge-bg: rgba(0, 0, 0, .05);--theme-badge-text: rgba(26, 31, 46, .7);--theme-badge-border: rgba(0, 0, 0, .1)}*:focus-visible{outline:2px solid var(--theme-accent-hover)!important;outline-offset:2px}.leaflet-interactive:focus,.leaflet-interactive:focus-visible,.leaflet-marker-icon:focus,.leaflet-marker-icon:focus-visible,.leaflet-marker-icon :focus-visible,.recharts-surface:focus,.recharts-surface:focus-visible,.recharts-surface :focus,.recharts-surface :focus-visible{outline:none!important}.search-settings-popover-wrapper{position:relative;display:inline-flex;z-index:1000}.search-settings-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--theme-badge-bg);border:1px solid var(--theme-border-primary);border-radius:10px;color:var(--theme-text-secondary);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}.search-settings-trigger:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.search-settings-trigger--active{background:var(--theme-bg-tertiary);border-color:var(--theme-accent-primary);color:var(--theme-text-primary)}.search-settings-dropdown{width:320px;max-height:calc(100vh - 32px);overflow-y:auto;background:#1a1f2e;border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:var(--theme-shadow-lg);padding:.875rem;z-index:1200;animation:search-settings-slide .15s ease}[data-theme=light] .search-settings-dropdown{background:#f5f5f7}@keyframes search-settings-slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.search-settings-section{display:flex;flex-direction:column;gap:.5rem}.search-settings-section-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.search-settings-section-title{margin:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-tertiary)}.search-settings-info{display:inline-flex;align-items:center;justify-content:center;color:var(--theme-text-tertiary);cursor:help;border-radius:4px;padding:2px;transition:color .15s ease,background .15s ease}.search-settings-info:hover,.search-settings-info:focus-visible{color:var(--theme-text-primary);background:var(--theme-badge-bg);outline:none}.search-settings-divider{height:1px;background:var(--theme-border-secondary);margin:.875rem 0}.search-mode-toggle-group{display:flex;flex-direction:column;gap:.375rem}.search-mode-btn{display:flex;align-items:center;gap:.625rem;padding:.375rem .75rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-primary);border-radius:10px;color:var(--theme-text-secondary);cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease,color .15s ease}.search-mode-btn:hover:not(:disabled){background:var(--theme-bg-tertiary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.search-mode-btn--active{background:#3b82f61f;border-color:var(--theme-accent-primary);color:var(--theme-text-primary)}.search-mode-btn--active strong{color:var(--theme-accent-primary)}.search-mode-btn--locked{opacity:.55;cursor:not-allowed;width:100%}.search-mode-btn-disabled-wrapper{display:block;cursor:not-allowed}.search-mode-btn-disabled-wrapper:focus-visible{outline:2px solid var(--theme-accent-primary);outline-offset:2px;border-radius:10px}.search-mode-btn-label{display:flex;flex-direction:column;gap:0px;min-width:0;flex:1}.search-mode-btn-label strong{font-size:.85rem;font-weight:600;color:inherit}.search-mode-btn-label small{font-size:.72rem;color:var(--theme-text-tertiary);font-weight:500}.search-settings-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-primary);border-radius:8px;color:var(--theme-text-primary);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.search-settings-action-btn:hover:not(:disabled){background:var(--theme-bg-tertiary);border-color:var(--theme-border-accent)}.search-settings-action-btn:disabled{opacity:.5;cursor:not-allowed}.search-settings-advanced-toggle{width:100%;justify-content:flex-start;gap:.5rem}.search-settings-advanced-toggle--active{background:#3b82f61f;border-color:var(--theme-accent-primary);color:var(--theme-text-primary)}.search-settings-advanced-badge{margin-left:auto;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:4px;background:var(--theme-border-secondary);color:var(--theme-text-tertiary);letter-spacing:.04em}.search-settings-advanced-badge--on{background:var(--theme-accent-primary);color:#fff}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.ssb{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;flex:1;min-width:0;overflow:hidden;animation:ssb-slide-in .3s cubic-bezier(.22,1,.36,1) forwards}.ssb--leaving{animation:ssb-slide-out .25s cubic-bezier(.4,0,1,1) forwards}@keyframes ssb-slide-in{0%{opacity:0;transform:translateY(-120%)}to{opacity:1;transform:translateY(0)}}@keyframes ssb-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-120%)}}.ssb-search{position:relative;display:flex;align-items:center;flex:6 1 56px;max-width:200px;min-width:56px}.ssb-search-icon{position:absolute;left:10px;color:var(--theme-text-tertiary);pointer-events:none;flex-shrink:0}.ssb-search-input{width:100%;height:34px;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:20px;color:var(--theme-text-primary);font-size:.8rem;padding:0 32px 0 30px;outline:none;font-family:Urbanist,sans-serif;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.ssb-search-settings{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;z-index:2}.ssb-search-settings .search-settings-trigger{width:22px;height:22px;padding:0;background:transparent;border:1px solid transparent;box-shadow:none}.ssb-search-settings .search-settings-trigger:hover,.ssb-search-settings .search-settings-trigger--active{background:transparent;border-color:transparent}.ssb-search-input::-moz-placeholder{color:var(--theme-text-muted)}.ssb-search-input::placeholder{color:var(--theme-text-muted)}.ssb-search-input:focus{border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-border-accent)}.ssb-keywords{position:relative;display:flex;align-items:center;flex-wrap:nowrap;gap:.3rem;flex:0 1 auto;min-width:50px;overflow:hidden}.ssb-keywords-measure{position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;flex-wrap:nowrap;gap:.3rem;white-space:nowrap;visibility:hidden;pointer-events:none}.ssb-kw-trigger{display:inline-flex;align-items:center;gap:4px;height:34px;padding:0 9px;border-radius:20px;border:1px solid var(--theme-badge-border);background:transparent;color:var(--theme-text-secondary);font-size:.8rem;font-weight:600;cursor:pointer;font-family:Urbanist,sans-serif;white-space:nowrap;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.ssb-kw-trigger:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.ssb-kw-trigger-count{font-variant-numeric:tabular-nums}.ssb-kw-popover{background:var(--theme-bg-card, #fff);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.6rem;display:flex;flex-wrap:wrap;gap:.3rem;min-width:220px;max-width:340px;animation:ssb-cal-pop-in .15s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .ssb-kw-popover{box-shadow:0 12px 40px #0006,0 4px 12px #00000040}.ssb-kw-tag{display:inline-flex;align-items:center;gap:4px;height:34px;padding:0 10px;border-radius:20px;border:1px solid var(--theme-badge-border);background:var(--theme-badge-bg);font-size:.8rem;font-weight:500;color:var(--theme-text-primary);white-space:nowrap;flex-shrink:0}.ssb-kw-mode{cursor:pointer;border-style:dashed;font-weight:700;font-size:.7rem;background:transparent;transition:background .15s ease}.ssb-kw-mode--active{background:var(--theme-accent-primary);border-color:var(--theme-accent-primary);color:#fff;border-style:solid}.ssb-kw-text{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ssb-kw-remove{display:flex;align-items:center;background:transparent;border:none;color:var(--theme-text-muted);cursor:pointer;padding:0;line-height:1;transition:color .15s ease}.ssb-kw-remove:hover{color:var(--theme-text-primary)}.ssb-date-chip{display:inline-flex;align-items:center;gap:.3rem;height:34px;padding:0 10px;border-radius:20px;border:1px solid var(--theme-badge-border);background:transparent;color:var(--theme-text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;font-family:Urbanist,sans-serif;white-space:nowrap;flex-shrink:1;min-width:38px;transition:background .15s ease,color .15s ease,border-color .15s ease}.ssb-date-chip:hover,.ssb-date-chip--open{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.ssb-date-chip--active{background:color-mix(in srgb,var(--theme-accent-primary) 14%,transparent);border-color:color-mix(in srgb,var(--theme-accent-primary) 40%,transparent);color:var(--theme-accent-primary)}.ssb-date-chip--active:hover{background:color-mix(in srgb,var(--theme-accent-primary) 20%,transparent)}.ssb-date-chip-icon{flex-shrink:0}.ssb-date-chip-label{max-width:130px;min-width:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ssb-date-popover{background:var(--theme-bg-card, #fff);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.5rem;display:flex;flex-direction:column;gap:.35rem;min-width:200px;max-width:min(360px,calc(100vw - 16px));animation:ssb-cal-pop-in .15s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .ssb-date-popover{box-shadow:0 12px 40px #0006,0 4px 12px #00000040}.ssb-date-popover-presets{display:flex;flex-direction:column;gap:.15rem}.ssb-date-popover-item{display:flex;align-items:center;height:32px;padding:0 .6rem;border-radius:8px;border:none;background:transparent;color:var(--theme-text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;font-family:Urbanist,sans-serif;text-align:left;transition:background .12s ease,color .12s ease}.ssb-date-popover-item:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.ssb-date-popover-item--active{background:color-mix(in srgb,var(--theme-accent-primary) 14%,transparent);color:var(--theme-accent-primary);font-weight:600}.ssb-date-popover-custom-toggle{display:flex;align-items:center;gap:.4rem;height:30px;padding:0 .55rem;margin-top:.15rem;border-radius:0 0 8px 8px;border:none;border-top:1px solid var(--theme-border-secondary);background:transparent;color:var(--theme-text-tertiary);font-size:.72rem;font-weight:600;font-family:Urbanist,sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:color .12s ease,background .12s ease}.ssb-date-popover-custom-toggle:hover,.ssb-date-popover-custom-toggle--open{color:var(--theme-text-secondary)}.ssb-date-popover-custom-toggle>span{flex:1;text-align:left}.ssb-date-popover-custom-chevron{transition:transform .2s ease;opacity:.6}.ssb-date-popover-custom-chevron--open{transform:rotate(180deg)}.ssb-date-popover-custom{display:flex;flex-direction:column;gap:.8rem;padding:.4rem .2rem .2rem}@keyframes ssb-cal-pop-in{0%{opacity:0;transform:translateY(-4px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ssb-cal-inputs{display:flex;align-items:flex-end;gap:.5rem}.ssb-cal-field{flex:1;display:flex;flex-direction:column;gap:.2rem}.ssb-cal-label{font-size:.65rem;font-weight:650;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-family:Urbanist,sans-serif;padding-left:.1rem}.ssb-cal-input{background:var(--theme-badge-bg);border:1.5px solid var(--theme-badge-border);border-radius:8px;color:var(--theme-text-primary);font-size:.82rem;font-family:Urbanist,sans-serif;font-weight:550;padding:.4rem .55rem;outline:none;text-align:center;width:100%;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease;font-variant-numeric:tabular-nums}.ssb-cal-input::-moz-placeholder{color:var(--theme-text-tertiary);opacity:.5;font-weight:400}.ssb-cal-input::placeholder{color:var(--theme-text-tertiary);opacity:.5;font-weight:400}.ssb-cal-input:focus{border-color:var(--theme-accent-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-accent-primary) 12%,transparent)}.ssb-cal-sep{color:var(--theme-text-tertiary);font-size:.85rem;opacity:.4;flex-shrink:0;padding-bottom:.45rem;font-weight:300}.ssb-date-popover-custom .rdp-root{--rdp-accent-color: var(--theme-accent-primary, #4F46E5);--rdp-accent-background-color: color-mix(in srgb, var(--theme-accent-primary) 10%, transparent);--rdp-day-height: 34px;--rdp-day-width: 34px;--rdp-day_button-height: 32px;--rdp-day_button-width: 32px;--rdp-day_button-border-radius: 8px;--rdp-today-color: var(--theme-accent-primary, #4F46E5);--rdp-outside-opacity: .25;--rdp-range_middle-background-color: color-mix(in srgb, var(--theme-accent-primary) 8%, transparent);--rdp-range_middle-color: var(--theme-text-primary);--rdp-range_start-color: #fff;--rdp-range_end-color: #fff;--rdp-range_start-background: var(--theme-accent-primary, #4F46E5);--rdp-range_end-background: var(--theme-accent-primary, #4F46E5);--rdp-nav_button-height: 28px;--rdp-nav_button-width: 28px;--rdp-weekday-opacity: .5;font-family:Urbanist,sans-serif;font-size:.82rem;margin:0;width:100%}.ssb-date-popover-custom .rdp-month_caption{font-size:.88rem;font-weight:650;color:var(--theme-text-primary);letter-spacing:-.02em;text-transform:capitalize;font-family:Urbanist,sans-serif}.ssb-date-popover-custom .rdp-weekday{font-size:.68rem;font-weight:650;color:var(--theme-text-tertiary);font-family:Urbanist,sans-serif}.ssb-date-popover-custom .rdp-day_button{font-family:Urbanist,sans-serif;font-weight:500;font-size:.8rem;color:var(--theme-text-primary)}.ssb-date-popover-custom .rdp-day_button:hover{background:var(--theme-bg-secondary)}.ssb-date-popover-custom .rdp-chevron{fill:var(--theme-text-secondary)}.ssb-date-popover-custom .rdp-month_grid{width:100%}[data-theme=dark] .ssb-date-popover-custom .rdp-root{--rdp-range_middle-background-color: color-mix(in srgb, var(--theme-accent-primary) 15%, transparent)}[data-theme=dark] .ssb-date-popover-custom .rdp-day_button:hover{background:#ffffff0f}.ssb-sources-zone{position:relative;flex:1 1 auto;min-width:50px;display:flex;align-items:center;overflow:visible}.ssb-sources{display:flex;align-items:center;flex-wrap:nowrap;gap:.25rem;min-width:0;overflow:hidden}.ssb-sources--has-overflow{margin-left:auto}.ssb-sources-measure{position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;flex-wrap:nowrap;gap:.25rem;white-space:nowrap;visibility:hidden;pointer-events:none}.ssb-sources-collapsed{display:flex;align-items:center}.ssb-sources-trigger{display:inline-flex;align-items:center;gap:4px;height:34px;padding:0 9px;border-radius:20px;border:1px solid var(--theme-badge-border);background:transparent;color:var(--theme-text-secondary);font-size:.8rem;font-weight:600;cursor:pointer;font-family:Urbanist,sans-serif;white-space:nowrap;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.ssb-sources-trigger:hover,.ssb-sources-trigger--open{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.ssb-sources-count{font-variant-numeric:tabular-nums}.ssb-sources-popover{background:var(--theme-bg-card, #fff);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.6rem;display:flex;flex-direction:column;gap:.5rem;min-width:220px;max-width:340px;animation:ssb-cal-pop-in .15s cubic-bezier(.16,1,.3,1)}.ssb-sources-popover-grid{display:flex;flex-wrap:wrap;gap:.3rem}.ssb-sources-reset{align-self:flex-start;background:transparent;border:none;color:var(--theme-accent-primary);font-size:.75rem;font-weight:600;cursor:pointer;padding:2px 4px;font-family:Urbanist,sans-serif}.ssb-sources-reset:hover{text-decoration:underline}[data-theme=dark] .ssb-sources-popover{box-shadow:0 12px 40px #0006,0 4px 12px #00000040}.ssb-pill{display:inline-flex;align-items:center;gap:4px;height:34px;padding:0 10px;border-radius:20px;border:1px solid transparent;font-size:.78rem;font-weight:500;cursor:pointer;font-family:Urbanist,sans-serif;white-space:nowrap;transition:opacity .15s ease,background .15s ease}.ssb-pill--on{background:color-mix(in srgb,var(--pill-color) 15%,transparent);border-color:color-mix(in srgb,var(--pill-color) 40%,transparent);color:var(--pill-color)}.ssb-pill--off{background:transparent;border-color:var(--theme-badge-border);color:var(--theme-text-muted);opacity:.55}.ssb-pill--off:hover{opacity:1;background:var(--theme-badge-bg)}.ssb-pill-label{max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html,body{overflow-x:hidden;max-width:100%}.site-header{background:var(--theme-surface);border-bottom:none;position:fixed;top:0;left:0;right:0;width:100%;z-index:997;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__inner{width:100%;max-width:none;margin:0;padding:.75rem 1rem .75rem 0px;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;overflow:hidden;gap:clamp(10px,calc(10px + (100vw - 480px)*.0355),2rem)}.site-header__brand{display:flex;align-items:center;gap:1.5rem;text-decoration:none;color:var(--theme-text-primary)}.site-header__logo{height:28px;width:auto;margin-top:3px;transition:filter .3s ease}[data-theme=light] .site-header__logo{filter:invert(.85)}.site-header__title{font-family:Urbanist,sans-serif;font-weight:600;font-size:1rem;color:var(--theme-text-primary)}.site-header__sticky-search{flex:1;min-width:0;display:flex;align-items:center;overflow:visible;clip-path:inset(-200px 0 -200px 0)}.site-header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.site-header__user{font-family:Urbanist,sans-serif;color:var(--theme-text-secondary);font-size:.9rem;font-weight:500}.site-header__logout{background:#fff;color:var(--theme-text-primary);border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:10px;cursor:pointer;font-family:Urbanist,sans-serif;font-weight:600;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 6px #00000026}.site-header__logout:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 3px 10px #00000040}.site-header__logout:active{transform:translateY(0)}.site-footer{--footer-arch-radius: 18px;background:var(--theme-surface);border-top:none;margin-top:auto;box-shadow:4px -4px 8px #00000014,2px -2px 3px #0000000f;position:relative;z-index:1000;min-height:var(--header-height, 60px);display:flex;align-items:center}.site-footer:before{content:"";position:absolute;top:calc(var(--footer-arch-radius) * -1);left:0;width:var(--footer-arch-radius);height:var(--footer-arch-radius);background:var(--theme-surface);-webkit-mask:radial-gradient(circle at top right,transparent 0,transparent var(--footer-arch-radius),#000 calc(var(--footer-arch-radius) + .5px));mask:radial-gradient(circle at top right,transparent 0,transparent var(--footer-arch-radius),#000 calc(var(--footer-arch-radius) + .5px));filter:drop-shadow(0 -2px 4px rgba(0,0,0,.06));pointer-events:none}.site-footer__inner{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--theme-text-secondary)}.site-footer__copy{font-family:Urbanist,sans-serif;font-size:.9rem;color:var(--theme-text-tertiary)}.site-footer__nav{display:flex;gap:.5rem}.site-footer__nav a{color:var(--theme-text-secondary);text-decoration:none;padding:.4rem .8rem;border-radius:6px;font-family:Urbanist,sans-serif;font-size:.9rem;transition:all .3s ease}.site-footer__nav a:hover{color:var(--theme-text-primary);background:var(--theme-badge-bg)}.layout-loading-overlay{position:fixed;top:var(--header-height, 60px);left:0;right:0;bottom:0;background:#f3f3f3d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:90;pointer-events:auto;display:flex;align-items:center;justify-content:center;animation:layout-overlay-in .3s ease forwards}[data-theme=dark] .layout-loading-overlay{background:#141414d1}@keyframes layout-overlay-in{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.layout-loading-overlay--out{animation:layout-overlay-out .3s ease forwards}@keyframes layout-overlay-out{0%{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}to{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}}.layout-loading-pill{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 2.5rem;background:var(--theme-bg-card, #fff);border:1px solid var(--theme-border-secondary);border-radius:20px;box-shadow:0 8px 48px #00000024,0 2px 12px #00000012;pointer-events:none;animation:layout-pill-in .3s cubic-bezier(.16,1,.3,1) forwards;min-width:200px}@keyframes layout-pill-in{0%{opacity:0;transform:scale(.93) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.layout-loading-logo{height:28px;width:auto;opacity:.9}[data-theme=light] .layout-loading-logo{filter:invert(.85)}@media (max-width: 768px){.site-header__inner{padding:1rem 1.5rem 1rem 0}.site-header__title{font-size:1.1rem}.site-header__user{display:none}.site-footer__inner{padding:1.25rem 1.5rem;flex-direction:column;align-items:center;text-align:center;gap:1rem}.site-footer__nav{flex-wrap:wrap;justify-content:center}}.site-header__left{display:flex;align-items:center;gap:1rem}.site-header__menu-btn{background:#0000000f;border:none;color:var(--theme-text-primary);padding:0;width:40px;height:40px;flex-shrink:0;cursor:pointer;border-radius:12px;margin-left:8px;transition:background .2s ease,color .2s ease,transform .1s ease;display:flex;align-items:center;justify-content:center}.site-header__menu-btn:hover{background:#00000017;color:var(--theme-text-primary)}[data-theme=dark] .site-header__menu-btn{background:#ffffff12}[data-theme=dark] .site-header__menu-btn:hover{background:#ffffff1f}.site-header__menu-icon{width:20px;height:20px;stroke-width:2.5;color:#00000073}[data-theme=dark] .site-header__menu-icon{color:var(--theme-text-primary)}.site-header__notification-btn{position:relative;background:transparent;border:none;color:var(--theme-text-primary);opacity:.92;padding:.5rem;cursor:pointer;transition:color .2s ease,transform .1s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center}.site-header__notification-btn:hover{color:var(--theme-text-primary);opacity:1;transform:translateY(-1px)}.site-header__theme-toggle{background:transparent;border:none;color:var(--theme-text-primary);opacity:.92;padding:.5rem;cursor:pointer;transition:color .2s ease,transform .1s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center}.site-header__theme-toggle:hover{color:var(--theme-text-primary);opacity:1;transform:translateY(-1px)}.site-header__theme-icon{width:20px;height:20px;stroke-width:2;opacity:.5}.site-header__notification-icon{width:22px;height:22px;stroke-width:2.5}.site-header__notification-badge{position:absolute;top:.25rem;right:.25rem;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 .3rem;box-shadow:0 2px 4px #0000004d;border:2px solid #0f1419;line-height:1}.site-header__notification-wrapper{position:relative}.site-header__notification-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:var(--theme-bg-overlay);z-index:1002;animation:fadeIn .2s ease}.site-header__notification-overlay-closing{animation:fadeOut .3s ease}.site-header__notification-btn-active{color:var(--theme-text-primary);background:var(--theme-badge-bg);border-radius:8px}.site-header__notification-panel{position:fixed;top:0;right:0;background:var(--theme-bg-secondary);border-left:1px solid var(--theme-border-secondary);box-shadow:var(--theme-shadow-lg);z-index:1003;display:flex;flex-direction:column;overflow:hidden;transform:translate(0);animation:slideInRight .3s ease;margin:0;padding:0;contain:strict;width:420px!important;max-width:90vw!important;height:100vh!important}.site-header__notification-panel *{transition:none!important;animation:none!important}.site-header__notification-panel-closing{animation:slideOutRight .3s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.site-header__notification-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0}.site-header__notification-panel-actions{display:flex;align-items:center;gap:.5rem}.site-header__notification-close-btn{background:transparent;border:none;color:var(--theme-text-muted);padding:.25rem;cursor:pointer;transition:color .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.site-header__notification-close-btn:hover{color:var(--theme-text-primary);background:var(--theme-badge-bg)}.site-header__notification-close-icon{width:20px;height:20px}.site-header__notification-mark-read-btn{background:transparent;border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.75rem;font-weight:500}.site-header__notification-mark-read-btn:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);border-color:var(--theme-border-accent)}.site-header__notification-panel-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--theme-text-primary)}.site-header__notification-clear-btn{background:transparent;border:none;color:var(--theme-text-muted);padding:.25rem;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.site-header__notification-clear-btn:hover{color:var(--theme-text-primary);background:var(--theme-badge-bg)}.site-header__notification-clear-icon{width:16px;height:16px}.site-header__notification-panel-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;height:calc(100vh - 80px)!important;contain:layout style}.site-header__notification-updates-section{padding:1rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;contain:layout style}.site-header__notification-update-card{background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:12px;padding:1.25rem;transition:all .2s ease}.site-header__notification-update-card:hover{border-color:var(--theme-border-accent);box-shadow:var(--theme-shadow-sm)}.site-header__notification-update-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:.75rem}.site-header__notification-update-title{margin:0;font-size:1rem;font-weight:600;color:var(--theme-text-primary);flex:1}.site-header__notification-update-badge{background:var(--theme-accent-primary);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.site-header__notification-update-subtitle{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:var(--theme-text-primary)}.site-header__notification-update-text{margin:0 0 1rem;font-size:.85rem;line-height:1.5;color:var(--theme-text-secondary)}.site-header__notification-update-link{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;background:var(--theme-accent-primary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;width:100%}.site-header__notification-update-link:hover{background:var(--theme-accent-hover);transform:translateY(-1px);box-shadow:var(--theme-shadow-md)}.site-header__notification-update-link:active{transform:translateY(0)}.site-header__notification-panel-content{flex:1;overflow-y:auto;padding:0;min-height:0;contain:layout style}.site-header__notification-section-header{padding:1rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__notification-section-title{margin:0;font-size:.85rem;font-weight:600;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.5px}.site-header__notification-section-actions{display:flex;align-items:center;gap:.5rem}.site-header__notification-panel-content::-webkit-scrollbar{width:6px}.site-header__notification-panel-content::-webkit-scrollbar-track{background:var(--theme-badge-bg)}.site-header__notification-panel-content::-webkit-scrollbar-thumb{background:var(--theme-border-secondary);border-radius:3px}.site-header__notification-panel-content::-webkit-scrollbar-thumb:hover{background:var(--theme-text-tertiary)}.site-header__notification-empty{padding:2rem;text-align:center;color:var(--theme-text-muted)}.site-header__notification-empty p{margin:0;font-size:.9rem}.site-header__notification-item{padding:.75rem 1rem;border-bottom:1px solid var(--theme-border-secondary);cursor:pointer;transition:background .2s ease}.site-header__notification-item:last-child{border-bottom:none}.site-header__notification-item:hover{background:var(--theme-badge-bg)}.site-header__notification-item-unread{background:#3b82f61a;border-left:3px solid var(--theme-accent-primary)}.site-header__notification-item-unread:hover{background:#3b82f626}.site-header__notification-item-content{display:flex;flex-direction:column;gap:.25rem}.site-header__notification-item-message{margin:0;font-size:.9rem;color:var(--theme-text-primary);line-height:1.4}.site-header__notification-item-time{font-size:.75rem;color:var(--theme-text-muted)}.site-header__notification-panel-footer{flex-shrink:0;padding:.75rem 1rem;border-top:1px solid var(--theme-border-secondary);background:var(--theme-bg-primary)}.site-header__notification-version{font-size:.75rem;color:var(--theme-text-muted);font-weight:500;text-align:center;display:block}.site-header__profile-wrapper{position:relative}.site-header__profile-btn{position:relative;background:var(--theme-badge-bg);border:none;color:var(--theme-text-primary);opacity:.92;padding:.5rem;cursor:pointer;transition:color .2s ease,background .2s ease,transform .1s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center;border-radius:8px}.site-header__profile-btn:hover,.site-header__profile-btn-active{color:var(--theme-text-primary);background:var(--theme-bg-tertiary);opacity:1}.site-header__profile-icon{width:22px;height:22px;stroke-width:2.5}.site-header__profile-dropdown{position:absolute;top:calc(100% + 1.6rem);right:0;width:240px;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:var(--theme-shadow-lg);z-index:10000;display:flex;flex-direction:column;overflow:visible}.site-header__profile-dropdown-content{padding:.5rem;display:flex;flex-direction:column;gap:.25rem;overflow:visible}.site-header__profile-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border:none;color:var(--theme-text-primary);cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:.9rem;font-weight:500;text-align:left;width:100%;position:relative}.site-header__profile-dropdown-item:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.site-header__profile-dropdown-icon{color:var(--theme-text-tertiary);flex-shrink:0}.site-header__profile-dropdown-item:hover .site-header__profile-dropdown-icon{color:var(--theme-text-primary)}a.site-header__profile-dropdown-item{text-decoration:none;display:flex;width:100%}.site-header__profile-dropdown-footer{border-top:1px solid var(--theme-border-secondary);padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.site-header__profile-user-card{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);transition:background .15s ease,border-color .15s ease}.site-header__profile-user-card-link{cursor:pointer}.site-header__profile-user-card-link:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-accent-primary)}.site-header__profile-avatar{width:34px;height:34px;border-radius:50%;background:var(--theme-accent-primary);color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:0}.site-header__profile-user-details{display:flex;flex-direction:column;gap:.1rem;min-width:0}.site-header__profile-user-name{font-size:.88rem;font-weight:600;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header__profile-user-email{font-size:.75rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-header__profile-logout-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;cursor:pointer;border-radius:8px;transition:all .2s ease;font-size:.9rem;font-weight:600;text-align:left;width:100%}.site-header__profile-logout-btn:hover{background:#ef444433;border-color:#ef444480;color:#f87171}.site-header__profile-logout-btn .site-header__profile-dropdown-icon{color:#ef4444}.site-header__profile-logout-btn:hover .site-header__profile-dropdown-icon{color:#f87171}@media (max-width: 768px){.site-header__notification-panel{width:100vw;max-width:100vw}.site-header__profile-dropdown{width:220px;right:-.5rem}}.site-header__profile-dropdown-item-wrapper{position:static;z-index:1001;height:100%}.site-header__profile-dropdown-item-has-submenu{justify-content:space-between}.site-header__submenu-arrow{font-size:1.2rem;opacity:.6;transition:transform .2s ease;flex-shrink:0}.site-header__profile-dropdown-item-wrapper:hover .site-header__submenu-arrow{transform:translate(-2px);opacity:1}.site-header__settings-submenu{position:absolute;top:0;right:calc(100% + 1rem);width:400px;min-height:100%;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:var(--theme-shadow-lg);z-index:1002;animation:submenuSlideIn .15s ease;pointer-events:auto;display:block!important;visibility:visible!important;opacity:1!important}@keyframes submenuSlideIn{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.site-header__settings-submenu-content{padding:1rem}.site-header__settings-submenu-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--theme-border-secondary)}.site-header__settings-submenu-title{font-size:.95rem;font-weight:600;color:var(--theme-text-primary);margin:0}.site-header__settings-submenu .site-header__settings-icon{color:var(--theme-accent-primary)}.site-header__settings-submenu .site-header__settings-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.site-header__settings-submenu .site-header__settings-item:last-child{margin-bottom:0}.site-header__documentation-submenu{position:absolute;top:0;right:calc(100% + 1rem);width:400px;min-height:100%;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:var(--theme-shadow-lg);z-index:1002;animation:submenuSlideIn .15s ease;pointer-events:auto;display:block!important;visibility:visible!important;opacity:1!important}.site-header__settings-submenu-closing,.site-header__documentation-submenu-closing{animation:submenuSlideOut .2s ease forwards}@keyframes submenuSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(8px)}}.site-header__documentation-submenu-content{padding:1rem}.site-header__documentation-submenu-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--theme-border-secondary)}.site-header__documentation-submenu-title{font-size:.95rem;font-weight:600;color:var(--theme-text-primary);margin:0}.site-header__documentation-submenu .site-header__documentation-icon{color:var(--theme-accent-primary)}.site-header__documentation-message{display:flex;flex-direction:column;gap:1rem}.site-header__documentation-text{font-size:.9rem;color:var(--theme-text-primary);line-height:1.5;margin:0}.site-header__documentation-text-secondary{font-size:.85rem;color:var(--theme-text-secondary);line-height:1.5;margin:0}.site-header__documentation-text-secondary strong{color:var(--theme-text-primary);font-weight:600}.site-header__documentation-help-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--theme-accent-primary);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.site-header__documentation-help-btn:hover{background:var(--theme-accent-hover);transform:translateY(-1px);box-shadow:var(--theme-shadow-md)}.site-header__coming-soon-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1100;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.site-header__coming-soon-modal{position:absolute;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:16px;box-shadow:var(--theme-shadow-lg);width:90vw;max-width:450px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .2s ease;margin:1rem}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.site-header__coming-soon-modal-closing{animation:modalSlideOut .2s ease forwards}@keyframes modalSlideOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-10px)}}.site-header__coming-soon-content{padding:2rem 1.75rem 1.75rem;text-align:center}.site-header__coming-soon-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.25rem}.site-header__coming-soon-icon{color:var(--theme-accent-primary);opacity:.9;width:40px;height:40px}.site-header__coming-soon-title{font-size:1.25rem;font-weight:600;color:var(--theme-text-primary);margin:0 0 .875rem;font-family:Urbanist,sans-serif}.site-header__coming-soon-message{font-size:.95rem;line-height:1.3;color:var(--theme-text-secondary);margin:0 0 .75rem}.site-header__coming-soon-message-secondary{font-size:.85rem;line-height:1.3;color:var(--theme-text-tertiary);margin:0 0 1.25rem}.site-header__coming-soon-message-secondary strong{color:var(--theme-text-primary);font-weight:600}.site-header__coming-soon-actions{display:flex;flex-direction:column;gap:.625rem}.site-header__coming-soon-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;background:var(--theme-accent-primary);border:none;border-radius:12px;color:var(--theme-text-primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--theme-shadow-accent)}.site-header__coming-soon-btn:hover{background:var(--theme-accent-hover);box-shadow:var(--theme-shadow-accent);transform:translateY(-1px)}.site-header__coming-soon-btn:active{transform:translateY(0)}.site-header__settings-content{padding:1.5rem}.site-header__settings-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.site-header__settings-icon{color:var(--theme-accent-primary);flex-shrink:0}.site-header__settings-title{font-size:1.25rem;font-weight:700;color:var(--theme-text-primary);margin:0;font-family:Urbanist,sans-serif}.site-header__settings-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:12px}.site-header__settings-item+.site-header__settings-item{margin-top:.75rem}.site-header__settings-item-label{display:flex;flex-direction:column;gap:.25rem;flex:1}.site-header__settings-item-text{font-size:.95rem;font-weight:600;color:var(--theme-text-primary)}.site-header__settings-item-description{font-size:.85rem;color:var(--theme-text-tertiary);line-height:1.4}.site-header__settings-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--theme-text-muted);padding:.5rem 0 .25rem;margin-top:.25rem;border-top:1px solid var(--theme-border-primary)}.site-header__settings-widget-icon{flex-shrink:0;color:var(--theme-text-secondary);margin-right:.375rem}.site-header__theme-switch{position:relative;width:52px;height:28px;background:var(--theme-badge-bg);border:2px solid var(--theme-badge-border);border-radius:14px;cursor:pointer;transition:all .3s ease;flex-shrink:0;padding:2px;box-sizing:border-box}.site-header__theme-switch:hover{border-color:var(--theme-border-accent)}.site-header__theme-switch-active{background:var(--theme-accent-primary);border-color:var(--theme-accent-primary)}.site-header__theme-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--theme-text-primary);border-radius:50%;transition:transform .3s ease;box-shadow:var(--theme-shadow-sm)}.site-header__theme-switch-active .site-header__theme-switch-thumb{transform:translate(24px)}.site-header__coming-soon-btn-secondary{padding:.75rem 1.5rem;background:transparent;border:1px solid var(--theme-border-secondary);border-radius:12px;color:var(--theme-text-primary);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.site-header__coming-soon-btn-secondary:hover{background:var(--theme-badge-bg);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}@media (max-width: 640px){.site-header__coming-soon-modal{width:90vw;max-width:350px;right:calc(100% + .5rem)}.site-header__coming-soon-content{padding:2rem 1.5rem 1.5rem}.site-header__coming-soon-title{font-size:1.125rem}}@media (max-width: 640px){.site-header__brand{display:none}}@media (max-width: 480px){.site-header__theme-toggle{display:none}}.sidebar{--sidebar-arch-radius: 18px;position:fixed;top:var(--header-height, 60px);left:0;height:calc(100vh - var(--header-height, 60px));background:var(--theme-surface);z-index:999;display:flex;flex-direction:column;box-shadow:4px 4px 8px #00000014,2px 2px 3px #0000000f;transition:width .3s ease,top .15s ease,height .15s ease;overflow:visible}.sidebar:before{content:"";position:absolute;top:0;right:calc(var(--sidebar-arch-radius) * -1);width:var(--sidebar-arch-radius);height:var(--sidebar-arch-radius);background:var(--theme-surface);-webkit-mask:radial-gradient(circle at bottom right,transparent 0,transparent var(--sidebar-arch-radius),#000 calc(var(--sidebar-arch-radius) + .5px));mask:radial-gradient(circle at bottom right,transparent 0,transparent var(--sidebar-arch-radius),#000 calc(var(--sidebar-arch-radius) + .5px));filter:drop-shadow(2px 0 4px rgba(0,0,0,.06));pointer-events:none}.sidebar-collapsed{width:56px}.sidebar-expanded{width:260px}.sidebar-nav{flex:1;padding:0 8px 8px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;min-height:0;transition:padding .3s ease}.sidebar-collapsed .sidebar-nav{padding:0 0 .75rem}.sidebar-btn{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start;background:transparent;border:1px solid var(--theme-border-secondary);border-radius:12px;color:var(--theme-text-primary);padding:0 10px;cursor:pointer;font-size:.95rem;font-weight:600;text-align:left;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .1s ease,justify-content .3s ease,gap .3s ease,padding .3s ease;position:relative;gap:10px;min-width:0;overflow:hidden;box-sizing:border-box}.sidebar-collapsed .sidebar-btn{justify-content:center;padding:0;gap:0;height:40px;border-radius:12px;width:40px;margin:0 auto}.sidebar-collapsed .sidebar-btn-label{opacity:0;width:0;max-width:0;overflow:hidden;margin:0;padding:0;flex:0 0 0;transition:opacity .2s ease,max-width .3s ease,margin .3s ease,padding .3s ease}.sidebar-collapsed .sidebar-toggle{opacity:0;width:0;max-width:0;overflow:hidden;margin:0;padding:0;border-width:0;flex:0 0 0;transition:opacity .2s ease,max-width .3s ease,margin .3s ease}.sidebar-collapsed .sidebar-item-icon{margin-right:0;margin-left:0;flex-shrink:0}.sidebar-collapsed .sidebar-btn-disabled{opacity:.4;filter:grayscale(.5);cursor:not-allowed;pointer-events:none}.sidebar-collapsed .sidebar-btn-disabled .sidebar-item-icon{color:var(--theme-text-muted)}.sidebar-collapsed .sidebar-btn-disabled:hover{background:transparent;border-color:var(--theme-border-secondary);color:var(--theme-text-primary);transform:none}.sidebar-btn:hover{border-color:var(--theme-text-muted);color:var(--theme-text-primary)}.sidebar-btn:active{transform:translateY(1px)}.sidebar-item-icon{margin-right:0;flex-shrink:0;color:inherit;width:18px;height:18px;stroke-width:1.5;transition:margin-right .3s ease,width .3s ease,height .3s ease}.sidebar-collapsed .sidebar-item-icon{width:18px;height:18px}.sidebar-btn-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;margin-left:-4px;transition:opacity .3s ease,width .3s ease,max-width .3s ease,margin .3s ease,padding .3s ease,visibility .3s ease;position:relative}.sidebar-btn .sidebar-toggle{margin-left:auto}.sidebar-btn-link,.sidebar-btn-link:hover{text-decoration:none;color:var(--theme-text-primary)}.sidebar-btn-link .sidebar-item-icon,.sidebar-btn-link:hover .sidebar-item-icon{color:var(--theme-text-primary)}.sidebar-toggle{position:relative;width:44px;height:24px;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:12px;cursor:pointer;transition:all .2s ease,opacity .3s ease,width .3s ease,max-width .3s ease,margin .3s ease,padding .3s ease,visibility .3s ease;flex-shrink:0;padding:0;margin-left:auto;align-self:center}.sidebar-toggle:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-border-secondary)}.sidebar-toggle-slider{position:absolute;top:2px;left:2px;width:18px;height:18px;background:var(--theme-text-secondary);border-radius:50%;transition:transform .2s ease}.sidebar-toggle-on{background:#3b82f64d;border-color:var(--theme-accent-primary)}.sidebar-toggle-on .sidebar-toggle-slider{transform:translate(20px);background:var(--theme-accent-primary)}.sidebar-toggle-off .sidebar-toggle-slider{transform:translate(0)}.sidebar-project-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.sidebar-project-icon-folder{color:transparent;stroke-width:0}.sidebar-project-icon-letter{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);font-size:.6rem;font-weight:800;color:var(--theme-text-primary);line-height:1;pointer-events:none}.sidebar-project-item{background:#0000000f;color:var(--theme-text-secondary)}[data-theme=dark] .sidebar-project-item{background:#ffffff12}.sidebar-project-item .sidebar-project-icon-folder{color:transparent;fill:#00000040;stroke-width:0}.sidebar-project-item .sidebar-project-icon-letter{color:#fff}.sidebar-project-item:hover{background:#00000017;color:var(--theme-text-primary)}.sidebar-project-item-active{background:#0000000f;border:1px solid var(--theme-border-secondary);color:var(--theme-text-primary)}[data-theme=dark] .sidebar-project-item-active{background:#ffffff12;border:1px solid var(--theme-border-secondary)}.sidebar-expanded .sidebar-project-item-active{background:#0000001f;border:1px solid rgba(0,0,0,.3)}[data-theme=dark] .sidebar-expanded .sidebar-project-item-active{background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.sidebar-project-item-active .sidebar-project-icon-folder{color:#fffc;fill:#0000008c;stroke-width:.8}[data-theme=dark] .sidebar-project-item-active .sidebar-project-icon-folder{color:#ffffff59}.sidebar-project-item-active .sidebar-project-icon-letter{color:#fff;font-style:italic;transform:translate(-25%,-20%)}.sidebar-projects-state{display:flex;align-items:center;gap:.5rem;padding:.75rem;color:var(--theme-text-muted);font-size:.85rem}.sidebar-projects-state-icon{flex-shrink:0;color:var(--theme-text-muted)}.sidebar-projects-state-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-projects-state-error{color:var(--theme-error, #ef4444)}@keyframes sidebar-spin{to{transform:rotate(360deg)}}.sidebar-projects-state-loading{animation:sidebar-spin 1s linear infinite}.dashboard-container{transition:margin-left .3s ease}.dashboard-container.sidebar-push{margin-left:260px}.dashboard-container.sidebar-collapsed-push{margin-left:56px}.sidebar-doc-wrapper{position:relative}.sidebar-doc-tooltip{background:var(--theme-surface);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.875rem 1rem;width:320px;box-shadow:0 4px 16px #0000001f;z-index:1000;animation:tooltipSlideIn .15s ease;white-space:normal}@keyframes tooltipSlideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.sidebar-doc-tooltip-title{margin:0 0 .375rem;font-size:.95rem;font-weight:700;color:var(--theme-text-primary);letter-spacing:-.3px}.sidebar-doc-tooltip-text{margin:0;font-size:.825rem;color:var(--theme-text-secondary);line-height:1.4}[data-theme=dark] .sidebar-doc-tooltip{background:var(--theme-surface)}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.sidebar{z-index:1001}.sidebar-collapsed{width:0;box-shadow:none}.sidebar-expanded{width:280px;box-shadow:4px 4px 8px #00000014,2px 2px 3px #0000000f}.dashboard-container.sidebar-push,.dashboard-container.sidebar-collapsed-push{margin-left:0}.dashboard-container.sidebar-push:before{content:"";position:fixed;top:var(--header-height, 60px);left:0;right:0;bottom:0;background:#0006;z-index:1000;opacity:1;animation:fadeInBackdrop .2s ease;pointer-events:auto}}.loading-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem;min-width:220px;font-family:Urbanist,sans-serif}.loading-checklist__item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.2;transition:color .2s ease,opacity .2s ease}.loading-checklist__icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%}.loading-checklist__item--done{color:var(--theme-text-primary, #111);opacity:1}.loading-checklist__item--done .loading-checklist__icon{background:#22c55e24;color:#22c55e}.loading-checklist__item--active{color:var(--theme-text-primary, #111);font-weight:500;opacity:1}.loading-checklist__item--active .loading-checklist__icon{color:var(--theme-text-primary, #111)}.loading-checklist__item--pending{color:var(--theme-text-muted, #888);opacity:.55}.loading-checklist__dot{width:4px;height:4px;border-radius:50%;background:currentColor}.loading-checklist__spinner{animation:loading-checklist-spin .8s linear infinite}@keyframes loading-checklist-spin{to{transform:rotate(360deg)}}[data-theme=dark] .loading-checklist__item--done .loading-checklist__icon{background:#4ade8029;color:#4ade80}.scroll-buttons{position:fixed;right:1.25rem;z-index:1001;display:flex;align-items:flex-end;transition:bottom .2s ease;pointer-events:none}.scroll-buttons-stack{display:flex;flex-direction:column;align-items:center;gap:.625rem;pointer-events:none}.scroll-buttons-stack--visible{pointer-events:auto}.scroll-button{width:64px;height:32px;border-radius:12px;background:var(--theme-bg-card);color:var(--theme-text-secondary);cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;outline:none;position:relative;overflow:hidden;transition:opacity .45s cubic-bezier(.34,1.56,.64,1),transform .45s cubic-bezier(.34,1.56,.64,1)}.scroll-button:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary);transform:scale(1) translateY(-2px)}.scroll-button:focus{outline:none}.scroll-button--top{transition:opacity .45s cubic-bezier(.34,1.56,.64,1) .05s,transform .45s cubic-bezier(.34,1.56,.64,1) .05s}.scroll-button--wall{transition:opacity .45s cubic-bezier(.34,1.56,.64,1),transform .45s cubic-bezier(.34,1.56,.64,1)}.scroll-button__label{position:absolute;font-size:2rem;font-weight:900;color:currentColor;opacity:.12;pointer-events:none;line-height:1;z-index:0}.scroll-button svg{position:relative;z-index:1}.scroll-button--wall svg{color:#fff}[data-theme=light] .scroll-button--wall svg{color:#999}:root{--widget-fullscreen-z: 9000;--widget-fullscreen-pad: 1.5rem}.widget-fullscreen{position:relative;height:100%;min-height:0}.widget-fullscreen-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .25));border-radius:8px;background:var(--theme-bg-card, #fff);color:var(--theme-text-secondary, #64748b);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.widget-fullscreen-btn:hover{background:var(--theme-bg-tertiary, #eef2f7);color:var(--theme-text-primary, #1a1f2e)}.widget-fullscreen-toggle{position:absolute;top:.5rem;right:.5rem;z-index:6;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .25));border-radius:8px;background:var(--theme-bg-primary, #fff);color:var(--theme-text-secondary, #64748b);cursor:pointer;opacity:.65;transition:opacity .15s ease,background .15s ease,color .15s ease}.widget-fullscreen:hover .widget-fullscreen-toggle{opacity:1}.widget-fullscreen-toggle:hover{background:var(--theme-bg-tertiary, #eef2f7);color:var(--theme-text-primary, #1a1f2e)}.widget-fullscreen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--widget-fullscreen-z);height:100vh;width:100vw;background:var(--theme-bg-primary, #ffffff);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.widget-fullscreen-bar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem var(--widget-fullscreen-pad)}.widget-fullscreen-bar-slot{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;flex-wrap:wrap}.widget-fullscreen-close{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .25));border-radius:8px;background:var(--theme-bg-card, #fff);color:var(--theme-text-secondary, #64748b);cursor:pointer;transition:background .15s ease,color .15s ease}.widget-fullscreen-close:hover{background:var(--theme-bg-tertiary, #eef2f7);color:var(--theme-text-primary, #1a1f2e)}.widget-fullscreen-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;padding:var(--widget-fullscreen-pad);overflow:auto}.widget-fullscreen-bar+.widget-fullscreen-body{padding-top:0}.widget-fullscreen-body>*{flex:1 1 auto;min-height:0}.widget-fullscreen-overlay--bleed .widget-fullscreen-body{padding:0;overflow:hidden}@media (max-width: 768px){.widget-fullscreen-bar{padding:.6rem .75rem;flex-wrap:wrap}.widget-fullscreen-body{padding:.75rem}.widget-fullscreen-bar+.widget-fullscreen-body{padding-top:0}.widget-fullscreen-overlay--bleed .widget-fullscreen-body{padding:0}}.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::-moz-selection{background:transparent}.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{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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;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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-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: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;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;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;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}}.mra-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;color:var(--theme-text-primary);flex-wrap:wrap;width:100%;box-sizing:border-box}.mra-section-identity{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;overflow:hidden;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;height:40px;min-height:40px}.mra-section-info{display:flex;align-items:center;justify-content:center;color:var(--theme-text-tertiary);cursor:pointer;flex-shrink:0}.mra-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mra-section-sep{color:var(--theme-text-tertiary);font-size:.85rem;flex-shrink:0}.mra-section-subtitle{font-size:.85rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mra-section-intro{margin:.25rem 0 0;font-size:.95rem;color:var(--theme-text-secondary);max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.mra-controls{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.mra-controls-row{display:flex;flex-direction:row;align-items:stretch;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.mra-controls-row{flex-direction:column;gap:.5rem}.mra-search-container,.mra-period-selector,.mra-sources-selector{width:100%;min-width:100%}}.mra-search-container{flex:1;min-width:250px;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;box-sizing:border-box}.mra-search-wrapper{display:flex;align-items:center;gap:.75rem}.mra-search-wrapper:focus-within{border-color:var(--theme-border-secondary)}.mra-search-icon{width:18px;height:18px;color:var(--theme-text-muted);flex-shrink:0}.mra-search-input{flex:1;background:transparent;border:none;color:var(--theme-text-primary);font-size:.95rem;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;height:44px}.mra-search-input::-moz-placeholder{color:var(--theme-text-muted)}.mra-search-input::placeholder{color:var(--theme-text-muted)}.mra-period-selector,.mra-sources-selector{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem}.mra-label{font-size:.9rem;color:var(--theme-text-tertiary);font-weight:500}.mra-date-range{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mra-date-input{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;padding:.45rem .75rem;height:44px;color:var(--theme-text-primary);font-size:.9rem;font-weight:500;transition:all .2s ease;outline:none}.mra-date-input:focus{border-color:var(--theme-border-accent);background:var(--theme-bg-card)}.mra-date-separator{color:var(--theme-text-tertiary);font-size:.9rem;font-weight:500}.mra-btn{background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);border-radius:8px;padding:.45rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.mra-btn:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.mra-btn-reset{background:var(--theme-badge-bg);border-color:var(--theme-border-secondary)}.mra-btn-reset:hover{background:var(--theme-bg-secondary)}.mra-source-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.25rem .5rem;border-radius:8px;transition:background .15s ease;height:100%}.mra-source-toggle-label{font-size:.8rem;font-weight:500;color:var(--theme-text-tertiary);white-space:nowrap;transition:color .2s ease,font-weight .2s ease}.mra-source-toggle-label-active{color:var(--theme-text-primary);font-weight:700}.mra-source-toggle-track{position:relative;width:52px;height:24px;background:var(--theme-badge-bg);border:1.5px solid var(--theme-badge-border);border-radius:999px;flex-shrink:0;transition:background .2s ease,border-color .2s ease;cursor:pointer}.mra-source-toggle-track:before{content:"";position:absolute;width:3px;height:3px;background:var(--theme-text-tertiary);border-radius:50%;top:50%;left:6px;transform:translateY(-50%);box-shadow:18px 0 0 0 var(--theme-text-tertiary),36px 0 0 0 var(--theme-text-tertiary)}.mra-source-toggle-track-events{background:#3b82f6b3;border-color:#3b82f6e6}.mra-source-toggle-track-both{background:linear-gradient(90deg,#3b82f6b3,#56ccf2b3);border-color:#48a7f4e6}.mra-source-toggle-track-media{background:#56ccf2b3;border-color:#56ccf2e6}.mra-source-toggle-pill{position:absolute;top:3px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0000002e;transition:left .22s cubic-bezier(.4,0,.2,1)}.mra-source-toggle-track-events .mra-source-toggle-pill{left:3px}.mra-source-toggle-track-both .mra-source-toggle-pill{left:50%;transform:translate(-50%)}.mra-source-toggle-track-media .mra-source-toggle-pill{left:calc(100% - 19px)}[data-theme=dark] .mra-source-toggle-pill{background:var(--theme-text-primary, #f1f5f9)}.mra-sources-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;flex:1}.mra-source-btn{background:transparent;border:1px solid transparent;color:var(--theme-text-secondary);border-radius:8px;padding:.45rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem;opacity:.7}.mra-source-btn:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);opacity:1}.mra-source-btn-active{background:var(--theme-bg-secondary);border-color:var(--theme-border-secondary);color:var(--theme-text-primary);font-weight:700;border:2px solid;opacity:1}.mra-source-icon{width:16px;height:16px;color:var(--theme-text-primary);flex-shrink:0}.mra-source-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1024px){.mra-card{padding:16px}}.mra-map-container{position:relative;width:100%;height:600px;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:var(--radius);padding:0;overflow:hidden;min-height:600px;margin-top:24px}.mra-map-container--with-details{background:transparent;border:none}.mra-map-content-wrapper{display:flex;flex-direction:row;gap:1rem;align-items:stretch;height:100%;max-height:100%;transition:gap .3s ease-out}.mra-map-content-wrapper>*{transition:flex-basis .3s ease-in-out,width .3s ease-in-out,max-width .3s ease-in-out,min-width .3s ease-in-out,flex-grow .3s ease-in-out,flex-shrink .3s ease-in-out}.mra-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:var(--theme-text-tertiary);height:100%}.mra-loading-icon{width:32px;height:32px;animation:spin 1s linear infinite}.mra-map-container .centralized-results-error{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;padding:1.5rem;color:var(--theme-text-primary);background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:12px;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.mra-map-container .centralized-results-error-title{margin:0;font-weight:700;font-size:1rem;color:#ff6b6b;text-align:center}.mra-map-container .centralized-results-error-text{margin:0;font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5;text-align:center}.mra-map-container .centralized-results-retry-btn{margin-top:.5rem;padding:.5rem 1rem;background:var(--theme-accent-primary);color:var(--theme-text-primary);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease;align-self:center}.mra-map-container .centralized-results-retry-btn:hover{background:var(--theme-accent-hover)}.mra-article-details-card{flex-shrink:0;width:0;max-width:60%;min-width:0;background:transparent;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column;animation:mra-slide-in-right .3s ease-out forwards;overflow:visible;pointer-events:auto;touch-action:pan-y;align-self:stretch;max-height:100%;height:100%;margin:0;padding:0;transition:width .3s ease-out,min-width .3s ease-out;transform:translate(100%);gap:1rem}@media (max-width: 1024px){.mra-article-details-card{max-width:55%}.mra-zone-list{grid-template-columns:repeat(2,1fr)}.mra-zone-list--with-detail{grid-template-columns:1fr;padding-right:12px}.mra-zone-list-detail-panel{position:fixed;right:0;bottom:0;width:100%;max-width:100%;height:60vh;border-radius:16px 16px 0 0;border-left:none;border-bottom:none;border-right:none;animation:mra-panel-slide-up .3s ease-out}}@keyframes mra-panel-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.mra-article-details-card{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;min-width:100vw!important;height:100vh!important;max-height:100vh!important;z-index:10000!important;border-radius:0!important;animation:mra-slide-in-bottom .3s ease-out forwards;transform:translateY(100%)}.mra-zone-list{grid-template-columns:1fr}.mra-zone-list--with-detail{padding-right:12px}.mra-zone-list-detail-panel{position:fixed;right:0;bottom:0;width:100%;height:70vh;border-radius:16px 16px 0 0;border-left:none;border-bottom:none;border-right:none;animation:mra-panel-slide-up .3s ease-out}@keyframes mra-slide-in-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes mra-slide-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.mra-article-details-card--closing{animation:mra-slide-out-bottom .3s ease-in forwards!important}}@keyframes mra-slide-in-right{0%{width:0;min-width:0;transform:translate(100%);opacity:0}to{width:60%;min-width:400px;transform:translate(0);opacity:1}}@keyframes mra-slide-out-right{0%{width:60%;min-width:400px;transform:translate(0);opacity:1}to{width:0;min-width:0;transform:translate(100%);opacity:0}}.mra-article-details-card--closing{animation:mra-slide-out-right .3s ease-in forwards}.mra-zone-info-card{display:flex;align-items:center;justify-content:space-between;padding:.5rem .875rem;background:var(--theme-bg-card, #ffffff);border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .15));gap:.75rem;flex-shrink:0;height:40px;min-height:40px}.mra-zone-info-header{display:flex;align-items:center;gap:0;flex:1;min-width:0}.mra-zone-info-close{background:transparent;border:none;color:var(--theme-text-secondary, #64748b);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0;width:24px;height:24px}.mra-zone-info-close:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .12));color:var(--theme-text-primary, #1e293b)}.mra-zone-info-stats{display:flex;align-items:center;gap:1.2rem;flex-shrink:0}.mra-zone-stat{display:flex;align-items:center;gap:.3rem;white-space:nowrap}.mra-zone-stat-label{font-family:Urbanist,sans-serif;font-size:.7rem;font-weight:600;color:var(--theme-text-tertiary, #94a3b8);text-transform:uppercase;letter-spacing:.2px}.mra-zone-stat-value{font-family:Urbanist,sans-serif;font-size:.9rem;font-weight:700;color:var(--theme-accent-primary, #4F46E5)}.mra-map-wrapper{width:100%;height:100%;border-radius:8px;overflow:hidden;position:relative}.mra-legend{display:none}.mra-legend-inner span:first-child{font-weight:600}.mra-popup{min-width:200px;max-width:300px}.mra-title{font-weight:600;margin-bottom:4px;color:var(--theme-text-primary)}.mra-meta{color:var(--theme-text-tertiary);font-size:12px;margin-bottom:6px}.mra-excerpt{color:var(--theme-text-secondary);font-size:14px}.mra-actions{margin-top:8px}.mra-actions a{color:var(--theme-accent-primary);text-decoration:none}.mra-actions a:hover{text-decoration:underline}.leaflet-control-attribution,.leaflet-control-zoom{display:none!important}.mra-map .leaflet-top,.mra-map .leaflet-bottom{z-index:10!important}.mra-timeline-container{margin-bottom:1rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:1rem}.mra-timeline-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.mra-timeline-header-actions{display:flex;align-items:center;gap:.75rem}.mra-timeline-title{font-size:.9rem;color:var(--theme-text-secondary);font-weight:400}.mra-timeline-show-all,.mra-timeline-show-today{background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);border-radius:6px;padding:.5rem 1.25rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.mra-timeline-show-all:hover,.mra-timeline-show-today:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.mra-timeline-show-all-active{background:var(--theme-accent-primary)!important;border-color:var(--theme-accent-primary)!important;color:#fff!important;font-weight:600!important}.mra-timeline-show-all-active:hover{background:var(--theme-accent-hover)!important;border-color:var(--theme-accent-hover)!important}.mra-timeline-date-search{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:6px;padding:.5rem .75rem;color:var(--theme-text-primary);font-size:.9rem;font-weight:500;transition:all .2s ease;height:32px;line-height:32px;box-sizing:border-box}.mra-timeline-date-search:hover{border-color:var(--theme-border-accent)}.mra-timeline-date-search:focus{outline:none;border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-border-accent)}.mra-timeline-date-search::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.mra-timeline-wrapper{position:relative}.mra-timeline-scroll{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.mra-timeline-scroll::-webkit-scrollbar{display:none}.mra-timeline-date{position:relative;background:var(--theme-bg-tertiary);border:2px solid var(--theme-border-secondary);border-radius:10px;padding:.75rem 1.1rem;cursor:grab;transition:all .2s ease;min-width:65px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;flex-shrink:0;box-shadow:var(--theme-shadow-sm);touch-action:none}.mra-timeline-scroll:active .mra-timeline-date{cursor:grabbing}.mra-timeline-date:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);transform:translateY(-2px)}.mra-timeline-date-selected{background:var(--theme-badge-bg);border:2px solid var(--theme-accent-primary);box-shadow:var(--theme-shadow-accent),var(--theme-shadow-md);position:relative}.mra-timeline-date-selected:hover{background:var(--theme-bg-secondary);border-color:var(--theme-accent-hover);box-shadow:var(--theme-shadow-accent),var(--theme-shadow-lg)}.mra-timeline-date-selected:after{content:"";position:absolute;top:50%;left:100%;width:.5rem;height:3px;background:var(--theme-accent-primary);opacity:.5;transform:translateY(-50%);pointer-events:none}.mra-timeline-date:last-child.mra-timeline-date-selected:after,.mra-timeline-date-selected:not(:has(~.mra-timeline-date-selected)):after{display:none}.mra-timeline-date-empty{opacity:.5;cursor:grab}.mra-timeline-date-empty:hover{opacity:.7;background:var(--theme-bg-secondary);border-color:var(--theme-border-accent)}.mra-timeline-date-empty.mra-timeline-date-selected{opacity:.8;border-color:var(--theme-accent-primary)}.mra-timeline-day{font-size:1.25rem;font-weight:700;color:var(--theme-text-primary);line-height:1}.mra-timeline-month{font-size:.75rem;font-weight:500;color:var(--theme-text-tertiary);text-transform:capitalize;line-height:1}.mra-timeline-badge{position:absolute;top:-8px;right:-8px;background:var(--theme-accent-primary);color:var(--theme-text-primary);border-radius:50%;min-width:24px;height:24px;padding:0 .25rem;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:2.5px solid var(--theme-bg-primary);z-index:2;line-height:1;box-shadow:var(--theme-shadow-sm)}.grouped-marker{background:transparent!important;border:none!important}.mra-popup{min-width:500px;max-width:600px;font-family:inherit;padding:0}@media (max-width: 768px){.mra-popup{min-width:280px;max-width:calc(100vw - 40px)}.mra-popup-header{padding:.75rem 1rem}.mra-popup-content{padding:.75rem;max-height:200px}.mra-popup-title{font-size:.9rem}}.mra-popup .leaflet-popup-content-wrapper{background:var(--theme-bg-primary, #ffffff);border:2px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:16px;color:var(--theme-text-primary);padding:0;box-shadow:0 8px 24px #0000001f;overflow:hidden}.mra-popup .leaflet-popup-content{margin:0;padding:0;font-size:.9rem;line-height:1.5}.mra-popup .leaflet-popup-tip{background:var(--theme-bg-primary, #ffffff);border:2px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:0 0 4px 4px}.mra-popup-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);flex-shrink:0}.mra-popup-header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.mra-popup-favicon{width:20px;height:20px;border-radius:4px;flex-shrink:0}.mra-popup-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.mra-popup-open-url{background:transparent;border:none;color:var(--theme-text-secondary, #64748b);cursor:pointer;padding:.4rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s;text-decoration:none}.mra-popup-open-url:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .1));color:var(--theme-text-primary, #1e293b)}.mra-popup-keyword-border{height:2px;width:100%;flex-shrink:0}.mra-popup-content{padding:1rem;display:flex;flex-direction:column;gap:0;max-height:300px;overflow-y:auto}.mra-popup-content::-webkit-scrollbar{width:6px}.mra-popup-content::-webkit-scrollbar-track{background:var(--theme-bg-secondary, #f8fafc);border-radius:3px}.mra-popup-content::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, rgba(148, 163, 184, .4));border-radius:3px}.mra-popup-content::-webkit-scrollbar-thumb:hover{background:var(--theme-border-secondary, rgba(148, 163, 184, .6))}.mra-popup-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:var(--theme-text-primary, #1e293b);line-height:1.4;width:100%;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.mra-popup-date-section{margin-bottom:1rem}.mra-popup-date{color:var(--theme-text-secondary, #64748b);font-size:.9rem}.mra-popup-excerpt{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.mra-popup-excerpt-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.mra-popup-excerpt-text{margin:0;font-size:.85rem;line-height:1.6;color:var(--theme-text-secondary, #64748b);white-space:pre-wrap}.mra-popup-info-bar{padding:0;border-top:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);flex-shrink:0}.mra-popup-info-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);transition:background-color .2s ease}.mra-popup-info-header:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .1))}.mra-popup-info-header-title{font-size:.85rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.mra-popup-info-header-icon{color:var(--theme-text-tertiary, #94a3b8);flex-shrink:0;transition:transform .2s ease}.mra-popup-info-bar--expanded .mra-popup-info-header-icon{transform:rotate(180deg)}.mra-popup-info-column{display:none;flex-direction:column;gap:.75rem;padding:1rem}.mra-popup-info-bar--expanded .mra-popup-info-column{display:flex}.mra-popup-info-item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto;font-size:.85rem}.mra-popup-info-icon{color:var(--theme-text-tertiary, #94a3b8);flex-shrink:0;width:14px;height:14px}.mra-popup-info-label{font-size:.8rem;color:var(--theme-text-tertiary, #94a3b8);font-weight:500;min-width:90px}.mra-popup-info-value{font-size:.85rem;color:var(--theme-text-primary, #1e293b);font-weight:600;flex:1;word-break:break-word}.mra-display-mode-and-keywords{display:flex;gap:.75rem;margin-top:1rem;margin-bottom:.75rem;align-items:stretch;flex-wrap:wrap;min-width:0;width:100%;box-sizing:border-box}@media (max-width: 768px){.mra-display-mode-and-keywords{flex-direction:column;gap:.5rem}.mra-header-row{flex-direction:column;align-items:stretch;gap:.4rem}.mra-section-identity{width:100%;height:auto;min-height:36px}.mra-header-row .mra-display-mode-selector{width:100%;height:auto;min-height:36px;justify-content:space-between;padding:.3rem .4rem}.mra-header-row .mra-display-mode-btn{flex:1;min-width:32px;height:28px;min-height:28px;max-height:28px;line-height:28px;padding:0 8px;font-size:.7rem;justify-content:center;gap:.25rem}.mra-header-row .mra-display-mode-btn span{display:none}.mra-header-row .mra-display-mode-btn-active{flex:1.6;padding:0 10px;gap:.3rem}.mra-header-row .mra-display-mode-btn-active span{display:inline;font-size:.7rem}.mra-source-toggle-label{font-size:.7rem;max-width:70px;overflow:hidden;text-overflow:ellipsis}.mra-display-mode-sep{display:none}.mra-display-mode-selector{width:100%;justify-content:space-between}.mra-display-mode-btn{flex:1;min-width:0;font-size:.8rem;padding:.4rem .5rem}.mra-display-mode-btn span{display:none}.mra-display-mode-btn-active span{display:inline}}.mra-display-mode-selector{display:flex;gap:.4rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.4rem .6rem;flex-wrap:wrap;align-items:center;justify-content:center;min-width:0;max-width:100%;flex-shrink:0;box-sizing:border-box;min-height:40px}@media (min-width: 769px){.mra-header-row .mra-display-mode-selector{gap:.2rem;padding:.3rem .4rem;min-height:40px;align-items:center}.mra-header-row .mra-display-mode-btn{height:24px;min-height:24px;max-height:24px;line-height:22px;padding:0 8px;font-size:.72rem;font-weight:500;gap:.3rem;border-radius:8px;border:1px solid var(--theme-border-secondary);background:var(--theme-bg-tertiary, rgba(148, 163, 184, .12));opacity:.85}.mra-header-row .mra-display-mode-btn:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .28));border-color:var(--theme-border-secondary);opacity:1}.mra-header-row .mra-display-mode-btn-active{background:var(--theme-accent-primary);color:#fff;border-color:var(--theme-accent-primary);opacity:1}.mra-header-row .mra-display-mode-btn-active:hover{background:var(--theme-accent-hover);border-color:var(--theme-accent-hover);color:#fff;opacity:1}.mra-header-row .mra-display-mode-icon{width:14px;height:14px}}.mra-display-mode-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--theme-bg-tertiary, rgba(148, 163, 184, .12));border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);border-radius:8px;padding:.5rem .75rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;white-space:nowrap;min-width:100px;height:auto;min-height:36px;box-sizing:border-box}.mra-display-mode-btn-label{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.mra-display-mode-btn-label-main{font-size:.9rem;font-weight:500;line-height:1.2}.mra-display-mode-btn-label-sub{font-size:.7rem;font-weight:400;opacity:.7;line-height:1.2;white-space:normal;text-align:left;max-width:160px}.mra-display-mode-btn:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .28));color:var(--theme-text-primary);border-color:var(--theme-border-secondary)}.mra-display-mode-btn-active{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);color:var(--theme-text-primary);font-weight:500;box-shadow:none}.mra-display-mode-btn-active:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.mra-display-mode-icon{width:18px;height:18px;flex-shrink:0}.mra-keywords-container{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.75rem 1rem .75rem .8rem;display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:0}.mra-keywords-list{display:flex;flex-wrap:wrap;gap:.5rem}.mra-keyword-tag{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:2px solid var(--theme-badge-border);border-radius:8px;padding:.5rem .75rem;font-size:.9rem;font-weight:600}.mra-keyword-text{color:var(--theme-text-primary)}.mra-keyword-remove{background:transparent;border:none;color:var(--theme-text-muted);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mra-keyword-remove:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.mra-keyword-remove-icon{width:14px;height:14px}.mra-mode-toggle-tag{cursor:pointer;position:relative;background:var(--theme-bg-tertiary)!important;border:2px solid var(--theme-border-secondary)!important;border-radius:10px!important;box-shadow:var(--theme-shadow-sm)!important;transition:all .2s ease}.mra-mode-toggle-tag:hover{background:var(--theme-bg-secondary)!important;border-color:var(--theme-border-accent)!important}.mra-mode-toggle-active{background:var(--theme-bg-secondary)!important;border:2px solid var(--theme-border-accent)!important;box-shadow:var(--theme-shadow-md)!important}.mra-mode-toggle-active:hover{background:var(--theme-bg-card-hover)!important;border-color:var(--theme-accent-primary)!important;box-shadow:var(--theme-shadow-lg)!important}.mra-mode-toggle-active .mra-keyword-text{color:var(--theme-text-primary)!important}.mra-colored-marker{background:transparent!important;border:none!important}.mra-colored-marker svg{display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.mra-choropleth-tooltip{font-family:Urbanist,sans-serif;font-size:.8rem;padding:6px 10px;border-radius:6px;box-shadow:0 2px 8px #00000026}.mra-zone-nav{display:none;align-items:center;justify-content:center;gap:8px;padding:6px 12px;background:var(--theme-bg-tertiary, rgba(148, 163, 184, .08));border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .15))}.mra-zone-nav-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .3));border-radius:4px;background:var(--theme-bg-secondary, rgba(255, 255, 255, .7));color:var(--theme-text-secondary, #64748b);cursor:pointer;transition:all .15s ease;padding:0}.mra-zone-nav-btn:hover:not(:disabled){background:var(--theme-accent-primary, #3b82f6);color:#fff;border-color:var(--theme-accent-primary, #3b82f6)}.mra-zone-nav-btn:disabled{opacity:.3;cursor:not-allowed}.mra-zone-nav-label{font-size:.7rem;font-weight:500;font-family:Urbanist,sans-serif;color:var(--theme-text-secondary, #64748b);white-space:nowrap}.mra-zone-right-header{flex-shrink:0;padding:.4rem .75rem;border:1.5px solid var(--theme-border-secondary);border-radius:12px;background:var(--theme-bg-card);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:none;min-height:32px;height:auto}.mra-zone-right-header-stats{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;flex:1}.mra-zone-right-header-item{display:flex;align-items:center;gap:.4rem;white-space:nowrap;flex-direction:row}.mra-zone-right-header-label{font-size:.9rem;font-weight:500;color:var(--theme-text-tertiary);text-transform:none;letter-spacing:0;line-height:1;flex-shrink:0}.mra-zone-right-header-value{font-size:.9rem;font-weight:700;color:var(--theme-text-primary);line-height:1}.mra-zone-right-header-close{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.4rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;width:24px;height:24px}.mra-zone-right-header-close:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .15));color:var(--theme-text-primary)}.mra-zone-main-wrapper{display:flex;gap:1rem;flex:1;height:100%;min-height:0;overflow:hidden}.mra-zone-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.75rem;transition:grid-template-columns .3s ease-out,flex .3s ease-out;position:relative;height:100%;min-width:0;align-content:start;background:var(--theme-bg-card);border:1.5px solid var(--theme-border-secondary);border-radius:12px;box-shadow:0 1px 3px #0000000d}.mra-zone-list::-webkit-scrollbar{width:4px}.mra-zone-list::-webkit-scrollbar-track{background:transparent}.mra-zone-list::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, rgba(148, 163, 184, .3));border-radius:2px}.mra-zone-list-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .2s ease;gap:.5rem;min-height:160px;padding:.75rem;box-shadow:none}.mra-zone-list-card:hover{background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary);box-shadow:0 2px 8px #0000001a}.mra-zone-list-card--expanded{background:var(--theme-bg-card);border-color:var(--theme-accent-primary);box-shadow:0 2px 8px #0000001a}.mra-zone-list-card--selected{background:var(--theme-bg-card);border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-accent-primary)}.mra-zone-list-card--selected:hover{background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-accent-primary)}.mra-zone-list-card-header{display:flex;align-items:center;justify-content:space-between;gap:.4rem;flex-shrink:0}.mra-zone-list-favicon{width:16px;height:16px;border-radius:2px;flex-shrink:0}.mra-zone-list-domain{font-size:.75rem;color:var(--theme-text-muted, #94a3b8);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mra-zone-list-ext{display:flex;align-items:center;justify-content:center;color:var(--theme-text-tertiary, #94a3b8);text-decoration:none;flex-shrink:0;transition:color .2s ease}.mra-zone-list-ext:hover{color:var(--theme-accent-primary)}.mra-zone-list-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mra-zone-list-date{margin:0;font-size:.75rem;color:var(--theme-text-muted, #94a3b8);flex-shrink:0}.mra-zone-list-excerpt{margin:0;font-size:.8rem;color:var(--theme-text-tertiary, #94a3b8);line-height:1.55;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto}.mra-zone-list-detail-panel{display:flex;flex-direction:column;background:var(--theme-bg-primary);border:1.5px solid var(--theme-border-secondary);border-radius:12px;padding:0;gap:0;position:relative;height:100%;max-height:100%;width:360px;min-width:360px;flex-shrink:0;animation:mra-panel-slide-in .3s ease-out;overflow:hidden;z-index:10;box-shadow:0 1px 3px #0000000d;box-sizing:border-box}@keyframes mra-panel-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mra-zone-list-detail-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--theme-text-tertiary, #94a3b8);cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:11;width:32px;height:32px}.mra-zone-list-detail-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.mra-zone-list-detail-header{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0}.mra-zone-list-detail-domain{font-size:.8rem;color:var(--theme-text-tertiary, #94a3b8);display:flex;align-items:center;gap:6px}.mra-zone-list-detail-favicon{width:16px;height:16px;border-radius:2px}.mra-zone-list-detail-title{font-size:1.1rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4;margin:.5rem 0 0}.mra-zone-list-detail-date{font-size:.85rem;color:var(--theme-text-secondary, #64748b)}.mra-zone-list-detail-geo{padding:1rem 1.25rem;border-bottom:1px solid var(--theme-border-secondary);display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.mra-zone-list-detail-geo-item{display:flex;gap:.5rem;font-size:.9rem;color:var(--theme-text-secondary, #64748b)}.mra-zone-list-detail-geo-label{font-weight:600;color:var(--theme-text-primary);min-width:90px;flex-shrink:0}.mra-zone-list-detail-geo-value{color:var(--theme-text-secondary, #64748b);word-break:break-word}.mra-zone-list-detail-excerpt{font-size:.9rem;line-height:1.5;color:var(--theme-text-secondary, #64748b);white-space:pre-wrap;padding:1rem 1.25rem;flex:1;overflow-y:auto}.mra-zone-list-detail-actions{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.25rem;flex-shrink:0;border-top:1px solid var(--theme-border-secondary)}.mra-zone-list-detail-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.mra-zone-list-detail-btn-open{background:var(--theme-accent-primary, #3b82f6);color:#fff}.mra-zone-list-detail-btn-open:hover{background:var(--theme-accent-hover, #2563eb)}.mra-zone-list-detail-btn-copy{background:var(--theme-badge-bg);color:var(--theme-text-secondary);border:1px solid var(--theme-border-secondary)}.mra-zone-list-detail-btn-copy:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary);border-color:var(--theme-border-accent)}.mra-zone-list-expanded{display:flex;flex-direction:column;gap:10px;margin-top:6px;padding-top:8px;border-top:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .15))}.mra-zone-list-expanded-excerpt{margin:0;font-size:.78rem;line-height:1.55;color:var(--theme-text-secondary, #64748b);white-space:pre-wrap}.mra-zone-list-expanded-actions{display:flex;gap:6px;flex-wrap:wrap}.mra-zone-list-expanded-open{display:flex;align-items:center;gap:5px;padding:6px 12px;background:var(--theme-accent-primary, #3b82f6);color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .15s ease}.mra-zone-list-expanded-open:hover{background:var(--theme-accent-hover, #2563eb);color:#fff}.mra-zone-list-expanded-copy{display:flex;align-items:center;gap:5px;padding:6px 12px;background:var(--theme-badge-bg, #f1f5f9);color:var(--theme-text-secondary, #64748b);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.mra-zone-list-expanded-copy:hover{background:var(--theme-bg-secondary, #f8fafc);color:var(--theme-text-primary, #1e293b);border-color:var(--theme-border-accent)}.leaflet-zoom-box{border:2px dotted rgba(59,130,246,.5)!important;background:#3b82f614!important}.mra-map .leaflet-container{background:var(--theme-bg-secondary, #f8fafc)!important}[data-theme=dark] .mra-map .leaflet-container{background:var(--theme-bg-secondary, #1e293b)!important}.mra-detail-panel{display:flex;flex-direction:column;background:var(--theme-bg-primary);border:1.5px solid var(--theme-border-secondary);border-radius:12px;padding:0;gap:0;height:100%;max-height:100%;overflow:hidden;box-shadow:0 1px 3px #0000000d}.mra-detail-content{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.mra-detail-content::-webkit-scrollbar{width:6px}.mra-detail-content::-webkit-scrollbar-track{background:transparent}.mra-detail-content::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, #cbd5e1);border-radius:3px}.mra-detail-content::-webkit-scrollbar-thumb:hover{background:var(--theme-text-tertiary, #94a3b8)}.mra-detail-keyword-border{display:none}.mra-detail-header{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--theme-text-tertiary, #94a3b8);margin:0}.mra-detail-favicon{width:16px;height:16px;flex-shrink:0;border-radius:2px}.mra-detail-domain{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mra-detail-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4;word-break:break-word}.mra-detail-date{font-size:.8rem;color:var(--theme-text-tertiary, #94a3b8);margin:0}.mra-detail-excerpt{display:flex;flex-direction:column;gap:.5rem;margin:0}.mra-detail-excerpt-title{margin:0;font-size:.75rem;font-weight:700;color:var(--theme-text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px}.mra-detail-excerpt-text{margin:0;font-size:.85rem;color:var(--theme-text-secondary, #64748b);line-height:1.5;word-break:break-word}.mra-detail-url-section{display:flex;flex-direction:column;gap:.5rem;margin:0}.mra-detail-url-title{margin:0;font-size:.75rem;font-weight:700;color:var(--theme-text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px}.mra-detail-url-container{display:flex;align-items:center;gap:.5rem}.mra-detail-url-link{flex:1;min-width:0;display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--theme-bg-secondary, #f8fafc);border:1px solid var(--theme-border-secondary, #e2e8f0);border-radius:6px;font-size:.75rem;color:var(--theme-accent-primary, #3b82f6);text-decoration:none;overflow:hidden;transition:all .15s ease}.mra-detail-url-link:hover{background:var(--theme-accent-primary, #3b82f6);color:#fff;border-color:var(--theme-accent-primary, #3b82f6)}.mra-detail-copy-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:var(--theme-bg-secondary, #f8fafc);border:1px solid var(--theme-border-secondary, #e2e8f0);border-radius:6px;color:var(--theme-text-secondary, #64748b);cursor:pointer;font-size:.75rem;font-weight:500;transition:all .15s ease;flex-shrink:0}.mra-detail-copy-btn:hover{background:var(--theme-border-secondary, #e2e8f0);color:var(--theme-text-primary)}.mra-detail-info-bar{border-top:1.5px solid var(--theme-border-secondary);padding:1rem 1.25rem;flex-shrink:0}.mra-detail-info-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;transition:background .15s ease;padding:0;margin:0;border-radius:0;background:transparent}.mra-detail-info-header:hover{background:transparent}.mra-detail-info-title{font-size:.75rem;font-weight:700;color:var(--theme-text-secondary, #64748b);text-transform:uppercase;letter-spacing:.5px}.mra-detail-info-bar--expanded .mra-detail-info-header svg{transform:rotate(180deg)}.mra-detail-info-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.mra-detail-info-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.8rem;padding:0}.mra-detail-info-label{flex-shrink:0;font-weight:700;color:var(--theme-text-tertiary, #94a3b8);min-width:45px;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.mra-detail-info-value{flex:1;min-width:0;color:var(--theme-text-secondary, #64748b);font-size:.85rem}.mra-map-container{position:relative}.mra-fullscreen-btn{position:absolute;top:1rem;left:1rem;z-index:1000;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--theme-bg-card);border:1px solid var(--theme-badge-border);border-radius:8px;color:var(--theme-text-primary);cursor:pointer;transition:all .2s ease;padding:0}.mra-fullscreen-btn:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-secondary)}@media (max-width: 768px){.mra-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:9999;background:#fff;overflow:hidden;box-sizing:border-box}[data-theme=dark] .mra-mobile-drawer{background:#141414}.mra-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;gap:.75rem}.mra-mobile-drawer-header-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.mra-mobile-drawer-title{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:700;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mra-mobile-drawer-count{font-family:Urbanist,sans-serif;font-size:.75rem;color:var(--theme-text-tertiary)}.mra-mobile-drawer-close{background:none;border:none;cursor:pointer;color:var(--theme-text-secondary);display:flex;align-items:center;justify-content:center;padding:.25rem;flex-shrink:0}.mra-mobile-drawer-back{background:none;border:none;cursor:pointer;color:var(--theme-text-secondary);display:flex;align-items:center;gap:.25rem;font-family:Urbanist,sans-serif;font-size:.9rem;font-weight:600;padding:.25rem}.mra-mobile-drawer-counter{font-family:Urbanist,sans-serif;font-size:.8rem;color:var(--theme-text-tertiary)}.mra-mobile-drawer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:110px;gap:.75rem;padding:.75rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;box-sizing:border-box;width:100%}.mra-mobile-drawer-card{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:10px;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;min-width:0;overflow:hidden;box-sizing:border-box;width:100%;height:100%;transition:background .15s ease}.mra-mobile-drawer-card:active{background:var(--theme-bg-secondary)}.mra-mobile-drawer-card-header{display:flex;align-items:center;gap:.4rem;min-width:0}.mra-mobile-drawer-card-favicon{width:14px;height:14px;flex-shrink:0}.mra-mobile-drawer-card-domain{font-family:Urbanist,sans-serif;font-size:.75rem;font-weight:600;color:var(--theme-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.mra-mobile-drawer-card-link{color:var(--theme-text-tertiary);flex-shrink:0;display:flex;align-items:center}.mra-mobile-drawer-card-title{margin:0;font-family:Urbanist,sans-serif;font-size:.82rem;font-weight:600;color:var(--theme-text-primary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mra-mobile-drawer-card-excerpt{margin:0;font-family:Urbanist,sans-serif;font-size:.75rem;color:var(--theme-text-secondary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mra-mobile-drawer-card-date{font-family:Urbanist,sans-serif;font-size:.7rem;color:var(--theme-text-tertiary);margin-top:auto}.mra-mobile-drawer-detail{flex:1;min-height:0;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mra-mobile-drawer-detail-source{display:flex;align-items:center;gap:.5rem}.mra-mobile-drawer-detail-favicon{width:16px;height:16px}.mra-mobile-drawer-detail-domain{font-family:Urbanist,sans-serif;font-size:.85rem;font-weight:600;color:var(--theme-text-secondary)}.mra-mobile-drawer-detail-title{margin:0;font-family:Urbanist,sans-serif;font-size:1.1rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4}.mra-mobile-drawer-detail-date{margin:0;font-family:Urbanist,sans-serif;font-size:.8rem;color:var(--theme-text-tertiary)}.mra-mobile-drawer-detail-geo{margin:0;font-family:Urbanist,sans-serif;font-size:.82rem;color:var(--theme-text-secondary)}.mra-mobile-drawer-detail-section{display:flex;flex-direction:column;gap:.35rem}.mra-mobile-drawer-detail-section-title{margin:0;font-family:Urbanist,sans-serif;font-size:.75rem;font-weight:700;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.05em}.mra-mobile-drawer-detail-section-text{margin:0;font-family:Urbanist,sans-serif;font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5}.mra-mobile-drawer-detail-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;padding:.5rem .75rem;min-width:0}.mra-mobile-drawer-detail-url-link{flex:1;min-width:0;font-family:Urbanist,sans-serif;font-size:.78rem;color:var(--theme-accent-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:.3rem;text-decoration:none}.mra-mobile-drawer-detail-copy-btn{background:none;border:none;cursor:pointer;color:var(--theme-text-tertiary);display:flex;align-items:center;padding:.2rem;flex-shrink:0}.mra-mobile-drawer-detail-nav{display:flex;gap:.75rem;margin-top:.5rem}.mra-mobile-drawer-detail-nav-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;cursor:pointer;font-family:Urbanist,sans-serif;font-size:.85rem;font-weight:600;color:var(--theme-text-primary)}.mra-mobile-drawer-detail-nav-btn:disabled{opacity:.35;cursor:default}}.geo-highlight{background:#2563eb29;color:inherit;border-radius:3px;padding:0 2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}[data-theme=dark] .geo-highlight{background:#60a5fa47}.mra-legend-key{display:inline-flex;align-items:center;gap:5px;margin-left:12px;color:#6b7280}.mra-legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%}.article-reader-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;background:#0f172a8c;animation:article-reader-backdrop-in .2s ease forwards}@keyframes article-reader-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes article-reader-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes article-reader-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.article-reader-panel{position:relative;flex:0 0 380px;width:380px;align-self:stretch;display:flex;flex-direction:column;min-height:0;overflow:hidden;z-index:20;background:var(--theme-bg-primary, #ffffff);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:12px;box-shadow:0 4px 12px #0000001a;animation:article-reader-slide-in .3s ease-out}.article-reader-panel--modal{position:relative;flex:none;width:min(760px,94vw);max-width:760px;height:min(82vh,720px);max-height:82vh;align-self:auto;z-index:10011;overflow:hidden;box-shadow:0 24px 64px #00000059;animation:article-reader-modal-in .25s cubic-bezier(.4,0,.2,1) forwards}.ar-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc)}.ar-source{display:flex;align-items:center;gap:.4rem;min-width:0;flex:1}.ar-favicon{flex-shrink:0}.ar-domain{font-size:.8rem;font-weight:600;color:var(--theme-text-secondary, #64748b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ar-actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.ar-nav{display:flex;align-items:center;gap:.15rem;margin-right:.25rem}.ar-counter{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary, #94a3b8);min-width:3.2rem;text-align:center;font-variant-numeric:tabular-nums}.ar-nav-btn,.ar-action-btn,.ar-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .25));border-radius:8px;background:var(--theme-bg-primary, #fff);color:var(--theme-text-secondary, #64748b);cursor:pointer;transition:background .15s ease,color .15s ease}.ar-nav-btn:hover:not(:disabled),.ar-action-btn:hover,.ar-close:hover{background:var(--theme-bg-tertiary, #eef2f7);color:var(--theme-text-primary, #1a1f2e)}.ar-nav-btn:disabled{opacity:.35;cursor:not-allowed}.ar-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.85rem}.ar-content::-webkit-scrollbar{width:6px}.ar-content::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, rgba(148, 163, 184, .35));border-radius:3px}.ar-title{margin:0;font-size:1.05rem;font-weight:700;line-height:1.45;color:var(--theme-text-primary, #1a1f2e)}.ar-date{margin:0;font-size:.8rem;color:var(--theme-text-tertiary, #94a3b8)}.ar-section{display:flex;flex-direction:column;gap:.35rem}.ar-section-title{margin:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-tertiary, #94a3b8)}.ar-excerpt{margin:0;font-size:.9rem;line-height:1.6;color:var(--theme-text-secondary, #475569)}.ar-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-bg-secondary, #f8fafc);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:8px;padding:.5rem .6rem}.ar-url-link{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--theme-accent, #3b82f6);text-decoration:none;word-break:break-all;flex:1;min-width:0}.ar-url-link:hover{text-decoration:underline}.ar-copy-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:none;border-radius:6px;background:transparent;color:var(--theme-text-tertiary, #94a3b8);cursor:pointer}.ar-copy-btn:hover{background:var(--theme-bg-tertiary, #eef2f7);color:var(--theme-text-primary, #1a1f2e)}.ar-info-row{display:flex;align-items:baseline;gap:.5rem;font-size:.82rem}.ar-info-label{flex:0 0 5.5rem;color:var(--theme-text-tertiary, #94a3b8);font-weight:600}.ar-info-value{color:var(--theme-text-secondary, #475569);word-break:break-word}.ar-admin-data{margin:0;font-size:.7rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;background:var(--theme-bg-secondary, #f8fafc);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:8px;padding:.6rem;color:var(--theme-text-secondary, #475569)}.mra-fullscreen-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:var(--theme-bg-primary);z-index:999999;display:flex;flex-direction:column;overflow:hidden}.mra-fullscreen-header{position:fixed;top:1rem;left:1rem;z-index:1000;display:flex;align-items:center;gap:.5rem;background:transparent;padding:0}.mra-fullscreen-header .mra-display-mode-selector{background:var(--theme-bg-card);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.3rem .4rem;gap:.2rem;min-height:40px;align-items:center;box-sizing:border-box}.mra-fullscreen-header .mra-display-mode-btn{height:24px;min-height:24px;max-height:24px;line-height:22px;padding:0 8px;font-size:.72rem;font-weight:500;gap:.3rem;border-radius:8px;border:1px solid var(--theme-border-secondary);background:var(--theme-bg-tertiary, rgba(148, 163, 184, .12));opacity:.85}.mra-fullscreen-header .mra-display-mode-btn:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .28));border-color:var(--theme-border-secondary);opacity:1}.mra-fullscreen-header .mra-display-mode-btn-active{background:var(--theme-accent-primary);color:#fff;border-color:var(--theme-accent-primary);opacity:1}.mra-fullscreen-header .mra-display-mode-btn-active:hover{background:var(--theme-accent-hover);border-color:var(--theme-accent-hover);color:#fff;opacity:1}.mra-fullscreen-header .mra-display-mode-icon{width:14px;height:14px}.mra-fullscreen-close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--theme-bg-card);border:1px solid var(--theme-badge-border);border-radius:var(--radius);color:var(--theme-text-primary);cursor:pointer;transition:all .2s ease;padding:0;flex-shrink:0}.mra-fullscreen-close-btn:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-secondary)}.mra-fullscreen-content{flex:1;display:flex;position:relative;overflow:hidden}.mra-fullscreen-map-wrapper{flex:1;height:100%;width:100%;position:relative;z-index:1}.mra-fullscreen-map-wrapper .leaflet-container{height:100%!important;width:100%!important}.mra-fullscreen-legend{position:absolute;bottom:1rem;left:1rem;background:var(--theme-bg-card, #ffffff);border:1px solid var(--theme-badge-border);border-radius:var(--radius, 8px);padding:.75rem 1rem;font-size:.95rem;color:var(--theme-text-primary);z-index:100;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000001a}[data-theme=dark] .mra-fullscreen-legend{background:var(--theme-bg-card, #1f2937);box-shadow:0 2px 8px #0000004d}.mra-fullscreen-content .mra-article-details-card{position:absolute;right:1rem;top:1rem;bottom:1rem;z-index:500;width:45%!important;max-width:45%!important;height:calc(100% - 2rem)!important;padding:0!important;margin:0!important}@media (max-width: 768px){.mra-fullscreen-header{top:.75rem;left:.75rem;right:.75rem;flex-direction:row;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.mra-fullscreen-header .mra-display-mode-selector{flex:1 1 0;width:auto;min-width:0;height:auto;min-height:36px;flex-wrap:wrap;justify-content:flex-start;padding:.35rem .5rem;gap:.3rem;row-gap:.4rem}.mra-fullscreen-header .mra-source-toggle{width:100%;flex-basis:100%;justify-content:space-between;margin-bottom:.6rem}.mra-fullscreen-header .mra-source-toggle-label{font-size:.68rem;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mra-fullscreen-header .mra-display-mode-sep{display:none}.mra-fullscreen-header .mra-display-mode-btn{flex:1;min-width:0;height:28px;min-height:28px;max-height:28px;font-size:.68rem;padding:0 6px;gap:.2rem;justify-content:center}.mra-fullscreen-header .mra-display-mode-btn span{display:none}.mra-fullscreen-header .mra-display-mode-btn-active span{display:inline}.mra-fullscreen-header .mra-display-mode-btn-active{flex:1.5}.mra-fullscreen-close-btn{width:36px;height:36px;flex-shrink:0;align-self:flex-start}}.mra-mobile-drawer{display:none}@media (max-width: 768px){.mra-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;background:var(--theme-bg-primary);z-index:9999;overflow:hidden}.mra-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1rem;height:56px;min-height:56px;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;background:var(--theme-bg-primary)}.mra-mobile-drawer-title{flex:1;font-size:1rem;font-weight:700;color:var(--theme-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mra-mobile-drawer-close{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.mra-mobile-drawer-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.mra-mobile-drawer-back{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.4rem .6rem;border-radius:8px;display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;flex-shrink:0;transition:background .15s}.mra-mobile-drawer-back:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.mra-mobile-drawer-counter{font-size:.85rem;color:var(--theme-text-tertiary);flex:1;text-align:center}.mra-mobile-drawer-grid{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-content:start;width:100%;box-sizing:border-box}.mra-mobile-drawer-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;transition:border-color .15s,background .15s;min-height:130px;min-width:0;overflow:hidden;box-sizing:border-box;width:100%}.mra-mobile-drawer-card:active{background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary)}.mra-mobile-drawer-card-header{display:flex;align-items:center;gap:.35rem;min-width:0;overflow:hidden}.mra-mobile-drawer-card-favicon{width:15px;height:15px;border-radius:2px;flex-shrink:0}.mra-mobile-drawer-card-domain{font-size:.72rem;color:var(--theme-text-muted);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mra-mobile-drawer-card-link{color:var(--theme-text-tertiary);text-decoration:none;display:flex;align-items:center;flex-shrink:0}.mra-mobile-drawer-card-title{margin:0;font-size:.85rem;font-weight:600;color:var(--theme-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mra-mobile-drawer-card-excerpt{margin:0;font-size:.75rem;color:var(--theme-text-tertiary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.mra-mobile-drawer-card-date{font-size:.7rem;color:var(--theme-text-muted);flex-shrink:0}.mra-mobile-drawer-detail{flex:1;overflow-y:auto;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.mra-mobile-drawer-detail-source{display:flex;align-items:center;gap:.5rem}.mra-mobile-drawer-detail-favicon{width:20px;height:20px;border-radius:3px;flex-shrink:0}.mra-mobile-drawer-detail-domain{font-size:.9rem;color:var(--theme-text-secondary);font-weight:500}.mra-mobile-drawer-detail-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4}.mra-mobile-drawer-detail-date{margin:0;font-size:.85rem;color:var(--theme-text-secondary)}.mra-mobile-drawer-detail-section{display:flex;flex-direction:column;gap:.5rem}.mra-mobile-drawer-detail-section-title{margin:0;font-size:.8rem;font-weight:700;color:var(--theme-text-primary);text-transform:uppercase;letter-spacing:.5px}.mra-mobile-drawer-detail-section-text{margin:0;font-size:.9rem;line-height:1.6;color:var(--theme-text-secondary)}.mra-mobile-drawer-detail-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:8px;padding:.65rem .75rem}.mra-mobile-drawer-detail-url-link{flex:1;color:var(--theme-text-secondary);text-decoration:none;font-size:.8rem;word-break:break-all;display:flex;align-items:center;gap:.4rem;min-width:0}.mra-mobile-drawer-detail-copy-btn{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.3rem;border-radius:6px;display:flex;align-items:center;flex-shrink:0;transition:background .15s}.mra-mobile-drawer-detail-copy-btn:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.mra-mobile-drawer-detail-nav{display:flex;gap:.75rem;margin-top:auto;padding-top:.5rem}.mra-mobile-drawer-detail-nav-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.65rem;color:var(--theme-text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.mra-mobile-drawer-detail-nav-btn:disabled{opacity:.35;cursor:not-allowed}.mra-mobile-drawer-detail-nav-btn:not(:disabled):active{background:var(--theme-bg-secondary);border-color:var(--theme-accent-primary);color:var(--theme-text-primary)}.mra-mobile-drawer-grid,.mra-mobile-drawer-detail{scrollbar-width:thin;scrollbar-color:var(--theme-border-secondary, rgba(148, 163, 184, .4)) transparent}}[data-theme=dark] .mra-mobile-drawer{box-shadow:none}.mra-fullscreen-mobile-drawer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10000;width:100%;height:100%;overflow:hidden;pointer-events:auto}.wall-container{display:flex;width:100%;height:100%;position:relative}.wall-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:0;padding:1.5rem 1.5rem .75rem;flex-wrap:wrap;color:var(--theme-text-primary)}.wall-section-identity{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;overflow:hidden;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem}.wall-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-section-sep{color:var(--theme-text-tertiary);font-size:.85rem;flex-shrink:0}.wall-section-subtitle{font-size:.85rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.3rem .4rem}.wall-actions .wall-action-btn{height:24px!important;min-height:24px!important;padding:0 8px!important;font-size:.72rem!important;font-weight:500!important;border-radius:8px!important;border:1px solid transparent!important;background:transparent!important;color:var(--theme-text-secondary)!important;opacity:.85}.wall-actions .wall-action-btn svg{width:14px!important;height:14px!important}.wall-actions .wall-action-btn:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .15))!important;border-color:transparent!important;color:var(--theme-text-primary)!important;opacity:1}.wall-action-btn{color:var(--theme-text-secondary)!important;background:var(--theme-badge-bg)!important;border:1px solid var(--theme-badge-border)!important;border-radius:8px!important}.wall-action-btn:hover{background:var(--theme-bg-secondary)!important;border-color:var(--theme-border-accent)!important;color:var(--theme-text-primary)!important}@media (max-width: 768px){.wall-actions{display:none}}.embed-modal-center .twitter-tweet,.embed-modal-center .twitter-tweet-rendered,.embed-modal-center blockquote,.embed-modal-center>div>iframe,.embed-modal-center .fb-scale-wrap,.embed-modal-center .tiktok-embed{margin-left:auto!important;margin-right:auto!important}.embed-modal-center [data-embed-frame],.embed-modal-center .twitter-tweet iframe{margin-left:auto!important;margin-right:auto!important}.embed-modal-center .twitter-tweet,.embed-modal-center .twitter-tweet iframe{width:100%!important;max-width:550px!important}.embed-modal-center .twitter-tweet-rendered,.embed-modal-center .justify-start{justify-content:center!important}.sw-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1002;background:var(--theme-bg-secondary);display:flex;flex-direction:column;animation:swDrawerSlideIn .35s cubic-bezier(.4,0,.2,1) forwards}.sw-mobile-drawer.closing{animation:swDrawerSlideOut .35s cubic-bezier(.4,0,.2,1) forwards}@media (min-width: 769px){.sw-mobile-drawer{display:none}}.sw-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;gap:.5rem;background:var(--theme-bg-secondary)}.sw-mobile-drawer-close{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.sw-mobile-drawer-close:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.sw-mobile-drawer-counter{font-size:.8rem;color:var(--theme-text-tertiary);font-weight:600}.sw-mobile-drawer-detail{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.sw-mobile-drawer-detail-source{display:flex;align-items:center;gap:.75rem;font-size:.85rem}.sw-mobile-drawer-detail-favicon{width:24px;height:24px;border-radius:3px;flex-shrink:0}.sw-mobile-drawer-detail-domain{color:var(--theme-text-secondary);font-weight:600}.sw-mobile-drawer-detail-title{margin:0;font-size:1.3rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4}.sw-mobile-drawer-detail-date{margin:0;font-size:.9rem;color:var(--theme-text-tertiary);font-weight:500}.sw-mobile-drawer-detail-section{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--theme-border-secondary)}.sw-mobile-drawer-detail-section:last-of-type{border-bottom:none;padding-bottom:0}.sw-mobile-drawer-detail-section-title{margin:0;font-size:.75rem;font-weight:700;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.5px}.sw-mobile-drawer-detail-section-text{margin:0;font-size:.9rem;color:var(--theme-text-primary);line-height:1.6}.sw-mobile-drawer-detail-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:6px;padding:.75rem;overflow:hidden}.sw-mobile-drawer-detail-url-link{flex:1;min-width:0;font-size:.8rem;color:var(--theme-accent-primary);text-decoration:none;display:flex;align-items:center;gap:.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .2s ease}.sw-mobile-drawer-detail-url-link:hover{opacity:.8}.sw-mobile-drawer-detail-copy-btn{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.sw-mobile-drawer-detail-copy-btn:active{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.sw-mobile-drawer-detail-nav{display:flex;gap:.5rem;padding-top:1rem;border-top:1px solid var(--theme-border-secondary)}.sw-mobile-drawer-detail-nav-btn{flex:1;padding:.75rem 1rem;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:6px;color:var(--theme-text-primary);cursor:pointer;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.sw-mobile-drawer-detail-nav-btn:disabled{opacity:.4;cursor:not-allowed}.sw-mobile-drawer-detail-nav-btn:not(:disabled):active{background:var(--theme-bg-secondary);transform:scale(.95)}.sw-mobile-drawer-detail-admin-toggle{cursor:pointer;font-size:.8rem;font-weight:700;color:var(--theme-text-secondary);text-transform:uppercase;letter-spacing:.5px}.sw-mobile-drawer-detail-admin-data{margin:.5rem 0 0;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:4px;padding:.75rem;font-size:.7rem;overflow-x:auto;color:var(--theme-text-secondary);font-family:Courier New,monospace;line-height:1.4}@keyframes swDrawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes swDrawerSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}[data-theme=dark] .sw-mobile-drawer{background:var(--theme-bg-secondary)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Urbanist,sans-serif;background:var(--theme-bg-primary);min-height:100vh;color:var(--theme-text-primary)}.dashboard-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:100%;margin:0 auto;padding:2rem 0;padding-top:calc(var(--header-height, 60px) + 2rem);width:100%}.container-wide{width:85%;margin:0 auto}.feed-manager-page{padding:0 2rem 2rem;width:100%}.content-section,.content-section.active{display:block}.content-section+.content-section{margin-top:3.5rem}#map-recent-articles-section h3{margin-top:8px;margin-bottom:12px;color:var(--theme-text-primary)}.hero{text-align:center;padding:16px 0 24px;background:transparent;transition:padding .4s ease}.hero-centered{padding:15vh 0 0}.recent-activity{background:var(--theme-bg-card);border-radius:12px;border:1px solid var(--theme-border-secondary);box-shadow:0 1px 40px #0000000d,0 1px 2px #00000008}.social-wall-container{background:transparent;border-radius:0;border:none;box-shadow:none}.recent-activity--padded{padding:1.5rem}.recent-activity:empty{display:none}.recent-activity h3{margin-bottom:1rem;color:var(--theme-text-primary)}.recent-map{background:var(--theme-bg-card);padding:1.5rem;border-radius:12px;border:2px solid var(--theme-border-secondary);box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.recent-map:empty{display:none}.recent-map h3{color:var(--theme-text-primary);margin-bottom:1rem}.empty-state{text-align:center;padding:3rem;color:var(--theme-text-muted)}.empty-state p{margin-bottom:1rem;font-size:1.1rem}@keyframes widgetReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1}}.widget-appear{animation:widgetReveal .4s ease-out forwards}@media (max-width: 768px){.main-content{padding:1rem;padding-top:calc(var(--header-height, 60px) + 1rem)}.container-wide{width:95%}}.kt-widget{width:100%}.kt-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap;color:var(--theme-text-primary);width:100%;box-sizing:border-box}.kt-section-identity{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;overflow:hidden;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;flex-wrap:wrap;max-width:100%;box-sizing:border-box}.kt-header-tools{display:flex;align-items:center;gap:.25rem;flex-shrink:1;min-width:0;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.3rem .4rem;width:auto;box-sizing:border-box}.kt-header-tools .kt-period-buttons{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:.3rem;height:auto;width:auto;min-width:0;overflow:hidden}.kt-header-tools .kt-period-btn{height:28px;min-height:28px;max-height:28px;line-height:26px;padding:0 6px;font-size:.75rem;font-weight:600;border-radius:8px;border:1px solid var(--theme-badge-border);background:var(--theme-badge-bg);opacity:.8;box-sizing:border-box;cursor:pointer;transition:all .2s ease;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.kt-header-tools .kt-period-btn:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary);opacity:1}.kt-header-tools .kt-period-btn-active{background:var(--theme-accent-primary);color:#fff;border-color:var(--theme-accent-primary);opacity:1;font-weight:700}.kt-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kt-section-sep{color:var(--theme-text-tertiary);font-size:.85rem;flex-shrink:0}.kt-section-subtitle{font-size:.85rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kt-legend-inline{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1;min-width:0}.kt-legend-item{display:flex;align-items:center;gap:.4rem;white-space:nowrap;font-size:.85rem;color:var(--theme-text-secondary)}.kt-legend-color{display:inline-block;width:12px;height:12px;border-radius:2px;flex-shrink:0}.kt-legend-label{color:var(--theme-text-secondary);font-weight:500}.kt-section-intro{margin:.25rem 0 0;font-size:.95rem;color:var(--theme-text-secondary);max-width:80ch;line-height:1.5}.kt-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.kt-controls-row{display:flex;flex-direction:row;align-items:stretch;gap:1rem;flex-wrap:wrap}.kt-search-container{flex:1;min-width:250px;display:flex}.kt-search-wrapper{display:flex;align-items:center;gap:.75rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;height:44px;min-height:44px;max-height:44px;width:100%;box-sizing:border-box}.kt-search-wrapper:focus-within{border-color:var(--theme-border-secondary)}.kt-search-icon{width:18px;height:18px;color:var(--theme-text-muted);flex-shrink:0}.kt-search-input{flex:1;background:transparent;border:none;color:var(--theme-text-primary);font-size:.95rem;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:32px;line-height:32px}.kt-search-input::-moz-placeholder{color:var(--theme-text-muted)}.kt-search-input::placeholder{color:var(--theme-text-muted)}.kt-search-btn{background:var(--theme-accent-primary);color:var(--theme-text-primary);border:1px solid var(--theme-accent-primary);border-radius:8px;padding:0 .85rem;height:32px;min-height:32px;max-height:32px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;flex-shrink:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.kt-search-btn:focus,.kt-search-input:focus{outline:none;box-shadow:none}.kt-search-btn:hover:not(:disabled){background:var(--theme-accent-hover);border-color:var(--theme-accent-hover);transform:translateY(-1px)}.kt-search-btn:disabled{opacity:.5;cursor:not-allowed}.kt-period-selector{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:nowrap;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;height:44px;min-height:44px;max-height:44px;box-sizing:border-box;transition:border-color .2s ease}.kt-period-label{font-size:.9rem;color:var(--theme-text-tertiary);font-weight:500;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;height:32px;line-height:32px}.kt-period-buttons{display:flex;gap:.5rem;flex-wrap:nowrap;align-items:center;height:32px}.kt-period-btn{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);color:var(--theme-text-tertiary);border-radius:8px;padding:.4rem .7rem;height:32px;line-height:32px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;justify-content:center;opacity:.7}.kt-period-btn:hover{background:var(--theme-bg-card);color:var(--theme-text-primary);border-color:var(--theme-border-primary);opacity:1}.kt-period-btn-active{background:var(--theme-bg-secondary);color:var(--theme-text-primary);border-color:var(--theme-border-primary);border-width:2px;opacity:1;font-weight:700}.kt-period-btn-active:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary);border-color:var(--theme-border-primary);opacity:1}.kt-date-range{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;height:32px}.kt-date-input{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:8px;padding:.4rem .7rem;height:32px;line-height:32px;color:var(--theme-text-primary);font-size:.9rem;font-weight:500;transition:all .2s ease;outline:none;box-sizing:border-box}.kt-date-input:focus{border-color:var(--theme-border-primary);background:var(--theme-bg-card-hover)}.kt-date-separator{color:var(--theme-text-tertiary);font-size:.9rem;font-weight:500;white-space:nowrap;display:flex;align-items:center;height:32px;line-height:32px;opacity:.85;margin:0 .1rem}.kt-btn-reset{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);color:var(--theme-text-secondary);border-radius:8px;padding:.4rem .7rem;height:32px;line-height:32px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.kt-btn-reset:hover{background:var(--theme-bg-card);border-color:var(--theme-border-primary);color:var(--theme-text-primary)}.kt-sources-selector{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;width:100%;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;transition:border-color .2s ease}.kt-sources-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;flex:1}.kt-source-btn{background:transparent;border:1px solid transparent;color:var(--theme-text-tertiary);border-radius:8px;padding:.45rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem;opacity:.7}.kt-source-btn:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);opacity:1}.kt-source-btn-active{background:var(--theme-bg-secondary);color:var(--theme-text-primary);border:2px solid var(--theme-border-primary);opacity:1;font-weight:700}.kt-source-icon{width:16px;height:16px;color:var(--theme-text-primary);flex-shrink:0}.kt-source-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kt-keywords-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.kt-keywords-list-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-left:.75rem}.kt-mode-toggle-tag{cursor:pointer;position:relative;background:var(--theme-bg-tertiary)!important;border:2px solid var(--theme-border-secondary)!important;border-radius:10px!important;box-shadow:var(--theme-shadow-sm)!important;transition:all .2s ease}.kt-mode-toggle-tag:hover{background:var(--theme-bg-secondary)!important;border-color:var(--theme-border-accent)!important}.kt-mode-toggle-active{background:var(--theme-bg-secondary)!important;border:2px solid var(--theme-border-accent)!important;box-shadow:var(--theme-shadow-md)!important}.kt-mode-toggle-active:hover{background:var(--theme-bg-card-hover)!important;border-color:var(--theme-accent-primary)!important;box-shadow:var(--theme-shadow-lg)!important}.kt-mode-toggle-active .kt-keyword-text{color:var(--theme-text-primary)!important}.kt-keyword-tag{display:flex;align-items:center;gap:.5rem;background:var(--theme-bg-card);border:2px solid var(--theme-accent-primary);border-radius:8px;padding:.5rem .75rem;font-size:.9rem;font-weight:600}.kt-keyword-text{color:var(--theme-text-primary)}.kt-keyword-remove{background:transparent;border:none;color:var(--theme-text-muted);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.kt-keyword-remove:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.kt-keyword-remove-icon{width:14px;height:14px}.kt-scroll-area{display:flex;flex-direction:column;gap:.25rem;margin:.25rem 50px 0}.kt-scroll-range-label{text-align:center;font-size:.72rem;font-weight:500;color:var(--theme-text-muted);opacity:.65;letter-spacing:.02em}.kt-scroll-track{position:relative;height:6px;background:var(--theme-badge-bg);border-radius:999px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.kt-scroll-thumb{position:absolute;top:0;height:6px;background:var(--theme-accent-primary);border-radius:999px;opacity:.55;transition:opacity .15s;cursor:grab}.kt-scroll-track:hover .kt-scroll-thumb{opacity:.85}.kt-chart-container{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:var(--radius);padding:1rem .5rem;height:280px;display:flex;align-items:stretch;justify-content:center;width:100%;overflow-x:hidden;overflow-y:hidden;position:relative}.kt-chart-container .recharts-cartesian-grid-horizontal line,.kt-chart-container .recharts-cartesian-grid-vertical line{stroke:var(--theme-text-tertiary)!important;opacity:.9!important;stroke-width:.3px!important}.kt-chart-container .recharts-cartesian-axis-tick-value{fill:var(--theme-text-tertiary);font-size:.85rem}.kt-chart-container .recharts-cartesian-axis-line{stroke:var(--theme-border-secondary)}.kt-chart-container .recharts-legend-wrapper{color:var(--theme-text-primary)}.kt-chart-container .recharts-legend-item-text{fill:var(--theme-text-primary)!important;color:var(--theme-text-primary)!important}.kt-chart-container svg{position:relative;z-index:1;background:transparent}.kt-chart-container .recharts-surface{background:transparent}.kt-chart-container .recharts-tooltip-wrapper{pointer-events:none;z-index:10}.kt-chart-container .recharts-line,.kt-chart-container .recharts-line-curve{pointer-events:none}.kt-chart-container .recharts-line-dot{pointer-events:all!important}.kt-chart-container.kt-chart-empty{min-height:220px;padding:.75rem}.kt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--theme-text-tertiary)}.kt-loading-icon{width:32px;height:32px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kt-error{padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5}.kt-error-message{font-size:.9rem}.kt-chart-container{position:relative}.kt-chart-container .centralized-results-error{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;padding:1.5rem;color:var(--theme-text-primary);background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:var(--radius);display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.kt-chart-container .centralized-results-error-title{margin:0;font-weight:700;font-size:1rem;color:#ff6b6b;text-align:center}.kt-chart-container .centralized-results-error-text{margin:0;font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5;text-align:center}.kt-chart-container .centralized-results-retry-btn{margin-top:.5rem;padding:.5rem 1rem;background:var(--theme-accent-primary);color:var(--theme-text-primary);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease;align-self:center}.kt-chart-container .centralized-results-retry-btn:hover{background:var(--theme-accent-hover)}.kt-empty{padding:.75rem;text-align:center;color:var(--theme-text-muted);font-size:.95rem}.kt-chart-wrapper{position:relative;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.kt-chart-swipe-hint{display:none}.kt-zoom-controls{display:flex;justify-content:center;margin-top:.5rem;padding:.5rem}.kt-zoom-reset-btn{padding:.5rem 1rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:6px;color:var(--theme-text-primary);font-size:.85rem;cursor:pointer;transition:all .2s ease}.kt-zoom-reset-btn:hover{background:var(--theme-bg-secondary);border-color:var(--theme-accent-primary)}.kt-widget{display:flex;flex-direction:row;width:100%;gap:0;transition:gap .3s ease-out;align-items:stretch}.kt-widget--with-detail-panel{gap:1rem}.kt-widget-main{flex:1 1 auto;display:flex;flex-direction:column;gap:0;min-width:0}.kt-article-grid-container{width:100%;margin-top:1rem;max-height:400px;overflow-y:auto;border:1px solid var(--theme-border-secondary);border-radius:8px;padding:.75rem;position:relative}.kt-article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;width:100%;align-content:start;grid-auto-rows:max-content}.kt-article-grid-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.5rem;min-height:160px;overflow:hidden}.kt-article-grid-card:hover{background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary);box-shadow:0 2px 8px #0000001a}.kt-article-grid-card--selected{outline:2px solid var(--theme-accent-primary);outline-offset:2px;background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary)}.kt-article-grid-card-header{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.kt-article-grid-card-favicon{width:16px;height:16px;border-radius:2px;flex-shrink:0}.kt-article-grid-card-domain{font-size:.75rem;color:var(--theme-text-muted);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-article-grid-card-link{color:var(--theme-text-tertiary);text-decoration:none;display:flex;align-items:center;transition:color .2s ease;flex-shrink:0}.kt-article-grid-card-link:hover{color:var(--theme-accent-primary)}.kt-article-grid-card-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kt-article-grid-card-excerpt{margin:0;font-size:.8rem;color:var(--theme-text-tertiary);line-height:1.55;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto}.kt-article-grid-card-date{font-size:.75rem;color:var(--theme-text-muted);flex-shrink:0}.kt-article-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;background:#0f172a8c;animation:kt-modal-backdrop-in .2s ease forwards}@keyframes kt-modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes kt-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.kt-article-detail-panel{flex:0 0 380px;width:380px;background:var(--theme-bg-primary);border:1px solid var(--theme-border-secondary);border-radius:12px;display:flex;flex-direction:column;z-index:20;animation:kt-slide-in-right .3s ease-out;overflow:hidden;box-shadow:0 4px 12px #0000001a;align-self:stretch}.kt-article-detail-panel--modal{position:relative;flex:none;width:min(760px,94vw);max-width:760px;max-height:88vh;height:auto;align-self:auto;z-index:1001;animation:kt-modal-in .25s cubic-bezier(.4,0,.2,1) forwards;box-shadow:0 24px 64px #00000059}@keyframes kt-slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.kt-article-detail-header{flex-shrink:0;height:50px;min-height:50px;border-bottom:1px solid var(--theme-border-secondary);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;gap:1rem}.kt-article-detail-header-source{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.kt-article-detail-header-favicon{width:20px;height:20px;border-radius:3px;flex-shrink:0}.kt-article-detail-header-domain{font-size:.9rem;color:var(--theme-text-secondary);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-article-detail-close{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:32px;height:32px}.kt-article-detail-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.kt-article-detail-header-nav{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.kt-article-detail-nav-btn{background:transparent;border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);cursor:pointer;padding:.4rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:28px;height:28px}.kt-article-detail-nav-btn:hover:not(:disabled){background:var(--theme-badge-bg);color:var(--theme-text-primary);border-color:var(--theme-accent-primary)}.kt-article-detail-nav-btn:disabled{opacity:.4;cursor:not-allowed}.kt-article-detail-nav-counter{font-size:.8rem;color:var(--theme-text-tertiary);min-width:50px;text-align:center}.kt-article-detail-content{flex:1;min-height:0;overflow:hidden;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:0}.kt-article-detail-top{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-height:0;overflow-y:auto}.kt-article-detail-bottom{display:flex;flex-direction:column;gap:1.25rem;flex-shrink:0;padding-top:1rem;border-top:1px solid var(--theme-border-secondary)}.kt-article-detail-meta{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.kt-article-detail-favicon{width:24px;height:24px;border-radius:4px;flex-shrink:0}.kt-article-detail-domain{font-size:.9rem;color:var(--theme-text-secondary);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-article-detail-title{margin:0;font-size:1.2rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4}.kt-article-detail-date{margin:0;font-size:.9rem;color:var(--theme-text-secondary);font-weight:500}.kt-article-detail-section{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.kt-article-detail-section-title{margin:0;font-size:.85rem;font-weight:600;color:var(--theme-text-primary);text-transform:uppercase;letter-spacing:.5px}.kt-article-detail-section-text{margin:0;font-size:.9rem;line-height:1.5;color:var(--theme-text-secondary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kt-article-detail-excerpt-preview{cursor:pointer;transition:color .2s ease}.kt-article-detail-excerpt-preview:hover{color:var(--theme-accent-primary)}.kt-article-detail-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:6px;padding:.75rem}.kt-article-detail-url-link{color:var(--theme-text-secondary);text-decoration:none;flex:1;display:flex;align-items:center;gap:.5rem;word-break:break-all;transition:color .2s ease;min-width:0;font-size:.85rem}.kt-article-detail-url-link:hover{color:var(--theme-text-primary)}.kt-article-detail-copy-btn{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.kt-article-detail-copy-btn:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.kt-article-detail-info-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-border-secondary)}.kt-article-detail-info-row:last-child{border-bottom:none;padding-bottom:0}.kt-article-detail-info-label{color:var(--theme-text-tertiary);font-size:.85rem;font-weight:500;flex-shrink:0;min-width:100px}.kt-article-detail-info-value{color:var(--theme-text-primary);font-weight:500;word-break:break-word;flex:1}.kt-article-detail-badges{display:flex;gap:.5rem;flex-wrap:wrap}.kt-article-detail-badge{background:var(--theme-badge-bg);color:var(--theme-accent-primary);border:1px solid var(--theme-badge-border);border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:500}.kt-article-detail-admin-toggle{background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);border-radius:6px;padding:.5rem .75rem;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.kt-article-detail-admin-toggle:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary);color:var(--theme-text-primary)}.kt-article-detail-admin-data{background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:6px;padding:.75rem;font-size:.75rem;overflow-x:auto;max-height:200px;overflow-y:auto;color:var(--theme-text-secondary);margin:0}.kt-article-detail-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:1000;animation:kt-fade-in .2s ease-out}@keyframes kt-fade-in{0%{opacity:0}to{opacity:1}}.kt-article-detail-modal{background:var(--theme-bg-primary);border:1px solid var(--theme-border-secondary);border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px #00000026;animation:kt-modal-pop .3s ease-out}@keyframes kt-modal-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.kt-article-detail-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0}.kt-article-detail-modal-title{margin:0;font-size:1.1rem;font-weight:700;color:var(--theme-text-primary)}.kt-article-detail-modal-close{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:32px;height:32px}.kt-article-detail-modal-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.kt-article-detail-modal-content{flex:1;min-height:0;overflow-y:auto;padding:1.25rem}.kt-article-detail-modal-text{margin:0;font-size:.95rem;line-height:1.6;color:var(--theme-text-secondary);white-space:pre-wrap;word-wrap:break-word}@media (max-width: 1024px){.kt-article-detail-panel{flex:0 0 350px;width:350px}}@media (max-width: 768px){.kt-article-grid-container{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin-top:0;max-height:none;border:none;border-radius:0;padding:1rem;z-index:1001;background:var(--theme-bg-primary);overflow-y:auto;display:flex;flex-direction:column}body.kt-grid-open{overflow:hidden}.kt-header-row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem;width:100%;box-sizing:border-box;overflow:visible;align-items:stretch}.kt-section-identity{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);flex-shrink:0;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;min-width:0}.kt-header-tools{width:100%;max-width:100%;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem;box-sizing:border-box;display:flex;justify-content:center;align-items:center;flex-shrink:0;gap:.25rem}.kt-section-info{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.kt-section-title{font-size:.95rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;flex:1}.kt-section-subtitle,.kt-section-sep,.kt-legend-inline{display:none}.kt-header-tools .kt-period-buttons{flex:1 1 auto!important;min-width:0;width:auto;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.5rem;align-items:center;height:auto!important}.kt-period-buttons{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem;height:auto!important;flex:none!important;width:100%}.kt-header-tools .kt-period-btn{height:38px;padding:0;font-size:.8rem;font-weight:600;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;width:100%;box-sizing:border-box;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.kt-header-tools .kt-period-btn:hover{background:var(--theme-bg-tertiary);border-color:var(--theme-border-secondary)}.kt-header-tools .kt-period-btn-active{background:var(--theme-accent-primary);color:#fff;border-color:var(--theme-accent-primary)}.kt-controls{gap:.5rem;margin-bottom:.75rem}.kt-controls-row{flex-direction:column;gap:.5rem;align-items:stretch}.kt-search-container{min-width:0;width:100%}.kt-search-wrapper{height:42px;min-height:42px;max-height:42px}.kt-search-input{height:32px;line-height:32px;font-size:.95rem}.kt-search-btn{height:32px;min-height:32px;max-height:32px;padding:0 .75rem;font-size:.9rem}.kt-period-selector{height:auto;min-height:42px;padding:.5rem;gap:.5rem;flex-wrap:wrap}.kt-period-label{font-size:.85rem;height:auto;line-height:32px;white-space:nowrap;flex-shrink:0}.kt-period-buttons{gap:.4rem;height:32px;flex:1;display:flex}.kt-period-btn{height:32px;line-height:30px;padding:0 .6rem;font-size:.85rem;flex:1;min-width:0}.kt-date-range{height:auto;gap:.5rem;flex-wrap:wrap;width:100%}.kt-date-input{height:32px;line-height:32px;padding:.4rem .6rem;font-size:.9rem;flex:1;min-width:120px}.kt-date-separator{height:32px;line-height:32px;font-size:.9rem;display:none}.kt-btn-reset{height:32px;line-height:30px;padding:0 .75rem;font-size:.85rem;flex-shrink:0}.kt-sources-selector{flex-wrap:wrap;padding:.5rem;gap:.4rem;width:100%}.kt-sources-selector .kt-period-label{width:100%;display:block;margin-bottom:.25rem}.kt-sources-buttons{grid-template-columns:repeat(4,1fr);gap:.4rem;width:100%}.kt-source-btn{height:40px;padding:.4rem;font-size:.75rem}.kt-source-btn .kt-source-label{display:none}.kt-source-btn .kt-source-icon{width:20px;height:20px}.kt-chart-container{height:220px;padding:.75rem .5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.kt-chart-wrapper{min-width:560px}.kt-chart-swipe-hint{display:block;position:absolute;top:6px;right:8px;font-size:.7rem;font-weight:600;color:var(--theme-text-tertiary);opacity:.7;pointer-events:none;z-index:5;letter-spacing:.03em}.kt-scroll-area{margin:.15rem 15px 0}.kt-article-grid{grid-template-columns:repeat(2,1fr)}.kt-article-grid-card{min-height:140px;padding:.5rem;gap:.4rem}.kt-article-grid-card-title{font-size:.85rem}.kt-article-grid-card-excerpt{font-size:.75rem}.kt-article-grid-container{max-height:300px;padding:.5rem;margin-top:.75rem}.kt-article-detail-panel{position:fixed;top:0;left:0;right:0;bottom:0;width:100%!important;max-width:100%;border-left:none;border-radius:0;z-index:1001}.kt-widget--with-detail-panel{gap:0}}@media (max-width: 640px){.kt-article-grid{grid-template-columns:1fr}}@media (max-width: 480px){.kt-sources-buttons{grid-template-columns:repeat(3,1fr)}.kt-source-btn{height:38px}.kt-chart-container{height:180px;padding:.5rem .25rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.kt-chart-wrapper{min-width:480px}.kt-chart-swipe-hint{display:block}.kt-scroll-area{margin:.1rem 10px 0}.kt-article-grid{grid-template-columns:1fr}.kt-article-grid-card{min-height:120px}.kt-article-grid-container{max-height:250px}.kt-header-tools .kt-period-buttons{grid-template-columns:repeat(2,1fr)}.kt-header-tools .kt-period-btn{height:30px;line-height:28px;padding:0 .3rem;font-size:.7rem}.kt-section-title{font-size:.95rem}.kt-period-btn{padding:0 .4rem;font-size:.75rem}}.kt-article-grid-container::-webkit-scrollbar,.kt-article-detail-top::-webkit-scrollbar{width:8px}.kt-article-grid-container::-webkit-scrollbar-track,.kt-article-detail-top::-webkit-scrollbar-track{background:transparent}.kt-article-grid-container::-webkit-scrollbar-thumb,.kt-article-detail-top::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, rgba(148, 163, 184, .4));border-radius:4px}.kt-article-grid-container::-webkit-scrollbar-thumb:hover,.kt-article-detail-top::-webkit-scrollbar-thumb:hover{background:var(--theme-border-secondary, rgba(148, 163, 184, .6))}.kt-article-grid-container,.kt-article-detail-top{scrollbar-width:thin;scrollbar-color:var(--theme-border-secondary, rgba(148, 163, 184, .4)) transparent}.kt-mobile-drawer{display:none}@media (max-width: 768px){.kt-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;background:var(--theme-bg-primary);z-index:9999;overflow:hidden}.kt-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1rem;height:56px;min-height:56px;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;background:var(--theme-bg-primary)}.kt-mobile-drawer-title{flex:1;font-size:1rem;font-weight:700;color:var(--theme-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-mobile-drawer-close{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.kt-mobile-drawer-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.kt-mobile-drawer-back{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.4rem .6rem;border-radius:8px;display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;flex-shrink:0;transition:background .15s}.kt-mobile-drawer-back:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.kt-mobile-drawer-counter{font-size:.85rem;color:var(--theme-text-tertiary);flex:1;text-align:center}.kt-mobile-drawer-grid{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-content:start;width:100%;box-sizing:border-box}.kt-mobile-drawer-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;transition:border-color .15s,background .15s;min-height:130px;min-width:0;overflow:hidden;box-sizing:border-box;width:100%}.kt-mobile-drawer-card:active{background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary)}.kt-mobile-drawer-card-header{display:flex;align-items:center;gap:.35rem;min-width:0;overflow:hidden}.kt-mobile-drawer-card-favicon{width:15px;height:15px;border-radius:2px;flex-shrink:0}.kt-mobile-drawer-card-domain{font-size:.72rem;color:var(--theme-text-muted);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kt-mobile-drawer-card-link{color:var(--theme-text-tertiary);text-decoration:none;display:flex;align-items:center;flex-shrink:0}.kt-mobile-drawer-card-title{margin:0;font-size:.85rem;font-weight:600;color:var(--theme-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kt-mobile-drawer-card-excerpt{margin:0;font-size:.75rem;color:var(--theme-text-tertiary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.kt-mobile-drawer-card-date{font-size:.7rem;color:var(--theme-text-muted);flex-shrink:0}.kt-mobile-drawer-detail{flex:1;overflow-y:auto;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.kt-mobile-drawer-detail-source{display:flex;align-items:center;gap:.5rem}.kt-mobile-drawer-detail-favicon{width:20px;height:20px;border-radius:3px;flex-shrink:0}.kt-mobile-drawer-detail-domain{font-size:.9rem;color:var(--theme-text-secondary);font-weight:500}.kt-mobile-drawer-detail-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4}.kt-mobile-drawer-detail-date{margin:0;font-size:.85rem;color:var(--theme-text-secondary)}.kt-mobile-drawer-detail-section{display:flex;flex-direction:column;gap:.5rem}.kt-mobile-drawer-detail-section-title{margin:0;font-size:.8rem;font-weight:700;color:var(--theme-text-primary);text-transform:uppercase;letter-spacing:.5px}.kt-mobile-drawer-detail-section-text{margin:0;font-size:.9rem;line-height:1.6;color:var(--theme-text-secondary)}.kt-mobile-drawer-detail-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:8px;padding:.65rem .75rem}.kt-mobile-drawer-detail-url-link{flex:1;color:var(--theme-text-secondary);text-decoration:none;font-size:.8rem;word-break:break-all;display:flex;align-items:center;gap:.4rem;min-width:0}.kt-mobile-drawer-detail-copy-btn{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.3rem;border-radius:6px;display:flex;align-items:center;flex-shrink:0;transition:background .15s}.kt-mobile-drawer-detail-copy-btn:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.kt-mobile-drawer-detail-nav{display:flex;gap:.75rem;margin-top:auto;padding-top:.5rem}.kt-mobile-drawer-detail-nav-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.65rem;color:var(--theme-text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.kt-mobile-drawer-detail-nav-btn:disabled{opacity:.35;cursor:not-allowed}.kt-mobile-drawer-detail-nav-btn:not(:disabled):active{background:var(--theme-bg-secondary);border-color:var(--theme-accent-primary);color:var(--theme-text-primary)}.kt-mobile-drawer-detail-admin-toggle{font-size:.85rem;color:var(--theme-text-tertiary);cursor:pointer;padding:.4rem 0;list-style:none}.kt-mobile-drawer-detail-admin-data{margin-top:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:6px;padding:.75rem;font-size:.72rem;overflow-x:auto;max-height:220px;overflow-y:auto;color:var(--theme-text-secondary)}.kt-mobile-drawer-grid,.kt-mobile-drawer-detail{scrollbar-width:thin;scrollbar-color:var(--theme-border-secondary, rgba(148, 163, 184, .4)) transparent}}[data-theme=dark] .kt-mobile-drawer{box-shadow:none}.tl-widget{width:100%}.tl-header-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;color:var(--theme-text-primary);flex-wrap:wrap}.tl-section-identity{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1 1 auto;overflow:hidden;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem}.tl-section-sep{color:var(--theme-text-tertiary);font-size:.85rem;flex-shrink:0}.tl-controls{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.tl-controls-row{display:flex;flex-direction:row;align-items:stretch;gap:1rem;flex-wrap:wrap}.tl-search-container{flex:1;min-width:250px;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem;box-sizing:border-box}.tl-search-wrapper{display:flex;align-items:center;gap:.75rem}.tl-search-wrapper:focus-within{border-color:var(--theme-border-secondary)}.tl-search-icon{width:18px;height:18px;color:var(--theme-text-muted);flex-shrink:0}.tl-search-input{flex:1;background:transparent;border:none;color:var(--theme-text-primary);font-size:.95rem;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;height:44px}.tl-search-input:focus{outline:none!important;box-shadow:none!important}.tl-search-input::-moz-placeholder{color:var(--theme-text-muted)}.tl-search-input::placeholder{color:var(--theme-text-muted)}.tl-period-selector,.tl-sources-selector{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.5rem .75rem}.tl-label{font-size:.9rem;color:var(--theme-text-tertiary);font-weight:500}.tl-date-range{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tl-date-input{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;padding:.45rem .75rem;height:44px;color:var(--theme-text-primary);font-size:.9rem;font-weight:500;transition:all .2s ease;outline:none}.tl-date-input:focus{border-color:var(--theme-border-accent);background:var(--theme-bg-card);outline:none!important;box-shadow:none!important}.tl-date-separator{color:var(--theme-text-tertiary);font-size:.9rem;font-weight:500}.tl-btn{background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);border-radius:8px;padding:.45rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease}.tl-btn:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.tl-btn-reset{background:var(--theme-badge-bg);border-color:var(--theme-border-secondary)}.tl-btn-reset:hover{background:var(--theme-bg-secondary)}.tl-sources-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;flex:1}.tl-source-btn{background:transparent;border:1px solid transparent;color:var(--theme-text-secondary);border-radius:8px;padding:.45rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s ease;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem;opacity:.7}.tl-source-btn:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);opacity:1}.tl-source-btn-active{background:var(--theme-bg-secondary);border-color:var(--theme-border-secondary);color:var(--theme-text-primary);font-weight:700;border:2px solid;opacity:1}.tl-source-icon{width:16px;height:16px;color:var(--theme-text-primary);flex-shrink:0}.tl-source-label{font-size:.9rem}.tl-error-message{padding:1.5rem;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:var(--radius);margin-bottom:1rem;color:var(--theme-text-primary);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;box-sizing:border-box}.tl-error-title{margin:0;font-weight:700;font-size:1rem;color:#ff6b6b;text-align:center}.tl-error-text{margin:0;font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5;text-align:center}.tl-error-retry-btn{margin-top:.5rem;padding:.5rem 1rem;background:var(--theme-accent-primary);color:var(--theme-text-primary);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease}.tl-error-retry-btn:hover{background:var(--theme-accent-hover)}.tl-loading-message{padding:1rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);margin-bottom:1rem;color:var(--theme-text-secondary);text-align:center}.tl-keywords-bar{margin-top:.75rem;margin-bottom:.75rem}.tl-section-title{font-size:.95rem;font-weight:700;color:var(--theme-text-primary);white-space:nowrap;flex-shrink:0;line-height:1}.tl-section-subtitle{font-size:.85rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80ch;line-height:1.5}.tl-timeline-container{background:transparent;border:none;border-radius:0;padding:0;position:relative;height:520px;overflow:hidden;touch-action:none}.tl-timeline-content-wrapper{display:flex;flex-direction:row;gap:0;align-items:stretch;width:100%;height:100%;max-height:100%;transition:gap .3s ease-out}.tl-timeline-content-wrapper>*{transition:flex-basis .3s ease-in-out,width .3s ease-in-out,max-width .3s ease-in-out,min-width .3s ease-in-out,flex-grow .3s ease-in-out,flex-shrink .3s ease-in-out}.tl-timeline-container--with-details .tl-timeline-content-wrapper{gap:1rem}.tl-timeline-container--with-details .tl-article-card{min-width:120px;max-width:160px}.tl-timeline-wrapper{flex:1;position:relative;display:flex;flex-direction:column;gap:0;overflow:hidden;min-height:520px;transition:flex .3s ease-out,min-width .3s ease-out,max-width .3s ease-out}.tl-current-year{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-shrink:0}.tl-current-year-diamond{width:8px;height:8px;background:var(--theme-text-tertiary);transform:rotate(45deg);display:block;flex-shrink:0}.tl-current-year-label{font-size:.95rem;color:var(--theme-text-primary);font-weight:700}.tl-events-container{position:relative;width:100%;flex:1;min-height:160px;background:linear-gradient(to right,rgba(148,163,184,.12) 1px,transparent 1px) 0 0 / 72px 100% repeat-x,var(--theme-bg-primary, #ffffff);border-radius:var(--radius) var(--radius) 0 0;border:1px solid var(--theme-border-secondary);margin-bottom:0;overflow:visible;box-shadow:0 2px 6px #0000000a}.tl-zoom-controls{display:flex;flex-direction:row;align-items:center;gap:3px;flex-shrink:0;position:relative;z-index:10;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:var(--radius);padding:.4rem .6rem}.tl-zoom-controls:hover .tl-zoom-btn{opacity:1}.tl-zoom-btn{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:1px solid transparent;border-radius:8px;color:var(--theme-text-secondary, #64748b);cursor:pointer;transition:all .15s ease;opacity:.7;padding:0}.tl-zoom-btn:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .15));color:var(--theme-text-primary, #334155);opacity:1}.tl-zoom-btn:active{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .25))}.tl-zoom-btn:disabled{opacity:.3;cursor:not-allowed}.tl-preset-btn{width:auto;padding:0 6px;font-size:.65rem;font-weight:500;font-family:Urbanist,sans-serif;letter-spacing:.02em}.tl-preset-btn-active{background:var(--theme-accent-primary, #3b82f6)!important;color:#fff!important;border-color:var(--theme-accent-primary, #3b82f6)!important;opacity:1!important;border-radius:4px}.tl-preset-btn-active:hover{background:var(--theme-accent-hover, #2563eb)!important;border-color:var(--theme-accent-hover, #2563eb)!important;color:#fff!important}.tl-controls-separator{width:1px;height:16px;background:var(--theme-border-secondary, rgba(148, 163, 184, .3));margin:0 2px;flex-shrink:0}.tl-events-layer{position:relative;width:100%;height:100%;z-index:2}.tl-events-lines{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:auto;overflow:visible}.tl-article-connector{position:absolute;bottom:0;display:flex;flex-direction:column;align-items:center;transform:translate(-50%);pointer-events:none;z-index:1}.tl-article-link-line{position:absolute;left:50%;transform:translate(-50%);width:2px;background:#94a3b859;z-index:1;pointer-events:auto}.tl-article-link-line--highlight{background:var(--theme-accent-primary)}.tl-article-connector-line{width:2px;height:14px;background:#94a3b859;opacity:1}.tl-article-bubble{margin-bottom:0;margin-top:.1rem;width:auto;height:20px;min-width:20px;padding:0 5px;border-radius:5px;border:1.5px solid rgba(30,30,30,.25);background:var(--theme-bg-primary, #1a1a2e);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001f;cursor:pointer;pointer-events:auto;position:relative;z-index:2}.tl-article-bubble-count{font-size:.65rem;font-weight:600;color:var(--theme-text-secondary)}.tl-article-card-wrapper{position:absolute;bottom:50px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;pointer-events:auto;z-index:3;transition:z-index 0s}.tl-article-card-wrapper--highlight{z-index:100!important}.tl-article-card{position:relative;min-width:160px;max-width:220px;min-height:38px;background:var(--theme-bg-primary, #ffffff);border-radius:10px;border:2px solid rgba(148,163,184,.9);display:flex;align-items:center;padding:.2rem .45rem;box-shadow:0 4px 12px #0000001a;z-index:3;pointer-events:auto;transition:min-width .3s ease-in-out,max-width .3s ease-in-out;will-change:min-width,max-width}.tl-article-card--highlight{border-color:var(--theme-accent-primary);box-shadow:0 4px 14px #2563eb40}.tl-article-bubble--highlight{border-color:var(--theme-accent-primary);background:var(--theme-accent-primary)}.tl-article-bubble--highlight .tl-article-bubble-count{color:#fff}.tl-article-connector-line--highlight{background:var(--theme-accent-primary)}.tl-card-anchor{position:absolute;left:50%;top:100%;width:0;height:0;transform:translate(-50%)}.tl-article-card-icon{position:relative;display:flex;align-items:center;justify-content:center;margin-right:.5rem;flex-shrink:0;width:16px;height:16px}.tl-article-favicon{position:absolute;top:0;right:0;bottom:0;left:0;width:14px;height:14px;border-radius:4px;-o-object-fit:contain;object-fit:contain;display:block}.tl-article-favicon-fallback{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:#94a3b8e6}.tl-article-card-content{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.tl-article-card-title{font-size:.68rem;font-weight:600;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-article-card-meta{font-size:.58rem;color:var(--theme-text-tertiary)}.tl-article-card-arm{position:absolute;left:0;top:50%;transform:translate(-100%,-50%);width:26px;height:2px;background:var(--theme-accent-primary);border-radius:999px}.tl-article-pagination{position:relative;margin-top:-.7rem;padding:.55rem .2rem .1rem;display:flex;align-items:center;justify-content:flex-start;align-self:flex-start;gap:.35rem;pointer-events:auto;background:var(--theme-bg-secondary, rgba(248, 250, 252, .9));border:1px solid rgba(148,163,184,.5);border-top:none;border-radius:0 0 6px 6px;z-index:2}.tl-article-arrow{background:transparent;border:none;color:#94a3b8e6;font-size:.75rem;cursor:pointer;min-width:24px;min-height:24px;padding:.1rem .25rem;display:inline-flex;align-items:center;justify-content:center}.tl-article-arrow:disabled{opacity:.3;cursor:default}.tl-article-dots{display:flex;align-items:center;gap:.12rem}.tl-article-dot{width:14px;height:14px;padding:0;border-radius:999px;border:none;background:transparent;cursor:pointer;position:relative}.tl-article-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5px;height:5px;border-radius:999px;background:#94a3b859}.tl-article-dot-active:before{background:#334155e6}.tl-timeline-axis{position:relative;width:100%;flex-shrink:0;padding-bottom:4em;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.tl-timeline-axis-dragging{cursor:grabbing}.tl-timeline-line{position:absolute;top:0;left:0;right:0;height:2px;background:var(--theme-text-tertiary);opacity:.5;z-index:1}.tl-markers-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;pointer-events:none;border:1px solid var(--theme-border-secondary);border-top:none;border-radius:0 0 var(--radius) var(--radius)}.tl-year-marker{position:absolute;top:2px;display:flex;flex-direction:column;align-items:center;z-index:3;transform:translate(-50%);cursor:pointer;transition:opacity .2s ease}.tl-year-marker:hover{opacity:.7}.tl-year-line{width:1px;background:var(--theme-text-tertiary);transition:all .2s ease;height:22px;display:block}.tl-year-line-major{height:32px!important;opacity:.9;width:2px}.tl-year-line-minor{height:8px!important;opacity:.25;width:1px}.tl-year-label{font-size:.7rem;color:var(--theme-text-tertiary);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.2;transition:all .2s ease;padding:.2rem 0;text-align:center;pointer-events:none}.tl-year-label-major{font-weight:700;font-size:.85rem;color:var(--theme-text-primary)}.tl-year-label-minor{font-weight:400;opacity:.35;font-size:.55rem}.tl-mobile-drawer-btn{display:none!important}@media (max-width: 1024px){.tl-timeline-container{min-height:auto}.tl-timeline-wrapper{min-height:250px}}@media (max-width: 768px){.tl-article-details-card{display:none!important}.tl-timeline-axis{-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.tl-timeline-wrapper{-moz-user-select:none;user-select:none;-webkit-user-select:none}.tl-events-container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}}@media (max-width: 640px){.tl-year-label{font-size:.6rem}.tl-year-label-major{font-size:.7rem}.tl-timeline-axis{height:70px}.tl-year-line-major{height:20px}.tl-year-line-minor{height:10px}.tl-zoom-controls{flex-wrap:wrap;max-width:100%;gap:3px;padding:.35rem .4rem;justify-content:center;align-items:center}.tl-zoom-btn{flex-shrink:0}.tl-mobile-line-break{flex-basis:100%;height:0}.tl-mobile-drawer-btn{display:flex!important}}.tl-article-details-card{flex-shrink:0;width:0;max-width:40%;min-width:0;background:var(--theme-bg-primary, #ffffff);border-radius:var(--radius, 12px);border:2px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;animation:tl-slide-in-right .3s ease-out forwards;pointer-events:auto;touch-action:pan-y;align-self:stretch;max-height:100%;height:100%;overflow:hidden;margin:0;padding-top:0;padding-bottom:0;transition:width .3s ease-out,min-width .3s ease-out;transform:translate(100%)}@keyframes tl-slide-in-right{0%{width:0;min-width:0;transform:translate(100%);opacity:0}to{width:450px;min-width:350px;transform:translate(0);opacity:1}}@keyframes tl-slide-out-right{0%{width:450px;min-width:350px;transform:translate(0);opacity:1}to{width:0;min-width:0;transform:translate(100%);opacity:0}}.tl-article-details-card--closing{animation:tl-slide-out-right .3s ease-in forwards}.tl-article-details-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);flex-shrink:0;min-width:450px;width:100%}.tl-article-details-keyword-border{height:2px;width:100%;flex-shrink:0;min-width:450px}.tl-article-details-header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.tl-article-details-navigation{display:flex;align-items:center;gap:0rem;flex-shrink:0;margin-right:.5rem}.tl-article-details-nav-btn{background:transparent;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:6px;color:var(--theme-text-secondary, #64748b);cursor:pointer;padding:.3rem;display:flex;align-items:center;justify-content:center;transition:all .2s;width:28px;height:28px}.tl-article-details-nav-btn:hover:not(:disabled){background:var(--theme-bg-tertiary, rgba(148, 163, 184, .1));border-color:var(--theme-border-primary, rgba(148, 163, 184, .4));color:var(--theme-text-primary, #1e293b)}.tl-article-details-nav-btn:disabled{opacity:.3;cursor:not-allowed}.tl-article-details-nav-counter{font-size:.75rem;color:var(--theme-text-tertiary, #94a3b8);font-weight:500;min-width:3rem;text-align:center}.tl-article-details-favicon{width:20px;height:20px;border-radius:4px;flex-shrink:0}.tl-article-details-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--theme-text-primary, #1e293b);line-height:1.5;width:100%;overflow-wrap:break-word}.tl-article-details-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.tl-article-details-open-url,.tl-article-details-close{background:transparent;border:none;color:var(--theme-text-secondary, #64748b);cursor:pointer;padding:.4rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.tl-article-details-open-url:hover,.tl-article-details-close:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .1));color:var(--theme-text-primary, #1e293b)}.tl-article-details-content{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:1.25rem;display:flex;flex-direction:column;gap:0;overscroll-behavior:contain;min-width:450px;width:100%;min-height:0}.tl-article-details-content::-webkit-scrollbar{width:8px}.tl-article-details-content::-webkit-scrollbar-track{background:var(--theme-bg-secondary, #f8fafc);border-radius:4px}.tl-article-details-content::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, rgba(148, 163, 184, .4));border-radius:4px}.tl-article-details-content::-webkit-scrollbar-thumb:hover{background:var(--theme-border-secondary, rgba(148, 163, 184, .6))}.tl-article-details-date-section{margin-bottom:1.5rem}.tl-article-details-date{color:var(--theme-text-secondary, #64748b);font-size:.9rem}.tl-article-details-excerpt{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.tl-article-details-excerpt-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.tl-article-details-excerpt-text{margin:0;font-size:.85rem;line-height:1.6;color:var(--theme-text-secondary, #64748b);white-space:pre-wrap}.tl-article-details-url-section{display:flex;flex-direction:column;gap:.5rem}.tl-article-details-url-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.tl-article-details-url-container{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--theme-bg-secondary, #f8fafc);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:8px}.tl-article-details-url-link{flex:1;font-size:.8rem;color:var(--theme-accent-primary, #2563eb);text-decoration:none;word-break:break-all;display:flex;align-items:center;gap:.4rem;transition:color .2s}.tl-article-details-url-link:hover{color:var(--theme-accent-primary-hover, #1d4ed8);text-decoration:underline}.tl-article-details-url-icon{flex-shrink:0}.tl-article-details-copy-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--theme-accent-primary, #2563eb);color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .2s;flex-shrink:0}.tl-article-details-copy-btn:hover{background:var(--theme-accent-primary-hover, #1d4ed8)}.tl-article-details-pdf-section{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.tl-article-details-pdf-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.tl-article-details-pdf-container{width:100%;height:400px;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:8px;overflow:hidden;background:var(--theme-bg-secondary, #f8fafc)}.tl-article-details-pdf-iframe{width:100%;height:100%;border:none;background:#fff}.tl-article-details-source-section{display:flex;flex-direction:column;gap:.5rem}.tl-article-details-source-title{margin:0;font-size:.9rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.tl-article-details-source-badge{display:inline-block;padding:.4rem .8rem;background:var(--theme-badge-bg, rgba(148, 163, 184, .1));border:1px solid var(--theme-badge-border, rgba(148, 163, 184, .3));border-radius:6px;font-size:.8rem;font-weight:500;color:var(--theme-text-primary, #1e293b);width:-moz-fit-content;width:fit-content}.tl-article-details-info-bar{padding:0;border-top:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);flex-shrink:0;min-width:450px;width:100%;transition:all .3s ease}.tl-article-details-info-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);transition:background-color .2s ease}.tl-article-details-info-header:hover{background:var(--theme-bg-tertiary, rgba(148, 163, 184, .1))}.tl-article-details-info-header-title{font-size:.9rem;font-weight:600;color:var(--theme-text-primary, #1e293b)}.tl-article-details-info-header-icon{color:var(--theme-text-tertiary, #94a3b8);flex-shrink:0;transition:transform .2s ease}.tl-article-details-info-bar--expanded .tl-article-details-info-column{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.tl-article-details-info-column{display:flex;flex-direction:column;gap:.75rem}.tl-article-details-info-item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.tl-article-details-info-icon{color:var(--theme-text-tertiary, #94a3b8);flex-shrink:0}.tl-article-details-info-label{font-size:.85rem;color:var(--theme-text-tertiary, #94a3b8);font-weight:500;min-width:120px}.tl-article-details-info-value{font-size:.9rem;color:var(--theme-text-primary, #1e293b);font-weight:600;flex:1}@media (max-width: 640px){.tl-article-details-card{width:calc(100% - 2rem);right:1rem;left:1rem;max-width:none}}.tl-period-ranges-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none;overflow:visible}.tl-period-range{position:absolute;top:-1px;height:4px;background:#64748b99;border:1px solid rgba(148,163,184,.4);border-radius:2px;transition:background-color .2s ease,border-color .2s ease,height .2s ease,box-shadow .2s ease,z-index .2s ease;pointer-events:auto!important;cursor:pointer!important;z-index:11;box-shadow:0 1px 3px #00000026;will-change:left,width}.tl-period-range--active{background:#64748bcc;border-color:#94a3b899;opacity:1}.tl-period-range--inactive{background:#64748b66;border-color:#94a3b84d;opacity:.6}.tl-period-range:hover,.tl-period-range--highlight{background:#2563ebcc;height:5px;box-shadow:0 2px 4px #2563eb4d;opacity:1;z-index:20!important}.tl-zone-nav{padding:6px 12px;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .15));flex-shrink:0}.tl-zone-nav-label{font-size:.75rem;font-weight:600;color:var(--theme-text-tertiary, #94a3b8);text-transform:uppercase;letter-spacing:.04em}.tl-zone-list{flex:1;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.tl-zone-list::-webkit-scrollbar{width:4px}.tl-zone-list::-webkit-scrollbar-track{background:transparent}.tl-zone-list::-webkit-scrollbar-thumb{background:var(--theme-border-secondary, rgba(148, 163, 184, .3));border-radius:2px}.tl-zone-list-card{padding:10px 12px;background:var(--theme-bg-card, #ffffff);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .15));border-left:3px solid var(--theme-border-secondary, rgba(148, 163, 184, .3));border-radius:8px;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;gap:4px}.tl-zone-list-card:hover{background:var(--theme-bg-card-hover, var(--theme-bg-secondary));border-color:var(--theme-border-primary, rgba(148, 163, 184, .4));transform:translate(2px)}.tl-zone-list-card-header{display:flex;align-items:center;gap:6px}.tl-zone-list-favicon{width:14px;height:14px;border-radius:2px;flex-shrink:0}.tl-zone-list-domain{font-size:.7rem;color:var(--theme-text-tertiary, #94a3b8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.tl-zone-list-ext{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;color:var(--theme-text-tertiary, #94a3b8);text-decoration:none;flex-shrink:0;transition:all .15s ease}.tl-zone-list-ext:hover{color:var(--theme-text-primary);background:var(--theme-badge-bg, rgba(148, 163, 184, .1))}.tl-zone-list-title{font-size:.82rem;font-weight:600;color:var(--theme-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tl-zone-list-date{font-size:.68rem;color:var(--theme-text-tertiary, #94a3b8);font-variant-numeric:tabular-nums}.tl-zone-list-excerpt{font-size:.75rem;color:var(--theme-text-secondary, #64748b);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tl-zone-list-expanded{margin-top:6px;padding-top:8px;border-top:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .15));display:flex;flex-direction:column;gap:8px}.tl-zone-list-expanded-excerpt{font-size:.8rem;color:var(--theme-text-secondary, #64748b);line-height:1.5;margin:0}.tl-zone-list-expanded-actions{display:flex;gap:6px;flex-wrap:wrap}.tl-zone-list-expanded-open{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:var(--theme-accent-primary, #3b82f6);color:#fff;border-radius:6px;text-decoration:none;font-size:.78rem;font-weight:600;transition:background .15s ease}.tl-zone-list-expanded-open:hover{background:var(--theme-accent-hover, #2563eb)}.tl-zone-list-expanded-copy{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:transparent;border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .3));border-radius:6px;color:var(--theme-text-secondary, #64748b);font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s ease}.tl-zone-list-expanded-copy:hover{background:var(--theme-badge-bg, rgba(148, 163, 184, .1));color:var(--theme-text-primary)}[data-theme=dark] .tl-article-card{border:2px solid rgba(113,122,134,.9)}[data-theme=dark] .tl-article-bubble{background:#1a1a1a;border-color:#333}[data-theme=dark] .tl-article-bubble-count{color:#fff}.tl-mobile-drawer{display:none}@media (max-width: 768px){.tl-mobile-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;background:var(--theme-bg-primary);z-index:9999;overflow:hidden}.tl-mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1rem;height:56px;min-height:56px;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;background:var(--theme-bg-primary)}.tl-mobile-drawer-title{flex:1;font-size:1rem;font-weight:700;color:var(--theme-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-mobile-drawer-close{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.tl-mobile-drawer-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.tl-mobile-drawer-back{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.4rem .6rem;border-radius:8px;display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;flex-shrink:0;transition:background .15s}.tl-mobile-drawer-back:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.tl-mobile-drawer-counter{font-size:.85rem;color:var(--theme-text-tertiary);flex:1;text-align:center}.tl-mobile-drawer-grid{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-content:start;width:100%;box-sizing:border-box}.tl-mobile-drawer-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;transition:border-color .15s,background .15s;min-height:130px;min-width:0;overflow:hidden;box-sizing:border-box;width:100%}.tl-mobile-drawer-card:active{background:var(--theme-bg-card-hover);border-color:var(--theme-accent-primary)}.tl-mobile-drawer-card-header{display:flex;align-items:center;gap:.35rem;min-width:0;overflow:hidden}.tl-mobile-drawer-card-favicon{width:15px;height:15px;border-radius:2px;flex-shrink:0}.tl-mobile-drawer-card-domain{font-size:.72rem;color:var(--theme-text-muted);font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tl-mobile-drawer-card-link{color:var(--theme-text-tertiary);text-decoration:none;display:flex;align-items:center;flex-shrink:0}.tl-mobile-drawer-card-title{margin:0;font-size:.85rem;font-weight:600;color:var(--theme-text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tl-mobile-drawer-card-excerpt{margin:0;font-size:.75rem;color:var(--theme-text-tertiary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.tl-mobile-drawer-card-date{font-size:.7rem;color:var(--theme-text-muted);flex-shrink:0}.tl-mobile-drawer-detail{flex:1;overflow-y:auto;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:1.25rem}.tl-mobile-drawer-detail-source{display:flex;align-items:center;gap:.5rem}.tl-mobile-drawer-detail-favicon{width:20px;height:20px;border-radius:3px;flex-shrink:0}.tl-mobile-drawer-detail-domain{font-size:.9rem;color:var(--theme-text-secondary);font-weight:500}.tl-mobile-drawer-detail-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4}.tl-mobile-drawer-detail-date{margin:0;font-size:.85rem;color:var(--theme-text-secondary)}.tl-mobile-drawer-detail-section{display:flex;flex-direction:column;gap:.5rem}.tl-mobile-drawer-detail-section-title{margin:0;font-size:.8rem;font-weight:700;color:var(--theme-text-primary);text-transform:uppercase;letter-spacing:.5px}.tl-mobile-drawer-detail-section-text{margin:0;font-size:.9rem;line-height:1.6;color:var(--theme-text-secondary)}.tl-mobile-drawer-detail-url-box{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:8px;padding:.65rem .75rem}.tl-mobile-drawer-detail-url-link{flex:1;color:var(--theme-text-secondary);text-decoration:none;font-size:.8rem;word-break:break-all;display:flex;align-items:center;gap:.4rem;min-width:0}.tl-mobile-drawer-detail-copy-btn{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.3rem;border-radius:6px;display:flex;align-items:center;flex-shrink:0;transition:background .15s}.tl-mobile-drawer-detail-copy-btn:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.tl-mobile-drawer-detail-nav{display:flex;gap:.75rem;margin-top:auto;padding-top:.5rem}.tl-mobile-drawer-detail-nav-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:10px;padding:.65rem;color:var(--theme-text-secondary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s}.tl-mobile-drawer-detail-nav-btn:disabled{opacity:.35;cursor:not-allowed}.tl-mobile-drawer-detail-nav-btn:not(:disabled):active{background:var(--theme-bg-secondary);border-color:var(--theme-accent-primary);color:var(--theme-text-primary)}.tl-mobile-drawer-detail-admin-toggle{font-size:.85rem;color:var(--theme-text-tertiary);cursor:pointer;padding:.4rem 0;list-style:none}.tl-mobile-drawer-detail-admin-data{margin-top:.5rem;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:6px;padding:.75rem;font-size:.72rem;overflow-x:auto;max-height:220px;overflow-y:auto;color:var(--theme-text-secondary)}.tl-mobile-drawer-grid,.tl-mobile-drawer-detail{scrollbar-width:thin;scrollbar-color:var(--theme-border-secondary, rgba(148, 163, 184, .4)) transparent}}[data-theme=dark] .tl-mobile-drawer{box-shadow:none}.tl-detail-layout{flex:0 0 45%;min-width:300px;max-width:700px;background:var(--theme-bg-primary, #ffffff);border-radius:var(--radius, 12px);border:2px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;touch-action:pan-y;align-self:stretch;max-height:100%;height:100%;margin:0;padding:0;position:relative;z-index:10}.tl-detail-layout-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));background:var(--theme-bg-secondary, #f8fafc);flex-shrink:0;width:100%;gap:.5rem}.tl-detail-layout-header-title{font-size:.85rem;font-weight:600;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.05em;flex:1}.tl-detail-layout-close{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.tl-detail-layout-close:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.tl-detail-layout-body{flex:1;min-height:0;min-width:0;display:flex;flex-direction:row;gap:.75rem;overflow:hidden}.tl-detail-layout-grid-wrapper{flex:1 1 auto;overflow:hidden;min-height:0;min-width:0;position:relative;display:flex;flex-direction:column;contain:layout}.tl-article-grid-container{width:100%;min-width:0}.tl-article-grid-virtual{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0}.tl-article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.6rem;padding:.8rem 1rem;box-sizing:border-box;width:100%;min-width:0;align-content:start;grid-auto-rows:auto}.tl-grid-card{gap:.3rem;padding:.6rem;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-top:2px solid var(--theme-accent-primary);border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative;min-height:160px;display:flex;flex-direction:column;overflow:hidden}.tl-grid-card:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.tl-grid-card--selected{background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);box-shadow:0 4px 12px #0000001a}.tl-grid-card-header{display:flex;align-items:center;gap:.4rem;min-width:0;flex-shrink:0}.tl-grid-card-favicon{width:14px;height:14px;border-radius:2px;flex-shrink:0}.tl-grid-card-domain{font-size:.7rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;font-weight:500}.tl-grid-card-title{font-size:.8rem;font-weight:600;color:var(--theme-text-primary);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto}.tl-grid-card-date{font-size:.7rem;color:var(--theme-text-tertiary);flex-shrink:0}.tl-grid-card-excerpt{font-size:.75rem;color:var(--theme-text-secondary);line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:0 0 auto}.tl-grid-card-link{position:absolute;bottom:.6rem;right:.6rem;color:var(--theme-accent-primary);text-decoration:none;padding:.3rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;opacity:.7}.tl-grid-card:hover .tl-grid-card-link{opacity:1;background:var(--theme-bg-tertiary)}.tl-article-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;background:#0f172a8c;animation:tl-detail-backdrop-in .2s ease forwards;pointer-events:auto}.tl-article-detail-backdrop--closing{animation:tl-detail-backdrop-out .25s ease forwards}.tl-article-detail-panel{position:relative;width:min(760px,94vw);max-width:760px;max-height:88vh;height:auto;background:var(--theme-bg-primary, #ffffff);border:1px solid var(--theme-border-secondary, rgba(148, 163, 184, .2));border-radius:var(--radius, 12px);box-shadow:0 24px 64px #00000059;display:flex;flex-direction:column;animation:tl-detail-modal-in .25s cubic-bezier(.4,0,.2,1) forwards;overflow:hidden;z-index:1001;pointer-events:auto;touch-action:pan-y}.tl-article-detail-panel--closing{animation:tl-detail-modal-out .25s cubic-bezier(.4,0,.2,1) forwards}@keyframes tl-detail-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes tl-detail-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes tl-detail-modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes tl-detail-modal-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.97)}}.tl-detail-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;gap:.5rem;background:var(--theme-bg-secondary);contain:layout style}.tl-detail-header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.tl-detail-favicon{width:16px;height:16px;border-radius:3px;flex-shrink:0}.tl-detail-domain{font-size:.75rem;color:var(--theme-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.tl-detail-divider{color:var(--theme-border-secondary);margin:0 .3rem;flex-shrink:0}.tl-detail-header-label{font-size:.7rem;font-weight:700;color:var(--theme-text-primary);letter-spacing:.8px;text-transform:uppercase}.tl-detail-header-actions{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.tl-detail-nav{display:flex;align-items:center;gap:.1rem;margin-right:.4rem;padding-right:.4rem;border-right:1px solid var(--theme-border-secondary)}.tl-detail-nav-counter{font-size:.7rem;font-weight:600;color:var(--theme-text-tertiary);min-width:28px;text-align:center}.tl-detail-header-btn{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;width:24px;height:24px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.tl-detail-header-btn:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.tl-detail-close{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;width:24px;height:24px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.tl-detail-close:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.tl-detail-content{overflow-y:auto;overflow-x:hidden;flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:0;min-width:0;contain:layout style}.tl-detail-title-link{text-decoration:none;display:block;transition:all .15s ease}.tl-detail-title-link:hover{opacity:.8}.tl-detail-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--theme-text-primary);line-height:1.3;word-break:break-word;transition:color .15s ease}.tl-detail-title-link:hover .tl-detail-title{color:var(--theme-accent-primary)}.tl-detail-info{display:grid;grid-template-columns:1fr;gap:.9rem;background:var(--theme-bg-card);padding:1rem;border-radius:8px}.tl-info-item{display:flex;flex-direction:row;gap:.65rem;align-items:baseline;font-size:.85rem}.tl-info-label{display:flex;align-items:center;gap:.45rem;color:var(--theme-text-tertiary);font-weight:600;white-space:nowrap;flex-shrink:0;text-transform:uppercase;font-size:.7rem;letter-spacing:.3px}.tl-info-label svg{width:14px;height:14px;color:var(--theme-text-tertiary);flex-shrink:0}.tl-info-value{color:var(--theme-text-secondary);word-break:break-word;line-height:1.35}.tl-excerpt-container{background:var(--theme-bg-card);padding:1rem;border-radius:8px;cursor:pointer;transition:all .15s ease}.tl-excerpt-container:hover{background:var(--theme-bg-secondary)}.tl-excerpt-label{font-size:.7rem;font-weight:700;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.3px;margin:0 0 .75rem;display:block}.tl-excerpt-preview{font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tl-detail-layout-list-mode{flex:1;overflow:hidden;display:flex;flex-direction:column;width:100%;min-width:450px}.drp{position:relative;width:100%}.drp-row{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:nowrap}.drp-presets-full{display:flex;align-items:center;gap:0;flex-wrap:nowrap}.drp-presets-compact{display:none;flex:1}@media (max-width: 560px){.drp-presets-full{display:none}.drp-presets-compact{display:flex}.drp-chip.drp-chip--cal{display:none}.drp-chip.drp-chip--cal-mobile{display:flex}}@media (min-width: 561px){.drp-presets-full{display:flex}.drp-presets-compact,.drp-presets-dropdown{display:none}}.drp-chip{display:inline-flex;align-items:center;gap:.3rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:0;padding:.4rem .85rem;cursor:pointer;font-size:.8rem;font-weight:550;font-family:Urbanist,sans-serif;color:var(--theme-text-secondary);letter-spacing:-.01em;white-space:nowrap;line-height:1.1;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-left:none}.drp-presets-full .drp-chip:first-child{border-radius:999px 0 0 999px;border-left:1px solid var(--theme-badge-border)}.drp-presets-full .drp-chip:last-child{border-radius:0}.drp-chip--cal{border-radius:0 999px 999px 0!important}.drp-chip:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary);color:var(--theme-text-primary)}.drp-chip--active{background:color-mix(in srgb,var(--theme-accent-primary) 14%,transparent);border-color:color-mix(in srgb,var(--theme-accent-primary) 40%,transparent);color:var(--theme-accent-primary);font-weight:600}.drp-chip--active:hover{background:color-mix(in srgb,var(--theme-accent-primary) 22%,transparent);border-color:color-mix(in srgb,var(--theme-accent-primary) 55%,transparent);color:var(--theme-accent-primary)}.drp-chip--cal{padding:.4rem .85rem;width:auto;min-width:unset;justify-content:center;gap:.3rem}.drp-chip--cal.drp-chip--active{padding:.4rem .85rem}.drp-chip--current{gap:.45rem}.drp-chip--compact{width:auto;justify-content:space-between;padding:.4rem .8rem}.drp-compact-label{font-size:.9rem;font-weight:600}.drp-chevron{transition:transform .2s ease;flex-shrink:0;opacity:1;color:#fff;display:block}.drp-chevron--open{transform:rotate(180deg)}.drp-preset-row{display:flex;flex-wrap:wrap;gap:.35rem}.drp-popover-sep-h{height:1px;background:var(--theme-border-secondary);margin:.25rem 0}.drp-popover-anchor{position:absolute;left:50%;top:100%;margin-top:8px;transform:translate(-50%);z-index:1000}.drp-popover{background:var(--theme-surface, #fff);border:1px solid var(--theme-border-secondary);border-radius:16px;box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;animation:drp-pop-in .18s cubic-bezier(.16,1,.3,1);min-width:320px}@keyframes drp-pop-in{0%{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.drp-popover-inputs{display:flex;align-items:flex-end;gap:.6rem}.drp-popover-field{flex:1;display:flex;flex-direction:column;gap:.25rem}.drp-popover-label{font-size:.68rem;font-weight:650;color:var(--theme-text-tertiary);letter-spacing:.04em;text-transform:uppercase;font-family:Urbanist,sans-serif;padding-left:.1rem}.drp-popover-input{background:var(--theme-badge-bg);border:1.5px solid var(--theme-badge-border);border-radius:8px;color:var(--theme-text-primary);font-size:.85rem;font-family:Urbanist,sans-serif;font-weight:550;padding:.5rem .65rem;outline:none;text-align:center;transition:border-color .15s,box-shadow .15s;font-variant-numeric:tabular-nums;width:100%;box-sizing:border-box}.drp-popover-input::-moz-placeholder{color:var(--theme-text-tertiary);opacity:.5;font-weight:400}.drp-popover-input::placeholder{color:var(--theme-text-tertiary);opacity:.5;font-weight:400}.drp-popover-input:focus{border-color:var(--theme-accent-primary);box-shadow:0 0 0 3px rgba(var(--theme-accent-primary-rgb, 99, 102, 241),.1)}.drp-popover-sep{color:var(--theme-text-tertiary);font-size:.85rem;opacity:.35;flex-shrink:0;padding-bottom:.5rem;font-weight:300}.drp-popover .rdp-root{--rdp-accent-color: var(--theme-accent-primary, #4F46E5);--rdp-accent-background-color: rgba(var(--theme-accent-primary-rgb, 99, 102, 241), .1);--rdp-day-height: 36px;--rdp-day-width: 36px;--rdp-day_button-height: 34px;--rdp-day_button-width: 34px;--rdp-day_button-border-radius: 8px;--rdp-today-color: var(--theme-accent-primary, #4F46E5);--rdp-outside-opacity: .25;--rdp-range_middle-background-color: rgba(var(--theme-accent-primary-rgb, 99, 102, 241), .08);--rdp-range_middle-color: var(--theme-text-primary);--rdp-range_start-color: #fff;--rdp-range_end-color: #fff;--rdp-range_start-background: var(--theme-accent-primary, #4F46E5);--rdp-range_end-background: var(--theme-accent-primary, #4F46E5);--rdp-nav_button-height: 30px;--rdp-nav_button-width: 30px;--rdp-weekday-opacity: .5;font-family:Urbanist,sans-serif;font-size:.85rem;margin:0;width:100%}.drp-popover .rdp-month_caption{font-size:.9rem;font-weight:650;color:var(--theme-text-primary);letter-spacing:-.02em;text-transform:capitalize;font-family:Urbanist,sans-serif}.drp-popover .rdp-weekday{font-size:.7rem;font-weight:650;color:var(--theme-text-tertiary);font-family:Urbanist,sans-serif}.drp-popover .rdp-day_button{font-family:Urbanist,sans-serif;font-weight:500;font-size:.82rem;color:var(--theme-text-primary)}.drp-popover .rdp-day_button:hover{background:var(--theme-bg-secondary)}.drp-popover .rdp-chevron{fill:var(--theme-text-secondary)}.drp-popover .rdp-month_grid{width:100%}[data-theme=dark] .drp-popover{box-shadow:0 12px 48px #00000059,0 4px 16px #0003}[data-theme=dark] .drp-popover .rdp-root{--rdp-range_middle-background-color: rgba(var(--theme-accent-primary-rgb, 99, 102, 241), .15)}[data-theme=dark] .drp-popover .rdp-day_button:hover{background:#ffffff0f}[data-theme=dark] .drp-chip{border-color:var(--theme-border-secondary)}[data-theme=dark] .drp-chip:hover{border-color:var(--theme-border-primary)}@media (max-width: 560px){.drp{position:relative;padding:0}.drp-row{gap:.25rem;justify-content:center;flex-wrap:wrap;align-items:center}.drp-chip{padding:.3rem .5rem;font-size:.65rem;flex-shrink:0;border-radius:999px!important}.drp-presets-full{display:none!important}.drp-presets-compact{display:flex!important;gap:.25rem;flex:1;align-items:center;justify-content:center}.drp-chip--compact{justify-content:space-between;padding:.4rem .7rem;font-size:.7rem;height:34px;display:inline-flex;align-items:center;gap:.35rem}.drp-chip--cal-mobile{flex-shrink:0;padding:.4rem;min-width:34px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:999px;cursor:pointer;color:var(--theme-text-secondary);transition:all .15s ease}.drp-chip--cal-mobile svg{color:var(--theme-text-secondary);stroke:currentColor;stroke-width:2}.drp-chip--cal-mobile:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary);color:var(--theme-text-primary)}.drp-chip--cal-mobile:hover svg{color:var(--theme-text-primary)}.drp-chip--cal-mobile.drp-chip--active{background:var(--theme-accent-primary);border-color:var(--theme-accent-primary);color:#fff}.drp-chip--cal-mobile.drp-chip--active svg{color:#fff}.drp-chip--cal{display:none!important}.drp-presets-dropdown{display:flex;flex-direction:column;gap:.15rem;margin-top:.4rem;padding:.4rem;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:0 8px 24px #0000001f;animation:drp-dropdown-in .15s cubic-bezier(.16,1,.3,1)}@keyframes drp-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.drp-presets-dropdown-item{display:flex;align-items:center;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;text-align:left;color:var(--theme-text-secondary);font-size:.8rem;font-weight:500;font-family:Urbanist,sans-serif;cursor:pointer;transition:background-color .12s ease,color .12s ease;white-space:nowrap}.drp-presets-dropdown-item:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.drp-presets-dropdown-item--active{background:color-mix(in srgb,var(--theme-accent-primary) 12%,transparent);color:var(--theme-accent-primary);font-weight:600}.drp-presets-dropdown-item--active:hover{background:color-mix(in srgb,var(--theme-accent-primary) 18%,transparent);color:var(--theme-accent-primary)}.drp-popover-anchor--cal{position:fixed!important;left:50%!important;right:auto!important;top:50%!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:auto!important;max-width:calc(100vw - 2rem)!important;margin-top:0!important;z-index:10000}.drp-popover--cal{border-radius:16px;width:auto;padding:1rem;max-height:80vh;overflow-y:auto;animation-name:drp-pop-in}@keyframes drp-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.drp-popover-inputs{gap:.4rem;margin-bottom:.5rem}.drp-popover-input{font-size:.75rem;padding:.4rem .45rem;min-height:32px}.drp-popover-label{font-size:.6rem}.drp-popover-sep{padding-bottom:.3rem}.drp-popover--cal .rdp-root{--rdp-day_button-height: 24px;--rdp-day_button-width: 24px;--rdp-nav_button-height: 24px;--rdp-nav_button-width: 24px;font-size:.65rem;gap:.15rem}.drp-popover--cal .rdp-month_caption{font-size:.75rem}.drp-popover--cal .rdp-weekday{font-size:.6rem}.drp-popover--cal .rdp-day_button{font-size:.65rem}.drp-popover--cal .rdp-month_grid{width:100%}}@media (max-width: 1024px) and (min-width: 561px){.drp-row{gap:0}.drp-chip{padding:.3rem .5rem;font-size:.7rem}.drp-presets-full{display:flex!important;gap:0;flex-wrap:nowrap}.drp-presets-compact{display:none!important}.drp-chip--cal{padding:.35rem .55rem;display:inline-flex}.drp-popover{min-width:300px;padding:1rem}.drp-popover-anchor{left:50%;right:auto}}@media (max-width: 1366px) and (min-width: 1025px){.drp-row{gap:0}.drp-chip{padding:.4rem .8rem;font-size:.8rem}.drp-presets-full{display:flex}.drp-presets-compact{display:none}.drp-chip--cal{display:inline-flex}.drp-popover{min-width:340px;padding:1.15rem}}@media (min-width: 1367px){.drp-row{gap:0}.drp-chip{padding:.4rem .85rem;font-size:.8rem}.drp-presets-full{display:flex}.drp-presets-compact{display:none}.drp-chip--cal{display:inline-flex}.drp-popover{min-width:320px;padding:1.25rem}}.srb{padding:1.2rem .85rem;background:transparent;border:1px solid var(--theme-badge-border);border-radius:14px;font-family:Urbanist,sans-serif;margin-top:2rem;margin-bottom:2rem;transition:opacity .2s}@media (max-width: 480px){.srb{padding:.75rem .6rem .4rem;margin-top:1rem;margin-bottom:1rem;border-radius:10px}}@media (max-width: 1024px) and (min-width: 481px){.srb{padding:1rem .8rem;margin-top:1.5rem;margin-bottom:1.5rem}}@media (max-width: 1366px) and (min-width: 1025px){.srb{padding:1.1rem .85rem;margin-top:1.8rem;margin-bottom:1.8rem}}.srb-body{display:flex;flex-direction:column;gap:0}.srb-row-main{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.srb-folder{display:inline-flex;align-items:center;gap:.45rem;grid-column:1}.srb-folder-icon{color:var(--theme-text-primary);flex-shrink:0}.srb-folder-name{font-size:.95rem;font-weight:700;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:28ch;letter-spacing:-.01em}@media (max-width: 480px){.srb-folder-name{font-size:.85rem;max-width:18ch}}@media (max-width: 1024px) and (min-width: 481px){.srb-folder-name{font-size:.9rem;max-width:24ch}}.srb-sources{display:flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:wrap;width:100%;min-width:0}@media (max-width: 480px){.srb-sources{gap:.25rem;justify-content:center}}@media (max-width: 1024px) and (min-width: 481px){.srb-sources{gap:.3rem}}.srb-stats{display:inline-flex;align-items:center;gap:.35rem;grid-column:3;justify-self:end;white-space:nowrap}.srb-loading{display:flex;align-items:center;gap:.65rem;padding:.25rem 0}.srb-no-results{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem 0}.srb-no-results-icon{color:var(--theme-accent-primary);flex-shrink:0}.srb-no-results-project{font-size:.9rem;font-weight:600;color:var(--theme-accent-primary);letter-spacing:-.01em}.srb-no-results-query{font-size:.9rem;font-weight:600;color:var(--theme-text-primary);letter-spacing:-.01em}.srb-no-results-separator{font-size:.9rem;color:var(--theme-text-tertiary);font-weight:400}.srb-no-results-text{font-size:.9rem;font-weight:600;color:var(--theme-text-tertiary);letter-spacing:-.01em}.srb-loading-spinner{width:16px;height:16px;border:2px solid var(--theme-border-secondary);border-top-color:var(--theme-accent-primary);border-radius:50%;animation:srb-spin .65s linear infinite}@keyframes srb-spin{to{transform:rotate(360deg)}}.srb-loading-text{font-size:.82rem;font-weight:550;color:var(--theme-text-secondary);letter-spacing:-.01em}.srb-hero-count{font-size:1.05rem;font-weight:750;color:var(--theme-text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1}.srb-hero-label{font-size:.78rem;font-weight:500;color:var(--theme-text-tertiary);letter-spacing:-.01em}.srb-hero-duration{display:inline-flex;align-items:center;gap:.2rem;font-size:.75rem;font-weight:500;color:var(--theme-text-tertiary);font-variant-numeric:tabular-nums;opacity:.55}.srb-hero-duration:before{content:"·";margin-right:.1rem;opacity:.4}.srb-hero-duration svg{opacity:.6}.srb-domains-wrap{margin-top:1rem;margin-bottom:1rem;background:#f9f9f9;border:1px solid var(--theme-badge-border);border-radius:14px;padding:.75rem}@media (max-width: 480px){.srb-domains-wrap{margin-top:.75rem;margin-bottom:.75rem;padding:.6rem;border-radius:10px}}@media (max-width: 1024px) and (min-width: 481px){.srb-domains-wrap{margin-top:.9rem;margin-bottom:.9rem;padding:.7rem}}.srb-domains{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem;margin-top:.4rem}@media (max-width: 720px){.srb-domains{grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:.3rem}}@media (max-width: 1024px) and (min-width: 721px){.srb-domains{grid-template-columns:repeat(5,1fr);gap:.38rem;margin-top:.35rem}}@media (max-width: 1366px) and (min-width: 1025px){.srb-domains{grid-template-columns:repeat(6,1fr);gap:.39rem}}.srb-domains:first-child{margin-top:0}.srb-domains-actions{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.6rem;margin-bottom:-47px;position:relative;z-index:2}@media (max-width: 480px){.srb-domains-actions{margin-bottom:0}}.srb-domains-action{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:1px solid var(--theme-badge-border);border-radius:999px;padding:.25rem .65rem;color:var(--theme-text-tertiary);font-family:Urbanist,sans-serif;font-size:.75rem;font-weight:550;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.srb-domains-action:hover{color:var(--theme-text-primary);border-color:var(--theme-border-primary);background:var(--theme-badge-bg)}.srb-domains-action--reset{color:var(--theme-accent-primary);border-color:var(--theme-accent-primary);opacity:.7}.srb-domains-action--reset:hover{opacity:1;background:transparent;color:var(--theme-accent-primary)}.srb-domain-card{display:flex;align-items:center;gap:.45rem;padding:.35rem .6rem;background:#fff;border:1px solid var(--theme-badge-border);border-radius:999px;min-width:0;transition:background .12s,border-color .12s;cursor:pointer;text-align:left}@media (max-width: 480px){.srb-domain-card{padding:.3rem .45rem;gap:.3rem;border-radius:8px}}@media (max-width: 1024px) and (min-width: 481px){.srb-domain-card{padding:.32rem .55rem;gap:.4rem}}.srb-domain-card:hover{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary)}.srb-domain-card--off{opacity:.3}.srb-domain-card--off:hover{opacity:.6}.srb-domain-favicon{width:14px;height:14px;border-radius:3px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}@media (max-width: 480px){.srb-domain-favicon{width:12px;height:12px;border-radius:2px}}@media (max-width: 1024px) and (min-width: 481px){.srb-domain-favicon{width:13px;height:13px}}.srb-domain-name{font-size:.82rem;font-weight:500;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}@media (max-width: 480px){.srb-domain-name{font-size:.7rem;display:none}}@media (max-width: 1024px) and (min-width: 481px){.srb-domain-name{font-size:.75rem}}.srb-domain-count{font-size:.75rem;font-weight:700;color:var(--theme-text-secondary);font-variant-numeric:tabular-nums;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:999px;padding:.1rem .45rem;flex-shrink:0;line-height:1.3}@media (max-width: 480px){.srb-domain-count{font-size:.62rem;padding:.08rem .3rem}}@media (max-width: 1024px) and (min-width: 481px){.srb-domain-count{font-size:.7rem;padding:.09rem .4rem}}.srb-pill{display:inline-flex;align-items:center;gap:.35rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:999px;padding:.35rem .7rem;cursor:pointer;font-family:Urbanist,sans-serif;font-size:.78rem;line-height:1.1;color:var(--theme-text-secondary);transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;flex-shrink:0}@media (max-width: 480px){.srb-pill{padding:.28rem .45rem;font-size:.7rem;gap:.25rem;flex-shrink:1;min-width:auto}}@media (max-width: 1024px) and (min-width: 481px){.srb-pill{padding:.32rem .65rem;font-size:.75rem}}.srb-pill:hover,.srb-pill--on{background:var(--theme-bg-secondary);border-color:var(--theme-border-primary);color:var(--theme-text-primary)}.srb-pill--on .srb-pill-icon{color:var(--theme-text-primary)}.srb-pill-label{font-weight:575;letter-spacing:-.01em}@media (max-width: 480px){.srb-pill-label{display:none}}.srb-pill-count{font-weight:700;font-variant-numeric:tabular-nums;font-size:.72rem;color:var(--theme-text-secondary);background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);padding:.1rem .35rem;border-radius:999px;line-height:1.2}@media (max-width: 480px){.srb-pill-count{font-size:.65rem;padding:.08rem .3rem}}@media (max-width: 1024px) and (min-width: 481px){.srb-pill-count{font-size:.68rem}}.srb-pill--off{opacity:.35}.srb-pill--off:hover{opacity:.65}.srb-pill--reset{background:transparent;border:1px dashed var(--theme-border-secondary);color:var(--theme-text-tertiary);font-weight:600;font-size:.72rem;padding:.3rem .6rem;flex-shrink:1;min-width:auto}@media (max-width: 480px){.srb-pill--reset{padding:.28rem .45rem;font-size:.65rem}}.srb-pill--reset:hover{opacity:1;color:var(--theme-text-primary);border-color:var(--theme-border-primary)}[data-theme=dark] .srb-domains-wrap{background:#2a2a2a}[data-theme=dark] .srb-domain-card{background:#333;border-color:#444}[data-theme=dark] .srb-domain-card:hover{background:#3a3a3a;border-color:#555}@media (max-width: 480px){.srb-hero-count{font-size:.85rem}.srb-hero-label,.srb-hero-duration{font-size:.7rem}}@media (max-width: 1024px) and (min-width: 481px){.srb-hero-count{font-size:.95rem}.srb-hero-label{font-size:.75rem}.srb-hero-duration{font-size:.72rem}}@media (max-width: 1366px) and (min-width: 1025px){.srb-hero-count{font-size:1rem}.srb-hero-label{font-size:.78rem}}.bity-tooltip{position:fixed;z-index:10100;min-width:160px;max-width:340px;width:-moz-max-content;width:max-content;padding:.5rem .75rem;background:#1a1f2e;color:var(--theme-text-primary);border:1px solid var(--theme-border-secondary);border-radius:8px;box-shadow:var(--theme-shadow-lg);font-size:.8rem;font-weight:500;line-height:1.55;pointer-events:none;animation:bity-tooltip-fade .15s ease;white-space:normal;word-break:break-word}[data-theme=light] .bity-tooltip{background:#f5f5f7}@keyframes bity-tooltip-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.centralized-search-container{width:100%;margin-bottom:2rem;position:relative;z-index:50}@media (max-width: 480px){.centralized-search-container{margin-bottom:1rem}}.centralized-search-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:64px;color:var(--theme-text-primary);position:relative;z-index:1}@media (max-width: 480px){.centralized-search-card{padding:.75rem;margin:0 .5rem;border-radius:8px}}.centralized-search-header{margin-bottom:28px;text-align:center}@media (max-width: 480px){.centralized-search-header{margin-bottom:.5rem}}.centralized-search-title{font-size:3rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 16px;font-family:Urbanist,sans-serif;text-align:center}@media (max-width: 480px){.centralized-search-title{font-size:1.25rem;margin-bottom:.25rem;font-weight:600}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-title{font-size:2rem;margin-bottom:12px}}@media (max-width: 1366px) and (min-width: 1025px){.centralized-search-title{font-size:2.5rem;margin-bottom:14px}}.centralized-search-subtitle{font-size:1.2rem;font-weight:300;color:var(--theme-text-tertiary);margin:0 0 28px;text-align:center}@media (max-width: 480px){.centralized-search-subtitle{font-size:.75rem;margin-bottom:.5rem;display:none}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-subtitle{font-size:1rem;margin-bottom:1.5rem}}@media (max-width: 1366px) and (min-width: 1025px){.centralized-search-subtitle{font-size:1.1rem;margin-bottom:2rem}}.centralized-search-row{display:flex;justify-content:center;width:100%;margin-bottom:.75rem}@media (max-width: 480px){.centralized-search-row{margin-bottom:.35rem}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-row{margin-bottom:.65rem}}.centralized-search-input-container{width:100%;display:flex;justify-content:center}.centralized-search-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%}@media (max-width: 480px){.centralized-search-wrapper{width:100%}}.centralized-search-input{flex:1;min-width:0;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:50px;color:var(--theme-text-primary);font-size:1.1rem;padding:12px 20px;outline:none!important;box-shadow:none!important;font-family:Urbanist,sans-serif;transition:all .2s ease;min-height:44px}.centralized-search-input:focus{background:var(--theme-bg-card);border-color:var(--theme-accent-primary);box-shadow:0 0 0 3px rgba(var(--theme-accent-primary-rgb, 99, 102, 241),.1)!important}@media (max-width: 480px){.centralized-search-input{font-size:.9rem;padding:9px 12px;min-height:40px;background:var(--theme-bg-card);border-color:var(--theme-border-primary)}.centralized-search-input::-moz-placeholder{color:var(--theme-text-secondary);opacity:.7}.centralized-search-input::placeholder{color:var(--theme-text-secondary);opacity:.7}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-input{font-size:1rem;padding:11px 18px;min-height:43px}}.centralized-search-input::-moz-placeholder{color:var(--theme-text-muted)}.centralized-search-input::placeholder{color:var(--theme-text-muted)}.centralized-search-input:focus{border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-border-accent)!important;outline:none!important}.centralized-search-icon{position:absolute;left:20px;width:20px;height:20px;color:var(--theme-text-tertiary);pointer-events:none;z-index:1}@media (max-width: 480px){.centralized-search-icon{left:10px;width:16px;height:16px}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-icon{left:16px}}.centralized-search-input{padding-left:50px;padding-right:56px}@media (max-width: 480px){.centralized-search-input{padding-left:36px;padding-right:38px}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-input{padding-left:44px;padding-right:48px}}.centralized-search-settings{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;z-index:1100}@media (max-width: 480px){.centralized-search-settings{right:6px}}@media (max-width: 1024px) and (min-width: 481px){.centralized-search-settings{right:7px}}.centralized-search-settings .search-settings-trigger{background:transparent;border:1px solid transparent;box-shadow:none}.centralized-search-settings .search-settings-trigger:hover,.centralized-search-settings .search-settings-trigger--active{background:transparent;border-color:transparent}.centralized-search-card>.drp{margin-bottom:.75rem}@media (max-width: 480px){.centralized-search-card>.drp{margin-bottom:.3rem}}.centralized-label{font-size:.85rem;font-weight:500;color:var(--theme-text-secondary);white-space:nowrap;letter-spacing:-.01em}.centralized-search-error{margin-top:.5rem;padding:.65rem .9rem;border-radius:8px;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:var(--theme-text-secondary);font-size:.9rem;line-height:1.5;text-align:center}@media (max-width: 480px){.centralized-search-error{margin-top:.35rem;padding:.5rem .65rem;font-size:.78rem}}.centralized-keywords-container{background:#00000008;border:none;border-radius:14px;padding:.6rem .9rem;margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 480px){.centralized-keywords-container{padding:.35rem .5rem;margin-top:.25rem;gap:.25rem}}@media (max-width: 1024px) and (min-width: 481px){.centralized-keywords-container{padding:.55rem .75rem;margin-top:.65rem;gap:.45rem}}.centralized-keyword-tag{display:flex;align-items:center;gap:.5rem;background:var(--theme-badge-bg);border:2px solid var(--theme-badge-border);border-radius:8px;padding:.5rem .75rem;font-size:.9rem;font-weight:600;color:var(--theme-text-primary);flex-shrink:0}@media (max-width: 480px){.centralized-keyword-tag{padding:.3rem .5rem;font-size:.7rem;gap:.25rem}}@media (max-width: 1024px) and (min-width: 481px){.centralized-keyword-tag{padding:.45rem .7rem;font-size:.85rem}}.centralized-keyword-text{font-size:.85rem}@media (max-width: 480px){.centralized-keyword-text{font-size:.65rem}}.centralized-keyword-remove{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.centralized-keyword-remove:hover{color:var(--theme-text-primary)}.centralized-keyword-remove-icon{width:14px;height:14px}@media (max-width: 480px){.centralized-keyword-remove-icon{width:10px;height:10px}}.centralized-mode-toggle-tag{cursor:pointer;position:relative;background:var(--theme-bg-tertiary)!important;border:2px solid var(--theme-border-secondary)!important;border-radius:10px!important;box-shadow:var(--theme-shadow-sm)!important;transition:all .2s ease}.centralized-mode-toggle-tag:hover{background:var(--theme-bg-secondary)!important;border-color:var(--theme-border-accent)!important}.centralized-mode-toggle-active{background:var(--theme-bg-secondary)!important;border:2px solid var(--theme-border-accent)!important;box-shadow:var(--theme-shadow-md)!important}.centralized-mode-toggle-active:hover{background:var(--theme-bg-card-hover)!important;border-color:var(--theme-accent-primary)!important;box-shadow:var(--theme-shadow-lg)!important}.centralized-mode-toggle-active .centralized-keyword-text{color:var(--theme-text-primary)!important}.centralized-search-button-container{width:100%;margin-top:1.5rem}.centralized-search-button{width:100%;background:var(--theme-badge-bg);border:1px solid var(--theme-border-secondary);border-radius:var(--radius);color:var(--theme-text-primary);font-size:.9rem;font-weight:500;padding:.75rem 1rem;cursor:pointer;transition:all .2s ease;font-family:Urbanist,sans-serif;display:flex;align-items:center;justify-content:center;gap:.5rem}.centralized-search-button:hover:not(:disabled){background:var(--theme-bg-secondary);border-color:var(--theme-border-accent);color:var(--theme-text-primary)}.centralized-search-button:disabled{opacity:.6;cursor:not-allowed}.sh-results-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--theme-bg-overlay, rgba(0, 0, 0, .5));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10002!important;animation:fadeIn .3s ease;padding:0;overflow:hidden;box-sizing:border-box;pointer-events:auto}.sh-results-overlay-closing{animation:fadeOut .3s ease}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.sh-results-modal{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:95vw;max-width:1600px;height:calc(100vh - 7rem);max-height:calc(100vh - 7rem);background:var(--theme-bg-card, #ffffff)!important;border:2px solid var(--theme-border-secondary, #e2e8f0)!important;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;z-index:10003!important;display:flex!important;flex-direction:column;overflow:hidden;animation:slideInModal .3s ease;margin:0!important;padding:0;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.sh-results-modal-closing{animation:slideOutModal .3s ease}@keyframes slideInModal{0%{opacity:0;transform:translate(-50%,calc(-50% - 10px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes slideOutModal{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% - 10px))}}.sh-results-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0}.sh-results-modal-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--theme-text-primary)}.sh-results-modal-close{background:transparent;border:none;color:var(--theme-text-muted);padding:.25rem;cursor:pointer;transition:color .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.sh-results-modal-close:hover{color:var(--theme-text-primary);background:var(--theme-badge-bg)}.sh-results-modal-close-icon{width:20px;height:20px}.sh-results-modal-body{flex:1;overflow-y:auto;padding:1.5rem;min-height:0}.sh-results-modal-body::-webkit-scrollbar{width:6px}.sh-results-modal-body::-webkit-scrollbar-track{background:var(--theme-badge-bg)}.sh-results-modal-body::-webkit-scrollbar-thumb{background:var(--theme-border-secondary);border-radius:3px}.sh-results-modal-body::-webkit-scrollbar-thumb:hover{background:var(--theme-border-primary)}.sh-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1200px){.sh-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.sh-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.sh-grid{grid-template-columns:1fr}}.sh-result-card{background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;height:100%;transition:all .2s ease}.sh-result-card:hover{background:var(--theme-bg-card);border-color:var(--theme-border-primary);transform:translateY(-2px)}.sh-card-title{color:var(--theme-text-primary);font-weight:700;font-size:1rem;margin:0 0 6px;text-decoration:none}.sh-card-meta{color:var(--theme-text-muted);font-size:.85rem;margin-bottom:8px}.sh-card-excerpt{color:var(--theme-text-secondary);font-size:.92rem;line-height:1.4;margin-top:auto}.sh-link{color:var(--theme-text-primary);text-decoration:none;transition:color .2s ease}.sh-link:hover{color:var(--theme-accent-primary)}.search-loading{padding:2rem;text-align:center;color:var(--theme-text-secondary)}.sh-results-empty{padding:2rem;text-align:center;color:var(--theme-text-muted)}.search-results-content{width:100%}.centralized-results-container{margin-top:.75rem;width:100%}@media (max-width: 480px){.centralized-results-container{margin-top:.35rem}}.centralized-results-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:var(--theme-shadow-lg);padding:1.5rem}.centralized-results-loading{padding:2rem;text-align:center;color:var(--theme-text-secondary);font-size:1rem}.centralized-results-empty{padding:2rem;text-align:center}.centralized-results-empty-text{margin-bottom:.5rem;color:var(--theme-text-primary);font-size:1rem}.centralized-results-empty-subtext{font-size:.9rem;color:var(--theme-text-muted)}.centralized-results-error{padding:1.5rem;color:var(--theme-text-primary);background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.centralized-results-error-title{margin:0;font-weight:700;font-size:1rem;color:#ff6b6b;text-align:center}.centralized-results-error-text{margin:0;font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5;text-align:center}.centralized-results-retry-btn{margin-top:.5rem;padding:.5rem 1rem;background:var(--theme-accent-primary);color:var(--theme-text-primary);border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease;align-self:center}.centralized-results-retry-btn:hover{background:var(--theme-accent-hover)}.centralized-results-container .ra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}.centralized-results-container .ra-grid:after{content:"";display:block;height:16px}@media (max-width: 1024px){.centralized-results-container .ra-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.centralized-results-container .ra-grid{grid-template-columns:1fr}}.centralized-results-container .ra-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:12px;box-shadow:var(--theme-shadow-sm);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;text-align:left}.centralized-results-container .ra-card:hover{transform:translateY(-2px);box-shadow:var(--theme-shadow-md);background:var(--theme-bg-card-hover)}.centralized-results-container .ra-content{padding:12px 14px;text-align:left}.centralized-results-container .ra-title{font-size:1rem;font-weight:600;margin:0 0 6px;color:var(--theme-text-primary);line-height:1.4;text-align:left}.centralized-results-container .ra-meta{font-size:.82rem;color:var(--theme-text-tertiary);margin-bottom:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;text-align:left}.centralized-results-container .ra-excerpt{font-size:.92rem;color:var(--theme-text-secondary);line-height:1.4;text-align:left}.centralized-results-container .ra-topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--theme-badge-bg);color:var(--theme-text-primary);padding:10px 12px;border-bottom:1px solid var(--theme-badge-border)}.centralized-results-container .ra-header-left{display:flex;align-items:center;gap:8px;min-width:0}.centralized-results-container .ra-favicon{width:16px;height:16px;border-radius:4px}.centralized-results-container .ra-source{font-size:.85rem;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.centralized-results-container .ra-open-link{color:var(--theme-text-secondary);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;transition:background .2s ease,color .2s ease}.centralized-results-container .ra-open-link:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.centralized-results-container .ra-open-icon{width:18px;height:18px}.centralized-results-container .ra-body{background:var(--theme-bg-card)}@media (min-width: 768px){.centralized-search-row{flex-direction:row;align-items:flex-end}.centralized-search-input-container{flex:1;min-width:300px}}.centralized-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--theme-bg-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-start;justify-content:center;z-index:10004!important;padding:5rem 1rem 2rem;overflow:auto;box-sizing:border-box}.centralized-modal{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:var(--radius);max-width:min(1400px,95vw);max-height:calc(100vh - 7rem);height:calc(100vh - 7rem);width:100%;display:flex;flex-direction:column;box-shadow:var(--theme-shadow-lg);color:var(--theme-text-primary);margin:0 auto;z-index:10005!important;position:relative}.centralized-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2.5rem;border-bottom:1px solid var(--theme-border-secondary);gap:1rem}.centralized-modal-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-right:-1rem}.centralized-modal-header-left{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.centralized-modal-favicon{width:20px;height:20px;border-radius:4px;flex-shrink:0}.centralized-modal-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--theme-text-primary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.centralized-modal-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.centralized-modal-action-btn-header{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--theme-border-secondary);border-radius:6px;background:var(--theme-bg-card);color:var(--theme-text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none;white-space:nowrap}.centralized-modal-action-btn-header:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);border-color:var(--theme-border-accent)}.centralized-modal-action-btn-header.centralized-modal-action-btn-primary{background:var(--theme-accent-primary);color:var(--theme-text-primary);border-color:var(--theme-accent-primary)}.centralized-modal-action-btn-header.centralized-modal-action-btn-primary:hover{background:var(--theme-accent-hover);border-color:var(--theme-accent-hover)}.centralized-modal-open-url{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.centralized-modal-open-url:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.centralized-modal-close{background:var(--theme-badge-bg);border:none;color:var(--theme-text-tertiary);cursor:pointer;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;opacity:.6}.centralized-modal-close:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);opacity:1}.centralized-modal-content{padding:0;overflow-y:auto;flex:1;display:flex;flex-direction:column}.centralized-modal-info-bar{display:flex;align-items:flex-start;gap:2rem;padding:1.5rem 2.5rem;background:var(--theme-bg-secondary);border-bottom:1px solid var(--theme-border-secondary);flex-wrap:wrap}.centralized-modal-info-column{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem 1.5rem;flex:1;min-width:0}.centralized-modal-info-item{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.centralized-modal-info-label{font-size:.85rem;color:var(--theme-text-tertiary);font-weight:500}.centralized-modal-info-value{font-size:.9rem;color:var(--theme-text-primary);font-weight:600}.centralized-modal-info-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.centralized-modal-actions-column{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0;align-items:flex-end}.centralized-modal-main-content{padding:2rem 2.5rem;border-bottom:1px solid var(--theme-border-secondary)}.centralized-modal-excerpt{display:flex;flex-direction:column}.centralized-modal-excerpt-text{margin:0;font-size:1.05rem;line-height:1.75;color:var(--theme-text-primary);text-align:justify}.centralized-modal-pdf-section{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.centralized-modal-pdf-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--theme-text-primary)}.centralized-modal-pdf-container{width:100%;height:600px;border:1px solid var(--theme-border-secondary);border-radius:8px;overflow:hidden;background:var(--theme-bg-secondary)}.centralized-modal-pdf-iframe{width:100%;height:100%;border:none;background:#fff}.centralized-modal-additional-info{padding:1.5rem 2.5rem;display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid var(--theme-border-secondary)}.centralized-modal-info-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.centralized-modal-info-icon{color:var(--theme-text-tertiary);flex-shrink:0}.centralized-modal-geo-info{display:flex;flex-direction:column;gap:.5rem}.centralized-modal-geo-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .75rem;background:var(--theme-bg-primary);border:1px solid var(--theme-border-secondary);border-radius:6px}.centralized-modal-geo-label{font-size:.875rem;color:var(--theme-text-tertiary);font-weight:500}.centralized-modal-geo-value{font-size:.875rem;color:var(--theme-text-primary);font-weight:600;font-family:monospace}.centralized-modal-geo-link{display:flex;align-items:center;gap:.5rem;color:var(--theme-accent-primary);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.centralized-modal-geo-link:hover{color:var(--theme-accent-hover);text-decoration:underline}.centralized-modal-author-value,.centralized-modal-date-value{font-size:.9rem;color:var(--theme-text-primary);font-weight:500;padding:.5rem .75rem;background:var(--theme-bg-primary);border:1px solid var(--theme-border-secondary);border-radius:6px}.centralized-modal-action-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:12px}.centralized-modal-action-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.centralized-modal-action-label{font-size:.9rem;font-weight:600;color:var(--theme-text-primary)}.centralized-modal-action-buttons{display:flex;align-items:center;gap:.5rem}.centralized-modal-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--theme-border-secondary);border-radius:8px;background:var(--theme-bg-card);color:var(--theme-text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none;min-width:100px;white-space:nowrap}.centralized-modal-action-btn:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);border-color:var(--theme-border-accent)}.centralized-modal-action-btn-primary{background:var(--theme-accent-primary);color:var(--theme-text-primary);border-color:var(--theme-accent-primary)}.centralized-modal-action-btn-primary:hover{background:var(--theme-accent-hover);border-color:var(--theme-accent-hover)}.centralized-modal-badges{display:flex;gap:.5rem;flex-wrap:wrap}.centralized-modal-badge{background:var(--theme-badge-bg);color:var(--theme-accent-primary);border:1px solid var(--theme-badge-border);border-radius:999px;padding:.375rem .875rem;font-size:.85rem;font-weight:500}.centralized-modal-technical-section{border-top:1px solid var(--theme-border-secondary)}.centralized-modal-technical-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 2.5rem;background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.centralized-modal-technical-toggle:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.centralized-modal-technical-toggle>span{flex:1;text-align:left;display:flex;align-items:center;gap:.5rem}.centralized-modal-technical-content{padding:0 2.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.centralized-modal-tech-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:8px}.centralized-modal-tech-label{font-size:.875rem;color:var(--theme-text-tertiary);font-weight:500}.centralized-modal-tech-value{font-size:.875rem;color:var(--theme-text-primary);font-weight:600;font-family:monospace}.centralized-modal-raw{display:flex;flex-direction:column;gap:.75rem}.centralized-modal-raw-label{font-size:.875rem;font-weight:600;color:var(--theme-text-primary)}.centralized-modal-raw-content{background:var(--theme-bg-primary);border:1px solid var(--theme-border-secondary);border-radius:8px;overflow:hidden}.centralized-modal-raw-json{margin:0;padding:1rem;background:var(--theme-bg-primary);color:var(--theme-text-primary);font-size:.8rem;line-height:1.6;max-height:400px;overflow:auto;font-family:Courier New,Courier,monospace;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.centralized-modal-overlay{padding:1rem}.centralized-modal{max-width:100%;max-height:90vh}.centralized-modal-header{padding:1.25rem 1.5rem}.centralized-modal-title{font-size:1.1rem}.centralized-modal-info-bar{padding:1.25rem 1.5rem;gap:1.5rem;flex-direction:column;align-items:stretch}.centralized-modal-header-right{flex-wrap:wrap;gap:.5rem}.centralized-modal-action-btn-header{padding:.4rem .6rem;font-size:.8rem}.centralized-modal-action-btn-header span{display:none}.centralized-modal-info-column{width:100%;grid-template-columns:1fr;gap:.75rem}.centralized-modal-info-item{width:100%}.centralized-modal-main-content{padding:1.5rem}.centralized-modal-additional-info{padding:1.25rem 1.5rem}.centralized-modal-info-actions{margin-left:0;width:100%;justify-content:flex-start;margin-top:.5rem}.centralized-modal-action-btn{flex:1;justify-content:center}.centralized-modal-technical-toggle{padding:1rem 1.5rem}.centralized-modal-technical-content{padding:0 1.5rem 1.25rem}}.centralized-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;padding:1rem;border-top:1px solid var(--theme-border-secondary);flex-wrap:wrap}.centralized-pagination-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;color:var(--theme-text-primary);cursor:pointer;transition:all .2s ease;min-width:40px;height:40px}.centralized-pagination-btn:hover:not(:disabled){background:var(--theme-bg-card);border-color:var(--theme-border-primary);transform:translateY(-1px)}.centralized-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.centralized-pagination-pages{display:flex;align-items:center;gap:.25rem;margin:0 .5rem}.centralized-pagination-page-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;color:var(--theme-text-primary);cursor:pointer;transition:all .2s ease;min-width:40px;height:40px;font-size:.9rem;font-weight:500}.centralized-pagination-page-btn:hover{background:var(--theme-bg-card);border-color:var(--theme-border-primary);transform:translateY(-1px)}.centralized-pagination-page-btn.active{background:var(--theme-accent-primary);border-color:var(--theme-accent-primary);color:#fff;font-weight:700;cursor:pointer}.centralized-pagination-page-btn.active:hover{background:var(--theme-accent-primary);opacity:.9;transform:translateY(-1px)}.centralized-pagination-ellipsis{display:flex;align-items:center;justify-content:center;padding:.5rem;color:var(--theme-text-tertiary);min-width:40px;height:40px}.centralized-pagination-input{width:60px;height:40px;padding:.5rem;text-align:center;background:var(--theme-bg-card);border:2px solid var(--theme-accent-primary);border-radius:8px;color:var(--theme-text-primary);font-size:.9rem;font-weight:700;outline:none}.centralized-pagination-input:focus{border-color:var(--theme-accent-primary);box-shadow:0 0 0 3px rgba(var(--theme-accent-primary-rgb, 59, 130, 246),.1)}.centralized-pagination-info{display:flex;align-items:center;margin-left:1rem;color:var(--theme-text-secondary);font-size:.85rem}.centralized-pagination-count{color:var(--theme-text-tertiary)}.centralized-advanced-panel{width:100%;display:flex;flex-direction:column;gap:.625rem;animation:adv-panel-in .18s ease}@keyframes adv-panel-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.centralized-advanced-tokens{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.375rem;padding:.25rem 0;background:transparent;border:none}.centralized-advanced-token{display:inline-flex;align-items:center;font-size:.88rem;font-weight:500;font-family:Urbanist,sans-serif;padding:3px 10px;border-radius:20px}.centralized-advanced-token--word{background:var(--theme-bg-secondary);border:1px solid var(--theme-border-primary);color:var(--theme-text-primary);font-weight:600}.centralized-advanced-token--op{background:#3b82f61f;border:1px solid rgba(59,130,246,.35);color:var(--theme-accent-primary);font-weight:700;font-size:.75rem;letter-spacing:.04em}.centralized-advanced-token--paren{background:transparent;border:1px solid var(--theme-border-secondary);color:var(--theme-text-tertiary);font-weight:700;padding:3px 7px}.centralized-advanced-token-clear{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;padding:4px;border:none;background:transparent;color:var(--theme-text-muted);cursor:pointer;border-radius:6px;transition:color .12s ease,background .12s ease}.centralized-advanced-token-clear:hover{color:#ef4444;background:#ef44441a}.centralized-advanced-wrapper{align-items:center}.centralized-advanced-gear{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.centralized-advanced-textarea{resize:none;overflow:hidden;font-family:Urbanist,sans-serif;font-size:1.1rem;line-height:1.5;padding-top:11px;padding-bottom:11px}.centralized-advanced-textarea::-moz-placeholder{font-style:italic}.centralized-advanced-textarea::placeholder{font-style:italic}.centralized-advanced-toolbar{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.centralized-advanced-op-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:20px;border:1px solid var(--theme-badge-border);background:var(--theme-badge-bg);color:var(--theme-text-secondary);font-size:.78rem;font-weight:600;font-family:Urbanist,sans-serif;letter-spacing:.03em;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.centralized-advanced-op-btn:hover{background:var(--theme-accent-primary);border-color:var(--theme-accent-primary);color:#fff}.centralized-advanced-info{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;font-family:Urbanist,sans-serif;color:var(--theme-text-tertiary);cursor:help;padding:4px 8px;border-radius:20px;border:1px solid var(--theme-badge-border);background:transparent;white-space:nowrap;flex-shrink:0;transition:color .15s ease,background .15s ease}.centralized-advanced-info:hover,.centralized-advanced-info:focus-visible{color:var(--theme-text-primary);background:var(--theme-badge-bg);outline:none}.centralized-advanced-submit{display:inline-flex;align-items:center;padding:4px 14px;border-radius:20px;border:1px solid rgba(59,130,246,.3);background:#3b82f614;color:#3b82f6b3;font-size:.78rem;font-weight:600;font-family:Urbanist,sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.centralized-advanced-submit:hover:not(:disabled){background:#3b82f626;border-color:#3b82f680;color:#3b82f6f2}.centralized-advanced-submit:disabled{opacity:.35;cursor:not-allowed}.centralized-advanced-textarea:focus{border-top-color:var(--theme-accent-primary)}.centralized-scope-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}@media (max-width: 480px){.centralized-scope-row{gap:.5rem;margin-bottom:.5rem}}.centralized-scope-datepicker{flex:1;min-width:0}.centralized-keywords-clear-all{display:inline-flex;align-items:center;gap:.375rem;padding:.35rem .65rem;border-radius:8px;border:1px dashed var(--theme-border-secondary);background:transparent;color:var(--theme-text-tertiary);font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.centralized-keywords-clear-all:hover{background:var(--theme-badge-bg);border-color:#ef4444;color:#ef4444}@media (max-width: 480px){.centralized-keywords-clear-all{padding:.25rem .45rem;font-size:.65rem;gap:.2rem}}@media (max-width: 768px){.centralized-pagination{gap:.25rem}.centralized-pagination-pages{margin:0 .25rem;gap:.15rem}.centralized-pagination-page-btn,.centralized-pagination-btn{min-width:36px;height:36px;padding:.4rem .6rem;font-size:.85rem}.centralized-pagination-info{margin-left:.5rem;font-size:.8rem}}.sr-tech-object{display:flex;flex-direction:column;gap:8px}.sr-tech-row{display:grid;grid-template-columns:minmax(120px,220px) 1fr;gap:10px;align-items:start;border-bottom:1px dashed var(--border-color, #e5e7eb);padding-bottom:6px}.sr-tech-key{font-weight:600;color:var(--text-secondary, #4b5563);font-size:12px;line-height:1.4;word-break:break-word}.sr-tech-val{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:var(--text-color, #111827);line-height:1.45;white-space:pre-wrap;word-break:break-word}.sr-tech-array{display:flex;flex-direction:column;gap:6px}.sr-tech-array-item{border-left:2px solid var(--border-color, #e5e7eb);padding-left:8px}.sr-tech-null{opacity:.7;font-style:italic}.sr-tech-primitive{font-weight:600}.sr-tech-string{white-space:pre-wrap}.sr-tech-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.sr-tech-chip--yes{background:#10b9811f;color:#047857;border-color:#10b98159}.sr-tech-chip--no{background:#ef44441f;color:#b91c1c;border-color:#ef444459}.sr-tech-extracted{white-space:pre-wrap;word-break:break-word;max-height:240px;overflow:auto;padding:8px;border-radius:8px;background:var(--surface-2, rgba(17, 24, 39, .04))}.search-results-grid{display:flex;flex-direction:column;height:100%;gap:0;min-height:0;position:relative}.sr-toolbar{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;padding:0 0 .6rem}.sr-view-toggle{display:inline-flex;align-items:center;height:30px;border:1px solid var(--theme-border-secondary);border-radius:16px;padding:2px;gap:2px;box-sizing:border-box}.sr-view-seg{display:inline-flex;align-items:center;justify-content:center;width:28px;height:100%;border:none;background:transparent;color:var(--theme-text-tertiary);cursor:pointer;border-radius:13px;transition:background .15s ease,color .15s ease}.sr-view-seg:hover:not(.sr-view-seg--active){color:var(--theme-text-primary);background:#0000000a}.sr-view-seg--active{background:var(--theme-accent-primary);color:#fff}[data-theme=dark] .sr-view-seg:hover:not(.sr-view-seg--active){background:#ffffff14}.sr-content-wrapper{display:flex;flex:1;gap:1rem;position:relative;overflow:hidden;min-height:0;width:100%;align-items:stretch}.sr-toolbar-container{position:absolute;top:1rem;right:1rem;z-index:15;pointer-events:auto}.sr-view-pill{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);color:var(--theme-text-secondary);cursor:pointer;transition:all .2s ease;padding:0}.sr-view-pill:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);border-color:var(--theme-border-accent);transform:scale(1.05)}.sr-view-menu{position:absolute;top:calc(100% + .5rem);left:0;background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;min-width:140px;animation:slideDown .2s ease;z-index:20}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sr-view-menu-item{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:transparent;border:none;color:var(--theme-text-primary);cursor:pointer;transition:all .15s ease;font-size:.88rem;font-weight:500;text-align:left}.sr-view-menu-item:hover{background:var(--theme-bg-secondary);color:var(--theme-accent-primary)}.sr-view-menu-item--active{background:var(--theme-bg-secondary);color:var(--theme-accent-primary);border-left:2px solid var(--theme-accent-primary);padding-left:calc(1rem - 2px)}.sr-view-menu-item svg{width:16px;height:16px;flex-shrink:0}.sr-result-count{font-size:.85rem;color:var(--theme-text-tertiary);font-weight:500}.sr-view-toggle{display:flex;align-items:center;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:8px;overflow:hidden}.sr-view-btn{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;transition:all .15s ease}.sr-view-btn:hover{color:var(--theme-text-primary);background:var(--theme-bg-secondary)}.sr-view-btn--active{color:var(--theme-text-primary);background:var(--theme-bg-card);box-shadow:var(--theme-shadow-sm)}.sr-grid-container{flex:1;overflow-y:auto;border:1px solid var(--theme-border-secondary);border-radius:10px;background:var(--theme-bg-secondary);padding:1rem;min-width:0;min-height:0;max-height:720px;display:flex;flex-direction:column;position:relative}.sr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;flex:1}.sr-grid-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .15s ease}.sr-grid-card:hover{border-color:var(--theme-border-accent);box-shadow:var(--theme-shadow-md);transform:translateY(-2px)}.sr-grid-card--selected{border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-accent-primary)}.sr-grid-card--selected:hover{border-color:var(--theme-accent-primary);box-shadow:0 0 0 2px var(--theme-accent-primary);transform:translateY(-2px)}.sr-card-topbar{display:flex;align-items:center;justify-content:space-between;gap:.4rem;background:#00000005;padding:.75rem .9rem;border-bottom:1px solid var(--theme-badge-border)}.sr-card-header-left{display:flex;align-items:center;gap:.35rem;min-width:0;flex:1}.sr-card-favicon{width:12px;height:12px;border-radius:2px;flex-shrink:0}.sr-card-source{font-size:.75rem;color:var(--theme-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.sr-card-header-right{display:flex;align-items:center;gap:.4rem;min-width:0;flex-shrink:1}.sr-card-header-date{font-size:.7rem;color:var(--theme-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;font-weight:500}.sr-card-open-link{color:var(--theme-text-secondary);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:3px;transition:all .2s ease;flex-shrink:0}.sr-card-open-link:hover{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.sr-card-content{padding:1rem;flex:1;display:flex;flex-direction:column;gap:.65rem}.sr-card-title{font-size:.95rem;font-weight:650;color:var(--theme-text-primary);line-height:1.15;letter-spacing:.3px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sr-card-excerpt{font-size:.85rem;color:var(--theme-text-secondary);line-height:1.15;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.sr-list-container{flex:1;overflow-y:auto;border:1px solid var(--theme-border-secondary);border-radius:10px;background:var(--theme-bg-secondary);min-width:0;min-height:0;max-height:720px;display:flex;flex-direction:column;position:relative}.sr-list-header{display:grid;grid-template-columns:160px 1fr 130px 1fr 40px;gap:0;padding:.625rem 1rem;background:var(--theme-bg-secondary);border-bottom:1px solid var(--theme-border-secondary);font-size:.78rem;font-weight:600;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.04em;position:sticky;top:0;z-index:10}.sr-list-body{flex:1;overflow-y:auto}.sr-list-row{display:grid;grid-template-columns:160px 1fr 130px 1fr 40px;gap:0;padding:.625rem 1rem;border-bottom:1px solid var(--theme-border-secondary);cursor:pointer;transition:background .12s ease;align-items:center}.sr-list-row:last-child{border-bottom:none}.sr-list-row:hover{background:var(--theme-bg-secondary)}.sr-list-row--selected,.sr-list-row--selected:hover{background:var(--theme-bg-secondary);border-left:3px solid var(--theme-accent-primary);padding-left:calc(1rem - 3px)}.sr-list-col{min-width:0;padding:0 .5rem}.sr-col-source{display:flex;align-items:center;gap:.5rem;overflow:hidden}.sr-list-favicon{width:16px;height:16px;border-radius:3px;flex-shrink:0}.sr-list-domain{font-size:.82rem;color:var(--theme-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sr-col-title{overflow:hidden}.sr-list-title-text{font-size:.88rem;font-weight:600;color:var(--theme-text-primary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.sr-col-date{white-space:nowrap}.sr-list-date-text{font-size:.8rem;color:var(--theme-text-tertiary);font-variant-numeric:tabular-nums}.sr-col-excerpt{overflow:hidden}.sr-list-excerpt-text{font-size:.82rem;color:var(--theme-text-secondary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35}.sr-col-action{display:flex;align-items:center;justify-content:center}.sr-list-ext-link{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--theme-text-tertiary);transition:all .15s ease;text-decoration:none}.sr-list-ext-link:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary)}.sr-side-panel-wrapper{width:420px;flex-shrink:0;transition:width .35s cubic-bezier(.4,0,.2,1);overflow:hidden;display:flex;align-items:stretch}.sr-side-panel{width:420px;flex:1;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;contain:layout style paint}.sr-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;gap:.5rem;background:var(--theme-bg-secondary);contain:layout style}.sr-panel-header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.sr-panel-favicon{width:16px;height:16px;border-radius:3px;flex-shrink:0}.sr-panel-header-domain{font-size:.75rem;color:var(--theme-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.sr-panel-header-divider{color:var(--theme-border-secondary);margin:0 .3rem;flex-shrink:0}.sr-panel-title{font-size:.7rem;font-weight:700;color:var(--theme-text-primary);letter-spacing:.8px;text-transform:uppercase}.sr-panel-header-actions{display:flex;align-items:center;gap:.2rem;flex-shrink:0}.sr-panel-header-btn{background:transparent;border:none;color:var(--theme-text-secondary);cursor:pointer;width:24px;height:24px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.sr-panel-header-btn:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.sr-panel-close{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;width:24px;height:24px;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0}.sr-panel-close:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.sr-panel-content{overflow-y:auto;flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:0;contain:layout style}.sr-panel-content>.sr-tech-info-btn{margin-top:auto}.sr-panel-item{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-border-secondary)}.sr-panel-item:last-of-type{border-bottom:none;padding-bottom:0}.sr-panel-item-title-link{text-decoration:none;display:block;transition:all .15s ease}.sr-panel-item-title-link:hover{opacity:.8}.sr-panel-item-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--theme-text-primary);line-height:1.3;word-break:break-word;transition:color .15s ease}.sr-panel-item-title-link:hover .sr-panel-item-title{color:var(--theme-accent-primary)}.sr-panel-meta-row{display:flex;align-items:center;gap:.65rem;font-size:.82rem;color:var(--theme-text-secondary)}.sr-panel-meta-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sr-panel-info{display:grid;grid-template-columns:1fr;gap:.9rem;background:var(--theme-bg-card);padding:1rem;border-radius:8px}.sr-info-item{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:flex-start;font-size:.85rem}.sr-info-label{display:flex;align-items:center;gap:.45rem;color:var(--theme-text-tertiary);font-weight:600;white-space:nowrap;flex-shrink:0;text-transform:uppercase;font-size:.7rem;letter-spacing:.3px}.sr-info-label svg{width:14px;height:14px;color:var(--theme-accent-primary)}.sr-info-value{color:var(--theme-text-primary);word-break:break-word;font-weight:500}.sr-panel-section{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--theme-border-secondary)}.sr-panel-section:last-of-type{border-bottom:none;padding-bottom:0}.sr-section-title{margin:0;font-size:.7rem;font-weight:700;color:var(--theme-text-primary);text-transform:uppercase;letter-spacing:.6px;color:var(--theme-text-tertiary)}.sr-excerpt-container{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:8px;padding:1rem;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;gap:.5rem}.sr-excerpt-container:hover{border-color:var(--theme-accent-primary);box-shadow:0 2px 8px #00000014}.sr-excerpt-label{margin:0;font-size:.7rem;font-weight:700;color:var(--theme-text-tertiary);text-transform:uppercase;letter-spacing:.6px}.sr-excerpt-preview{margin:0;font-size:.88rem;line-height:1.5;color:var(--theme-text-secondary);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sr-excerpt-text{margin:0;font-size:.9rem;line-height:1.6;color:var(--theme-text-primary);background:transparent;padding:0;border-radius:0;border-left:none}.sr-badges{display:flex;gap:.6rem;flex-wrap:wrap}.sr-badge{background:var(--theme-accent-primary);color:#fff;border:none;border-radius:20px;padding:.5rem .9rem;font-size:.8rem;font-weight:600;white-space:nowrap;box-shadow:0 2px 4px #0000001a}.sr-tech-info-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:var(--theme-bg-secondary);border:1px solid var(--theme-border-secondary);border-radius:6px;color:var(--theme-text-secondary);cursor:pointer;font-size:.8rem;font-weight:600;transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px}.sr-tech-info-btn:hover{background:var(--theme-badge-bg);color:var(--theme-text-primary);border-color:var(--theme-border-accent)}.sr-tech-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.sr-tech-modal{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:10px;max-width:min(900px,95vw);max-height:85vh;width:100%;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.sr-tech-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--theme-border-secondary);flex-shrink:0;gap:1rem;background:var(--theme-bg-secondary)}.sr-tech-modal-title{margin:0;font-size:1.1rem;font-weight:700;color:var(--theme-text-primary)}.sr-tech-modal-close{background:transparent;border:none;color:var(--theme-text-tertiary);cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.sr-tech-modal-close:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.sr-tech-modal-content{overflow-y:auto;flex:1;padding:1.5rem}@media (min-width: 1201px){.sr-side-panel-wrapper{position:static;top:auto;left:auto;right:auto;bottom:auto;width:420px;background:transparent}body.sr-panel-open{overflow:auto}}@media (max-width: 1400px){.sr-grid{grid-template-columns:repeat(3,1fr)}.sr-side-panel{width:340px}}@media (max-width: 1200px) and (min-width: 769px){.sr-side-panel-wrapper{position:fixed;top:var(--header-height, 60px);left:56px;right:0;bottom:0;width:calc(100% - 56px);height:calc(100vh - var(--header-height, 60px));flex-shrink:unset;z-index:50;background:var(--theme-bg-secondary);animation:srSlideInFromLeft .35s cubic-bezier(.4,0,.2,1) forwards}body.sr-panel-open{overflow:hidden}.sr-side-panel{width:100%;height:100%;border:none;border-radius:0;overflow-y:auto;display:flex;flex-direction:column}.sr-grid{grid-template-columns:repeat(2,1fr)}.sr-list-header,.sr-list-row{grid-template-columns:120px 1fr 110px 40px}.sr-col-excerpt{display:none}}@media (max-width: 768px){.sr-side-panel-wrapper{position:fixed;top:var(--header-height, 60px);left:0;right:0;bottom:0;width:100%;height:calc(100vh - var(--header-height, 60px));flex-shrink:unset;z-index:50;background:var(--theme-bg-secondary);animation:srSlideInFromLeft .35s cubic-bezier(.4,0,.2,1) forwards}body.sr-panel-open{overflow:hidden}.sr-side-panel{width:100%;height:100%;border:none;border-radius:0;overflow-y:auto;display:flex;flex-direction:column}}@keyframes srSlideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes srSlideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (max-width: 768px){.sr-grid{grid-template-columns:1fr}.sidebar-push .sr-side-panel-wrapper{left:0;width:100%}}@media (max-width: 640px){.sr-list-header,.sr-list-row{grid-template-columns:1fr 100px 40px}.sr-col-source,.sr-col-excerpt{display:none}.sr-side-panel{width:100%;max-width:none}}.updates-page-wrapper{position:relative;min-height:100%;width:100%}.updates-page{min-height:100vh;background:var(--theme-bg-primary);margin:-2rem 0;padding:160px 1.25rem calc(40px + 4rem);box-sizing:border-box;width:100%;overflow-x:hidden;position:relative}.updates-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,var(--theme-border-secondary) 1px,transparent 0);background-size:32px 32px;opacity:.4;mask-image:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 60%,transparent 100%);pointer-events:none;z-index:0}.updates-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.updates-hero-section{display:grid;grid-template-columns:1fr 1.6fr;gap:1.25rem;max-width:1400px;margin:0 auto 5rem;position:relative;align-items:stretch}.updates-header-sidebar{text-align:left;padding:2rem 2.5rem 2.5rem;border:1px solid var(--theme-border-secondary);border-radius:16px;background:var(--theme-bg-card);position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem}.updates-label{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:.72rem;font-weight:600;letter-spacing:2px;color:var(--theme-text-muted);text-transform:uppercase;display:inline-block;padding:.4rem .8rem;background:color-mix(in srgb,var(--theme-text-muted) 8%,var(--theme-bg-primary));border:1px solid var(--theme-border-secondary);border-radius:6px;width:-moz-fit-content;width:fit-content;margin-top:0}.updates-title{font-size:3.75rem;font-weight:700;color:var(--theme-text-primary);margin:0;font-family:Urbanist,sans-serif;letter-spacing:-2.5px;line-height:.95}.updates-header-sidebar .updates-title{font-size:2.8rem;margin:0;line-height:1}.updates-subtitle{font-size:.95rem;color:var(--theme-text-tertiary);margin:0;line-height:1.55;text-align:left;font-weight:400}.updates-header-sidebar .updates-subtitle{font-size:.9rem;color:var(--theme-text-secondary);margin:0}.updates-stats{display:flex;gap:.75rem;padding:1rem 0;margin:0;flex-wrap:wrap}.updates-stat{padding:.85rem 1.2rem;background:transparent;border:1px solid var(--theme-text-primary);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;text-align:center;transition:all .25s ease;min-height:auto}.updates-stat:hover{background:color-mix(in srgb,var(--theme-text-primary) 6%,var(--theme-bg-primary));border-color:var(--theme-text-primary)}.updates-stat-button{background:transparent;border:1px solid var(--theme-text-primary);cursor:pointer;font-family:Urbanist,sans-serif;padding:.85rem 1.2rem}.updates-stat-button:hover{background:color-mix(in srgb,var(--theme-text-primary) 6%,var(--theme-bg-primary))}.updates-stat-label{font-size:.85rem;color:var(--theme-text-primary);font-weight:600;letter-spacing:.2px;font-family:Urbanist,sans-serif;margin:0}.updates-loading,.updates-empty{text-align:center;padding:5rem 2rem;color:var(--theme-text-muted);font-family:JetBrains Mono,SF Mono,monospace;font-size:.85rem;letter-spacing:1px}@keyframes livePulse{0%,to{box-shadow:0 0 0 4px color-mix(in srgb,var(--theme-border-secondary) 40%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--theme-border-secondary) 20%,transparent)}}.update-post-featured{margin:0;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.update-post-featured:hover{transform:translateY(-4px)}.update-post-featured:hover .update-post{border-color:var(--theme-text-muted);box-shadow:0 12px 32px #00000014}.update-post-featured .update-post{padding:3rem 3.25rem;border-radius:20px;background:var(--theme-bg-card);border:1px solid rgba(0,0,0,.2);position:relative;overflow:hidden}.update-post-featured .update-post:after{content:"01";position:absolute;top:1.5rem;right:2rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:5rem;font-weight:700;color:var(--theme-text-primary);opacity:.04;line-height:1;letter-spacing:-3px;pointer-events:none}.update-post-featured .update-post-title{font-size:2.25rem;letter-spacing:-1px;line-height:1.1;max-width:85%;padding-bottom:1rem;border-bottom:1px solid var(--theme-border-secondary)}.updates-grid-section{width:100%;max-width:1400px;margin:5rem auto 0;padding-top:0;border-top:none;position:relative}.updates-grid-section:before{content:"PREVIOUS UPDATES";display:inline-flex;align-items:center;gap:.75rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.7rem;font-weight:600;letter-spacing:2.5px;color:var(--theme-text-muted);margin-bottom:0;padding-bottom:2.5rem;position:relative;width:100%}.updates-grid-section:after{content:"";display:none}.updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1400px;margin:0 auto;counter-reset:update-counter 1}.update-post{background:var(--theme-bg-card);border:1px solid rgba(0,0,0,.2);border-radius:16px;padding:1.75rem 1.75rem 1.5rem;box-shadow:none;transition:border-color .3s cubic-bezier(.4,0,.2,1),background-color .3s ease;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden}.update-post:before{display:none}.update-post:hover{border-color:var(--theme-border-primary);box-shadow:none;transform:none}.update-post-card{cursor:pointer;position:relative;min-height:340px;display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.16,1,.3,1);counter-increment:update-counter}.update-post-card .update-post{height:100%;justify-content:flex-start}.update-post-card .update-post:after{content:counter(update-counter,decimal-leading-zero);position:absolute;top:1.5rem;right:1.75rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.7rem;font-weight:600;color:var(--theme-text-muted);letter-spacing:1px;opacity:.7;transition:color .3s ease,opacity .3s ease}.update-post-card:hover{transform:translateY(-3px)}.update-post-card:hover .update-post{border-color:var(--theme-text-muted)}.update-post-card:hover .update-post:after{color:var(--theme-text-muted);opacity:1}.update-post-header{margin-bottom:1rem;position:relative;z-index:1;flex-shrink:0;padding-bottom:0;border-bottom:none}.update-post-card .update-post-header{margin-bottom:1rem;max-height:none;overflow:visible;padding-right:2rem}.update-post-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.update-post-date{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:.72rem;color:var(--theme-text-muted);font-weight:500;letter-spacing:1px;text-transform:uppercase;display:inline-flex;align-items:center;gap:.5rem}.update-post-date:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--theme-text-muted);display:inline-block}.update-post-badge{background:transparent;color:var(--theme-text-secondary);font-family:JetBrains Mono,SF Mono,monospace;font-size:.65rem;font-weight:600;padding:.25rem .55rem;border-radius:4px;text-transform:uppercase;letter-spacing:.8px;border:1px solid rgba(0,0,0,.2);white-space:nowrap}.update-post-title{font-size:1.6rem;font-weight:700;color:var(--theme-text-primary);margin:0;font-family:Urbanist,sans-serif;line-height:1.2;letter-spacing:-.6px}.update-post-card .update-post-title{font-size:1.15rem;line-height:1.25;margin:0 -1.75rem .75rem 0;letter-spacing:-.3px;font-weight:600;padding:0 1.75rem .75rem 0;border-bottom:1px solid var(--theme-border-secondary);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.update-post-image{margin:1.5rem -1.75rem;border-radius:0;overflow:hidden;border-top:1px solid var(--theme-border-secondary);border-bottom:1px solid var(--theme-border-secondary)}.update-post-featured .update-post-image{margin:2rem 0;border:1px solid var(--theme-border-secondary);border-radius:12px}.update-post-image img{width:100%;height:auto;display:block}.update-post-content{margin:0;color:var(--theme-text-secondary);font-size:.95rem;line-height:1.6;position:relative;z-index:1;flex-grow:1;display:flex;flex-direction:column}.update-post-card .update-post-content{position:static;bottom:auto;left:auto;right:auto;margin:0;flex-grow:1;min-height:0;font-size:.875rem;line-height:1.5}.update-post-content p{margin:0 0 1rem;color:var(--theme-text-tertiary)}.update-post-content p:last-child{margin-bottom:0}.update-post-card .update-post-content p{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.update-post-read-more{margin-top:1.25rem;padding-top:1rem;color:var(--theme-text-primary);font-weight:600;font-size:.8rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .25s ease;flex-shrink:0;border-top:1px dashed var(--theme-border-secondary);letter-spacing:.2px;font-family:Urbanist,sans-serif;text-transform:none}.update-post-read-more:after{content:"→";font-family:JetBrains Mono,monospace;font-weight:400;transition:transform .3s cubic-bezier(.16,1,.3,1);display:inline-block;font-size:.95rem}.update-post-card .update-post-read-more{position:static;bottom:auto;left:auto;right:auto;margin-top:auto;padding-top:1rem;border-top:1px dashed var(--theme-border-secondary);align-self:flex-start}.update-post-card:hover .update-post-read-more{color:var(--theme-text-muted);transform:none}.update-post-card:hover .update-post-read-more:after{transform:translate(6px)}.update-post-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--theme-border-secondary)}.update-post-link{background:transparent;border:1px solid rgba(0,0,0,.2);color:var(--theme-text-primary);padding:.6rem 1.15rem;border-radius:8px;cursor:pointer;font-size:.825rem;font-weight:600;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem;font-family:Urbanist,sans-serif}.update-post-link:before{content:"↗";font-family:JetBrains Mono,monospace;font-size:.85rem;opacity:.6;transition:transform .25s ease,opacity .25s ease}.update-post-link:hover{background:var(--theme-text-primary);border-color:var(--theme-text-primary);color:var(--theme-bg-primary);transform:none}.update-post-link:hover:before{opacity:1;transform:translate(2px,-2px)}.updates-load-more-container{display:flex;justify-content:center;margin:4rem auto 5rem;padding-top:3rem;max-width:1400px;position:relative}.updates-load-more-container:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:2rem;background:linear-gradient(to bottom,var(--theme-border-secondary),transparent)}.updates-load-more-btn{background:var(--theme-bg-card);border:1px solid rgba(0,0,0,.2);color:var(--theme-text-primary);font-size:.85rem;font-weight:600;padding:.95rem 2.25rem;border-radius:999px;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);font-family:Urbanist,sans-serif;width:auto;letter-spacing:.2px;display:inline-flex;align-items:center;gap:.6rem;position:relative;overflow:visible;box-shadow:0 2px 8px #0000001a}.updates-load-more-btn:after{content:"↓";font-family:JetBrains Mono,monospace;font-size:.95rem;transition:transform .3s cubic-bezier(.16,1,.3,1)}.updates-load-more-btn:hover{background:var(--theme-text-primary);border-color:var(--theme-text-primary);color:var(--theme-bg-primary);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.updates-load-more-btn:hover:after{transform:translateY(3px)}.update-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--theme-bg-primary) 75%,transparent);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto;animation:fadeIn .25s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.update-modal{position:relative;max-width:780px;width:100%;max-height:90vh;overflow-y:auto;border-radius:20px;animation:modalRise .4s cubic-bezier(.16,1,.3,1)}@keyframes modalRise{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.update-post-modal{background:var(--theme-bg-card);border:1px solid rgba(0,0,0,.2);box-shadow:0 1px 2px #0000000a,0 24px 60px -12px #0000002e;margin:0;padding:3rem 3.25rem;border-radius:20px;transition:none!important;position:relative}.update-post-modal:before{content:"";position:absolute;top:0;left:3.25rem;right:3.25rem;height:1px;background:linear-gradient(to right,transparent,var(--theme-border-secondary),transparent);opacity:.6}.update-post-modal:hover{transform:none!important;border-color:var(--theme-border-primary)!important;box-shadow:0 1px 2px #0000000a,0 24px 60px -12px #0000002e!important}.update-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:var(--theme-bg-card);border:1px solid rgba(0,0,0,.2);border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--theme-text-secondary);z-index:10001;transition:all .25s ease}.update-modal-close:hover{background:var(--theme-text-primary);border-color:var(--theme-text-primary);color:var(--theme-bg-primary);transform:scale(1.05)}.update-modal::-webkit-scrollbar{width:6px}.update-modal::-webkit-scrollbar-track{background:transparent}.update-modal::-webkit-scrollbar-thumb{background:var(--theme-border-primary);border-radius:3px}.update-modal::-webkit-scrollbar-thumb:hover{background:var(--theme-text-muted)}@media (max-width: 1024px){.updates-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.updates-title{font-size:3rem}.update-post-featured .update-post-title{font-size:1.9rem;max-width:100%}}@media (max-width: 768px){.updates-page{padding:100px 1.25rem 2rem}.updates-hero-section{grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem}.updates-header-sidebar{padding:1.5rem;padding-top:0;background:var(--theme-bg-primary);border:1px solid rgba(0,0,0,.2);border-radius:14px;margin-bottom:1rem}.updates-stats{grid-template-columns:1fr}.updates-title{font-size:2.25rem;letter-spacing:-1.2px}.updates-subtitle{text-align:left;max-width:100%}.update-post{padding:1.5rem;border-radius:14px}.update-post-featured .update-post,.update-post-modal{padding:2rem 1.75rem}.update-post-featured .update-post-title{font-size:1.5rem}.update-post-featured .update-post:after{font-size:3rem;top:1rem;right:1.25rem}.update-post-title{font-size:1.35rem}.update-post-card .update-post-title{font-size:1.1rem}.updates-featured-section{max-width:100%;margin:2rem auto 3.5rem}.updates-grid-section{margin-top:3rem}.updates-grid{grid-template-columns:1fr;gap:1rem}.update-post-card{min-height:auto}.update-post-image{margin:1.25rem -1.5rem}.update-modal{max-width:100%}}.settings-page{width:100%;padding:0 2rem 2rem}.settings-container{max-width:720px;margin:0 auto}.settings-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--theme-border-secondary)}.settings-title{font-size:1.75rem;font-weight:700;color:var(--theme-text-primary);margin:0 0 .35rem;font-family:Urbanist,sans-serif}.settings-subtitle{font-size:.95rem;color:var(--theme-text-tertiary);margin:0}.settings-section{margin-bottom:2rem}.settings-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-tertiary);margin:0 0 .75rem}.settings-section-desc{font-size:.85rem;color:var(--theme-text-muted);margin:-.25rem 0 .75rem}.settings-card{background:var(--theme-bg-card);border:1px solid var(--theme-border-secondary);border-radius:12px;overflow:hidden}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;gap:1rem;border-bottom:1px solid var(--theme-border-secondary)}.settings-row:last-child{border-bottom:none}.settings-row-toggle{align-items:center}.settings-row-label{display:flex;align-items:center;gap:.65rem;color:var(--theme-text-primary);font-size:.9rem;font-weight:500;min-width:0}.settings-row-icon{color:var(--theme-text-tertiary);flex-shrink:0}.settings-row-text{display:flex;flex-direction:column;gap:.1rem}.settings-row-desc{font-size:.78rem;font-weight:400;color:var(--theme-text-tertiary)}.settings-row-value{font-size:.88rem;color:var(--theme-text-secondary);font-weight:400;flex-shrink:0}.settings-toggle{position:relative;width:44px;height:24px;background:var(--theme-badge-bg);border:1px solid var(--theme-badge-border);border-radius:12px;cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.settings-toggle-on{background:#3b82f64d;border-color:var(--theme-accent-primary)}.settings-toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:var(--theme-text-secondary);border-radius:50%;transition:transform .2s ease}.settings-toggle-on .settings-toggle-thumb{transform:translate(20px);background:var(--theme-accent-primary)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 95.3%;--foreground: 0 0% 10%;--card: 0 0% 100%;--card-foreground: 0 0% 10%;--popover: 0 0% 100%;--popover-foreground: 0 0% 10%;--primary: 262 83% 58%;--primary-foreground: 0 0% 98%;--secondary: 0 0% 96%;--secondary-foreground: 0 0% 10%;--muted: 0 0% 96%;--muted-foreground: 0 0% 45%;--accent: 0 0% 96%;--accent-foreground: 0 0% 10%;--destructive: 0 62.8% 50%;--destructive-foreground: 0 0% 98%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 262 83% 58%;--radius: .75rem}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 5.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 5.9%;--popover-foreground: 0 0% 98%;--primary: 262 83% 58%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 5.9% 10%;--muted-foreground: 240 5% 64.9%;--accent: 240 4.8% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 262 83% 58%}*{border-color:hsl(var(--border))}body{color:hsl(var(--foreground))}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:2rem!important;padding-left:2rem!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.\!container{max-width:1400px!important}.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-2{right:.5rem}.right-4{right:1rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-10{z-index:10}.z-50{z-index:50}.z-\[2\]{z-index:2}.z-\[99999\]{z-index:99999}.m-auto{margin:auto}.mx-4{margin-left:1rem;margin-right:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-2{margin-left:.5rem}.mt-2{margin-top:.5rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .3s ease-out}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-none{border-style:none}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-input{border-color:hsl(var(--input))}.bg-background{background-color:hsl(var(--background))}.bg-background\/50{background-color:hsl(var(--background) / .5)}.bg-background\/90{background-color:hsl(var(--background) / .9)}.bg-background\/95{background-color:hsl(var(--background) / .95)}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-card{background-color:hsl(var(--card))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-none{background-image:none}.p-0{padding:0}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.text-card-foreground{color:hsl(var(--card-foreground))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}iframe[src*="twitter.com"],iframe[src*="platform.twitter.com"],blockquote.twitter-tweet{max-width:100%!important;width:100%!important;box-sizing:border-box!important;margin:0!important;padding:0!important}div:has(>blockquote.twitter-tweet),div:has(>iframe[src*="twitter.com"]){margin:0!important;padding:0!important;line-height:0!important}.container-wide,.recent-activity,[class*=columns]{line-height:normal!important}iframe[src*="instagram.com"],blockquote.instagram-media{max-width:100%!important;width:100%!important;box-sizing:border-box!important}blockquote.tiktok-embed{max-width:100%!important;width:100%!important;box-sizing:border-box!important;margin:0!important;padding:0!important}iframe[src*="tiktok.com"]{max-width:100%!important;width:100%!important;box-sizing:border-box!important}div:has(>blockquote.tiktok-embed),div:has(>iframe[src*="tiktok.com"]){width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:0!important;padding:0!important}.instagram-media,.twitter-tweet,.tiktok-embed{max-width:100%!important}video{pointer-events:auto!important}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-background:hover{background-color:hsl(var(--background))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-20:disabled{opacity:.2}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}@media (min-width: 640px){.sm\:left-4{left:1rem}.sm\:right-4{right:1rem}.sm\:top-3{top:.75rem}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-4{padding:1rem}.sm\:text-left{text-align:left}.sm\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 768px){.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
