@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0f172a;--bg-gradient:linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);--card-bg:#1e293bb3;--card-border:#ffffff1a;--text-main:#f8fafc;--text-muted:#94a3b8;--primary:#6366f1;--primary-hover:#4f46e5;--danger:#ef4444;--danger-hover:#dc2626;--glass-blur:blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-main);-webkit-font-smoothing:antialiased;background-attachment:fixed;min-height:100vh;font-family:Inter,sans-serif}#root{flex-direction:column;min-height:100vh;display:flex}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);border-radius:16px;box-shadow:0 4px 30px #0000001a}h1,h2,h3{letter-spacing:-.025em;font-weight:600}h1{background:linear-gradient(90deg,#818cf8,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:2.5rem}input[type=text]{border:1px solid var(--card-border);color:var(--text-main);background:#0f172a99;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}input[type=text]:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f133}button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}button.primary{background:var(--primary);color:#fff;box-shadow:0 4px 14px #6366f166}button.primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 6px 20px #6366f180}button.danger{background:var(--danger);color:#fff;box-shadow:0 4px 14px #ef444466}button.danger:hover{background:var(--danger-hover);transform:translateY(-1px);box-shadow:0 6px 20px #ef444480}button:disabled{opacity:.5;cursor:not-allowed;transform:none}.app-container{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem}.main-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.main-grid{grid-template-columns:1fr 1fr}}.video-container{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;position:relative;overflow:hidden}.video-container video{object-fit:cover;width:100%;height:100%}.video-overlay{color:#fff;background:#0009;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.875rem;display:flex;position:absolute;top:1rem;right:1rem}.recording-indicator{background-color:#ef4444;border-radius:50%;width:10px;height:10px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.timeline-list{flex-direction:column;gap:1.5rem;display:flex}.timeline-item{padding:1.5rem}.timeline-header{justify-content:space-between;margin-bottom:1rem;font-size:.875rem;display:flex}.timeline-user{color:#c084fc;font-weight:600}.timeline-date{color:var(--text-muted)}.timeline-video{aspect-ratio:16/9;background:#000;border-radius:8px;width:100%}.name-setup-container{justify-content:center;align-items:center;min-height:80vh;display:flex}.name-setup-card{text-align:center;width:100%;max-width:400px;padding:3rem}.name-setup-card p{color:var(--text-muted);margin-bottom:2rem}.name-setup-card form{flex-direction:column;gap:1rem;display:flex}
