:root{--bg-top:#f4f6f8;--bg-mid:#eff3f6;--bg-low:#edf1f5;--panel:#fff;--panel-soft:#f8fafc;--line:rgba(148,163,184,.35);--line-soft:rgba(148,163,184,.52);--text-main:#111827;--text-soft:#475569}*{box-sizing:border-box}#__next,body,html{margin:0;min-height:100%}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Poppins,Nunito Sans,Segoe UI,sans-serif;color:var(--text-main);-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,var(--bg-top) 0,var(--bg-mid) 52%,var(--bg-low) 100%)}a{color:#0369a1}button,input,select,textarea{font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid rgba(14,165,233,.35);outline-offset:1px}