@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=IBM+Plex+Sans+Thai:wght@300;400;500;600&display=swap");:root{--paper:#F4EFE6;--paper-soft:#FAF6EE;--ink:#1F1B16;--ink-soft:#5A5048;--line:#D9CFBF;--line-soft:#E8DFD0;--brass:#A07736;--brass-soft:#C8A56A;--forest:#2F4A3A;--rust:#A14A2A;--warn:#B8843D;--danger:#A03A2A;--serif:"Cormorant Garamond",serif;--sans:"IBM Plex Sans Thai",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--sans);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.6}input::placeholder,textarea::placeholder{color:var(--line)}input:focus,select:focus,textarea:focus{outline:none;border-bottom-color:var(--brass)}button{font-family:inherit;cursor:pointer}button:active{transform:scale(.985)}a{color:inherit}.mobile-shell{max-width:480px;margin:0 auto}.mobile-shell,.public-shell{background:var(--paper);min-height:100vh}.admin-shell{display:flex;min-height:100vh;background:var(--paper-soft)}@media (max-width:768px){.admin-shell{flex-direction:column}}