*,*::before,*::after{
  box-sizing:border-box;margin:0;padding:0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-touch-callout:none;
}
:focus{outline:none}
:focus-visible{outline:2px solid var(--t1);outline-offset:2px}
html{color-scheme:light;-webkit-tap-highlight-color:transparent}
button{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;touch-action:manipulation}
input,textarea,select{touch-action:manipulation}

:root{
  --bg:#ffffff;--sur:#f6f5f3;--sur2:#efeeec;--hov:#ebebea;--bor:#e6e5e3;
  --t1:#1c1b18;--t2:#7a7975;--t3:#b5b3ae;
  --blue:#2383e2;--blue-bg:#eaf2fd;
  --red:#e03030;--red-bg:#fde8e8;
  --green:#0d7a66;--green-bg:#daeee9;
  --amber:#b87200;--amber-bg:#fdf0d8;
  --rs:10px;--r:16px;--rl:22px;
  --sh0:0 1px 2px rgba(0,0,0,.05);
  --sh1:0 2px 8px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);
  --sh2:0 8px 40px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);
  /* event color palette */
  --ec0:#3B82F6;--ec1:#EF4444;--ec2:#10B981;--ec3:#F59E0B;
  --ec4:#8B5CF6;--ec5:#F97316;--ec6:#06B6D4;--ec7:#EC4899;
}
body{
  font-family:-apple-system,BlinkMacSystemFont,'SF Pro Text','Apple SD Gothic Neo','Noto Sans KR',sans-serif;
  background:var(--sur);color:var(--t1);font-size:15px;line-height:1.55;
  min-height:100dvh;overflow-x:hidden;
  padding-left:env(safe-area-inset-left);
  padding-right:env(safe-area-inset-right);
}
.hidden{display:none!important}
