:root{--sand:#f3efe7;--cream:#fbf9f5;--card:#ffffff;--sage:#7c8b6f;--forest:#4a5a45;--forest-dark:#2e3a2a;--ocher:#c08a4e;--ocher-text:#8a5a28;--text-1:#2e3a2a;--text-2:#7a7468;--text-3:#9a9488;--muted:#a89f8e;--nav-off:#b0a899;--border:#e3dccf;--ph-bg:#e8e1d5;--badge-normal-bg:#e7ebe0;--badge-normal-tx:#4a5a45;--badge-flying-bg:#f3e6d4;--badge-flying-tx:#8a5a28;--warn-bg:#fbeae2;--warn-tx:#9a4a22;--info-bg:#eaf0f2;--info-tx:#3a5a66;--radius-card:14px;--radius-img:10px}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--sand);color:var(--text-1);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Apple SD Gothic Neo,Malgun Gothic,sans-serif;-webkit-font-smoothing:antialiased;word-break:keep-all}a{color:inherit;text-decoration:none}.ti{font-style:normal}button{font-family:inherit;cursor:pointer;white-space:nowrap;transition:transform .12s ease,opacity .12s ease,background .15s ease,box-shadow .15s ease}button:active{transform:scale(.97)}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}main{animation:pageEnter .32s ease both}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}