*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#1c1e21;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh}#root{min-height:100vh}.progressive-image-container{position:relative;width:100%;height:100%;overflow:hidden}.blurhash-layer{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease-in-out;opacity:1}.blurhash-layer.fade-out{opacity:0}.progressive-image{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease-in-out}.progressive-image.loaded{opacity:1}.watermark{position:absolute;bottom:8px;left:8px;height:32px;width:auto;opacity:0!important;pointer-events:none;z-index:10;transition:opacity .3s ease;visibility:hidden}.progressive-image-container.with-signature .watermark{opacity:.9!important;visibility:visible}.progressive-image-container.without-signature .watermark{opacity:0!important;visibility:hidden}.post{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;margin-bottom:1rem;overflow:hidden}.post-header{padding:.75rem 1rem}.post-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.author-avatar img{width:100%;height:100%;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:.125rem}.author-name{margin:0;font-size:.9375rem;font-weight:600;color:#050505}.post-time{font-size:.8125rem;color:#65676b}.post-content{padding:0 1rem .75rem}.post-title{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#050505;line-height:1.3}.post-description{margin:0;font-size:.9375rem;color:#050505;line-height:1.4}.post-image{width:100%;aspect-ratio:1;cursor:pointer;position:relative;overflow:hidden;background-color:#f0f2f5}.post-image:hover{opacity:.95}.post-stats{display:flex;gap:1.5rem;padding:.75rem 1rem;border-top:1px solid #e4e6eb;font-size:.875rem;color:#65676b}.stat{display:flex;align-items:center;gap:.25rem}.modal-overlay{position:fixed;inset:0;background-color:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column}.modal-close{position:absolute;top:-3rem;right:0;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;z-index:1001;transition:opacity .2s;line-height:1;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{opacity:.7}.modal-image-container{position:relative;max-width:90vw;max-height:80vh;display:flex;align-items:center;justify-content:center;min-height:300px}.modal-loading{display:flex;flex-direction:column;align-items:center;color:#fff}.modal-loading .spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.modal-image{max-width:100%;max-height:80vh;object-fit:contain;opacity:0;transition:opacity .3s ease-in-out}.modal-image.loaded{opacity:1}.modal-caption{margin-top:1rem;padding:.75rem 1rem;background-color:#0009;border-radius:4px;max-width:90vw}.modal-caption p{margin:0;color:#fff;font-size:.9rem;text-align:center}@media(max-width:768px){.modal-close{top:1rem;right:1rem}.modal-image-container,.modal-image{max-height:70vh}}.news-feed{padding:1rem 0}.feed-container{max-width:680px;margin:0 auto;padding:0 1rem}.loading-indicator{text-align:center;padding:2rem;color:#65676b}.spinner{width:40px;height:40px;margin:0 auto 1rem;border:4px solid #f3f4f6;border-top-color:#00aff0;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.end-message{text-align:center;padding:2rem;color:#65676b;font-size:.9rem}.settings-container{position:relative}.settings-button{background:transparent;border:none;color:#65676b;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.settings-button:hover{background-color:#f0f2f5;color:#00aff0}.settings-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:1.5rem;min-width:320px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.settings-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.settings-dropdown h3{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#050505}.setting-item{margin-bottom:1.5rem}.setting-item:last-child{margin-bottom:0}.setting-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9375rem;font-weight:500;color:#050505}.setting-value{color:#00aff0;font-weight:600;min-width:60px;text-align:right}.setting-description{margin:.25rem 0 0;font-size:.8125rem;color:#65676b}.toggle-switch{position:relative;width:48px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#00aff0}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.setting-slider{width:100%;height:6px;border-radius:3px;background:#e4e6eb;outline:none;-webkit-appearance:none;appearance:none;margin:.5rem 0}.setting-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#00aff0;cursor:pointer;transition:all .15s}.setting-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 8px #00aff01a}.setting-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#00aff0;cursor:pointer;border:none;transition:all .15s}.setting-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 8px #00aff01a}.setting-slider:disabled{opacity:.5;cursor:not-allowed}.setting-slider:disabled::-webkit-slider-thumb{cursor:not-allowed;background:#65676b}.setting-slider:disabled::-moz-range-thumb{cursor:not-allowed;background:#65676b}.app{min-height:100vh;background-color:#f0f2f5}.app-header{background-color:#fff;border-bottom:1px solid #e4e6eb;padding:1rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center}.app-header h1{margin:0;text-align:center;font-size:1.75rem;color:#00aff0;font-weight:600;flex:1}.app-header .settings-container{position:absolute;right:1rem}
