*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;max-width:100vw;overflow-x:hidden}body{-webkit-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:pan-y}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:#f7f7f7;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.app-wrap{display:flex;flex-direction:column;min-height:100vh}main{flex:1;display:flex}.container{display:flex;width:100%;max-width:1100px;margin:24px auto;gap:16px}.sidebar{width:220px}.content{flex:1;padding:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000a}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.btn{background:#0070f3;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.input{width:100%;padding:8px;border:1px solid #e6e6e6;border-radius:6px}
