@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Source+Code+Pro:wght@400;500&display=swap");:root{--white:#fff;--g50:#f8f9fa;--g100:#f0f2f4;--g150:#e8eaed;--g200:#d8dce2;--g300:#b8bec8;--g400:#8b95a6;--g600:#4a5568;--g700:#2d3748;--g800:#1a202c;--navy:#1a3a5c;--navy2:#1e4976;--navy3:#2a5f9e;--teal:#0e7490;--teal-l:#e0f2f7;--blue:#1d6fa4;--blue-l:#dbeafe;--green:#15803d;--green-l:#dcfce7;--red:#b91c1c;--red-l:#fee2e2;--gold:#b45309;--gold-l:#fef3c7;--orange:#c2410c;--orange-l:#ffedd5;--border:#d1d5db;--sans:"Yu Gothic UI","YuGothic","Hiragino Kaku Gothic ProN",sans-serif;--en:system-ui,-apple-system,"Segoe UI",sans-serif;--mono:"Source Code Pro",monospace;--serif:"Yu Gothic UI","YuGothic",Georgia,serif;--sh:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.08);--sh2:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-size:15px}html{overflow-y:scroll}body{font-family:var(--sans);background:var(--g100);color:var(--g800);overflow-x:hidden}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--g200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--g300)}