.ev-expanded-viewer{max-width:1200px;margin:0 auto;padding:1em;background-color:var(--md-sys-color-surface);border-radius:24px;box-shadow:var(--md-sys-elevation-1)}.post-header{margin-bottom:2em}.post-title{font-size:2.5rem;color:var(--md-sys-color-on-surface);margin:0 0 .5em;line-height:1.2}.post-meta-counts,.post-author{margin-top:1em;margin-left:.5em;display:flex;align-items:center;gap:1.5em;flex-wrap:wrap}.post-author{font-size:.875rem;color:var(--md-sys-color-on-surface-variant)}.categories-list{display:flex;gap:.5em;flex-wrap:wrap}.category-tag{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);padding:.5em 1em;border-radius:20px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.category-tag:hover{background:var(--md-sys-color-secondary);color:var(--md-sys-color-on-secondary);transform:translateY(-1px);text-decoration:none}.post-time-views{color:var(--md-sys-color-on-surface-variant);font-size:.875rem}.media-grid{display:grid;gap:1.5em;margin:2em 0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.media-grid.grid{display:flex;flex-direction:column;gap:2em}.ev-media-item{border-radius:16px;overflow:hidden;background:var(--md-sys-color-surface-container-highest);box-shadow:var(--md-sys-elevation-1);transition:transform .2s ease}.ev-media-item:hover{transform:translateY(-2px);box-shadow:var(--md-sys-elevation-2)}.ev-media-item img,.ev-media-item video{width:100%;height:100%;display:block;cursor:pointer}.video-item,.image-item{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.ev-video-thumbnail-wrapper,.ev-image-thumbnail-wrapper{position:relative;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:var(--md-sys-color-surface-container-highest)}.ev-video-thumbnail-wrapper img,.ev-image-thumbnail-wrapper img{position:relative;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;z-index:1}.thumbnail-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(15px);transform:scale(1.1);z-index:0;opacity:.8}.video-item video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.review-notification{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);padding:1em 1.5em;border-radius:12px;margin-bottom:2em;display:flex;align-items:center;gap:.75em}.review-notification.rejected{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container)}.review-notification.rejected svg{fill:var(--md-sys-color-on-error-container)}.review-notification svg{width:24px;height:24px;fill:currentColor}.post-actions{display:flex;gap:1em;margin-top:2em;padding-top:2em;border-top:1px solid var(--md-sys-color-outline-variant)}.action-button{display:flex;align-items:center;gap:.5em;padding:.75em 1.5em;border:none;border-radius:20px;background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.action-button svg{width:20px;height:20px;fill:currentColor}.action-button:hover{background:var(--md-sys-color-surface-container-high);transform:translateY(-1px)}.error-state{text-align:center;padding:4em 2em}.error-content{max-width:400px;margin:0 auto}.error-icon{width:200px;height:auto;margin-bottom:2em;margin-inline:auto}.back-button{display:inline-block;margin-top:2em;padding:.75em 2em;background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border-radius:20px;text-decoration:none;transition:all .2s ease}.back-button:hover{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);transform:translateY(-1px);text-decoration:none}.modal-backdrop{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-backdrop:before{content:"";position:absolute;inset:0;background-color:var(--md-sys-color-scrim);opacity:.5}.share-modal{position:relative;background:var(--md-sys-color-surface-container);padding:2rem;border-radius:12px;width:500px;max-width:90%;box-shadow:var(--md-sys-elevation-3);color:var(--md-sys-color-on-surface)}.share-modal h3{margin:0 0 1.5rem;text-align:center;color:var(--md-sys-color-on-surface)}.share-options{display:grid;gap:1rem}.share-option{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border:none;border-radius:8px;background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface);cursor:pointer;transition:all .2s ease}.share-option:hover{background:var(--md-sys-color-surface-container-highest);transform:translateY(-1px)}.share-option svg{width:24px;height:24px;fill:var(--md-sys-color-on-surface)}.share-modal .close-button{margin-top:1.5rem;width:100%;padding:.75rem;border:none;border-radius:8px;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);cursor:pointer;transition:all .2s ease;font-weight:500}.share-modal .close-button:hover{background:var(--md-sys-color-secondary);color:var(--md-sys-color-on-secondary);transform:translateY(-1px)}@media (max-width: 768px){.post-title{font-size:2rem}.media-grid{grid-template-columns:1fr}}.fullscreen-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:#000c;z-index:1000;display:flex;justify-content:center;align-items:center;overflow:hidden}.fullscreen-modal .video-container{width:100%;height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center}.fullscreen-image-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:-moz-fit-content;max-width:fit-content;max-height:90vh;max-height:90dvh}.fullscreen-image-container img{max-width:90vw;max-height:85vh;max-height:85dvh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;border:var(--md-sys-color-outline-variant) 2px solid}.fullscreen-modal-close-button{position:absolute;top:16px;left:16px;font-size:24px;padding-bottom:6px;color:var(--md-sys-color-on-surface);background:var(--md-sys-color-surface-container);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease;z-index:10001;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.fullscreen-modal-close-button:hover{background:var(--md-sys-color-on-surface-variant)}.zoom-controls{position:absolute;bottom:20px;bottom:max(20px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);background:var(--md-sys-color-surface-container-highest);padding:10px 20px;border-radius:20px;display:flex;align-items:center;gap:10px;box-shadow:var(--md-sys-elevation-2);max-width:calc(100vw - 40px)}.zoom-controls input[type=range]{width:150px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--md-sys-color-outline-variant);border-radius:2px;border:none;outline:none;background:none}.zoom-controls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--md-sys-color-primary);cursor:pointer;-webkit-transition:all .2s;transition:all .2s;margin-top:-.35em}.zoom-controls input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.zoom-controls input[type=range]::-webkit-slider-runnable-track{height:3px;border-radius:1.5px;background:var(--md-sys-color-on-surface)}.zoom-level{color:var(--md-sys-color-on-surface);font-size:.875rem;min-width:48px}@media (max-width: 768px){.zoom-controls{display:none}}.play-button-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;color:var(--md-sys-color-on-surface);background:var(--md-sys-color-surface-dim);padding:.25em;border-radius:50%;z-index:2}.play-button-svg{fill:var(--md-sys-color-on-surface);padding-left:.15em}
