*{box-sizing:border-box;margin:0;padding:0}html,body,#root{overflow:hidden;height:100%;width:100%;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-tap-highlight-color:transparent}.auth-gate{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;display:flex;align-items:center;justify-content:center;padding:24px}.auth-form{width:100%;max-width:320px;display:flex;flex-direction:column;gap:12px}.auth-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:8px}.auth-input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #333;background:#111;color:#fff;font-size:1rem;outline:none}.auth-input:focus{border-color:#fe2c55}.auth-button{padding:14px;border:none;border-radius:10px;background:#fe2c55;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.auth-button:disabled{opacity:.5;cursor:default}.auth-error{min-height:1.25em;text-align:center;color:#ff4d4d;font-size:.9rem}.loading{height:100dvh;display:flex;align-items:center;justify-content:center;color:#888;font-size:1rem}.video-list{height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;-ms-overflow-style:none}.video-list::-webkit-scrollbar{display:none}.video-card{position:relative;height:100dvh;width:100%;background:#000;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.video-el{width:100%;height:100%;object-fit:cover;background:#000;display:block}.video-overlay{position:absolute;left:0;right:0;bottom:0;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;flex-direction:column;gap:4px;pointer-events:none}.video-title{font-size:.95rem;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.6);word-break:break-word}.video-mute-hint{font-size:.75rem;color:#ffffffb3}.video-iframe{width:100%;height:100%;border:0;background:#000;display:block}.video-error{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;gap:8px;color:#ffffffb3}.video-error-title{font-size:1.1rem;font-weight:600;color:#fff}.video-error-msg{font-size:.85rem;color:#ffffff80;max-width:280px;word-break:break-word}
