.bko-startup-spinner{flex:1;place-items:center;min-height:240px;display:grid}.bko-startup-spinner>span{border:3px solid var(--color-border,#dfe3e9);border-top-color:var(--color-accent,#635bce);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite bko-startup-spin}@keyframes bko-startup-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.bko-startup-spinner>span{animation-duration:2s}}.bko-startup-region{display:contents}.bko-startup-region[hidden]{display:none}.bko-dialog.bko-command-dialog{border-radius:14px;width:min(680px,100vw - 32px);max-height:min(640px,100dvh - 64px);margin:min(16vh,120px) auto auto;padding:0;overflow:hidden;box-shadow:0 24px 72px #18203326,0 4px 16px #18203312}.bko-command-dialog[open]{flex-direction:column;display:flex}.bko-command-input{border-bottom:1px solid var(--color-border);color:var(--color-muted);align-items:center;gap:12px;padding:17px 20px;display:flex}.bko-command-input input{width:100%;min-width:0;color:var(--color-text);font:inherit;background:0 0;border:0;outline:none;font-size:16px;line-height:26px}.bko-command-input input::placeholder{color:var(--color-muted)}.bko-command-escape{color:var(--color-muted);cursor:pointer;background:0 0;border:0;flex:none;padding:0}.bko-command-dialog kbd{border:1px solid var(--color-border);min-width:20px;height:20px;font:inherit;border-radius:4px;justify-content:center;align-items:center;padding:0 4px;font-size:11px;display:inline-flex}.bko-command-results{overscroll-behavior:contain;min-height:120px;padding:7px;overflow-y:auto}.bko-command-option{width:100%;color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;min-height:54px;padding:8px 10px;display:flex}.bko-command-option[aria-selected=true]{background:var(--color-accent-soft)}.bko-command-kind-icon{color:var(--color-muted);flex:none;justify-content:center;width:26px;display:flex}.bko-command-copy{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.bko-command-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:20px;overflow:hidden}.bko-command-description{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:17px;overflow:hidden}.bko-command-meta{color:var(--color-muted);white-space:nowrap;flex-direction:column;align-items:flex-end;gap:4px;font-size:11px;display:flex}.bko-command-enter{visibility:hidden;width:16px;color:var(--color-muted)}.bko-command-option[aria-selected=true] .bko-command-enter{visibility:visible}.bko-command-footer{border-top:1px solid var(--color-border);color:var(--color-muted);align-items:center;gap:14px;padding:10px 17px;font-size:11px;display:flex}.bko-command-footer>span{align-items:center;gap:3px;display:flex}.bko-command-scope{margin-left:auto}.bko-command-status{color:var(--color-muted);padding:10px 14px;font-size:12px;display:block}.bko-command-status:empty{display:none}.bko-command-empty{text-align:center;color:var(--color-muted);padding:38px 20px}.bko-command-empty p{color:var(--color-text);margin:12px 0 5px;font-size:14px}.bko-command-empty>span{font-size:12px}.bko-command-error{color:var(--color-danger);justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:12px;display:flex}.bko-command-error button,.bko-command-more{color:var(--color-accent);font:inherit;cursor:pointer;background:0 0;border:0}.bko-command-more{width:100%;padding:12px;display:block}@media (width<=480px){.bko-command-scope{display:none!important}.bko-command-meta time{display:none}.bko-command-input{padding:14px}.bko-command-input input{font-size:14px}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--container-sm:24rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--default-transition-duration:.12s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:#f4f5f7;--color-surface:#fff;--color-border:#dfe3e9;--color-text:#252932;--color-muted:#626b78;--color-accent:#5955c8;--color-accent-hover:#4945ac;--color-on-accent:#fff;--color-danger:#b12d3e;--color-focus:#5955c8;--radius-control:.375rem;--radius-panel:.625rem;--color-accent-soft:#f0effb;--color-warning:#83510c;--color-warning-surface:#fff5e3;--color-weather-surface:#edf3f9;--radius-widget:.625rem}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}body{font-family:var(--font-sans);background:var(--color-background);color:var(--color-text);margin:0}a{text-underline-offset:.2em}a:focus-visible{outline:2px solid var(--color-focus);outline-offset:4px;border-radius:var(--radius-control)}button:not(:disabled),a{-webkit-tap-highlight-color:transparent}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}}@layer components{.skip-link{z-index:10;background:var(--color-surface);color:var(--color-accent);padding:.625rem 1rem;position:fixed;top:.625rem;left:.625rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}}@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-7{margin-bottom:calc(var(--spacing) * 7)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.min-h-6{min-height:calc(var(--spacing) * 6)}.min-h-8{min-height:calc(var(--spacing) * 8)}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-dvh{min-height:100dvh}.w-full{width:100%}.max-w-prose{max-width:65ch}.max-w-sm{max-width:var(--container-sm)}.min-w-0{min-width:0}.resize{resize:both}.place-items-center{place-items:center}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.rounded-control{border-radius:var(--radius-control)}.rounded-panel{border-radius:var(--radius-panel)}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-border{border-color:var(--color-border)}.bg-accent{background-color:var(--color-accent)}.bg-background{background-color:var(--color-background)}.bg-danger{background-color:var(--color-danger)}.bg-surface{background-color:var(--color-surface)}.p-5{padding:calc(var(--spacing) * 5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-10{padding-block:calc(var(--spacing) * 10)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-6{--tw-leading:calc(var(--spacing) * 6);line-height:calc(var(--spacing) * 6)}.leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.break-words{overflow-wrap:break-word}.text-danger{color:var(--color-danger)}.text-muted{color:var(--color-muted)}.text-on-accent{color:var(--color-on-accent)}.text-text{color:var(--color-text)}.italic{font-style:italic}.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,)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}@media (hover:hover){.hover\:bg-accent-hover:hover{background-color:var(--color-accent-hover)}.hover\:bg-background:hover{background-color:var(--color-background)}}.focus-visible\:outline-2:focus-visible{outline-style:var(--tw-outline-style);outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-focus:focus-visible{outline-color:var(--color-focus)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}@media (width>=40rem){.sm\:px-10{padding-inline:calc(var(--spacing) * 10)}}@media (width>=48rem){.md\:grid{display:grid}.md\:min-h-dvh{min-height:100dvh}.md\:grid-cols-\[13rem_minmax\(0\,1fr\)\]{grid-template-columns:13rem minmax(0,1fr)}.md\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.md\:border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.md\:px-12{padding-inline:calc(var(--spacing) * 12)}.md\:py-12{padding-block:calc(var(--spacing) * 12)}}}.bko-icon{vertical-align:middle;opacity:.85;background:currentColor;flex:none;display:inline-block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.bko-icon-button{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;display:inline-grid}.bko-icon-button:hover,.bko-menu button:hover,.bko-data-row:hover{background:var(--color-background)}.bko-icon-button:disabled{opacity:.4;cursor:default}.bko-button{white-space:nowrap;font-size:13px;line-height:20px}.bko-icon-button:focus-visible,.bko-os a:focus-visible,.bko-os button:focus-visible,.bko-widget button:focus-visible,.bko-widget select:focus-visible,.bko-tabs button:focus-visible,.bko-menu button:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.bko-badge{white-space:nowrap;font-variant-numeric:tabular-nums;border-radius:4px;padding:0 5px;font-size:10px;line-height:16px}.bko-badge-neutral{color:var(--color-muted);background:var(--color-background)}.bko-badge-accent{color:var(--color-accent);background:var(--color-accent-soft)}.bko-badge-warning{color:var(--color-warning);background:var(--color-warning-surface)}.bko-field{flex-direction:column;gap:6px;margin:12px 0;font-size:13px;display:flex}.bko-field input,.bko-field select{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);min-width:0;min-height:36px;font:inherit;border-radius:6px;padding:7px 10px}.bko-field input:focus-visible,.bko-field select:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.bko-field small{color:var(--color-muted);font-size:12px}.bko-field .bko-danger{color:var(--color-danger)}.bko-field [aria-invalid=true]{border-color:var(--color-danger)}.bko-menu{flex-direction:column;gap:2px;display:flex}.bko-menu button{color:inherit;text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;min-height:36px;padding:9px 8px;display:flex}.bko-menu button small{color:var(--color-muted);margin-left:auto;font-size:12px}.bko-menu button:disabled{opacity:.45;cursor:default}.bko-tabs{gap:4px;display:flex}.bko-tabs button{cursor:pointer;border:0;border-radius:5px;padding:6px 10px;font-size:12px}.bko-tabs [aria-selected=true]{background:var(--color-accent-soft);color:var(--color-accent)}.bko-dialog{border:1px solid var(--color-border);background:var(--color-surface);width:min(440px,100vw - 32px);max-height:calc(100dvh - 32px);color:var(--color-text);border-radius:12px;margin:auto;padding:24px;font-size:13px;overflow:auto;box-shadow:0 20px 80px #1a223433}.bko-dialog::backdrop{background:#20263933}.bko-dialog header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.bko-dialog h2{font-size:18px;font-weight:600;line-height:1.4}.bko-dialog-description{color:var(--color-muted);margin-bottom:12px;line-height:1.7}.bko-dialog footer{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.bko-widget{border:1px solid var(--color-border);border-radius:var(--radius-widget);background:var(--color-surface);width:100%;min-width:0;height:168px;color:var(--color-text);flex-direction:column;font-size:13px;display:flex;overflow:hidden;container-type:inline-size}.bko-widget-medium,.bko-widget-large{height:348px}.bko-surface-weather{background:var(--color-weather-surface);border-color:#d9e3ed}.bko-widget-header{flex:none;align-items:center;gap:8px;height:36px;min-height:36px;padding:5px 11px 0 14px;display:flex}.bko-widget-header h2{white-space:nowrap;font-size:13px;font-weight:620;line-height:20px}.bko-service-icon{background:var(--color-background);border-radius:5px;flex:none;place-items:center;width:20px;height:20px;display:grid}.bko-widget-menu{margin-left:auto}.bko-widget-body{flex:1;min-height:0;padding:2px 14px 0;overflow:hidden}.bko-widget-footer{height:26px;color:var(--color-muted);white-space:nowrap;flex:none;justify-content:space-between;align-items:center;gap:8px;padding:0 14px;font-size:11px;display:flex}.bko-widget-footer>span{text-overflow:ellipsis;overflow:hidden}.bko-text-action{color:var(--color-accent);cursor:pointer;white-space:nowrap;background:0 0;border:0;min-height:24px;padding:0 2px;font-size:11px}.bko-text-action:disabled{opacity:.5;cursor:default}.bko-data-row{text-align:left;width:100%;min-height:28px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #eff1f4;align-items:center;gap:10px;padding:4px 0;font-size:13px;line-height:19px;display:flex}.bko-data-row:last-child{border-bottom:0}.bko-row-main{flex:1;min-width:0;overflow:hidden}.bko-row-main>span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.bko-row-main small{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;line-height:15px;display:block;overflow:hidden}.bko-row-meta{color:var(--color-muted);white-space:nowrap;font-variant-numeric:tabular-nums;flex:none;font-size:11px}.bko-widget-small .bko-data-row{min-height:27px;font-size:12px}.bko-widget-large .bko-data-row{min-height:33px}.bko-excerpt{background:var(--color-background);color:var(--color-muted);border-left:2px solid #c8c5ee;border-radius:0 4px 4px 0;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.65}.bko-excerpt strong{color:var(--color-text);margin-bottom:3px;font-size:12px;font-weight:550;display:block}.bko-excerpt p{margin:0}.bko-widget-state{justify-content:space-between;align-items:center;gap:16px;height:100%;display:flex}.bko-widget-state h3{margin:0 0 6px;font-size:13px;font-weight:550}.bko-widget-state p{color:var(--color-muted);margin:0;font-size:12px;line-height:1.6}.bko-widget-small .bko-widget-state{padding-top:8px;display:block}.bko-widget-small .bko-widget-state button{margin-top:6px}.bko-widget-state-initializing{padding-top:12px;display:block}.bko-skeleton-lines{flex-direction:column;gap:8px;margin-top:16px;display:flex}.bko-skeleton-lines span{background:var(--color-background);border-radius:5px;height:40px;display:block}.bko-widget:not(.bko-widget-large) .bko-skeleton-lines{display:none}.bko-sync-notice{background:var(--color-warning-surface);color:var(--color-warning);border-radius:4px;justify-content:space-between;align-items:center;gap:8px;margin:0 0 2px;padding:2px 7px;font-size:11px;line-height:16px;display:flex}.bko-sync-notice .bko-text-action{color:var(--color-warning);height:22px;min-height:22px}.bko-widget-editing{border-color:#bab6de;outline:1px solid #e4e1f3}.bko-widget-edit{align-items:center;gap:2px;margin-left:auto;display:flex}.bko-widget-edit .bko-icon-button{width:24px;height:24px}.bko-widget-edit .bko-icon{width:12px!important;height:12px!important}.bko-widget-edit select{color:#595184;background:#faf9ff;border:1px solid #dedbeb;border-radius:4px;max-width:48px;height:24px;font-size:11px}.bko-drag{cursor:grab;touch-action:none}.bko-widget-small.bko-widget-editing .bko-widget-header{gap:5px;padding-left:10px;padding-right:8px}.bko-widget-small.bko-widget-editing .bko-widget-header>.bko-badge{display:none}.bko-os{background:var(--color-background);min-height:100dvh;color:var(--color-text);font-size:13px}.bko-os-bar{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;height:48px;padding:0 32px;display:flex}.bko-bar-left,.bko-bar-right,.bko-actions{align-items:center;gap:10px;display:flex}.bko-brand{letter-spacing:-.6px;white-space:nowrap;font-size:18px;font-weight:650;text-decoration:none}.bko-brand span{color:var(--color-muted);font-weight:450}.bko-home-link{color:var(--color-accent);background:var(--color-accent-soft);border-radius:6px;height:32px;padding:7px 10px;font-weight:550;text-decoration:none}.bko-search-trigger{border:1px solid var(--color-border);width:256px;height:30px;color:var(--color-muted);cursor:pointer;background:#f8f9fa;border-radius:6px;align-items:center;gap:9px;padding:0 10px;font-size:12px;display:flex}.bko-search-trigger kbd{border:1px solid var(--color-border);border-radius:4px;margin-left:auto;padding:0 4px;font:11px system-ui}.bko-avatar{color:#fff;cursor:pointer;background:#747185;border:0;border-radius:50%;width:28px;height:28px;padding:0;font-size:12px;overflow:hidden}.bko-avatar img{object-fit:cover;width:100%;height:100%;display:block}.bko-account-menu{position:relative}.bko-account-popup{z-index:30;border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;width:min(248px,100vw - 32px);padding:6px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 24px #0000001f}.bko-account-name{overflow-wrap:anywhere;border-bottom:1px solid var(--color-border);margin:0 0 4px;padding:8px;font-weight:600}.bko-home-context{justify-content:space-between;align-items:center;gap:16px;min-height:72px;margin:0 32px;display:flex}.bko-home-heading{align-items:baseline;gap:16px;display:flex}.bko-home-heading h1{letter-spacing:-.7px;font-size:22px;font-weight:560;line-height:1.4}.bko-home-heading p{color:var(--color-muted);margin:0;font-size:12px}.bko-os-footer{height:28px;color:var(--color-muted);justify-content:space-between;align-items:center;gap:12px;margin:16px 32px 0;font-size:11px;display:flex}@media (width<=900px){.bko-search-trigger{width:auto}.bko-search-trigger kbd{display:none}.bko-os-bar{padding:0 16px}.bko-home-context{flex-wrap:wrap;margin:0 16px;padding:14px 0}.bko-home-heading{flex-wrap:wrap;gap:4px 12px}.bko-actions{flex-wrap:wrap}.bko-os-footer{flex-wrap:wrap;height:auto;margin-left:16px;margin-right:16px}}@media (width<=520px){.bko-search-trigger span{display:none}.bko-bar-left{gap:4px}.bko-home-link{display:none}.bko-widget-state{align-items:start}.bko-dialog{padding:18px}}@media (pointer:coarse){.bko-button,.bko-icon-button,.bko-text-action,.bko-menu button{min-width:44px;min-height:44px}.bko-widget{height:auto;min-height:190px}.bko-widget-medium,.bko-widget-large{min-height:370px}.bko-widget-header{height:auto;min-height:48px}.bko-widget-footer{height:auto;min-height:44px}.bko-widget-edit{flex-wrap:wrap}.bko-widget-edit select{min-height:44px}.bko-widget-header{flex-wrap:wrap}.bko-widget-edit .bko-icon-button{width:44px;height:44px}}.bko-os-bar{grid-column:1/-1;min-width:0}.bko-brand{color:var(--color-text)}.bko-app-toolbar{color:var(--color-muted);align-items:center;gap:8px;font-size:11px;display:flex}@media (width<=600px){.bko-app-toolbar>:is(span,output){display:none}.bko-app-toolbar .bko-button{padding-inline:5px;font-size:11px}.bko-bar-left,.bko-bar-right{gap:6px}.bko-search-trigger{display:none}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}.bko-feed-workspace{background:var(--color-background);min-height:100dvh;color:var(--color-text);font-size:13px}.bko-feed-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border);align-items:center;gap:24px;height:49px;padding:0 28px;display:flex}.bko-feed-bar>a:first-child{letter-spacing:-.7px;color:inherit;font-size:18px;font-weight:750;text-decoration:none}.bko-feed-bar>a:first-child span{color:var(--color-muted);font-weight:450}.bko-feed-app-name,.bko-feed-home{align-items:center;gap:8px;display:flex}.bko-feed-app-name{border-left:1px solid var(--color-border);padding-left:24px;font-size:12px;font-weight:600}.bko-feed-home{color:var(--color-muted);min-height:44px;margin-left:auto;font-size:12px;text-decoration:none}.bko-feed-content{max-width:1120px;margin:auto;padding:36px 28px 60px}.bko-feed-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.bko-feed-eyebrow{letter-spacing:1.5px;color:var(--color-muted);font-size:10px;font-weight:650}.bko-feed-heading h1{letter-spacing:-.7px;margin:7px 0;font-size:27px;font-weight:650}.bko-feed-heading p{color:var(--color-muted);margin:0;font-size:12px}.bko-feed-heading-actions{align-items:center;gap:8px;display:flex}.bko-feed-status{color:var(--color-muted);align-items:center;gap:7px;min-height:16px;margin:20px 0 14px;font-size:11px;display:flex}.bko-feed-status-dot{background:#8b9d8e;border-radius:50%;flex:none;width:5px;height:5px}.bko-feed-status-dot.is-failed{background:#ba8b5e}.bko-feed-layout{grid-template-columns:minmax(0,1fr) 218px;align-items:start;gap:28px;display:grid}.bko-feed-list{border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;min-width:0}.bko-feed-filters{border-bottom:1px solid var(--color-border);gap:6px;padding:12px 16px;display:flex;overflow:auto}.bko-feed-filters button{white-space:nowrap;color:var(--color-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;padding:5px 10px;font-size:11px}.bko-feed-filters button[aria-pressed=true]{color:var(--color-accent);background:color-mix(in srgb, var(--color-accent) 7%, transparent);border-color:color-mix(in srgb, var(--color-accent) 15%, transparent)}.bko-feed-article{border-bottom:1px solid var(--color-border);padding:20px 20px 10px;position:relative}.bko-feed-story{color:inherit;border-radius:3px;grid-template-columns:minmax(0,1fr) 144px;align-items:start;gap:20px;text-decoration:none;display:grid}.bko-feed-story:hover h3{color:var(--color-accent)}.bko-feed-copy{min-width:0}.bko-feed-publisher{min-width:0;color:var(--color-muted);align-items:center;gap:6px;font-size:11px;line-height:16px;display:flex}.bko-feed-publisher>img{object-fit:contain;border-radius:3px;width:14px;height:14px}.bko-feed-publisher>span:first-of-type{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bko-feed-date{white-space:nowrap;font-variant-numeric:tabular-nums;margin-left:auto;font-size:10px}.bko-feed-copy h3{letter-spacing:-.15px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 5px;font-size:16px;font-weight:650;line-height:1.55;display:-webkit-box;overflow:hidden}.bko-feed-copy p{color:var(--color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.65;display:-webkit-box;overflow:hidden}.bko-feed-image{border:1px solid color-mix(in srgb, var(--color-border) 65%, transparent);object-fit:cover;background:var(--color-background);border-radius:6px;width:144px;height:100px}.bko-feed-image-empty{color:#9b9fa8;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.bko-feed-image-empty small{font-size:9px}.bko-feed-article-actions{align-items:center;gap:2px;min-height:34px;margin-top:6px;display:flex}.bko-feed-article-actions button{min-width:28px;min-height:28px;color:var(--color-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:4px 7px;font-size:10px;display:flex}.bko-feed-article-actions button:hover{background:var(--color-background)}.bko-feed-article-actions button[aria-pressed=true]{background:color-mix(in srgb, var(--color-accent) 10%, transparent);color:var(--color-accent)}.bko-feed-article-actions button:disabled{opacity:.45;cursor:wait}.bko-feed-reason{color:#9298a2;white-space:nowrap;text-overflow:ellipsis;max-width:48%;margin-right:auto;font-size:10px;overflow:hidden}.bko-feed-menu{position:relative}.bko-feed-menu .bko-menu{z-index:20;background:var(--color-surface);width:254px;position:absolute;top:32px;right:0;box-shadow:0 5px 20px #25293218}.bko-feed-menu .bko-menu button{justify-content:flex-start;width:100%;min-height:36px;font-size:12px}.bko-feed-aside{padding:3px 0}.bko-feed-aside section{border-bottom:1px solid var(--color-border);padding:17px 0 22px}.bko-feed-aside h2{margin:10px 0 8px;font-size:13px;font-weight:650}.bko-feed-aside p{color:var(--color-muted);margin:0 0 14px;font-size:12px;line-height:1.85}.bko-feed-count{color:var(--color-muted);align-items:baseline;gap:7px;margin:15px 0;font-size:10px;display:flex}.bko-feed-count strong{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:25px;font-weight:500}.bko-feed-text-button{color:var(--color-accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;min-height:28px;padding:4px 0;font-size:11px;display:flex}.bko-feed-aside small{color:var(--color-muted);margin-top:10px;font-size:10px;display:block}.bko-feed-aside .bko-feed-quiet{color:#8c949f;margin-top:20px;font-size:10px;line-height:1.8}.bko-feed-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:320px;padding:28px;display:flex}.bko-feed-empty-icon{color:var(--color-accent);background:var(--color-background);border-radius:12px;place-items:center;width:56px;height:56px;display:grid}.bko-feed-empty h2{margin:3px 0;font-size:16px;font-weight:600}.bko-feed-empty p{max-width:330px;color:var(--color-muted);margin:0 0 6px;font-size:12px;line-height:1.8}.bko-feed-end{color:var(--color-muted);justify-content:center;align-items:center;gap:8px;padding:24px 15px;font-size:10px;display:flex}.bko-feed-notice{border:1px solid var(--color-border);background:var(--color-surface);border-radius:6px;margin-bottom:14px;padding:12px 14px;font-size:12px;line-height:1.6;display:block}.bko-feed-settings h3{margin:20px 0 12px;font-size:13px;font-weight:650}.bko-feed-settings form{gap:10px;display:grid}.bko-feed-settings label{gap:5px;font-size:12px;display:grid}.bko-feed-settings form button{justify-self:start}.bko-feed-settings small,.bko-feed-settings p{color:var(--color-muted);font-size:11px;line-height:1.65}.bko-feed-settings>small{margin-top:8px;display:block}.bko-feed-settings ul{margin:10px 0;padding:0;list-style:none}.bko-feed-settings li{border-bottom:1px solid var(--color-border);align-items:center;gap:6px;padding:10px 0;font-size:12px;display:flex}.bko-feed-settings li>div,.bko-feed-settings li>strong{flex:1;min-width:0}.bko-feed-settings li small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.bko-feed-widget .bko-widget-body{overflow:visible}.bko-feed-widget-articles{height:100%;min-height:0}.bko-feed-widget .bko-feed-article{padding:0 0 3px}.bko-feed-widget .bko-feed-article:last-child{border-bottom:0}.bko-feed-widget .bko-feed-story{grid-template-columns:minmax(0,1fr) 52px;gap:9px}.bko-feed-widget .bko-feed-image{border-radius:4px;width:52px;height:48px}.bko-feed-widget .bko-feed-image-empty small{display:none}.bko-feed-widget .bko-feed-publisher{gap:4px;font-size:10px;line-height:13px}.bko-feed-widget .bko-feed-publisher img{width:11px;height:11px}.bko-feed-widget .bko-feed-date{font-size:9px}.bko-feed-widget .bko-feed-copy h3{-webkit-line-clamp:1;margin:3px 0;font-size:12px;line-height:16px}.bko-feed-widget .bko-feed-copy p{-webkit-line-clamp:1;font-size:10px;line-height:14px}.bko-feed-widget .bko-feed-article-actions{justify-content:flex-end;min-height:24px;margin-top:0}.bko-feed-widget .bko-feed-article-actions button{min-width:25px;min-height:24px;padding:2px 5px;font-size:10px}.bko-feed-widget.bko-widget-medium .bko-feed-widget-articles{grid-template-columns:1fr 1fr;gap:14px;display:grid}.bko-feed-widget.bko-widget-medium .bko-feed-article{border-bottom:0}.bko-feed-widget.bko-widget-large .bko-feed-article{padding:6px 0}.bko-feed-widget.bko-widget-large .bko-feed-story{grid-template-columns:minmax(0,1fr) 76px}.bko-feed-widget.bko-widget-large .bko-feed-image{width:76px;height:54px}.bko-feed-widget.bko-widget-large .bko-feed-copy h3{font-size:13px;line-height:18px}.bko-feed-widget .bko-widget-footer{justify-content:space-between;gap:8px}.bko-feed-widget .bko-widget-footer>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bko-feed-widget .bko-widget-footer>button{white-space:nowrap;color:var(--color-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:10px;display:flex}@media (width<=800px){.bko-feed-layout{grid-template-columns:1fr}.bko-feed-aside{display:none}.bko-feed-content{padding:24px 18px}.bko-feed-bar{padding:0 18px}.bko-feed-heading h1{font-size:24px}.bko-feed-story{grid-template-columns:minmax(0,1fr) 116px;gap:14px}.bko-feed-image{width:116px;height:88px}.bko-feed-article{padding:16px 16px 8px}}@media (width<=480px){.bko-feed-content{padding:22px 12px}.bko-feed-heading{align-items:flex-start}.bko-feed-heading p{max-width:210px;font-size:11px;line-height:1.6}.bko-feed-heading-actions{gap:2px}.bko-feed-heading-actions .bko-button{padding:5px 8px;font-size:11px}.bko-feed-story{grid-template-columns:minmax(0,1fr) 84px;gap:12px}.bko-feed-image{width:84px;height:78px}.bko-feed-copy h3{font-size:14px}.bko-feed-copy p{font-size:11px}.bko-feed-publisher{flex-wrap:wrap;gap:3px}.bko-feed-date{margin-left:0}.bko-feed-reason{display:none}.bko-feed-article-actions{justify-content:flex-end}.bko-feed-empty{min-height:300px;padding:24px 18px}.bko-feed-end{font-size:10px}}@media (pointer:coarse){.bko-feed-article-actions button,.bko-feed-text-button,.bko-feed-filters button,.bko-feed-widget .bko-feed-article-actions button{min-width:44px;min-height:44px}}.bko-feed-workspace :focus-visible,.bko-feed-widget :focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@container (width<=440px){.bko-feed-widget.bko-widget-medium .bko-feed-widget-articles{grid-template-columns:minmax(0,1fr);gap:12px}.bko-feed-widget .bko-feed-copy h3{-webkit-line-clamp:2;overflow-wrap:anywhere}.bko-feed-widget .bko-feed-copy p{display:none}.bko-feed-widget.bko-widget-large .bko-feed-story{grid-template-columns:minmax(0,1fr) 52px}.bko-feed-widget.bko-widget-large .bko-feed-image{width:52px;height:48px}.bko-feed-widget .bko-feed-publisher{flex-wrap:wrap}.bko-feed-widget .bko-feed-date{margin-left:0}.bko-feed-widget .bko-widget-footer{align-items:start}.bko-feed-widget .bko-widget-footer>span{white-space:normal}}@media (width<=600px){.bko-feed-widget{height:auto;min-height:0}.bko-feed-widget .bko-feed-widget-articles{height:auto}.bko-feed-widget .bko-feed-article-actions button{min-width:44px;min-height:44px}.bko-feed-workspace .bko-feed-heading{flex-wrap:wrap;gap:12px}.bko-feed-workspace .bko-feed-heading p{max-width:none}.bko-feed-workspace .bko-feed-heading-actions{margin-left:auto}.bko-feed-workspace .bko-feed-filters{flex-wrap:wrap;gap:4px;padding:8px;overflow:visible}.bko-feed-workspace .bko-feed-filters button{min-height:44px;font-size:12px}.bko-feed-workspace .bko-feed-status{flex-wrap:wrap;line-height:1.6}.bko-feed-workspace .bko-feed-story{grid-template-columns:minmax(0,1fr) 64px;gap:10px}.bko-feed-workspace .bko-feed-image{width:64px;height:64px}.bko-feed-workspace .bko-feed-copy h3{-webkit-line-clamp:3;font-size:15px}.bko-feed-workspace .bko-feed-article-actions{flex-wrap:wrap;gap:4px}.bko-feed-workspace .bko-feed-article-actions button{min-width:44px;min-height:44px;font-size:12px}.bko-feed-workspace input{font-size:16px}}
