.footer{border-top:1px solid var(--color-border-primary);background:#030303eb;margin-top:auto;padding:1rem 0}.footer-container{max-width:var(--layout-wide);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.footer-content{align-items:center;gap:8px;display:flex}.footer-text{font-family:var(--font-body);color:var(--color-text-muted);letter-spacing:.02em;overflow-wrap:break-word;margin:0;font-size:.75rem}.footer-right,.footer-social{align-items:center;gap:.5rem;display:flex}.footer-social-link{width:20px;height:20px;color:var(--color-text-muted);border-radius:4px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.footer-social-link:hover{color:#ff8c00;background:#ff8c001a;transform:scale(1.1)}@media (max-width:1200px){.footer-container{text-align:center;flex-direction:column;gap:.5rem;padding:0 1rem}.footer-text{font-size:.7rem}.footer{padding:.75rem 0}}
.launches-preview{--launches-preview-rows:6;--launches-thead-height:1.75rem;--launches-row-height:2.25rem;--launches-table-height:calc(var(--launches-thead-height) + var(--launches-row-height)*var(--launches-preview-rows));gap:.5rem;padding:.85rem .75rem .65rem}.launches-preview__head{flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .15rem .35rem;display:flex}.launches-preview__title-row{align-items:center;gap:.45rem;min-width:0;display:flex}.launches-preview__dot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 8px #ff8c008c}.launches-preview__title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-primary);margin:0;font-size:.72rem;font-weight:600}.launches-preview__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);border:1px solid var(--glass-border);background:#030303b8;border-radius:3px;flex-shrink:0;padding:.22rem .45rem;font-size:.58rem}.launches-preview__table-wrap{height:var(--launches-table-height);flex:none;position:relative;overflow:hidden auto}.launches-preview__table{border-collapse:collapse;width:100%;font-family:var(--font-mono);table-layout:fixed;font-size:.68rem}.launches-preview__table th{height:var(--launches-thead-height);text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);border-bottom:1px solid var(--glass-border);box-sizing:border-box;vertical-align:middle;padding:0 .4rem;font-size:.58rem;font-weight:500}.launches-preview__col-time{width:26%}.launches-preview__col-name{width:24%}.launches-preview__col-symbol{width:12%}.launches-preview__col-mint{width:24%}.launches-preview__col-age{width:14%}.launches-preview__body{min-height:calc(var(--launches-row-height)*var(--launches-preview-rows))}.launches-preview__row{height:var(--launches-row-height)}.launches-preview__row--skeleton{opacity:.5}.launches-preview__row td{height:var(--launches-row-height);color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;box-sizing:border-box;border-bottom:1px solid #ffffff0a;padding:0 .4rem;overflow:hidden}.launches-preview__row--clickable{cursor:pointer}.launches-preview__row--clickable:hover td{background:#ff8c000a}.launches-preview__time{color:var(--color-text-muted);font-size:.62rem}.launches-preview__symbol{color:var(--color-primary);font-weight:600}.launches-preview__mint-link{color:var(--color-text-secondary);font-size:.62rem;text-decoration:none}.launches-preview__mint-link:hover{color:var(--color-primary);text-decoration:underline}.launches-preview__age{color:var(--color-text-muted);font-size:.6rem}.launches-preview__error,.launches-preview__empty{text-align:center;color:var(--color-text-muted);vertical-align:middle;height:calc(var(--launches-row-height)*var(--launches-preview-rows))!important}.launches-preview__skeleton{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff1a 50%,#ffffff0a 100%) 0 0/200% 100%;border-radius:2px;width:80%;height:.65rem;animation:1.4s ease-in-out infinite launches-preview-shimmer;display:block}.launches-preview__skeleton--short{width:55%}.launches-preview__skeleton--mono{width:75%}@keyframes launches-preview-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.launches-preview__fade{pointer-events:none;background:linear-gradient(#0000,#080808d9);height:1.5rem;position:absolute;bottom:0;left:0;right:0}.launches-preview__cta{text-align:center;font-family:var(--font-mono);letter-spacing:.04em;color:var(--color-primary);transition:color .25s var(--ease-out-expo);flex-shrink:0;padding:.45rem .5rem .15rem;font-size:.68rem;font-weight:600;text-decoration:none;display:block}.launches-preview__cta:hover{color:var(--color-primary-light);text-decoration:none}@media (max-width:640px){.launches-preview__col-time,.launches-preview__col-mint,.launches-preview__table th.launches-preview__col-time,.launches-preview__table th.launches-preview__col-mint,.launches-preview__table tbody tr td.launches-preview__col-time,.launches-preview__table tbody tr td.launches-preview__col-mint{display:none}.launches-preview__col-symbol{width:24%}.launches-preview__col-name{width:46%}.launches-preview__col-age{width:30%}}
.lazy-video{flex-direction:column;gap:1rem;min-height:0;padding:1.25rem;display:flex}.lazy-video-meta{flex-direction:column;gap:.35rem;display:flex}.lazy-video-title{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:600}.lazy-video-desc{color:var(--color-text-muted);margin:0;font-size:.82rem;line-height:1.5}.lazy-video-frame{aspect-ratio:16/9;border:1px solid var(--color-border-tertiary);background:#000;border-radius:4px;width:100%;position:relative;overflow:hidden}.lazy-video-player{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .5s var(--ease-out-expo);display:block}.lazy-video-player--active{opacity:1}.lazy-video-play{color:var(--color-text-primary);cursor:pointer;transition:background .35s var(--ease-out-expo);background:linear-gradient(#00000026 0%,#0000008c 100%);border:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.lazy-video-play:hover{background:linear-gradient(#ff8c0014 0%,#0009 100%)}.lazy-video-play svg{z-index:1;filter:drop-shadow(0 4px 12px #00000080);position:relative}.lazy-video-play-ring{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:64px;height:64px;transition:transform .4s var(--ease-out-expo),border-color .4s var(--ease-out-expo);background:#ff8c001f;border:1px solid #ff8c0059;border-radius:50%;position:absolute}.lazy-video-play:hover .lazy-video-play-ring{border-color:#ff8c008c;transform:scale(1.08)}.lazy-video-error{height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}
.lazy-youtube{flex-direction:column;gap:1rem;padding:1.35rem;display:flex}.lazy-youtube-meta{flex-direction:column;gap:.4rem;display:flex}.lazy-youtube-title{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:600}.lazy-youtube-desc{color:var(--color-text-secondary);max-width:52rem;margin:0;font-size:.9rem;line-height:1.55}.lazy-youtube-frame{aspect-ratio:16/9;background:#000;border:1px solid #ffffff1a;border-radius:4px;width:100%;position:relative;overflow:hidden}.lazy-youtube-embed{border:0;width:100%;height:100%;display:block}.lazy-youtube-play{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;inset:0}.lazy-youtube-poster{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.lazy-youtube-play-overlay{transition:background .35s var(--ease-out-expo);background:linear-gradient(#0000001a 0%,#000000a6 100%);position:absolute;inset:0}.lazy-youtube-play:hover .lazy-youtube-play-overlay{background:linear-gradient(#ff8c0014 0%,#000000b8 100%)}.lazy-youtube-play svg{z-index:1;filter:drop-shadow(0 4px 16px #0000008c);position:relative}.lazy-youtube-play-ring{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:72px;height:72px;transition:transform .4s var(--ease-out-expo),border-color .4s var(--ease-out-expo);background:#ff8c0024;border:1px solid #ff8c0066;border-radius:50%;position:absolute}.lazy-youtube-play:hover .lazy-youtube-play-ring{border-color:#ff8c0099;transform:scale(1.08)}.lazy-youtube-link{color:var(--color-primary);align-self:flex-start;font-size:.85rem;font-weight:600;text-decoration:none}.lazy-youtube-link:hover{text-decoration:underline}
