@charset "UTF-8";:root{--red: #c1352b;--red-dark: #9e2a22;--green: #2f7d4f;--bg: #f6f8fc;--surface: #ffffff;--sidebar: #f6f8fc;--line: #e4e7ec;--text: #202124;--text-soft: #5f6368;--hover: #f1f3f4;--selected: #fde8e6;--shadow: 0 1px 3px rgba(60, 64, 67, .15), 0 4px 8px rgba(60, 64, 67, .08)}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Roboto,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg)}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:14px}.material-icons{-webkit-user-select:none;user-select:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--text-soft);transition:background .15s}.icon-btn:hover{background:var(--hover)}body,.row,.dialog,.field,.toolbar,.message{transition:background-color .2s ease,color .2s ease,border-color .2s ease}:root.dark{color-scheme:dark;--bg: #1b1b1d;--surface: #26262a;--line: #3a3a3f;--text: #e8eaed;--text-soft: #9aa0a6;--selected: #34313a;--red: #ec5d52;--red-dark: #d4453b;--green: #81c995}
