*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{-webkit-font-smoothing:antialiased}button{font:inherit}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gc-materialize{0%{opacity:0;filter:blur(10px);transform:scale(.97) translateY(10px)}to{opacity:1;filter:blur(0px);transform:scale(1) translateY(0)}}.gc-materialize{animation:gc-materialize .45s ease-out forwards}.gc-shell{display:flex;flex-direction:column;flex:1;min-height:0}.gc-main{flex:1;min-height:0;overflow-y:auto;order:1}.gc-content{width:100%;max-width:480px;margin:0 auto}.gc-nav{order:2;display:flex;flex-shrink:0}.gc-grid{display:flex;flex-direction:column;gap:12px}@media (min-width: 860px){.gc-shell{flex-direction:row}.gc-nav{order:0;flex-direction:column;align-self:stretch;width:220px;position:sticky;top:0;justify-content:flex-start;padding-top:12px;gap:6px;border-top:none!important}.gc-nav button{flex:none!important;flex-direction:row!important;justify-content:flex-start!important;gap:14px;padding:13px 22px!important}.gc-nav button svg{width:21px!important;height:21px!important}.gc-nav button span{font-size:14.5px!important}.gc-brand-icon{width:32px!important;height:32px!important}.gc-brand-text{font-size:28px!important}.gc-main{padding:0 36px}.gc-content{max-width:800px;padding:0}.gc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}}
