@import url("https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg-primary:#202124;--bg-secondary:#292a2d;--bg-elevated:#303134;--bg-hover:#3c4043;--text-primary:#e8eaed;--text-secondary:#9aa0a6;--text-muted:#5f6368;--accent:#8ab4f8;--accent-hover:#aecbfa;--green:#81c995;--green-hover:#a8dab5;--red:#f28b82;--red-hover:#f6aca6;--border:#3c4043;--shadow:0 1px 3px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);--shadow-lg:0 8px 32px rgba(0,0,0,.4);--radius:12px;--radius-lg:24px;--radius-full:9999px}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;transition:all .2s ease}button,input{font-family:inherit;outline:none}a{color:var(--accent);text-decoration:none}rtk-meeting{--rtk-bg:var(--bg-primary);border-radius:var(--radius-lg);overflow:hidden}