.bsky-feed{background:var(--feed-surface);color:var(--feed-on-surface)}.bsky-feed__filters{display:none;flex-wrap:wrap;gap:.35rem;padding:.6rem 1rem;border-bottom:1px solid var(--feed-outline-variant)}.bsky-feed__filters--visible{display:flex}.bsky-filter-chip{display:inline-flex;align-items:center;padding:.2rem .6rem;border:1px solid var(--feed-outline-variant);border-radius:12px;background:none;color:var(--feed-on-surface-variant);font-family:inherit;font-size:.75rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.bsky-filter-chip:hover{border-color:var(--feed-on-surface);color:var(--feed-on-surface)}.bsky-filter-chip--active{background:var(--feed-primary);color:#fff;border-color:var(--feed-primary)}.bsky-filter-chip--more{font-weight:600;opacity:.7}.bsky-filter-chip--more:hover{opacity:1}.bsky-feed__posts{max-height:60vh;overflow-y:auto;scroll-behavior:smooth}.bsky-feed__posts::-webkit-scrollbar{width:6px}.bsky-feed__posts::-webkit-scrollbar-track{background:transparent}.bsky-feed__posts::-webkit-scrollbar-thumb{background:var(--feed-outline-variant);border-radius:3px}.bsky-feed__posts::-webkit-scrollbar-thumb:hover{background:var(--feed-on-surface-variant)}.bsky-post{padding:.75rem 1rem;border-bottom:1px solid var(--feed-outline-variant)}.bsky-post:last-child{border-bottom:none}.bsky-post__header{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.4rem}.bsky-post__avatar-link{flex-shrink:0}.bsky-post__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}.bsky-post__meta{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.bsky-post__author{font-size:.85rem;font-weight:600;color:var(--feed-on-surface);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.bsky-post__author:hover{color:var(--feed-primary)}.bsky-post__meta-row{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--feed-on-surface-variant);line-height:1.2}.bsky-post__handle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bsky-post__sep,.bsky-post__time{flex-shrink:0}.bsky-post__repost-badge{flex-shrink:0;white-space:nowrap;margin-left:.15rem}.bsky-post__repost-badge:before{content:"· "}.bsky-post__body{font-size:.85rem;line-height:1.5;color:var(--feed-on-surface);word-break:break-word;white-space:pre-line;margin-left:calc(40px + .6rem)}.bsky-post__link,.bsky-post__mention{color:var(--feed-primary);text-decoration:none}.bsky-post__link:hover,.bsky-post__mention:hover{color:var(--feed-primary-hover);text-decoration:underline}.bsky-post__hashtag{color:var(--feed-primary);background:none;border:none;padding:0;font:inherit;font-size:inherit;cursor:pointer}.bsky-post__hashtag:hover{color:var(--feed-primary-hover);text-decoration:underline}.bsky-post__images{display:grid;gap:4px;margin-top:.5rem;margin-left:auto;margin-right:auto;border-radius:8px;overflow:hidden;max-width:480px}.bsky-post__images--1{grid-template-columns:1fr}.bsky-post__images--2{grid-template-columns:1fr 1fr}.bsky-post__images--3{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.bsky-post__images--3 .bsky-post__image-link:first-child{grid-row:1 / 3}.bsky-post__images--4{grid-template-columns:1fr 1fr}.bsky-post__image-link{display:block;overflow:hidden;padding:0;border:none;background:none;cursor:pointer}.bsky-post__images--1 .bsky-post__image{width:100%;height:auto;object-fit:contain;display:block;max-height:400px}.bsky-post__images--2 .bsky-post__image,.bsky-post__images--3 .bsky-post__image,.bsky-post__images--4 .bsky-post__image{width:100%;height:100%;object-fit:cover;display:block;max-height:260px}.bsky-post__image:hover{opacity:.85}.bsky-post__embed{margin-top:.5rem;margin-left:auto;margin-right:auto;max-width:480px}.bsky-post__card{display:flex;border:1px solid var(--feed-outline-variant);border-radius:8px;overflow:hidden;text-decoration:none;color:var(--feed-on-surface);transition:border-color .15s ease}.bsky-post__card:hover{border-color:var(--feed-primary)}.bsky-post__card-thumb{width:120px;min-height:80px;object-fit:cover;flex-shrink:0}.bsky-post__card-text{display:flex;flex-direction:column;gap:.15rem;padding:.5rem .65rem;min-width:0;overflow:hidden}.bsky-post__card-title{font-size:.8rem;font-weight:600;color:var(--feed-on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bsky-post__card-desc{font-size:.72rem;color:var(--feed-on-surface-variant);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bsky-post__card-url{font-size:.68rem;color:var(--feed-on-surface-variant)}.bsky-post__video-embed{position:relative;border-radius:8px;overflow:hidden}.bsky-post__video-embed iframe{width:100%;aspect-ratio:16 / 9;border:none;display:block}.bsky-post__video-embed video{width:100%;max-height:300px;display:block;background:#000}.bsky-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center}.bsky-modal--open{display:flex}.bsky-modal__backdrop{position:absolute;inset:0;background:#000c}.bsky-modal__content{position:relative;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:90vw;max-height:90vh}.bsky-modal__close{position:absolute;top:-2rem;right:-1rem;background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;line-height:1;padding:.25rem;opacity:.7;transition:opacity .15s}.bsky-modal__close:hover{opacity:1}.bsky-modal__img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:4px;transition:transform .15s ease}.bsky-modal__controls{display:flex;align-items:center;gap:.5rem}.bsky-modal__zoom{width:120px;accent-color:var(--feed-primary, #cba6f7)}.bsky-modal__zoom-label{color:#fff;font-size:.75rem;min-width:3em;text-align:center}.bsky-feed__loading{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1rem;color:var(--feed-on-surface-variant);font-size:.85rem}.bsky-feed__spinner{width:16px;height:16px;border:2px solid var(--feed-outline-variant);border-top-color:var(--feed-primary);border-radius:50%;animation:bsky-spin .6s linear infinite}@keyframes bsky-spin{to{transform:rotate(360deg)}}.bsky-feed__error{padding:1.5rem 1rem;text-align:center;color:var(--feed-on-surface-variant);font-size:.85rem;cursor:pointer}.bsky-feed__empty{padding:3rem 1rem;text-align:center;color:var(--feed-on-surface-variant);font-size:.9rem}.bsky-feed__sentinel{height:1px}@media (max-width: 600px){.bsky-feed__posts{max-height:55vh}.bsky-post{padding:.6rem .75rem}.bsky-post__avatar{width:32px;height:32px}.bsky-post__body{margin-left:calc(32px + .6rem)}.bsky-post__card-thumb{width:80px}.bsky-post__images--1 .bsky-post__image{max-height:300px}.bsky-post__images--2 .bsky-post__image,.bsky-post__images--3 .bsky-post__image,.bsky-post__images--4 .bsky-post__image{max-height:180px}.bsky-filter-chip{font-size:.7rem}.bsky-post__handle,.bsky-post__repost-badge{display:none}}body.links-page-active{overflow:hidden}@media (max-width: 768px){body.bsky-feed-active .main-content{z-index:auto}}.links-window--fullscreen .bsky-feed{display:flex;flex-direction:column;height:100%;min-height:0}.links-window--fullscreen .bsky-feed__posts{max-height:none;flex:1;min-height:0;overflow-y:auto}.links-page{max-width:640px;margin:2rem auto 0;padding:0 1rem}.links-window{position:relative;border:1px solid var(--player-outline-variant);border-radius:8px;overflow:hidden;background:var(--player-surface);color:var(--player-on-surface)}.links-window__close{display:none}.links-window__tabs{display:flex;flex-wrap:wrap;background:var(--player-surface-variant);border-bottom:1px solid var(--player-outline-variant)}.links-window__tab{flex-shrink:0;display:flex;align-items:center;gap:.35rem;padding:.6rem 1rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--player-on-surface-variant);cursor:pointer;font-family:inherit;font-size:.85rem;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.links-window__tab:hover{color:var(--player-on-surface)}.links-window__tab--active{color:var(--md-primary);border-bottom-color:var(--md-primary)}.links-window__tab-icon{font-size:1rem;line-height:1}.links-window__tab-label{font-weight:500}.links-window__body{min-height:200px}.links-window__panel{display:none}.links-window__panel--active{display:block}.links-list{list-style:none;margin:0;padding:0}.links-list li{border-bottom:1px solid var(--player-outline-variant)}.links-list li:last-child{border-bottom:none}.links-list__link{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem;color:var(--player-on-surface);text-decoration:none;transition:background .12s ease}.links-list__link:hover{background:var(--player-surface-variant);color:var(--md-primary)}.links-list__text{flex:1;font-size:.9rem}.links-list__external{width:14px;height:14px;opacity:.3;flex-shrink:0}.links-list__link:hover .links-list__external{opacity:.7}.links-window__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:var(--player-on-surface-variant)}.links-window__placeholder p{margin:0;font-size:.9rem}.links-window__placeholder-icon{font-size:2rem;margin-bottom:.5rem;opacity:.5}@media (max-width: 768px){.links-window__tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.links-window__tabs::-webkit-scrollbar{display:none}.links-window__tab-label{display:none}.links-window__tab{padding:.5rem .75rem}.links-window__tab-icon{font-size:1.2rem}}@media (max-width: 768px){.links-window--fullscreen{position:fixed;inset:0;z-index:1100;border-radius:0;border:none;display:flex;flex-direction:column}.links-window--fullscreen .links-window__close{display:flex;align-items:center;justify-content:center;position:absolute;top:.4rem;right:.4rem;z-index:2;width:32px;height:32px;border-radius:50%;border:none;background:var(--player-surface-variant);color:var(--player-on-surface);font-size:1.3rem;line-height:1;cursor:pointer}.links-window--fullscreen .links-window__tabs{flex-shrink:0}.links-window--fullscreen .links-window__body{flex:1;min-height:0;overflow:hidden}.links-window--fullscreen .links-window__panel--active{display:flex;flex-direction:column;height:100%}}
