:root{--bg:#0d0d0f;--tile-bg:#1a1a1e;--text:#f3f4f6;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;color:var(--text);margin:0}body{overflow-y:auto}.app{min-height:100%;padding-bottom:40px}.app-header{text-align:center;padding:24px 20px 8px}.app-header h1{letter-spacing:-.02em;margin:0;font-size:22px;font-weight:600}.grid{grid-template-columns:repeat(auto-fill,440px);justify-content:center;gap:12px;padding:16px;display:grid}.grid-tile{aspect-ratio:9/16;background:var(--tile-bg);cursor:pointer;border:none;border-radius:10px;width:440px;padding:0;position:relative;overflow:hidden}.grid-tile-overlay{pointer-events:none;transition:background .15s;position:absolute;inset:0}.grid-tile:hover .grid-tile-overlay{background:#ffffff14}.ig-embed-wrapper{background:var(--tile-bg);width:100%;height:100%;position:relative;overflow:hidden}.ig-placeholder{background:linear-gradient(135deg,#1a1a1e,#232328);width:100%;height:100%}.ig-embed-wrapper.compact :where(iframe,blockquote.instagram-media){transform-origin:0 0;top:0;left:0;transform:scale(1.35);width:326px!important;min-width:326px!important;position:absolute!important}.ig-embed-wrapper.full{background:0 0;justify-content:center;align-items:center;height:auto;min-height:100%;display:flex;overflow:visible}.ig-embed-wrapper.full :where(iframe,blockquote.instagram-media){transform-origin:50%;transform:scale(1.3);margin:0 auto!important}.viewer{z-index:100;background:#000;position:fixed;inset:0}.viewer-close{z-index:110;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;width:40px;height:40px;font-size:18px;position:fixed;top:16px;right:16px}.viewer-close:hover{background:#ffffff47}.viewer-scroll{scroll-snap-type:y mandatory;height:100%;overflow-y:scroll}.viewer-slide{scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;align-items:center;height:100vh;display:flex;overflow-y:auto}.viewer-slide-inner{justify-content:center;width:100%;max-width:900px;display:flex}
